@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif !important;
}

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

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

button {
    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: #f8941d66;
}

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

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

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

.banner-content {
    position: relative;
    z-index: 9;
    text-align: center;
    padding-top: 80px;
}

.mainHeading {
    font: 600 36px/100% "Inter", sans-serif;
    color: #ffffff;
    padding-bottom: 25px;
    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-top: 80px;
    box-shadow: 0px 2px 4px 0px #00000033;
    background: #ffffff;
    border-radius: 16px;
    padding: 50px;
}

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

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

.filter-form {
    display: flex;
    align-items: flex-end;
    gap: 11px;
}

.filter-label {
    display: block;
    text-align: left;
    font: 400 16px/100% "Inter", sans-serif;
    padding-bottom: 5px;
    color: #00000070;
}

.select-filter-box-main {
    border: 1px solid #00000060;
    position: relative;
    display: flex;
    align-items: center;
    gap: 86px;
}

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

.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: 51px 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: 168px;
    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;
}

.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: 16px;
    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: 16px;
}

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

.car-details-card-image {
    width: 100%;
    border-radius: 16px;
    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 10px;
    border: 1px solid #e07900;
    background: #e07900;
    border-radius: 16px;
}

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

.whishlist-button-box {
    padding: 6px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.6s ease-in-out, color 0.6s ease-in-out;
    cursor: pointer;
}

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

.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 16px / 100% "Inter", sans-serif;
    padding-bottom: 30px;
    color: #000000 !important;
}

.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% !important;
    border-radius: 16px;
    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: #00000006;
}

.car-brand-slider .owl-stage {
    width: 5103px !important;
}

.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;
}

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

.car-icon-brand {
    width: 40px !important;
    height: 25px;
    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: #f8941d;
    padding: 42px 0;
}

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

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

.saleswoman-talking-customer-car-salon {
    width: 558px;
    height: 388px;
}

/* Kar Studio Add */
.trykar-studio {
    background: #00000006;
    padding: 62px 0;
}

.try-studio-box {
    align-items: center;
}

.trystudio-heading {
    font: 700 32px / 100% "Inter", sans-serif;
    color: #000000;
    padding-bottom: 16px;
    text-align: left;
}

.trystudio-content {
    font: 400 18px / 24px "Inter", sans-serif;
    color: #000000;
    margin: 0;
    padding-bottom: 30px;
}

.try-studio-button {
    padding: 12px 34px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font: 500 12px/18px "Inter", sans-serif;
    color: #ffffff;
    background: #e07900;
    border: 1px solid #e07900;
    border-radius: 40px;
    transition: background-color 0.8s ease-in-out, color 0.8s ease-in-out;
    cursor: pointer;
}

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

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

.try-studio-button:hover .icon-button.white {
    display: none;
}

.try-studio-button .icon-button.white {
    display: block;
}

.icon-button.main-color {
    display: none;
}

.try-studio-button:hover .icon-button.main-color {
    display: block;
}

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

/* before after effect */
#container {
    position: relative;
    display: flex;
    height: 386px;
    border-radius: 16px;
    max-width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
}

.img-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.img-wrapper:nth-child(2) {
    clip-path: inset(0px 0px 0px 25%);
}

.img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#line {
    position: absolute;
    left: 25%;
    transform: translateX(-50%);
    width: 0.2rem;
    height: 100%;
    background-color: #fafafa;
}

#container input {
    /* reset */
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    /* custom */
    position: absolute;
    width: calc(100% + 2.25rem);
    height: 100%;
    left: -1.125rem;
}

#container input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 2.25rem;
    width: 2.25rem;
    border-radius: 50%;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
    background-image: url("../../frontend/images/homedev/error.svg");
    background-size: cover;
    cursor: grab;
}

#container input::-moz-range-thumb {
    height: 2.25rem;
    width: 2.25rem;
    border-radius: 50%;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
    background-image: url("../../frontend/images/homedev/error.svg");
    background-size: cover;
    cursor: grab;
}

#container input:active::-webkit-slider-thumb {
    cursor: grabbing;
}

#container input:active::-moz-slider-thumb {
    cursor: grabbing;
}

.image-effect .main-para {
    font: 400 20px/32px "Inter", sans-serif;
    padding-bottom: 23px;
    text-align: center;
}

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

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

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

.choose-us-card {
    position: relative;
    background: #ffffff;
    border: 2px solid #e07900;
    border-radius: 16px;
    padding: 138px 43px 47px 24px;
    height: 100%;
}
.choose-us-card.black {
    border: 2px solid #000000;
    background: #ffffff;
}
.why-choose-us .row {
    justify-content: center;
    gap: 125px;
}
.why-choose-us .row .col-lg-4 {
    max-width: 337px;
}

.choose-us-card::before {
    content: "";
    position: absolute;
    bottom: -22px;
    left: -28px;
    width: 364px;
    height: 287px;
    background: url(../../frontend/images/homedev/orange-border.svg), no-repeat;
    pointer-events: none;
    background-size: contain;
}
.choose-us-card.black::before {
    background: url(../../frontend/images/homedev/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 {
    min-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;
    color: #000000 !important;
}

.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;
}

.country-card-main-box {
    max-height: 538px;
    overflow: auto;
}
.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;
    background: transparent;
    color: #00000080;
    width: 100%;
    max-width: 100%;
}
.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;
    text-align: left;
}
.browse-by-make-card .row {
    max-height: 400px;
    overflow: auto;
}
.row.rows-cols-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.row.rows-cols-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.make-text {
    text-decoration: none;
    font: 400 16px/100% "Inter", sans-serif;
    color: #000000 !important;
    padding-bottom: 0px;
    display: block;
}

@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-top: 20px;
        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 24px / 100% "Inter", sans-serif;
        padding-bottom: 16px;
    }

    .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-item {
        max-width: 93px;
    }

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

    .conuntry-icon {
        width: 63px;
        height: 63px;
        margin-bottom: 30px;
    }

    .choose-car-near-you .col-lg-2.col-md-2.col-md-6 {
        max-width: 129px;
    }

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

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

    .popular-cars-main .sub-heading {
        text-align: left !important;
    }

    .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: 1px 0;
    }

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

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

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

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

    .car-icon-brand {
        width: 15px !important;
        height: 15px;
        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;
    }

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

    .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;
    }

    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 26px / 36px "Inter", sans-serif;
        padding-bottom: 12px;
    }

    .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;
    }

    .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: 350px;
    }
    .choose-us-card {
        padding: 107px 20px 40px 20px;
        max-width: 283px;
        margin: 0 auto;
        height: 100%;
    }
    .choose-card-icon-outer {
        width: 94px;
        height: 94px;
        left: -24px;
        top: -3px;
    }
    .choose-card-icon {
        width: 50px !important;
        height: 50px;
    }
    .choose-us-card::before {
        bottom: -24px;
        left: -28px;
        width: 336px;
        height: 265px;
    }
    .choose-card-heading {
        font: 600 20px/100% "Inter", sans-serif;
    }
    .why-choose-us {
        padding: 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;
    }
    .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;
    }
    .choose-car-near-you .row {
        flex-direction: column-reverse;
    }

    .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;
    }
}
