/*font-family: 'Open Sans', sans-serif;*/

.payment-form {
    background: #f5f5f5;
    padding: 65px 0;
}

.payment-form.activation-payment-form {
    background: none;
    padding-top: 0px;
    padding-bottom: 0px;
}

/* .payment-form.activation-payment-form .new_frm_area {
    padding-bottom: 105px;
    padding-top: 60px !important;
} */

.payment-process-form {
    background: #fff;
}

.stepwizard-row::before,
.payment-form a.btn.btn-circle {
    display: none;
}

.payment-form .stepwizard-step {
    padding: 25px 0;
    color: #414042;
    font-size: 12px;
    position: relative;
    border-bottom: 2px solid #ebebeb;
    width: 25%;
}

.payment-form .stepwizard-step:hover,
.payment-form .stepwizard-step.active {
    border-color: #05c3de;
}

.payment-form .stepwizard {
    width: 100%;
}

.payment-form .stepwizard-step p {
    margin: 0;
}

.payment_form_submission {
    padding: 75px 0;
}

.payment_form_submission h3 {
    text-align: center;
    font-size: 35px;
    color: #00C1D5;
    text-align: center;
    margin-bottom: 40px;
}

.payment-form label {
    color: #414042;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.payment-form .form-control {
    border: 2px solid #e4e4e4;
    /*padding: 15px 12px;*/
    padding: 10px 12px;
    height: 50px;
}

.payment-form .has-error .form-control,
.payment-form .has-error .bootstrap-select .btn-default {
    border-color: #f2c0a2 !important;
    margin-bottom: 10px;
}

.payment-form .form-group,
.payment-form .block-four {
    margin-bottom: 25px;
}

.payment-form .block-three {
    margin-bottom: 20px;
}


/*radio css*/

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #0fb9cd;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

[type="radio"]+label {
    margin-right: 40px;
}


/*end*/


/*check css*/

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:checked+label,
[type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 18px;
    display: inline-block;
    color: #666;
}

[type="checkbox"]:checked+label:before,
[type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #767676;
    background: #fff;
    border-radius: 3px;
}

[type="checkbox"]:checked+label:after,
[type="checkbox"]:not(:checked)+label:after {
    content: '';
    background: url(../images/tick.png) center center no-repeat #0fb9cd;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 3px;
}

[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

[type="checkbox"]+label {
    margin-right: 40px;
}


/*end*/

.btn-group.bootstrap-select {
    width: 100% !important;
}

.payment-form .bootstrap-select .btn-default {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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;
    padding-right: 45px;
}

.payment-form .caret {
    border: none;
    width: 25px;
    height: 10px;
    background: url(../images/slct_arrow.svg) right center no-repeat;
}

.payment-form .nextBtn {
    background: url(../images/white_arrow.png) right center no-repeat #04c2df;
    padding: 9px 30px;
    height: 45px;
    font-size: 16px;
    color: #fff;
    min-width: 150px;
    border: navajowhite;
    text-align: left;
}

.payment-form .prevBtn {
    background: url(../images/gray_arrow.png) left center no-repeat #e6f9fd;
    padding: 9px 30px;
    height: 45px;
    font-size: 13px;
    color: #3d4649;
    min-width: 150px;
    border: navajowhite;
    text-align: right;
    margin-right: 28px;
}

.payment-form .complete {
    background: #04c2df;
    padding: 9px 30px;
    height: 45px;
    font-size: 16px;
    color: #fff;
    min-width: 150px;
    border: navajowhite;
    text-align: left;
}

.different_address {
    margin-top: 10px;
}

#exampleTextarea {
    height: 100px;
}

#residenceYear {
    text-align: right;
}

#m-payment,
#total-house {
    padding-left: 25px;
    background: url(../images/dolar.png) 12px center no-repeat;
}

#step-4 p,
.payment-form label.paperless_label {
    font-size: 12px;
    letter-spacing: 0;
}

.additional_member {
    display: block;
}

.mem_add {
    margin-top: 15px;
}

.balance_pro {
    margin-top: 10px;
}

label.additional_member {
    margin: 6px 0 10px;
}

