@media all and (max-width: 991px) and (min-width: 767px) {
     .form-heading .utilize_form_heading {
        padding-top: 60px;
    }
     .banner-side-img {
        bottom: 0px;
    }
    .background-banner {
        height: auto;
    }
    .utilize_form_heading h3 {
        font-size: 40px;
        line-height: 50px;
    }
    .utilize_form_heading p {
        font-size: 20px;
        padding-top: 8px;
    }
    .utilize_form_heading h3 {
        font-size: 40px;
        line-height: 50px;
    } 
}
@media(max-width: 767.98px) {
    .banner-wrap-heading {
        color: #000
    }
    body main.page-content .processing-wrap .processing-col .border-right {
        display: none;
    }

}
@media(min-width: 767.98px) {
    body main.page-content .processing-wrap .processing-col .border-right {
        position: absolute;
        right: -50px;
        height: 3px;
        top: 55px;
        max-width: 134px;
    }

}

@media(min-width: 992px) {
    .container-box.container-box1 {
        max-width: 900px;
    }
    .section-heading{
        font-size: 40px;
    }
}
@media(max-width: 991px) {
    .section-heading{
        font-size: 30px;
    }
}
@media only screen and (max-width: 1920px){
	
	body main.page-content .banner-bg{
    	z-index: 0;
    	position: relative;
    }
    
}
@media all and (max-width: 1440px) and (min-width: 992px) {
    .background-banner {
        height: 553px;
    }
    .form-heading .utilize_form_heading {
        padding-top: 50px;
    }
    .banner-side-img img{
        min-width: auto;
        min-height: auto;
        height: auto;
        width: 100%;
    }
    .banner-side-img {
        position: relative;
        bottom: 82px;
    }
    #insuranceFrom {
        margin: 60px auto 0;
    }
}
@media only screen and (max-width: 1440px){
    /*.background-banner {
        height: 553px;
    }
    .form-heading .utilize_form_heading {
        padding-top: 50px;
    }
    .banner-side-img img{
        max-width: 501px !important;
        max-height: 430px !important;
        height: auto;
        width: 100%;
    }
    .banner-side-img {
        position: relative;
        bottom: 82px;
    }
    #insuranceFrom {
        margin: 60px auto 0;
    }*/

}
/*# sourceMappingURL=medias.css.map */