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

    div#ast-desktop-header {
        display: none !important;
    }

    body,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
        font-family: "Lato", sans-serif !important;
    }

    .ast-container,
    .ast-container-fluid {
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .hfe-before-footer-wrap,
    .site-footer {
        display: none;
    }

    header .custom-logo-link img {
        max-width: 200px;
        width: 200px;
    }

    .min_bt {
        font-size: 11px;
        border: 1px solid #fff;
        padding: 3px;
        display: inline-flex !important;
        position: absolute !important;
        right: 20px !important;
        top: 15px !important;
    }

    .min_bt.fa-arrow-right:before {
        transform: rotate(-55deg) !important;
        padding: 1.5px;
    }

    .min_bt.fa-arrow-right {
        width: 14px !important;
        height: 14px !important;
        transform: translate(6px);
    }

    .min_bt.fa-arrow-right:after {
        display: none !important;
    }


    img.ns-rorate {
        display: inline-block;
        transform-style: preserve-3d;
        backface-visibility: visible;
        backface-visibility: visible;
        -webkit-backface-visibility: visible;
        /* 👈 show back side */
        -webkit-backface-visibility: visible;
        animation: spinY 3s linear infinite;
    }

    @keyframes spinY {
        from {
            transform: rotateY(0deg);
        }

        to {
            transform: rotateY(360deg);
        }
    }


    .ns-container,
    .ast-builder-grid-row {
        width: 1193px;
        margin-left: auto;
        margin-right: auto;
    }

    .header_top>div {
        display: flex;
        justify-content: space-around;
    }

    .header_top {
        padding: 7px 0;
        background: #F4FAFF;
        transition: 0.5s;
        overflow: hidden;
    }

    .header_top>div img {
        margin-right: 10px;
    }

    .header_top>div .header-item>* {
        color: #484747;
        font-size: 14px;
    }

    .sticky {
        position: fixed;
        top: 0;
        z-index: 1000;
        display: flex;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        width: 100%;
        animation: slideDown 0.3s ease-in-out forwards;
    }

    @keyframes slideDown {
        0% {
            transform: translateY(-100%);
        }

        100% {
            transform: translateY(0);
        }
    }

    .sticky .site-branding.ast-site-identity{
        padding: 0px;
    }
    .sticky .custom-logo-link img {
        max-width: 160px;
        width: 160px;
    }
    .top_fix_title {
        position: absolute;
        left: 0;
        top: 0;
        background: #F4FAFF;
        padding: 7px 12px;
        font-size: 13px;
       /*  border-right: 1px solid #0000003b; */
        z-index: 9;
        color: #000;
        font-weight: 500;
        margin: 0;
        cursor: pointer;
        transition: 0.5s;
        text-decoration: none;
    }
    .top_fix_title:hover {
        background:#2E91DE;
        color: #fff;
    }
    .top_fix_title:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 20px;
        /* background: #ffffff00; */
        top: 10px;
        left: 0;
        border-right: 2px solid #0000003b;
        z-index: -1;
    }
    ul.Marquee-content li {
        width: 290px;
        color: #000;
        font-size: 13px;
        display: flex;
        align-items: center;
    }
    ul.Marquee-content li svg {
        margin-right: 10px;
    }

    [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
        width: 20px;
        height: 20px;
        fill:#314C64;
    }

    button.menu-toggle.main-header-menu-toggle.ast-mobile-menu-trigger-minimal {
        border: 0px !important;
        outline: 0px;
    }

    .log_in {
       /*  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
        padding: 4px 17px;
        border-radius: 10px;
        margin-right: 10px;
        font-size: 15px;
        color: #314C64;
        border: 0px !important;
        outline: 0px;
    }
    .log_in:hover {
        color:#2E91DE;
    }


    /* .elementor-kit-482 */ .site-content .ast-container {
        /* display: initial !important */
        display: block !important
    }

    p {
        line-height: 1.5;
    }

    /* div#ast-desktop-header{
        display: none !important;
    } */
    /* .ast-primary-header-bar {
        border: 0px;
        padding-bottom: 15px;
    } */
    .main-header-bar-wrap .ast-primary-header-bar {
        border: 0px;
        padding-bottom: 0px;
    }

    /* .products_section,
    div#ast-desktop-header,
    .ast-mobile-header-wrap,
    .get_access{
        width: 80%;
        margin: 0 auto;
    } */
    .ast-mobile-header-wrap {
        display: block !important;
    }

    .clr_1 {
        color: #6053BC !important;
    }

    .clr_2 {
        color: #6053BC !important;
    }

    .clr_3 {
        color: #235351 !important;
    }

    .clr_4 {
        color: #235351 !important;
    }

    .clr_5 {
        color: #378884 !important;
    }

    .clr_6 {
        color: #6053BC !important;
    }

    .product-card {
        /* background: #EFF8FF; */
        border-radius: 10px;
        padding: 15px;
        /*   width: 200px; */
        /*  text-align: center; */
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-height: 115px;
        overflow: hidden;
        /*  margin-bottom: 20px; */
        transition: 0.5s;
    }

    .product-card>a {
        display: -webkit-inline-box;
        display: contents;
    }

    .product-card:hover {
        /*  display: -webkit-inline-box;
        display: contents; */
        cursor: pointer;
    }

    .products_section .ast-col-md-4 {
        padding: 5px !important;
    }

    .products_section .ast-row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    /* .product-card:hover{
        background:#82cff9ba;
    } */
    .product-card:hover .info p,
    .product-card:hover .info h3 {
        color: #ffff !important;
    }

   /*  .products_section .ast-col-md-4:nth-child(1) .product-image img,
    .products_section .ast-col-md-4:nth-child(3) .product-image img,
    .products_section .ast-col-md-4:nth-child(5) .product-image img, */
    /* .products_section .ast-col-md-4:nth-child(4) .product-image img, */
    /* .products_section .ast-col-md-4:nth-child(6) .product-image img  */
    .products_section .product-image img{
        transform: rotate(-13deg);
    }
   .products_section .ast-col-md-4:nth-child(5) .product-image img,
   .products_section .ast-col-md-4:nth-child(1) .product-image img,
   .products_section .ast-col-md-4:nth-child(3) .product-image img {
        width: auto;
        height: 130px;
    }
    .product-card:hover .product-image img {
        transform: rotate(0deg) !important ;
    }
    /* .products_section .ast-col-md-4:nth-child(1):hover img,
    .products_section .ast-col-md-4:nth-child(3):hover img,
    .products_section .ast-col-md-4:nth-child(5):hover img, */
    /* .products_section .ast-col-md-4:nth-child(4) .product-image img, */
  /*   .products_section .ast-col-md-4:nth-child(6):hover img {
        transform: rotate(0deg) !important;
    } */

    .product-card h3,
    .product-card p {
        font-size: 18px;
        color: #000000;
        margin-top: 0;
        margin-bottom: 0px !important;
    }

    .product-card h3 {
        font-weight: 800;
    }

    .products_section .ast-col-md-4:nth-child(1) .product-card,
    .products_section .ast-col-md-4:nth-child(2) .product-card,
    .products_section .ast-col-md-4:nth-child(3) .product-card,
    .products_section .ast-col-md-4:nth-child(4) .product-card,
    .products_section .ast-col-md-4:nth-child(5) .product-card,
    .products_section .ast-col-md-4:nth-child(6) .product-card {
        transition: all 0.5s !important;
        background-image: linear-gradient(to right, #EFF8FF, #EFF8FF) !important;
    }

    .products_section .ast-col-md-4:nth-child(1):hover .product-card {
        background-image: linear-gradient(to right, #0E73A5, #A8E5FF) !important;
    }

    .products_section .ast-col-md-4:nth-child(2):hover .product-card {
        background-image: linear-gradient(to right, #235351, #399893) !important;
    }

    .products_section .ast-col-md-4:nth-child(3):hover .product-card {
        background-image: linear-gradient(to right,#08707F , #89bdc5) !important;
        /* background-image: linear-gradient(to right, #737373, #E6E6E6) !important; */
    }

    .products_section .ast-col-md-4:nth-child(4):hover .product-card {
        background-image: linear-gradient(to right, #282380, #8F80E5) !important;
    }

    .products_section .ast-col-md-4:nth-child(5):hover .product-card {
        background-image: linear-gradient(to right, #314C64, #2E91DE) !important;
    }

    .products_section .ast-col-md-4:nth-child(6):hover .product-card {
        background-image: linear-gradient(to right, #0E73A5, #A8E5FF) !important;
    }
     
    /* .product_image.nsd_ing {
        background-image: linear-gradient(to top, #282380, #8F80E5) !important;
    }
    .product_image.sermorelin {
        background-image: linear-gradient(to top, #0E73A5, #A8E5FF) !important;
    }  */
    .product_image {
        border-radius: 35px;
    }
    .product_image.Semaglutide {
        text-align: center;
       /*  background-image: linear-gradient(to top, #282380, #8F80E5) !important; */
       /*  background-image: linear-gradient(to top, #314C64, #2E91DE) !important; */
        background-image:linear-gradient(to top, #edf1f4, #f3f5f6) !important;
    }
    .product_image.Semaglutide img{       
        width: 100%;
    }
    .group_box{
        overflow: hidden;
    }
   


    .info p {
        margin: 0;
        font-weight: 700;
        /*  color: #6053BC; */
    }

    a:hover,
    .btn:hover {
        opacity: 0.9;
        /* background: unset !important; */
    }

    .product-card img {
        width: 50px;
        height: 50px;
        z-index: 0;
    }

    .arrow {
        position: absolute;
        background: #000;
        color: #fff;
        width: 24px;
        height: 25px;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 0;
        font-size: 13px;
        right: 0px;
    }
    .arrow .fa-arrow-right {
        transform: translate(0px);
        font-size: 10px;
        width: 100%;
        height: 100%;
        margin-bottom: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .arrow .fa-arrow-right:before {
        content: "\f061";
        font-weight: 900;
        position: relative !important;
        left: 0;
        top: 0.5px;
        transition: transform 0.4s ease;
    }

    .product-card:hover .arrow {
        background: #ffffff;
        color: #000;
    }

    .product-data {
        display: flex;
        align-items: center;
    }

    .product-image {
        display: flex;
        align-items: center;
        position: relative;
    }

    .product-image img {
        width: auto;
        height: 145px;
        margin-right: 20px;
        transition: 0.5s;
    }

    .product-data img {
        margin-left: 10px;
    }


    /* ======================== */
    .ns_center {
        text-align: center;
    }

    a.ns_btn {
        border: 1px solid;
        border-radius: 2px;
        background: #ffffff !important;
        padding: 10px 25px 12px !important;
        color: #000000 !important;
        border-radius: 50px !important;
        font-size: 18px;
    }




    .btn {
        display: inline-block;
        transition: transform 0.3s ease;
    }

    .fa-arrow-right {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        overflow: hidden;
        margin-bottom: -5px;
        transform: translate(10px);
    }

    .fa-arrow-right::before {
        content: "\f061";
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 0;
        transition: transform 0.4s ease;
    }

    .fa-arrow-right::after {
        content: "\f061";
        font-weight: 900;
        position: absolute;
        left: -30px;
        top: 0;
        transition: transform 0.4s ease, left 0.4s ease;
    }

    .btn:hover .fa-arrow-right:before,
    .ns_btn:hover .fa-arrow-right:before {
        transform: translateX(30px);
    }

    .ns_btn:hover .fa-arrow-right:after,
    .btn:hover .fa-arrow-right:after {
        left: 0;
    }


    /* ======================== */

    .hero-section {}

    .hero-section h1 {
        font-size: 3rem;
        margin-bottom: 12px;
        font-weight: 700;
        color: #000000;
    }

    .hero-section .highlight {
        color: #2E91DE;
    }

    .hero-section p {
        font-size: 1.2rem;
        margin-bottom: 0;
        line-height: 1.2;
        color: #484747;
    }

    .img-fluid {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
    }

    /* ------------------- */
    .products_section {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    /* ------------------- */
    .titel {
        text-align: center;
    }

    .highlight {
        position: relative;
        display: inline-block;
    }

    .get_access {
        text-align: center;
    }

    .get_access {
        background: url(/wp-content/uploads/2025/09/Mask-Group-28.png);
        /* background-size: contain; */
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        padding: 80px 118px;
        background-position: 50%;

    }

    .titel_img {
        display: flex;
        justify-content: end;
        transform: translate(50px, 50px);
        opacity: 0;
        z-index: -7;
        position: relative;
    }

    .get_access .content__img {
        margin-top: -175px !important;
        width: 643px;
        margin: auto;
    }
   .get_access .content_btn {
        opacity: 0 !important;
        z-index: -555;
        position: relative;
   }
    .content__img img {
        width: 100%;
    }

    .content__data h3 {
        color: #ffffff;
        font-size: 35px;
        line-height: 1.4;
        margin: 20px 0 20px !important;
    }

    .content__data {
        /* display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
        padding: 40px 20px;
        max-width: 1200px;
        margin: 0 auto; */
        /*   column-count: 2 !important;
        column-gap: 2vw;
        display: grid !important;
        grid-template-columns: 30% 70%;
        grid-auto-flow: dense; */
    }

    .category-card-box {
        column-count: 2 !important;
        column-gap: 1vw;
        display: grid !important;
        grid-template-columns: 45% 52%;
        grid-auto-flow: dense;
    }

    .box {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        /*  justify-content: space-evenly; */
        justify-content: space-between;
    }

    .box p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 18px;
    }

    .content__data>div {
        padding: 8px;

    }

    .category-card {
        background: #57a4c7c9;
        border-radius: 30px;
        padding: 20px;
        text-align: center;
        color: #fff;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }

    .category-card h3 {
        margin: 10px 0;
    }

    .category-card p {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 1.4;
    }

    .category-card-box {
        /* background:#57a4c7c9; */
        border-radius: 20px;
        padding: 20px;
        text-align: center;
        color: #fff;
        /* backdrop-filter: blur(5px); */
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .category-card-box,
    .category-card {
        /* background:#57a4c75c;     */
        background: #3a7a9761;
        backdrop-filter: blur(50px);
        -webkit-backdrop-filter: blur(50px);
    }

    .box {
        text-align: left;
    }

    .category-card img {
       /*  width: 121px; */
        width: 150px;
        margin-bottom: 20px;
    }

    .sub_category_card {
        column-count: 2 !important;
        column-gap: 1vw;
        display: grid !important;
        grid-template-columns: 1fr 40%;
        grid-auto-flow: dense;
        margin-top: 15px;
    }

    /* .category-card .img {
        position: absolute;
        bottom: 31px;
        right: -227px;
        display: inline-block;
        width: 686px;
    } */
    /*  .category-card.women_card .img:before {
        content: '';
        width: 170px;
        height: 150px;
        background: #4581A9 !important;
        position: absolute;
        border-radius: 20px;
        bottom: 29px;
        right: 39px;
        z-index: 1;
    } */
    .category-card.women_card p {
        width: 50%;
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 18px;
    }

    /*  .category-card.women_card .img:after {
        content: "";
        width: 260px;
        height: 228px;
        background: url(/wp-content/uploads/2025/09/tablet.gif);
        /* background-size: contain; *
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 30px;
        right: 0;
        z-index:5;
    } */
    .category-card.women_card .img:after {
        content: "";
        width: 110px;
        height: 100px;
        background: url(/wp-content/uploads/2025/09/tablet.gif);
        background-size: contain;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 36px;
        right: 41px;
        z-index: 5;
        border-radius: 20px;
    }

    .category-card.pil_card .img {
        position: absolute;
        right: 0px;
        bottom: -6px;
        z-index: -1;
    }

    .category-card.women_card,
    .category-card.pil_card {
        height: 335px;
        position: relative;
    }

    .category-card.pil_card img {
        width: 160px;
    }

    .category-card.pil_card p {
        width: 74%;
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 18px;
    }

    .category-card.women_card p,
    .category-card.pil_card p {
        margin-top: -40px;
    }

    .category-card,
    .category-card.women_card,
    .category-card.pil_card {
        padding-bottom: 40px;
    }

    .category-card.women_card .btn,
    .category-card.pil_card .btn {
        /*   margin-top: 60px; */
    }

    .content_btn {
        margin-top: -145px;
        margin-bottom: 35px;
        text-align: center;
    }
        .btn {
            font-size: 18px;
            padding: 3px 20px !important;
            font-weight: 600;
            margin: 0 10px;
            background: #fff !important;
            color: #000000 !important;
            border-radius: 20px;
            border: 1px solid #ffffff;
        }

        .content_btn .btn {
            font-size: 18px;
            padding: 3px 20px !important;
            font-weight: 600;
            margin: 0 10px;
            background: #ffffff !important;
            color: #000000 !important;
            border-radius: 20px;
            border: 1px solid #ffffff;
        }

    .content_btn a:last-child {
        background: #6a6a6a63 !important;
        color: #fff !important;
    }

    .titel h1,
    .titel p {
        color: #fff;
    }

    .titel h1 {
        font-size: 43px;
        font-weight: 700;
    }






    /* .ast-button,
    .button,
    button,
    input[type=button],
    input[type=reset],
    input[type=submit] {
        border: 1px solid;
        border-color: var(--ast-border-color);
        border-radius: 2px;
        background: #ffffff !important;
        padding: .1em 1em .1em !important;
        color: #000000 !important;
        border-radius: 50px !important;
        font-size: 18px;
    } */


    .category-card .btn {
        background-color: #fff !important;
        color: #4a90e2;
        padding: 8px 16px;
        border: none;
        border-radius: 20px;
        cursor: pointer;
    }

    .category-card .btn:hover {
        background-color: #e0e0e0;
    }


    .reimagining_wellness {
        background: url(/wp-content/uploads/2025/09/silver-gray-background.png);
        /* background-size: contain; */
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        padding: 80px 118px;
        background-position: 50%;

    }


    .wellness_data>div {
        padding: 5px !important;

    }

    .wellness_data div img {
        width: 100%;
        /* background-color: #ffffff; */
        border-radius: 34px;
        overflow: hidden;
    }

    .reimagining_wellness .content__img {
        margin-top: 11px !important;
        width: 643px;
        margin: auto;
        height: 588px;
    }

    .reimagining_wellness .content__img img {
        width: 100%;
    }

    .wellness_data div h3 {
        position: absolute;
        text-align: center;
        width: 100%;
        padding: 40px;
        color: #000;
        padding-top: 20px;
    }

    .wellness_data h3 {
        font-size: 30px;
        margin-bottom: 10px;
        font-weight: 700;
        color: #323232;
    }

    img.pt_1,
    img.pt_2,
    img.pt_3 {
       /*  margin-top: 110px; */
    }

    /* --------------------- */

    .simple_smart_safe {
        width: 100%;
        padding: 80px 118px;

    }

    .reimagining_wellness .titel h1,
    .reimagining_wellness .titel p,
    .simple_smart_safe .titel h1,
    .simple_smart_safe .titel p,
    .safe_card>* {
        color: #000;
    }

    .smart_safe_data>div {
        padding: 5px !important;
        /*  background-color:#EFF8FF;
        border-radius: 20px; */
    }

    .smart_safe_data {
        /* padding-top: 50px; */
            display: flex;
    }

    .safe_col {
        padding: 60px;
        background-color: #EFF8FF;
        border-radius: 20px;
        padding-bottom: 0px;
    }

    .safe_card h3 {
        font-size: 30px;
        margin-bottom: 10px;
        font-weight: 700;
    }

    .safe_card p {
        font-size: 18px;
        /*  margin-bottom: 10px; */
        font-weight: 400;
    }

   /*  .safe_col.c_2 {
        margin-top: 80px;
    } */

   /*  .safe_col.c_4 {
        margin-bottom: 30px !important;
    } */

    .safe_img {
        width: 300px;
        margin: 0 auto;
    }

    .safe_img ul {
        display: flex;
        justify-content: space-evenly;
        margin: 0;
    }

    .safe_img ul {
        margin-bottom: 40px;
    }

    /* 
    .safe_img ul:nth-child(1) li {   
        margin-bottom: 40px;
    } */

    .safe_img ul:nth-child(1) li:first-child {
        transform: translateY(-12px);
    }

    .safe_img ul:nth-child(1) li:last-child {
        transform: translateY(-12px);
    }

    .safe_img ul:nth-child(2) li:first-child {
        transform: translateY(12px);
    }

    .safe_img ul:nth-child(2) li:last-child {
        transform: translateY(12px);
    }

    .safe_img .doctor_1 {
        width: 150px !important;
        border-radius: 10px;
        overflow: hidden;
        transform: translate(77px, -8px) rotate(9deg);
        /*  padding-bottom: 30px; */
    }









    .safe_img ul li {
        list-style: none;
    }

    .safe_img img {
        width: 100%;
    }

    .safe_card {
        text-align: center;
        width: 65%;
        margin: 0 auto;
    }

    /* .safe_card>* {
        color: #fff;
    } */
    .end_img {
        width: 100%;
    }

    .safe_col.c_2 .safe_img {
        width: 400px;
       /*  margin: 0 auto; */
        margin:50px auto 0;
    }

    .safe_col.c_4 {
        padding-bottom: 60px;
    }

    .safe_col.c_1 {
        padding-bottom: 30px;
    }

    .safe_col.c_3 {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
       /*  margin-top: -63px; */
    }

    .safe_col.c_3 .safe_img {
        width: 594px;
        margin-left: auto;
        margin-top: -100px;
    }

    .wellness_lyear {
        background-color: #ffffff63 !important;
        border-radius: 34px;
        overflow: hidden;
        backdrop-filter: blur(50px) !important;
        -webkit-backdrop-filter: blur(50px);
        padding-top: 20px;
    }

    .doctor_nurse_1 {
        width: 145px;
        background: #fff;
        position: absolute;
        transform: translate(-14px, 45px) rotate(-5deg);
        height: 195px;
        padding: 31px 20px;
        border-radius: 10px;
        z-index: 99;
    }

    .doctor_nurse_1 .arrow {
        /*  position: absolute; */
        background: #1C6FAF;
        color: #fff;
        width: 24px;
        height: 24px;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 0;
        font-size: 13px;
        right: 0px;
    }

    .fom {
        display: flex;
        margin-top: 20px;
        width: 100%;
    }

    .doctor_nurse_1 h3 {
        font-size: 14px;
        color: #000;
    }

    .doctor_nurse_1 img {
        width: 70px;
    }

    span.fom_box {
        width: 80%;
        background: #BDBDBD;
        padding: 0px 8px;
    }

    .doctor_nurse_1 .fom .arrow {
        width: 20% !important;
        right: 8px;
        height: 30px;
    }

    .safe_col.c_2 img {
        margin-bottom: -8px;
    }

    /* ==================== */


    .our_mission_counter {
        width: 100%;
        padding: 80px 118px;
        display: none !important;
    }

    .accordion_sec,
    .experts_sec {
        width: 100%;
        padding: 80px 118px 0px;
    }

    .our_mission_counter .titel>* {
        color: #2C2C2C;
    }

    .accordion_sec .titel h1,
    .accordion_sec .titel p ,
    .experts_sec .titel h1,
    .experts_sec .titel p {
        color: #000;
    }

    /* ==================== */
    .marquee {
        padding-top: 10px;
    }

    section.best_bests {
        overflow: hidden;
    }

    .marquee_data_left h3 {
        position: absolute;
        top: 40px;
        left: 50px;
    }

    .marquee_data_left .btn {
        /*  display: block; */
        padding: 2px 30px;
        position: absolute;
        bottom: 20px;
        right: 44px;
        background: #ffff !important;
        font-size: 18px;
        border-radius: 20px;
        color: #4B4943;
        display: flex;
        align-items: center;
    }

    /* ==================== */
    .color_card {
        display: flex;
        flex-direction: column;
        /* background: red; */
        border-radius: 10px;
        position: relative;
        height: 130px;
        justify-content: end;
        padding: 20px 18px 10px;
        line-height: 1;
    }

    .color_card>* {
        /* position: relative; */
        color: #fff;
    }

    .color_card h3 {
        position: initial;
        color: #fff;
        /* width: 60%; */
        text-wrap: auto;
        line-height: 1.2;
        font-size: 22px;
    }

    .color_card p {
        margin-bottom: 5px;
        font-size: 12px;
    }

    .color_1 {
        background-image: linear-gradient(to right, #0E73A5, #A8E5FF);
    }

    .color_2 {
        background-image: linear-gradient(to right, #235351, #399893);
    }

    .color_3 {
        background-image: linear-gradient(to right, #737373, #E6E6E6);
    }

    .color_4 {
        background-image: linear-gradient(to right, #282380, #8F80E5);
    }

    .color_5 {
        background-image: linear-gradient(to right, #314C64, #2E91DE);
    }



    /* ==================== */
    .marquee_data_right>div
    /* ,
    .marquee_data_left>div  */
        {
        padding: 0px 4px !important;
    }

    /* ==================== */
    .counter-section {
        padding: 60px 20px;
    }

    .counter-section h2 {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .counter-section p {
        font-size: 16px;
        color: #555;
        margin-bottom: 40px;
    }

    .counters {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        /*  gap: 20px; */
        margin-top: 60px;
        justify-content: space-between;
    }

    .counter-box {
        background: #f2f2f2;
        border-radius: 41px;
        padding: 30px 20px;
        width: 269px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        height: 271px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        line-height: 1;
    }

    .counter-number {
        font-size: 100px;
        font-weight: bold;
        color: #4B4943;
    }

    .counter-label {
        margin-top: 10px;
        font-size: 18px;
        color: #4B4943;
        line-height: 1.5;
    }




    /* ====================== */

    .faq-section {
        /*  max-width: 700px; */
        margin: auto;
        padding-top: 10px;
    }

    .faq-item {
        border-bottom: 4px solid #EFEFEF;
        padding: 15px 0;
        cursor: pointer;
    }

    .faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 18px;
        font-weight: 500;
        color: #333;
    }

    .faq-question p {
        margin: 0;
        font-size: 30px;
    }

    .faq-question span {
        font-size: 22px;
        transition: transform 0.3s ease;
        display: block;
        background: #2C2C2C;
        font-size: 30px;
        width: 35px;
        height: 35px;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

    .faq-answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
        color: #555;
        font-size: 15px;
        line-height: 1.6;
        margin-top: 5px;
    }

    .faq-item.active .faq-answer {
        max-height: 1000px;
        /* Adjust as needed */
    }

    .faq-item.active .faq-question span {
        transform: rotate(45deg);
        /* + turns into x */
    }



    /* ======================== */

    .experts-section {
        display: grid;
        grid-template-columns: 1fr 2fr;
        gap: 40px;
        align-items: start;
        margin-top: 50px;
    }

    .experts-left .btn .fa-arrow-right {
        height: 17px;
    }

    .experts-left img {
        margin-bottom: 10px;
    }

    .experts-left h2 {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .experts-left p {
        color: #2C2C2C;
        font-size: 14px;
        margin: 18px 0 20px;
        line-height: 1.6;
    }

    .experts-left ul {
        list-style: none;
        padding: 0;
        margin-bottom: 25px;
        margin-left: 35px;
    }

    .experts-left ul li strong {
        margin-bottom: 14px;
        font-size: 12px;
        color: #2C2C2C;
    }

    .experts-left ul li {
        margin-bottom: 10px;
        font-size: 12px;
        color: #2C2C2C;
    }

    .experts-left ul li::before {
        content: "✔";
        /* content: "\f061"; */
        font-weight: 900;
        content: "";
        color: #111;
        /* border: 1px solid #000000; */
        width: 20px;
        height: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        padding: 5px !important;
        margin-left: -34px;
        margin-right: 15px;
        /* background: url(/wp-content/uploads/2025/09/tick-circle-svgrepo-com.png); */
        background: url('/wp-content/uploads/2025/09/tick-circle-svgrepo-com.png');
        background-size: contain;
        background-repeat: no-repeat;
    }

    .experts-left a {
        background: #111 !important;
        border: 1px solid #111;
        padding: 6px 20px !important;
        border-radius: 30px;
        cursor: pointer;
        font-size: 15px;
        transition: 0.3s;
        color: #fff !important;
    }

    .experts-left a:hover {
        background: #111;
        color: #fff;
    }

    .experts-right {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 20px;
    }

    .expert-card {
        text-align: left;
    }

    .expert-card img {
        width: 100%;
        /*  width:236px; */
        margin-bottom: 10px;
    }

    .expert-card h4 {
        font-size: 18px;
        margin-bottom: 5px;
        color: #222;
    }

    .expert-card p {
        font-size: 14px;
        color: #666;
        margin-bottom: 5px;
    }

    .expert-card .logos {
        margin-top: 10px;
        font-size: 13px;
        color: #444;
    }

    /* ===================== */
    .profile_cont {
        background-color: #fff;
        padding: 0px 10px;
        /*  border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        width: 300px; */
    }
    .profile_disign {
        padding: 36px;
        background: #e1e1e1;
        border-radius: 35px;
        height: 300px;
        margin-bottom: 60px;
    }
    .profile_disign img{
        margin-bottom: 0px;
        border-radius: 35px;
        padding: 6px;
        background-image: linear-gradient(#ffffff, #000000);
    }

    .experts-left h3 {
        color: #2C2C2C;
        font-size: 30px;
        line-height: 1.4;
        font-weight: 600;
    }

    .profile-image {
        width: 100%;
         border-radius: 25px;
        margin-bottom: 15px;
    }
    .experts-right .profile-image {
        width: 100%;
        border-radius: 0px;
        margin-bottom: 15px;
    }

    .profile-info ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .profile-info li {
        margin-bottom: 10px;
        color: #2C2C2C;
        line-height: 1.5;
    }

    .profile-name {
        font-size: 14px;
        font-weight: bold;
        color: #2C2C2C !important;
        margin-bottom:0px !important;
    }

    .profile-title {
        font-size: 14px;
        color: #2C2C2C !important;
    }

    .profile-certifications {
        font-size: 12px;
        color: #484747 !important;
        line-height: 1.4;
    }

    .profile-affiliations {
        font-size: 12px;
        color: #484747 !important;
        padding-left: 30px;
        position: relative;
    }

    .aff-1::before {
        content: " ";
        /* color: #1a73e8; */
        background: url(/wp-content/uploads/2025/09/american-board.png);
        width: 20px;
        height: 20px;
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 0;
    }

    .aff-2::before {
        content: " ";
        /* color: #1a73e8; */
        background: url(/wp-content/uploads/2025/09/yale.png);
        width: 20px;
        height: 20px;
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 0;
    }




    /* ======================= */
    .best_bests {
        /*     margin: 0;
        padding: 0; */
        /*  background: #fef08a;
        min-height: 100vh;
        display: flex;
        align-items: center; */
    }

    .best_bests .titel h1,
    .best_bests .titel p {
        color: #000;
    }

    .marquee {
        overflow-x: clip;
        white-space: nowrap;
        position: relative;
        width: 100%;
    }

    .marquee-inner {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 0px 0px;
        will-change: transform;
    }

    /* .marquee-inner .img {
        height: 100%;
        transition: transform 0.5s;
        flex-shrink: 0;
        width: 835px;
        border-radius: 2rem;
    } */

    .marquee-inner .marquee_data_box {
        height: 100%;
        transition: transform 0.5s;
        flex-shrink: 0;
        width: 835px;
        /*  width: 845px; */
        border-radius: 25px;
        position: relative;
        overflow: hidden;
    }

    .marquee {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        position: relative;
        /* background-color: #f0f0f0; */
    }

    .marquee_wrapper {
        overflow: hidden;
        width: 100%;
        /*  max-width: 1000px;
        margin: 40px auto; */
        /* background: #fff;
        border: 1px solid #e6e6e6;
        padding: 12px 0;
        border-radius: 10px; */
    }

    .marquee_inner_2 {
        display: flex;
        align-items: center;
        gap: 0px;
        white-space: nowrap;
        will-change: transform;
    }

    .marquee_data_right .ast-col-md-2 {
        width: 289px;
        margin-top: 8px;
    }

    /* ensure children don't shrink so dimensions stay stable */
    .marquee_inner_2>* {
        flex: 0 0 auto;
    }

    .marquee_inner_2 img {
        display: block;
        width: 100px;
        /* adjust as needed */
        height: 100px;
        object-fit: cover;
        border-radius: 12px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    }

    /* pause visual hint */
    .marquee_wrapper.paused {
        outline: 3px dashed rgba(0, 0, 0, 0.04);
    }

    /* ======================== */
    .subscribe-section,
    .site-content{
        background: #fff;
    }
    .subscribe-section .wide-range-box {
        max-width: 1300px;
        margin: 50px auto;
        background: linear-gradient(90deg, #4aa3df, #4aa3df);
        background: transparent url(/wp-content/uploads/2025/09/Rectangle-68.png) 0% 0% no-repeat padding-box;
        border-radius: 20px;
        /* padding: 40px; */
        /* display: flex; */
        align-items: center;
        /* justify-content: space-between; */
        color: white;
        overflow: hidden;
        /* background-size: contain; */
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%;
    }

    .subscribe-text {
        /*  max-width: 40%; */
        /*  max-width: 462px; */
        padding: 40px 0px 20px 40px !important;
        padding-right: 0;
        /*  padding-left: 0; */
    }

    .subscribe-image {
        /* max-width: 60%; */
        /*  max-width: 462px; */
        /*   padding: 40px;
        padding-right: 0; */
        /*  padding-left: 0; */
    }

    .subscribe-text h3 {
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #FFFFFF;
    }

    .subscribe-text p {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 1.5;
    }

    .subscribe-form {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px;
    }

    .subscribe-form input {
        flex: 1;
        padding: 12px;
        border-radius: 10px;
        border: none;
        font-size: 15px;
    }

    input[type="email"] {
        border-radius: 10px !important;
    }

    .subscribe-form button {
        background: #222 !important;
        color: #fff !important;
        padding: 8px 25px !important;
        border: none;
        border-radius: 10px;
        font-size: 15px;
        cursor: pointer;
    }

    .subscribe-form button:hover {
        background: #444;
    }

    .subscribe-text .comm {
        display: block;
        font-size: 14px;
        line-height: 1.4;
    }

    form.subscribe-form,
    .subscribe-text .comm {
        width: 350px;
    }

    .subscribe-image img {
        width: 569px;
        margin-left: -80px;
    }
    .nsoon img{
         min-height: 280px;
    }
    .dr_profile_disign.nsoon img{
        background: #fff;
        padding: 0px;
        border: 6px solid #000;
    }

    @media(max-width: 900px) {
        .subscribe-section {
            flex-direction: column;
            text-align: center;
        }

        .subscribe-text {
            max-width: 100%;
            margin-bottom: 20px;
        }

        .subscribe-form {
            flex-direction: column;
        }

        .subscribe-form input,
        .subscribe-form button {
            width: 100%;
        }
    }

    /* ======================== */

    .ns_footer {
        background: #f1f1f1;
        /* padding: 50px 0px 20px; */
        padding: 50px 0px ;
        /*  max-width: 1300px;
        margin: 50px auto; */
    }

    .ns_footer .logo_block {
        padding-right: 0;
    }

    .footer-top {
        display: grid;
        grid-template-columns: 1.5fr 1fr 1fr 1fr;
        gap: 30px;
        max-width: 1200px;
        margin: auto;
    }

    .ns_footer p>* {
        font-size: 14px;
        color: #484747 !important;
        margin-bottom: 10px;
    }

    .ns_footer p {
        margin-bottom: 10px;
        color: #484747 !important;
    }
    .ns_footer p a:hover,
    .ns_footer a:hover{
        color: #2E91DE !important;
    }
    .ns_footer h3 {
        font-size: 18px;
        margin-bottom: 18px;
        color: #2C2C2C;
    }

    img.logo_Legal {
        margin-right: 10px;
    }

    .ns_footer .logo_Legal_box>a {
        background: #000;
        border-radius: 10px;
        padding: 8px 40px 10px 10px;
        position: relative;
        display: flex;
        align-items: center;
        color: #fff !important;
        position: relative;
    }

    .logo_Legal_box {
        position: relative;
        display: inline-block;
    }

    /* .logo_Legal_box:after {
        content: "";
        background: url(/wp-content/uploads/2025/09/arrow-down-right.png);
        background-repeat: no-repeat;
        height: 12px;
        position: absolute;
        filter: invert(1) brightness(2);
        right: 18px;
        top: 27%;
        z-index: 9999;
        width: 12px;
        transform: rotate(-45deg);
        box-shadow: 0px 0px 0px 1px #000000;
        padding: 6px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    } */
    .footer-box {
        background: #333;
        color: #fff;
        border-radius: 15px;
        padding: 20px;
        text-align: center;
        padding-bottom: 0px;
    }

    .footer-box p {
        color: #fff !important;
    }

    .footer-box .footer_logo {
        max-width: 220px;
        margin: 0 auto;
    }

    .footer-box .footer_Laptop {
        width: 208px;
    }

    .footer h3 {
        margin-bottom: 15px;
        font-size: 16px;
        font-weight: bold;
    }

    .footer p,
    .footer a {
        font-size: 14px;
        line-height: 1.6;
        color: #555;
        text-decoration: none;
    }

    .footer a:hover {
        text-decoration: underline;
    }

    .social-icons {
        margin-top: 60px;
    }

    p.logo_Legal_box {
        margin-top: 70px;
    }

    .social-icons a {
        margin-right: 10px;
        font-size: 18px;
        color: #333;
        text-decoration: none;
    }

    p.logo_Legal_ {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        /* margin: 0; */
    }

    .Rights_Reserved_box {
        padding-left: 15px;
    }

    .footer-bottom .logo_Legal_ a {
        /* margin: 0; */
        padding-bottom: 0px !important;
        display: inline-block;
        margin-right: 25px !important;
        margin-left: 0;
    }

    .Rights_Reserved_box p {
        margin-left: 10px;
        display: block;
        font-size: 14px;
    }

    .footer-bottom {
        margin-top: 10px;
        padding-top: 8px;
        text-align: left;
        color: #555;
    }

    .footer-bottom a {
        margin: 0 10px;
        color: #555;
    }

    .footer-bottom img {
        max-width: 200px;
    }

    .Rights_Reserved {
        display: flex;
        align-items: center;
    }

    .footer_social_cop {
        display: flex;
        justify-content: space-between;
    }

    .Legal,
    .logo_block_text {
        padding-right: 0;
    }

    .footer_sub_box>div:nth-child(3) {
        padding-left: 47px;
    }

    @media(max-width: 768px) {
        .footer-top {
            grid-template-columns: 1fr 1fr;
        }
    }

    @media(max-width: 500px) {
        .footer-top {
            grid-template-columns: 1fr;
        }

        .footer-box {
            text-align: center;
        }
    }

    section.reimagining_wellness {
        margin-top: 15px;
    }

    .get_access {
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 100%;
        overflow: hidden;
    }

    section.get_access,
    section.reimagining_wellness,
    section.simple_smart_safe,
    section.best_bests,
    section.our_mission_counter,
    section.accordion_sec,
    section.experts_sec {
        width: 100%;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }











    section.get_access svg {
        transform: rotate(8deg);
        background: #ededed57;
        position: absolute;
        z-index: 0;
        left: 0;
        top: -341px;
    }

    section.get_access {
        position: relative;
    }

    .women_card img {
        display: none !important;
    }


    .card_title {
        color: #4B9ECB !important;
        font-size: 35px;
    }

    .footer_sub_box .social-icons a img {
        width: 33px;
    }

    .bottom_logo img {
        width: 100%;
        opacity: 0.3;
    }

    /* ===================== */
    .owl-carousel.main-carousel .owl-item img {
        border-radius: 0px 0px 70px 70px;
    }
    .owl-carousel.thumb-carousel {
        margin-top: -90px !important;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    

    .owl-carousel.thumb-carousel .item {
        padding: 2px;
        background-image: linear-gradient(#ffffff, #000000);
        border-radius: 20px;
        border: 0px !important;
    }
    .owl-carousel.thumb-carousel .item img{      
        border-radius: 20px;
    }

    .owl-carousel.thumb-carousel img.active {
        border: 2px solid transparent !important;
    }

    .owl-carousel.main-carousel.owl-loaded.owl-drag .owl-nav {
        display: flex;
        justify-content: space-between;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .owl-carousel.main-carousel.owl-loaded.owl-drag .owl-nav .fas.fa-arrow-left,
    .owl-carousel.main-carousel.owl-loaded.owl-drag .owl-nav .fas.fa-arrow-right {
        padding: 10px;
        background: #ecf0f3;
        border-radius: 30px;
        font-size: 15px;
        height: 35px;
        width: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 20px;
        text-align: center;
    }

    .owl-carousel.main-carousel.owl-loaded.owl-drag .owl-nav .fas.fa-arrow-left:before,
    .owl-carousel.main-carousel.owl-loaded.owl-drag .owl-nav .fas.fa-arrow-right:before {
        position: relative;
    }

    /* ===================== */

    .carousel_and_header_sec {
        border-top: 1px solid #d4d4d4 !important;
        padding: 0 0 10px;
    }

    .carousel_and_header_sec .carousel-container {
        padding-left: 30px;
    }

    .left_content h1 {
        font-size: 43px;
        /* font-size: 40px; */
        color: #0067bc;
        line-height: 1.5;
        padding-top: 65px;
        font-weight: 800;
    }
    .left_content p {
        color: #000000 !important;
        font-size: 18px;
        margin-bottom: 15px;
    }
    .left_content h2 {
        color: #000000 !important;
    }

    .left_content h1 .color_blk {
        color: #000000 !important;
    }

    .how_it_left h2 {
        font-size: 40px;
        color: #000;
        margin-bottom: -15px !important;
        margin-top: 20px !important;
    }

    .how_it_left p {
        font-size: 18px;
        color: #000;
        width: 95%;
        text-wrap: pretty;
        overflow-wrap: break-word;
        word-break: break-word;
        white-space: normal !important;
        overflow-wrap: anywhere;
        margin-bottom: 10px;
    }

    /* ================ */
    .how_it_row {
        display: flex;
        justify-content: center;
    }

    .how_it_left {
        padding: 4%;
        background: #81767642;
        position: relative;
        border-radius: 40px;
        overflow: hidden;
        z-index: 0;
    }

    .how_it_left:before {
        content: "";
        background: url(https://vitalogixs.corewap.com/wp-content/uploads/2025/09/lady-1.png);
        background-size: cover;
        position: absolute;
        background-repeat: no-repeat;
        right: 0;
        top: 0;
        background-position: 100%;
        width: 580px;
        height: 100%;
        z-index: -1;
    }

    .left_info img {
        width: 90px;
        margin-bottom: 30px;
    }

    .how_it-data h3 {
        font-size: 32px;
        color: #000;
        margin-bottom: 10px;
    }

    .how_it-data p {
        font-size: 18px;
        color: #000 !important;
        margin-bottom: 10px;
        width: 600px;
    }


    /* ===================== */
    .avtars {
        width: 100%;
        padding: 50px 0;
    }

    .avtars_info p {
        font-size: 18px;
        color: #000;
        padding-top: 15px;
    }

    .experts_works {
        padding: 20px 0;
    }

    .it-works.profile-info {
        width: 75%;
        margin: 0 auto;
    }

    .experts_it_works>div {
        padding-left: 0;
        padding-right: 0;
    }

    .it-works.profile-info>ul>li:nth-child(3) {
        padding: 0 0 10px;
        display: block;
    }

    /* ===================== */
    .about_us_and_header_sec {
        padding: 0 0 30px;
        border-top: 1px solid #dcdcdc;
    }

    .about_us_row {
        display: flex;
        justify-content: center;
    }

    .about_us_and_header_sec .about_bg_banner {
        background-image: linear-gradient(#d0c3e8, #9b87b8);
        border-radius: 0px 0px 50px 50px;
    }

    .bg_pet {
        background: url(https://vitalogixs.corewap.com/wp-content/uploads/2025/09/it_ns_bg_N.png);
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .about_us_and_header_sec .about_left_content h1 {
        font-size: 43px;
        /* font-size: 40px; */
        color: #000000;
        line-height: 1.2;
       /*  padding-top: 85px;
        */ padding-top: 65px;
        margin-bottom: 20px;
       /*  margin-bottom: 30px; */
        font-weight: 800;
    }

    .about_left_content p {
        font-size: 18px;
        color: #000;
        width: 90%;
    }

    .Consultations_serves {
        padding-top: 40px;
    }

    .Consultations_box {
        text-align: center;
        padding: 40px;
        background-image: linear-gradient(#ffffff, #f0f8ff);
        border-radius: 30px;
        border: 3px solid #dbdbdb;
    }

    .Consultations_serves>div {
        padding-right: 10px;
        padding-left: 10px;
    }

    .Consultations_box img {
        width: 55px;
        margin-bottom: 30px;
    }

    .Consultations_box h3 {
        font-size: 25px;
        color: #2a2a2a;
        text-align: center;
    }

    /* -------------------------- */
    .medication_titel .titel h1 {
        font-size: 43px;
        font-weight: 700;
        color: #000000;
        margin-bottom: 40px;
        font-weight: 800;
    }

    .color_blue {
        color: #0067bc;
    }

    .medication_box ul {
        margin: 0;
        list-style: none;
    }

    .medication_box ul li {
        border-bottom: 3px solid #dbdbdbd1;
        margin-bottom: 14px;
    }

    .medication_box ul li h4 {
        font-size: 20px;
        color: #2a2a2a;
        font-weight: 600;
    }

    .medication_box ul li p {
        font-size: 17px;
        color: #2a2a2a;
        margin-bottom: 18px;
    }

    /* -------------------------- */
    .choose_medication {
        padding: 30px 0 80px;
    }

    .patients_serve>div {
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px;
    }

    .df_wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    /* ========================== */
    /* 
    .contact-container {
        background-color: white;
        padding: 40px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        max-width: 600px;
        width: 100%;
    } */



    .form_info p {
        font-size: 18px;
        color: #2a2a2a;
        margin-bottom: 15px;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .contact_left_content h1 {
        color: #000;
        font-size: 43px;
        margin-bottom: 20px;
        font-weight: 800;
    }

    .contact_form_and_header_sec {
        padding: 50px 0;
        background: #fff;
        border-top: 1px solid #dcdcdc;
    }

    .contact_form .form-group input,
    .contact_form .form-group textarea,
    .contact_form input,
    .contact_form textarea {
        width: 100%;
        padding:13px 10px 15px !important;
        border: 1px solid #ddd;
        border-radius: 5px !important;
        box-sizing: border-box;
        background-color: #f5fafe !important;
    }

    .contact_form .form-group textarea,
    .contact_form textarea {
        height: 100px;
        resize: vertical;
    }

    .contact_form .form-group label,
    .contact_form  label {
        display: block;
        margin-bottom: 5px;
        color: #2a2a2a;
        font-size: 15px;
        font-weight: 500;
    }

    .contact_form .submit-btn,
    .contact_form .wpcf7-submit {
        background-color: #066bb3 !important;
        color: white !important;
        padding: 8px 30px !important;
        border: none;
        border-radius: 25px !important;
        cursor: pointer;
        font-size: 18px;
        width: 100%;
    }

    .contact_form .submit-btn:hover ,
    .contact_form .wpcf7-submit:hover {
        opacity: 0.9;
    }
    .contact_form input[type="email"] {
         border-radius:4px !important;
     }

    .response-note {
        font-size: 15px;
        color: #e60000;
        margin-top: 10px;
    }

    /* ================================ */
    .support_block {
        background: #fff;
        padding: 0px 0px 50px;
    }

    .container_box {
        background-image: linear-gradient(#ffffff, #f0f8ff);
        padding: 30px;
        border-radius: 30px;
        position: relative;
        display: flex;
        border: 3px solid #dbdbdb;
        align-items: center;
    }

    .support-title {
        font-size: 43px;
        color: #2a2a2a;
        margin: 0 0 10px 0;
        font-weight: bold;
        font-weight: 800;
    }

    .chat-description {
        margin: 0;
        color: #2a2a2a;
        font-size: 17px;
    }

    .support-actions {
        display: flex;
        gap: 5px;
        flex-direction: column;
        align-items: end;
        flex-wrap: wrap;
        justify-content: center;
    }

    .start-chat-btn {
        color: #066bb3;
        /*  background-color: #066bb3 !important; */
        padding: 8px 19px;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        font-size: 16px;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 5px;
        justify-content: space-around;
        width: 185px;
        border: 2px solid #066bb3;
        font-weight: 500;
    }

    .start-chat-btn:hover {
        opacity: 0.9;
    }

    .chat-icon {
        width: 22px;
    }

    .chat-icon img {
        width: 100%;
    }

    .phone-link {
        color: #007bff;
        text-decoration: none;
        font-weight: bold;
        font-size:30px;
    }
    .ns_mail_link {
        color: #007bff;
        text-decoration: none;
        font-weight: bold;
        font-size:18px;
    }


    .phone-link:hover {
        text-decoration: underline;
    }

    .or-text {
        margin: 0 10px;
    }

    .or-text,
    .or-text a {
        color: #2a2a2a;
        font-size: 15px;

    }

    /* ============================= */

    .single_product_and_header_sec {
        background: #fff;
        padding: 70px 0;
        border-top: 1px solid #dcdcdc;
    }

    /*  .product-image img {
        max-width: 100%;
        border-radius: 15px;
    }
    */
    .product_right_box .product-title {
        font-size: 43px;
        font-weight: 700;
        margin-bottom: 10px !important;
        color: #000;
    }

    .product_right_box .reviews_box_1 {
        margin-bottom: 10px;
    }

    .product_right_box .btn.btn-primary {
        background-color: #066bb3 !important;
        color: white !important;
        padding: 8px 30px !important;
        border: none;
        border-radius: 25px !important;
        cursor: pointer;
        font-size: 18px;
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .product_right_box .reviews_box_2 {
        text-align: center;
        border-bottom: 1px solid #d1d1d1;
        /*  padding-top: 20px; */
        padding-bottom: 40px;
    }

    .product_right_box .product_dc {
        font-size: 18px;
        color: #000;
        margin-bottom: 60px;
    }
    .product_right_box .product_dc p {
        font-size: 18px;
        color: #000;
        margin-bottom: 15px;
    }

    .product_right_box span.text-success {
        /*     background: green; */
        color: #ffffff;
        letter-spacing: 0px;
    }

    ul.stars_r li,
    ul.stars_r.top li {
        color: green;
        background: rgba(255, 255, 255, 0);
        font-size: 21px;
    }

    ul.stars_r.top .deseble {
        color: rgb(154, 154, 154) !important;
        background: rgba(255, 255, 255, 0) !important;
    }

    ul.stars_r.top {
        background: rgba(255, 255, 255, 0);
        font-size: 21px;
        color: green;
    }

    ul.stars_r,
    ul.stars_r.top {
        display: flex;
        list-style: none;
        margin: 0;
        align-items: center;
        height: 29px;
        justify-content: flex-start;
    }

    ul.stars_r {
        justify-content: center;
        align-items: center;
    }

    ul.stars_r>li {
        background: green;
        font-size: 21px;
        margin: 1px;
        height: 20px;
        width: 20px;
        align-items: anchor-center;
        display: flex;
        justify-content: center;
        color: #fff;
    }

    .deseble {
        background: lightgray !important;
    }

    .product_right_box .old-price {
        text-decoration: line-through;
        color: #2a2a2a;
        margin-right: 10px;
    }


    .product_right_box .new-price {
        color: #066bb3 !important;
        font-weight: 700;
        font-size: 1.5rem;
    }

    .product_right_box .old-price,
    .product_right_box .new-price {
        font-size: 25px;
        font-weight: 600;
    }

   /*  input[type=email],
    input[type=number],
    input[type=password],
    input[type=reset],
    input[type=search],
    input[type=tel],
    input[type=text],
    input[type=url], 
        textarea*/
    select     {
        color: #000;
        padding: .75em;
        height: auto;
        border-width: 1px;
        border-style: solid;
        border-color: var(--ast-border-color);
        border-radius: 2px;
        background: var(--ast-comment-inputs-background);
        box-shadow: none;
        box-sizing: border-box;
        transition: all .2s linear;
        font-size: 25px;
        font-weight: 600;
        margin: 20px 0;
    }

    .product_right_box .reviews {
        font-size: 14px;
        margin-left: 10px;
        color: #2a2a2a;
    }

    .product_right_box .reviews img {
        width: 75px !important;
        margin-top: -7px;
    }

    .product_right_box .faq-answer ul {
        list-style: none;
        margin-left: 36px;
    }

    .product_right_box .faq-answer ul li {
        padding-top: 5px;
    }
    .product_details_list p {
        margin-bottom: 0.75em;
    }

    .product_right_box .faq-answer ul li::before {
        content: "✔";
        /* content: "\f061"; */
        font-weight: 900;
        content: "";
        color: #111;
        /* border: 1px solid #000000; */
        width: 20px;
        height: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        padding: 5px !important;
        margin-left: -34px;
        margin-right: 15px;
        /* background: url(/wp-content/uploads/2025/09/tick-circle-svgrepo-com.png); */
        background: url(/wp-content/uploads/2025/09/tick-circle-svgrepo-com.png);
        background-size: contain;
        background-repeat: no-repeat;
        transform: translatey(-5px);
    }

    .product_details_list .faq-question p,
    .product_details_list .faq-question {
        font-size: 17px !important;
        color: #000;
    }

    .product_details_list .toggle-icon {
        background: transparent;
        color: #2a2a2a;
        font-size: 15px;
    }

    .product_details_list .toggle-icon {
        background: transparent !important;
        color: #2a2a2a !important;
        font-size: 15px !important;
    }

    .product_details_list .faq-item.active .faq-question span {
        transform: rotate(180deg);
    }

    .product_details_list .faq-item {
        border-bottom: 1px solid #d1d1d1;
        padding: 10px 0 1px;
        cursor: pointer;
    }

    /* ============== */
    .blog_box_serves_sec {
        padding: 50px 0 70px;
    }

    .blog_box_serves .titel h1 {
        color: #000;
    }

    /* ====== single ======== */
    /* .blog_box_serves_sec{
        padding: 50px 0;
    } */
    .blog_box_serves .titel h1 {
        color: #000;
        font-weight: 800;
    }

    .single_blog_and_header_sec {
        background: #ffff;
        padding: 40px 0;
        border-top: 1px solid #dcdcdc;
    }

    .single_blog_and_header_sec {
        background: #ffff;
        padding: 40px 0;
    }

    .single_blog_and_header_sec .single_blog_box h2,
    .single_blog_and_header_sec .single_blog_box a {
        color: #2E91DE;
    }

    .single_blog_and_header_sec .single_blog_box a {
        text-decoration: underline;
    }

    .single_blog_and_header_sec .single_blog_box a:hover {
        opacity: 0.8;
        text-decoration: none;
    }

    .single_blog_and_header_sec .single_blog_box h1,
    .single_blog_and_header_sec .single_blog_box>ul>li,
    .single_blog_and_header_sec .single_blog_box ul li>*
    .single_blog_and_header_sec .single_blog_box h3,
    .single_blog_and_header_sec .single_blog_box p { 
        color: #000 !important;
    }
    .single_blog_and_header_sec .single_blog_box ol li>*,
    .single_blog_and_header_sec .single_blog_box ul li>*{
        color: #000 !important;
    }

    .single_blog_and_header_sec .single_blog_box ol li,
    .single_blog_and_header_sec .single_blog_box ul li,
    .single_blog_and_header_sec .single_blog_box p {
        font-size: 18px;
    }

    .single_blog_and_header_sec .single_blog_box p {
        margin-bottom: 15px;
    }

    .single_blog_and_header_sec .single_blog_box h1 {
        font-size: 40px;
        margin: 15px 0;
    }

    .single_blog_and_header_sec .single_blog_box {
        margin-left: 20px;
    }

    .single_blog_and_header_sec .single_blog_box img {
        margin-bottom: 15px !important;
        width: 100%;
    }

    /*====================  */

    .blog_box_serves .titel h1 {
        margin-bottom: 43px;
    }

    .blog_box_serves>div {
        padding-right: 10px;
        padding-left: 10px;
    }

    .blog_box {
        margin-bottom: 10px;
        display: inline-block;
    }

    .blog_box h3 {
        margin-top: 10px;
        margin-bottom: 8px;
        font-weight: 600;

    }

    .blog_box h3>a,
    .blog_box p {
        color: #000;
    }

    .blog_box h3>a:hover {
        color: #0067bc;
    }

    .blog_box img {
        /*  min-width: 320px; */
        width: 100%;
        height: 220px;
        border-radius: 20px;
    }

    .blog_box p {
        font-size: 18px;
    }

    .how_it_row .ns_center {
        margin-top: 30px;
    }

    .about_us_and_header_sec,
    .blog_box_serves_sec {
        background: #fff;
    }

    .single_blog_box ul ,
    .single_blog_box ol {
        margin-left: 20px;
    }

    .blog_box img {
        width: 100%;
    }

    .page-id-1879 .single_blog_box img,
    .page-id-1877 .single_blog_box img,
    .page-id-3 .single_blog_box img {
        display: none !important;
    }
    .page-id-1879 .single_blog_box .e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded,
    .page-id-1877 .single_blog_box .e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded,
    .page-id-3  .single_blog_box .e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
        padding-left: 0;
        padding-right: 0;
    }

    .page-id-1879 .single_blog_box,
    .page-id-1877 .single_blog_box,
    .page-id-3 .single_blog_box {
        margin-left: 0;
    }

    .page-id-1879 .single_blog_box h1,
    .page-id-1877 .single_blog_box h1,
    .page-id-3 .single_blog_box h1 {
        font-weight: 800;
    }
    /* ============ category =============== */
    .category_header {
       /*  padding: 50px 0; */
        border-top: 1px solid #dcdcdc;
       /*  background-image: linear-gradient(to top, #282380, #8F80E5) !important;
 */    background: #fff;
    }

    .category_header .ns_header_style_1{
        padding: 50px 0;
        /* background-image: linear-gradient(to top, #282380, #8F80E5) !important; */
        background-image: linear-gradient(to top, #314C64, #2E91DE) !important;
        border-radius: 0px 0px 50px 50px;
    }
    .category_header .text_titel h1 {
        text-align: center;
        font-size: 43px;
        /* color: #000; */
        font-weight: 900;
        color: #ffff;
    }

    .category_wise_section {
        padding: 70px 0 0px;
        background: #fff;
    }

    /* .category_wise_poducts {
        background-image: linear-gradient(to top, #e6e6e6, #E6E6E6) !important;
        border-radius: 20px;
        padding: 35px;
        margin-bottom: 40px;
    } */
    .category_wise_poducts {
        background-image: linear-gradient(to top, #e6e6e6, #E6E6E6) !important;
        border-radius: 20px;
        padding: 35px;
        margin-bottom: 40px;
        min-height: 475px;
    }

    .box_style_03 {
        border-radius: 20px;
        background: #fff;
    }

    .headline {
        text-align: center;
        color: #000;
        padding: 20px 0 ;
        font-size: 18px;
        font-weight: 700;
    }

    .price-tag {
        width: 100%;
        text-align: center;
        display: block;
        font-size: 18px;
        color: #000;
        padding: 0px 0 15px;
        display: none;
    }

    .btn-group {
        display: flex;
        justify-content: space-between;
    }

    .btn-group a {
        font-size: 16px;
        padding: 7px 40px;
        background: #000;
        border-radius: 35px;
        color: #fff;
        width: 70%;
        text-align: center;
        margin: 0 auto;
    }
/* ====================== */
        .doctors_header{
            border-top: 1px solid #dcdcdc;
        }
        .doctors_header .ns_header_style_1 {
            padding: 50px 0;
            background-image: linear-gradient(to top, #314C64, #2E91DE) !important;
            border-radius: 0px 0px 50px 50px;
        }
        .doctors_header .text_titel h1 {
            text-align: center;
            font-size: 43px;
            /* color: #000; */
            font-weight: 900;
            color: #ffff;
        }

        .doctors_list_section {
            padding: 70px 0 30px;
            background: #fff;
        }
        .dr_profile_disign {
            padding: 36px;
            background: #e1e1e1;
            border-radius: 35px;
            height: 280px;
            margin-bottom: 60px;
        }
        .dr_profile_disign img {
            margin-bottom: 0px;
            border-radius: 35px;
            padding: 6px;
            background-image: linear-gradient(#ffffff, #000000);
        }
        .dr_data_profile {
            width: 75%;
            margin: 0 auto;
        }
        .dr_data_profile li {
            margin-bottom: 10px;
            color: #2C2C2C;
            line-height: 1.7;
        }
        /* .dr_data_profile .profile-name {
            font-size: 16px;
            font-weight: bold;
            color: #2C2C2C !important;
            margin-bottom: 0px !important;
        }
        .dr_data_profile .profile-title {
            font-size: 14px;
            color: #000000 !important;
        }
        .dr_data_profile .profile-affiliations {
            font-size: 12px;
            color: #000000 !important;
            padding-left: 30px;
            position: relative;
            font-weight: 400;
        }
        .dr_data_profile .profile-certifications {
            font-size: 12px;
            color: #000000 !important;
            line-height: 1.4;
        } */
        .dr_profile_cont {
            margin-bottom: 40px;
        }

        /* ============== */
        .single_doctore_info {
            padding: 50px 0;
        }
        .single_doctore_info img {
            margin-bottom: 0px;
            border-radius: 20px;
            padding: 6px;
            background-image: linear-gradient(#ffffff, #000000);
        }
        .doctor_bio{
            color: #000;
            font-size: 18px;
        }
        .doctor_bio_row {
            border-radius: 25px;
            background: #f0f0f0;
        }
        .doctor_bio{
            padding: 40px !important;
        }
        .doctor_bio h1,
        .doctor_bio h1,
        .doctor_bio h1{
           color: #000;
           margin-bottom: 25px;
        }
        .doctor_bio p{
            margin-bottom: 15px;
        }
        .single_doctore_row {
            padding: 30px 10px;
            display: flex;
            align-items: center;
            background: #f0f0f0;
            border-radius: 30px;
            box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
            margin-bottom: 40px;
        }
        .single_doctore_data h1,
        .single_doctore_data h5,
        .single_doctore_data p{
            color: #000;
            margin-bottom: 10px;
        }
        .single_doctore_data ul {
            margin: 0;
            list-style: none;
        }
        .single_doctore_data ul li {
            border-bottom: 3px dotted #dbdbdbd1;
            margin-bottom: 14px;
        }
        .single_doctore_data ul li .Dr_icons img {
            width: 40px;
            padding: 0;
            margin: 5px;
            margin-bottom: 16px;
        }
       
       /*  .product_details_list {
            margin-bottom: 40px;
        } */

        .new-price.ml_price{
            color: #000 !important;
            margin-left: 20px;
        }
        /* ============ responsive =============== */
        .Our_mission {
            margin-bottom:40px !important;
            background: #e1e1e1;
            border-radius: 35px;
            padding: 22px;
        }
        .Our_mission h3,
        .Our_mission p{
                color: #000 !important;     
        }
        .Our_mission h3 {
            font-size: 35px;
            margin-bottom: 10px !important;
        }
        .Our_mission p {
            font-size: 18px;
            margin-bottom: 15px !important;
           
        }
                

        @media only screen and (max-width: 1024px) and (min-width: 768px) {
            ul.Marquee-content li
            {
                width: 280px;
            }
            .ns-container,
            .ast-builder-grid-row {
                width: 95%;
                margin-left: auto;
                margin-right: auto;
                /*  background: green; */
            }
                       
            .hero-section h1 {
                font-size: 4vw;
            }
            .hero-section p {
                font-size: 1.8vw;
            }
            .wellness_data div h3 {
                padding: 2vw;
                padding-top: 0;
                font-size: 2.5vw;
            }
            .subscribe-text p {
                font-size: 1.6vw;
            }
            .subscribe-text h3 {
                font-size: 2.9vw;
                text-align: left;
            }



        }

    @media(max-width: 768px) {

        .ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content,
        .ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content {
            display: none !important;
        }



        .ns-container,
        .ast-builder-grid-row {
            width: 90% !important;
            margin-left: auto;
            margin-right: auto;
        }

        .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar,
        .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-below-header-bar,
        .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-above-header-bar {
            padding-left: 0px;
            padding-right: 0px;
        }

        #ns-scrollTopBtn {
            display: none;
            position: fixed;
            bottom: 30px;
            right: 30px;
            z-index: 9999;
            font-size: 12px;
            border: none;
            outline: none;
            background: #4B9ECB !important;
            color: #fff !important;
            cursor: pointer;
            padding: 7px 13px !important;
            border-radius: 6px !important;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            transition: opacity 0.3s ease;
        }

        .log_in {
           /*  box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 29px 0px; */
           /*  padding: 1px 10px; */
            border-radius: 6px;
            margin-right: 0px;
            font-size: 15px;
           /*  color:#314C64 !important; */
            border: 0px !important;
            outline: 0px;
        }

        button.menu-toggle.main-header-menu-toggle.ast-mobile-menu-trigger-minimal {
            box-shadow: none;
            background: transparent !important;
        }

        .header_top>div {
            display: flex;
            justify-content: space-around;
            width: 100%;
            /* flex-direction: column-reverse; */
           /*  flex-wrap: wrap; */
        }

        .hero-section h1 {
            font-size: 30px;
            margin-bottom: 12px;
            font-weight: 700;
            color: #000000;
        }

        .ast-col-md-6 {
            width: 100%;
            float: left;
        }


        .reimagining_wellness .content__img {
            margin-top: 11px !important;
            width: 643px;
            width: 100%;
            margin: auto;
            height: 588px;
        }

        .safe_col.c_3 .safe_img,
        .get_access .content__img,
        .safe_col.c_2 .safe_img,
        .safe_img,
        form.subscribe-form,
        .subscribe-text .comm {
            width: 100% !important;
        }

        .hero-section .ast-col-md-6 {
            padding: 0;
        }

        .ast-row {
            margin-left: 0px !important;
            margin-right: 0px !important;
        }

        .experts-section {
            display: grid;
            grid-template-columns: 100%;
            gap: 40px;
            align-items: start;
        }

        .subscribe-text {
            /* max-width: 40%; */
            /* max-width: 462px; */
            padding: 35px 0px 0px 0px !important;
            padding-right: 0;
            /* padding-left: 0; */
        }

        .sub_category_card {
            column-count: 1 !important;
            column-gap: 1vw;
            display: block !important;
            grid-template-columns: 100%;
            grid-auto-flow: dense;
            margin-top: 15px;
        }

        /*  .category-card.women_card .img:before {
        content: '';
        width: 170px;
        height: 150px;
        background: #4581A9 !important;
        position: absolute;
        border-radius: 20px;
        bottom: 39px;
        right: 13px;
        z-index: -1;
    } */
        .category-card.women_card .img:after {
            display: none;
        }

        .category-card.women_card p {
            margin-top: 0px !important;
            width: 100% !important;
        }

        /* .category-card img {
        width: 70%;
        margin-left: auto;
    } */
        .category-card img {
            width: 104px;
            border-radius: 20px;
            margin-left: auto;
            margin-bottom: -7px;
            margin-top: 0px;
            margin-right: 20px;
        }
        .category-card.Weight_l img {
            width: 150px;
            /* border-radius: 20px; */
            margin-left: auto;
            margin-bottom: 20px;
            margin-top: 0px;
            margin-right: 0px;
        }


        /* ================== */

        .hero-section p {
            font-size: 1.2rem;
            margin-bottom: 10px;
            line-height: 1.2;
        }

        .titel h1 {
            font-size: 30px;
            font-weight: 700;
        }

        .wide-range-box .ast-col-md-12,
        .wide-range-box .ast-col-md-9 {
            padding-left: 0;
            padding-right: 0;
        }

        .category-card.pil_card {
            margin-top: 17px;
        }

        .content_btn {
            margin-top: -345px;
            margin-bottom: 15px;
            text-align: center;
        }

        .get_access .content_btn {
            margin-top: -144px;
            margin-bottom: 15px;
            text-align: center;
        }

        .safe_col.c_1 .safe_img {
            display: flex;
            flex-wrap: wrap;
            padding-left: 20px;
        }

        .get_access .titel_img {
            display: flex;
            justify-content: center;
            transform: translate(0px, 0px);
            display: none !important;
        }

        .women_card img {
            display: block !important;
        }

        .category-card.women_card {
            height: initial;
            position: relative;
        }

        .content_btn a:last-child {
            background: #6a6a6a63 !important;
            color: #fff !important;
            margin-top: 20px;
        }

        .content_btn a {
            width: 90%;
            margin-left: auto !important;
            margin-right: auto !important;
        }

        .wellness_data div h3 {
            width: 100%;
            padding:0px 0 10px;
            color: #000;
            font-size: 20px;
        }

        .safe_card {
            text-align: center;
            width: 100%;
            margin: 0 auto;
        }

        .safe_col {
            padding: 30px;
        }

        .safe_col.c_3 {
            margin-top: 0;
        }

        .counters {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            /*  gap: 20px; */
            margin-top: 60px;
            justify-content: center;
        }

        .counter-box {
            margin-bottom: 20px;
        }

        .faq-question p {
            margin: 0;
            font-size: 20px;
        }

        .faq-question span {
            font-size: 22px;
            transition: transform 0.3s ease;
            display: block;
            background: #2C2C2C;
            font-size: initial;
            width: 25px;
            height: 25px;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
        }

        .get_access .content__img {
            margin-top: 0px !important;
            width: 643px;
            margin: auto;
        }

        /* =========== */
        .safe_card p br {
            display: none;
        }

        /* =========== */
        .safe_col.c_3 .safe_img {
            /*  width: 594px; */
            margin-left: auto;
            margin-top: -30px;
        }

        .safe_col.c_2 {
            margin-top: 0px;
            padding-bottom: 0;
        }

        /* ================= */
        .marquee-inner .marquee_data_box {
            height: 100%;
            transition: transform 0.5s;
            flex-shrink: 0;
            width: 335px !important;
            border-radius: 15px;
            position: relative;
        }

        .marquee_data_left h3 {
            position: absolute;
            top: 14px;
            left: 20px;
            font-size: 16px;
        }

        .marquee_data_left .btn {
            display: block;
            padding: 2px 20px;
            font-size: 11px;
        }

        .marquee_data_left .btn .fa-arrow-right {
            height: 14px !important;
        }

        .color_card {
            display: flex;
            flex-direction: column;
            /* background: red; */
            border-radius: 10px;
            position: relative;
            height: 100px;
            justify-content: end;
            padding: 20px 18px 10px;
            line-height: 1;
        }

        .color_card h3 {
            font-size: 16px;
        }

        .marquee_data_right .ast-col-md-2 {
            width: 220px;
        }

        .category-card-box {
            column-count: 2 !important;
            column-gap: 1vw;
            display: grid !important;
            grid-template-columns: 100%;
            grid-auto-flow: dense;
            row-gap: 20px;
        }

        .subscribe-image img {
            width: 100%;
            margin-left: auto;
        }

        .footer-box {
            margin-bottom: 20px !important;
        }

        .social-icons {
            margin-top: 10px;
            margin-bottom: 30px;
        }

        .footer_sub_box>div:nth-child(3) {
            padding-left: 0px;
            margin-top: 30px;
        }

        .footer_sub_box>div {
            padding: 0;
        }

        .Rights_Reserved {
            display: flex;
            align-items: flex-start;
            flex-direction: column;
        }

        p.logo_Legal_box {
            margin-top: 20px;
        }

        .Rights_Reserved_box {
            padding-left: 0px;
            margin-top: 20px;
        }

        .Legal,
        .logo_block_text,
        .ns_footer .logo_block {
            padding-right: 0;
            padding-left: 0;
        }

        .wellness_lyear {
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        }

        .safe_col.c_3 .safe_card p {
            width: 80% !important;
            margin-left: auto;
            margin-right: auto;
        }

        /* ======================== */
        .carousel_and_header_sec .ast-col-md-6 {
            padding-left: 0;
            padding-right: 0;
        }

        .owl-carousel.main-carousel.owl-loaded.owl-drag .owl-nav .fas.fa-arrow-left,
        .owl-carousel.main-carousel.owl-loaded.owl-drag .owl-nav .fas.fa-arrow-right {
            margin: 0px;
        }
        .owl-carousel.main-carousel .owl-item img {
            border-radius: 0px 0px 30px 30px;
        }
        .owl-carousel.thumb-carousel .item img {
            border-radius: 10px;
        }

        .owl-carousel.thumb-carousel {
            margin-top: -60px !important;
        }

        .left_content h1 {
            line-height: 1.5;
            padding-top: 25px;
            font-size: 30px;
            margin-bottom: 0px;
        }
        .Our_mission {
            margin-top: 50px;
        }
        .Our_mission h3{
           font-size: 35px;
        }
        .left_content h2 {
            color: #000000 !important;
            margin-bottom: 14px;
        }
        .owl-carousel.thumb-carousel .item {
            padding: 1px;
            border-radius: 12px;
        }

        .carousel_and_header_sec .carousel-container {
            padding-left: 0px;
        }

        .how_it_row {
            display: block;
            justify-content: center;
        }

        .how_it_row .ast-col-md-10 {
            width: 100%;
            padding: 0;
        }

        .how_it_left {
            padding: 20px;
        }

        .left_info img {
            width: 70px;
            margin-bottom: 30px;
        }

        .how_it_left:before {
            display: none;
        }

        .how_it-data h3 {
            font-size: 23px;
            color: #000;
            margin-bottom: 5px;
            font-weight: 700;
        }

        .avtars_info p {
            padding-top: 0px;
        }

        .how_it-data p {
            font-size: 18px;
            color: #000000 !important;
            margin-bottom: 10px;
            width: 100%;
        }

        .ast-row.experts_it_works>div {
            margin-bottom: 40px;
        }

        .avtars .how_it_row .ast-col-md-6 {
            width: 100% !important;
            padding: 0;
            float: left;
            max-width: 100% !important;
        }

        .experts_works {
            padding: 0px 0;
        }

        .experts_works .profile_cont {
            padding: 0;
        }


        /* ======================= */


        .about_us_and_header_sec .about_left_content h1 {
            line-height: 1.5;
            padding-top: 25px;
            font-size: 30px;
            margin-bottom: 20px;
            font-weight: 800;
        }

        .Consultations_serves>div {
            margin-bottom: 20px;
        }

        .medication_titel .titel h1 {
            font-size: 30px;
        }

        .Consultations_serves,
        .medication_box,
        .directing_patients .medication_titel,
        .choose_medication .medication_titel {
            padding-left: 0;
            padding-right: 0;
        }

        .patients_serve .ast-col-md-3 {
            width: 100%;
        }

        /* ============================= */


        .about_us_row .ast-col-md-10 {
            padding-left: 0;
            padding-right: 0;
        }

        .contact_form {
            padding-top: 50px;
        }

        .container_box {
            background-image: linear-gradient(#ffffff, #f0f8ff);
            padding: 30px;
            border-radius: 30px;
            position: relative;
            flex-direction: column;

        }

        .support-title {
            font-size: 35px;
        }

        .support-actions {
            padding-top: 30px;
            width: 200px;
            margin-right: auto;
            text-align: left;
        }

        .support-actions a {
            width: 100%;
        }

        .support-actions {
            align-items: start;
        }

        /* =================== */
        .support_block {
            background: #fff;
            padding: 50px 0px 50px;
        }

        .single_product_and_header_sec .ast-col-md-12,
        .single_product_and_header_sec .ast-col-md-6 {
            padding-left: 0;
            padding-right: 0;
        }

        .product_right_box {
            padding-top: 35px;
        }

        .product_right_box .product-title {
            font-size: 35px;
        }

        .product_right_box .product_dc {
            margin-bottom: 30px;
        }

        /* ============ */

        .blog {
            padding-bottom: 10px !important;
        }

        .blog_box_serves h1 {
            margin-bottom: 40px;
        }

        .blog_box_serves .ast-col-md-12,
        .blog_box_serves .ast-col-md-6,
        .blog_box_serves .ast-col-md-4,
        .about_us_row .ast-col-md-12,
        .about_us_row .ast-col-md-6 {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }

        .blog_box img {
            width: 100%;
        }

        /* ========================= */
        .single_blog_and_header_sec {
            padding: 20px 0 0;
        }

        .single_blog_and_header_sec .single_blog_box h1 {
            font-size: 30px;
            margin: 15px 0;
        }

        .single_blog_and_header_sec .single_blog_box h2 {
            font-size: 27px;
        }

        .single_blog_and_header_sec .single_blog_box h3 {
            font-size: 25px;
        }

        .single_blog_and_header_sec .single_blog_box ol ,
        .single_blog_and_header_sec .single_blog_box ul {
            margin-left: 20px;
        }

        .single_blog_and_header_sec .single_blog_box {
            margin-left: 0px;
        }

        .minus_margin {
            border-radius: 30px;
            overflow: hidden;
        }

        .about_us_and_header_sec .about_bg_banner {
            background-image: linear-gradient(#cdb9ea, #cdb9ea);
            border-radius: 0;
            box-shadow: -50px 0px 0px #cdb9ea, 50px 0px 0px #cdb9ea;
        }
        /* ------------------ */
        .contact_left_content h1{
            font-size: 30px;
            margin: 15px 0;
        }
        .single_product_and_header_sec {
            padding: 40px 0 20px;
        }
        .profile_disign {
            margin-bottom: 85px;
            margin-bottom: 20vw;
        }
        .profile-name {
            margin-bottom: 0px !important;
        }
        .it-works.profile-info>ul>li:nth-child(3) {
            padding: 0 0 0px;
        }
        /* ======== category =========== */
        .category_header .text_titel h1 {
            text-align: center;
            font-size: 30px;
        }
        .category_wise_section {
            padding: 50px 0 0;
        }
        .category_wise_section .ast-col-md-4,
        .category_wise_section  .ast-col-md-10{
            padding-left: 0;
            padding-right: 0;
        }
        .category_wise_section .ast-col-md-4:last-child>div {
            margin-bottom: 0;
        }
        /* ================ */
        .doctors_header .text_titel h1 {
            text-align: center;
            font-size: 30px;
        }
        .doctors_list_section {
            padding: 50px 0 30px;           
        }
        .doctors_list_section .ast-col-md-4,
        .doctors_list_section .ast-col-md-10{
            padding-left:0px;
            padding-right: 0px;           
        }
        .dr_profile_disign {
            height: 90vw;
            margin-bottom: 15vw;
            padding: 8vw;
        }
        .dr_profile_cont {
            margin-bottom: 10vw;
        }
        /* ====================== */
        .profile_disign {
            height: 85vw;
        }
        .category-card.pil_card img {
            width: 134px;
            margin-bottom: 21px;
        }
        /* .profile-image {
            border-radius: 15px;
        } */
        .smart_safe_data {
            display: block;
        }
       /*  .product_details_list {
            margin-bottom: 10px;
        } */
        .headline {
            font-size: 4vw;
        }
        .products_section .ast-col-md-4:nth-child(5) .product-image img,
        .products_section .ast-col-md-4:nth-child(1) .product-image img,
        .products_section .ast-col-md-4:nth-child(3) .product-image img {
            width: auto;
            height: 122px;
        }
        /* ================= */
        .safe_img ul li {
            transform: scale(0.9);
        }
        .safe_img ul:nth-child(1) li:first-child {
            transform: translateY(-12px) scale(0.9);
        }
        .safe_img ul:nth-child(1) li:last-child {
            transform: translateY(-12px) scale(0.9);
        }
        .safe_img ul:nth-child(2) li:first-child {
            transform: translateY(12px) scale(0.9);
        }
        .safe_img ul:nth-child(2) li:last-child {
            transform: translateY(12px) scale(0.9);
        }

    }