span.ui-helper-hidden-accessible {
    display: none;
}

element.style {
    display: none;
    position: relative;
    top: -1676px;
    left: 412px;
    width: 525px;
}

.ui-autocomplete {
    background: #fff !important;
    z-index: 9;
    width: 36%;
    padding: 10px;
    border: 1px solid #e6eef5;
    border-radius: 4px;
}

.ui-autocomplete a {
    color: #414042;
    font-size: 15px;
    display: block;
    padding: 1px 0;
}

.ui-autocomplete li {
    padding: 2px 0 !important;
}

.ui-autocomplete a:hover {
    background-color: #f5f5f5;
}

.payment_form_submission .dropdown-menu>li>a {
    white-space: normal;
}

.payment_form_submission .dropdown-menu.open {
    max-height: 235px !important;
    overflow-y: auto !important;
}

.payment_form_submission .dropdown-menu.inner {
    max-height: 235px !important;
    overflow: initial !important;
}

.annual_income {
    height: 42px;

}

label.phone_nm {
    height: 43px;
}

.ocupation .industry-nw {
    font-size: 14px;
    line-height: 30px !important;
    background-position-x: 97.5%;
}

.ocupation .ocupation-nw {
    font-size: 15px;
    line-height: 30px !important;
    background-position-x: 97.5%;
}

.verify {
    font-size: 14px;
    width: auto;
    margin-bottom: 10px;
}

.e_verify .verify {
    margin-top: 26px;
}

.birth_dates select.input-lg {
    font-size: 14px !important;
}

/*select.input-lg {
    background-size: 16px;
    background-position: 95% 50%;
}*/
.payment-form .stepwizard-step:hover {
    border-color: #ebebeb;
}

.payment-form .stepwizard-step.active,
.payment-form .stepwizard-step.active:hover {
    border-color: #05c3de;
}

/* .payment-form .form-control,
.type_fld{
	color: #000 !important;
} */

.ocupation .industry-nw {
    padding: 10px 35px 10px 12px;
}

li.disabled {
    display: none;
}

#gross_income,
#house_income {
    padding-left: 25px;
    background: url(../images/dolar.png) 12px center no-repeat;
}

/*
#gross_income:before, #house_income:before{
    content: '\f107';
    font-family: 'FontAwesome';
    background: #000;
    font-size: 16px;
}
*/

/*--3.12.2018--*/
.payment-form .validate_frm label {
    font-family: 'Axiforma_Bold';
    font-size: 13.2px;
    color: #454545;
}

.modal-content {
    box-shadow: none !important;
}

#important .modal-content.payment-form {
    background: #fff;
    border-radius: 15px;
    padding: 15px 0px 0px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2) !important;
}

#important .imp_img {
    height: 42px;
    width: 42px;
}

/*--end-3.12.2018--*/


.cwb_flow .activation-payment-form {
    background-image: none !important;
}

/* CWB 10.10.20 */

.cwb_flow [type="checkbox"]:checked+label,
.cwb_flow [type="checkbox"]:not(:checked)+label {
    padding-left: 35px;
    line-height: 22px;
    color: #2D2924 !important;
    font-size: 16px;
    font-weight: normal;
     font-family: 'CircularStd-Book';
}




@media (max-width:991px) {
    .stepwizard-step span {
        display: none;
    }
}

@media (max-width:640px) {
    .payment-form {
        padding: 20px 0;
    }

    #step-4 p {
        font-size: 11px;
    }

    .stepwizard-step p {
        font-size: 11px;
    }

    .payment-form .stepwizard-step {
        padding: 15px 0;
    }

    .payment_form_submission {
        padding: 35px 0;
    }

    .payment_form_submission h3 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .payment-form label {
        font-size: 12px;
    }

    .payment-form .form-control {
        height: 45px;
    }

    .payment-form .form-group,
    .payment-form .block-four {
        margin-bottom: 20px;
    }
}

@media (max-width:480px) {

    .payment-form .nextBtn,
    .payment-form .prevBtn,
    .payment-form .complete {
        min-width: 110px;
    }

    .payment-form .prevBtn {
        margin-right: 10px;
    }
}