* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
    margin: 0 !important;
}

ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
}
a {
    text-decoration: none;
}

button,
a {
    transition: background-color 0.6s ease-in-out, color 0.6s ease-in-out;
}

.desktop {
    display: block;
}

.mobile {
    display: none !important;
}

.owl-dots {
    display: flex;
    align-items: center;
    justify-self: center;
    gap: 5px;
}

.owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background: #e0790066;
}

.owl-dots .owl-dot.active span {
    background: #e07900;
}

/* Banner Section */
.banner-box-main {
    background: url(/assets/frontend/images/homedev/banner.png), no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 10;
}

.banner-box-main:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    z-index: -1;
}

.banner-content {
    display: flex;
    align-items: center;
    gap: 136px;
}

.mainHeading {
    font: 600 54px/100% "Inter", sans-serif;
    color: #ffffff;
    padding-bottom: 31px;
    text-transform: capitalize;
}

.green-button-main {
    padding: 10px 33px;
    background: #42a805;
    border: 1px solid #42a805;
    border-radius: 7px;
    font: 500 18px/100% "Inter", sans-serif;
    color: #ffffff;
}

.green-button-main:hover {
    background: transparent;
    color: #42a805;
}

.find-car-box {
    margin: 80px 0;
    box-shadow: 0px 2px 4px 0px #00000033;
    background: #ffffff;
    border-radius: 16px;
    padding: 24px 50px 30px;
    max-width: 541px;
    backdrop-filter: blur(9px);
    border: 1px solid #ffffff;
    background: #ffffff20;
    text-align: center;
}

.small-heading {
    font: 600 30px/100% "Inter", sans-serif;
    padding-bottom: 24px;
    color: #ffffff;
}

.car-filters-box .orange-button {
    width: 100%;
    margin-top: 32px;
}

/* .car-filters-box {
    display: flex;
    align-items: flex-end;
    gap: 11px;
    justify-content: center;
} */

.filter-form {
    display: flex;
    align-items: center;
    gap: 0 !important;
    justify-content: space-between;
    flex-wrap: wrap;
}

.filter-label {
    display: block;
    text-align: left;
    font: 400 16px/100% "Inter", sans-serif;
    padding-bottom: 5px;
    color: #ffffff;
}
.filter-form-group {
    min-width: 48%;
    margin-bottom: 16px;
}
.select-filter-box-main {
    /* border: 1px solid #00000060; */
    position: relative;
    display: flex;
    align-items: center;
    gap: 86px;
    width: 100%;
    background: #ffffff;
}

.filter-select-box {
    padding: 13px 35px 13px 25px;
    font: 400 16px/100% "Inter", sans-serif;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    width: 212px;
}

.filter-select-box:focus-visible {
    outline: none;
    box-shadow: none;
}

.filter-form-icon {
    position: absolute;
    right: 21px;
}

.orange-button {
    background: #e07900;
    color: #ffffff;
    font: 500 18px/100% "Inter", sans-serif;
    padding: 11px 55px;
    border: 1px solid #e07900;
}

.orange-button:hover {
    background: transparent;
    color: #e07900;
}

/* Country Section */
.country-main-box {
    padding: 55px 0;
    background: #00000006;
}

.sub-heading {
    text-align: center;
    color: #000000;
    font: 600 32px / 100% "Inter", sans-serif;
    padding-bottom: 38px;
}

.country-box {
    box-shadow: 0px 0px 4px 0px #00000040;
    padding: 25px 0;
    display: inline-block;
    text-align: center;
    width: 160px;
    border-radius: 16px;
    border: 1px solid #ffffff;
    cursor: pointer;
}

.country-box.active {
    border: 1px solid #e07900;
}

.country-flags-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.flag-icon-country {
    width: 77px;
    height: 77px;
    margin: 0 0 27px 0;
}

.country-name {
    font: 400 16px / 100% "Inter", sans-serif;
    color: #000000;
}

