@media screen and (max-width: 1720px) {}

@media (max-width: 1440px) {
    .banner-image img {
        width: 93% !important;
        height: 400px;
    }

    .banner-section .owl-carousel .banner-slide {
        padding: 11rem 0 5rem;
        height: 100%;
    }

    .stockpage-sec .container {
        width: 100%;
        max-width: 100%;
    }

    .stockpage-sec-details .container {
        padding: 0 15px;
    }
}

@media (min-width: 1200px) {}

@media (max-width: 1280px) {
    .banner-section .owl-nav button {
        top: auto;
        bottom: 0;
    }

    .banner-section .owl-nav .owl-next {
        right: auto;
    }

    .banner-section .owl-nav .owl-prev {
        left: 42%;
    }

    .grid-list.list .carslider .fuel-dtls ul {
        gap: 11px;
    }

    :is(.grid-list.grid, .grid-list.list) .owl-theme .owl-dots .owl-dot span {
        width: 52px;
    }
}

@media (max-width: 1199px) {
    .banner-image img {
        width: 89% !important;
        height: 326px;
    }

    .menu-bttom .nav-link, .cart {
        padding: 17px 18px;
    }

    .banner-section .owl-theme .owl-nav button {
        width: 50px;
        height: 50px;

    }

    .banner-section .owl-theme .owl-nav i {
        font-size: 30px;
    }

    :is(.testilsider, .carslider) .owl-theme .owl-dots .owl-dot span {
        width: 41px;
    }

    .fuel-dtls ul {
        gap: 6px;
    }

    .top-menu .col-md-9 {
        display: none;
    }

    .top-menu .btn-outline-primary {
        position: absolute;
        right: 0;
        width: 10%;
        color: #fff;
        font-size: 40px;
    }

    .grid-list.list .carslider .fuel-dtls ul, .copyright {
        flex-wrap: wrap;
    }

    .grid-list.list .carslider .sliderwrp {
        display: block;
    }

    .stockpage-sec {
        padding: 8rem 0 5rem;
    }

    .wrapone span {
        font-size: 16px;
    }
}

@media (max-width: 991px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 767px) {
    .fuel-dtls ul {
        gap: 45px;
    }

    .hdgtext, .footerlogos {
        margin-bottom: 2rem;
    }

    .banner-image img {
        width: 100% !important;
        height: 290px;
        border-radius: 0;
        margin-top: 1rem;
        box-shadow: none;
        animation: none;
    }

    .banner-section .owl-carousel .banner-slide {
        height: 760px;
        padding: 5rem 0 5rem;
    }

    .banner-section .owl-nav .owl-prev {
        left: 2%;
    }

    .banner-section .owl-nav .owl-next {
        left: 15%;
    }

    .footer-form-sec {
        padding-top: 0;
    }

    .howpoint span {
        font-size: 20px;
        margin-bottom: 1rem;
    }

    .stockpage-sec-details .owl-dot img {
        width: 100%;
    }

    .stockpage-sec-details {
        padding: 9rem 0 0;
    }

    .price-details {
        padding-top: 3rem;
    }

    .gethowtext {
        padding: 0;
    }

}

@media (max-width: 575px) {
    .howrap {
        display: block !important;
    }

    .howrap img {
        margin-bottom: 1rem;
    }

    .car-list, .car-card {
        padding: 10px !important;
    }

    .form-container {
        margin: 9rem 10px 4rem !important;
    }

}

@media screen and (max-width: 414px) {
    .banner-section .owl-nav .owl-next {
        left: 20%;
    }

    .top-menu .btn-outline-primary {
        width: 20%;
    }

    .stock-sec .nav-pills .nav-link {
        font-size: 12px !important;
    }

    .wrapone .howpoint {
        margin-top: 0;
    }

    .features-list {
        margin-bottom: 2rem;
    }
    .car-list .owl-stage-outer{
        padding-bottom: 0;
    }

}

@media screen and (max-width: 375px) {}