@media (max-width: 1500px) {
    .new-car-list-wrap .inner .cell {
        max-width: calc(25% - 22.5px);
    }

    .used-car-list .inner .right .cell {
        width: calc(33.3333% - 16px);
    }
}

@media (max-width: 1400px) {
    .main-cars .main-image-cell {
        height: 660px;
    }

    .new-car-list-wrap .inner .cell {
        max-width: calc(33.33% - 20px);
    }
}

@media (max-width: 1199px) {
    .used-car-list .inner .right .right-cell-wrap {
        padding: 0px 24px;
        gap: 24px;
    }

    .used-car-list .inner .right .cell {
        width: calc(50% - 12px);
    }

    .main-cars .main-image-cell .text {
        padding-top: 110px;
    }

    .main-cars .main-image-cell .text.bottom {
        padding-bottom: 110px;
    }

    .kgm-about .cell-wrap .cell span {
        font-size: 38px;
        line-height: 30px;
    }

    .black-service .bottom-row .cell span {
        font-size: 38px;
    }

    .new-list-collapse {
        top: 94px;
        width: 100%;
    }

    .newcardetail-features {
        flex-wrap: wrap;
    }

    .newcardetail-features li {
        flex: none;
        width: calc(33.3333% - 6.6666px);
    }
}

