﻿/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/*#region Base Styles*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    height: 100%;
    color: #2b2b2b;
    font-size: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    position: relative;
    background-image: linear-gradient(to bottom, #03336c 0%, #0e1a28 100%);
}

main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px
}

aside {
    border: solid 1px #ccc;
    border-radius: 4px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    margin: 0 0 20px 20px;
    max-width: 300px;
    padding: 20px
}

section {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 15px;
    width: 100%
}

ol, ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}

ul {
    list-style: none
}

a, html {
    color: #4a4a4a;
    font-weight: 400;
}

a {
    display: inline-block;
    text-decoration: none
}

    a:hover {
        color: #000;
        text-decoration: underline
    }

    a, a:visited {
        color: rgb(2,139,255);
        outline: 0;
    }

img {
    height: auto
}

b, strong {
    font-weight: 700;
}

aside button, aside input, aside optgroup, aside select, aside textarea {
    font-size: 14px
}

h1 {
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
    color: var(--white);
    text-transform: uppercase;
    font-family: 'Archivo', sans-serif;
    width: 100%;
}

.h2, h2 {
    font-family: 'Archivo', sans-serif;
    color: #02375a;
    font-size: 16px;
    font-weight: 900;
    margin: 0 0 15px;
    width: 100%
}

.h3, h3 {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px
}

h4 {
    margin: 0 0 17px;
    font-weight: bold;
    /*color: #8896a1;*/
}

p {
    margin-bottom: 10px
}

#contact-info-col .form-group {
    height: 20px;
}

label.error {
    color: red;
    font-weight: bold;
    font-style: italic;
}

@media only screen and (max-width:1240px) {
    .wrap {
        padding: 0 20px;
    }
}

@media only screen and (min-width:768px) {
    main {
        font-size: 20px
    }

    section {
        padding: 15px 20px
    }

    label {
        font-size: 16px
    }

    .h2, h2 {
        font-size: 30px;
        margin-bottom: 20px
    }

    .h3, h3 {
        font-size: 20px
    }
}

@media only screen and (min-width:1440px) {
    section {
        padding: 20px
    }
}

/*#endregion*/

/*#region Layout*/
.wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    margin-top: auto;
    width: 100%;
    max-width: 1200px;
}

.hr-form {
    width: 100%;
    margin-top: 50px;
    background-color: #fff;
    padding: 30px 40px;
}

.hr .half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.block3 ul {
    padding-left: 30px;
}

.block3 p {
    width: calc(100% - 52px);
    text-align: left;
    line-height: 1.42857;
}

.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.text-center {
    text-align: center;
}

.top-margin-50 {
    margin-top: 50px;
}

.cert-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 151px;
    margin: 0 auto;
    -webkit-transition: none;
    transition: none
}

.clearfix::after, .clearfix::before {
    content: ' ';
    display: table
}

.clearfix::after {
    clear: both
}


@media only screen and (max-width: 768px) {
    .wrap {
        max-width: 535px;
        padding: 0;
    }

    .hr-form {
        flex-direction: column;
        height: auto;
        margin-top: 30px;
    }

    .block1 {
        order: 2;
        font-size: 14px;
        width: 100%;
    }

    .block2 {
        flex: 0 0 50%;
        margin-top: 21px;
        order: 1;
        width: 100%;
    }

    .block3 {
        order: 3;
        font-size: 12px;
    }

}

