@media (max-width: 1400px){
    .container{
        max-width: 1100px;
        padding: 0 15px;
    }
    html{
        font-size: 85%;

    }

    .info-banner h1 {
        font-size: 3.75rem;
        line-height: 3.75rem;
        margin-bottom: 20px;
        letter-spacing: 0.5px;
        padding-bottom: 15px;
    }


    h2 {
        font-size: 2rem !important;
        line-height: 2rem !important;
        margin-bottom: 30px;
    }



    p {
        font-size: 14px;
    }

        footer {
        padding-block: 50px 40px;
    }

    footer img.ft2 {
        bottom: -70px;
    }

    .btn {
        font-size: 12px !important;
    }

    section {
        padding: 80px 0;
    }

    header {
        padding: 20px 0;
    }

    .copyright p {
        font-size: 13px !important;
    }

    .copyright ul li a {
        font-size: 13px;
    }


    .heading {
        margin-bottom: 30px;
    }

    div#popupform {
        zoom: .6;
    }

    .form-control {
        height: 46px;
    }

    .our-banner {
        padding-block: 80px 0;
        height: 920px;
    }

    .btn > span {
        width: 28px;
        height: 28px;
    }

    .btn svg {
        font-size: 15px;
    }

    .info-banner h6 img {
        width: 90px;
    }

    .info-banner h1 span {
        display: inline-block;
        line-height: inherit;
    }

    .info-banner p {
        line-height: 24px;
        width: 90%;
        margin: 0 0 20px;
    }
    a.btn{
        font-size: 13px !important;
    }

    .btn {
        height: 40px;
    }

    .btn-phone span img {
        width: 20px;
    }

    header ul li > a {
        font-size: 13px !important;
    }
    header ul {
        gap: 10px;
    }

    .info-banner a.btn {
        margin-bottom: 25px;
    }

    .info-banner ul {
        margin-top: 25px;
        gap: 10px;
    }

    .info-banner ul li {
        font-size: 12px;
        padding: 20px 15px;
        text-align: center;
        line-height: 14px;
        border-radius: 12px;
    }

    .info-banner ul li > span {
        margin-bottom: 16px;
        font-size: 1.5rem;
        margin-bottom: 8px;
    }

    .our-lifestyle img.car-bg {
        width: 550px;
        top: -70px;
    }

    .our-lifestyle ul li {
        padding: 20px 5px;
        font-size: 13px;
    }

    .our-lifestyle ul li img {
        margin-bottom: 6px;
        width: auto !important;
    }
    .breadcrumbs a.btn-bread-phone {
        font-size: 12px;
    }

    .info-dl .in-text h6 {
        font-size: 12px;
    }

    .info-plan ul li img {
        width: 20px;
    }

    .info-plan ul li {
        gap: 8px;
        font-size: 14px;
    }

    .info-plan h4 {
        font-size: 1.325rem;
    }

    .info-pop h2 {
        font-size: 3.125rem !important;
    }
        
    }


    @media only screen and (max-width: 980px) and (min-width: 220px) {
        html{font-size:70%}
            a.menu-bottom {
            display: revert;
            position: unset;
        }

.mobile-nav-right {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin-top: -50px;
    gap: 13px;
}

.mobile-nav-right .btn-head.btn-sign {
    display: block;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 0px 10px;
}

svg.svg-inline--fa.fa-user {}

        
        .menu li a:before{
            display: none;
        }
        .menu-bottom span:nth-child(2) {
            width: 70%;
        }
        .menu-bottom.click span:nth-child(1) {
            width: 0;
        }
        .menu-bottom.click span:nth-child(2) {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            position: relative;
            top: 9px;
            width: 100%;
        }
        .menu-bottom.click span:nth-child(3) {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
        .menu-bottom span:last-child{
            margin-bottom: 0;
        }
        .menu-bottom {
            width: 40px;
            height: 30px;
            padding: 5px;
            float: none;
            position: absolute;
            z-index: 99999999999;
            cursor: pointer;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            right: 10px;
            top: -35px;
            text-align: right;
        }
        .menu-bottom span {
            height: 2px;
            background: #ffffff;
            display: block;
            width: 100%;
            margin-bottom: 6px;
            position: relative;
        }
        .menu-bottom.click span {
            background: #ffffff;
        }
        .menu-bottom.click  {
            top: -100px;
            position: fixed;
            top: 30px;
            right: 10px;
        }
        .main-menu{
            margin: 0;
            overflow: auto;
            position: fixed;
            right: -100%;
            width: 100%;
            top: 0;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            height: 100%;
            z-index: 9999999 !important;
            padding-top: 80px;
            background: #2F3C7B;
            background: #F27970;
        }
        .main-menu ul {
            padding: 0 0;
            width: 100%;
            display: block;
        }
        .menu li {
            display: inline-block;
            margin: 0;
            padding: 0;
            width: 100%;
            border-bottom: 1px solid #ffffff9c;
            position: relative;
            text-align: left;
        }
        .menu li a {
            font-size: 16px !important;
            padding-left: 0;
            color: #ffffff !important;
            font-weight: 400 !important;
            padding: 10px 0 10px 20px !important;
            text-align: left !important;
            display: block !important;
            width: 100%;
            letter-spacing: 0.5px;
            text-align: left;
            text-transform: uppercase;
            line-height: 22px !important;
            height: auto;
            position: relative;
        }

        .menu li a img {
        filter: brightness(0) invert(1);
        }
        
        .menu-open .main-menu {
            right: 0;
        }
        .menu-open .menu {
            transition-delay: 0.5s;
            opacity: 1;
        }
        
        header ul li.btn-head a.btn-green {
        display: inline-block;
        width: auto;
        margin: 10px 20px 20px;
        padding: 10px 40px;
        color: #fff !important;
    }

    .dropdown-menu {
        position: relative;
        display: block;
        width: 100%;
        background: transparent;
        border: none;
        margin: 0;
        top: 0;
        left: 0 !important;
        box-shadow: none;
    }

    .dropdown-toggle::after {
        width: 9px;
        height: 9px;
        filter: brightness(0) invert(1);
        top: 2px;
        position: relative;
    }

    .menu li .dropdown-item {padding: 5px 0 5px 45px !important;font-size: 15px !important;text-transform: capitalize;border-top: 1px solid #ffffff9c;border-bottom: none;position: relative;z-index: 1;}
        
        
        header .menu {
            opacity: 0;
        }
        
        header {
            padding: 20px 0;
            z-index: 2;
        }
        header ul li:last-child {
            border: 0;
        }

        header .logo img,header.fixed a.logo img {
            max-width: 160px;
            /* margin-left: 30px !important; */
        }

        .menu li a img {
        filter: brightness(0) invert(1);
    }

    header ul li:first-child a {
        padding-left: 15px;
    }

    header ul li > a svg {
        width: 11px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 12px;
    }

    .menu li .dropdown-item:after {
        position: absolute;
        content: "";
        width: 6px;
        height: 2px;
        background: #fff;
        left: 30px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    header ul li a:hover {
        color: #fff !important;
    }

        h2 {
            font-size: 26px !important;
            line-height: 32px !important;
            margin-bottom: 10px;
            letter-spacing: 0;
        }


        header nav {
            text-align: center;
            margin-top: 20px;
        }

        header {
            text-align: left !important;
            z-index: 9;
            top: 0;
            position: relative;
            border-radius: 00;
        }

        header ul li {
            margin-right: 0;
        }

        header ul {
            margin: 10px 0 0;
            text-align: center;
        }

        header ul li.phone a {
            font-size: 16px;
        }
    
        h2 {
            font-size: 26px !important;
            line-height: 28px !important;
            margin-bottom: 8px;
            letter-spacing: 0;
            font-weight: 500;
        }


        

        header {
            text-align: left !important;
            z-index: 9;
            top: 0;
            padding: 20px 0 10px;
            position: relative;
        }

    
        .btn {
            font-size: 13px !important;
            /* padding: 8px 20px !important; */
            text-transform: capitalize;
            display: inline-flex;
            align-items: center;
            /* border-radius: 30px; */
            border-width: 1px !important;
        }

        .btn img {
        width: 14px;
        margin-left: 5px;
    }

        section {
            padding: 40px 0 !important;
            overflow: hidden;
        }

    .info-banner h1 br {
        display: none;
    }

    .info-banner h1 {
        font-size: 28px !important;
        line-height: 28px !important;
        font-weight: 600;
        text-transform: capitalize;
        margin: 0 auto 15px !important;
        width: 100%;
    }

    p {
        font-size: 14px !important;
        line-height: 21px !important;
        margin-bottom: 15px;
    }

    .info-banner p {
        width: 100%;
        margin-bottom: 16px;
    }

    .our-banner {
        padding-block: 40px 90px !important;
        text-align: center;
        border-bottom-width: 5px;
        height: auto;
    }

    .our-banner .info-banner p {
        margin: 0 0;
        width: 100%;
        font-size: 14px !important;
        margin-bottom: 12px;
    }


    .row {
        margin: 0 -10px;
        justify-content: center;
    }

    header a.btn-head {
        display: none;
    }


    header .row {
        padding: 0;
        justify-content: start;
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding: 0 15px !important;
        width: 100%;
    }

    .heading {
        margin-bottom: 20px;
    }

    .heading.text-center {
        width: 100% !important;
    }

    h2 br {
        display: none;
    }

    div#popupform.fancybox-content .custom-pop {
        width: 100%;
        padding: 20px 15px;
        text-align: center;
    }

    div#popupform.fancybox-content {
        width: 100%;
        transform: scale(1);
        padding: 0 15px;
        height: auto;
        background: transparent;
    }

    .fancybox-slide--html .fancybox-close-small {
        width: 30px;
        height: 30px;
        top: 0px;
        right: 10px;
    }

    div#popupform.fancybox-content .custom-pop::before {
        display: none;
    }

    div#popupform.fancybox-content .img-pop {display: none;}

    div#popupform.fancybox-content .custom-pop h4 {
        margin-bottom: 6px;
    }

    div#popupform.fancybox-content .form-control {
        height: 38px;
        padding: 10px 16px;
        font-size: 13px;
        border: 1px solid #c4c4c4;
    }

    div#popupform.fancybox-content textarea.form-control {
        height: 70px;
    }
    header .btn-head {
        display: none;
    }

    a.logo {
    }


    h2::before {
        display: none;
    }


    h2 br {
        display: none;
    }

    p br {
        display: none;
    }

    .copyright {
        text-align: center;
        padding-block: 10px;
        border-top: 1px solid #fff;
        position: relative;
        z-index: 1;
    }

    .copyright ul {
        text-align: center;
        justify-content: center;
        margin-top: 4px;
    }

    .btn svg {
        font-size: 11px;
    }

    div#popupform .popup-content {
        width: 100%;
        height: auto;
        margin: 12px 0 0;
        padding: 20px;
        text-align: center;
        top: 0;
        right: 0;
        margin: 0;
        background: #fff;
        border-radius: 20px;
        left: 0;
    }

        div#popupform::before {
        display: none;
    }

    button.fancybox-button.fancybox-close-small {
        right: 24px;
        top: 8px;
        width: 22px;
        height: 22px;
        left: inherit;
    }

    div#popupform .popup-content p {
        font-size: 13px !important;
        color: #000;
        margin-bottom: 20px;
        line-height: 20px !important;
    }

    div#popupform .modal-body h4 {margin-bottom: 10px;}

    div#popupform .modal-body::before {
        display: none;
    }

    div#popupform .modal-body {
        height: auto;
        background: transparent;
        margin: 0;
        border: none;
    }

    .site-logos {
        padding-block: 25px !important;
    }


    .form-control {height: 40px;padding: 8px 16px;font-size: 12px !important;border-radius: 6px !important;margin-bottom: 6px;}

    textarea.form-control {
        height: 70px;
        margin-bottom: 12px;
    }

    div#popupform .popup-content h3 {
        font-size: 1.75rem;
        margin: 0 0 5px;
        width: 100%;
        letter-spacing: 2px;
        padding-block: 6px;
    }

    div#popupform .modal-body h4::before {
        width: calc(100% + 40px);
        left: -20px;
    }

    .heading.text-center p {
        width: 100%;
    }

    [class*='col']:last-child .info-ser {
        margin-bottom: 0 !important;
    }

    .btn-block.text-center {
        margin-top: 16px;
        width: 100%;
        gap: 5px;
    }


    .owl-theme .owl-nav {
        text-align: center !important;
    }

    .owl-theme .owl-nav [class*=owl-] {
        /* width: 26px; */
        /* height: 19px; */
    }

    header .btn-block {
        display: none;
    }

    .our-banner h1 br {
        display: none;
    }

    .head-btn.text-end {
        display: none;
    }


    .owl-theme .owl-nav {
        margin-top: 20px !important;
        position: relative;
        width: 100%;
        left: 0;
        justify-content: center;
    }


    .info-banner ul li {
        font-size: 11px;
        padding: 20px 10px;
    }

    .info-banner ul li:last-child {
        margin-bottom: 0;
    }

    .btn-block .btn:last-child {
        /* margin: 0 0 0 10px; */
    }

    .form-group textarea.form-control {
        height: 80px;
        margin-bottom: 20px;
    }

    .form-group .form-control {
        height: 48px;
    }

    .top-bar {
        display: none;
    }

    .our-banner img.ban-img1 {
        display: none;
    }

    .site-logo {
        padding-block: 20px;
    }


    h2 > span {
        line-height: 26px;
    }

    .heading h2 {margin-bottom: 10px;}


    .form-group .form-control {
        margin-bottom: 15px;
    }

    .banner-form h3 {
        font-size: 22px;
        font-weight: 600;
    }

    .form-group textarea.form-control {
        margin-bottom: 12px;
    }


    .col-up {
        order: 1;
    }
    .our-banner img.ban-bg2 {
        display: none;
    }

    .info-banner {
        width: 100%;
    }



    .info-banner h1:after {
        right: 0;
        margin: auto;
    }

    .info-banner h5 {margin-bottom: 18px;}

    .info-banner h6 {
        justify-content: center;
    }


    .info-banner a.btn {
        margin-bottom: 15px;
    }

    .info-banner ul {
        margin-block: 15px 20px;
    }

    .our-lifestyle {
        margin: 0;
        padding-top: 50px !important;
        margin-top: -50px;
        
    /* update the 85% to control the curvature
        you can also update the 50% to control the position
    */
    }

    .our-lifestyle img.car-bg {
        display: none;
    }

    .our-lifestyle ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .our-lifestyle ul .owl-stage {
        gap: 0;
    }

    .our-lifestyle ul li {
        width: auto;
        margin: 0 5px;
    }

    .our-lifestyle::before {
        position: absolute;
        content: "";
        background: #fff;
        width: 100%;
        height: 50%;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

    .our-vendor {
        padding-block: 0 !important;
    }

    .info-vendor img {
        opacity: .1;
        top: 0;
        bottom: 0;
        animation-range-start: initial;
        animation-range-start: initial;
        animation-range-start: a;
        height: 90%;
        z-index: 0;
    }

    .info-vendor {
        padding: 20px;
        text-align: center;
        box-shadow: none;
    }

    .info-vendor p {
        width: auto;
        margin-bottom: 20px;
    }

    .info-vendor h3 {
        margin-bottom: 10px;
        z-index: 1;
        position: relative;
    }

    .our-vendor [class*='col']:first-child {
        margin-bottom: 20px;
    }

    .our-vendor::before {
        height: 200px;
    }

    .info-vendor img.ven-bg1 {
        opacity: .5;
    }

    .our-brand {
        text-align: center;
        padding-bottom: 0 !important;
    }

    .nav-tabs {
        gap: 10px;
        justify-content: center;
        margin-bottom: 25px;
        border: none;
        display: flex;
        flex-wrap: nowrap;
        overflow-y: scroll;
        white-space: nowrap;
        justify-content: flex-start;
        padding-bottom: 10px;
    }

    .nav-tabs li.nav-item {width: calc(33% - 5.5px);}

    .nav-tabs .nav-item .nav-link {
        border: 1px solid #d9d5d5;
        border-radius: 5px;
        width: 100%;
        text-align: center;
        font-size: 14px;
        padding: 12px 11px;
    }

    .our-brand .tab-content ul li {
        width: auto;
        font-size: 12px;
        font-weight: 600;
        padding: 0;
    }

    .our-brand .tab-content ul {
        gap: 5px;
    }

    .our-brand .tab-content ul li img {
        width: 60px;
        margin: 0 auto;
        object-fit: scale-down;
    }

    .our-brand .heading {
        margin-bottom: 20px;
    }

    .our-brand .row {
        padding-bottom: 25px;
    }

    a.btn-view {
        position: relative;
        justify-content: center;
        margin-top: 15px !important;
    }

    .our-cars {
        text-align: center;
    }

    .owl-cars .owl-stage-outer {
        padding: 0;
        left: 0;
    }

    .our-cars .info-car a.btn-view {margin: 0 !important;position: absolute;right: 0;}

    .info-car:hover {
        transform: scale(1);
    }

    .our-cars .info-car:first-child {
        margin-bottom: 10px;
    }

    .owl-nav::before {
        display: none;
    }

    .our-dealers .nav-tabs li.nav-item {
        width: calc(50% - 5px);
    }

    .our-dealers .nav-tabs {
        margin-bottom: 25px;
    }

    .our-dealers .owl-theme .owl-nav {
        margin-top: 15px !important;
    }

    .our-dealers .btn-deal {
        margin-top: 20px;
    }

    .our-dealers h2 {
        text-align: center;
    }

    .our-deal {
        padding: 20px;
        flex-wrap: wrap;
        text-align: left;
        justify-content: flex-start;
    }
    .our-guide .row {
        padding-top: 30px;
        margin: 0;
    }

    .info-guide {
        padding-left: 0;
        text-align: center;
    }

    .info-guide h2 {
        width: 100%;
        margin-bottom: 12px;
    }

    .info-guide p {
        width: 100%;
        margin-bottom: 20px;
    }

    .info-guide ul li {
        justify-content: center;
        margin-bottom: 7px;
        gap: 6px;
        font-size: 12px;
    }

    .info-guide ul {
        margin-bottom: 20px;
    }

    .img-guide {
        right: 0;
    }

    .img-guide img.gd-car {
        bottom: -30px;
        max-width: 100%;
    }

    .our-guide [class*='col']:last-child {
        padding: 0 !important;
    }

    .img-guide h3 {
        left: inherit;
        right: 0;
        text-align: right;
    }

    .info-guide ul li svg {
        font-size: 12px;
    }

    .our-guide {
        padding-block: 0 40px !important;
        margin-top: -30px;
    }

    .our-dealers {
        padding-bottom: 60px !important;
    }

    .our-stats {
        padding-top: 10px !important;
    }

    .our-stats ul {
        flex-wrap: wrap;
        gap: 10px;
        row-gap: 20px;
    }

    .our-stats ul li {
        width: calc(50% - 5px);
        text-align: center;
        font-size: 12px;
    }

    .our-stats ul li > span {
        margin-bottom: 4px;
    }


    .our-articles {
        text-align: center;
    }

    .info-article figcaption {
        padding: 30px 25px;
    }

    .info-article figcaption a.btn.btn-new.various {
        height: auto;
        width: auto;
        gap: 9px;
        padding: 6px 6px 6px 28px !important;
    }

    .info-article figcaption a.btn > span {
        position: relative;
        right: 0;
    }

    .info-article figcaption h5 {
        width: 100%;
        margin-bottom: 20px;
    }

    .info-article {
        margin-bottom: 20px;
    }

    .our-articles [class*='col']:last-child .info-article {
        margin: 0;
    }


    .our-choose .info-choose img.ch-bg1 {
        width: 40%;
    }

    main.choose-cta .info-choose {
        text-align: center;
        margin-bottom: 40px;
    }

    .info-choose h5 {
        display: inline-flex;
        margin-bottom: 10px;
    }

    .info-choose h2 {
        margin-bottom: 16px;
    }

    .info-choose p {
        width: 100%;
        margin-bottom: 20px;
    }

    .our-choose img.ch-bg2 {
        left: 0;
        right: inherit;
        top: 210px;
        width: 70%;
    }

    .our-choose [class*='col']:nth-child(2) {
        margin: 0;
    }

    .info-ch {
        padding: 30px;
        text-align: center;
        margin-bottom: 20px !important;
    }

    .info-ch img {
        margin-bottom: 10px;
    }

    .info-ch h4 {
        font-size: 2rem;
        margin-bottom: 10px;
    }

    .ch-cta {
        padding-top: 0 !important;
    }

    .ch-cta h2 {
        font-size: 20px !important;
        margin-bottom: 10px;
    }

    .ch-cta p {
        margin-bottom: 20px;
    }

    .our-subscribe {
        padding-top: 70px !important;
        text-align: center;
    }

    .our-subscribe h2 {
        margin-bottom: 10px;
    }

    .our-subscribe .form-control {
        height: 60px;
        border-radius: 60px !important;
    }

    .our-subscribe form button.btn {
        right: 5px;
    }

    main.choose-cta {
        border-radius: 0 0 20px 20px;
    }

    .our-choose {
        padding-bottom: 20px !important;
    }

    footer [class*='col'] {
        width: 50%;
        margin-bottom: 30px;
    }

    footer [class*='col']:last-child {
        /* width: 100%; */
        margin-bottom: 0;
    }

    footer .info-foot h4 {
        font-size: 1.625rem;
        margin-bottom: 15px;
    }

    footer .info-foot ul li {
        margin-bottom: 8px;
        justify-content: center;
    }

    footer .info-foot ul li a {
        font-size: 13px;
        letter-spacing: 1px;
    }

    .info-foot {
        text-align: center;
    }

    footer  .info-foot ul.social-foot {
        justify-content: center;
    }

    footer  .info-foot ul.social-foot li {
        margin-bottom: 0;
    }



    .our-cta.ch-cta {
        padding-top: 40px !important;
    }

    .breadcrumbs ul {
        flex-wrap: wrap;
        row-gap: 5px;
    }

    .breadcrumbs ul li a::before {
        right: -13px;
        top: 1px;
        font-size: 11px;
    }

    .breadcrumbs ul li a, .breadcrumbs ul li span {
        font-size: 13px;
        vertical-align: middle;
    }


    .breadcrumbs a.btn-bread-phone {display: none;}

    .btn.btn-white.btn-back {
        position: relative;
        bottom: 20px;
        padding-inline: 20px;
    }

    .gallery__thumbs {
        margin-top: 10px;
    }

    .box-cardet {
        margin-left: 0;
    }

    .car-det {
        margin-top: 20px;
        text-align: left;
        padding: 20px 20px;
    }
    .car-det ul.car-det2 li .vednor-img {
        width: 50px;
        margin-bottom: 10px;
    }
    
    .car-det ul.car-det2 li {
        justify-content: flex-start;
        margin-top: 0 !important;
    }

    .car-det h4 {
        margin-left: 0;
    }

    .btn > span img {
        margin: 0;
    }

    .car-det h2 {
        margin-bottom: 8px;
    }

    .car-det p {
        width: 100%;
        margin-bottom: 20px;
    }

    .car-det ul {
        margin-bottom: 20px;
        border-bottom: 1px solid #e9e9e9;
        padding-block: 15px;
    }

    .car-det a.btn {
        margin-top: 15px;
        display: inline-flex;
        padding: 8px 20px 8px 8px;
        font-size: 15px !important;
    }

    .rightbar-box1, .rightbar-box2, .rightbar-box3 {width: 90% !important;}

    .info-car-details .car-box2 h5 {
        padding: 14px 0 14px 22px;
        height: 64px;
        font-size: 13px;
    }

    .info-car-details .car-box2 h5 a {
        height: 44px;
        width: auto;
        padding: 0 15px;
        font-size: 12px;
        gap: 3px;
        border-radius: 8px;
        right: 10px;
        top: 10px;
        font-weight: 400;
    }

    .our-car-details .row.row-btm {
        margin-bottom: 30px;
    }

    .info-car-details .car-box2 ul li {
        padding-left: 50px;
        width: 50%;
        font-size: 14px;
    }

    .info-car-details .car-box2 ul li b {font-size: 13px;}

    .car-box3 .nav-tabs {
        gap: 12px;
        margin-bottom: 10px;
    }

    .car-box3 .nav-tabs li.nav-item {
        width: calc(50% - 6px);
    }



    .spec-data.spec-data2 ul li {
        line-height: 17px;
        font-size: 13px;
        justify-content: center;
        padding: 15px 0;
        height: auto;
        text-align: center;
    }

    .spec-data.spec-data2 .btn.btn2 {
        display: table;
        margin: auto;
    }

    .car-box3 {
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .car-box4 .car-box3 {
        margin-top: 20px;
        text-align: center;
        padding-bottom: 20px;
    }

    .accordion.accordion-flush.accordion-filter.accord-car-box {
        gap: 10px;
        margin-block: 20px;
    }

    .accordion.accordion-flush.accordion-filter.accord-car-box .accordion-item {
        width: 100%;
    }

    .car-box4 .car-box3 h4 {
        margin-bottom: 10px;
    }

    .car-box4 .car-box3 ul.dealer-carbx {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .map iframe {
        height: 300px;
    }

    .cardet-form.car-det {
        padding: 20px 20px 25px;
    }

    .cardet-form.car-det .form-group.enq-group {
        width: calc(100% + 40px);
        left: -20px;
        padding:  20px;
    }

    .cardet-form.car-det h3 {line-height: 2.25rem;}

    .cardet-form.car-det .form-group.enq-group h4 {
        font-size: 1.75rem;
        margin-bottom: 12px;
    }

    .cardet-form.car-det .form-group ul li input[type="checkbox"] {
        width: 15px;
        height: 15px;
    }

    .cardet-form.car-det .form-group ul li {
        gap: 5px;
    }

    .cardet-form.car-det .form-group label {
        font-size: 13px;
    }

    .cardet-form.car-det [class*='col'] {
        padding: 0 !important;
    }

    .cardet-form.car-det row {
        margin: 0 !important;
    }

    .cardet-form.car-det form .row {
        margin: 0;
    }

    .cardet-form.car-det .form-group ul.condet-list li:last-child label {
        width: 100%;
        text-align: left;
    }

    .our-cars .heading {
        margin-bottom: 25px;
    }

    .car-det ul.car-det2 {margin-left: 0;margin-block: 20px 0;}
    .info-car-details .car-box2 ul {
        margin-left: 0px;
        margin-top: 0;
    }

    .main-carlist {
        padding-left: 0;
    }

    .box-sidebar:last-child {
        margin-bottom: 30px;
    }

    .box-top-filter button.btn.btn2.btn-clear {
        padding: 10px;
    }

    ul.filter-top li a.filter-btn {
        padding: 10px;
    }

    ul.filter-top {
        scroll-behavior: smooth;
        scrollbar-color: #242424 #ccdbff;
    }

    .box-carlist-sorting span.listing-recommend {
        position: relative;
        justify-content: center;
        margin: 0;
        flex: auto;
        justify-content: flex-end;
        font-size: 9px;
    }

    .box-carlist-sorting h4 {
        text-align: left;
        order: 1;
        width: 100%;
        font-size: 2.2rem;
    }

    .box-carlist-sorting {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-bottom: 15px;
        align-items: flex-start;
        gap: 15px;
    }

    .box-carlist {
        flex-wrap: wrap;
        padding: 0;
        text-align: left;
    }

    .box-carlist .car-gallery {
        width: 100%;
        justify-content: center;
    }

    .box-carlist .carlist-detail {
        width: 100%;
        text-align: left;
        padding: 5px 10px 16px;
    }

    .box-carlist .carlist-detail h5 {
        font-size: 2.35rem;
        line-height: 1;
        margin-bottom: 9px;
    }

    .box-carlist .carlist-detail h4 {
        font-size: 2rem;
        line-height: 2rem;
        margin-bottom: 20px;
    }

    .box-carlist .carlist-detail ul li {
        width: auto;
        justify-content: center;
    }

    .box-carlist .carlist-detail ul.carlist-data {
        flex-wrap: wrap;
        row-gap: 10px;
        padding: 0;
        margin-bottom: 20px;
        background: transparent;
        gap: 6px;
        align-items: center;
        justify-content: flex-start;
    }

    .box-carlist .carlist-detail h6 {
        font-size: 13px;
        margin-bottom: 13px;
    }

    .box-carlist .carlist-detail ul {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .box-carlist .carlist-detail ul li:last-child:nth-child(odd) {
        width: auto;
        font-size: 14px;
    }
    .box-carlist .carlist-detail ul.carlist-data li img {
        display: none;
    }

    .box-carlist .carlist-detail ul.carlist-data li {
        width: 50%;
        width: auto;
        background: #e6e6e6;
        color: #000;
        padding: 5px 8px;
        border-radius: 5px;
        font-size: 13px;
    }

    a.btn-save.btn-save2 span {
        left: 0;
        top: 0;
        align-items: center;
        justify-content: center;
        background: #fff;
        width: 35px;
        height: 35px;
    }
    a.btn-save.btn-save2 span b {
        --size: 21px;
    }

    .box-carlist .carlist-detail a.btn-save.btn-save2 {
        right: inherit;
        left: 10px;
        top: 10px;
    }

    .pagination.pagination-carlist {
        justify-content: center;
        margin-top: 20px;
    }

    .info-carlist {
        margin-top: 40px;
        text-align: center;
    }

    .info-carlist h4 {
        font-size: 1.75rem;
        line-height: 1.75rem;
        margin-bottom: 6px;
    }

    .info-carlist p {
        margin-bottom: 22px;
    }

    .info-carlist ul {
        flex-wrap: wrap;
        gap: 20px;
        row-gap: 5px;
        margin-bottom: 15px;
        justify-content: center;
    }

    .our-banner.about-banner {
        border-bottom: 5px solid #505050;
        height: auto;
        padding-block: 40px !important;
        background-position: 50%bottom;
        background: #fdf9ec;
        box-shadow: 0 5px #fd6339;
        
    /* update the 85% to control the curvature
        you can also update the 50% to control the position
    */
    }

    .our-about {
        margin-top: 0;
    }

    .ban-about {
        width: 90%;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 20px;
    }

    .our-banner.about-banner .info-banner {
        margin-top: 0;
    }

    .info-about p {
        width: 100%;
        margin-bottom: 20px;
    }

    h2.head2 {
        margin-bottom: 12px;
    }

    h6.sub-head {
        margin-bottom: 5px;
        font-size: 12px;
    }

    .info-about ul {
        width: 100%;
        justify-content: center;
        row-gap: 7px;
    }

    .info-about ul li {
        font-size: 15px;
        gap: 5px;
    }

    .info-about ul li img {
        width: 16px;
    }
    .our-about::before {
        bottom: 45px;
        height: 80px;
    }

    .about-feature .container {
        padding: 40px 20px;
    }

    .about-feature [class*='col']:nth-child(2) {
        order: 1;
    }

    .info-abfeat ul li {
        margin-bottom: 10px !important;
        text-align: center;
        border: 1px solid #999999;
        border-radius: 10px;
        padding: 20px;
        font-size: 14px;
        line-height: 19px;
    }

    .info-abfeat ul li > span {
        margin-bottom: 8px;
        font-size: 2.1rem;
    }

    .info-abfeat ul li::before,.info-abfeat ul li::after {
        display: none;
    }


    .img-abfeat {
        width: 80%;
        margin: 0 auto;
    }

    .about-feature + .our-stats {
        padding-top: 0 !important;
    }

    .info-form-deal p.form_tagline {
        width: 100%;
        margin-block: 5px 8px !important;
    }

    .info-form-deal [class*='col'] {
        padding: 0 !important;
    }

    .info-form-deal .row {
        justify-content: stretch;
    }

    .info-form-deal [class*='col']:nth-last-child(2) {
        width: 100% !important;
        max-width: 100% !important;
    }

    .info-form-deal button.btn.btn2 {
        height: auto;
        display: flex;
        align-items: center;
        gap: 7px;
        padding-block: 8px;
    }

    .info-form-deal button.btn.btn2 span {
        width: 24px;
        height: 24px;
    }


    .info-dg {
        display: flex;
        margin-bottom: 10px;
    }

    .info-dg span {
        height: 100px;
        width: 50%;
        border-radius: 10px 0 0 10px;
        padding: 0 40px;
    }

    .info-dg h5 {
        border-radius: 0 10px 10px 0;
        width: 50%;
        font-size: 15px;
        line-height: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .our-dealer-group .btn {
        margin-top: 10px;
    }


    .info-dl ul {
        display: table;
        margin-inline: auto;
    }

    .info-dl ul li {
        justify-content: center;
    }

    .info-dl .in-text h6 {
        justify-content: center;
    }

    .deal-box h2 {
        text-align: center;
    }

    .our-dealer-trades.deal-box {
        padding-top: 0 !important;
    }

    .our-step [class*='col']:first-child .info-step {
        margin-bottom: 30px;
    }

    .info-step {
        text-align: center;
    }

    .info-step h2 {
        font-size: 20px !important;
        line-height: 22px !important;
        margin-bottom: 6px;
    }

    .info-step h5 {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .info-step p {
        width: 100%;
        margin-bottom: 15px;
    }

    .info-sell img {
        position: relative;
        right: 0;
        left: 0;
        margin: auto;
        order: -1;
        margin-bottom: 16px;
        width: 30%;
    }

    .info-sell {
        padding: 30px !important;
        text-align: center;
        margin-bottom: 20px;
    }

    .our-about.our-sell .row-btm {
        margin-bottom: 0;
    }

    .our-about.our-sell .row:last-child [class*='col']:last-child .info-sell {
        margin-bottom: 0;
    }

    .info-sell h4 {
        font-size: 1.75rem;
        margin-bottom: 5px;
    }

    .our-step + .our-stats {
        padding-block: 30px !important;
    }


    .contact-detail {
        margin-top: 0;
    }

    .row.row-cont {
        margin-top: 40px;
    }

    .contact-detail ul {
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto;
    }

    .contact-detail ul li {
        padding: 30px;
        gap: 10px;
    }

    .contact-detail ul li b {
        font-size: 1.75rem;
        line-height: 1.75rem;
    }

    .contact-detail ul li p, .contact-detail ul li a {
        font-size: 14px !important;
        width: 90%;
    }


    .img-count {
        width: 90%;
        margin: 0 auto 20px;
    }

    .info-cont {
        text-align: center;
    }

    .info-cont .cont-form p.form_tagline {
        text-align: left;
    }

    .info-cont .cont-form button.btn.btn-orange {
        position: relative;
        margin-left: 0;
        text-align: left;
        display: flex;
        align-items: center;
        gap: 7px;
    }

    .info-cont .cont-form button.btn.btn-orange span {
        width: 22px !important;
        height: 22px !important;
    }

    .info-cont .cont-form button.btn.btn-orange svg {
        top: 0;
    }

    .info-cont .cont-form {
        padding: 30px 20px;
    }

    .our-step + .our-stats, .contact-detail + .our-stats {
        padding-block: 30px !important;
    }

    .our-banner.about-banner .info-banner p {
        width: 100%;
    }

    .car-sold .info-carsold .box-carsold {
        width: 100%;
        padding: 125px 20px 40px;
        height: auto;
        margin-bottom: 90px;
    }

    .car-sold .info-carsold .box-carsold h3 {
        font-size: 2rem;
        line-height: 2rem;
        margin-bottom: 6px;
    }

    .car-sold .info-carsold .box-carsold h5 {
        font-size: 1.25rem;
        margin-bottom: 32px;
    }

    .car-sold .info-carsold .box-carsold p {
        font-size: 8px !important;
        width: 70%;
        line-height: 12px !important;
    }

    .car-sold .info-carsold .box-carsold img.cs-img1 {
        width: 70%;
        bottom: -62px;
    }
    .box-top-filter .share-filter-btn {
        display: none;
    }

    .box-top-filter .filter-top {
        padding-top: 10px;
    }

    #filterOffcanvas {
        width: 100%;
    }

    #filterOffcanvas .offcanvas-header {
        padding: 20px 20px 25px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
        align-items: center;
        justify-content: space-between;
    }

    #filterOffcanvas .offcanvas-header .offcanvas-title {
        font-size: 20px;
        font-weight: 600;
    }

    #filterOffcanvas .box-sidebar {
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        margin-bottom: 0;
    }  
    #filterOffcanvas .offcanvas-header .btn-save {
        padding: 8px 19px;
        font-size: 13px;
        margin-right: 10px;
    }
    
    #filterOffcanvas .offcanvas-header .view-save {
        color: #000;
        border-bottom: 1px solid #000;
        font-size: 14px;
    }
    #filterOffcanvas .save-filter {
        display: none;
    }
    
    #filterOffcanvas .box-sidebar.box-filter .accordion {
        margin-top: 0;
    }
    
    #filterOffcanvas .form-control {
        margin-bottom: 0;
    }
    
    #filterOffcanvas .offcanvas-body {
        padding: 0;
    }
    
    #filterOffcanvas .box-sidebar.box-filter .accordion .accordion-button {
        padding: 19px 20px;
        font-size: 16px;
        font-weight: 600;
    }

    
    .box-sidebar.box-filter .accordion-body {
        padding: 5px 20px !important;
    }

    
    #filterOffcanvas .accordion.accordion-flush.accordion-filter button.accordion-button::after {
        right: 20px;
    }
    
    #filterOffcanvas .box-postcode {
        padding: 11px 20px 20px;
    }
    
    #filterOffcanvas .box-postcode h4 {
        font-size: 18px;
        font-weight: 600;
    }
    
    #filterOffcanvas {
        padding: 10px 0 0;
    }
   #filterOffcanvas .box-top-filter {
        margin-bottom: 0;
        padding: 17px 20px;
        background: #fff;
        box-shadow: #0000001f 4px 1px 18px !important;
        z-index: 1;
    }
    .box-top-filter {
        margin-bottom: 10px;
        justify-content: flex-start;
    }
    
    .box-carlist-sorting span.listing-recommend .form-control {
        width: auto;
    }
    a.btn-save span b svg {
        position: unset;
        vertical-align: baseline;
    }

    .filter-fields .form-group:not(:last-child) {
        margin-bottom: 10px;
    }
    
    .filter-fields .row {
        gap: 10px;
    }
    .info-car figcaption h4 {
        font-size: 1.725rem;
    }
    .info-car figcaption h3 .btn-view-box {
        margin: 0 !important;
        width: auto;
    }
    
    .info-car figcaption h3 {
        justify-content: space-between;
        font-size: 1.9rem;
        margin-bottom: 0;
    }
    .inner-banner .col-md-6 .img-innerban {
        display: none;
    }

    .gallery__hero img {
        height: 300px;
    }
    .banner-form .col-md-6 {
        width: 50%;
    }
    
    .banner-form [class*='col'] {
        padding: 0 4px !important;
    }
    
    .banner-form .postcode-message {
        margin-top: -5px;
    }

    .postcode-message {
        margin-top: 10px;
    }
    .our-cv {
        margin-top: 0;
        text-align: center;
    }
    
    .info-cv {
        width: 100%;
        margin-bottom: 20px;
    }
    
    main.main-cv .heading {
        margin-bottom: 20px;
    }
    
    .box-cv {
        padding: 20px;
        text-align: center;
        margin-bottom: 20px !important;
    }
    
    .box-cv h4 {
        margin-block: 13px 6px;
        padding-top: 12px;
        font-size: 1.5rem;
    }
    
    .box-cv h4::before {
        left: 0;
        right: 0;
        margin: auto;
    }
    
    .box-cv.box-cv2 figcaption {
        padding: 0 20px;
        margin-bottom: 20px;
    }
    
    .box-cv.box-cv2 {
        padding: 20px 0 0;
        margin-bottom: 20px !important;
    }
    
    .why-cv [class*='col']:last-child .box-cv:last-child {
        margin-bottom: 0 !important;
    }
    
    .info-cvon.box-cv {
        height: auto;
        padding: 20px;
    }
    
    .our-cvonline .row-btm {
        margin-bottom: 0;
    }
    
    .cv-cond {
        margin: 0 0 20px;
        padding: 30px 10px 10px;
    }
    
    .cv-cond h3 + p {
        width: 80% !important;
    }
    
    .cv-cond h3 {
        font-size: 1.75rem;
        padding-top: 8px;
    }
    
    .info-cvon.box-cv {
    }
    
    .info-cvon.box-cv h4 {
        margin-top: 10px;
        padding-top: 10px;
        font-size: 1.5rem;
    }
    
    .img-cvtool2 {
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 10px;
    }
    
    .paid-cv .container img.cv-bg1 {
        display: none;
    }
    
    .info-whatcv table tr th, .info-whatcv table tr td {
        padding-inline: 15px;
        font-size: 13px;
    }
    
    .our-cvsell .heading {
        margin-bottom: 30px;
    }
    
    .info-cvsell h4 {
        margin-bottom: 15px;
    }
    
    .box-cvsell::before {
        width: 100%;
        height: 430px;
    }
    
    .box-cvsell {
        min-height: 460px;
        width: 100%;
        padding: 110px 38px 50px 35px;
        margin-bottom: 15px;
    }
    
    .msg-cvsell {
        margin-top: 10px;
        padding: 20px;
    }
    
    .msg-cvsell p {
        font-size: 14px !important;
    }
    
    .our-cvsell .row-btm {
        margin-bottom: 30px;
    }
    
    .info-bestcv {
        padding: 20px;
        text-align: center;
        margin-bottom: 20px;
        height: auto;
    }
    
    .info-bestcv h4 {
        padding-top: 10px;
        font-size: 1.5rem;
    }
    
    .info-bestcv h4::before {
        right: 0;
        margin: auto;
    }
    
    .best-cv .row-btm {
        margin-bottom: 0;
    }
    
    .btn-bestcv.text-center {
        margin-top: 0;
    }
    
    .img-mythcv {
        display: none;
    }
    
    .info-mythcv2 {
        margin-top: 50px;
    }
    
    .box-mythcv span {
        left: 0;
        right: 0;
        margin: auto;
    }
    
    .info-mythcv2 .box-mythcv:last-child {
        right: 0;
        margin-top: 50px;
    }
    
    .box-mythcv {
        text-align: center;
    }
    
    .box-mythcv h4 {
        font-size: 1.375rem;
    }
    
    .img-faq {
        width: 80%;
        margin: 20px auto 0;
    }
    
    .box-finalth {
        padding: 30px;
    }
    
    .box-finalth h4 {
        margin-bottom: 10px;
    }
    .our-banner.about-banner.cv-banner {
        height: auto;
    }
}