@media(max-width: 991px) {
    .banner-center-text h3 {
        color: var(--theme-color);
        font-weight: 500;
        font-size: 20px;
        line-height: normal;
    }
    
    .banner-center-text {
        position: absolute;
        top: 20%;
        left: 8%;
    }
    .header-links-1{
        justify-content: center;
    }
    .header-links {
        padding: 5px;
        text-align: center;
    }
    .button-bg {
        position: relative;
        right: 0%;
        left: 0;
        margin-left:  auto;
    }
    button.navbar-toggler {
        background: #c1a067;
    }
    .navbar_logo {
        margin-left: 0px;
        text-align: center;
        width: 100%;
    }
    .banner_button{
        display: none;
    }
    .about-us-bg , .services-box , .our-fleet-bg , .testimonial-page , .footer-bg , .services_page_bg {
        padding: 50px 0px;
    }
    .about-context h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .about-context P {
        color: #030303;
        font-size: 15px;
    }
    .services-box .item{
        padding: 20px;
        margin-bottom: 10px;
        text-align: center;
    }
    .services-box .item h5 {
        font-size: 18px;
    }
    .fleet_title h4 {
        font-size: 24px;
        /* margin-bottom: 0px; */
    }
    .wptb-icon-box2 {
        padding: 10px;
    }
    .wptb-item--title {
        font-size: 18px;
        margin-top: 15px;
    }
    .testimonial h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .footer-menu h4 {
        font-size: 21px;
        margin-top: 15px;
    }
    .footer-menu {
        text-align: center;
    }
    .services_page{
        padding: 10px 0px;
    }
    .services_page_bg h3{
        font-size: 23px;
        margin-bottom: 50px;
    }
    .services_page_bg h4{
        font-size: 19px;
        margin-top: 10px;
    }
    .header-layout1 ul li{
        text-align: center;
    }
    .page_wrapper {
        padding: 40px 0px;
    }
    .form-input{
        padding: 6px;
        margin: 10px 2px;
    }
    .contactus-right-side {
        padding: 10px;
    }
    .contactus-right-side ul li a{
       font-size: 17px;
    }
    .contactus-right-side ul li{
        padding: 20px 10px;
        margin: 6px;
    }
    .contactus-right-side h4{
        font-size: 22px;
        margin-bottom: 30px;
        margin-top: 50px;
    }
    .contact-title {
        font-size: 20px;
    }
    .breadcrumb_heading {
        font-size: 21px;
        text-align: center;
    }
    .about-section-left p {
        font-size: 15px;
        color: #000;
    }
    .fleet-content ul li{
        padding: 4px 0px;
        font-size: 16px;
    }
    .fleet-content h4{
        font-size: 23px;
    }
    .special-services p {
        font-size: 15px;
    }
    .service-title {
        font-size: 21px;
        margin: 10px 0px;
    }
    .fleet-content {
        padding: 10px;
    }
    .form-page{
        padding: 10px;
        border-radius: 0px;
    }
    .form-img img{
        border-radius: 0px;
    }
    .gallery_page{
        padding: 50px 0px 0px 0px; 
    }
    .gallery_page h3{
        font-size: 24px;
        margin-bottom: 50px;
        
    }
}

@media(max-width: 767px) {
    .price_title{
        margin-bottom: 15px;
    }
    .price_title h4{
        font-size: 24px;
    }
    .our-price-bg{
        padding: 30px 0px;
    }
    .banner-bg-mask {
        padding: 120px 0;
        background: #000;
    }
    .banner-bg-mask img { display: none;}
   .about-context-image{
    margin-top: 10px;
   }
   .gallery img {
    width: 100%;
}
.h5, h5 {
    font-size: 18px;
}
.for-call {
    font-size: 15px !important;
    margin: 10px 0px;
}
.suv-price p{
    margin-bottom: 0px;
    font-size: 13px;
}
.suv-price h5{
    font-size: 16px !important;
}
.our-price-bg p {
    font-size: 14px;
}
.price-image img{
    margin: 18px 0px;
}
.banner-add {display: block;font-size: 14px;margin-bottom: 20px;margin-top: 20px;}
}   


@media only screen and (min-width: 991px) and (max-width: 1300px){
    .banner-center-text h3 {
        font-size: 30px;
        line-height: 50px;
    }
    .header-layout1 ul li a {
        font-size: 18px;
 
    }
    .header-layout1 ul li {
        padding: 0px 4px;
    }
}

@media only screen and (min-width: 1300px) {
    .header-layout1 ul li {
        /* padding: 0px 32px; */
    }
   
}

@media only screen and (max-width: 1200px) {
    .header-links ul {
        display: block;
    }
    .logo img{
        width: 255px;
        height: auto;
    }
    .header-layout1 ul li {
        padding: 0px 0px;
    }
}   
