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

.p-block40 {
    padding-block: 40px;
}

.p-block30 {
    padding-block: 30px;
}

.city-txt {
    margin: 0 !important;
    padding: 0 !important;
    align-items: flex-start !important;
}

    .city-txt:hover {
        text-decoration: underline !important;
    }

.city-list-item-heading:hover {
    text-decoration: underline !important;
}

/* Uncover the Best of the U.S. Section Start */
section.main-wrappersection {
    margin-top: 112px;
}

.main-heading h1 {
    font-size: 43px;
    color: #000;
    font-weight: 300 !important;
    line-height: 42px;
    margin-bottom: 10px;
}

.main-heading p {
    font-weight: 600;
    color: #000;
    font-size: 30px;
    margin-bottom: 50px;
}

.main-wrapper-city ul {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -15px;
    gap: 30px 0px;
    margin-bottom: 0px;
}

    .main-wrapper-city ul li {
        width: 25%;
        flex: 0 0 auto;
        padding-inline: 15px;
    }



.city-box-image img {
    height: 270px;
    width: 100% !important;
}

.city-box-content {
    padding: 15px;
}

.main-wrapper-city .city-box {
    display: block !important;
    background-color: #fff !important;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    border-radius: 5px;
    overflow: hidden;
}

span.offerbox {
    font-size: 18px;
    line-height: 17px;
    color: #ffffff;
    font-weight: 700;
    background-color: #c80009;
    text-transform: uppercase;
    display: none !important;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    border-radius: 3px;
    position: absolute;
    top: -15px;
    right: 0px;
    height: 33px;
}

.main-section-heading h2 {
    font-weight: 400 !important;
    color: #333333 !important;
    font-size: 37px !important;
    margin-bottom: 65px !important;
    line-height: 44px !important;
}

section.city-list-wrapper .main-section-heading h2 {
    margin-bottom: 55px !important;
}

.main-wrapper-city {
    padding-bottom: 60px;
    position: relative;
    margin-bottom: 60px;
}

    .main-wrapper-city::after {
        content: "";
        width: 100% !important;
        height: 2.5px !important;
        background-color: #6D6D6D;
        position: absolute;
        bottom: 0px;
    }

.city-tittle {
    font-size: 27px;
    line-height: 31px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.custom-city-btn, .main-wrapper-city .city-box a.custom-city-btn {
    color: #ffffff;
    font-weight: 600;
    border-radius: 4px;
    background-color: #003eae;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 7px 34px !important;
    line-height: 17px !important;
    width: fit-content !important;
    text-align: center;
}

.city-all-feature-btn:hover {
    background-color: #d50105;
}

.cardBody-btn:hover {
    color: #fff;
    background-color: #003188 !important;
}

.city-feature-content ul li > * {
    flex: 1;
}

.custom-city-btn:hover, .main-wrapper-city .city-box a.custom-city-btn:hover {
    color: #fff;
    background-color: #003188;
}
/* Uncover the Best of the U.S. Section End */


/*city-list-wrapper Start*/

.city-list-box ul {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -25px;
    gap: 0px 0px;
    margin-bottom: 0px !important;
}

    .city-list-box ul li {
        width: 33.333%;
        flex: 0 0 auto;
        padding-inline: 20px;
        border-left: 1px solid #848484;
        padding-bottom: 20px;
    }

        .city-list-box ul li:nth-child(n+4) {
            border-top: 1px solid #848484;
            padding-top: 30px;
        }

        .city-list-box ul li:last-child {
            border-right: 1px solid #848484;
        }

.city-list-box {
    overflow-x: hidden;
}

.city-list-itembox {
    display: flex;
    flex-wrap: wrap;
}

.city-list-itembox {
    display: flex;
    flex-wrap: wrap;
}

.city-list-image {
    width: 200px;
    flex: 0 0 auto;
    height: 190px;
    border-radius: 5px;
}

    .city-list-image img {
        width: 100%;
        height: 100%;
        border-radius: 5px;
    }

.city-list-boxcontent {
    width: calc(100% - 200px);
    padding-left: 25px;
    flex: 0 0 auto;
}

.city-list-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
    justify-content: center;
}

.city-list-item-heading {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 0px;
    line-height: 28px;
}

span.city-list-offer {
    font-size: 21px;
    color: #E70004;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 30px;
}

/*city-list-wrapper End*/