@media only screen and (min-width:768px) {
    .mobile {
        display: none
    }

    .no-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (min-width: 992px) {
    .block3 p span {
        display: inline-block;
        float: left;
        font-size: 22px;
    }
}
/*#endregion*/

/*#region Bootstrap Override*/
.btn-group-vertical > .btn-group::after, .btn-group-vertical > .btn-group::before, .btn-toolbar::after, .btn-toolbar::before, .clearfix::after, .clearfix::before, .container-fluid::after, .container-fluid::before, .container::after, .container::before, .dl-horizontal dd::after, .dl-horizontal dd::before, .form-horizontal .form-group::after, .form-horizontal .form-group::before, .modal-footer::after, .modal-footer::before, .nav::after, .nav::before, .navbar-collapse::after, .navbar-collapse::before, .navbar-header::after, .navbar-header::before, .navbar::after, .navbar::before, .pager::after, .pager::before, .panel-body::after, .panel-body::before, .row::after, .row::before {
    display: table;
    content: " ";
}

.btn-group-vertical > .btn-group::after, .btn-toolbar::after, .clearfix::after, .container-fluid::after, .container::after, .dl-horizontal dd::after, .form-horizontal .form-group::after, .modal-footer::after, .nav::after, .navbar-collapse::after, .navbar-header::after, .navbar::after, .pager::after, .panel-body::after, .row::after {
    clear: both;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-sm-4 {
    width: 33.33333333%;
}

.col-sm-5 {
    width: 41.6666665%;
}

.col-sm-6, .col-xs-6 {
    width: 50%;
}

.col-sm-7 {
    width: 58.31%;
}

.col-sm-8 {
    width: 66.66666667%;
}



@media (min-width: 992px) {
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }
}

@media only screen and (max-width: 768) {
    .col-xs-4 {
        width: 33.33333333%;
    }

    .col-xs-5 {
        width: 41.6666665%;
    }

    .col-xs-7 {
        width: 58.31%;
    }

    .col-xs-8 {
        width: 66.66666667%;
    }
}
/*#endregion*/

/*#region Components*/

.blue-header {
    background-color: #004c96;
    box-shadow: 0 1px 3px 0 rgba(227, 227, 227, 0.5);
}

/*#endregion*/

::-moz-selection {
    background-color: #e3e3e3;
    text-shadow: none
}

.center {
    text-align: center
}



select.form-control {
    color: #383838;
    padding: 5px 15px;
    font-style: normal;
}

.form-control {
    font-family: "Source Sans Pro", sans-serif;
    display: block;
    width: 100%;
    height: 40px;
    padding: 9px 15px 11px;
    font-size: 1.125rem;
    font-style: italic;
    line-height: 0.91;
    color: #383838;
    background-color: #fff;
    background-image: none;
    border: 1px solid #424242;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-radius: 0;
    margin: 0;
}

textarea:focus, input:focus {
    outline: none;
}

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eee;
        color: #999999
    }

::placeholder {
    color: #c4c4c4;
    font-size: 20px;
}

textarea.form-control {
    height: 200px;
}

.partners-form textarea.form-control {
    height: 160px;
}

.req_form .form-group {
}

.half .content {
    background: initial;
}

.help-info a {
    color: #f4f4f4;
    font-weight: bold;
}

    .help-info a:active, .help-info a:hover, .help-info a:focus {
        color: #f4f4f4;
        font-weight: bold;
        text-decoration: underline;
    }

@media only screen and (min-width:768px) {

    button, input, optgroup, select, textarea {
        font-size: 18px
    }

    aside button, aside input, aside optgroup, aside select, aside textarea {
        font-size: 14px
    }

    .col-md-6 {
        width: 100%;
    }
}

select {
    padding: 6px
}

textarea {
    height: 146px;
    padding: 10px;
    resize: none
}

[type=checkbox], [type=radio] {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: white;
    vertical-align: middle;
    border: 1px solid #424242;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    display: grid;
    place-content: center;
    border-radius: 0;
    margin: 0;
    padding: 0;
    margin-left: -29px;
}


#chkpartner:checked::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(1);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #02375a;
}


.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 29px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    font-size: 1.125rem;
    display: flex;
    align-items: center;
}

.checkbox {
    min-height: 20px;
}


.btn {
    background-color: #2672bc;
    border: 1px solid #2672bc;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

@media only screen and (min-width:768px) {
    .btn {
        font-size: 18px;
        font-weight: 600
    }
}

.btn:hover {
    background-color: #fff;
    border-color: #2672bc;
    color: #2672bc;
    text-decoration: none
}

.btn_inverse {
    background-color: #fff;
    border: 1px solid #2672bc;
    border-radius: 4px;
    color: #2672bc;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    margin: 14px 0;
    padding: 9px 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

@media only screen and (min-width:768px) {
    .btn_inverse {
        font-size: 18px;
        font-weight: 600
    }
}

.btn_inverse:hover {
    background-color: #2672bc;
    border-color: #fff;
    color: #fff;
    text-decoration: none
}

.browserupgrade {
    background-color: #e3e3e3;
    color: #4a4a4a;
    margin: .2em 0;
    padding: .2em 0
}

.header {
    background: #fff;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1
}

@media only screen and (min-width:768px) {
    .header {
        padding: 10px 20px;
        top: 39px
    }
}

#afldiv {
    width: 100%;
}

    #afldiv input {
        margin-bottom: 0;
    }

    #afldiv a {
        float: right;
        margin-top: 10px;
        color: #02375a;
        font-size: 12px;
    }

.hr-form__label {
    margin-bottom: 15px;
}

.locked label {
    color: grey !important;
}

ul.list-features {
    margin-left: initial;
    width: 100%;
    max-width: 524px;
    row-gap: 0;
    margin-bottom: 20px;
    flex-direction: column;
}

.hr-form ul:not(.list-features) {
    margin-bottom: 20px;
    display: block;
    list-style: disc;
    line-height: 1.2;
    list-style-position: inside;
}

