/** Prefixed by https://autoprefixer.github.io* PostCSS: v7.0.29,* Autoprefixer: v9.7.6* Browsers: last 4 version*/
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800,900&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese);
@import "https://fonts.googleapis.com/css?family=Raleway:200,200i,400,700,900";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);*/
/*My-CSS*/

body:not(.non-zero-step) .previous {
    display: none!important;
}

.hide {
    display: none!important;
}

.form-group.tot {
    background: #EEF4FF;
    border-radius: 4px;
    padding: 6px 10px;
}
.form-group.tot * {
    color: #4185F4!important;
    font-size: 14px!important;
    font-weight: 600!important;
}

#form-step-1 .selectdiv {
    border: none !important;
}
.tailor-header a {
    color: #fff !important;
    font-size: 15px;
}
.tailor-header p {
    color: #fff !important;
    font-size: 15px;
}
.tailor-header a:hover {
    text-decoration: none !important;
}


.inputDnD ul.files-uploaded li,.inputFirefox ul.files-uploaded li {
    list-style-type: none;
}
h2 {
    font-size: 60px;
}

h2.primary {
    color: #5bb682;
}

label {
    color: #03172d;
}


h3 {
    font-size: 24px;
}
h4 {
    font-size: 16px;
}

@media (max-width:991px) {
    h2 {
        line-height: 1;
    }
    h3 {
        line-height: 1.2;
        margin-bottom: 55px;
    }
}


.btn:focus {
    -webkit-box-shadow: unset!important;
    box-shadow: unset!important;
    outline: unset!important
}


.inputFirefox .form-control-file {
    content: attr(data-title);
    left: 0;
    width: 100%;
    line-height: 2em;
    opacity: 1;
    text-align: center;
    -webkit-transition: all .3s cubic-bezier(.25, .8, .25, 1);
    -o-transition: all .3s cubic-bezier(.25, .8, .25, 1);
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    overflow: hidden;
}


.btn-primary:disabled {
    background-color: #c1c1c1;
    border-color: #c1c1c1
}

.inputFirefox .form-control-file {
    margin-left: 10px;
    outline: 0;
    cursor: pointer;
    background-color: #fff0;
    -webkit-box-shadow: 0 0 5px solid #000;
    box-shadow: 0 0 5px solid #000;
    position: absolute;
    top: 2.5em;
    min-height: 6em;
    padding-top: 2em;
    visibility: visible;
    border: .25em dashed #000
}
.inputFirefox .form-control-file:hover:before {
    border-style: solid;
    -webkit-box-shadow: inset 0 0 0 .25em #000;
    box-shadow: inset 0 0 0 .25em #000
}
.inputFirefox .progressbar {
    position: relative!important;
    top: 75px !important;
    width: 99%!important;
    margin-top: 6em!important;
    height: 5px!important
}
.inputFirefox ul.files-uploaded {
    margin-top: 45px;
    padding-left: 0
}
.inputDnD .form-control-file {
    content: attr(data-title);
    position: relative;
    min-height: 6em;
    outline: 0;
    visibility: hidden;
    cursor: pointer;
    background-color: #fff0;
    -webkit-box-shadow: 0 0 5px solid #000;
    box-shadow: 0 0 5px solid #000
}
.inputDnD .progressbar {
    position: relative!important;
    top: 0!important;
    width: 99%!important;
    margin: auto!important;
    height: 5px!important
}
.inputDnD ul.files-uploaded {
    margin-top: 0px !important;
    padding-left: 0px !important;
}
.inputDnD ul.files-uploaded li, .inputFirefox ul.files-uploaded li {
    font-size: 10px !important;
    padding: 0px !important;
    margin-top: 0px !important;
    line-height: 25px !important;
}

.inputWithIcon {
    position: relative
}
.inputWithIcon i {
    position: absolute;
    right: 0;
    font-size: 22px;
    padding: 9px 8px;
    color: #aaa;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 3
}
.inputWithIcon i.green,i.fa-question-circle:hover {
    color: #5bb682
}
i.fa-question-circle {
    cursor: pointer
}
.switch-field {
    overflow: hidden
}
.switch-field input {
    position: absolute!important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden
}
.switch-field label {
    color: #788295;
    border: 1px solid #EBEFF6;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.switch-field label:hover {
    cursor: pointer
}
.switch-field input:checked+label {
    -webkit-box-shadow: none;
    box-shadow: none
}
.selectdiv select:focus,.selectdiv select:hover,.selectdiv.pushed select:focus,.selectdiv.pushed select:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.selectdiv select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    font-size: 16px;
    line-height: 1.75;
    -ms-word-break: normal;
    word-break: normal
}