.section-heading h2 {
    font-size: 41px;
    color: #000;
    font-weight: 300 !important;
    margin-bottom: 56px;
    line-height: 46px;
}

.city-feature-title {
    font-weight: 600;
    color: #003EAE;
    margin-bottom: 0px;
}

.city-all-feature-btn {
    background-color: #E70004;
    color: #fff;
    font-weight: 600;
    padding: 15px 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    height: 54px;
    min-width: 317px;
    border-radius: 8px;
    text-transform: uppercase !important;
}

    .city-all-feature-btn:hover {
        color: #fff !important;
    }

.mob-city-all-feature-btn {
    display: none;
}

.city-feature-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.city-feature-content ul {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -15px;
    gap: 50px 0px;
    margin-bottom: 0px;
    align-items: stretch;
}

    .city-feature-content ul li {
        width: 25%;
        flex: 1 1 25%;
        padding-inline: 10px;
        display: flex;
        flex-direction: column;
    }

        .city-feature-content ul li * {
            margin-top: 0;
            margin-bottom: 0;
        }

        .city-feature-content ul li .feature-list-card {
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .city-feature-content ul li .product-card {
            flex: 1;
            display: flex;
            flex-direction: column;
        }

            .city-feature-content ul li .product-card > a {
                display: flex;
                flex-direction: column;
                flex: 1;
            }

        .city-feature-content ul li .card-body {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

.feature-list-card .card-heading h3 {
    font-size: 24px;
    font-weight: 700;
    color: #111 !important;
    line-height: 28px;
    margin-bottom: 20px;
}

.feature-list-card .card-heading p {
    font-size: 21px;
    margin-top: 0px;
}

.feature-list-card .card-heading {
    min-height: 118px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

    .feature-list-card .card-heading h3:hover {
        color: #0049cd !important;
        text-decoration: underline !important;
        text-underline-offset: 4px;
        text-decoration-thickness: 2px !important;
    }

.feature-list-card .card-bottom-panel span.price-holder small {
    font-size: 15px;
}

.feature-list-card .card-bottom-panel .price {
    font-size: 24px;
}

.feature-list-card .card-bottom-panel button.cardBody-btn {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    border-radius: 4px;
    background-color: #003EAE;
    min-height: unset;
}

.feature-list-card .card.product-card {
    margin-bottom: 0px;
}

.feature-row + .feature-row {
    padding-top: 50px;
    margin-top: 50px;
}

.feature-row {
    position: relative;
}

    .feature-row + .feature-row::before {
        content: "";
        width: 100%;
        height: 3px;
        display: inline-block;
        background-color: #6D6D6D;
        position: absolute;
        top: 0px;
        left: 0px;
    }

section.brand-wrapper .trendingperks-sliders .slick-arrow.slick-next::before {
    transform: translateY(-50%) rotate(130deg);
}


section.brand-wrapper {
    background-color: #F0F9FF;
}

    section.brand-wrapper .section-heading h2 {
        font-weight: 400 !important;
        font-size: 29px;
        line-height: 31px;
        margin-bottom: 50px;
    }

    section.brand-wrapper p.trendingperk-text {
        font-size: 18px;
        line-height: 21px;
        color: #000;
    }

.link-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .link-box a {
        font-size: 33px;
        text-decoration: underline;
        text-underline-offset: 4px;
        font-weight: 400;
        color: #1F5099;
    }

.view-less-btn-content {
    display: none;
}

.active-view-more span.view-more-btn-content {
    display: none;
}

.active-view-more span.view-less-btn-content {
    display: inline-block;
}

.city-list-box-view {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.view-more-list-btn {
    border: 0px;
    text-transform: uppercase;
    width: fit-content !important;
    min-width: auto !important;
    height: auto;
    padding: 10px 30px;
}

.city-feature-content .feature-list-card .card-body {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

section.bottom-wrapper .banner-image picture {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

    section.bottom-wrapper .banner-image picture img {
        max-width: 100%;
        height: auto;
    }


@media screen and (max-width:1800px) {
    .main-heading h1 {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    section.city-list-wrapper .main-section-heading h2 {
        margin-bottom: 45px !important;
    }

    .main-wrapper-city {
        padding-bottom: 55px;
        position: relative;
        margin-bottom: 55px;
    }

    .main-section-heading h2 {
        font-size: 30px !important;
        margin-bottom: 50px !important;
        line-height: 36px !important;
    }

    .main-heading p {
        font-size: 25px;
        margin-bottom: 45px;
    }

    .city-box-image img {
        height: 250px;
    }

    span.offerbox {
        font-size: 15px;
        line-height: 16px;
        font-weight: 700;
        padding: 5px 15px;
        border-radius: 3px;
        top: -15px;
        height: 30px;
    }

    .city-tittle {
        font-size: 23px;
        line-height: 29px;
        margin-bottom: 20px;
    }

    .custom-city-btn, .main-wrapper-city .city-box a.custom-city-btn {
        border-radius: 4px;
        font-size: 15px;
        padding: 7px 30px !important;
        line-height: 17px !important;
    }

    .city-list-item-heading {
        font-size: 21px;
        margin-bottom: 15px;
        line-height: 23px;
    }

    span.city-list-offer {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .p-block40 {
        padding-block: 35px;
    }

    .section-heading h2 {
        font-size: 33px;
        margin-bottom: 45px;
        line-height: 37px;
    }

    .city-feature-title {
        font-size: 25px;
    }

    .city-all-feature-btn {
        padding: 15px 45px;
        font-size: 16px;
        height: 50px;
        min-width: 290px;
    }

    .feature-list-card .card-heading h3 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 18px;
    }

    .feature-list-card .card-heading p {
        font-size: 18px;
    }

    .feature-list-card .card-heading {
        min-height: 105px;
    }

    .feature-list-card .card-bottom-panel span.price-holder small {
        font-size: 13px;
    }

    .feature-list-card .card-bottom-panel .price {
        font-size: 23px;
    }

    .feature-list-card .card-bottom-panel button.cardBody-btn {
        font-size: 16px;
    }

    .feature-row + .feature-row {
        padding-top: 45px;
        margin-top: 45px;
    }

    section.brand-wrapper .section-heading h2 {
        font-size: 27px;
        line-height: 29px;
        margin-bottom: 40px;
    }

    .link-box a {
        font-size: 27px;
    }
}

@media screen and (max-width:1680px) {
    .main-heading h1 {
        font-size: 32px;
        line-height: 27px;
        margin-bottom: 8px;
    }

    .main-heading p {
        font-size: 22px;
        margin-bottom: 45px;
    }

    span.offerbox {
        font-size: 14px;
        line-height: 16px;
        font-weight: 700;
        padding: 5px 15px;
        border-radius: 3px;
        top: -15px;
        height: 30px;
    }

    .city-box-image img {
        height: 235px;
    }



    .city-tittle {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 17px;
    }

    .custom-city-btn, .main-wrapper-city .city-box a.custom-city-btn {
        border-radius: 4px;
        font-size: 14px;
        padding: 7px 26px !important;
        line-height: 16px !important;
    }

    .city-list-item-heading {
        font-size: 20px;
        margin-bottom: 12px;
        line-height: 22px;
    }

    span.city-list-offer {
        font-size: 16px;
        margin-bottom: 23px;
    }

    .city-list-image {
        width: 190px;
        flex: 0 0 auto;
        height: 180px;
    }

    .city-list-boxcontent {
        width: calc(100% - 190px);
        padding-left: 25px;
        flex: 0 0 auto;
    }

    .city-list-item-heading {
        font-size: 18px;
        margin-bottom: 12px;
        line-height: 22px;
    }

    span.city-list-offer {
        font-size: 15px;
        margin-bottom: 23px;
    }

    .section-heading h2 {
        font-size: 30px;
        margin-bottom: 40px;
        line-height: 34px;
    }

    .city-feature-title {
        font-size: 22px;
    }

    .city-all-feature-btn {
        padding: 15px 45px;
        font-size: 15px;
        height: 45px;
        min-width: 269px;
    }

    .city-feature-heading {
        margin-bottom: 35px;
    }

    .feature-list-card .card-heading h3 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .feature-list-card .card-heading p {
        font-size: 16px;
    }

    .feature-list-card .card-bottom-panel span.price-holder small {
        font-size: 12px;
    }

    .feature-list-card .card-bottom-panel .price {
        font-size: 21px;
    }

    .feature-list-card .card-bottom-panel button.cardBody-btn {
        font-size: 14px;
    }

    .feature-row + .feature-row {
        padding-top: 40px;
        margin-top: 40px;
    }

    section.brand-wrapper .section-heading h2 {
        font-size: 25px;
        line-height: 27px;
        margin-bottom: 35px;
    }

    section.brand-wrapper p.trendingperk-text {
        font-size: 17px;
        line-height: 21px;
        color: #000;
    }

    .trendingperks-sliders .slick-arrow:before {
        content: '';
        position: absolute;
        width: 17px;
        height: 17px;
        z-index: 99999;
        border-top: 4px solid #6e7071;
        border-left: 4px solid #6e7071;
        transform: translateY(-50%) rotate(-45deg);
        border-radius: 2px;
        left: 11px;
    }

    .trendingperks-sliders .slick-arrow.slick-prev {
        left: 0px;
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        width: 26px;
        height: 30px;
        background: transparent;
        border: none;
    }

    .link-box a {
        font-size: 24px;
    }
}

@media screen and (max-width:1480px) {
    .p-block40 {
        padding-block: 30px;
    }

    .main-section-heading h2 {
        font-size: 26px !important;
        margin-bottom: 41px !important;
        line-height: 30px !important;
    }

    section.city-list-wrapper .main-section-heading h2 {
        margin-bottom: 37px !important;
    }

    .main-wrapper-city {
        padding-bottom: 48px;
        position: relative;
        margin-bottom: 48px;
    }

    section.main-wrappersection {
        margin-top: 128px;
    }

    .main-heading h1 {
        font-size: 31px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .main-heading p {
        font-size: 20px;
        margin-bottom: 40px;
    }

    span.offerbox {
        font-size: 12px;
        line-height: 14px;
        font-weight: 700;
        padding: 5px 13px;
        border-radius: 3px;
        top: -14px;
        height: 28px;
    }

    .city-box-image img {
        height: 210px;
    }

    .city-tittle {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .custom-city-btn, .main-wrapper-city .city-box a.custom-city-btn {
        border-radius: 4px;
        font-size: 13px;
        padding: 6px 12px !important;
        line-height: 13px !important;
    }

    .city-list-image {
        width: 180px;
        flex: 0 0 auto;
        height: 175px;
    }

    .city-list-boxcontent {
        width: calc(100% - 180px);
        padding-left: 20px;
        flex: 0 0 auto;
    }

    .city-list-item-heading {
        font-size: 17px;
        margin-bottom: 12px;
        line-height: 19px;
    }

    span.city-list-offer {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .section-heading h2 {
        font-size: 26px;
        margin-bottom: 35px;
        line-height: 31px;
    }

    .city-feature-title {
        font-size: 20px;
    }

    .city-all-feature-btn {
        padding: 15px 45px;
        font-size: 14px;
        height: 42px;
        min-width: 245px;
    }

    .city-feature-heading {
        margin-bottom: 30px;
    }

    .feature-list-card .card-heading h3 {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 10px;
    }

    .feature-list-card .card-heading p {
        font-size: 15px;
    }

    .feature-list-card .card-bottom-panel .price {
        font-size: 19px;
    }

    .product-card .price-holder {
        display: inline-flex;
    }

    .feature-list-card .card-bottom-panel button.cardBody-btn {
        font-size: 13px;
        width: fit-content;
    }

    .product-card .card-bottom-panel {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .link-box a {
        font-size: 22px;
    }
}

@media screen and (max-width:1200px) {
    section.main-wrappersection {
        margin-top: 70px;
    }

    .main-heading h1 {
        font-size: 28px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .main-heading p {
        font-size: 19px;
        margin-bottom: 25px;
    }

    .main-section-heading h2 {
        font-size: 24px !important;
        margin-bottom: 36px !important;
        line-height: 27px !important;
    }

    .main-wrapper-city {
        padding-bottom: 40px;
        position: relative;
        margin-bottom: 40px;
    }

    .city-box-image img {
        height: 180px;
    }

    .main-wrapper-city ul {
        margin-inline: -10px;
        gap: 20px 0px;
    }

        .main-wrapper-city ul li {
            width: 25%;
            padding-inline: 10px;
        }

    span.offerbox {
        font-size: 11px;
        line-height: 14px;
        font-weight: 700;
        padding: 4px 12px;
        border-radius: 3px;
        top: -13px;
        height: 26px;
    }

    .city-tittle {
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 14px;
    }

    .custom-city-btn, .main-wrapper-city .city-box a.custom-city-btn {
        border-radius: 4px;
        font-size: 12px;
        padding: 6px 14px !important;
        line-height: 12px !important;
    }

    .p-block30 {
        padding-block: 25px;
    }

    .city-list-image {
        width: 160px;
        flex: 0 0 auto;
        height: 160px;
    }

    .city-list-boxcontent {
        width: calc(100% - 160px);
        padding-left: 18px;
        flex: 0 0 auto;
    }

    .city-list-item-heading {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 16px;
    }

    span.city-list-offer {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .p-block40 {
        padding-block: 25px;
    }

    .section-heading h2 {
        font-size: 24px;
        margin-bottom: 30px;
        line-height: 29px;
    }

    .city-feature-title {
        font-size: 18px;
    }

    .city-all-feature-btn {
        padding: 15px 45px;
        font-size: 13px;
        height: 38px;
        min-width: 200px;
    }

    .city-feature-content ul {
        margin-inline: -10px;
        gap: 25px 0px;
        margin-bottom: 0px;
    }

        .city-feature-content ul li {
            width: 25%;
            padding-inline: 10px;
        }

    .feature-row .product-card .card-body {
        padding: 13px;
    }

    .feature-list-card .card-heading h3 {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 7px;
    }

    .feature-list-card .card-heading p {
        font-size: 14px;
    }

    .feature-list-card .card-bottom-panel span.price-holder small {
        font-size: 11px;
    }

    .feature-list-card .card-bottom-panel .price {
        font-size: 17px;
    }

    .feature-list-card .card-bottom-panel button.cardBody-btn {
        font-size: 12px;
        width: fit-content;
    }

    .link-box a {
        font-size: 20px;
    }
}

@media screen and (max-width:1024px) {
    section.main-wrappersection {
        margin-top: 114px;
    }

    .city-list-image {
        width: 150px;
        flex: 0 0 auto;
        height: 150px;
    }

    .city-list-boxcontent {
        width: calc(100% - 150px);
        padding-left: 15px;
        flex: 0 0 auto;
    }

    .feature-list-card .card-bottom-panel button.cardBody-btn {
        font-size: 12px;
        width: fit-content;
        padding: 3px 9px;
    }

    section.brand-wrapper .section-heading h2 {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 30px;
    }

    .city-list-box ul {
        margin-inline: -15px;
    }

        .city-list-box ul li {
            width: 33.333%;
            flex: 0 0 auto;
            padding-inline: 15px;
            border-left: 1px solid #848484;
            padding-bottom: 20px;
        }

            .city-list-box ul li:nth-child(n+4) {
                border-top: 1px solid #848484;
                padding-top: 20px;
            }
}

@media screen and (max-width:992px) {
    .main-heading h1 {
        font-size: 26px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .city-list-box ul li:nth-child(n+3) {
        border-top: 1px solid #848484;
        padding-top: 20px;
    }

    .main-section-heading h2 {
        font-size: 23px !important;
        margin-bottom: 35px !important;
        line-height: 26px !important;
    }

    .main-wrapper-city::after {
        content: "";
        width: 100% !important;
        height: 2px !important;
        background-color: #6D6D6D;
        position: absolute;
        bottom: 0px;
    }

    .main-wrapper-city {
        padding-bottom: 35px;
        position: relative;
        margin-bottom: 35px;
    }

    section.city-list-wrapper .main-section-heading h2 {
        margin-bottom: 30px !important;
    }

    .main-heading p {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .city-box-image img {
        height: 150px;
    }

    .main-wrapper-city ul li {
        width: 33.33%;
        flex: 0 0 auto;
        padding-inline: 10px;
    }

    .custom-city-btn, .main-wrapper-city .city-box a.custom-city-btn {
        border-radius: 4px;
        font-size: 12px;
        padding: 6px 15px !important;
        line-height: 12px !important;
    }

    .city-list-box ul li {
        width: 50%;
        flex: 0 0 auto;
        padding-inline: 15px;
    }

    .p-block40 {
        padding-block: 20px;
    }

    .section-heading h2 {
        font-size: 22px;
        margin-bottom: 25px;
        line-height: 29px;
    }

    .city-feature-content ul li {
        width: 33.333%;
        flex: 0 0 auto;
        padding-inline: 10px;
    }

    .city-feature-title {
        font-size: 16px;
    }

    .feature-list-card .card-heading {
        min-height: 80px;
    }

    .city-all-feature-btn {
        padding: 13px 30px;
        font-size: 12px;
        height: 34px;
        min-width: auto !important;
    }

    .link-box a {
        font-size: 16px;
    }
}

@media screen and (max-width:768px) {
    section.main-wrappersection {
        margin-top: 5px;
    }

    .main-heading h1 {
        font-size: 24px;
        line-height: 19px;
        margin-bottom: 5px;
    }

    .main-section-heading h2 {
        font-size: 20px !important;
        margin-bottom: 35px !important;
        line-height: 24px !important;
    }

    .main-heading p {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .main-wrapper-city {
        padding-bottom: 30px;
        position: relative;
        margin-bottom: 30px;
    }

    span.offerbox {
        font-size: 11px;
        line-height: 14px;
        font-weight: 700;
        padding: 1px 12px;
        border-radius: 3px;
        top: -11px;
        height: 22px;
    }



    .city-tittle {
        font-size: 15px;
        line-height: 16px;
        margin-bottom: 10px;
    }

    .city-list-image {
        width: 140px;
        flex: 0 0 auto;
        height: 140px;
    }

    .city-list-boxcontent {
        width: calc(100% - 140px);
        padding-left: 15px;
        flex: 0 0 auto;
    }

    .city-list-item-heading {
        font-size: 15px;
        margin-bottom: 10px;
        line-height: 16px;
    }

    span.city-list-offer {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .city-list-box ul {
        margin-inline: -15px;
        gap: 0px 0px;
        margin-bottom: 0px !important;
    }

    .section-heading h2 {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 29px;
    }

    .city-feature-title {
        font-size: 15px;
    }

    .city-all-feature-btn {
        padding: 10px 20px;
        font-size: 12px;
        height: 32px;
        min-width: auto !important;
    }

    .city-feature-heading {
        margin-bottom: 25px;
    }

    .feature-row .product-card .card-body {
        padding: 11px;
    }

    .feature-list-card .card-heading p {
        font-size: 13px;
    }

    .feature-list-card .card-bottom-panel span.price-holder small {
        font-size: 10px;
    }

    .feature-list-card .card-bottom-panel .price {
        font-size: 15px;
    }

    .feature-list-card .card-bottom-panel .price {
        font-size: 15px;
        line-height: 12px;
    }

    .city-feature-content ul li {
        width: 50%;
        flex: 0 0 auto;
        padding-inline: 10px;
    }

    section.brand-wrapper .trendingperks-sliders img {
        height: 220px;
        object-fit: cover;
    }
}

@media screen and (max-width:676px) {
    .custom-city-btn, .main-wrapper-city .city-box a.custom-city-btn {
        border-radius: 4px;
        font-size: 12px;
        padding: 6px 15px !important;
        line-height: 12px !important;
        margin-block: 0px !important;
    }

    .city-box-content {
        padding: 10px;
    }

    .city-list-image {
        width: 130px;
        flex: 0 0 auto;
        height: 130px;
    }

    .city-list-boxcontent {
        width: calc(100% - 130px);
        padding-left: 10px;
        flex: 0 0 auto;
    }

    .custom-city-btn, .main-wrapper-city .city-box a.custom-city-btn {
        border-radius: 4px;
        font-size: 11px;
        padding: 6px 14px !important;
        line-height: 12px !important;
        margin-block: 0px;
    }

    .city-list-item-heading {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 16px;
    }

    .link-box a {
        font-size: 13px;
    }

    span.link-icon img {
        height: 20px;
        width: 20px;
    }

    section.brand-wrapper .section-heading h2 {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 25px;
    }

    .city-list-box-view {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    .city-box-image img {
        height: 130px;
    }
}

@media screen and (max-width:575px) {
    .main-heading h1 {
        font-size: 23px;
        line-height: 19px;
        margin-bottom: 5px;
    }

    .city-feature-heading .city-all-feature-btn {
        display: none;
    }

    .mob-city-all-feature-btn {
        display: flex;
        justify-content: center;
        margin-top: 25px;
    }

    .main-heading p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .main-wrapper-city ul li {
        width: 50%;
        flex: 0 0 auto;
        padding-inline: 10px;
    }

    .city-list-image {
        width: 100%;
        flex: 0 0 auto;
        height: 130px;
    }

    .city-list-boxcontent {
        width: 100%;
        padding-left: 0px;
        flex: 0 0 auto;
    }

    .city-list-itembox {
        display: flex;
        flex-wrap: wrap;
        gap: 15px 0px;
    }

    .city-feature-heading {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 11px 0px;
    }

    .feature-list-card .card-heading h3 {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .feature-list-card .card-heading p {
        font-size: 12px;
    }

    .feature-list-card .card-heading {
        min-height: 75px;
        margin-bottom: 6px;
    }

    .feature-list-card .card-bottom-panel span.price-holder small {
        font-size: 9px;
    }

    .feature-list-card .card-bottom-panel .price {
        font-size: 14px;
        line-height: 15px;
    }

    .feature-list-card .card-bottom-panel button.cardBody-btn {
        font-size: 11px;
        width: fit-content;
        padding: 3px 9px;
    }

    .feature-row + .feature-row {
        padding-top: 30px;
        margin-top: 30px;
    }

    .link-box a {
        font-size: 13px;
        text-align: center;
    }

    section.brand-wrapper .trendingperks-sliders img {
        height: 250px;
    }
}

@media screen and (max-width:500px) {
    section.brand-wrapper .trendingperks-sliders img {
        height: 210px;
    }

    section.brand-wrapper p.trendingperk-text {
        font-size: 16px;
        line-height: 21px;
        color: #000;
    }
}

@media screen and (max-width:475px) {
    .main-heading h1 {
        font-size: 20px;
        line-height: 18px;
        margin-bottom: 5px;
    }

    .main-heading p {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .city-box-image img {
        height: 130px;
    }

    .main-wrapper-city ul {
        margin-inline: -10px;
        gap: 35px 0px;
    }

    .city-tittle {
        font-size: 15px;
        line-height: 16px;
        margin-bottom: 10px;
    }

    span.offerbox {
        font-size: 10px;
        line-height: 13px;
        font-weight: 700;
        padding: 1px 12px;
        border-radius: 3px;
        top: -10px;
        height: 21px;
    }

    .feature-row .product-card .card-body {
        padding: 7px;
    }

    .product-card .card-bottom-panel {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .feature-list-card .card-bottom-panel button.cardBody-btn {
        font-size: 11px;
        width: 100%;
        padding: 3px 9px;
    }

    .feature-list-card .card-heading h3 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .feature-list-card .card-heading {
        min-height: auto;
        margin-bottom: 6px;
    }

    .feature-list-card {
        height: 100%;
    }

        .feature-list-card .card.product-card {
            margin-bottom: 0px;
            height: 100%;
        }

            .feature-list-card .card.product-card a {
                display: inline-flex;
                width: 100%;
                height: 100%;
                flex-direction: column;
                justify-content: space-between;
            }

    section.brand-wrapper .trendingperks-sliders img {
        height: 190px;
    }

    section.brand-wrapper p.trendingperk-text {
        font-size: 15px;
        line-height: 20px;
        color: #000;
    }
}


@media screen and (max-width:375px) {
    section.brand-wrapper .trendingperks-sliders img {
        height: 170px;
    }

    section.brand-wrapper p.trendingperk-text {
        font-size: 14px;
        line-height: 19px;
        color: #000;
    }
}

.blue-patch {
    background-color: #eef9ff;
    padding: 40px 0px;
}

.product-card .card-image {
    flex-shrink: 0;
    padding-bottom: 58.3333%;
    position: relative;
    width: 100%;
}

    .product-card .card-image img {
        height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 100% 100%;
        object-position: 100% 100%;
        position: absolute;
        top: 0;
        transition: opacity .35s cubic-bezier(.3,.86,.36,.95);
    }

.product-card .card-bottom-panel .btn {
    display: block;
    white-space: nowrap;
    width: 100%;
}

.btn.btn-xs {
    font-size: .75rem;
    line-height: 1.3333;
    padding: .25rem .4375rem;
}

.product-card .price-holder {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-bottom: .1875rem
}

    .product-card .price-holder .small,
    .product-card .price-holder small {
        display: inline-block;
        font-size: .5625rem;
        font-weight: 500;
        line-height: 1.3333;
        margin: .1875rem .25rem 0 0;
        text-transform: uppercase;
        vertical-align: top
    }

.product-card .price {
    color: #e70004;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2222
}

@media (min-width:1370px) {
    .product-card .price-holder {
        flex-shrink: 0;
        justify-content: flex-start;
        padding-bottom: 0;
        padding-right: .3125rem
    }

        .product-card .price-holder:only-child {
            padding-right: 0
        }

    .product-card .card-bottom-panel .btn {
        display: inline-block;
        margin: 0 0 0 auto;
        padding-left: .75rem;
        padding-right: .75rem;
        width: auto;
    }
}
