:root {
    --theme-color: #004587 !important;
}

* {
    font-family: "Public Sans", sans-serif !important;
}

/* .bank-section .bank-offer .bank-header {
    padding: calc(275px + (35 - 21) * ((100vw - 320px) / (1920 - 320)));
} */

/* Mobile responsive override */
@media (max-width: 767px) {
    .bank-header{
        min-height: 100px !important;
        height: 100px !important;
    }
    .arrow-slider .slick-prev, .arrow-slider .slick-next {
        top: calc(-20px + (-43 - -28) * ((100vw - 320px) / (1920 - 320)));
    }
}

.become-service .service-box {
    padding: 45px 16px;
}
header .navbar.navbar-expand-xl .navbar-nav .nav-link::before {
    display: none !important;
}

header .top-nav {
    padding: 12px 0 !important;
}

header .top-nav .navbar-top .web-logo img {
    width: calc(95px + (162 - 120) * ((100vw - 320px) / (1920 - 320)));
}

.product-box-4 .product-detail a .name {
    width: 100%;
}

.product-box-4 .product-image-2 img {
    margin: 0px 0 !important;
}

.product-box-4 .product-image img {
    height: calc(120px + (140 - 80) * ((100vw - 320px) / (1920 - 320)));
}

.banner-contain {
    background-size: contain !important;
}

.theme-bg-color {
    background: #ee0808 !important;
}

.breadscrumb-section {
    background-color: #f0f8ff !important;
}

.fresh-vegetable-section .delivery-box li .delivery-box .delivery-icon img {
    width: 100px;
}

.review-title h2 {
    font-size: calc(26px + (40 - 26) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 5px;
    width: 80%;
    line-height: 1.3;
    position: relative;
}

/* .bg-effect {
    background-image: none !important;
}
.tcul_green_bg{
    background-color: #00BF71 !important;
}
body {
    font-family: "Public Sans", sans-serif !important;
}
button, input, optgroup, select, textarea {
    font-family: "Public Sans", sans-serif !important;
}
.home-search-full .home-contain .home-detail h1 {
    font-size: calc(25px + (58 - 31) * ((100vw - 320px) / (1920 - 320))) !important;
}
.tcul_green{
    color: var(--theme-color) !important;
}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
.fw-800{
    font-weight: 800;
} */
h5 {
    font-size: calc(20px + (15 - 15) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.2;
    margin: 0;
    font-weight: 500;
}

.highlite {
    color: #03509f;
    font-weight: bold;
    font-size: 1.10rem;
    /* or try 20px, 1.5rem, etc. */
}

.service-svg {
    text-align: center;
    padding: 20px 0;
}

.service-icon {
    font-size: 40px;
    color: #2e2d2d;
    height: 40px;
    width: 20px;
    line-height: 40px;
    display: inline-block;
}