.description{
    margin-bottom: 0;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    font-size: 48px;
    line-height: 62px;
    transform: translate(-50%,-50%);
    white-space: nowrap;
}

.search_order{
    text-align: center;
    transform: translate(-50%,-50%);
    padding-bottom: 27px;
}

.back_photo_text{
    position: absolute;
    top: 32%;
    left: 50%;
    color: #ffffff;
    text-align: center;
}

.back_photo_instructions{
    text-align: center;
    transform: translate(-50%,-50%);
    font-weight: 400;
    padding-bottom: 0;
    margin: 0
}

#color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background: linear-gradient(135deg,#585b64 0%,#2c2f38 100%);
    opacity: 0.95
}


/*.radio_fields, .checkbox_fields, .select_fields{*/
/*    margin: 6px 0;*/
/*    padding: 0;*/
/*    list-style: none;*/
/*    text-indent: 0;*/
/*    color: #585858;*/
/*    border: 0;*/
/*}*/

/*.checkbox_fields li .checkbox_fields_input:checked:after {*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    top: -2px;*/
/*    left: -1px;*/
/*    position: relative;*/
/*    background-color: #f9d14d;*/
/*    content: '';*/
/*    display: inline-block;*/
/*    visibility: visible;*/
/*}*/

.list_field{
    margin-top: 16px;
    padding-right: 16px;
    padding-top: 0;
    margin-left: 0;
}

.back_photo_div{
    width: 100%;
    border-bottom:5px #f9d14d;
    border-bottom-style: solid
}

.list_field_label{
    font-weight: 700;
    font-size: 16px;
    border-left: 4px solid #f9d14d;
    padding-left: 10px;
    margin-top: 20px;
    margin-bottom: 6px;
    line-height: 1.3;
    display: inline-block;

}

.input_container_radio,.input_container_checkbox{
    margin-top: 16px;
    margin-bottom: 0;
}

.questions_container{
    display: inline-block;
    background-color:#ffffff;
    top: -5.5%;
    position: relative;
    left: 27%;
    font-size: 15px;
    border-radius: 4px;
    overflow: hidden;
    padding-left: 4%;
    padding-right: 4%;
    /*z-index: 999;*/
    width: 48%;
    padding-top: 20px;
    /*box-shadow:   28px 28px 28px rgba(0,0,0,0.16) !important;*/
    box-shadow: 0 0 40px 25px  rgba(0,0,0,0.16);

    /*box-shadow: 3px 3px  rgba(0,0,0,0.16), -1em 0 .4em  rgba(0,0,0,0.16);*/
    /*transform: translate(-50%, -50%);*/
}

.other_input{
    position:relative;
    font-size: 14px;
    padding: 5px 5px;
    letter-spacing: normal;
    width: 40%;
    margin-left: 4px;
    line-height: 24px;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #e0e0e0;
    background-color: rgba(0,0,0,0.035);
    color: #555;

}

.required_asterisk{
    color: #790000;
    margin-left: 4px
}
.progressbar_wrapper{
    width: 100%;
    margin: 0 0 16px 0;
    padding: 0 0 16px 0;

}
.progressbar_title{
    color: #767676;
    font-size: 13px;
    line-height: 1;
    margin: 0 0 8px 0;
    padding: 0;
    opacity: .6;
    font-weight: 400;
}
.progressbar{
    position: relative;
    border-radius: 10.5px;
}
.progressbar_blue{
    background: #d2d6dc;
}

.progressbar_percentage{
    background-color: #1e7ac4;
    color: #fff;
    height: 21px;
    text-align: right;
    border-radius: 10.5px;
    vertical-align: middle;
    font-family: helvetica,arial,sans-serif;
    font-size: 13px!important;
    z-index: 999;
}
.percentbar_25{
    width:25%;
}

.percentbar_50{
    width:50%;
}

.percentbar_75{
    width: 75%;
}

.percentbar_100{
    width: 100%;
}

.percent{
    margin-right: 5px;
    margin-left: 5px;
}

/*input[type="checkbox"]{*/
/*    position: revert !important;*/
/*    left: revert !important;*/
/*    top: revert !important;*/
/*    opacity: revert !important;*/
/*    visibility: revert !important;*/
/*}*/

