@media(max-width:1440px) {
    .container-main {
        padding: 0px 40px;
    }
}

@media(max-width:1280px) {
    .home-banner-content h1 {
        font-size: 46px;
        max-width: 700px;
    }

    .home-about-right h2,
    .why-us-heading h2,
    .home-services-heading h2,
    .home-testimonials-heading h2 {
        font-size: 44px;
    }

    .img-grayscale {
        height: 550px;
    }
}

@media(max-width:1200px) {
    .home-appointment-left {
        padding-right: 55px;
    }

    .home-appointment-right {
        padding-left: 55px;
    }

    .home-banner-content h6 {
        margin-bottom: 15px;
    }

    .home-banner-content h1 {
        font-size: 42px;
        max-width: 670px;
        margin-bottom: 20px;
    }

    .vehicle-brand {
        width: 25%;
    }
}

@media(max-width:1100px) {
    .brand-block {
        width: 20%;
    }
}

@media(max-width:1024px) {
    .home-banner-bg {
        height: 550px;
    }

    .tag-line h1 {
        font-size: 28px;
    }

    .home-appointment-content h2 {
        font-size: 34px;
    }

    .home-appointment-left {
        padding-right: 40px;
    }

    .home-appointment-right {
        padding-left: 40px;
    }
}

@media(max-width:991px) {

    .main-header {
        display: none;
    }

    .mob-header {
        display: block;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 10;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

    .mob-header .navbar {
        background-color: #000;
        padding: 15px 0px;
    }

    .mob-header .navbar>.container-fluid {
        padding: 0px 20px;
    }

    .mob-header .navbar-brand img {
        max-width: 200px;
    }

    .mob-header .navbar-toggler {
        padding: 0;
        border: unset;
    }

    .mob-header .navbar-toggler-icon {
        background-image: url(../images/menu-icon.webp);
        background-repeat: no-repeat;
        width: 30px;
        height: 28px;
        filter: invert(1);
    }

    body.menu-open .mob-header .navbar-toggler-icon {
        background-image: url(../images/close-icon.webp);
        height: 30px;
        margin-right: 7px;
    }

    body.menu-open {
        overflow: hidden;
    }

    .mob-header .navbar-collapse {
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        background-color: #000;
        padding: 0px 20px;
        z-index: -1;
    }

    .mob-header .navbar-nav {
        padding-bottom: 600px;
        padding-top: 110px;
    }

    .mob-header .nav-link {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: .6px;
        text-transform: uppercase;
        color: #fff;
        padding: 10px 0px;
    }

    .dropdown-menu {
        border: unset;
        background-color: unset;
        color: #fff;
    }

    .dropdown-item {
        color: #fff;
    }

    .dropdown-item:hover {
        background-color: unset;
        color: #fff;
    }

    .navbar-nav .dropdown-menu {
        margin: 10px 0px;
    }

    .home-banner-main,
    .home-banner-info {
        padding-top: 96px;
    }

    .home-about-right {
        padding-left: 50px;
    }

    .home-service-block {
        width: 50%;
    }

    .why-us-block {
        width: 50%;
        padding: 15px;
    }

    .why-us-flex {
        margin: -15px;
    }

    .contact-us-banner-main,
    .contact-us-banner-info {
        padding-top: 96px;
    }

    .contact-us-banner-bg {
        height: 400px;
    }

    .contact-us-form-left h4,
    .contact-us-form-right h4 {
        font-size: 36px;
    }

    .contact-us-form-main,
    .about-us-main,
    .products-main {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .contact-us-form-left {
        padding-right: 0px;
        width: 100%;
        padding-bottom: 30px;
    }

    .contact-us-form-right {
        width: 100%;
    }

    .brand-block {
        width: 25%;
    }

    .product-detail-main,
    .products-page-main {
        padding-top: 170px;
    }
    
    .vehicle-brand.products-page {
        width: 25%;
    }
}

@media(max-width:768px) {
    .home-banner-content h1 {
        font-size: 36px;
    }

    .home-banner-bg {
        height: 450px;
    }

    .tag-line h1 {
        font-size: 24px;
    }

    .home-about-main {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .home-about-left,
    .home-about-right {
        width: 100%;
    }

    .home-about-right {
        padding-left: 0px;
        padding-top: 40px;
    }

    .home-services-main,
    .home-testimonials-main {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .home-service-block-bg {
        height: 250px;
    }

    .why-us-main {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .why-us-block {
        width: 100%;
        padding: 15px 0px;
    }

    .why-us-flex {
        margin: -15px 0px;
    }

    .home-testimonials {
        position: unset;
        width: 100%;
        transform: unset;

    }

    .img-grayscale {
        height: unset;
        margin: 0;
        width: 100%;
        padding-bottom: 40px;
        display: none;
    }

    .home-about-left.global {
        height: unset;
    }

    .home-about-flex.reverse {
        flex-flow: column;
    }

    .home-about-flex.reverse .home-about-right {
        padding-right: 0px;
    }

    .home-appointment-info {
        position: unset;
    }

    .home-appointment-bg {
        height: 400px;
        background-attachment: unset;
    }

    .home-appointment-content {
        flex-flow: column;
    }

    .home-appointment-left {
        padding-right: 0px;
        width: 100%;
        padding-bottom: 40px;
    }

    .home-appointment-right {
        padding-left: 0px;
        width: 100%;
    }

    .home-appointment-content h6,
    .home-appointment-content h2,
    .home-appointment-content p,
    .home-appointment-content p,
    .help-text h5 a {
        color: #000;
    }

    .home-contact h2,
    .home-contact h6 {
        color: #fff;
    }

    .home-appointment-main {
        padding-bottom: 70px;
    }

    .footer-flex {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footer-logo {
        margin: 0 auto;
    }

    .social-icon {
        justify-content: center;
        margin-bottom: 15px;
    }

    .footer-block ul li::before {
        display: none;
    }

    .footer-block {
        margin-bottom: 30px;
    }

    .footer-block:last-child {
        margin-bottom: 0px;
    }

    .footer-block ul li {
        padding-left: 0;
    }

    .bottom-footer p {
        text-align: center;
    }

    .export-tab-main {
        padding-bottom: 70px;
    }

    .brand-block {
        width: 33.33%;
    }

    .vehicles-main {
        padding-top: 50px;
    }

    .products h2 {
        font-size: 42px;
        line-height: 46px;
        margin-bottom: 17px;
    }

    .product-detail-left,
    .product-detail-right {
        width: 100%;
    }

    .product-detail-right {
        padding-left: 0px;
        padding-top: 40px;
    }

    .vehicle-brand {
        width: 20%;
    }

    .product-detail-main {
        padding-bottom: 70px;
    }

    .explore-vehicles-main {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .explore-vehicles h3 {
        font-size: 34px;
        line-height: 46px;
        margin-bottom: 30px;
    }

    .products-page-block{
        width: 50%;
    }
}

@media(max-width:600px) {
    .container-main {
        padding: 0px 20px;
    }

    .mob-header .navbar-brand img {
        max-width: 160px;
    }

    .home-banner-main,
    .home-banner-info {
        padding-top: 85px;
    }

    .mob-header .navbar-toggler-icon {
        width: 25px;
        height: 24px;
    }

    body.menu-open .mob-header .navbar-toggler-icon {
        height: 25px;
    }

    .home-banner-bg {
        height: 400px;
    }

    .home-banner-content h1 {
        font-size: 26px;
    }

    .home-banner-content h6 {
        font-size: 14px;
    }

    .tag-line h1 {
        font-size: 18px;
    }

    .tag-line-main {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .home-banner-content a,
    .home-about-right a {
        height: 45px;
    }

    .home-about-main {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .home-about-right {
        padding-top: 25px;
    }

    .home-about-right h2,
    .why-us-heading h2,
    .home-services-heading h2,
    .home-testimonials-heading h2 {
        font-size: 33px;
        line-height: 44px;
    }

    .home-about-right h2 {
        margin-bottom: 15px;
    }

    .home-about-right p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .home-services-main,
    .home-testimonials-main {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .home-services-heading h2,
    .home-testimonials-heading h2,
    .why-us-heading h2 {
        margin-bottom: 30px;
    }

    .home-service-block {
        width: 100%;
        padding: 12px 0px;
    }

    .home-services-flex {
        margin: -12px 0px;
    }

    .why-us-main {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .why-us-block-inner {
        padding: 25px;
    }

    .home-testimonials {
        padding: 40px 20px;
    }

    .home-testimonials .owl-theme .owl-nav {
        margin-top: 25px;
    }

    .home-appointment-bg {
        height: 300px;
    }

    .home-appointment-content h2,
    .home-appointment-content h6 {
        margin-bottom: 10px;
    }

    .home-contact h2 {
        margin-bottom: 20px;
    }

    .home-contact {
        padding: 30px 20px;
    }

    .home-contact-field {
        width: 100%;
        padding: 10px 0px;
    }

    .home-contact-flex {
        margin: -10px 0px;
    }

    .home-appointment-main {
        padding-bottom: 50px;
    }

    .home-appointment-content h2 {
        font-size: 30px;
    }

    .home-appointment-content h6 {
        font-size: 14px;
    }

    .footer-main {
        padding-top: 60px;
    }

    .footer-logo {
        max-width: 200px;
    }

    .footer {
        padding-bottom: 40px;
    }

    .bottom-footer {
        padding: 20px 0px;
    }

    .bottom-footer p {
        font-size: 12px;
    }

    .contact-us-banner-main,
    .contact-us-banner-info {
        padding-top: 85px;
    }

    .contact-us-banner-content h1 {
        font-size: 46px;
    }

    .contact-us-banner-bg {
        height: 300px;
    }

    .contact-us-form-main,
    .about-us-main,
    .products-main {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contact-us-form-left h4,
    .contact-us-form-right h4 {
        font-size: 30px;
    }

    .contact-form-field {
        width: 100%;
        padding: 10px 0px;
    }

    .contact-form-flex {
        margin: -10px 0px;
    }

    .about-us p {
        font-size: 16px;
    }

    .export-tab-main {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .export-heading h2 {
        font-size: 38px;
        line-height: 43px;
        margin-bottom: 20px;
    }

    .brand-block {
        width: 50%;
        padding: 10px;
    }

    .brand-flex {
        margin: -10px;
        padding-top: 25px;
    }

    .export-tab .nav {
        flex-wrap: nowrap;
        overflow-x: scroll;
        justify-content: unset;
    }

    .export-tab .nav::-webkit-scrollbar {
        display: none;
    }

    .export-tab .nav-link {
        width: 170px;
    }

    .products h2 {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 13px;
    }

    .home-about-right p,
    .products p {
        font-size: 16px;
    }

    .vehicles-main {
        padding-top: 30px;
    }

    .product-detail-right h2 {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 15px;
    }

    .product-detail-right ul li {
        font-size: 16px;
    }

    .vehicle-brand {
        width: 33.33%;
    }

    .product-detail-main,
    .products-page-main {
        padding-top: 150px;
        padding-bottom: 60px;
    }

    .explore-vehicles-main {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .explore-vehicles h3 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 25px;
    }

    .explore-vehicles-block h4,
    .products-page-block-content h4{
        font-size: 24px;
    }

    .products-page-block{
        width: 100%;
        padding: 10px 0px;
    }

    .products-page-flex{
        margin: -10px 0px;
    }

    .products-page-heading h2{
        font-size: 37px;
        line-height: 45px;
        margin-bottom: 25px;
    }
    
    .vehicle-brand-flex.products-page{
        margin:0;
    }
    
    .vehicle-brand.products-page {
        padding: 5px;
    }
    
    .products-page-other h4{
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    
    .products-page-other {
        padding-top: 50px;
    }
}

@media(max-width:375px) {
    .home-banner-content h1 {
        font-size: 24px;
    }

    .tag-line h1 {
        font-size: 17px;
    }
}

@media(max-width:365px) {
    .bottom-footer p {
        font-size: 11px;
    }
}