.statusbar_cont {
    width: 100%;
    background: #c0cdd2;
    height: 3px;
    margin-bottom: 40px;
}

.statusbar_inner {
    width: 0%;
    background: #4225ea;
    height: 3px;
}
.slide {
    display: none;
    position: relative;
}
.slide:nth-child(1){
    display: block;
}
#Siguiente_button {
    display: none;
}
.to_next_slide {
    background: linear-gradient(140deg,#200ae6,#a772f5,#a772f5,#200ae6);
    background-size: 200% 100%;
    color: #fff;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 10px;
    position: relative;
    white-space: normal;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    vertical-align: top;
    padding: 13px 28px 10px;
    font-size: 18px;
    cursor:pointer;
    transition-delay: all .5s;
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}
.to_next_slide:hover {
    background-position: 50% 0;
    color: #fff;
    border-color: transparent;
    transition-delay: all .5s;
}
.to_next_slide.added_margin {
    margin-top: 30px;
}
.to_prev_slide {
    background: linear-gradient(140deg,#200ae6,#a772f5,#a772f5,#200ae6);
    background-size: 200% 100%;
    color: #fff;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 10px;
    position: relative;
    white-space: normal;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    vertical-align: top;
    padding: 13px 28px 10px;
    font-size: 18px;
    cursor:pointer;
    transition-delay: all .5s;
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}
.to_prev_slide:hover {
    background-position: 50% 0;
    color: #fff;
    border-color: transparent;
    transition-delay: all .5s;
}
.to_prev_slide.added_margin {
    margin-top: 30px;
    position: relative;
    z-index: 4;
}
.plz_select_date {
        background: #f2f6f7;
        background-size: 200% 100%;
        color: #a873f6;
        font-weight: 500;
        text-align: center;
        display: inline-block;
        border: 2px solid #f0f5f6;
        border-radius: 10px;
        position: relative;
        white-space: normal;
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
        vertical-align: top;
        padding: 13px 28px 10px;
        font-size: 18px;
        cursor: text;
        transition-delay: all .5s;
        -webkit-user-select: none; /* Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE10+/Edge */
        user-select: none; /* Standard */
        display: none;
}
.plz_select_date:hover {
    background-position: 50% 0;
    color: #a873f6;
    border-color: transparent;
    transition-delay: all .5s;
}
.plz_select_date.added_margin {
    margin-top: 30px;
}
.for_terms_button_go {
        background: #f2f6f7;
        background-size: 200% 100%;
        color: #a873f6;
        font-weight: 500;
        text-align: center;
        display: inline-block;
        border: 2px solid #f0f5f6;
        border-radius: 10px;
        position: relative;
        white-space: normal;
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
        vertical-align: top;
        padding: 13px 28px 10px;
        font-size: 17px;
        cursor: text;
        transition-delay: all .5s;
        -webkit-user-select: none; /* Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE10+/Edge */
        user-select: none; /* Standard */
        cursor: pointer;
        display: none;
}
.for_terms_button_go:hover {
    background-position: 50% 0;
    color: #a873f6;
    border-color: transparent;
    transition-delay: all .5s;
}
.for_terms_button_go.added_margin {
    margin-top: 30px;
}
.counter_outer div{
    font-size: 37px;
    font-weight: 900;
    color: #544e4e;
}
.counter_outer div small{
    font-size: 18px;
    font-weight: 300;
}
#Siguiente_button:hover::before{
    display: none!important;
}
.slide:nth-child(1) .to_prev_slide {
    display: none;
}
.slide_decoration {
    padding: 30px 50px;
    box-shadow: 2px 1px 17px 0px #0000001a;
    border-radius: 10px;
}
@media (max-width: 767px){
.currency-symbol {
    top: 10px;
    left: 79px;
}
}
.dob_cont {
    margin-bottom: 25px;
    display: none
}
.dob_cont p {
    margin-bottom:16px;
}
span.dmy {
    font-size: 22px;
    padding-bottom: 0;
    cursor: pointer;
    height: 24px;
    /* line-height: 0px; */
    padding: 0 5px;
    display: inline-block;
}
span.dmy:hover {
    border-color: #caa8f9;
    background: linear-gradient(to bottom, rgba(84,56,229,1) 0%,rgba(187,148,248,1) 100%);
    color: white;
}
.container_slider_outer_wraper.overflowing {
    overflow-x: hidden;
    padding-bottom: 230px;
}
.slide {
    position: relative;
    left: 109%;
    transition: all .3s!important;
}
.slide.aafafd{
    left: 0%;
    transition: all .3s!important;
    animation: unset!important;
}
.container_slider_outer_wraper.slide_rev .slide.show_slide_quote.aafafd{
    animation: unset!important;
}
.container_slider_outer_wraper .slide.show_slide_quote {
    animation: slide_in .3s linear forwards;
}
@keyframes slide_in {
    0% {
        left: 109%;
    }
    100% {
        left: 0%;
    }
}
.container_slider_outer_wraper.slide_rev .slide.show_slide_quote.aafafd {
    left: 0%;
    /* animation: slide_in_rev .3s linear forwards!important; */
}
@keyframes slide_in_rev {
    0% {
        left: 0%;
    }
    100% {
        left: 109%;
    }
}
.loan-details.show_slide_quote {
    left: 0%;
}

.field-choice.selected_field_choice label.form-control {
    border-color: #caa8f9;
    background: linear-gradient(to bottom, rgba(84,56,229,1) 0%,rgba(187,148,248,1) 100%);
    color: white;
}
.for_throw .to_next_slide, .for_throw_to_others .to_next_slide  {
    display: none;
}
.for_radio_select .to_next_slide {
    display: none;
}
.for_throw .plz_select_date , .for_throw_to_others .plz_select_date {
    display: inline-block;
}
.for_radio_select .plz_select_date {
    display: inline-block;
}
.form-choice {
    display: block;
    text-align: left;
}
.form-choice .field-choice  {
    margin: 4px 4px;
    display: inline-block;
    min-width: 77px!important;
    min-width: 76px!important;
    min-width: 80px!important;
    width: unset;
}
.field-choice label.form-control  {
    font-size: 19px;
    text-align: center;
    display: inline-block;
    padding-top: 22px;
}
.dynamic_width_radio   .form-choice.radio-class.radio-large {
	text-align: center;
}
.dynamic_width_radio .field-choice label.form-control {
    cursor: pointer;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    position: relative;
    margin: 0;
    padding-left: 17px;
    padding-right: 17px;
    /* background: transparent; */
}
.for_day.form-choice .field-choice , .for_month.form-choice .field-choice {
    width: 72px;
    display: inline-block;
}
.section-form {
    text-align: center;
    padding: 200px 0 50px;
}
#termsandconditions {
    padding:0px 0 50px;
    display: none;
}
.slide_decoration .for_terms_button_go {
    display: none;
}
.slide:nth-last-child(1) .slide_decoration .for_terms_button_go {
    display: inline-block;
}
.required_enable .disale_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 82px;
    background: #ffffff80;
    z-index: 2;
    display: block;
}
.disale_overlay {
    display: none;
}
.disale_overlay::before {
    content: 'Please fill all the fields';
    position: absolute;
    left: 32%;
    top: -28px;
    min-width: 100px;
    background: #0000009e;
    padding: 6px 20px 3px;
    z-index: 5;
    color: white;
    border-radius: 7px;
    opacity: 0;
    transition: all .5s;
}
.show_massege.disale_overlay::before {
    content: 'Please fill all the fields';
    position: absolute;
    left: 32%;
    top: -28px;
    min-width: 100px;
    background: #0000009e;
    padding: 6px 20px 3px;
    z-index: 5;
    color: white;
    border-radius: 7px;
    opacity: 1;
    transition: all .5s;
}
.accept {
    text-align: center;
    letter-spacing: 0px;
    font-size: 14px;
    font-weight: 300;
    transform: translateY(-3px);
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.accept #accept {
    transform: translate(-5px , 2px)
}
.for_terms_and_conditions_slides .to_next_slide  {
    display: none;
}
.for_terms_and_conditions_slides .for_terms_button_go  {
    display: inline-block;
}
.section-form #for_terms_and_conditions_slides .title h1 {
    font-size: 50px;
    margin-bottom: 11px;
    margin-top: 21px;
}
@media only screen and (max-width:500px) and (min-width: 300px){
    .dob_cont h4 {
        font-size: 25px;
        margin-bottom: 8px;
    }
    .dob_cont p {
        margin-bottom: 0px;
        margin-top: 8px;
    }
    .dob_cont {
        margin-bottom: 20px;
    }
}
    @media only screen and (max-width:900px) and (min-width: 300px){
    .section-form {
        text-align: center;
        padding: 100px 0 250px;
    }
    .field-choice label.form-control{
        line-height: 1;
    }
    .field-choice label.form-control {
        border-radius: 100px 100px 0px 0px;
    }
    .field-choice.selected_field_choice label.form-control {
        border-color: #caa8f9;
        background: unset;
        background: #cfb2f4!important;
    }
    .field-choice.throw_year_combo label.form-control{
        padding-left: 16px!important;
        padding-right: 18px!important;
        padding-top: 27px;
        height: 59px;
    }
    .form-choice {
        display: block;
        text-align: center;
    }
    .form-group label {
        font-weight: 600;
        display: block;
        font-size: 17px;
        color: #201820;
        text-align: center;
    }
    .for_day.form-choice .field-choice, .for_month.form-choice .field-choice {
        width: 56px;
        display: inline-block;
        min-width: 47px!important;
    }
    .form-control {
        height: 49px;
    }
    .field-choice label.form-control{
        padding-top: 19px;
        font-size: 17px;
    }
}
@media only screen and (max-width:500px) and (min-width: 300px){
    .section-form {
        text-align: center;
        padding: 100px  0 194px;
    }
}