/*input[type="checkbox"] + label{*/
/*    position: revert !important;*/
/*    padding-left: revert !important;*/
/*    cursor: revert !important;*/
/*    line-height: revert !important;*/
/*    display: revert !important;*/
/*    vertical-align: revert !important;*/
/*}*/


/*input[type="checkbox"] + label:before{*/
/*    position: inherit  !important;*/
/*    border: none  !important;*/
/*    content: revert  !important;*/
/*}*/

/*input[type="checkbox"] + label:after{*/
/*    position: inherit  !important;*/
/*    border: none  !important;*/
/*    content: revert  !important;*/
/*}*/


/*.clean_group {*/
/*    all: revert;*/
/*}*/


.input_container_select{
    margin-top: 8px;
}

.input_container_date .input_date{
    margin-left: 1px;
    padding: 9px 5px 5px 9px;
    background: rgba(0,0,0,0.035);
    font-size: 14px;
    color: #555;
}

.input_container_select .field_select{
    margin-left: 1px;
    padding: 2px 0 2px 3px;
    /*background: rgba(0,0,0,0.035) url("data:image/svg+xml;utf8,<svg style='background-color:transparent;'  fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat;*/
    font-size: 14px;
    border: none;
    border-bottom: 2px solid #e0e0e0;
    color: #555;
    -webkit-appearance: auto;
    -moz-appearance: none;
    background-position-x: 100%;
    background-position-y: 5px;
    overflow: hidden;
}

.names_label{
    font-size: .813em;
    letter-spacing: .5pt;
}
.half_width_element, .names{
    background: rgba(0,0,0,0.035);
    border: none;
    border-bottom: 2px solid #e0e0e0;
    min-height: 30px;
    color: #555;
    padding-left: 9px;
}

.half_width_element{
    min-width: 47%;
    max-width: 47%;
}

.full_width_element{
    min-width: 100%;
    max-width: 100%;
    background: rgba(0,0,0,0.035);
    border: none;
    border-bottom: 2px solid #e0e0e0;
    min-height: 30px;
    color: #555;
    padding-left: 9px;
}



.name_last{
    display: grid;
    width: 49%
}

.name_first{
    display: grid;
    margin-right: 2%;
    width: 49%
}
.input_container_name{
    display: flex;
}
.input_container{
    margin-top: 8px;
}

.input_container_number .input_number{
    background-color: rgba(0,0,0,0.035);
    border: none;
    border-bottom: 2px solid #e0e0e0;
    padding: 5px 4px;
}

.field_description{
    font-size: 12px;

}

.link_description{
    font-weight: bold;
    color: #f9d14d;
}

#other_important_matters{
    width: 100%;
    font-size: 14px;
    background-color: rgba(0,0,0,0.035);
    border: none;
    border-bottom: 2px solid #e0e0e0;

}
#other_important_matters:focus,
#regions_to_avoid:focus,
#email:focus,
#phone:focus,
#first_name:focus,
#last_name:focus,
#other_input:focus,
#max_monthly_savings:focus{
    border-bottom: 2px solid #f9d14d;

}

.validation_errors{
    background-color: transparent;
    color: #790000;
    font-weight: 700;
}

.error_header{
    text-align: center;
    font-size: 16px;
    padding: 27px;
    line-height: 24px;
    display: none;

}
.validation_errors>h2:before {

}

.next_tab, .prev_tab{
    background-color: #333333;
    padding: 7px 11px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    color: #FFFFFF;
    border-radius: 4px;
    margin-right: 16px;
}

.tab_cont{
    margin: 14px 0;
    width: 100%;
    border-top: 1px dotted #ccc;
    padding: 16px 0 0 0;
    clear: both;
}

.next_tab:hover, .prev_tab:hover{
    background-color:#f9d14d;

}

.required_validation_message{
    color: #b15656;
    padding-top: 16px;
    font-size: 12px;
    font-weight: 700;
    display: none;
}

#fourth_tab_next{
    padding: 8px 20px;
}
#fourth_tab_next:hover{
    box-shadow:  0 20px 38px rgba(0,0,0,0.16)!important;
    transform: translateY(-0.25em);
}

.ui-datepicker a{
    text-decoration: none;
}

