.blogs-section .blog-card a img {
    width: 8px;
    height: 11px;
    margin: 0 0 0px 4px;
}

:root {
    --gwn-blue: #0E2C90;
    --gwn-blue-dark: #0E2C90;
    --gwn-border: #D9D9D9;
    --gwn-soft: #EAF2FF;
    --gwn-text: #0b0b0b;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}

input:focus,
a:focus,
button:focus,
textarea:focus,
select:focus {
    outline: none !important;
    box-shadow: none !important;
}

a,
img,
button,
input[type="submit"],
ul li {
    transition: all 0.5s ease;
    text-decoration: none;
}

img {
    max-width: 100%;
}

p,
ul {
    padding: 0;
    margin: 0;
}
 .custom-btn a:hover {
    background: linear-gradient(90deg, #000000 0%, #000000 100%) !important;
}
.container {
    position: relative;
}

body {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400 !important;
    background: #fff !important;
    color: #000 !important;
    font-size: 16px;
    background: #000;
}

.top-bar {
    background: #0E2C90;
    padding: 15px 0;
    color: #fff;
    font-size: 14px;
}

.top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-bar a {
    color: #fff;
}

.top-bar a:hover {
    color: #dc9d30;
    text-decoration: none;
}
div#modal {left: 50%;}

div#previewModal {
    left: 50%;
}

h2.modal-header-title {
    padding-right: 20px;
    color: #0e2c90;
    font-weight: 600;
}
.top-bar .list-item {
    display: flex;
    gap: 10px;
    list-style: none;
    align-items: center;
}

.mid-bar {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
}

.mid-bar .search-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.mid-bar .search-box input {
    border-radius: 6px 0 0 6px;
    font-size: 14px;
}

.mid-bar .search-box button {
    border-radius: 0 6px 6px 0;
    background: #0E2C90;
    color: #fff;
}

.mid-bar .search-wrapper .cart-btn {
    padding: 13px 26px;
    border-radius: 6px;
    background: #F4F8F9;
    color: #000;
}

.bottom-nav {
    padding: 10px 0;
}

.bottom-nav .nav-link {
    font-size: 18px;
    color: #000;
}

.bottom-nav .signin-btn {
    background: linear-gradient(90deg, #040FBE 0%, #070A6D 100%);
    color: #fff;
    padding: 6px 16px;
    border-radius: 6px;
    font-size: 16px;
}
.signin-btn {
    background: linear-gradient(90deg, #040FBE 0%, #070A6D 100%);
    color: #fff;
    padding: 6px 16px;
    border-radius: 6px;
    font-size: 16px;
}
.signin-btn:hover {
    background: linear-gradient(90deg, #000000 0%, #000000 100%);
    color: #fff;
}

.hero-slider {
    position: relative;
}

.main-slider .item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.main-slider .owl-dots {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.main-slider .owl-dot {
    width: auto;
    height: auto;
}

/* Thumbnail image */
.main-slider .owl-dot img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
    opacity: 0.8;
    border: 2px solid transparent;
}

/* Active thumbnail */
.main-slider .owl-dot.active img {
    opacity: 1;
    border-color: #fff;
}

.health-today {
    padding: 60px 0;
    margin: 0;
}


.health-today .contect-box {
    background-color: #D9E7FF;
    background-image: url("https://agiledigitaledge.dev/gwnassets/images/circle-bg.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    height: 100%;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.health-today .contect-box.right {
    padding: 20px 0 20px 20px;
}

.health-today .content h3 {
    font-size: 28px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 30px;
}

.health-today .content .custom-btn a {
    color: #fff;
    padding: 10px;
    background: linear-gradient(90deg, #040FBE 0%, #070A6D 100%);
    border-radius: 6px;
    font-size: 16px;
}

.popular-products {
    padding: 0px 0 60px;
}

.popular-products-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.popular-products-head h2 {
    font-size: 28px;
    font-weight: 500;
    font-family: "Poppins", sans-serif !important;
}

.popular-products-head .custom-btn a {
    color: #fff;
    padding: 10px;
    background: linear-gradient(90deg, #040FBE 0%, #070A6D 100%);
    border-radius: 6px;
    font-size: 16px;
    width: 90px;
    height: 34px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.9s;
}



.popular-products__tabs {
    gap: 12px;
    flex-wrap: wrap;
}

.popular-products__tabs .nav-link {
    color: #6b6b6b;
    background: transparent;
    border-radius: 4px;
    padding: 8px 12px;
    font-weight: 500;
}

.popular-products__tabs .nav-link.active {
    background: var(--gwn-blue-dark);
    color: #fff;
}


.popular-products-carousel {
    position: relative;
}

.popular-products__grid {
    border: 1px solid var(--gwn-border);
    border-radius: 2px;
    overflow: hidden;
}

.product-card {
    height: 100%;
    border-right: 1px solid var(--gwn-border);
    background: #fff;
}

.popular-products__grid>div:last-child .product-card {
    border-right: none;
}

.product-card__img {
    background: var(--gwn-soft);
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 36px;
}

.product-card__img img {
    max-height: 160px;
    width: auto;
}

.product-card__body {
    padding: 22px 22px 26px;
}

.product-card__stars {
    color: var(--gwn-border);
    letter-spacing: 2px;
    margin-bottom: 14px;
    font-size: 18px;
    display: flex;
}
.product-card__stars.fillThis {
    color: #ffa500;
   
}
.product-card__brand {
    color: var(--gwn-blue);
    font-size: 16px;
    margin-bottom: 10px;
}

.product-card__name {
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 14px;
    font-weight: 500;
    min-height: 76px;
}
div#pane-prostate .product-card__name,.row-pane-prostate .product-card__name {
    font-size: 18px;
    min-height: 114px;
}

.product-card__price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 18px;
}

.product-card__price-old {
    color: #222;
    text-decoration: line-through;
    opacity: 0.7;
    font-size: 18px;
}

.product-card__price-new {
    color: var(--gwn-blue);
    font-weight: 700;
    font-size: 22px;
}

.product-card__cta {
    width: 100%;
    border: 2px solid var(--gwn-blue);
    color: var(--gwn-blue);
    background: transparent;
    border-radius: 0;
    padding: 14px 12px;
    font-weight: 700;
}

.product-card__cta:hover {
    background: var(--gwn-blue);
    color: #fff;
}

.popular-products__control {
    width: auto;
    opacity: 1;
}

.popular-products__chev {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    background: var(--gwn-blue-dark);
    color: #fff;
    border-radius: 6px;
    padding-top: 1px;
}

.carousel-control-prev {
    left: -18px;
    top: -57%;
    display: block;
    height: auto;
}

.carousel-control-next {
    right: -18px;
    top: -60%;
}

.popular-products__empty {
    border: 1px solid var(--gwn-border);
    padding: 40px;
    text-align: center;
    color: #777;
    border-radius: 6px;
}


.about-sec {
    padding: 0px 0 10px;
    margin: 0;
}

.about-sec .about-block-wrap {
    background: url(images/about-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    padding-left: 30px;
}

.about-sec .about-block-wrap .img-box {
    position: relative;
    text-align: end;
}

.about-sec .about-block-wrap .img-box .about-second {
    position: absolute;
    bottom: 0;
    left: 0;
}

.about-sec .sub-heading {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}

.about-sec .sub-heading span {
    background: #0E2C90;
    width: 30px;
    height: 1px;
}

.about-sec h2 {
    font-size: 28px;
    color: #000;
    font-weight: 500;
}

.about-sec h2 span {
    color: #0E2C90;
    font-weight: 600;
    font-style: italic;
}

.about-sec p {
    color: #454141;
    margin-bottom: 10px;
}

.about-sec .custom-btn {
    color: #fff;
    padding: 10px;
    background: linear-gradient(90deg, #040FBE 0%, #070A6D 100%);
    border-radius: 6px;
    font-size: 14px;
    margin-top: 20px;
    display: inline-block;
}


/*  Doctor Section ..... */


.doctor {
    padding: 30px 0;
}

.doctor .doctor-card {
    background: linear-gradient(135deg, #eaf4ff, #cfe4fb);
    background-image: url('images/doctor-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    padding: 20px;
}

.doctor .doctor-top {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 30px;
}

.doctor .doctor-top img {
    max-width: 140px;
}

.doctor .doctor-top .sub-title {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-bottom: 6px;
}

.doctor .doctor-top h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

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

.doctor .content-box img {
    width: 350px;
}

.doctor .content-box h4 {
    font-size: 18px;
    color: #0a2aa5;
    margin-bottom: 10px;
}

.doctor .content-box p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.category-shop {
    padding: 30px 0px 0px 10px;
}

.doctor .category-shop-btn {
    padding: 10px 18px;
    background: linear-gradient(90deg, #040FBE 0%, #070A6D 100%);
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    text-decoration: none;
}

.doctor .doctor-side {
    height: 100%;
    background: url("https://agiledigitaledge.dev/gwnassets/images/bg-btn.svg");
    z-index: 1;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    position: relative;
    color: #ffffff;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
/* 
.doctor .doctor-side::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: " ";
    z-index: -1;
    background: rgb(0 39 168 / 74%);
    border-radius: 8px;
    top: 0;
    left: 0;
} */

.doctor .doctor-side h3 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}

.doctor .doctor-side p {
    font-size: 22px;
    font-weight: 500;
    line-height: 35px;
    margin: 10px 0px 30px 0px;
}

.doctor .side-btn {
    display: inline-block;
    padding: 10px;
    width: 140px;
    margin: 0 auto;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
}


/* testimonials section.... */

/* testimonials section.... */

.testimonial {
    background: #eef3f6;
    padding: 50px 0;
}

.testimonial-head {
    text-align: center;
    margin-bottom: 30px;
}

.testimonial-tag {
    font-size: 14px;
    color: #0e2c90;
    letter-spacing: 2px;
}

.testimonial-head h2 {
    font-size: 36px;
    margin: 10px 0;
}

.testimonial-head p {
    font-size: 16px;
    color: #555;
}

/* Wrapper */
.testimonial-wrapper {
    position: relative;
    display: flex;
    gap: 40px;
    align-items: flex-start;
    overflow: visible;
    /* 🔥 IMPORTANT */
}

/* Card */
.testimonial-card {
    width: 50%;
    position: relative;
}

/* Bubble */
.testimonial-bubble {
position: relative;
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    padding-bottom: 0;
    min-height: 186px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.testimonial .arrow {
    background: rgba(14, 44, 144, 1) !important;
}

.testimonial-bubble::after {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 40px;
    width: 0;
    height: 0;
    border-top: 20px solid #ffffff;
    border-left: 30px solid transparent;
    border-right: 10px solid transparent;
}

.testimonial-bubble p {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
}

.testimonial-user {
 display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 11px;
    padding-left: 95px;
    position: relative;

}


.testimonial .product-img {
   
 
  
        display: flex;
    justify-content: space-between;
    align-items: flex-start;

}

.testimonial .product-img p {
    padding-right: 20px;
}

.testimonial .product-img img {
    width: 70px;
    display: block;
    padding: 8px;
    background: #e6e9ff;
    border-radius: 5px;
}

/* User info */
.testimonial .user-info h4 {
    font-size: 16px;
    font-weight: 600;
    color: #0e2c90;
    margin-bottom: 0;
}

.testimonial .user-info span {
    font-size: 16px;
    color: #777;
}

/* Arrows */
.testimonial .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: rgba(14, 44, 144, 1) !important;
    opacity: 1 !important;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}




/* Blog Section..... */

.blogs-section {
    padding: 40px 0 0;
    background: #ffffff;
}


.blogs-section .blog-tag {
    font-size: 16px;
    color: #000000;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.blogs-section .blog-tag span {
    display: inline-block;
    margin: 0px 3px;
    background: #2f7fa4;
    width: 30px;
    height: 1px;
}

.blogs-section .blog-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.blogs-section .blog-subtitle {
    max-width: 620px;
    margin: 0 auto 30px;
    font-size: 16px;
    color: #666;
}

.blogs-section .blog-card {
    text-align: center;
    padding: 0 10px;
}

.blogs-section .blog-card img {
    width: -webkit-fill-available;
    border-radius: 12px;
    margin-bottom: 20px;
    max-height: 210px;
}

.blogs-section .blog-card h4 {
    font-size: 20px;
    font-weight: 500;
    color: rgba(14, 44, 144, 1);
    margin-bottom: 6px;
}

.blogs-section .blog-card .blog-date {
    display: block;
    font-size: 14px;
    color: #777;
    margin-bottom: 12px;
}

.blogs-section .blog-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 12px;
}

.blogs-section .blog-card a {
    font-size: 14px;
    font-weight: 600;
    color: #1f4fa3;
    text-decoration: none;
    transition: 0.9s;
}

.blogs-section .blog-view-all-btn {
    margin: 40px 0px;
}

.blogs-section .view-all-btn {
    margin-bottom: 0;
    padding: 10px 22px;
    background: linear-gradient(90deg, #040FBE 0%, #070A6D 100%);
    color: #ffffff;
    font-size: 13px;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.9s;
}


.site-footer {
    padding: 70px 0 30px;
    background:
        radial-gradient(1200px 600px at 100% 10%, rgba(14, 44, 144, 0.06), rgba(255, 255, 255, 0) 60%),
        radial-gradient(1200px 600px at 0% 10%, rgba(14, 44, 144, 0.06), rgba(255, 255, 255, 0) 60%),
        #F5F8FF;
    background: url(https://agiledigitaledge.dev/gwnassets/images/footer-section.svg);
    position: relative;
    top: 30px;
    background-size: cover;
    background-repeat: no-repeat;
}

.site-footer__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.site-footer__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 5px;
    font-size: 18px;
}

.site-footer__list a {
    color: #111;
    text-decoration: none;
    font-size: 16px;
}

.site-footer__list a:hover {
    color: var(--gwn-blue);
}

.site-footer__viewall {
    color: #0E2C90;
    font-weight: 600;
}

.site-footer__contact {
    margin-bottom: 26px;
}

.site-footer__phone {
    font-size: 18px;
    font-weight: 400;
    color: #111;
    text-decoration: none;
}

.site-footer__phone:hover {
    color: var(--gwn-blue);
}

.site-footer__connect-title {
    font-size: 28px;
    font-weight: 600;
    margin: 12px 0 12px;
}

.site-footer__social {
    display: flex;
    gap: 14px;
}

.site-footer__social a {
    color: #111;
    font-size: 24px;
}

.site-footer__social a:hover {
    color: var(--gwn-blue);
}

.site-footer__divider {
    border-top: 2px solid rgba(14, 44, 144, 0.15);
    margin: 24px 0;
}

.site-footer__copyright {
    text-align: center;
    font-size: 18px;
    color: #111;
}

.site-footer__disclaimer {
    text-align: center;
    font-size: 16px;
    color: #111;
    margin-top: 20px;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.site-footer .top-bar {
    background: url(images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    margin-top: -121px;
    margin-bottom: 50px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsletter-form .form-control {
    min-width: 250px;
    border-radius: 0;
    border: none;
    height: 42px;
    font-size: 14px;
}

.newsletter-form {
    display: flex;
    gap: 30px;
}

.btn-submit {
    background: #b7f75a;
    color: #000;
    font-weight: 600;
    padding: 0 28px;
    height: 42px;
    border-radius: 0;
    border: none;
    transition: 0.9s;
}
.btn-submit:hover {
color: #fff;
background: #000;
}


/*  Responsive css */

@media (max-width: 992px) {

    .doctor .doctor-top {
        gap: 20px;
    }

    .doctor .doctor-top h3 {
        font-size: 20px;
    }

    .doctor .content-box img {
        width: 280px;
    }

    .doctor .doctor-side h3 {
        font-size: 30px;
    }

    .doctor .doctor-side p {
        font-size: 20px;
    }
}


@media (max-width: 768px) {
    br {
        display: none;
    }

    .top-bar .container {
        font-size: 12px;
    }

    .main-slider .item {
        height: 200px;
        overflow: hidden;
    }

    .main-slider .item img {
        width: 200%;
        /* zoom image */
        height: 100%;
        object-fit: cover;
        object-position: left center;
        /* LEFT 50% visible */
    }

    /* Dots position mobile me */
    .main-slider .owl-dots {
        right: 15px;
        gap: 8px;
    }

    .main-slider .owl-dot img {
        width: 35px;
        height: 35px;
    }

    .main-slider .owl-dots {
        position: absolute;
        top: 100%;
        right: 35%;
        transform: translateY(0);
        display: flex;
        flex-direction: row;
        gap: 12px;
        margin: 5px 0;
    }

    .mid-bar .search-wrapper {
        margin-left: 10px;

    }

    .main-slider .owl-dot.active img {
        border: 2px solid #000;
    }

    .health-today .contect-box {
        padding: 15px;
    }

    .health-today img {
        width: 90px;
    }

    .health-today .content h3 {
        font-size: 16px;
    }

    .health-today .content .custom-btn a {
        padding: 8px;
        font-size: 12px;
    }

    .popular-products-head h2 {
        font-size: 16px;
        font-weight: 500;
    }

    .popular-products-head .custom-btn a {
        padding: 10px;
        font-size: 12px;
    }

    .product-card__img {
        background: var(--gwn-soft);
        min-height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }

    .product-card__body {
        padding: 10px;
    }

    .product-card__stars {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .product-card__brand {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .product-card__brand {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .product-card__price {
        gap: 5px;
        margin-bottom: 5px;
    }

    .product-card__cta {
        padding: 5px;
        font-size: 12px;
    }

    .product-card__price-new {
        font-size: 14px;
    }

    .product-card__price-old {

        font-size: 12px;
    }

    .about-sec {
        padding-bottom: 0;
    }

    .about-sec .about-block-wrap {
        padding: 20px;
        border-radius: 6px;
        background-position: center top;
    }

    .about-sec .about-block-wrap .img-box {
        text-align: center;
        margin-top: 20px;
    }

    .about-sec .about-block-wrap .img-box img {
        max-width: 100%;
        height: auto;
    }

    .about-sec .about-block-wrap .img-box .about-second {
        width: 70px;
        height: 70px;
    }

    .about-sec .sub-heading {
        font-size: 14px;
    }

    .about-sec h2 {
        font-size: 22px;
        line-height: 1.3;
    }

    .about-sec p {
        font-size: 15px;
    }

    .about-sec .custom-btn {
        font-size: 14px;
        padding: 8px 14px;
        display: inline-block;
        margin-top: 10px;
    }


    /* ================= FOOTER ================= */



    .site-footer .top-bar {
        flex-direction: column;
        gap: 15px;
        margin-top: -40px;
        margin-bottom: 50px;
        padding: 18px;
        text-align: center;
    }

    .site-footer__title,
    .site-footer__connect-title {
        font-size: 16px;
    }

    .site-footer__list {
        font-size: 14px;
    }
    .site-footer__list a:hover {
    color: #081a7a;
}

    .site-footer__list a {
        font-size: 14px;
    }

    .site-footer__phone {
        font-size: 16px;
    }

    .site-footer__social {
        justify-content: center;
    }

    .site-footer__social a {
        font-size: 22px;
    }

    .site-footer__copyright {
        font-size: 16px;
    }

    .site-footer__disclaimer {
        font-size: 14px;
        padding: 0 15px;
    }


    /* ================= NEWSLETTER ================= */

    .newsletter-form {
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    .newsletter-form .form-control {
        width: 100%;
        min-width: 100%;
    }

    .btn-submit {
        width: 100%;
        padding: 0;
    }

    .popular-products-head {
        align-items: flex-start;
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .popular-products-head h2 {
        font-size: 18px;
    }

    .popular-products__tabs {
        width: 100%;
        gap: 8px;
    }

    .popular-products__tabs .nav-link {
        font-size: 14px;
        padding: 6px 10px;
    }

    .popular-products-head .custom-btn {
    width: auto;
    }

    .popular-products-head .custom-btn a {
        display: inline-block;
        font-size: 14px;
        padding: 8px 14px;
    }

    .popular-products__tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 6px;
    }

    .popular-products__tabs::-webkit-scrollbar {
        height: 4px;
    }

    .popular-products__tabs::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 4px;
    }

    .popular-products__tabs .nav-link {
        flex: 0 0 auto;
        font-size: 13px;
    }

    .doctor {
        padding: 20px 0;
    }

    .doctor .doctor-card {
        margin-bottom: 30px;
        padding: 25px;
    }

    .doctor .doctor-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .doctor .doctor-bottom {
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }

    .doctor .content-box img {
        width: 260px;
        margin: 0 auto;
    }

    .doctor .category-shop {
        padding: 20px 0 0;
        text-align: center;
    }

    .doctor .doctor-bottom>img {
        width: 260px;
    }

    .doctor .doctor-side {
        padding: 40px 25px;
        text-align: center;
    }

    .doctor .doctor-side h3 {
        font-size: 18px;
    }

    .doctor .doctor-side p {
        font-size: 18px;
        line-height: 30px;
    }

    .blogs-section .blog-subtitle {
        margin-bottom: 40px;
    }

    .blogs-section .blog-card {
        margin-bottom: 40px;
    }

    .doctor .doctor-top img {
        max-width: 120px;
    }

    .doctor .doctor-top h3 {
        font-size: 18px;
    }

    .doctor .doctor-top .sub-title {
        font-size: 16px;
    }

    .doctor .content-box img {
        width: 220px;
    }

    .doctor .doctor-bottom>img {
        width: 220px;
    }

    .doctor .category-shop-btn {
        font-size: 14px;
        padding: 8px 14px;
    }

    .doctor .doctor-side h3 {
        font-size: 24px;
    }

    .doctor .doctor-side p {
        font-size: 16px;
        line-height: 26px;
    }

    .doctor .side-btn {
        width: 120px;
        font-size: 13px;
    }

    .blogs-section .blog-title {
        font-size: 18px;
    }

    .blogs-section .blog-card img {
        max-height: 200px;
        width: -webkit-fill-available;
    }

    .blogs-section .blog-view-all-btn {
        margin: 0px 0px;
    }

    .testimonial {
        padding: 20px 0px;
    }

    .testimonial-head {
        margin-bottom: 10px;
    }

    .testimonial-wrapper {
        flex-direction: column;
    }

    .testimonial-card {
        width: 100%;
    }

    .testimonial-head h2 {
        font-size: 18px;
    }

    .testimonial-bubble {
        padding: 30px;
    }

    .testimonial-bubble p {
        font-size: 16px;
    }

    .testimonial-head h2 {
        font-size: 26px;
    }

    .testimonial-head p {
        font-size: 14px;
        padding: 0 10px;
    }

    .testimonial-wrapper {
        flex-direction: column;
        gap: 50px;
        position: relative;
    }

    
.testimonial .product-img img {
    position: absolute;
    bottom: -40%;
    left: 60%;
}

.testimonial-bubble p {
    display: inline;
}

.test-review-1st {
    display: inline;
}

.testimonial .product-img {
    display: inline;
}

    .testimonial-card {
        width: 100%;
        position: relative;
        padding-bottom: 50px;
    }

    .testimonial-bubble {
        margin-top: 20px;
        padding: 30px;
        min-height: auto;
    }

    .testimonial-bubble p {
        font-size: 16px;
        line-height: 1.6;
    }

    .testimonial-bubble::after {
        left: 40px;
        bottom: -18px;
        border-top: 18px solid #ffffff;
        border-left: 18px solid transparent;
        border-right: 18px solid transparent;
    }

    .testimonial-user {
        position: static;
        margin: 20px 0 0 0;
        padding-left: 10px;
        gap: 12px;
    }

    .product-img {
        padding: 0px;
    }

    .product-img img {
        width: 60px;
    }

    .user-info h4 {
        font-size: 16px;
    }

    .user-info span {
        font-size: 13px;
    }

}

.search-form .form-input {
    height: 50px;
}

.search-form .form-input::placeholder {
    color: #333;
    font-size: 14px;
}

.search-form .form-submit {
    padding: 11px 10px;
}

.mid-bar-wrapper .form-field {margin:0}

.mid-bar-wrapper {}

form.form.search-form {
    margin: 0;
}

.PageMenu {
    margin-bottom: 0;
}

.PageMenu .inner {
    background: transparent;
    border-top: 1px solid #D9D9D9;
    box-shadow: none;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.header .SideCategoryListClassic>ul, .header .SideCategoryListFlyout>ul {
    background: transparent;
}
html,body {
    font-family: "Poppins", sans-serif !important;
}

.header .SideCategoryListClassic>ul li, .header .SideCategoryListFlyout>ul li {
    padding: 8px 0;
}

.header .SideCategoryListClassic a, .header .SideCategoryListFlyout a {
    text-shadow: none;
    color: #000;
    font-size: 18px;
    padding: 0 30px 0px 0 !important;
    margin: 0;
}
.header .SideCategoryListClassic>ul>li>a, .header .SideCategoryListFlyout>ul>li>a{
     font-size: 17px !important;
    font-weight: 400 !important;
}


.PageMenu .SideCategoryListClassic>ul>li.active>a, .PageMenu .SideCategoryListClassic>ul>li:hover>a, .PageMenu .sf-menu>li.active>a, .PageMenu .sf-menu>li:hover>a {
    color: #0e2c90;
    background: transparent;
}

.PageMenu #SideCategoryList .SideCategoryListFlyout>ul>li.ByCategory>ul a {
    color: #fff;
}

.PageMenu #SideCategoryList .SideCategoryListFlyout>ul>li >ul>li>a {
    color: #fff;
}

.menu-quick-links ul.menu-quick-links-menu{
    padding: 0px !important;
}
.menu-quick-links ul.menu-quick-links-menu{
   right: -27%;
}
.menu-quick-links ul.menu-quick-links-menu li a{
   padding: 10px;
}
.menu-quick-links ul.menu-quick-links-menu li a:hover {
    background: #000;
    color: #fff;
 
}

section.quickSearchResults {
    max-width: 100%;
    position: absolute;
    z-index: 99;
    background: #fff;
    max-height: 380px;
    overflow-y: scroll;
}

section.quickSearchResults ul.productGrid {
    padding-top: 44px;
}

section.quickSearchResults ul.productGrid li.product article {
    display: flex;
    align-items: center;
    flex-direction: row;
    background: transparent !important;
}

.quickSearchResults .productGrid .card-body {
    width: 21%;
}

.quickSearchResults .productGrid .card-figure {
    width: 30%;
}

.quickSearchResults .productGrid .product card{
    transition: 0.9s;
    border:2px solid #fff !important
}

.quickSearchResults .productGrid .product:hover .card {
    border: 0;
    border-bottom: 2px solid #cccccc80 !important;
}

.quickSearchResults .productGrid .card-title {
    font-size: 12px;
}

.PageMenu #SideCategoryList .SideCategoryListFlyout>ul>li>ul {
    top: 44px !important;
}

.PageMenu #SideCategoryList .SideCategoryListFlyout>ul>li>ul::before {
    content: "";
    min-width: 3000px;
    position: absolute;
    background: #0e2c90;
    height: 100%;
    left: -171px;
    top: 0;
    z-index: -1;
}

@media (max-width: 767px) {
    

.mid-bar .search-wrapper .container {
    position: absolute;
    left: 0;
    bottom: -49px;
    background: #fff;
}

header.header {
    background: #fff;
}

.body {
    padding-top: 69px;
}

.logo {
    margin-left: 60px;
}

a.mobileMenu-toggle {
    bottom: 21px;
}

.mid-bar.g-2 {
    border: 0;
    padding: 14px 0;
}

section.quickSearchResults {
    left: 0;
    top: 50px;
    overflow-x: hidden;
    margin: 0;
}

.header .navPages {
    z-index: 99;
}

.navPages-container.is-open {
    z-index: 99;
    top: 27px;
}
    
ul.navPages-list.navPages-list--user {
    border: 0;
    background: #cccccc33;
    margin: 0;
}

ul.socialLinks.socialLinks--alt {
    text-align: center;
    padding-bottom: 30px;
}
    
.product-card__name {
    font-size: 16px;
}



.carousel-control-prev {
    left: 0;
    top: 21px;
}
.carousel-control-next {
    right: 0;
    top: 21px;
}

div#popularProductsTabContent {margin-top: 70px;}

ul#popularProductsTabs {
    position: absolute;
    top: 50px;
}

section.popular-products {
    padding-bottom: 20px;
}
.top-bar {
    display: none;
}
}

 


.PageMenu .menu-quick-links {
    margin: 0 !important;
}

.PageMenu .inner:after {
    display: none;
}

.PageMenu .menu-quick-links .btn.btn-link {
    padding-right: 0;
}

.popular-products-head .custom-btn a:hover {
    background: linear-gradient(90deg, #000000 0%, #000000 100%);
}

.blogs-section .blog-card a:hover {
    color: #000;
}

.blogs-section .view-all-btn:hover {
    background: linear-gradient(90deg, #000 0%, #000 100%);
}

a {
    transition: 0.9s;
}

.doctor .side-btn:hover {
    background: #fff;
    color: #040eb0;
}

.doctor .category-shop-btn:hover {
    background: linear-gradient(90deg, #000 0%, #000 100%);
}

.about-sec .custom-btn:hover {
    background: linear-gradient(90deg, #000 0%, #000 100%);
}


@media(min-width:1200px){
.PageMenu #SideCategoryList .SideCategoryListFlyout>ul>li.ByCategory ul.Column>li{margin-bottom:0 !important}
}


@media(min-width:768px) and (max-width:991px){
.testimonial .product-img{display:none !important}
.testimonial .testimonial-user .product-img{display:block !important}
.testimonial-owl-slider .owl-carousel .owl-item .product-img img {width: 80px; position: relative; left: 0; bottom: -0;}
.testimonial-owl-slider .testimonial-bubble{min-height:200px}
}

@media(max-width:767px){
a.mobileMenu-toggle.is-open{top:0 !important; bottom:auto !important; z-index:999}
.health-today .contect-box.right{margin-top:15px}
.body{margin-bottom:0 !important}
.popular-products .product-card__img img{max-height:100px}
.popular-products .product-card__name{min-height:100px}
}





