 .form_wizard_section{
 	padding-top:60px !important;
 }
 .hide{
 	display: none;
 }
 .vehicle_img, .vehicle_hover_img{
    margin-bottom: 0;   
 }
 .vehicle_hover_img{
    display: none;
 }
 
 .progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}
.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #D43A1D;
    transition: width .6s ease;
}
.frm_choice_btn label:hover, .frm_choice_btn input:checked+label {
    border-color: #D43A1D;
    -webkit-box-shadow: 0 4px 0 0 #D43A1D;
     box-shadow: 0 4px 0 0 #D43A1D; 
}
.frm_choice_btn label:hover .vehicle_hover_img, .frm_choice_btn input:checked+label .vehicle_hover_img {
    display: block;
}
.frm_choice_btn label:hover .vehicle_img, .frm_choice_btn input:checked+label .vehicle_img {
    display: none;
}
.frm_choice_btn input{
    visibility: hidden;
    position: absolute;
    z-index: 0;
    width: auto!important;
    -webkit-appearance: radio !important;
}
.frm_choice_btn label{
	border: 1px solid #d6d6d6;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.15);
    text-align: center;
    font-weight: 400;
    cursor: pointer;
    padding: 22px 15px;
    display: block;
    font-size: 22px;
    margin: 12px 0;
    /* height: 75px; */
    color: #4a4a4a;
    line-height: 1.36;
}
.vehicle_list_frm label{
    padding: 0px 15px !important;
}
.vehicle_list_frm label img{
    max-width: 100%;
}
.existing_vehicle_frm .frm_choice_btn{
    padding: 7px !important;
}
.existing_vehicle_frm .frm_choice_btn label{
    padding: 22px 6px !important;
}
.commands .frm_btn_next,
#btn_submit{
	display: inline-block;
    width: 100%;
    max-width: 380px;
    line-height: 1.5;
    padding: 16px 0;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    color: #FFF;
    border: 0;
    cursor: pointer;
    border-radius: 6px;
    background: -webkit-gradient(linear,left top,left bottom,from(#dc4d32),to(#D43A1D));
    background: linear-gradient(#dc4d32,#D43A1D);
    -webkit-box-shadow: 8px 8px 25px rgba(0,0,0,.16);
    box-shadow: 8px 8px 25px rgba(0,0,0,.16);
}
.commands .frm_btn_next.disabled,
#btn_submit.disabled {
    color: #FFF;
    background-color: #DDD;
}
.frm_input_btn input{
	padding: 22px 86px;
    text-align: left;
    border: solid 1px #aeaeae;
    font-size: 1.5em;
    line-height: 30px;
    height: auto;
    background-color: #FFF;
    border-radius: 4px;
    color: #1e3244;
}
.frm_input_btn input:focus {
    border: solid 1px #aeaeae;
    line-height: 30px;
}
.frm_input_btn label{
	margin-bottom: 8px;
    font-size: 1em;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    display: block;
}
.main_frm_section h2{
	font-size: 35px;
    /*min-height: 100px;*/
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
    font-weight: 400;
    color: #252525;
    line-height: 1.5;
}
.help{
	max-width: 386px;
    margin: 16px auto;
    font-size: 15px;
    color: #2c4055;
    font-family: inherit;
   line-height: 24px;
}
.frm_input_text_btn input{
	padding: 22px 32px 22px 25px;
    line-height: 30px;
    width: 100%;
    font-size: 22px;
    box-sizing: border-box;
    border: solid 1px #aeaeae;
    height: auto;
    border-radius: 4px;
    background-color: #FFF;
    max-width: 490px;
    color:#4f4f4fc4;
}
.frm_input_text_btn label small {
    display: block;
}
.frm_input_text_btn label.annual_salary_title{
	max-width: 490px;
    width: 100%;
    margin-bottom: 8px;
    font-size: 1em;
    font-weight: normal;
    text-align: left;
    color: #4f4f4fc4;
    line-height: 1.7;
}
.address-display {
    position: relative;
    display: block;
    margin-top: 16px;
    padding: 24px 14px;
    background: #f2f2f2;
    text-align: left;
    max-width: 490px;
    width: 100%;
    margin: 16px auto 0 auto;
    border: 1px solid #d6d6d6;
}
.address-display::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 32px;
    top: -16px;
    border-left: solid 16px transparent;
    border-right: solid 16px transparent;
    border-bottom: solid 16px #f2f2f2;
}
.address-display span {
    font-size: 14px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    letter-spacing: .04em;
    line-height: 1;
    color: #363636;
}
.address-display address {
    margin: 0 25px;
    color: #00559d;
    line-height: 1.36;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
}
.frm_selection_box select{
    padding: 22px 32px 22px 24px;
    line-height: 30px;
    color: #1e3244;
    background-color: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.17);
    height: auto;
    border-radius: 4px;
    border: solid 1px #aeaeae;
    margin-bottom: 7px;
    font-size: 1.5em !important;
}
.frm_selection_box .select_box{
    display: block;
    width: 100%;
    max-width: 386px;
    position: relative;
    margin: 0 auto;
}
.frm_selection_box .select_box::after{
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    right: 12px;
    width: 12px;
    height: 12px;
    transform: translateY(-50%) rotate(45deg);
    border-right: solid 3px #aeaeae;
    border-bottom: solid 3px #aeaeae;
    border-bottom-right-radius: 3px;
    pointer-events: none;
}
.frm_selection_box label{
    text-align: left;
    margin-bottom: 8px;
    font-size: 1em;
    max-width: 346px;
    width: 100%;
}
.frm_selection_box select:focus, .frm_input_text_btn input:focus{
    outline: -webkit-focus-ring-color auto 6px;
    outline-color:#D43A1D;
}
.formwizard_error {
    font-size: 1.125em;
    line-height: 24px;
    color: #da1919ab;
    width: 100%;
    text-align: left;
}
.trade_detail_frm .frm_input_text_btn,
.trade_detail_frm .frm_selection_box{
    margin-bottom: 20px;
}
.wizar_form_title{
    /*padding-bottom: 40px;*/
}
.annual_salary_frm .frm_input_text_btn{
    margin:0 auto;
}
.frm_input_part{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.account_label{
    text-align: left;
    display: block;
    color: #868686;
}
.input_lable{
    text-align: left;
    display: block;
    color:#868686;
}
.work_label{
    text-align: left;
    display: block;
    color: #868686;
}
.payment_label{
    text-align: left;
    display: block;
    color: #090909;
    opacity: .5;
}
.input_dollar_icon{
    font-size: 22px;
    top: 30px;
    left: 30px;
    position: absolute;
}
input.input_placeholder_floating{
    width: 100%;
    color: #3f3f3f;
    background: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    border-top: 1px solid #d6d6d6;
    outline: none;
    caret-color: #07a3ee;
    border-radius: 4px;
    -webkit-transition: outline .15s ease-out,border-color .15s ease-out,-webkit-box-shadow .15s ease-out;
    transition: outline .15s ease-out,border-color .15s ease-out,-webkit-box-shadow .15s ease-out;
    transition: outline .15s ease-out,box-shadow .15s ease-out,border-color .15s ease-out;
    transition: outline .15s ease-out,box-shadow .15s ease-out,border-color .15s ease-out,-webkit-box-shadow .15s ease-out;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    border-width: 2px;
    font-size: 22px;
    height: 75px;
    padding-top: 25px;
}
label.budget_selection_title{
    display: block;
    text-align: left;
    width: 100%;
    padding-left: 15px;
    margin:0;
    color: #868686;
}
.btn_selection_rent{
    padding-right: 0;
}
.btn_selection_own{
    padding-left: 0;   
}
.selection_part{
    margin:0;
}
.form_section{
    margin:0 !important;
    min-height: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: auto;
    max-width: 100%;
    flex-wrap: wrap;
}
.quetion_sub_title{
    font-size: 23px;
    margin-top: 15px;
    display: block;
} 
.two_line_part{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
} 
input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label{
  top: 8px;
  bottom: 10px;
  left: 30px;
  font-size: 15px;
  opacity: 1;
  display: inline-table;
  color: #a7a7a7;
}
input:focus ~ .input_dollar_icon,
input:not(:focus):valid ~ .input_dollar_icon{
    top: 60px;
    /*bottom: 10px;*/
    left: 20px;
}

.annual_salary_frm  .floating-label{
  top: 8px;
  bottom: 10px;
  left: 30px;
  font-size: 15px;
  opacity: 1;
  display: inline-table;
  color: #a7a7a7;
}

/*.inputText {
  font-size: 14px;
  width: 200px;
  height: 35px;
}*/
.frm_input_part input{
    padding-bottom: 10px;
    padding-left: 55px;
}
.address_check{
    color: #00c700;
    position: relative;
    font-size: 18px;
}
.calendar_icon_fa{
    font-size: 18px;   
}
.floating-label {
  position: absolute;
  pointer-events: none;
  left: 53px;
  top: 30px;
  transition: 0.2s ease all;
  color: #a7a7a7;
  font-size: 22px;
}
.input_note_title{
    color: #a7a7a7;
    font-size: 15px;
}
.join_input_with_lable{
    position: relative;
    flex-wrap: wrap;
    min-width: 150px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-orient: horizontal; 
    -webkit-box-direction: normal; 
    -ms-flex-direction: row;
    flex-direction: row; 
    border: 1px solid transparent; 
    border-top: 1px solid #d6d6d6;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 4px;
    background: #f4f4f4;
    border-width: 2px;
    -webkit-transition: border-color .15s ease-out,-webkit-box-shadow .15s ease-out;
    transition: border-color .15s ease-out,-webkit-box-shadow .15s ease-out;
    transition: box-shadow .15s ease-out,border-color .15s ease-out;
    transition: box-shadow .15s ease-out,border-color .15s ease-out,-webkit-box-shadow .15s ease-out;

}
.join_input{
    width: 50%;
    max-width: 50%;
    display: block;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 10px 0;
    text-align: center;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 22px;
    height: 75px;
}
.join_label{
    position: relative;
    left: 0;
    font-size: 22px;
    margin-bottom: 0;
    -webkit-transform: none;
    transform: none;
    display: block;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    pointer-events: all;
    color: #3f3f3f;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.join_input_with_lable:before {
    position: absolute;
    right: 50%;
    top: 15px;
    content: "";
    display: block;
    height: 45px;
    width: 1px;
    background-color: #ddd;
}
.join_input_with_lable:focus{
    /*border-color: #D43A1D;*/
    outline: #D43A1D auto 1px;
}
.join_input_with_lable input:focus{
    outline: none;
}
.addressDialog .modal-content{
    overflow: auto;
    max-height: 100vh;
}
.addressDialog .modal-body{
    padding: 50px 0 60px;
}
.addressDialog.modal.show .modal-dialog{
    margin:0 auto;
}
.searching_popup_icon{
    font-size: 75px;
    color: #00c700;
    text-align: center;
    width: 1em;
}
.congrats_title{
    margin: 25px auto 0;
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    color: #4a4a4a;
}
.searching-popup_text{
    font-size: 13px;
    padding: 0 30px;
    padding-bottom: 60px;
}
.searching-popup_small{
    margin-top: 25px;
    font-size: 14px;
    margin-bottom: 20px;
}
.searching-popup_location{
    font-size: 25px;
    margin-top: 20px;
    border: 1px solid #ddd;
    padding: 15px 10px;
    color: #D43A1D;
    font-weight: 300;
    letter-spacing: 1px;
    width: 100%;
    margin: auto;
    line-height: 1.5;
}
.searching-popup_text p{
    font-size: 13px;
    color: #4a4a4a;
    line-height: 1.5;
    margin:13px 0;
}
.searching-popup_link{
    color: #D43A1D;
    text-decoration: none;
}
.searching-popup_link:hover{
    text-decoration: none;
    color: #d43a1ddb;
}
.app-button_continue{
    padding: 16px 0;
    width: 90%;
    font-size: 19px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    border: none;
    background: -webkit-gradient(linear,left top,left bottom,from(#dc4d32),to(#D43A1D));
    background: linear-gradient(#dc4d32,#D43A1D);
    border-radius: 6px;
    color: #fff;
    line-height: 1.5;
    font-weight: 600;
    -webkit-box-shadow: 8px 8px 25px rgba(0,0,0,.16);
    box-shadow: 8px 8px 25px rgba(0,0,0,.16);
}
@media screen and (min-width: 768px) and (max-width: 900px){
    .container {
        max-width: 960px;
        width: 100%;
    }
}
@media screen and (min-width: 768px){
    .form_section{
        padding-bottom: 56px;
    }
}
@media screen and (min-width: 568px) and (max-width: 767px){
    .frm_choice_btn{
        width: 100%;
        max-width: 386px;
        margin: 0 auto;
        /*padding: 0;*/
    }
    .frm_selection_box .select_box {
        width: 100%;
        max-width: 386px;
        margin: 0 auto;
    }
   .frm_input_text_btn, .frm_selection_box {
        margin-bottom: 20px;
        max-width: 386px;
        width: 100%;
        margin: 0 auto;
    }
    .help{
        padding: 0 15px;
    }
}
@media screen and (max-width: 767px){
    .addressDialog .modal-content {
        max-width: 319px;
        margin: 0 auto;
    }
    .form_section{
        padding-bottom: 20px;
    }
    .main_frm_section h2{
        font-size: 25px;
        padding: 28px 0;
    }
    .receiving_income_frm.form_section{
        min-height: 220px;
    } 
}
@media screen and (max-width: 360px){
    .frm_choice_btn label{
        font-size: 19px;
        padding: 18px 15px;
    }
}


/* Income Slide */
#income_slider .ui-slider-range { background: #dc4d32; }
#income_slider .ui-slider-handle { border-color: #dc4d32; }
#income_slider .ui-slider-handle.ui-state-active { background: #dc4d32; border-color: #dc4d32; }