@media only screen and (max-width:900px) and (min-width: 300px){
.section-form {
    text-align: center;
    padding: 100px 0 250px;
}
.space_mob_hide {
    display: none;
}
}
@media only screen and (max-width:900px) and (min-width: 500px){
    .field-choice label.form-control{
        line-height: .71;
    }
}
@media only screen and (max-width:332px) and (min-width: 300px){
    .loan-details .loan-amount .form-control {
        text-align: center;
        padding-left: 34px;
        padding-right: 21px;
    }
    .currency-symbol {
        top: 10px;
        left: 70px;
    }
}
@media only screen and (max-width:900px) and (min-width: 300px){
    .required_enable .disale_overlay {
        height: 88px;
    }
    span.dmy {
        font-size: 19px;
        padding-bottom: 0;
        cursor: pointer;
        height: 24px;
        /* line-height: 0px; */
        padding: 0 5px;
        display: inline-block;
        letter-spacing: 4px;
        font-weight: bold;
    }
    .slide_decoration {
        padding: 30px 0px;
        box-shadow: unset;
        border-radius: 10px;
    }
    .slide .form-choice {
        display: block;
        text-align: justify;
        width: 100%;
        margin: 0 auto;
        max-width: 351px;
    }
    #maincontent_for_quote .section-grey {
        background: #ffffff00;
    }
    .field-choice label.form-control {
        height: 50px;
        border: 1px solid #d7d7d7;
        border-radius: 100px 100px 25px 25px;
    }
    .field-choice.selected_field_choice label.form-control {
        border-color: #d4baf9;
        background: unset;
        background: #d4baf9!important;
    }
    .section-form .title h1 {
        margin-bottom: 5px;
        font-size: 30px;
        color: #4d4d4e;
    }
    .section-form .title p.lead {
        font-size: 15px;
        font-weight: 400;
        color: #555555;
    }
    .section-form .title {
        margin-bottom: 20px;
    }
    .counter_outer div {
       font-size: 20px;
       font-weight: 600;
       color: #7046e0;
    }
    .counter_outer div span{
        color: #7046e0;
        font-weight: 500;
        font-size: 20px;
    }
    .counter_outer div small{
        font-size: 18px;
        color: #555555;
        margin-left: 5px;
    }
    .dob_cont h3{
        font-size: 20px;
        color: #2a2a2a;
        font-weight: 500;
        margin-bottom: 9px;
    }
    .statusbar_cont {
        margin-bottom: 18px;
    }
    .slide_decoration {
        padding: 0px 0px;
    }
    .slide_decoration  p span {
        font-weight: 600;
        color: #7046e0;
    }
    .dob_cont{
        margin-bottom: 6px;
    }
    span.dmy {
        font-size: 19px;
        padding-bottom: 0;
        cursor: pointer;
        height: 24px;
        /* line-height: 0px; */
        padding: 0 5px;
        display: inline-block;
        letter-spacing: 3px;
        font-weight: 400;
        color: #333333;
    }
    span.devider {
        font-size: 16px;
        padding-bottom: 0;
        cursor: pointer;
        height: 23px;
        padding: 0 5px;
        display: inline-block;
        letter-spacing: 11px;
        font-weight: 500;
        color: #333333;
        text-align: center;
        /* background: red; */
        padding-left: 9px;
        width: 23px;
    }
    .slide_decoration p {
        margin-bottom: 13px;
    }

    .statusbar_cont {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        background: #ffffff;
        height: 5px;
        border: 1px solid #c39cfa;
        border-radius: 20px;
        max-width: 335px;
        /* margin: auto; */
    }
    .statusbar_inner {
        width: 0%;
        background: #c39cfa;
        height: 3px;
        border-radius: 20px;
    }
    #maincontent_for_quote .section-form {
        text-align: center;
        padding: 20px 0 250px;
    }
    .slide_decoration p {
        margin-bottom: 13px;
        color: #555555;
    }
    .header_banner_contfor_quote {
        width: 100%;
        background: white;
        margin: 0 auto;
        background-image: url(../Content/Images/mob_top_right.png);
        background-size: 804px;
        background-repeat: no-repeat;
        background-position: 171px -62px;
        position: absolute;
        height: 500px;

    }
    .currency-symbol {
        top: 7px;
        left: 101px;
    }
    .loan-details .loan-amount .form-control {
        font-size: 22px;
        border: none;
        border-bottom: 2px solid #7046e0;
        width: 60%;
        display: block;
        margin: 0 auto;
    }
    .to_prev_slide  {
        color: #6c6c6c;
        background: unset;
        border: 2px solid #3ec79a;
        border-radius: 100px 30px 30px 100px;
        margin-top: 30px;
        position: relative;
        z-index: 4;
        width: 32%;
        max-width: 98px;
        text-align: center;
        padding: 13px 0 10px;
    }
    .to_next_slide  {
        color: #ffffff;
        background: #3ec79a;
        border: 2px solid #3ec79a;
        border-radius: 30px 100px 100px 30px;
        width: 34%;
        padding: 13px 10px 10px;
    }
    .to_next_slide.added_margin {
       background: #3ec79a;
           border: 2px solid #3ec79a;
           border-radius: 30px 100px 100px 30px;
           color: #ffffff;
           padding: 13px 20px 10px;
           margin-left: 10px;
           width: 66%;
           margin-left: 2%;
           max-width: 234px;
    }
    .plz_select_date.added_margin {
            background: #3ec79a94;
           border: 2px solid #3ec79a29;
           border-radius: 30px 100px 100px 30px;
           color: #ffffff;
           padding: 13px 20px 10px;
           margin-left: 10px;
            width: 66%;
            margin-left: 2%;
           max-width: 234px;
    }
    .for_terms_button_go.added_margin {
        background: #3ec79a;
            border: 2px solid #3ec79a;
            border-radius: 30px 100px 100px 30px;
            color: #ffffff;
            padding: 13px 20px 10px;
            margin-left: 10px;
            width: 66%;
            margin-left: 2%;
            max-width: 234px;
    }
    p.for_quote_button_buttom {
        font-size: 14px;
        color: #888888;
        font-weight: 300;
        margin-top: 14px;
    }
    #maincontent_for_quote .section-form {
        text-align: center;
        padding: 20px 0 143px;
    }
}
@media only screen and (max-width:374px) and (min-width: 300px){
    .to_prev_slide.added_margin {
        width: 33%;
        max-width: 89px;
        padding: 14px 0 9px;
    }
    .to_next_slide.added_margin {
        background: #3ec79a;
        border: 2px solid #3ec79a;
        border-radius: 30px 100px 100px 30px;
        color: #ffffff;
        padding: 16px 3px 10px;
        margin-left: 10px;
        width: 66%;
        margin-left: 2%;
        font-size: 16px;

    }
    .plz_select_date.added_margin {
        background: #3ec79a;
        border: 2px solid #3ec79a;
        border-radius: 30px 100px 100px 30px;
        color: #ffffff;
        padding: 16px 3px 10px;
        margin-left: 10px;
        width: 66%;
        margin-left: 2%;
        font-size: 16px;

    }
    .for_terms_button_go.added_margin {
        background: #3ec79a;
        border: 2px solid #3ec79a;
        border-radius: 30px 100px 100px 30px;
        color: #ffffff;
        padding: 16px 3px 10px;
        margin-left: 10px;
        width: 66%;
        margin-left: 2%;
        font-size: 16px;

    }
}
@media only screen and (max-width:999px) and (min-width: 476px){
	.header_banner_contfor_quote {
		display: none;
	}
}