/* Popular Cars */
.popular-cars-main {
    padding: 60px 0 0;
}

.popular-cars-main .container {
    position: relative;
}

.see-all-button {
    position: absolute;
    right: 12px;
    top: 0;
    padding: 6px 33px;
    border: 1px solid #e07900;
    background: #e07900;
    border-radius: 2px;
    font: 400 20px / 100% "Inter", sans-serif;
    color: #ffffff;
}

.see-all-button:hover {
    background: transparent;
    color: #e07900;
}

.car-details-card {
    box-shadow: 0px 0px 4px 0px #00000040;
    background: #ffffff;
    border-radius: 4px;
}

.car-top-card {
    position: relative;
}

.car-details-card-image {
    width: 100%;
    border-radius: 4px;
    height: 250px;
    max-height: 250px;
}

.card-top-header {
    position: absolute;
    top: 0;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.heart-icon.white {
    display: none;
}

.Featured-button {
    font: 400 14px / 100% "Inter", sans-serif;
    color: #ffffff;
    padding: 7px 19px;
    border: 1px solid #e07900;
    background: #e07900;
    border-radius: 4px;
}

.new-listing-button {
    font: 400 14px / 100% "Inter", sans-serif;
    color: #ffffff;
    padding: 7px 19px;
    border: 1px solid #07c75f;
    background: #07c75f;
    border-radius: 4px;
    margin-left: 10px;
}

.whishlist-button-box {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background-color 0.6s ease-in-out, color 0.6s ease-in-out;
    cursor: pointer;
    width: 46px;
    height: 30px;
}

.whishlist-button-box:hover {
    background: #e07900;
}

.heart-icon {
    width: 16px;
    height: 16px;
}

.whishlist-button-box:hover .heart-icon.orange {
    display: none;
}

.whishlist-button-box:hover .heart-icon.white {
    display: block;
}

.car-content-box {
    padding: 18px 14px;
}

.car-card-heading {
    font: 600 18px / 100% "Inter", sans-serif;
    padding-bottom: 30px;
}

.car-details-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 22px;
}

.car-detail-box {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 50%;
}

.car-detail-inner-icon {
    width: 18px !important;
    height: 18px;
}