input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset
}
input {
    -webkit-transition: all 50ms ease-in-out;
    -moz-transition: all 50ms ease-in-out;
    -ms-transition: all 50ms ease-in-out;
    -o-transition: all 50ms ease-in-out
}

.chosen-single:focus {
    -webkit-box-shadow: 0 0 10px #c4cbd4!important;
    box-shadow: 0 0 10px #c4cbd4!important;
    border: 1px solid #c4cbd4!important
}

input::-webkit-inner-spin-button,input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.popover {
    max-width: 490px
}
.small-form-intro {
    margin-bottom: 20px
}
.has-error .form-control {
    border: 1px solid red;
}
.has-error .help-block {
    color: red;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    font-style: normal;
    display: block;
    margin-top: 5px;
}
.has-error .chosen-single {
    border: none !important;
}


#same-as-legal {
    cursor: pointer;
}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}
input[type=number] {
    -moz-appearance: textfield
}
input:required {
    -webkit-box-shadow: none;
    box-shadow: none
}
.header {
    padding: 0px
}
@media (min-width:768px) {
    .show-mobile {
        display: none
}
}
@media (max-width:767px) {
    .center-mobile {
        text-align: center
}
    .hide-mobile {
        display: none
}
}
.hidden {
    opacity: 0
}
#nextStep {
    position: absolute;
    top: 110px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0
}

select::-ms-expand {
    display: none
}
body {
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 300
}
.h1,.h2,.h3,.h4,body p,h1,h2,h3,h4 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}


.h1,.h2,.h3,.h4,h1,h2,h3,h4 {
    -webkit-font-variant-ligatures: common-ligatures;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    margin-bottom: 0
}
hr {
    border-color: #EBEFF6;
}
.pricing-header h2 {
    font-size: 34px!important;
    color: #040921!important;
    font-weight: 500;
}


.tailor-header {
    background-color: #003465;
    padding: 30px 17px 10px;
}
.tailor-header img {
    width: 148px;
    margin: 0 auto;
    display: block;
}
form label {
    color: #788295!important;
}

form input,form select {
    border: 1px solid #d3d3d3!important;
    border-radius: 3px!important
}
a.chosen-single {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: none!important
}



#form-step-0 .selectdiv,#form-step-1 .selectdiv,#form-step-2 .selectdiv,#form-step-3 .selectdiv,#form-step-4 .selectdiv,#form-step-5 .selectdiv,#form-step-6 .selectdiv {
    position: relative;
    border: 0px solid #d3d3d3 !important;
    border-radius: 3px
}


.error-show {
    position: relative
}
.circle-icon .icon {
    border: none!important
}
.circle-icon .icon.icon-2 {
    background: url(/images/submit.png) center center no-repeat!important
}
ul.chosen-results .highlighted {
    background: #4285f4!important
}


i.fa {
    font-family: Font Awesome\ 5 Free !important;
    font-style: initial !important;
}


.fa-question-circle:before {
    color: #95A1A5!important;
    position: relative;
    top: 3px;
    font-size: 18px;
    left: 5px
}
span#totalAmount {
    font-weight: 500;
    color: #7a7a7a
}

.input-group>.input-group-prepend>.input-group-text {
    /*width: 40px!important;
    */
    /*background: rgba(95, 106, 125, .1)!important;
    */
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    text-align: left;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    /*padding-left: 13px!important;
    */
    /*line-height: 0!important;
    */
}
.switch-field input:checked+label {
    background-color: #4285f4!important;
    color: #fff!important
}

