* {
    font-family: 'Poppins', sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}
*:focus {
    outline: none;
}
body {
    overflow-x: hidden !important;
}

a {
    text-decoration: none !important;
}
input[type="file"] {
    cursor: pointer;
  }
:root {
    --primary: #FF7F51 !important;
    --secondary: #102C42 !important;
    --light: #F4F7FE;
}
.mt-6{
    margin-top: 4rem !important;
}
.pages {
    color: grey;
    /* margin-top: 100px !important; */
}
tr{
    /* border-bottom: 1px solid white !important; */
}
.border-primary {
    border: 1px solid var(--primary) !important;
}

.rounded-20 {
    border-radius: 20px;
}

.text-grey {
    color: grey !important;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-top-15 {
    border-top-right-radius: 15px !important;
    border-top-left-radius: 15px !important;
}

.rounded-bottom-15 {
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

/* Hero banners */
.about-bg {
    background-image: url(../assets/images/banner/about-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 65vh;
    border-radius: 40px;
}

.diabetic-bg {
    /* background-image: url(../assets/images/banner/diabetics-bg.jpg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 65vh;
    border-radius: 40px;
}

.health-care-bg {
    /* background-image: url(../assets/images/banner/health-care-bg.jpg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 65vh;
    border-radius: 40px;
}

.personal-bg {
    /* background-image: url(../assets/images/banner/personal-care-bg.jpg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 65vh;
    border-radius: 40px;
}

.blush-bg {
    /* background-image: url(../assets/images/banner/blush-bg.jpg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 65vh;
    border-radius: 40px;
}

.nutrition-bg {
    /* background-image: url(../assets/images/banner/nutrition-bg.jpg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 65vh;
    border-radius: 40px;
}

.health-bg {
    /* background-image: url(../assets/images/banner/health-store-bg.jpg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 65vh;
    border-radius: 40px;
}

.upload-bg {
    background-image: url(../assets/images/banner/prescription-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 65vh;
    border-radius: 40px;
}

/* Hero banners */

/* Responsive Screens */
@media (max-width:576px) {
    .ban-search-btn {
        text-align: center;
    }

    /* .product-card {
        height: auto !important;
    } */
}

@media (max-width:767px) {
    .md-rounded-0 {
        border-radius: 10px !important;
    }

    .md-rounded-none {
        border-radius: 0px !important;
    }


    /* .page-container {
        margin-top: 170px !important;
    } */
}

@media (max-width:768px) {
    .marquee-content li img {
        width: 100px !important;
    }

    .product-card {
        height: 380px !important;
    }
}

/* Responsive Screens */

/* Navbar */
.navbar-brand img {
    width: 200px;
}

.nav-item {
    font-size: .9rem !important;
}

.login-btn:hover {
    background-color: var(--primary) !important;
    transition: .5s;
    color: white !important;
}

.login-btn:hover a {
    color: white !important;
}

.cart-logo i {
    cursor: pointer;
}

.cart-logo:hover i {
    background-color: var(--primary) !important;
}

.cart-logo i {
    transition: .5s;

}

.cart-logo:hover i {
    color: white;
}

.cart-logo .cart-quantity {
    top: -12px;
    right: -4px;
    padding: 2px 8px;
}

.sticky-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030;
}

.scrolled {
    background-color: #fff !important;
    /* Change navbar background */
    transition: background-color 0.3s;
}

/* Navbar */
/* Banner */
.loc-inp {
    border-right: 1px solid rgb(162, 161, 161) !important;
}

.hero-main {
    background: url(/assets/images/banner/homepage.jpg) no-repeat center;
    background-size: cover;
    height: 65vh;
    border-radius: 40px;
    position: relative;
}

.ban-search-btn input:hover {
    background-color: #fd6933 !important;
}

.ban-search-btn input {
    transition: 0.5s;

}

.pre-step {
    border-radius: 1rem;
    /* height: 180px; */
}

.banner-location .del-span {
    color: grey !important;
    top: 0px;
    left: 20px;
}
.location-content {
    position: absolute;
    padding: 0px !important;
    left: 0px;
    z-index: 1000;
    display: none;
    top: 283px;
    transition: all 0.5s ease;
}
.loc-cont-one{
    height: 130px !important;
}
.brand-inp {
    position: relative;
}
.city-content {
    display: none; /* Initially hide the city content */
    position: absolute;
    top: 283px;
    z-index: 1000;
}

.city-item {
    cursor: pointer;
    padding: 5px;
    list-style-type: none;
}

.city-item:hover {
    background-color: #f0f0f0;
}

/* Banner */

/* Home Cards */
.home-card {
    /* background: rgb(16,44,66); */
    height: 190px;
    border-radius: 1rem;
    background: linear-gradient(90deg, rgba(16, 44, 66, 1) 0%, rgba(38, 72, 99, 1) 100%);


}

/* Home Cards */

/* Product Filter */
.product-filter img {
    width: 50px !important;
    height: 50px !important;
}

/* Product Filter */

.pre-steps {
    transform: translateY(-55px);
}

/* Product Cards */
.product-card .wishlisht {
    right: 20px !important;
    top: 15px !important;
    background-color: #00000045 !important;
    border-radius: 10px !important;

}

.product-card .wish-icon {
    right: 20px !important;
    top: 15px !important;
    background-color: #00000045 !important;
    border-radius: 10px !important;

}

.product-card,
.product-card img {
    border-radius: 20px;
    overflow: hidden;

}

.product-card img {
    max-width: 100%;
    height: auto;

}

.product-card {
    cursor: pointer;
    height: 360px;
}

.product-card:hover img {
    scale: 1.1;
    transition: .5s;
}

.product-card:hover .wish-icon {
    z-index: 9 !important;
}

.product-filter .filter-one:hover {
    cursor: pointer;
    background-color: var(--primary) !important;
    color: white !important;
}
.product-filter .filter-one:hover p{
    color: white !important;
}
.product-filter .filter-one {
    transition: .5s;
    margin-inline: 0;

}

.content {
    display: none;
    cursor: pointer;
    transition: .5s;
    /* Indicates that the content is clickable */
}

.decrementBtn {
    padding: 0px 14px;
}

.incrementBtn {
    padding: 0px 10px;
}

/* Product Cards */
/* FOOTER STYLE START  */

footer {
    background: var(--secondary);
    font-size: 15px;
}
footer .social-media-links li {
    display: inline-block;
}

footer .social-media-links li a {
    height: 50px;
    width: 50px;
    display: block;
    background: white;
    color: var(--secondary);
    transition: color .5s, background-color .5s, transform .5s;
}

footer .social-media-links li a:hover {
    color: white !important;
    background-color: var(--primary) !important;
    transform: rotate(360deg);
}

footer .social-media-links li a {
    font-size: 35px;
}

footer .footer-card {
    background: #274155;
    border-radius: 1rem;
    /* font-size: 15px; */
}

footer .footer-card div i {
    font-size: 50px;
}

footer .footer-card p,
footer .footer-card p a {
    color: rgba(255, 255, 255, 0.726);
}

.news-btn {
    right: 20px;
    top: 7px;
}

/* FOOTER STYLE END  */


/* Diabetic */
.diabetic-filter select {
    border-right: 20px solid white !important;
}

/* Dropdown */
/* Dropdown Button */
.dropbtn {
    /* background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none; */
    cursor: pointer;
    width: 350px !important;
}

/* Dropdown Container */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown-content label,
.dropdown-content p {
    display: block;
    margin: 8px 0;
}

.drop-icon {
    right: 20px;
}

/* Show the dropdown content when .show class is added */
.show {
    display: block;
}

/* ///////////////////// */
/* Add your CSS styling here */
.dropdown-content {
    display: none;
    width: 350px;
    border-radius: 20px;
    background-color: #fff;
}

.dropdown-content.show {
    display: block;
}

.product-filter .dropdown .cat-filter {
    right: 40px;
}

input[type="checkbox"] {
    width: 1em;
    height: 1rem;
    margin-right: 10px;
    accent-color: #FF7F51 !important;
}

/* ///////////////////// */

/* Dropdown */

/* Upload Prescription */
.pres-left img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.pres-right {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.pres-cards .home-card {
    flex-direction: column !important;
    /* height: 210px !important; */
}
.upload-bg .location-content,
.upload-bg .city-content{
    top: 330px;
}


/* Upload Prescription */

/* Brand Slider */
:root {
    --marquee-width: 100%;
    --marquee-height: 20vh;
    /* --marquee-elements: 12; */
    /* defined with JavaScript */
    --marquee-elements-displayed: 5;
    --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
    --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

.marquee {
    width: var(--marquee-width);
    height: var(--marquee-height);
    color: #eee;
    overflow: hidden;
    position: relative;
}

.marquee:before,
.marquee:after {
    position: absolute;
    top: 0;
    width: 10rem;
    height: 100%;
    content: "";
    z-index: 1;
}

.marquee-content {
    list-style: none;
    height: 100%;
    display: flex;
    animation: scrolling var(--marquee-animation-duration) linear infinite;
}

/* .marquee-content:hover {
    animation-play-state: paused;
  } */
@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
    }
}

.marquee-content li {
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    flex-shrink: 0;
    width: var(--marquee-element-width);
    max-height: 100%;
    font-size: calc(var(--marquee-height)*3/4);
    /* 5rem; */
    white-space: nowrap;
}

.marquee-content li img {
    background-color: white;
    border-radius: 20px;
    padding: 10px;
    /* width: 100%;
 height: 100%;
    border: 2px solid #eee; */
}

@media (max-width: 600px) {
    html {
        font-size: 12px;
    }

    :root {
        --marquee-width: 100vw;
        --marquee-height: 16vh;
        --marquee-elements-displayed: 3;
    }

    .marquee:before,
    .marquee:after {
        width: 5rem;
    }
}

/* Brand Slider */
/* Login/Register */
.form-container {
    height: 100vh;
    width: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    /* background-color: #4070f4; */
    column-gap: 15px;
}

.form {
    position: absolute;
    max-width: 430px;
    width: 100%;
    padding: 30px;
    border-radius: 12px;
    background: #FFF;
}

.form.signup {
    opacity: 0;
    pointer-events: none;
}

.forms.show-signup .form.signup {
    opacity: 1;
    pointer-events: auto;
}

.forms.show-signup .form.login {
    opacity: 0;
    pointer-events: none;
}

header {
    font-size: 28px;
    font-weight: 600;
    color: #232836;
    text-align: center;
}

.form .field {
    position: relative;
    height: 50px;
    width: 100%;
    margin-top: 20px;
    border-radius: 6px;
}

.field input,
.field button {
    height: 100%;
    width: 100%;
    border: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
}

.field input {
    outline: none;
    padding: 0 15px;
    border: 1px solid#CACACA;
}

.field input:focus {
    border-bottom-width: 2px;
}

.eye-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #8b8b8b;
    cursor: pointer;
    padding: 5px;
}

.field button {
    color: #fff;
    background-color: var(--primary) !important;
    transition: all 0.3s ease;
    cursor: pointer;
}

.field button:hover {
    background-color: var(--primary) !important;
}

.form-link {
    text-align: center;
    margin-top: 10px;
}

.form-link span,
.form-link a {
    font-size: 14px;
    font-weight: 400;
    color: #232836;
}

.form a {
    color: var(--primary) !important;
    text-decoration: none;
}

.form-content a:hover {
    text-decoration: underline;
}

.line {
    position: relative;
    height: 1px;
    width: 100%;
    margin: 15px 0;
    background-color: #d4d4d4;
}

.line::before {
    content: 'Or';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFF;
    color: #8b8b8b;
    padding: 0 15px;
}

.media-options a {
    display: flex;
    align-items: center;
    justify-content: center;
}

a.facebook {
    color: #fff;
    background-color: #4267b2;
}

a.facebook .facebook-icon {
    height: 28px;
    width: 28px;
    color: #0171d3;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.facebook-icon,
img.google-img {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

img.google-img {
    height: 20px;
    width: 20px;
    object-fit: cover;
}

a.google {
    border: 1px solid #CACACA;
}

a.google span {
    font-weight: 500;
    opacity: 0.6;
    color: #232836;
}

@media screen and (max-width: 400px) {
    .form {
        padding: 20px 10px;
    }

}

/* Login/Register */
/* About Start */
.offer .line-time .line-inner {
    height: 50px;
    border-left: 3px solid var(--secondary);
    border-radius: 5px;
}

/* why cards */
.why-metro-inner .why-card {
    background: linear-gradient(90deg, rgb(16, 44, 66) 0%, rgb(38, 72, 99) 100%);
    border-radius: 15px;
}

.why-metro-inner .why-card i {
    font-size: 3.2rem;
}

.what {
    bottom: 100px;
    right: 40px;
    z-index: 99;
    cursor: pointer;
}

/* why cards */
/* About Start */
/* Cart Page */
.cart-img {
    width: 200px !important;
}

#decrement,
#increment,
#quantity,
.bx-trash {
    cursor: pointer;
}


/* Cart Page */
/* Checkout Page */
.vert-line {
    height: 1px;
    width: 20px;
    background-color: gray;
}

.text-sec {
    color: var(--secondary) !important;
}

.border-grey {
    border: 1px solid gray !important;
}

.border-dashed {
    border: 1px dashed grey;
}

/* Checkout Page */
/* Address Page */
.input-group input {
    border-radius: 5px !important;
}

.input-group select {
    padding: 11px 10px;
    border-radius: 5px;
}

/* Address Page */
/* Review Page */
.n-btn {
    right: 8px !important;

}
.review-img{
    width: 120px !important;
}

/* Review Page */
/* Service Slider */
.service-slider h2 {
    font-size: 40px !important;
    font-weight: 800 !important;
    font-family: sans-serif !important;
    color: var(--secondary-color);
}

.service-slider .service-content {
    display: none;
}

.service-slider .active-content {
    display: block;
}

.service-slider .active-link {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
}

.service-slider .service-slider {
    width: 100%;
}

.service-slider .right-direction {
    position: absolute;
    right: 0;
    bottom: 0;
}

.service-slider .ser-left-box {
    position: relative;
}

.service-slider .ser-right-img {
    position: relative;
}

.service-slider .ser-right-img img {
    position: absolute;
    max-width: 79%;
    right: 0;
}

.ser-cont {
    border-radius: 20px;
    /* background-color: #F9F1FF !important; */
}

.list-group-item {
    transition: .5s;
    cursor: pointer;
}

.list-group .active-link {
    background-color: var(--secondary) !important;
    color: white !important;
}

.service-content h4 {
    font-size: 26px !important;
    font-weight: 600 !important;
    font-family: sans-serif !important;
    color: var(--secondary-color);
}

/* Service Slider */
/* Profile */
.profile-img {
    width: 120px;
}
.custom-table {
    /* border: 2px solid #343a40; */
    border-radius: 10px;
    overflow: hidden;
}
.custom-table thead {
    background-color: var(--primary);
    color: white;
}
.custom-table tbody tr:nth-child(odd) {
    background-color: #f2f2f2;
}
.custom-table tbody tr:hover {
    background-color: #e2e2e2;
}
.custom-table th, .custom-table td {
    padding: 15px;
    text-align: center;
}

/* Profile */
/* Password */
.password-container {
    position: relative;
    /* width: 300px; */
    margin-bottom: 15px;
}
.password-container input {
    width: 100%;
    padding-right: 40px;
    border-color: grey;
    padding-block: .625rem;
}
.password-container .toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}
.password-container .tg{
    top: 53px !important;
}
/* Password */
/* Product Details */
.pro-icon {
    cursor: pointer;
    top: 15px;
    left: 15px;
    background-color: #80808085;
    border-radius: 5px;
}

.data {
    display: none;
}

.active {
    display: block;
}

.button-active {
    border-color: var(--primary) !important;
    background-color: #ff7f512b !important;
}

.description-data {
    height: 230px !important;
}
.dec, .inc, .quan{
    cursor: pointer;
}
/* Product Details */
/* Sticky Loaction */
.page-container {
    margin-block: 20px !important;
}

.location {
    transition: background-color 0.3s ease;
}

.fixed {
    position: fixed;
    top: 77px;
    width: 100%;
    z-index: 1000;
    background-color: #f8f9fa !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding-block: 10px !important;
}



@media(max-width: 768px) {
    /* .page-container {
        margin-top: 80px !important;
    } */
    .location-content {
        top: 330px;
    }
    .city-content{
        top: 315px;
    }
    .upload-bg .location-content{
        top: 373px;
    }
    .upload-bg .city-content{
        top: 365px;
    }
    .pres-left img{
        border-top-right-radius: 15px !important;
        border-bottom-left-radius: 0px !important;
    }
    .pres-right{
        border-top-right-radius: 0px !important;
        border-bottom-left-radius: 15px !important;
    }
    .location-content-new{
        left: 12rem !important;
        width: 550px !important;
        top: 72px !important;
    }
    .city-content-new{
        left: 1rem !important;
        width: 180px !important;
    }
    .hero-bg{
        margin-top: 30px !important;
    }
    .pages {
        margin-top: 120px !important;
    }
    .single-line{
        width: 240px !important;
    }
}
.location-new{
    position: fixed;
}
/* .location-new .fixed .location-content-new{
    top: 65px !important;
} */
.location-content-new{
    position: absolute;
    top: 60px;
    left: 20rem;
    width: 770px;
    /* top: 145px !important; */
}
.city-content-new{
    position: absolute;
    left: 6rem;
    top: 55px !important;
    width: 220px;
}
@media (max-width:576px){
    .location-content-new{
        left: 1rem !important;
        width: 400px !important;
    }
    .hero-bg{
        margin-top: 80px !important;
    }
    .pages {
        margin-top: 150px !important;
    }
    .single-line{
        width: 200px !important;
    }
    
}
/* Sticky Loaction */
/* Contact Us */
.part-inner:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.single-line {
    white-space: nowrap; /* Prevents the text from wrapping */
    overflow: hidden; /* Hides the overflow text */
    text-overflow: ellipsis; /* Adds ellipsis (...) to indicate overflow */
    width: 300px; /* Adjust the width as needed */
}
/* Contact Us */

/* latest */
.pro-detail{
    z-index: -1;
}
/* latest */