
@media (max-width: 1174px){
    .header .main-menu{
        padding: 0 30px 10px;
    }
    .header .main-menu ul.other-menu > li > a{
        padding: 10px;
    }
    .testimonials .testimonial-carousel .swiper-button-prev{
        right: 22%;
    }
}
@media (max-width: 991px){
    .mobile-view{
        display: block;
    }
    .desktop-view{
        display: none;
    }
    .static-pages .dummy-content h2, .static-pages .dummy-content h1{
        font-size: 25px;
        line-height: 30.2px;
    }
    .page-content {
        padding-top: 81px;
    }
    .header .main-menu{
        background-color: transparent;
        padding: 0;
        text-align: right;
    }
    .header .main-menu::before,
    .header .main-menu::after{
        content: none;
    }
    .header .header-container{
        padding: 5px 18px 10px;
    }
    .header .header-container .company-logo{
        text-align: left;
        margin-top: -30px;
    }
    .header .header-container .company-logo img{
        max-width: 100px;
    }
    .footer .footer-main{
        padding: 30px 0 20px;
    }
    .footer .footer-main .logo-container{
        flex-direction: row;
        gap: 20px;
    }
    .car-listing-tabs ul{
        flex-wrap: nowrap;
        overflow-y: scroll;
    }
    .car-listing-tabs .nav-link{
        white-space: nowrap;
    }
    .welcome-text {
        padding: 0 0 30px;
    }
    .welcome-text .section-title,
    .welcome-text .section-title h1,
    .why-choose .section-title,
    .why-choose .section-title h2{
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .parallex-content{
        padding: 15px 0 0;
    }
    .parallex-content .section-wrapper{
        padding: 15px;
    }
    .car-listing-tabs {
        margin-bottom: 0;
    }
    .why-choose {
        padding-top: 40px;
        padding-bottom: 0;
    }
    .testimonials{
        padding: 40px 0;
    }
    .testimonials .testimonial-unit .content{
        max-width: none;
    }
    .testimonials .testimonial-carousel .swiper-button-prev{
        right: 32%;
    }
    .header .main-menu .other-menu{
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        background-color: #eaedf0;
        color: #000;
        bottom: 0;
        top: 81px;
        float: none;
        text-align: left;
        margin-bottom: 0;
        overflow-x: auto;
        padding-left: 0;
    }
    .header .main-menu .other-menu .sub-menu{
        display: none;
        margin-left: 10px;
    }
    .header .main-menu .other-menu li{
        display: list-item;
        list-style-type: disc;
    }
    .header .main-menu ul.other-menu > li > a{
        color: #000;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header .main-menu ul.other-menu > li > a i{
        display: block;
        font-size: 20px;
        padding: 7px 10px;
        line-height: 10px;
    }
    .header .main-menu .other-menu > li:hover > a{
        background-color: transparent;
    }
    .header .call-us.mobile-view,
    .header .mobile-menu{
        display: inline-block;
    }
    .header .mobile-menu i{
        padding: 2px;
        font-size: 22px;
    }
    .contact-page .gitem-grid .grid::before, 
    .locations-page .gitem-grid .grid::before{
        padding-top: 56.25%;
    }
    .careers-page .job-desc img{
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
@media (min-width: 992px){
    .header .main-menu ul{
        list-style: none;
        margin: 0;
        padding: 0;
        float: right;
    }
    .header .main-menu .other-menu > li{
        display: inline-block;
        position: relative;
    }
    .header .main-menu .other-menu  > li:hover > a{
        background-color: rgba(193,2,48,1);
    }
    .header .main-menu ul.other-menu li a.active{
        background-color: #005CB9;
        padding: 5px 8px;
    }
    .header .main-menu ul.other-menu > li > a{
        padding: 10px 18px;
        text-decoration: none;
        color: #fff;
        white-space: nowrap;
        display: block;
        font-size: 16px;
    }
    .header .main-menu ul.other-menu > li > a i{
        display: none;
    }
    .header .main-menu .other-menu .sub-menu{
        visibility: hidden;
        top: 105%;
        opacity: 0;
        position: absolute;
        background-color: #fff;
        z-index: 3;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
        width: 250px;
        -webkit-transition: all 0s ease;
        -moz-transition: all 0s ease;
        -o-transition: all 0s ease;
        transition: all 0s ease;
    }
    .header .main-menu .other-menu  > li:hover .sub-menu{
        visibility: visible;
        top: 100%;
        opacity: 1;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }
    .header .main-menu .other-menu .sub-menu li{
        position: relative;
    }
    .header .main-menu .other-menu .sub-menu a{
        padding: 10px 18px;
        text-decoration: none;
        color: #000;
        display: block;
    }
    .header .main-menu .other-menu .sub-menu a:hover{
        background-color: rgba(35, 31, 32, 1);
        color: #fff;
    }
    .header .main-menu .other-menu .sub-menu .sub-sub-menu{
        visibility: hidden;
        opacity: 0;
        padding: 0;
        list-style: none;
        position: absolute;
        width: 250px;
        top: 0;
        left: 100%;
        background-color: #fff;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
        z-index: -1;
    }
    .header .main-menu .other-menu .sub-menu li:hover .sub-sub-menu{
        visibility: visible;
        /* top: 100%; */
        opacity: 1;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }
}
@media (max-width: 767px){
    .page-tagline{
        padding: 10px 0%;
    }
    .gitem-grid .grid h3{
        font-size: 18px;
    }
    .footer .footer-roadside a{
        font-size: 20px;
    }
}
@media (max-width: 400px){
    .cookie-consent-banner .btn-white,
    .cookie-consent-banner .btn-blue{
        width: 100%;
    }
    .cookie-settings{
        width: 100%;
    }
}