.about-car {
    font: 400 14px / 100% "Inter", sans-serif;
    color: #000000;
    white-space: nowrap;
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.car-card-price {
    font: 600 20px / 100% "Inter", sans-serif;
    color: #000000;
    margin-bottom: 38px !important;
}

.details-button {
    background: #e07900;
    border: 1px solid #e07900;
    width: 100%;
    border-radius: 4px;
    padding: 11px;
    font: 500 20px / 100% "Inter", sans-serif;
    color: #ffffff;
    display: block;
    text-align: center;
}

.details-button:hover {
    background: transparent;
    color: #e07900;
}

/* New Search Car */
.new-car-search {
    padding: 53px 0 47px;
    background: #000000;
    margin-top: 60px;
}

.new-car-search .sub-heading {
    color: #ffffff;
}

.car-brand-box {
    box-shadow: 0px 0px 4px 0px #00000040;
    border: 1px solid #ffffff;
    padding: 48px 0;
    text-align: center;
    border-radius: 16px;
    margin: 2px;
    background: #ffffff;
}

.car-brand-box.active {
    border: 1px solid #e07900;
}

.car-icon-brand {
    width: 45px !important;
    height: 45px;
    margin: 0 auto 11px;
}

.car-name {
    font: 600 20px / 100% "Inter", sans-serif;
    color: #000000;
}

.car-brand-slider .owl-dots {
    margin-top: 30px;
}

/* Connect Buyers & Seller  */
.contact-buyer-seller {
    background: #e07900;
    padding: 53px 0;
    position: relative;
}

.contact-buyer-seller .sub-heading {
    color: #ffffff;
    font: 600 32px / 100% "Inter", sans-serif;
    padding-bottom: 16px;
    text-align: left;
}

.contact-buyer-seller p {
    font: 400 18px / 25px "Inter", sans-serif;
    padding-bottom: 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 15px;
}

.connecting-buyers-image {
    width: 590px;
    height: 389px;
    position: absolute;
    top: 40px;
    border-radius: 4px;
}

.contact-buyer-seller summary {
    padding: 11px 23px;
    font: 400 20px/100% "Inter", sans-serif;
    background: #ffffff;
    color: #e07900;
    border: 1px solid #ffffff;
    border-radius: 4px;
    display: inline-block;
}

.connecting-buyers {
    padding: 60px 0 100px;
}

.Connecting-card {
    box-shadow: 0px 0px 4px 0px #00000040;
    background: #f7f7f7;
    padding: 31px 33px 20px;
    border-bottom: 4px;
    max-width: 100% !important;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.Connecting-card.app-store {
    background: #e07900;
    color: #ffffff;
}

.Connecting-card::after {
    content: none !important;
    position: absolute;
    height: 18px;
    /* width: 200px; */
    margin: 0 auto;
    background: #e07900;
    left: 70px;
    top: -18px;
}
.Connecting-card::before {
    content: "";
    position: absolute;
    /* width: 420px; */
    height: 264px;
    background: none !important;
    pointer-events: none;
    background-size: contain;
    left: -40px;
    bottom: -30px;
}
.trystudio-heading {
    font: 700 32px / 100% "Inter", sans-serif;
    padding-bottom: 49px;
    text-align: center;
}

.connecting-card-image {
    width: 130px;
    height: 77px;
    margin-bottom: 19px;
}

.connecting-card-heading {
    font: 600 24px / 100% "Inter", sans-serif;
    padding-bottom: 16px;
}

.conntecting-content {
    font: 400 18px / 24px "Inter", sans-serif;
}

.play-store-apps {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 65px;
    gap: 13px;
}

.play-store-apps .Download-icon {
    width: 127px;
    height: 38px;
}

/* Choose US */
.why-choose-us {
    padding: 147px 0 80px;
}

.why-choose-us .trystudio-heading {
    text-align: center;
    padding-bottom: 74px;
}

.choose-us-card {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 63px 57px 33px;
    height: 100%;
    max-width: 371px;
}

.why-choose-us .row {
    justify-content: center;
    gap: 20px;
}

.why-choose-us .row .col-lg-4 {
    max-width: 410px;
}

.choose-us-card::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: -28px;
    width: 420px;
    height: 304px;
    background: url(/assets/frontend/images/orange-choose.svg), no-repeat;
    pointer-events: none;
    background-size: contain;
    z-index: -1;
}

.choose-us-card.black::before {
    background: url(/assets/frontend/images/black-border.svg), no-repeat;
    background-size: contain;
}

.choose-card-icon-outer {
    width: 120px;
    height: 120px;
    background: #e07900;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -43px;
    top: -41px;
}

.choose-us-card.black .choose-card-icon-outer {
    background: #000000;
}

.choose-card-icon {
    width: 60px;
    height: 60px;
}

.choose-card-heading {
    font: 600 24px/100% "Inter", sans-serif;
    padding-bottom: 10px;
}

.choose-card-content {
    font: 400 16px/28px "Inter", sans-serif;
    color: #000000;
}

/* Latest Blog */
.latestBlogs {
    padding: 45px 0;
    background: #f1f1f1;
}

.latestBlogs .container {
    position: relative;
}

.blog-card {
    background: #ffffff;
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    /* margin-top: 40px; */
}

.blogIcon {
    width: 160px !important;
    height: 150px;
    border-radius: 25px;
    box-shadow: 0px 0px 4px 0px #00000040;
}

.carDeatils {
    display: inline-block;
    background: #f5b971;
    padding: 7px 17px;
    border-radius: 5px;
    font: 400 12px / 100% "Inter", sans-serif;
}

.carHeadingBlog {
    font: 400 16px / 100% "Inter", sans-serif;
    margin: 0;
    padding: 10px 0 37px 0;
}

.seo-content {
    background: #f1f1f1;
    border-top: 2px solid #ffffff;
    padding: 46px 0 82px;
}

.seo-content-header {
    border-bottom: 1px solid #00000080;
    padding-bottom: 30px;
}

.content-heading-main {
    font: 600 34px /30px "Inter", sans-serif;
    text-align: center;
    padding-bottom: 24px;
}

.seo-inner-content {
    text-align: left;
    font: 400 18px / 30px "Inter", sans-serif;
    padding: 11px 0 0;
}

.seo-content ul {
    list-style: disc;
    padding: 0 0 0 20px !important;
}

.seo-content ul .seo-inner-content {
    padding-top: 5px;
}

.seo-content ul .seo-inner-content:first-child {
    padding-top: 30px;
}

.seo-content-header .seo-inner-content {
    font-weight: 500;
    text-align: center;
}

.seo-inner-heading {
    padding-top: 30px;
    font: 600 18px / 30px "Inter", sans-serif;
}
.choose-car-near-you {
    background: #e07900;
    padding: 40px 0;
}
.choose-car-hearding {
    font: 600 32px/100% "Inter", sans-serif;
    color: #ffffff;
    text-align: center;
    padding-bottom: 30px;
}
.country-card {
    border-radius: 16px;
    background: #ffffff;
    text-align: center;
    padding: 27px 0;
    display: block;
    text-decoration: none;
    margin-bottom: 20px;
}
.choose-city-search-box {
    background: #ffffff;
    height: calc(100% - 20px);
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 25px;
    padding: 34px;
}
.choose-city-search-box .choose-car-hearding {
    color: #000000;
    font: 700 30px /100% "Inter", sans-serif;
}
.choose-city-search-box .select-filter-box-main {
    border: 1px solid #c8c8c8;
    border-radius: 10px;
}
.choose-city-search-box .filter-select-box {
    padding: 22px 42px 22px 22px;
    font: 400 18px/100% "Inter", sans-serif;
    width: 100%;
    background: transparent;
    color: #00000080;
}
.choose-city-search-box .filter-form-icon {
    position: absolute;
    right: 21px;
    width: 29px;
    height: 16px;
}
.conuntry-icon {
    width: 99px;
    height: 99px;
    margin-bottom: 30px;
}
.used-cars {
    font: 400 16px/33px "Inter", sans-serif;
    color: #000000;
}
.country-name {
    font: 600 21px/33px "Inter", sans-serif;
    color: #000000;
}
.browse-by-make {
    padding: 60px 0;
}
.browse-by-make-card h2 {
    font: 600 32px/100% "Inter", sans-serif;
    color: #000000;
    padding-bottom: 34px;
}
.make-text {
    text-decoration: none;
    font: 400 16px/100% "Inter", sans-serif;
    color: #000000 !important;
    padding-bottom: 40px;
    display: block;
}
.row.rows-cols-3 {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 10px;
    gap: 16px 0px;
    max-height: 500px;
    overflow: auto;
}
.row.rows-cols-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.other-links-btn {
    display: inline-block;
    background: #e07900;
    padding: 9px;
    border-radius: 4px;
    color: #ffffff;
    font: 600 16px/18px "Inter", sans-serif;
    border: 1px solid #e07900;
    margin-top: 10px;
}
.other-links-btn:hover {
    background: transparent;
    border: 1px solid #e07900;
    color: #e07900;
}

.download-mobile-app {
    background: #3f3f3f;
    padding: 45px 0;
}
.download-mobile-app .download-app-right.text-right {
    margin-left: auto;
    text-align: right;
}
.download-mobile-app .download-app-outer {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}
.download-mobile-app .download-app-right.text-right img {
    width: 100%;
    max-width: 296px;
    height: 294px;
    max-height: 294px;
}
.download-mobile-app .download-app-heading {
    font: 600 32px/100% "Inter", sans-serif;
    color: #ffffff;
    padding-bottom: 24px;
}
.download-mobile-app .download-app-content {
    font: 400 16px / 27px "Inter", sans-serif;
    color: #ffffff;
    padding-bottom: 40px;
}
.download-mobile-app .download-app-btn-group {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0;
}
.download-mobile-app .download-app-btn-group a img {
    max-width: 152px;
    max-height: 72px;
}

@media (max-width: 575px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block !important;
    }

    /* Banner Section */
    .banner-content {
        padding: 20px 0;
    }

    .mainHeading {
        font: 600 24px/100% "Inter", sans-serif;
        padding-bottom: 10px;
    }

    .green-button-main {
        padding: 8px 12px;
        font: 500 14px/20px "Inter", sans-serif;
    }

    .find-car-box {
        margin: 0;
        padding: 16px 15px;
    }

    .small-heading {
        font: 600 24px/100% "Inter", sans-serif;
        padding-bottom: 20px;
    }

    .filter-form {
        display: flex;
        align-items: center;
        gap: 16px;
        flex-wrap: wrap;
    }

    .car-filters-box {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .filter-select-box {
        padding: 11px 16px;
        width: 143px;
    }

    .filter-form-icon {
        right: 10px;
    }

    /* Country */
    .country-main-box {
        padding: 24px 0;
    }

    .sub-heading {
        font: 600 18px / 100% "Inter", sans-serif;
        padding-bottom: 24px !important;
    }

    .country-box {
        padding: 10px 0;
        width: 93px;
        margin: 1px 0;
    }

    .flag-icon-country {
        width: 37px !important;
        height: 37px;
        margin: 1px auto 10px;
    }

    .country-flag-slider .owl-stage {
        min-width: 4000px !important;
    }

    /* .seller-in-country .owl-item {
        max-width: 310px !important;
        margin: 0 auto;
    } */

    .country-flag-slider .owl-item {
        max-width: 93px;
        width: 93px !important;
    }

    .country-name {
        font: 600 10px / 100% "Inter", sans-serif;
    }

    .country-flag-slider .owl-dots {
        margin-top: 20px;
    }

    /* Popular Cars */
    .popular-cars-main {
        padding: 24px 0;
    }

    .popular-cars-main .sub-heading {
        padding-bottom: 34px;
    }

    .popular-cars-main .sub-heading {
        text-align: left !important;
    }
    .contact-buyer-seller p {
        text-align: left;
    }
    .contact-buyer-seller details {
        text-align: left;
        margin-bottom: 20px;
    }
    .see-all-button {
        top: 0px;
        padding: 4px 10px;
        font: 400 14px / 100% "Inter", sans-serif;
    }

    .popular-cars-main .row {
        flex-wrap: nowrap;
        overflow: auto;
    }

    .popular-cars-main .col-lg-3 {
        max-width: 307px;
    }

    .new-listing-button {
        font: 400 12px / 100% "Inter", sans-serif;
        padding: 4px 10px;
    }

    .Featured-button {
        font: 400 12px / 100% "Inter", sans-serif;
        padding: 4px 10px;
    }

    .heart-icon {
        width: 12px;
        height: 12px;
    }

    .car-details-card {
        margin: -2px 0;
    }

    .car-brand-slider .owl-dots {
        margin-top: 19px;
    }

    /* Car Search */
    .new-car-search {
        padding: 24px 0 24px;
        margin: 0;
    }

    .car-brand-box {
        padding: 23px 0;
    }

    .car-brand-slider .owl-item {
        margin: 0 14px 0 0 !important;
    }

    .car-icon-brand {
        width: 45px !important;
        height: 45px;
        margin: 0 auto 5px;
    }

    .car-name {
        font: 600 9px / 100% "Inter", sans-serif;
    }

    /* Connect Buyers & Seller */
    .contact-buyer-seller {
        padding: 24px 0;
        text-align: center;
    }

    .contact-buyer-seller .sub-heading {
        font: 600 24px / 100% "Inter", sans-serif;
        /* text-align: center; */
    }

    .saleswoman-talking-customer-car-salon {
        width: 262px;
        height: 182px;
        margin-bottom: 20px;
    }

    .col-lg-6.text-end {
        text-align: center !important;
    }

    .contact-buyer-seller-content {
        font: 400 16px / 24px "Inter", sans-serif;
        text-align: left;
    }

    ul .contact-buyer-seller-content {
        text-align: left;
    }

    /* Kar Studio Add */
    .trykar-studio {
        background: transparent;
        padding: 22px 0;
    }

    .trykar-studio .trystudio-heading {
        font: 700 20px/32px "Inter", sans-serif !important;
        text-align: center;
        margin-bottom: 16px;
        padding: 0;
    }

    .image-effect .main-para {
        margin: 0;
    }

    .trykar-studio .trystudio-heading {
        display: none;
    }

    .trykar-studio .trystudio-heading span {
        display: block;
    }

    .trykar-studio .mobile-view-heading {
        display: block;
    }

    .trykar-studio .try-studio-box {
        flex-direction: column-reverse;
    }

    .trystudio-heading {
        font: 700 20px / 27px "Inter", sans-serif;
        padding-bottom: 16px;
    }

    .trystudio-content {
        font: 400 16px / 26px "Inter", sans-serif;
        padding: 16px 0 0;
        text-align: center;
    }

    .image-effect {
        padding-left: 12px;
    }

    .trykar-studio .mobile-view-heading {
        padding-bottom: 16px;
    }

    .try-studio-button-bg {
        text-align: center;
        margin-top: 16px;
    }

    .try-studio-button {
        padding: 12px 16px;
        margin: 0 auto;
    }

    /* .try-studio-button-bg {
        background: #ffffff;
        width: 100%;
        position: fixed;
        height: 50px;
        left: 0;
        bottom: 0;
    } */

    /* .try-studio-button {
        position: fixed;
        bottom: 4px;
        left: 50%;
        transform: translate(-50%, 0%);
        padding: 10px 16px;
        font: 500 12px 'Inter', sans-serif;
    } */

    .icon-button {
        width: 16px;
        height: 16px;
    }

    #container {
        position: relative;
        display: flex;
        height: 246px;
        border-radius: 15px;
        max-width: 100%;
        aspect-ratio: 3 / 2;
        overflow: hidden;
    }

    .why-choose-us-slider .owl-carousel.owl-loaded {
        display: block;
        overflow: hidden;
    }

    .why-choose-us-slider .owl-stage-outer {
        overflow-y: visible;
        overflow-x: hidden;
        height: 360px;
    }

    .choose-us-card {
        padding: 0 20px 40px 20px;
        max-width: 283px;
        margin: 0 auto;
        height: 100%;
        background: transparent;
    }

    .choose-card-icon-outer {
        width: 94px !important;
        height: 94px !important;
        left: -24px !important;
        top: -3px !important;
    }

    .choose-us-card::before {
        bottom: -24px;
        left: -28px;
        width: 336px;
        height: 265px;
    }

    .choose-card-heading {
        font: 600 20px/100% "Inter", sans-serif;
        padding-top: 150px;
    }

    .why-choose-us {
        padding: 24px 0 0;
        margin-bottom: 24px;
    }

    .why-choose-us .trystudio-heading {
        padding-bottom: 40px;
    }

    .carHeadingBlog {
        font: 400 14px / 100% "Inter", sans-serif;
        margin: 0;
        padding: 10px 0 11px 0;
    }

    .latest-blog-mobile {
        background: #f1f1f1;
        padding-bottom: 24px;
    }

    .blog-card {
        margin-bottom: 20px;
        gap: 16px;
    }

    .blog-heading {
        font: 600 24px / 24px "Inter", sans-serif;
        padding: 16px 0;
        text-align: center;
    }

    .blogIcon {
        width: 135px !important;
        height: 127px;
        border-radius: 21px;
    }

    .content-heading-main {
        font: 600 24px /30px "Inter", sans-serif;
        padding-bottom: 16px;
    }

    .play-store-apps {
        margin-top: 25px;
    }

    .contact-buyer-seller .row.align-items-center {
        flex-direction: column !important;
    }

    .choose-city-search-box .filter-form-group {
        margin-bottom: 0;
    }

    .seo-content {
        padding: 25px 0;
    }

    .seo-inner-content {
        padding: 0;
        font: 400 14px / 24px "Inter", sans-serif;
    }

    .seo-inner-heading {
        padding-top: 16px;
        font: 600 18px / 30px "Inter", sans-serif;
    }

    .banner-content {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .connecting-buyers {
        padding: 0 0 24px 0;
    }

    .connecting-buyers-image {
        width: 100%;
        height: 167px;
        top: 360px;
        right: 16px;
        position: static;
    }

    .contact-buyer-seller {
        padding: 24px 0 22px;
        text-align: center;
        margin-bottom: 0;
    }

    .choose-us-card::before {
        background: url(/assets/frontend/images/orange-border-bg.png), no-repeat;
        background-size: contain;
    }

    .choose-us-card.black::before {
        background: url(/assets/frontend/images/black-border-bg.png), no-repeat;
        background-size: contain;
    }

    .choose-us-card::before {
        bottom: -13px;
        left: -15px;
        max-width: 307px;
        height: 344px;
    }
    .Connecting-card {
        margin-bottom: 20px;
    }
    .car-filters-box .orange-button {
        margin-top: 16px;
    }
    .banner-box-main .mainHeading {
        font: 600 18px/100% "Inter", sans-serif;
    }
    .whishlist-button-box {
        width: 30px;
        height: 22px;
    }
    .banner-content {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .choose-car-near-you .row {
        flex-direction: column-reverse;
    }
    .country-card-main-box {
        flex-wrap: nowrap;
    }
    .country-card-main-box {
        flex-wrap: wrap;
        flex-direction: row !important;
    }
    .country-card-main-box .col-lg-4 {
        max-width: calc(100% / 3);
        display: flex;
    }
    .choose-city-search-box {
        padding: 16px 16px 30px 16px;
        margin-bottom: 20px;
    }
    .choose-city-search-box .choose-car-hearding {
        font: 700 16px /100% "Inter", sans-serif;
        padding-bottom: 16px;
    }
    .conuntry-icon {
        width: 52px;
        height: 52px;
        margin-bottom: 16px;
    }
    .country-card {
        width: 100%;
    }
    .used-cars {
        font: 400 13px/17px "Inter", sans-serif;
        color: #000000;
    }
    .country-name {
        font: 600 13px / 17px "Inter", sans-serif;
    }

    .download-mobile-app {
        padding: 24px 0;
    }
    .download-mobile-app .download-app-heading {
        font: 600 24px/100% "Inter", sans-serif;
        padding-bottom: 12px;
        text-align: center;
    }
    .download-mobile-app .download-app-content {
        font: 400 16px / 24px "Inter", sans-serif;
        padding-bottom: 12px;
        text-align: center;
    }
    .download-mobile-app .download-app-btn-group a img {
        max-width: 120px;
        max-height: 36px;
    }
    .download-mobile-app .download-app-btn-group {
        justify-content: center;
        margin-bottom: 24px;
    }
    .download-mobile-app .download-app-right.text-right img {
        max-width: 198px;
        max-height: 200px;
    }
    .download-mobile-app .download-app-right.text-right {
        margin-left: 0;
        text-align: center !important;
        display: block;
    }
    .make-text {
        padding-bottom: 0;
    }
}