.ui-datepicker{
    position: absolute;
    top: 1062.58px;
    left: 342.117px;
    height: auto;
    font: 9pt Arial,sans-serif;
    min-width: 216px;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
    /* z-index: 9999; */
    z-index: 9999;
}

.ui-datepicker-header{
    background-color: #666;
    border-color: #666;
    border-style: solid;
    border-width: 1px 0 0 0;
    color: #e0e0e0;
    font-weight: 700;
    line-height: 31px;
}

.ui-datepicker-prev, .ui-datepicker-next{
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    /*background-image: url(../images/datepicker/arrow.png);*/
    /*background-repeat: no-repeat;*/
    line-height: 600%;
    overflow: hidden;
    text-decoration: none;
}

.ui-datepicker-prev{
    float: left;
    background-position: center -30px;
}

.ui-datepicker-next{
    float: right;
    background-position: center -30px;
}
.ui-datepicker-title {
    text-align: center;
    background-position: center 0;
}

.ui-datepicker-month{
    border-width: 1px;
    display: inline-block;
    font-size: .75rem;
    line-height: 1;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-top: 3px;
}

.ui-datepicker-year{
    border-width: 1px;
    display: inline-block;
    font-size: .75rem;
    line-height: 1;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-top: 3px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-month {
    max-height: 25px;
    max-width: 40%;
}

.ui-datepicker tbody td {
    padding: 0;
    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb;
    background: #ededed;

}

.ui-datepicker thead {
    background: #f7f7f7;
}
.ui-datepicker-calendar {
    width: 100%;
    border-collapse: collapse;
}

.ui-datepicker td a, .ui-datepicker td span {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #666;
    text-shadow: 1px 1px 0 #fff;
}

.ui-datepicker table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    line-height: 28px;
}

td.ui-datepicker-unselectable.ui-state-disabled {
    background-color: #d7d7d7;
}

.ui-datepicker th {
    text-transform: uppercase;
    text-align: center;
    font-size: 6pt;
    padding: 5px 0;
    color: #666;
    text-shadow: 1px 0 0 #fff;
}

.dob{
    display: block;
}

.jcf-select{
    background: rgba(0,0,0,0.035);
    border: none;
}

.select_fields{
    list-style-type: none;
}

.various_inputs{
    height: 42px;
}


.input_container .iti{
    display: block;
}

.input_container .iti__flag-container{
    max-height: 44px;
}

.iti #phone{
    padding-left: 96px;
}


.iti__flag {
    background-image:url('assets/vendor/intl-tel-input/build/img/flags.png');
}

.iti .iti__country-list{
    z-index: 9;
    max-width: 360px;
}
.iti--separate-dial-code {
    font: 14px/16px "Muli", sans-serif;
    color: #444444;
}

.jcf-list .jcf-option {
    white-space: normal;
}

@media screen and (min-width: 641px){
    .radio_fields{
        width: calc(100% + 16px);
    }
}

@media screen and (min-width: 641px){
    .radio_fields li{
        margin: 0 0 8px 0;
        line-height:1.3;
    }
}

@media screen and (max-width: 965px){
    .radio_fields li, .checkbox_fields li{
        display: block;
    }
}

@media screen and (max-width: 825px){
    .description{
        font-size: 31px;
        line-height:40px;
        white-space: normal;

    }

}

@media (max-width: 550px) {
    .questions_container {
        top: -2.5%;
        left: 0;
        width: 100%;
    }
}


@media only screen and (min-width: 641px) {
    .progressbar {
        width: calc(100% - 16px);
    }
}

@media only screen and (max-width: 1024px) {
    .half_width_element {
        min-width: initial;
        max-width: initial;
        width: 100%;
    }

    .input_container_name{
        display: block;
    }
    .name_last,.name_first{
        width: 100%;
        margin-bottom: 16px;
    }


}

@media only screen and (max-width: 641px) {
    .description{
        margin-top: -44px;
    }
    .search_order{
        margin-bottom: 30px;
    }
}

@media only screen and (max-height: 641px) {
    .back_photo_text{
        top: 7%;
    }
}

@media only screen and (max-height: 441px) {
    .back_photo_text{
        top: 0;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {background-image: url('assets/vendor/intl-tel-input/build/img/flags.png');
    }
}