.has-error .help-block {
    margin-bottom: 0;
}

#afldiv .help-block {
    width: auto;
    float: left;
}

.form-group {
    margin-bottom: 20px;
}

.sdrInlinePhone {
    color: #02375a;
    font-weight: 600;
    font-weight: bold;
}

    .sdrInlinePhone:hover {
        text-decoration: none;
    }

a:visited.privacy-policy {
    color: #383838;
}

@media (min-width: 1300px) {
    .header1 {
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1115px) {
    ul.list-features {
        max-width: 460px;
    }
}

@media (max-width: 992px) {
    .blockcontainer {
        display: block;
        height: auto;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .block3 ul {
        text-align: left;
    }

    .block3 {
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .column1 {
        margin-top: 0;
    }
}

.wrapper1 {
    background-image: linear-gradient(to top, #f0f2f4, #fff);
    background-size: contain;
    width: 100%;
}



.wrapper2 {
    position: relative;
    /* align-self: initial; */
    margin: auto;
}

.heading1 {
    width: 100%;
    background-color: #2672bc;
    color: white;
    padding-bottom: 10px;
}



.list-features li {
    list-style-image: none;
    margin-left: 30px;
}

    .list-features li:before {
        background: url(https://www.securedatarecovery.com/SecureData.Orchard.Modules.Forms/images/sprite-request-help.png) no-repeat 0 0;
        height: 16px;
        width: 16px;
        content: " ";
        display: block;
        position: relative;
        top: 25px;
        left: -30px;
    }

    .list-features li.contact__img:before {
        background: url(https://www.securedatarecovery.com/SecureData.Orchard.Modules.Forms/images/sprite-request-help.png) no-repeat -30px -21px;
        width: 15px;
        height: 24px;
        content: " ";
        display: block;
        position: relative;
        top: 23px;
        left: -30px;
    }

.header {
    background-color: white;
}

.titlehead {
    font-size: 36px;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.1;
    color: #02375a;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Archivo', sans-serif;
}

.intro {
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 22px;
    line-height: 1;
    text-align: left;
    font-weight: 600;
}

.form-title {
    margin-bottom: 20px;
    width: 100%;
    font-size: 1.625rem;
    font-weight: bold;
    text-align: left;
    line-height: 1;
    color: #02375a;
    font-family: 'Source Sans Pro', sans-serif;
}

.help-submit {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    font-weight: 600;
    padding: 11px 52px;
    border: solid 1px #d93d0d;
    background-color: #d93d0d;
    color: #FFF;
    cursor: pointer;
    margin-top: 20px
}

button.help-submit:disabled,
button.help-submit[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}

.privacy-policy {
    font-size: 1.125rem;
    color: #2b2b2b;
    line-height: 1.25;
    margin-top: 10px;
    text-decoration: underline;
}

@media (max-width: 1020px) {
    .titlehead {
        font-size: 34px;
    }

    .intro {
        font-size: 24px;
    }

}

@media only screen and (max-width: 768px) {
    .titlehead {
        font-size: 20px;
        margin-top: 30px;
    }

    .intro {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .form-title {
        margin-bottom: 20px;
        font-size: 1.125rem;
    }

    .intro, .form-title {
        text-transform: none;
    }

    .req_form .form-group {
        margin-right: 0;
        margin-left: 0;
    }

    .hr-form {
        padding-right: 15px;
        padding-left: 15px;
    }

    select.form-control {
        padding: 0px 10px;
    }

    .form-control {
        font-size: 1rem;
        height: 30px;
    }

    ::placeholder {
        font-size: 1rem;
    }

    .panel-body .central-image-block
    img {
        width: 114px;
    }

    textarea.form-control {
        font-size: 1rem;
        height: 103px;
    }

    ul.list-features {
        row-gap: 0;
    }

    .checkbox label, radio label {
        font-size: 1rem;
    }

    .cert-container {
        height: 72px;
    }

    .list-features {
        margin-top: 10px;
    }

        .list-features li:before {
            background: url(https://www.securedatarecovery.com/SecureData.Orchard.Modules.Forms/images/sprite-request-help-mob.png) no-repeat 0 0;
            width: 14px;
            height: 13px;
            top: 17px;
        }

        .list-features li.contact__img:before {
            background: url(https://www.securedatarecovery.com/SecureData.Orchard.Modules.Forms/images/sprite-request-help-mob.png) no-repeat -18px -19px;
            width: 15px;
            height: 13px;
            top: 17px;
            left: -32px;
        }

    .privacy-policy {
        display: none;
    }
}

.headlogo {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
}

.sdrlogo {
    float: left;
    /*padding: 10px 0px;*/
}

.sdrPhone {
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    display: block;
    line-height: 1;
    color: #424242;
    font-family: 'Source Sans Pro',sans-serif !important;
}

.blue-header .sdrPhone {
    color: #ffffff;
}

.phone {
    height: 100%;
    float: left;
}

.phone-img {
    background-position: 0 0;
    width: 30px;
    height: 30px;
    margin-top: 14px;
    margin-right: 15px;
    background-image: url(https://www.securedatarecovery.com/SecureData.Orchard.Modules.Forms/images/phone-icon.svg);
    background-repeat: no-repeat;
}

.partner-info-block {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 20px;
    margin-bottom: 30px;
}

@media only screen and (max-width:768px) {
    .headlogo {
        max-width: 565px;
        padding: 22px 15px;
    }

    .sdrlogo {
        background-position: 0 -169px;
        height: 27px;
    }
}

.call-to-us:hover {
    text-decoration: none;
}

.phoneHelp {
    font-size: 12px;
    color: #4D6273;
    display: block;
}

.blue-header .phoneHelp {
    color: #ffffff;
}

.headerright {
    float: right;
    margin-top: 10px;
}

.panel-body .central-image-block {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}



.button:hover span {
    color: #ffffff;
}

.button:hover, .help-submit:hover {
    text-decoration: none;
    color: #d93d0d;
    background-color: #ffffff;
}

.pr5 {
    padding-right: 2px !important;
}


.second-line {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 20px;
    line-height: 1;
    margin-top: 5px;
}

#sticky-footer {
    position: fixed!important;
}

#head {
    background-color: #fff;
}

@media (max-width: 992px) {
    .req_form {
        padding-left: 30px;
    }
}

@media (min-width: 992px) {
    .col-md-4 {
        width: 33.33333333% !important;
    }
}   

@media only screen and (max-width:768px) {
    .hr .half {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .content .wrap {
        max-height: 100%;
    }

    .block3 {
        margin-bottom: 0;
    }

    .sdrPhone {
        font-size: 14px;
    }

    .second-line {
        font-size: 10px;
    }

    .covid-notification {
        padding: 10px 27px;
        font-size: 12px;
    }

    .req_form {
        padding-left: 0px;
    }
}

.form-container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background-repeat: no-repeat;
    padding: 50px 0;
}

.form-heading {
    text-align: center;
    margin: 15px;
}

.header-left {
    float: left;
}

.header-right {
    float: right;
}

.sdrPhone:hover {
    text-decoration: none;
}


.form-fields {
    padding: 0px !important;
    display: flex;
    flex-direction: row;
    column-gap: 30px;
    justify-content: space-between;
}

.help-info {
    color: #f4f4f4;
    font-size: 1.25rem;
    margin-top: 30px;
    margin-bottom: 0;
}

.form-column{
    width: calc(50% - 15px);
}

@media (min-width: 2500px) {
    .wrapper1 {
        position: fixed;
    }

    .wrapper1 {
        align-items: center;
        height: 100%;
        overflow: auto;
        display: -ms-flex;
        display: flex;
        -ms-flex-align: center;
        padding-bottom: 10% !important;
    }
}


.phone-info {
    float: right;
    text-align: center;
}

/*certification style end*/

.content {
    padding: 0;
}

@media (max-width: 600px) {

    .partner-info-block {
        flex-direction: column;
        width: auto;
        margin: 0 auto;
        align-items: center;
        gap: 10px;
        margin-bottom: 20px;
    }

    .partner-logo {
        max-width: 100%;
    }

    .authorized-partner {
        width: 173px;
    }

}

@media (max-width: 850px) {

    .form-fields {
        flex-direction: column;
    }

    .form-column{
        width: 100%;
    }
}

@media only screen and (max-width: 565px) {
    .wrap {
        padding: 0 15px;
    }
}

@media only screen and (max-width:768px) {
    h1 {
        font-size: 1.25rem;
    }

    .help-submit {
        margin-top: 15px;
    }

    .help-info{
        font-size: 1rem;
    }

    .form-container{
        padding: 30px 0;
    }

    .col-xs-6, .col-sm-8, .col-sm-4 {
        width: 100%;
    }

    .pr5 {
        padding-right: 15px !important;
        margin-bottom: 15px;
    }

    .phone-img {
        background-image: url(https://www.securedatarecovery.com/SecureData.Orchard.Modules.Forms/images/phone-icon-mob.svg);
        background-repeat: no-repeat;
        width: 22px;
        height: 22px;
        margin-top: 3px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 450px) {
    .help-submit {
        width: 100%;
        max-width: 270px;
    }
}