.inputWithIcon i.far.fa-check-circle {
    display: none!important
}
.pricing-header.px-3.py-3.pt-md-5.pb-md-4.mx-auto.text-center h3 strong,.pricing-header.px-3.py-3.pt-md-5.pb-md-4.mx-auto.text-center.col-md-8 {
    display: none
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus {
    background-color: transparent!important;
}

.btn-primary {
    background-color: #4285f4!important;
    border-radius: 6px;
}

.container.form-width {
    max-width: 770px;
}

.inputWithIcon i {
    top: -6px!important
}
.input-group-text {
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    font-size: 16px;
    color: #5F6A7D
}


.chosen-container .chosen-drop {
    border-bottom-left-radius: 5px!important;
    border-bottom-right-radius: 5px!important;
}
body .chosen-drop,body input:focus {
    border-color: #4285f4!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}
i.fa.fa-question-circle:before {
    content: url('/images/question-circle.svg');
}



p#same-as-legal {
    font-size: 14px
}
.form-group.tot {
    margin-bottom: 0!important
}
.chosen-drop {
    border-radius: 3px!important
}


@media (max-width:767px) {
    #form-step-0 .selectdiv,#form-step-1 .selectdiv,#form-step-2 .selectdiv,#form-step-3 .selectdiv,#form-step-4 .selectdiv,#form-step-5 .selectdiv,#form-step-6 .selectdiv {
        border: none!important
}
}
@media only screen and (-webkit-min-device-pixel-ratio:1) {
    ::i-block-chrome,label {
        font-weight: 600;
        -webkit-font-variant-ligatures: common-ligatures;
        font-variant-ligatures: common-ligatures;
        margin-top: 0;
        margin-bottom: 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
}
}


@-moz-document url-prefix() {
    /*my css*/
    #Drivers_License_Attachments__c {
        width: 100%;
        border: none !important;
        opacity: 0;
        height: 160px !important;
        margin-top: 0px;
    }
    #Voided_Check_Attachments__c {
        width: 100%;
        border: none !important;
        opacity: 0;
        height: 160px !important;
        margin-top: 0px;
    }
    #Bank_Account_Statements_Attachments__c {
        width: 100%;
        border: none !important;
        opacity: 0;
        height: 160px !important;
        margin-top: 0px;
    }
    #Processing_Statements_Attachments__c {
        width: 100%;
        border: none !important;
        opacity: 0;
        height: 160px !important;
        margin-top: 0px;
    }
    #Articles_of_Incorporation_Organization__c {
        width: 100%;
        border: none !important;
        opacity: 0;
        height: 160px !important;
        margin-top: 0px;
    }
    #form-step-6 .col-md-12:after,#form-step-6 .col-md-12:before {
        right: 0;
        left: 0;
        margin: 0 auto;
        visibility: visible;
        position: absolute;
    }

    #form-step-6 .inputDnD .form-control-file {
        visibility: hidden!important;
        opacity: 0!important;
    }
    #form-step-6 .col-md-12 {
        position: relative;
    }
    #form-step-6 .col-md-12:before {
        height: 150px!important;
        border: 2px dashed #4285f4!important;
        background: rgba(66, 133, 244, .05)!important;
        content: attr(data-title);
        top: 27px;
        width: 97%;
        min-height: 6em;
        line-height: 2em;
        padding-top: 1.5em;
        opacity: 1;
        text-align: center;
        -webkit-transition: all .3s cubic-bezier(.25, .8, .25, 1);
        -o-transition: all .3s cubic-bezier(.25, .8, .25, 1);
        transition: all .3s cubic-bezier(.25, .8, .25, 1);
        overflow: hidden;
    }
    #form-step-6 .inputFirefox {
        position: relative;
    }
    #form-step-6 .inputFirefox:before {
        content: "Drag and drop a file";
        margin: 0 auto;
        color: #4285f4!important;
        font-style: normal;
        font-weight: 600!important;
        line-height: 17px;
        font-size: 12px!important;
        position: absolute;
        text-align: center;
        width: 100%;
        bottom: 20px;
    }
    #drag .inputFirefox{
        margin-bottom: 0px !important;
    }
    #drag .inputFirefox .progressbar{
        margin-top: 3em !important;
        top: 34px !important;
    }
    #firfox-image1 {
        content: "";
        background: url(/images/icon-image.png);
        background-size: auto;
        background-size: auto;
        height: 40px;
        width: 52px;
        z-index: 99999999 !important;
        background-size: 52px 40px;
        right: 0;
        left: 0;
        margin: 0 auto;
        margin-top: 0px;
        visibility: visible;
        position: relative;
        margin-top: 35px;
    }
    #firfox-image2 {
        content: "";
        background: url(/images/icon-image.png);
        background-size: auto;
        background-size: auto;
        height: 40px;
        width: 52px;
        z-index: 99999999 !important;
        background-size: 52px 40px;
        right: 0;
        left: 0;
        margin: 0 auto;
        margin-top: 0px;
        visibility: visible;
        position: relative;
        margin-top: 35px;
    }
    #firfox-image3 {
        content: "";
        background: url(/images/icon-image.png);
        background-size: auto;
        background-size: auto;
        height: 40px;
        width: 52px;
        z-index: 99999999 !important;
        background-size: 52px 40px;
        right: 0;
        left: 0;
        margin: 0 auto;
        margin-top: 0px;
        visibility: visible;
        position: relative;
        margin-top: 35px;
    }
    #firfox-image4 {
        content: "";
        background: url(/images/icon-image.png);
        background-size: auto;
        background-size: auto;
        height: 40px;
        width: 52px;
        z-index: 99999999 !important;
        background-size: 52px 40px;
        right: 0;
        left: 0;
        margin: 0 auto;
        margin-top: 0px;
        visibility: visible;
        position: relative;
        margin-top: 35px;
    }
    #firfox-image5 {
        content: "";
        background: url(/images/icon-image.png);
        background-size: auto;
        background-size: auto;
        height: 40px;
        width: 52px;
        z-index: 99999999 !important;
        background-size: 52px 40px;
        right: 0;
        left: 0;
        margin: 0 auto;
        margin-top: 0px;
        visibility: visible;
        position: relative;
        margin-top: 35px;
    }
    #form-step-6 .col-md-12::before {
        height: 150px !important;
        border: 2px dashed #4285f4 !important;
        background: rgba(66, 133, 244, .05) !important;
        content: attr(data-title);
        top: 30px !important;
        width: 97%;
        min-height: 6em;
        line-height: 2em;
        padding-top: 1.5em;
        opacity: 1;
        text-align: center;
        -webkit-transition: all .3s cubic-bezier(.25, .8, .25, 1);
        -o-transition: all .3s cubic-bezier(.25, .8, .25, 1);
        transition: all .3s cubic-bezier(.25, .8, .25, 1);
        overflow: hidden;
    }
    .inputFirefox ul.files-uploaded {
        margin-top: 30px !important;
        padding-left: 0;
    }
}

