@media(min-width:1401px) and (max-width:1800px){
    .container{max-width: 1140px;} 

    .hero-info{padding-left: 0;}   
    .hero-wrp .hero-block .car-img{top: 185px;max-width: 665px;}
}
@media(min-width:1201px) and (max-width:1400px){
    .container{max-width: 1140px;} 
    .hero-info{padding-left: 0;}   
    .hero-wrp .hero-block .car-img{top: 185px;max-width: 665px;}
}

@media(min-width:1025px) and (max-width:1200px){
    .container{max-width: 960px;} 
    .hero-info{padding-left: 0;}
    .hero-wrp .hero-block .car-img {top: 220px;max-width: 545px;}
}

@media(min-width:992px) and (max-width:1024px){
    .container{max-width: 960px;} 
    .hero-info{padding-left: 0;}
    .hero-wrp .hero-block .car-img {top: 220px;max-width: 545px;}
    
}

@media(min-width:768px) and (max-width:991px){
    .container{max-width: 740px;} 
     .hero-wrp{background: #12a09b;height: auto;position: relative;}
    .hero-info{max-width: 100%;padding: 10px 0 60px;}
    .hero-wrp .hero-block h6{position: relative;left: 0;right: 0;width: 100%;top: 0;left: 0;margin: 0 0 120px;}
    .hero-info h5{font-size: 30px;}
    .hero-info h3{font-size: 40px;}
    .hero-info h2{font-size: 40px;width: auto;display: block;}
    .hero-info h2:before{display: none;}
    .hero-wrp .hero-block .car-img{max-width: 600px;position: relative;bottom: -20px;left: 0;right: 0;top: auto;margin:60px auto 0;}
    .hero-wrp:before{position: absolute;content: "";height: 410px;width: 700px;left: 0;right: 0;bottom: 0;top: auto;background-image: url("../images/mobile-bg.png");background-size: cover;background-position: center;background-repeat: no-repeat;margin: 0 auto;}
}
/*---------- Small Mobile , IPhone Start ----------*/
@media (max-width: 767px) {
    .container{max-width: 540px;} 
    .form-wrp .container{max-width: 540px;}
    .form-wrp .form-checkbox label br{display: none;}
}
@media(min-width:576px) and (max-width:767px){
    .hero-wrp{background: #12a09b;height: auto;position: relative;}
    .hero-info{max-width: 100%;padding: 10px 0 40px;}
    .hero-wrp .hero-block h6{position: relative;left: 0;right: 0;width: 100%;top: 0;left: 0;margin: 0 0 40px;}
    .hero-info h5{font-size: 30px;}
    .hero-info h3{font-size: 40px;}
    .hero-info h2{font-size: 40px;width: auto;display: block;}
    .hero-info h2:before{display: none;}
    .hero-wrp .hero-block .car-img{max-width: 400px;position: relative;bottom: -20px;left: 0;right: 0;top: auto;margin:60px auto 0;}
    .hero-wrp:before{position: absolute;content: "";height: 215px;width: 448px;left: 0;right: 0;bottom: 0;top: auto;background-image: url("../images/mobile-bg.png");background-size: cover;background-position: center;background-repeat: no-repeat;margin: 0 auto;}
}

@media(min-width:448px) and (max-width:575px){
    .hero-wrp{background: #12a09b;height: auto;position: relative;}
    .hero-info{max-width: 100%;padding: 10px 0 40px;}
    .hero-wrp .hero-block h6{position: relative;left: 0;right: 0;width: 100%;top: 0;left: 0;margin: 0 0 40px;}
    .hero-info h5{font-size: 30px;}
    .hero-info h3{font-size: 40px;}
    .hero-info h2{font-size: 40px;width: auto;display: block;}
    .hero-info h2:before{display: none;}
    .hero-wrp .hero-block .car-img{max-width: 400px;position: relative;bottom: -20px;left: 0;right: 0;top: auto;margin:60px auto 0;}
    .hero-wrp:before{position: absolute;content: "";height: 215px;width: 448px;left: 0;right: 0;bottom: 0;top: auto;background-image: url("../images/mobile-bg.png");background-size: cover;background-position: center;background-repeat: no-repeat;margin: 0 auto;}
}

@media(max-width:447px){
    .hero-wrp{background: #12a09b;height: auto;position: relative;}
    .hero-info{max-width: 100%;padding: 10px 0 40px;}
    .hero-wrp .hero-block h6{position: relative;left: 0;right: 0;width: 100%;top: 0;left: 0;margin: 0 0 40px;}
    .hero-info h5{font-size: 30px;}
    .hero-info h3{font-size: 40px;}
    .hero-info h2{font-size: 40px;width: auto;display: block;}
    .hero-info h2:before{display: none;}
    .hero-wrp .hero-block .car-img{max-width: 290px;position: relative;bottom: -20px;left: 0;right: 0;top: auto;margin:60px auto 0;}
    .hero-wrp:before{position: absolute;content: "";height: 215px;width: 290px;left: 0;right: 0;bottom: 0;top: auto;background-image: url("../images/mobile-bg.png");background-size: cover;background-position: center;background-repeat: no-repeat;margin: 0 auto;}
}