@media only screen and (max-width:9000px) and (min-width: 900px){
	#footer .footer-top {
	    padding: 80px 0 100px;
	    animation: wave_footer_one 0s linear infinite!important;
	    filter: drop-shadow(2px 9px 16px #00000031);
	}
    .required_enable .disale_overlay {
        height: 88px;
    }
    span.dmy {
        font-size: 19px;
        padding-bottom: 0;
        cursor: pointer;
        height: 24px;
        /* line-height: 0px; */
        padding: 0 5px;
        display: inline-block;
        letter-spacing: 4px;
        font-weight: bold;
    }
    .slide_decoration {
        padding: 30px 0px;
        box-shadow: unset;
        border-radius: 10px;
    }
    .required_enable .disale_overlay {
        height: 161px;
        background: #f6f9f9ad;
    }
    .slide .form-choice {
        display: block;
        text-align: justify;
        width: 100%;
        margin: 0 auto;
        max-width: 455px;
    }

    .slide.for_throw  .form-choice {
        display: block;
        text-align: center;
        width: 100%;
        margin: 0 auto;
        max-width: 455px;
    }
    .space_mob_hide {
    	display: none;
    }
    #maincontent_for_quote .section-grey {
       /*  background: #ffffff00; */
    }
    .field-choice label.form-control {
        height: 50px;
        border: 1px solid #d7d7d7;
        border-radius: 100px 100px 25px 25px;
    }
    .field-choice.selected_field_choice label.form-control {
        border-color: #d4baf9;
        background: unset;
        background: #d4baf9!important;
    }
    .section-form .title h1 {
        color: #4d4d4e;
    }
    .section-form .title p.lead {
        color: #555555;
    }
    .section-form .title {
        margin-bottom: 20px;
    }
    .counter_outer div {
       font-size: 20px;
       font-weight: 600;
       color: #7046e0;
    }
    .counter_outer div span{
    	color: #7046e0;
    	font-weight: 900;
    	font-size: 30px;
    }
    .counter_outer div small{
        font-size: 18px;
        color: #555555;
        margin-left: 5px;
    }
    .dob_cont h3{
        font-size: 20px;
        color: #2a2a2a;
        font-weight: 500;
        margin-bottom: 9px;
    }
    .statusbar_cont {
        margin-bottom: 35px;
    }
    .slide_decoration {
        padding: 0px 0px;
    }
    .slide_decoration  p span {
        font-weight: 600;
        color: #7046e0;
    }

    span.dmy {
        font-size: 19px;
        padding-bottom: 0;
        cursor: pointer;
        height: 24px;
        /* line-height: 0px; */
        padding: 0 5px;
        display: inline-block;
        letter-spacing: 3px;
        font-weight: 400;
        color: #333333;
    }
    span.devider {
        font-size: 16px;
        padding-bottom: 0;
        cursor: pointer;
        height: 23px;
        padding: 0 5px;
        display: inline-block;
        letter-spacing: 11px;
        font-weight: 500;
        color: #333333;
        text-align: center;
        /* background: red; */
        padding-left: 9px;
        width: 23px;
    }
    .slide_decoration p {
        margin-bottom: 13px;
    }

    .statusbar_cont {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        background: #ffffff;
        height: 7px;
        border: 1px solid #c39cfa;
        border-radius: 20px;
        max-width: 100%;
        /* margin: auto; */
    }
    .dob_cont {
        margin-bottom: 19px;
    }
    .statusbar_inner {
        width: 0%;
        background: #c39cfa;
        height: 5px;
        border-radius: 20px;
    }
    #maincontent_for_quote .section-form {
        text-align: center;
        padding: 20px 0 250px;
    }
    .slide_decoration p {
        margin-bottom: 13px;
        font-weight: 600;
        display: block;
        color: #201820;
        font-size: 19px;

    }
    .slide .loan-amount .form-group label , .slide > label {
    	margin-bottom: 13px;
    	font-weight: 600;
    	display: block;
    	color: #201820;
    	font-size: 19px;
    	text-align: center;
    }
    .slide.slide_decoration {
    	background: #f6f9f9;
    }
    .header_banner_contfor_quote {
        display: none;

    }
    .currency-symbol {
/*         top: 7px;
        left: 101px; */
    }
    .loan-details .loan-amount .form-control {
        font-size: 22px;
        border: none;
        border: 2px solid #d0e3e6;
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .to_prev_slide  {
    	color: #6c6c6c;
    	background: unset;
    	border: 2px solid #00b67a;
    	border-radius: 100px 30px 30px 100px;
    	margin-top: 30px;
    	position: relative;
    	z-index: 4;
    	width: 32%;
    	max-width: 133px;
    	text-align: center;
    	padding: 13px 0 10px;
    }
    .to_next_slide  {
        color: #ffffff;
        background: #00b67a;
        border: 2px solid #00b67a;
        border-radius: 30px 100px 100px 30px;
        width: 34%;
        padding: 13px 10px 10px;
    }
    .to_next_slide.added_margin {
		background: #00b67a;
		border: 2px solid #00b67a;
		border-radius: 30px 100px 100px 30px;
		color: #ffffff;
		padding: 13px 20px 10px;
		margin-left: 10px;
		width: 66%;
		margin-left: 1%;
		max-width: 289px;
		transform: translateX(10px);
		box-shadow: -3px 1px 14px 0px #0606062e;
    }
    .plz_select_date.added_margin {
			background: #00b67a;
			border: 2px solid #00b67a;
			border-radius: 30px 100px 100px 30px;
			color: #ffffff;
			padding: 13px 20px 10px;
			margin-left: 10px;
			width: 66%;
			margin-left: 1%;
			max-width: 289px;
			transform: translateX(10px);
			box-shadow: -3px 1px 14px 0px #0606062e;
    }
    .for_terms_button_go.added_margin {
			background: #00b67a;
			border: 2px solid #00b67a;
			border-radius: 30px 100px 100px 30px;
			color: #ffffff;
			padding: 13px 20px 10px;
			margin-left: 10px;
			width: 66%;
			margin-left: 1%;
			max-width: 289px;
			transform: translateX(10px);
			box-shadow: -3px 1px 14px 0px #0606062e;
    }
    .field-choice label.form-control {
        height: 56px;
    }
    .to_prev_slide:hover {
        background-position: 50% 0;
        color: #fff;
        background: #88d9c0;
        border-color: transparent
    }
    p.for_quote_button_buttom {
    	font-size: 16px;
    	color: #888888;
    	font-weight: 300;
    	margin-top: 25px;
    }
    #maincontent_for_quote .section-form {
        text-align: center;
        padding:170px 0 143px;
    }
    .slide_decoration {
        padding: 30px 50px;
        box-shadow: 2px 1px 17px 0px #0000001a;
        border-radius: 10px;
    }
    .form-choice .field-choice.throw_year_combo {
        margin: 4px 4px;
        display: inline-block;
        min-width: 97px!important;
        width: unset;
    }
    .form-choice .field-choice.throw_year_combo label{
        padding-left: 23px;
        padding-right: 23px;
    }
    .slide.for_throw > label {
    	text-align: center;
    }
}
@media only screen and (max-width:900px) and (min-width: 375px){
	.for_throw  .form-choice .field-choice {
	    margin: 4px 4px;
	    display: inline-block;
	    min-width: 71px!important;
	    width: 105px;
	}
	.for_throw  .field-choice.throw_year_combo label.form-control {
	    padding-left: 10px!important;
	    padding-right: 10px!important;
	    padding-top: 27px;
	    height: 60px;
	}
	.for_throw.slide .form-choice {
	    display: block;
	    text-align: center;
	    width: 100%;
	    margin: 0 auto;
	    max-width: 351px;
	}
}
@media only screen and (max-width: 999px) and (min-width: 300px){
.header_banner_cont {
    width: 100%;
    background: transparent;
    margin: 0 auto;
    background-image:unset;
    background-size: 636px;
    background-repeat: no-repeat;
    background-position: 148px -78px;
}
.container_slider_outer_wraper.overflowing {
    overflow-x: hidden;
    padding-bottom: 30px;
}
}
@media only screen and (max-width:477px) and (min-width: 300px){
    .form-box-icon label h6 {
        text-align: left;
        display: inherit;
        /* float: left; */
        margin-top: 15px;
    }
    .form-box-icon label .icon-image {
        width: 79px;
        flex-shrink: 0;
        margin: 0;
        display: inline-block;
        float: left;
    }
}
.btn-border:hover, .button-border:hover {
    background: #20182000;
    color: #fff;
    border-color: transparent;
}