@media screen and (max-width:480px){
 
    .inputDnD ul.files-uploaded {
        margin-top: 0px !important;
        padding-left: 0px !important;
    }


    #form-step-0 .selectdiv, #form-step-1 .selectdiv, #form-step-2 .selectdiv, #form-step-3 .selectdiv, #form-step-4 .selectdiv, #form-step-5 .selectdiv, #form-step-6 .selectdiv {
        border: 0px solid #d3d3d3 !important;
    }

    .inputFirefox ul.files-uploaded {
        position: absolute !important;
        top: 175px !important;
        left: -37px !important;
    }
    .inputDnD ul.files-uploaded li, .inputFirefox ul.files-uploaded li {
        list-style-type: none !important;
        display: inline !important;
        font-size: 10px !important;
    }
    .inputFirefox .progressbar {
        position: relative !important;
        top: 65px !important;
        width: 99% !important;
        margin-top: 7em !important;
        height: 5px !important;
    }
}

@media all and (min--moz-device-pixel-ratio:0) and (max-width: 480px){

    #form-step-0 .selectdiv, #form-step-1 .selectdiv, #form-step-2 .selectdiv, #form-step-3 .selectdiv, #form-step-4 .selectdiv, #form-step-5 .selectdiv, #form-step-6 .selectdiv {
        border: 0px solid #d3d3d3 !important;
    }

    #drag .inputFirefox {
        margin-bottom: 0px !important;
    }
    .inputDnD ul.files-uploaded li, .inputFirefox ul.files-uploaded li {
        list-style-type: none !important;
        display: inline !important;
        font-size: 10px !important;
    }
    .inputFirefox .progressbar {
        position: relative !important;
        top: 65px !important;
        width: 99% !important;
        margin-top: 7em !important;
        height: 5px !important;
    }
    #Drivers_License_Attachments__c {
        margin-top: -10px;
    }
    #Voided_Check_Attachments__c {
        margin-top: -10px;
    }
    #Bank_Account_Statements_Attachments__c {
        margin-top: -10px;
    }
    #Processing_Statements_Attachments__c {
        margin-top: -10px;
    }
    #Articles_of_Incorporation_Organization__c {
        margin-top: -10px;
    }
    #drag .inputFirefox .progressbar {
        margin-top: 3em !important;
        top: 102px !important;
    }
    .inputFirefox ul.files-uploaded {
        position: relative !important;
        top: 0px !important;
        left: 0px !important;
    }
    .inputFirefox ul.files-uploaded {
        margin-top: 112px !important;
        padding-left: 0;
    }
    #firfox-image3 {
        margin-top: 17px !important;
    }
    #firfox-image1{
        position: absolute !important;
        top: 60px !important;
        margin-top: 0px !important;
    }
    #firfox-image2{
        position: absolute !important;
        top: 60px !important;
        margin-top: 0px !important;
    }
    #firfox-image3{
        position: absolute !important;
        top: 60px !important;
        margin-top: 0px !important;
    }
    #firfox-image4{
        position: absolute !important;
        top: 60px !important;
        margin-top: 0px !important;
    }
}
@media all and (min--moz-device-pixel-ratio:0) and (max-width: 375px){
    #form-step-6 .col-md-12 label::before {
        width: 342px !important;
    }
}
#ie-image1 {
    display: none !important;
}
#ie-image2{
    display: none !important;
}
#ie-image3{
    display: none !important;
}
#ie-image4{
    display: none !important;
}
#ie-image5{
    display: none !important;
}
@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
    button#continue{
        margin-top: 8px !important;
    }
    #ie-image1 {
        display: block !important;
    }
    #ie-image2{
        display: block !important;
    }
    #ie-image3{
        display: block !important;
    }
    #ie-image4{
        display: block !important;
    }
    #ie-image5{
        display: block !important;
    }
    .inputDnD .form-control-file {
        min-height: 6em;
        visibility: visible !important;
        opacity:0;
    }
    body #form-step-6 .inputDnD{
        margin-bottom: 0px !important;
    }
    .ie-input-in:before{
        content:"Drag and drop a file";
        position:relative;
        left:42%;
        top:60%;
        font-size:12px !important;
        font-weight:500;
        color:#95A1A5 !important;
    }
    .inputDnD .progressbar{
        margin-top:-32px !important;
    }
    .inputDnD ul.files-uploaded{
        margin-bottom:0px !important;
    }
    #input1 .ie-input-in{
        height:150px !important;
        border:2px dashed #95A1A5;
    }
    #input2 .ie-input-in{
        height:150px !important;
        border:2px dashed #95A1A5;
    }
    #input3 .ie-input-in{
        height:150px !important;
        border:2px dashed #95A1A5;
    }
    #input4 .ie-input-in{
        height:150px !important;
        border:2px dashed #95A1A5;
    }
    #input5 .ie-input-in{
        height:150px !important;
        border:2px dashed #95A1A5;
    }
    #ie-image1{
        content:"";
        background:url(/images/icon-image-gray.png);
        height:40px;
        width:52px;
        z-index:99999999 !important;
        background-size:52px 40px;
        right:0px;
        left:0px;
        margin:0 auto;
        visibility:visible;
        position:relative;
        top:-110px;
    }
    #ie-image2{
        content:"";
        background:url(/images/icon-image-gray.png);
        height:40px;
        width:52px;
        z-index:99999999 !important;
        background-size:52px 40px;
        right:0px;
        left:0px;
        margin:0 auto;
        visibility:visible;
        position:relative;
        top:-110px;
    }
    #ie-image3{
        content:"";
        background:url(/images/icon-image-gray.png);
        height:40px;
        width:52px;
        z-index:99999999 !important;
        background-size:52px 40px;
        right:0px;
        left:0px;
        margin:0 auto;
        visibility:visible;
        position:relative;
        top:-110px;
    }
    #ie-image4{
        content:"";
        background:url(/images/icon-image-gray.png);
        height:40px;
        width:52px;
        z-index:99999999 !important;
        background-size:52px 40px;
        right:0px;
        left:0px;
        margin:0 auto;
        visibility:visible;
        position:relative;
        top:-110px;
    }
    #ie-image5{
        content:"";
        background:url(/images/icon-image-gray.png);
        height:40px;
        width:52px;
        z-index:99999999 !important;
        background-size:52px 40px;
        right:0px;
        left:0px;
        margin:0 auto;
        visibility:visible;
        position:relative;
        top:-110px;
    }
}
/*Css Query For Internet Edge*/
@supports (-ms-ime-align:auto) {
    button#continue{
        margin-top: 8px !important;
    }
    #ie-image1 {
        display: block !important;
    }
    #ie-image2{
        display: block !important;
    }
    #ie-image3{
        display: block !important;
    }
    #ie-image4{
        display: block !important;
    }
    #ie-image5{
        display: block !important;
    }
    .inputDnD .form-control-file {
        min-height: 6em;
        visibility: visible !important;
        opacity:0;
    }
    .ie-input-in:before{
        content:"Drag and drop a file";
        position:relative;
        left:42%;
        top:60%;
        font-size:12px !important;
        font-weight:500;
        color:#95A1A5 !important;
    }
    .inputDnD .progressbar{
        margin-top:-32px !important;
    }
    .inputDnD ul.files-uploaded{
        margin-bottom:0px !important;
    }
    #input1 .ie-input-in{
        height:150px !important;
        border:2px dashed #95A1A5;
    }
    #input2 .ie-input-in{
        height:150px !important;
        border:2px dashed #95A1A5;
    }
    #input3 .ie-input-in{
        height:150px !important;
        border:2px dashed #95A1A5;
    }
    #input4 .ie-input-in{
        height:150px !important;
        border:2px dashed #95A1A5;
    }
    #input5 .ie-input-in{
        height:150px !important;
        border:2px dashed #95A1A5;
    }
    #ie-image1{
        content:"";
        background:url(/images/icon-image-gray.png);
        height:40px;
        width:52px;
        z-index:99999999 !important;
        background-size:52px 40px;
        right:0px;
        left:0px;
        margin:0 auto;
        visibility:visible;
        position:relative;
        top:-110px;
    }
    #ie-image2{
        content:"";
        background:url(/images/icon-image-gray.png);
        height:40px;
        width:52px;
        z-index:99999999 !important;
        background-size:52px 40px;
        right:0px;
        left:0px;
        margin:0 auto;
        visibility:visible;
        position:relative;
        top:-110px;
    }
    #ie-image3{
        content:"";
        background:url(/images/icon-image-gray.png);
        height:40px;
        width:52px;
        z-index:99999999 !important;
        background-size:52px 40px;
        right:0px;
        left:0px;
        margin:0 auto;
        visibility:visible;
        position:relative;
        top:-110px;
    }
    #ie-image4{
        content:"";
        background:url(/images/icon-image-gray.png);
        height:40px;
        width:52px;
        z-index:99999999 !important;
        background-size:52px 40px;
        right:0px;
        left:0px;
        margin:0 auto;
        visibility:visible;
        position:relative;
        top:-110px;
    }
    #ie-image5{
        content:"";
        background:url(/images/icon-image-gray.png);
        height:40px;
        width:52px;
        z-index:99999999 !important;
        background-size:52px 40px;
        right:0px;
        left:0px;
        margin:0 auto;
        visibility:visible;
        position:relative;
        top:-110px;
    }
}

