@charset "UTF-8";

@media (min-width: 1200px) {
    .container {
        max-width: 1250px;
    }

    .container-small {
        max-width: 1000px;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1400px;
    }

    .container-small {
        max-width: 1200px;
    }

    #vehicleSlide {
        width: calc(100% + 300px);
    }
}

@media (max-width: 1199.98px) {
    .button-ci-style {
        width: 170px;
        font-size: 90%;
    }

    .banner-content-right ul li {
        font-size: 1.25rem;
        padding: 0 1.5rem 0.5rem 1.5rem;
    }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
    #vehicleSlide {
        width: calc(100% + 200px);
    }
}

@media (min-width: 992px) {
    #header.nav-up {
        top: -90px;
    }

    .hamburger {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    #header {
        height: 75px;
        background-color: #000;
        position: sticky;
        border-bottom: 1px solid #111;
    }

    /* #header.nav-up {
        top: -90px;
    } */
    nav.navbar .nav-right .nav-right-inner .logo-benz-box {
        display: none !important;
    }

    nav.navbar .nav-right .nav-right-inner .language-box {
        margin-right: 15px;
    }

    .footer-bottom .col-left {
        justify-content: center;
    }

    .footer-bottom .col-right {
        padding-top: 10px;
        justify-content: center;
    }

    #navbarNav {
        position: fixed;
        padding: 5rem 0;
        top: 75px;
        right: 0px;
        width: 50%;
        min-width: 250px;
        height: calc(100% - 75px);
        z-index: -101;
        background: #000;
        transform: translateX(105%);
        -webkit-transform: translateX(105%);
        -moz-transform: translateX(105%);
        -ms-transform: translateX(105%);
        -o-transform: translateX(105%);
        transition: 500ms;
        -webkit-transition: 500ms;
        -moz-transition: 500ms;
        -ms-transition: 500ms;
        -o-transition: 500ms;
        visibility: hidden;
    }

    #navbarNav.show-nav {
        z-index: 1001;
        visibility: visible;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }

    #navbarNav ul.navbar-nav {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

    #header .navbar #navbarNav ul.navbar-nav li.nav-item {
        text-align: center;
        padding: 0;
        display: block;
        width: 100%;
    }

    #header .navbar #navbarNav ul.navbar-nav li.nav-item a.nav-link {
        font-weight: 400;
        padding: 1.25rem 5px;
        line-height: 1;
        display: block;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 18px !important;
    }

    #header .navbar #navbarNav ul.navbar-nav li.nav-item a.nav-link.active,
    #header .navbar #navbarNav ul.navbar-nav li.nav-item a.nav-link:hover {
        color: #00ADEF;
    }

    .banner-content-right {
        display: none !important;
    }

    .car-element {
        display: none !important;
    }

    #vehicle-highlight .container-fluid {
        max-width: 720px;
    }

    .specification-body {
        position: relative;
    }

    #specification .row .col-content {
        order: 1;
        padding-bottom: 1.5rem;
    }

    #specification .row .col-image {
        order: 2;
    }
}

@media (min-width: 768px) {}

@media (min-width: 768px) and (max-width: 991.98px) {
    .footer-bottom .col-right ul li a {
        font-size: 1.35rem;
    }

    .footer-bottom .col-right ul li {
        margin-left: 10px;
    }
}

@media (max-width:767.98px) {
    nav.navbar .nav-left a.navbar-brand {
        width: 80px;
        padding: 0;
    }

    .banner-caption {
        bottom: 10%;
    }

    #bannerSlide .owl-item img {
        height: 375px;
        object-fit: cover;
    }

    .banner-caption .caption-title {
        font-size: 2.5rem;
        text-align: center;
    }

    .banner-caption .button-ci-style {
        width: 175px;
        font-size: .9rem;
    }

    .banner-caption .caption-button {
        justify-content: center;
    }

    #banner .item::after {
        height: 60%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    }

    .banner-caption .container.align-left,
    .banner-caption .container.align-center,
    .banner-caption .container.align-right {
        align-items: center !important;
        text-align: center;
        justify-content: center;
    }

    .news-wrapper {
        padding-left: 15px;
    }

    .contact-map ul#myTab li.nav-item {
        padding: 0 2px;
    }

    .contact-map ul#myTab li.nav-item a.nav-link {
        font-size: .9rem;
    }

    #shortcut {
        padding: 1.5rem 0;
    }

    #shortcut .col-list:nth-child(2) {
        border: none !important;
    }

    #our-models .models-body .col-list {
        padding-left: 0px;
        padding-right: 0px;
    }

    #about-us {
        padding: 5rem 0;
    }

    .contact-form {
        padding-left: 20px;
        padding-right: 20px;
    }

    .form__group {
        margin-bottom: 5px;
    }

    .section-heading.heading-sm-center,
    .section-heading.heading-sm-center h2,
    .section-heading.heading-sm-center p {
        text-align: center !important;
    }

    .section-heading h2 {
        font-size: 2.25rem;
    }

    .section-heading span {
        font-size: 90%;
    }

    .footer-mid .col-second,
    .footer-mid .col-third {
        padding-top: 1.25rem;
    }

    .footer-bottom .col-right ul li {
        margin-left: 10px;
    }

    .footer-bottom .col-right ul li a {
        font-size: 1.5rem;
    }

    .footer-bottom .col-left {
        flex-direction: column;
    }

    .footer-bottom .col-left .policy {
        order: 1;
        padding-left: 0;
    }

    .footer-bottom .col-left .copy-right {
        order: 2;
        padding-top: 10px;
    }

    .footer-bottom .col-left .policy a {
        margin-left: 5px;
        margin-right: 5px;
    }

    .footer-mid .col-second article ul {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-mid .col-second article ul li {
        width: 50%;
    }

    /* page */
    .models-body-wrapper .column-left {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 1rem;
    }

    .models-body-wrapper .column-right {
        width: 100%;
        padding: 0;
        border-left: none;
    }

    .models-body-wrapper .column-left .btn-see-more a {
        padding: 0;
        border: none;
    }

    #models-tab img {
        height: 8px;
    }

    .banner-content-right {
        display: none !important;
    }

    #vehicle-highlight .container-fluid {
        max-width: 540px;
    }
}

@media (min-width: 576px) {}

@media (max-width: 575.98px) {
    .banner-caption .button-ci-style {
        max-width: 45%;
        font-size: .75rem;
    }

    #navbarNav {
        width: 100%;
    }

    #models-tab img {
        height: 10px;
    }

    .models-button {
        display: block;
        box-shadow: none;
        width: 80%;
        text-align: center;
        margin: 0 auto;
    }

    #models-tab a {
        width: 100%;
    }
}

@media (max-width: 414.98px) {
    .contact-map ul#myTab li.nav-item a.nav-link {
        font-size: .8rem;
    }
}