@media (max-width: 991px) {
    .get-to-know .cell .inner {
        padding: 0 0 15px 15px;
    }

    .used-car-list .inner .left .leftinner {
        position: initial;
    }

    .used-car-list .top {
        flex-direction: column;
        align-items: flex-start;
    }

    .used-car-list .top span.title {
        display: block;
        width: 100%;
        margin: 0 0 10px 0;
    }

    .used-car-list .inner .left {
        position: fixed;
        background: #000000;
        top: 0;
        left: -320px;
        z-index: 99;
        height: 100vh;
        transition: 0.3s;
        overflow-y: scroll;
        box-shadow: 2px -1px 10px 0px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 2px -1px 10px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 2px -1px 10px 0px rgba(0, 0, 0, 0.15);
    }

    .used-car-list .inner .left.active {
        left: 0;
    }

    .used-car-list .inner .left .close {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 18px;
        color: #ffffff;
        padding: 10px 15px;
        cursor: pointer;
    }

    .used-car-list .inner .left .leftinner {
        padding: 12px 0px;
    }

    .used-car-list .inner .right {
        padding-right: 0;
    }

    .used-car-list .top .filter {
        position: absolute;
        bottom: 20px;
        right: 24px;
        width: 44px;
        height: 44px;
        font-size: 14px;
        color: #ffffff;
        background-color: #2c2c2c;
        border: 1px solid #2c2c2c;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-cars .main-image-cell {
        height: 480px;
    }

    .main-cars .main-image-cell .text {
        padding-top: 80px;
        padding-left: 80px;
    }

    .main-cars .main-image-cell .text.bottom {
        padding-bottom: 80px;
    }

    .kgm-about .top-sec {
        padding: 70px 0;
    }

    .kgm-about {
        padding-bottom: 70px;
    }

    .kgm-about .right {
        padding-bottom: 0;
    }

    .black-service .bottom-row {
        flex-wrap: wrap;
    }

    .black-service .bottom-row .cell {
        position: relative;
        width: calc(50% - 12px);
        flex: auto;
    }

    .newDetailOwl-1 .cell-wrap {
        flex-direction: column;
    }

    .newDetailOwl-1 .imgBx {
        width: 100%;
    }

    .newDetailOwl-1 .imgBx img {
        width: 100%;
        max-height: 425px;
    }

    .newDetailOwl-1 .text-here {
        padding: 25px 25px 85px 25px;
    }

    .newDetailOwl-1 .owl-nav {
        left: auto;
        bottom: 35px;
        right: 20px;
    }

    .tabStyle-1 .nav-link {
        padding: 10px 15px;
        font-size: 14px;
    }

    .tabStyle-1 .tab-pane {
        padding: 20px;
    }

    .new-car-gallery {
        padding: 20px;
    }

    .new-car-gallery .inner {
        gap: 10px;
    }

    .new-car-gallery .tab-pane {
        padding-top: 15px;
    }

    .new-car-gallery .inner .cell {
        width: calc(33.33% - 6.66px);
    }

    .news-detail-left h1 {
        font-size: 28px;
    }

    .news-detail-left h3 {
        font-size: 24px;
    }

    .news-detail-left h4 {
        font-size: 22px;
    }

    .news-detail-left h5 {
        font-size: 20px;
    }

    .news-detail-left h6 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .convenience-store .inner {
        justify-content: center;
    }

    .main-cars .main-image-cell .text {
        padding-top: 60px;
        padding-left: 60px;
    }

    .main-cars .main-image-cell .text h2 {
        font-size: 70px;
        line-height: 70px;
    }

    .main-cars .main-image-cell .text span {
        font-size: 25px;
        line-height: 25px;
    }

    .kgm-about .right h1 {
        font-size: 38px;
    }

    .black-service {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .black-service .top-row {
        flex-wrap: wrap;
        gap: 24px;
    }

    .black-service .top-row .cell {
        width: calc(50% - 12px);
    }

    .new-car-list-wrap .inner .cell {
        max-width: calc(50% - 15px);
    }

    .explore-offers .top {
        gap: 15px;
        flex-direction: column;
        align-items: flex-start;
    }

    .new-car-gallery .inner .cell {
        width: calc(50% - 5px);
    }

    .new-car-detail-page {
        padding-bottom: 60px;
    }

    .newcardetail-features li {
        width: calc(50% - 5px);
    }

    .newcardetail-features .ncdfeature-block {
        min-height: 150px;
    }

    .newcardetail-features .ncdfeature-block .ncf-image img {
        max-width: 40px;
    }

    .newcardetail-features .ncdfeature-block .ncf-text h3 {
        font-size: 16px;
    }

    .newcardetail-features li:last-child {
        width: 100%;
    }

    .table-style-1 .table {
        min-width: 550px;
    }

    .news-detail-left h1 {
        font-size: 26px;
    }

    .news-detail-left h3 {
        font-size: 23px;
    }

    .news-right h4 {
        font-size: 20px;
    }

    .latestnews-block .lnewstext h3 {
        font-size: 17px;
    }
}

@media (max-width: 575px) {
    .featured-cars {
        padding: 40px 0 40px 0;
    }

    .rating-wrap {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .rating-wrap .cell {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .rating-wrap .cell p {
        text-align: center;
    }

    .rating-wrap .owl-nav {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
        gap: 10px;
    }

    .rating-wrap .owl-prev,
    .rating-wrap .owl-next {
        width: 40px;
        height: 40px;
        background: #dbdbdb !important;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
    }

    .used-car-list .inner .right .cell {
        width: 100%;
    }

    .main-cars .main-image-cell .text {
        padding-top: 40px;
        padding-left: 40px;
    }

    .main-cars .main-image-cell .text h2 {
        font-size: 60px;
        line-height: 60px;
    }

    .main-cars .main-image-cell .text.bottom span {
        font-size: 36px;
        line-height: 36px;
    }

    .main-cars .main-image-cell .text.bottom {
        padding-bottom: 40px;
    }

    .kgm-about .top-sec {
        padding-bottom: 40px;
    }

    .kgm-about .top-sec {
        padding-top: 40px;
    }

    .kgm-about {
        padding-bottom: 40px;
    }

    .black-service .bottom-row .cell {
        width: 100%;
    }

    .black-service .top-row .cell img {
        height: 60px;
    }

    .black-service .bottom-row {
        margin-top: 60px;
    }

    .kgm-featured-cars .owl-kgm-featured {
        padding-left: 0;
        padding-right: 0;
    }

    .black-service {
        margin-bottom: 60px;
    }

    .kgm-featured-cars {
        padding-bottom: 40px;
    }

    .new-list-collapse {
        top: 92px;
    }

    .new-list-collapse .card-body {
        padding: 25px 10px 45px 10px;
    }

    .new-car-list-wrap .inner {
        gap: 15px;
    }

    .new-car-list-wrap .inner .cell {
        max-width: calc(50% - 7.5px);
    }

    .btn-row4 {
        justify-content: center;
    }

    .btn-row4 a {
        width: calc(50% - 6px);
    }
}