.form-control,#form-step-0 .selectdiv .chosen-container,#form-step-1 .selectdiv .chosen-container,#form-step-2 .selectdiv .chosen-container,#form-step-3 .selectdiv .chosen-container,#form-step-4 .selectdiv .chosen-container,#form-step-5 .selectdiv .chosen-container,#form-step-6 .selectdiv .chosen-container {
    background-color: transparent!important;
    border: none!important;
    border-bottom: 1px solid #CDD5E3!important;
    border-radius: 0!important;
    padding-left: 0;
    height: 100%;
}
#form-step-0 .selectdiv .chosen-container.chosen-container-active,#form-step-1 .selectdiv .chosen-container.chosen-container-active,#form-step-2 .selectdiv .chosen-container.chosen-container-active,#form-step-3 .selectdiv .chosen-container.chosen-container-active,#form-step-4 .selectdiv .chosen-container.chosen-container-active,#form-step-5 .selectdiv .chosen-container.chosen-container-active,#form-step-6 .selectdiv .chosen-container.chosen-container-active,#form-step-0 .selectdiv .chosen-container:focus,#form-step-1 .selectdiv .chosen-container:focus,#form-step-2 .selectdiv .chosen-container:focus,#form-step-3 .selectdiv .chosen-container:focus,#form-step-4 .selectdiv .chosen-container:focus,#form-step-5 .selectdiv .chosen-container:focus,#form-step-6 .selectdiv .chosen-container:focus {
    border-color: #4285f4!important;
}
.chosen-drop {
    border-radius: 0!important;
    margin-top: 1px!important;
}
@media (max-width: 576px) {
    .form-control {
        font-size: 16px!important;
    }
}

.pricing-header.px-3.py-3.pt-md-5.pb-md-4.mx-auto.text-center h3 strong,.pricing-header.px-3.py-3.pt-md-5.pb-md-4.mx-auto.text-center.col-md-8,.row.justify-content-between.form-intro,i.usa-flag {
    display: none
}
i.usa-flag {
    background: url(/images/united-states.png) no-repeat;
    height: 19px;
    width: 19px;
    border-radius: 100%;
    background-size: 17px 17px;
    float: left;
    margin-left: -2px;
    margin-right: 5px;
    margin-top: 3px
}
