CINXE.COM
Rediscover Intimacy & Sexual Wellbeing with Elda Health
<!DOCTYPE html><!-- Last Published: Sat Sep 14 2024 08:53:20 GMT+0000 (Coordinated Universal Time) --> <html data-wf-page="652ee63f12b0ab3c8350c1fd" data-wf-site="651e567d9c211dc2a12830d5" lang="en"> <head> <meta charset="utf-8"> <title>Rediscover Intimacy & Sexual Wellbeing with Elda Health</title> <meta content="Ignite passion and embrace confidence with Elda Health's Sexual Wellness Program. Receive personalized care, expert guidance, and symptom relief." name="description"> <meta content="Rediscover Intimacy & Sexual Wellbeing with Elda Health" property="og:title"> <meta content="Ignite passion and embrace confidence with Elda Health's Sexual Wellness Program. Receive personalized care, expert guidance, and symptom relief." property="og:description"> <meta content="Rediscover Intimacy & Sexual Wellbeing with Elda Health" property="twitter:title"> <meta content="Ignite passion and embrace confidence with Elda Health's Sexual Wellness Program. Receive personalized care, expert guidance, and symptom relief." property="twitter:description"> <meta property="og:type" content="website"> <meta content="summary_large_image" name="twitter:card"> <meta content="width=device-width, initial-scale=1" name="viewport"> <link href="css/normalize.css" rel="stylesheet" type="text/css"> <link href="css/webflow.css" rel="stylesheet" type="text/css"> <link href="css/elda-health-v2.webflow.css" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com" rel="preconnect"> <link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous"> <script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script> <script type="text/javascript">WebFont.load({ google: { families: ["Bitter:400,700,400italic"] }});</script> <script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script> <link href="images/favicon.png" rel="shortcut icon" type="image/x-icon"> <link href="images/webclip.png" rel="apple-touch-icon"> <script async="" src="https://www.googletagmanager.com/gtag/js?id=G-R3R036NLCP"></script> <script type="text/javascript">window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('set', 'developer_id.dZGVlNj', true);gtag('config', 'G-R3R036NLCP');</script><!-- Please keep this css code to improve the font quality --> <style> * { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -o-font-smoothing: antialiased; } </style> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-PVWTKGD');</script> <!-- End Google Tag Manager --> <script> document.addEventListener('DOMContentLoaded', function() { const checkboxes = document.querySelectorAll('#sexual-wellness-form input[type="checkbox"]'); const symptomsInput = document.getElementById('symptoms-list'); checkboxes.forEach(checkbox => { checkbox.addEventListener('change', updateSymptomsList); }); function updateSymptomsList() { let checkedValues = []; checkboxes.forEach(checkbox => { if (checkbox.checked) { checkedValues.push(checkbox.getAttribute('data-name')); } }); symptomsInput.value = checkedValues.join(', '); } }); </script> </head> <body class="body-gray"> <div class="loader"><img src="images/eh-webclip-v3.webp" loading="lazy" alt="EH logo" class="loader-img"> <div class="w-embed"> <style>.loader-img { animation: fadeEffect 2s infinite; /* 2s is the duration of one cycle of animation */ } @keyframes fadeEffect { 0% { opacity: 0; } /* Start with fully transparent */ 50% { opacity: 1; } /* Fade in to fully opaque */ 100% { opacity: 0; } /* Fade out to fully transparent again */ } </style> </div> </div> <div class="page-wrapper"> <div class="global-styles w-embed"> <style> html{font-size: 20px;} /* Focus state style for keyboard navigation for the focusable elements */ *[tabindex]:focus-visible, input[type="file"]:focus-visible { outline: 0.125rem solid #4d65ff; outline-offset: 0.125rem; } /* Get rid of top margin on first element in any rich text element */ .w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child { margin-top: 0 !important; } /* Get rid of bottom margin on last element in any rich text element */ .w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child { margin-bottom: 0 !important; } /* Prevent all click and hover interaction with an element */ .pointer-events-off { pointer-events: none; } /* Enables all click and hover interaction with an element */ .pointer-events-on { pointer-events: auto; } /* Create a class of .div-square which maintains a 1:1 dimension of a div */ .div-square::after { content: ""; display: block; padding-bottom: 100%; } /* Make sure containers never lose their center alignment */ .container-medium,.container-small, .container-large { margin-right: auto !important; margin-left: auto !important; } /* Make the following elements inherit typography styles from the parent and not have hardcoded values. Important: You will not be able to style for example "All Links" in Designer with this CSS applied. Uncomment this CSS to use it in the project. Leave this message for future hand-off. */ /* a, .w-input, .w-select, .w-tab-link, .w-nav-link, .w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link { color: inherit; text-decoration: inherit; font-size: inherit; } */ /* Apply "..." after 3 lines of text */ .text-style-3lines { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } /* Apply "..." after 2 lines of text */ .text-style-2lines { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } /* Adds inline flex display */ .display-inlineflex { display: inline-flex; } /* These classes are never overwritten */ .hide { display: none !important; } @media screen and (max-width: 991px) { .hide, .hide-tablet { display: none !important; } } @media screen and (max-width: 767px) { .hide-mobile-landscape{ display: none !important; } } @media screen and (max-width: 479px) { .hide-mobile{ display: none !important; } } .margin-0 { margin: 0rem !important; } .padding-0 { padding: 0rem !important; } .spacing-clean { padding: 0rem !important; margin: 0rem !important; } .margin-top { margin-right: 0rem !important; margin-bottom: 0rem !important; margin-left: 0rem !important; } .padding-top { padding-right: 0rem !important; padding-bottom: 0rem !important; padding-left: 0rem !important; } .margin-right { margin-top: 0rem !important; margin-bottom: 0rem !important; margin-left: 0rem !important; } .padding-right { padding-top: 0rem !important; padding-bottom: 0rem !important; padding-left: 0rem !important; } .margin-bottom { margin-top: 0rem !important; margin-right: 0rem !important; margin-left: 0rem !important; } .padding-bottom { padding-top: 0rem !important; padding-right: 0rem !important; padding-left: 0rem !important; } .margin-left { margin-top: 0rem !important; margin-right: 0rem !important; margin-bottom: 0rem !important; } .padding-left { padding-top: 0rem !important; padding-right: 0rem !important; padding-bottom: 0rem !important; } .margin-horizontal { margin-top: 0rem !important; margin-bottom: 0rem !important; } .padding-horizontal { padding-top: 0rem !important; padding-bottom: 0rem !important; } .margin-vertical { margin-right: 0rem !important; margin-left: 0rem !important; } .padding-vertical { padding-right: 0rem !important; padding-left: 0rem !important; } /* Apply "..." at 100% width */ .truncate-width { width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } /* Removes native scrollbar */ .no-scrollbar { -ms-overflow-style: none; overflow: -moz-scrollbars-none; } .no-scrollbar::-webkit-scrollbar { display: none; } select, input{ -webkit-appearance: none; -moz-appearance: none; -webkit-appearance: none; appearance: none; } .w-slider-dot{ height: 0.8rem; width: 0.8rem; border-radius: 12px !important; transition: all 300ms ease; background-color: #D9D9D9; } .w-slider-dot.w-active{ width: 1.5rem; background-color: #0f6966; border-radius: 12px !important;} .oval-scroll::-webkit-scrollbar { display: none; } .experts_filter_scroll::-webkit-scrollbar { width: 5px; height: 6px; } .experts_filter_scroll::-webkit-scrollbar-thumb { background-color: #FF7585; border-radius: 4px; } .experts_filter_scroll::-webkit-scrollbar-track { background-color: rgba(255, 117, 133, 0.3); } .policy_text a{ color: #007b7b; } #reset-btn{ outline: none; } .swiper-button-next, .swiper-button-prev{ content: '' !important; width: 2.7rem !important; height: 2.7rem; } .swiper-button-next:after, .swiper-button-prev:after { content: '' !important; } @media screen and (max-width: 767px) .swiper-button-next, .swiper-button-prev{ width: 2.2rem !important; height: 2.2rem; } .experts_filter_scroll { scroll-behavior: smooth; } </style> </div> <div data-animation="default" class="navbar w-nav" data-easing2="ease" data-easing="ease" data-collapse="medium" data-w-id="abc64b25-bfcf-0f20-08ff-dbdb96d9363e" role="banner" data-duration="400" id="navbar"> <div class="padding-global"> <div class="container-medium"> <div class="max_content_wrap"> <a href="/" class="brand w-nav-brand"><img src="/images/eh-logo-svg-new.svg" loading="lazy" width="110" height="45.15" alt=""></a> <nav role="navigation" class="nav-menu-mobile w-nav-menu"> <a href="https://shop.eldahealth.com" target="_blank" class="nav_link w-nav-link">Shop</a> <div data-hover="true" data-delay="0" class="w-dropdown"> <div class="nav_link drop-down w-dropdown-toggle"> <div class="w-icon-dropdown-toggle"></div> <div>Programs</div> </div> <nav class="dropdown-list w-dropdown-list"> <div class="dropdown_grid"> <a href="/bounce-back" class="dropdown-link w-dropdown-link">Bounce Back</a> <a href="/eldas-holistic-postpartum" class="dropdown-link w-dropdown-link">Holistic Postpartum</a> <a href="/elda-unwind" class="dropdown-link w-dropdown-link">Elda Unwind</a> <a href="/elda-wellness-program" class="dropdown-link w-dropdown-link">Elda Wellness Program</a> <a href="/menopause-package" class="dropdown-link w-dropdown-link">Menopause Package</a> <a href="/skin-hair-wellness" class="dropdown-link w-dropdown-link">Skin & Hair Wellness</a> <a href="/emotional-wellbeing" class="dropdown-link w-dropdown-link">Emotional Wellbeing</a> <a href="/sexual-wellness-program" class="dropdown-link w-dropdown-link">Sexual Wellness</a> <a href="/yoga" class="dropdown-link w-dropdown-link">Yoga</a> <a href="/nutrition" class="dropdown-link w-dropdown-link">Nutrition</a> <a href="/diagnostics" class="dropdown-link w-dropdown-link">Diagnostics</a> </div> </nav> </div> <a href="/experts" class="nav_link w-nav-link">Experts</a> <div data-hover="true" data-delay="0" class="w-dropdown"> <div class="nav_link drop-down w-dropdown-toggle"> <div class="w-icon-dropdown-toggle"></div> <div>Resources</div> </div> <nav class="dropdown-list w-dropdown-list"> <div class="dropdown_grid flex"> <a href="/webinars" class="dropdown-link w-dropdown-link">Webinars</a> <a href="/blog" class="dropdown-link w-dropdown-link">Blogs</a> <a href="/case-study-empowering-workplaces" target="_blank" class="dropdown-link w-dropdown-link">Case Studies</a> </div> </nav> </div> <div data-hover="true" data-delay="0" class="w-dropdown"> <div class="nav_link drop-down w-dropdown-toggle"> <div class="w-icon-dropdown-toggle"></div> <div>Company</div> </div> <nav class="dropdown-list w-dropdown-list"> <div class="dropdown_grid"> <a href="/about" aria-current="page" class="dropdown-link w-dropdown-link w--current">About Us</a> <a href="/contact" class="dropdown-link w-dropdown-link">Contact Us</a> <a href="/careers" class="dropdown-link w-nav-link">Careers</a> </div> </nav> </div> <a href="/media" class="nav_link w-nav-link">Media</a> <a href="/our-app" class="nav_link w-nav-link">Our App</a> <a href="https://app.eldahealth.com" target="_blank" class="nav_link w-nav-link">Join Yoga</a> </nav> <div class="nav-menu w-nav-button"> <div data-is-ix2-target="1" class="hamburger_menu" data-w-id="abc64b25-bfcf-0f20-08ff-dbdb96d93654" data-animation-type="lottie" data-src="/documents/lottieflow-menu-nav-08-007b7b-easey.json" data-loop="0" data-direction="1" data-autoplay="0" data-renderer="svg" data-default-duration="2.0208333333333335" data-duration="0" data-ix2-initial-state="0"></div> </div> </div> </div> </div> </div> <main class="main-wrapper"> <header class="section_sexual_wellness_hero"> <div class="padding-global"> <div class="padding-section-large"> <div class="container-medium"> <div class="hero_content"> <div class="text-align-center"> <div> <h1 class="heading-h1 text-color-white">Rediscover Intimacy, Joy, and Confidence</h1> </div> <div class="margin-bottom margin-xsmall"> <div class="max-width-large"> <div class="hero-subtext">Unlock intimate satisfaction, communication, and self-confidence in a safe, supportive space with Elda's Sexual Wellness Program.</div> </div> </div> </div> </div> </div> </div> </div> </header> <div class="section_how_it_works"> <div class="padding-global"> <div class="padding-top padding-xlarge"> <div class="container-medium"> <div class="margin-bottom margin-medium"> <div class="text-align-center"> <div class="margin-bottom margin-xsmall"> <h2>Why is Sexual Wellness Important?</h2> </div> <div class="max-width-large"> <div class="section-sub-text">Elevate intimacy, enhance communication, and embrace sexual confidence with Elda's holistic Sexual Wellness Program. Discover fulfillment today.</div> </div> </div> </div> <div class="hiw_grid"> <div id="w-node-_1167f729-7392-3cbc-d55d-9cd1013a91cd-8350c1fd" class="sw_card"> <div class="flex-align-center"><img src="images/physical_health.svg" loading="lazy" alt="Physical health icon"></div> <div> <div class="margin-bottom"> <h3 class="sw_heading">Physical health</h3> </div> <div class="sw_text">T can improve cardiovascular health, reduce stress, and boost the immune system.</div> </div> </div> <div id="w-node-ac9a5c2e-60d5-910d-65da-8321b1331e13-8350c1fd" class="sw_card"> <div class="flex-align-center"><img src="images/ew.svg" loading="lazy" alt="Smiling faces icon"></div> <div> <div class="margin-bottom"> <h3 class="sw_heading">Emotional Wellbeing</h3> </div> <div class="sw_text">Enhances emotional bonds, self-esteem, and mental health.</div> </div> </div> <div id="w-node-c5b69f9c-cfac-5c0f-9d1f-b250b4710c46-8350c1fd" class="sw_card"> <div class="flex-align-center"><img src="images/relationship.svg" loading="lazy" alt="Happy couple icon"></div> <div> <div class="margin-bottom"> <h3 class="sw_heading">Relationship Satisfaction</h3> </div> <div class="sw_text">Supports healthy communication and satisfaction in relationships.</div> </div> </div> </div> </div> </div> </div> </div> <div class="hide"> <div class="section_symptoms"> <div class="padding-section-small"> <div class="text-align-center"> <div class="padding-global"> <div class="margin-bottom margin-large"> <h2 class="heading-h2">Experiencing these <span class="green-text">symptoms ?</span></h2> </div> </div> </div> <div data-w-id="d3c8ba88-428c-a71d-5277-629ace49b806" style="opacity:0" class="padding-bottom padding-small"> <div data-w-id="d3c8ba88-428c-a71d-5277-629ace49b807" class="marquee-wrap"> <div style="-webkit-transform:translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0)" class="marquee-content"> <div class="symptom_card"><img src="images/sw-symptom1.webp" loading="lazy" alt="Sexual Wellness icon" class="image"> <div class="symptom_image_overlay"> <div class="symptom_text">Fear Of penetration</div> </div> </div> <div class="symptom_card"><img src="images/sym-5.webp" loading="lazy" alt="Sexual Wellness icon" class="image"> <div class="symptom_image_overlay"> <div class="symptom_text">Vaginal Dryness</div> </div> </div> <div class="symptom_card"><img src="images/sw-symptom2.webp" loading="lazy" alt="Sexual Wellness icon" class="image"> <div class="symptom_image_overlay"> <div class="symptom_text">Low Sex Drive</div> </div> </div> <div class="symptom_card"><img src="images/sw-symptom3.webp" loading="lazy" alt="Sexual Wellness icon" class="image"> <div class="symptom_image_overlay"> <div class="symptom_text">Urinary Issues</div> </div> </div> <div class="symptom_card"><img src="images/sw-symptom4.webp" loading="lazy" alt="Sexual Wellness icon" class="image"> <div class="symptom_image_overlay"> <div class="symptom_text">Soreness Post sex</div> </div> </div> </div> <div style="-webkit-transform:translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0)" class="marquee-content"> <div class="symptom_card"><img src="images/sw-symptom1.webp" loading="lazy" alt="Sexual Wellness icon" class="image"> <div class="symptom_image_overlay"> <div class="symptom_text">Fear Of penetration</div> </div> </div> <div class="symptom_card"><img src="images/sym-5.webp" loading="lazy" alt="Sexual Wellness icon" class="image"> <div class="symptom_image_overlay"> <div class="symptom_text">Vaginal Dryness</div> </div> </div> <div class="symptom_card"><img src="images/sw-symptom2.webp" loading="lazy" alt="Sexual Wellness icon" class="image"> <div class="symptom_image_overlay"> <div class="symptom_text">Low Sex Drive</div> </div> </div> <div class="symptom_card"><img src="images/sw-symptom3.webp" loading="lazy" alt="Sexual Wellness icon" class="image"> <div class="symptom_image_overlay"> <div class="symptom_text">Urinary Issues</div> </div> </div> <div class="symptom_card"><img src="images/sw-symptom4.webp" loading="lazy" alt="Sexual Wellness icon" class="image"> <div class="symptom_image_overlay"> <div class="symptom_text">Soreness Post sex</div> </div> </div> </div> <div style="-webkit-transform:translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0)" class="marquee-content"> <div class="symptom_card"><img src="images/sw-symptom1.webp" loading="lazy" alt="Sexual Wellness icon" class="image"> <div class="symptom_image_overlay"> <div class="symptom_text">Fear Of penetration</div> </div> </div> <div class="symptom_card"><img src="images/sym-5.webp" loading="lazy" alt="Sexual Wellness icon" class="image"> <div class="symptom_image_overlay"> <div class="symptom_text">Vaginal Dryness</div> </div> </div> <div class="symptom_card"><img src="images/sw-symptom2.webp" loading="lazy" alt="Sexual Wellness icon" class="image"> <div class="symptom_image_overlay"> <div class="symptom_text">Low Sex Drive</div> </div> </div> <div class="symptom_card"><img src="images/sw-symptom3.webp" loading="lazy" alt="Sexual Wellness icon" class="image"> <div class="symptom_image_overlay"> <div class="symptom_text">Urinary Issues</div> </div> </div> <div class="symptom_card"><img src="images/sw-symptom4.webp" loading="lazy" alt="Sexual Wellness icon" class="image"> <div class="symptom_image_overlay"> <div class="symptom_text">Soreness Post sex</div> </div> </div> </div> <div style="-webkit-transform:translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0)" class="marquee-content"> <div class="symptom_card"><img src="images/sw-symptom1.webp" loading="lazy" alt="Sexual Wellness icon" class="image"> <div class="symptom_image_overlay"> <div class="symptom_text">Fear Of penetration</div> </div> </div> <div class="symptom_card"><img src="images/sym-5.webp" loading="lazy" alt="Sexual Wellness icon" class="image"> <div class="symptom_image_overlay"> <div class="symptom_text">Vaginal Dryness</div> </div> </div> <div class="symptom_card"><img src="images/sw-symptom2.webp" loading="lazy" alt="Sexual Wellness icon" class="image"> <div class="symptom_image_overlay"> <div class="symptom_text">Low Sex Drive</div> </div> </div> <div class="symptom_card"><img src="images/sw-symptom3.webp" loading="lazy" alt="Sexual Wellness icon" class="image"> <div class="symptom_image_overlay"> <div class="symptom_text">Urinary Issues</div> </div> </div> <div class="symptom_card"><img src="images/sw-symptom4.webp" loading="lazy" alt="Sexual Wellness icon" class="image"> <div class="symptom_image_overlay"> <div class="symptom_text">Soreness Post sex</div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="section_whats_in_it"> <div class="padding-section-small"> <div class="margin-bottom margin-medium"> <div class="padding-global"> <div class="text-align-center"> <div class="margin-bottom margin-xsmall"> <h2>What can <span class="green-text">you Expect</span>?</h2> </div> <div class="max-width-small"> <div class="section-sub-text">Receive personalized care, expert guidance, symptom relief, and a community that understands what you're going through</div> </div> </div> </div> </div> <div class="padding-global"> <div class="container-medium"> <div class="margin-bottom margin-xhuge"> <div data-delay="4000" data-animation="slide" class="slider w-slider" data-autoplay="false" data-easing="ease" data-hide-arrows="true" data-disable-swipe="false" data-autoplay-limit="0" data-nav-spacing="3" data-duration="500" data-infinite="true"> <div class="mask-overflow-visible w-slider-mask"> <div class="whats_in_slide w-slide"> <div id="w-node-_2ae0682d-8e04-cbe0-ba2d-16502d87d7de-8350c1fd" class="whats_in_card sexual_wellness"> <div class="whats_in_header"> <div class="whats_in_icon-wrap"><img loading="lazy" src="images/whats-in1.svg" alt="Doctor icon" class="green-icon"></div> <h3>Gynaecologist And Sexual wellness Expert Consultation</h3> </div> <div class="whats_in_list_wrap"> <div class="check-text-wrapper"><img loading="lazy" src="images/check-303030.svg" alt="Check Mark" class="check_303030"> <div class="check-text">Personalised solutions</div> </div> <div class="check-text-wrapper"><img loading="lazy" src="images/check-303030.svg" alt="Check Mark" class="check_303030"> <div class="check-text">Assessment of your symptoms</div> </div> <div class="check-text-wrapper"><img loading="lazy" src="images/check-303030.svg" alt="Check Mark" class="check_303030"> <div class="check-text">Counsel on relationship issues</div> </div> <div class="check-text-wrapper"><img loading="lazy" src="images/check-303030.svg" alt="Check Mark" class="check_303030"> <div class="check-text">Medical management as and when necessary</div> </div> </div> </div> </div> <div class="whats_in_slide w-slide"> <div id="w-node-_2ae0682d-8e04-cbe0-ba2d-16502d87d7f6-8350c1fd" class="whats_in_card sexual_wellness"> <div class="whats_in_header"> <div class="whats_in_icon-wrap"><img loading="lazy" src="images/care-manager.svg" alt="Care manager icon"></div> <h3>Care Manager</h3> </div> <div class="whats_in_list_wrap"> <div class="check-text-wrapper"><img loading="lazy" src="images/check-303030.svg" alt="Check Mark" class="check_303030"> <div class="check-text">Personalised care manager</div> </div> <div class="check-text-wrapper"><img loading="lazy" src="images/check-303030.svg" alt="Check Mark" class="check_303030"> <div class="check-text">Accountability partner to help set you on the right track</div> </div> <div class="check-text-wrapper"><img loading="lazy" src="images/check-303030.svg" alt="Check Mark" class="check_303030"> <div class="check-text">Your go to person for all your questions</div> </div> </div> </div> </div> <div class="whats_in_slide w-slide"> <div id="w-node-_2ae0682d-8e04-cbe0-ba2d-16502d87d822-8350c1fd" class="whats_in_card sexual_wellness"> <div class="whats_in_header"> <div class="whats_in_icon-wrap"><img loading="lazy" src="images/whats-in-4.svg" alt="Mobile icon"></div> <h3>Elda Health App</h3> </div> <div class="whats_in_list_wrap"> <div class="check-text-wrapper"><img loading="lazy" src="images/check-303030.svg" alt="Check Mark" class="check_303030"> <div class="check-text">Curated content for your specific issues on the app</div> </div> <div class="check-text-wrapper"><img loading="lazy" src="images/check-303030.svg" alt="Check Mark" class="check_303030"> <div class="check-text">Simple solutions to help you sail through difficult times</div> </div> <div class="check-text-wrapper"><img loading="lazy" src="images/check-303030.svg" alt="Check Mark" class="check_303030"> <div class="check-text">Scientific and doctor backed information</div> </div> </div> </div> </div> </div> <div class="arrow-orange-left w-slider-arrow-left"></div> <div class="arrow-orange-right w-slider-arrow-right"></div> <div class="hide w-slider-nav w-round w-num"></div> </div> </div> <div class="margin-bottom margin-medium"> <div class="padding-global"> <div class="text-align-center"> <div class="margin-bottom margin-xsmall"> <h2>The Program and You: <span class="green-text">A Winning Combination</span></h2> </div> <div class="max-width-xsmall"> <div class="section-sub-text">expert consultations, personalized guidance, symptom management, and an empowered community in our program</div> </div> </div> </div> </div> <div class="margin-bottom margin-medium"> <div class="program_highlights_grid"> <div id="w-node-c0a24c64-89c4-c1b7-133f-f1e0458a3b2b-8350c1fd" class="highlight-card"><img src="images/sd.svg" loading="lazy" alt="Sexual Wellness icon"> <div> <h3 class="highlight_heading">Improved Sex Drive</h3> <div>Rediscover your desire and boost your sex drive.</div> </div> </div> <div id="w-node-_833e2dbb-7282-00ab-c350-54381ef68be9-8350c1fd" class="highlight-card"><img src="images/sd2.svg" loading="lazy" alt="Sexual Wellness icon"> <div> <h3 class="highlight_heading">Pain-Free Intimacy</h3> <div>Experience comfortable intimacy and address any concerns you may have.</div> </div> </div> <div id="w-node-c4125403-df24-386e-54a8-45f3d96da767-8350c1fd" class="highlight-card"><img src="images/sd3.svg" loading="lazy" alt="Sexual Wellness icon"> <div> <h3 class="highlight_heading">Relief from Vaginal Dryness</h3> <div>Bid farewell to discomfort with solutions</div> </div> </div> <div id="w-node-b683a216-bf5e-4125-7f6c-828feec9ddc5-8350c1fd" class="highlight-card"><img src="images/highlight-icon5.svg" loading="lazy" alt="Smiling face icon"> <div> <h3 class="highlight_heading">Enhanced Emotional Well-Being</h3> <div>Reducing stress and happiness.</div> </div> </div> <div id="w-node-ba0bcd9f-e601-06b9-c28b-25320e2d87a7-8350c1fd" class="highlight-card"><img src="images/confidence.svg" loading="lazy" alt="Confidence icon"> <div> <h3 class="highlight_heading">Confidence</h3> <div>Boost intimacy confidence for a satisfying relationship.</div> </div> </div> <div id="w-node-_72519eb4-f0c6-82bb-1cf9-4258d56fefbc-8350c1fd" class="highlight-card"><img src="images/highlight-icon6.svg" loading="lazy" alt="Energy icon"> <div> <h3 class="highlight_heading">Energy Levels</h3> <div>Boost your energy</div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="section_cta"> <div class="padding-global"> <div class="padding-section-small"> <div class="container-medium"> <div class="margin-bottom margin-medium"> <div class="padding-global"> <div class="text-align-center"> <div class="margin-bottom margin-xsmall"> <h2>Invest in Your Wellness</h2> </div> <div class="max-width-small"> <div class="section-sub-text">Explore our subscription plans, tailored to your needs and budget. Find the perfect plan to start your wellness journey today.</div> </div> </div> </div> </div> <div class="margin-bottom margin-large"> <div class="plans_wrapper grid-2"> <div id="w-node-_2ae0682d-8e04-cbe0-ba2d-16502d87d8a5-8350c1fd" class="plan_heading"> <div>What you get</div> </div> <div id="w-node-_2ae0682d-8e04-cbe0-ba2d-16502d87d8a8-8350c1fd" class="grid-4 three"> <div id="w-node-_2ae0682d-8e04-cbe0-ba2d-16502d87d8a9-8350c1fd" class="plan-wrap"> <div class="margin-bottom margin-xxsmall"> <div class="text-green-bold">Basic</div> </div> <div class="margin-bottom margin-xxsmall"> <div class="plan_price">₹ 6,999/-</div> </div> <div class="margin-bottom margin-xsmall"> <div class="plan_validity">1 month</div> </div> <a id="plan-1" href="#" class="plan_button w-button">Enrol now</a> </div> <div id="w-node-_2ae0682d-8e04-cbe0-ba2d-16502d87d8b5-8350c1fd" class="plan-wrap"> <div class="margin-bottom margin-xxsmall"> <div class="text-green-bold">Professional</div> </div> <div class="margin-bottom margin-xxsmall"> <div class="plan_price">₹ 12,999/-</div> </div> <div class="margin-bottom margin-xsmall"> <div class="plan_validity">3 Months</div> </div> <a id="plan-2" href="#" class="plan_button w-button">Enrol now</a> </div> <div id="w-node-_2ae0682d-8e04-cbe0-ba2d-16502d87d8c1-8350c1fd" class="plan-wrap"> <div class="margin-bottom margin-xxsmall"> <div class="text-green-bold">Premium</div> </div> <div class="margin-bottom margin-xxsmall"> <div class="plan_price">₹ 19,999/-</div> </div> <div class="margin-bottom margin-xsmall"> <div class="plan_validity">6 months</div> </div> <a id="plan-3" href="#" class="plan_button w-button">Enrol now</a> </div> </div> <div class="plan-sub-heading"> <div>Access To Care Plan</div> </div> <div id="w-node-_2ae0682d-8e04-cbe0-ba2d-16502d87d8dc-8350c1fd" class="grid-4 three"> <div id="w-node-_2ae0682d-8e04-cbe0-ba2d-16502d87d8dd-8350c1fd" class="plan-sub-heading bold"><img src="images/check-green-plans.svg" loading="lazy" alt="Green check icon"></div> <div id="w-node-_2ae0682d-8e04-cbe0-ba2d-16502d87d8e0-8350c1fd" class="plan-sub-heading bold"><img src="images/check-green-plans.svg" loading="lazy" alt="Green check icon"></div> <div id="w-node-_2ae0682d-8e04-cbe0-ba2d-16502d87d8e3-8350c1fd" class="plan-sub-heading bold"><img src="images/check-green-plans.svg" loading="lazy" alt="Green check icon"></div> </div> <div id="w-node-_821ec8ab-3ba4-130f-f05f-b5618264e9f6-8350c1fd" class="plan-sub-heading padding-top"> <div>Wellbeing Coach Sessions</div> </div> <div id="w-node-_0c4fca00-7a83-0bf3-0d42-759187c2bb41-8350c1fd" class="grid-4 three"> <div id="w-node-_0c4fca00-7a83-0bf3-0d42-759187c2bb42-8350c1fd" class="plan-sub-heading bold-no-padding"> <div>9 weeks</div> </div> <div id="w-node-_0c4fca00-7a83-0bf3-0d42-759187c2bb43-8350c1fd" class="plan-sub-heading bold-no-padding"> <div>4 weeks</div> </div> <div id="w-node-_0c4fca00-7a83-0bf3-0d42-759187c2bb44-8350c1fd" class="plan-sub-heading bold-no-padding"> <div>9 weeks</div> </div> </div> <div id="w-node-_2ae0682d-8e04-cbe0-ba2d-16502d87d8f9-8350c1fd" class="plan-sub-heading padding-top"> <div>Dedicated Care Managers</div> </div> <div id="w-node-_2ae0682d-8e04-cbe0-ba2d-16502d87d8fc-8350c1fd" class="grid-4 three"> <div id="w-node-_2ae0682d-8e04-cbe0-ba2d-16502d87d8fd-8350c1fd" class="plan-sub-heading bold-no-padding"></div> <div id="w-node-_2ae0682d-8e04-cbe0-ba2d-16502d87d900-8350c1fd" class="plan-sub-heading bold-no-padding"><img src="images/check-green-plans.svg" loading="lazy" alt="Green check icon"></div> <div id="w-node-_2ae0682d-8e04-cbe0-ba2d-16502d87d903-8350c1fd" class="plan-sub-heading bold-no-padding"><img src="images/check-green-plans.svg" loading="lazy" alt="Green check icon"></div> </div> </div> </div> <div id="sexual-wellness-form" class="form-wrapper"> <div class="text-align-center"> <h2 class="heading-style-h2 text-color-white">Join Elda's Sexual Wellness Journey Today!</h2> </div> <div class="form_block w-form"> <form id="sexualwellness-form" name="wf-form-Sexual-Wellness-Form" data-name="Sexual Wellness Form" method="get" data-wf-page-id="652ee63f12b0ab3c8350c1fd" data-wf-element-id="2ae0682d-8e04-cbe0-ba2d-16502d87d926"> <div class="form_grid"> <div id="w-node-_2ae0682d-8e04-cbe0-ba2d-16502d87d928-8350c1fd" class="form-field-wrapper"><label for="name">Name</label> <div class="form-field"><input class="form-input w-input" maxlength="256" name="name" data-name="Name" placeholder="Enter your full name" type="text" id="name" required=""><img loading="lazy" src="images/name-icon.svg" alt="Name icon" class="field_icon"></div> </div> <div id="w-node-_2ae0682d-8e04-cbe0-ba2d-16502d87d92e-8350c1fd" class="form-field-wrapper"><label for="name">Mobile number</label> <div class="form-field"><input class="form-input phone w-input" maxlength="256" name="phone" data-name="Phone" placeholder="9876543210" type="tel" id="phone" required=""> <div class="country-code">+91</div><img loading="lazy" src="images/Call-icon.svg" alt="Call icon" class="field_icon"> </div> </div> <div id="w-node-_2ae0682d-8e04-cbe0-ba2d-16502d87d934-8350c1fd" class="form-field-wrapper"><label for="name">Email address</label> <div class="form-field"><input class="form-input w-input" maxlength="256" name="email" data-name="Email" placeholder="e.g name@gmail.com" type="email" id="email"><img loading="lazy" src="images/Message-icon.svg" alt="Message icon" class="field_icon"></div> </div> <div id="w-node-_2ae0682d-8e04-cbe0-ba2d-16502d87d93a-8350c1fd" class="form-field-wrapper"><label for="name">Available time to call you</label> <div class="form-field select"><img loading="lazy" src="images/caret.svg" alt="Down arrow icon" class="caret"><img loading="lazy" src="images/Calendar-icon.svg" alt="Time icon" class="field_icon"><select id="time" name="time" data-name="Time" required="" class="form-input is-select-input w-select"> <option value="">Select one...</option> <option value="Weekdays">Weekdays</option> <option value="Weekends">Weekends</option> </select></div> </div><input class="form-input hide w-input" maxlength="256" name="partner-id" data-name="Partner Id" placeholder="Enter your full name" type="text" id="partner-id"><input class="form-input hide w-input" maxlength="256" name="utm-source" data-name="Utm Source" placeholder="Enter your full name" type="text" id="utm-source"><input class="form-input hide w-input" maxlength="256" name="uid" data-name="Uid" placeholder="Enter your full name" type="text" id="uid"><input class="form-input hide w-input" maxlength="256" name="symptoms-list" data-name="Symptoms List" placeholder="" type="text" id="symptoms-list"> <div id="w-node-_2ae0682d-8e04-cbe0-ba2d-16502d87d943-8350c1fd" class="form-field-wrapper"><label for="field">Your Selected Program</label> <div class="form-field select"><select id="program" name="program" data-name="Program" required="" class="form-input is-select-input w-select"> <option value="">Select one...</option> <option value="trial">Sexual Wellness Program: Basic (3 Months) ₹ 6,999/-</option> <option value="pro">Sexual Wellness Program: Professional (4 Weeks) ₹ 12,999/-</option> <option value="monthly">Sexual Wellness Program: Premium (9 Weeks) ₹ 19,999/-</option> </select><img loading="lazy" src="images/caret.svg" alt="Down arrow icon" class="caret"><img loading="lazy" src="images/Calendar-Checked-icon.svg" alt="Calendar icon" class="field_icon"></div> </div> <div id="w-node-_2ae0682d-8e04-cbe0-ba2d-16502d87d949-8350c1fd" class="margin-bottom margin-medium"> <div id="w-node-_2ae0682d-8e04-cbe0-ba2d-16502d87d94a-8350c1fd" class="form_symptoms_wrapper"> <div id="w-node-_2ae0682d-8e04-cbe0-ba2d-16502d87d94b-8350c1fd" class="text-color-white medium">Symptoms</div><label id="Contact-5-Checkbox" class="w-checkbox form-checkbox"> <div class="w-checkbox-input w-checkbox-input--inputType-custom form-checkbox-icon-2"></div><input id="Fear-Of-Penetration" type="checkbox" name="Fear-Of-Penetration" data-name="Fear Of Penetration" style="opacity:0;position:absolute;z-index:-1"><span for="Fear-Of-Penetration" class="checkbox-label w-form-label">Fear Of Penetration</span> </label><label id="Contact-5-Checkbox" class="w-checkbox form-checkbox"> <div class="w-checkbox-input w-checkbox-input--inputType-custom form-checkbox-icon-2"></div><input id="Vaginal-Dryness" type="checkbox" name="Vaginal-Dryness" data-name="Vaginal Dryness" style="opacity:0;position:absolute;z-index:-1"><span for="Vaginal-Dryness" class="checkbox-label w-form-label">Vaginal Dryness</span> </label><label id="Contact-5-Checkbox" class="w-checkbox form-checkbox"> <div class="w-checkbox-input w-checkbox-input--inputType-custom form-checkbox-icon-2"></div><input id="Low-Sex-Drive" type="checkbox" name="Low-Sex-Drive" data-name="Low Sex Drive" style="opacity:0;position:absolute;z-index:-1"><span for="Low-Sex-Drive" class="checkbox-label w-form-label">Low Sex Drive</span> </label><label id="Contact-5-Checkbox" class="w-checkbox form-checkbox"> <div class="w-checkbox-input w-checkbox-input--inputType-custom form-checkbox-icon-2"></div><input id="Urinary-Issues" type="checkbox" name="Urinary-Issues" data-name="Urinary Issues" style="opacity:0;position:absolute;z-index:-1"><span for="Urinary-Issues" class="checkbox-label w-form-label">Urinary Issues</span> </label><label id="Contact-5-Checkbox" class="w-checkbox form-checkbox"> <div class="w-checkbox-input w-checkbox-input--inputType-custom form-checkbox-icon-2"></div><input id="Soreness-Post-Sex" type="checkbox" name="Soreness-Post-Sex" data-name="Soreness Post Sex" style="opacity:0;position:absolute;z-index:-1"><span for="Soreness-Post-Sex" class="checkbox-label w-form-label">Soreness Post Sex</span> </label> </div> </div> </div> <div class="button-group center"><input type="submit" data-wait="Please wait..." class="submit-button w-button" value="Submit"></div> </form> <div class="form-submitted-success"> <div>Thank you! Your submission has been received!</div> </div> <div class="form-submitted-fail"> <div>Oops! Something went wrong while submitting the form.</div> </div> </div> </div> </div> </div> </div> </div> <div class="section_experts"> <div class="padding-global"> <div class="container-medium"> <div class="padding-section-small"> <div class="margin-bottom margin-medium"> <div class="text-align-center"> <div class="margin-bottom margin-xsmall"> <h2>Meet our team of <span class="green-text">experts</span></h2> </div> </div> </div> <div class="experts_grid"> <a href="#" class="expert_card w-inline-block"> <div class="experts_image_wrapper"><img src="images/2021-07-15_1.webp" loading="lazy" sizes="(max-width: 767px) 92vw, (max-width: 991px) 45vw, (max-width: 1279px) 30vw, 380px" srcset="images/2021-07-15_12021-07-15.webp 500w, images/2021-07-15_12021-07-15.webp 800w, images/2021-07-15_1.webp 840w" alt="Ameya " class="experts_image"></div> <div class="expert_details"> <div class="margin-bottom margin-tiny"> <h3 class="expert_name">Dr. Ameya Kanakiya</h3> </div> <div>Menopause Specialist, Gynaecologist</div> <div class="margin-bottom"> <div class="qualification"> <div class="text-style-red text-size-small">Qualification:</div> <div class="text-size-small">MBBS, DGO, DNB, CIMP</div> </div> </div> <div class="qualification"> <div class="text-style-red text-size-small">Years Of Experience:</div> <div class="text-size-small">14+</div> </div> </div> </a> <a href="#" class="expert_card w-inline-block"> <div class="experts_image_wrapper"><img src="images/632a97b5d018c2669ff77054_Dr-Manish-mahajan.webp" loading="lazy" alt="Manish" class="experts_image"></div> <div class="expert_details"> <div class="margin-bottom margin-tiny"> <h3 class="expert_name">Dr. Manish Mahajan</h3> </div> <div>Consultant Obstetrician & Gynaecologist, Laparoscopic Surgeon</div> <div class="margin-bottom"> <div class="qualification"> <div class="text-style-red text-size-small">Qualification:</div> <div class="text-size-small">MBBS, DNB, DGO, Advanced Degree in Sexual Medicine</div> </div> </div> <div class="qualification"> <div class="text-style-red text-size-small">Years Of Experience:</div> <div class="text-size-small">25+</div> </div> </div> </a> <a href="#" class="expert_card w-inline-block"> <div class="experts_image"><img src="images/627269e8fcbd8d2ef4b6e115_download_20170801_134540_1-p-500.webp" loading="lazy" alt="Uma" class="experts_image"></div> <div class="expert_details"> <div class="margin-bottom margin-tiny"> <h3 class="expert_name">Uma Subramaniam</h3> </div> <div>Lead Yoga Therapist</div> <div class="margin-bottom"> <div class="qualification"> <div class="text-style-red text-size-small">Qualification:</div> <div class="text-size-small">MSc Yogic Sciences, MA Sanskrit (Vedanta)</div> </div> </div> <div class="qualification"> <div class="text-style-red text-size-small">Years Of Experience:</div> <div class="text-size-small">15+</div> </div> </div> </a> </div> </div> </div> </div> </div> <div class="section_stories"> <div class="padding-global"> <div class="container-medium"> <div class="padding-section-small"> <div class="margin-bottom margin-medium"> <div class="text-align-center"> <div class="margin-bottom margin-xsmall"> <h2 class="heading-h2"><span class="green-text">Real Stories,</span> Real Women</h2> </div> <div class="max-width-medium"> <div class="section-sub-text">Join our community and discover how real women like you found strength, resilience, and wellness.</div> </div> </div> </div> <div data-delay="4000" data-animation="slide" class="slider w-slider" data-autoplay="false" data-easing="ease" data-hide-arrows="false" data-disable-swipe="false" data-autoplay-limit="0" data-nav-spacing="3" data-duration="500" data-infinite="true"> <div class="w-slider-mask"> <div class="w-slide"> <div class="video_wrapper"> <div class="w-embed w-iframe"> <div class="iframe-container"> <iframe width="100%" src="https://www.youtube.com/embed/ubC-qACKH2c?si=yUSVoYedYfTBJQ79" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen=""></iframe> </div> <style>.iframe-container { position: relative; width: 100%; padding-top: 56.25%; /* 16:9 aspect ratio */ overflow: hidden; } .iframe-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } </style> </div> </div> </div> <div class="w-slide"> <div class="video_wrapper"> <div class="w-embed w-iframe"> <div class="iframe-container"> <iframe width="100%" src="https://www.youtube.com/embed/VXmY9W52zg4?si=A8kEteFPDBkhEB0x" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen=""></iframe> </div> </div> </div> </div> <div class="w-slide"> <div class="video_wrapper"> <div class="w-embed w-iframe"> <div class="iframe-container"> <iframe width="100%" src="https://www.youtube.com/embed/c3OfdESvsoE?si=Rd-Uq4uBMPelaTlQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen=""></iframe> </div> <style>.iframe-container { position: relative; width: 100%; padding-top: 56.25%; /* 16:9 aspect ratio */ overflow: hidden; } .iframe-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } </style> </div> </div> </div> </div> <div class="arrow-orange-left w-slider-arrow-left"></div> <div class="arrow-orange-right w-slider-arrow-right"></div> <div class="hide w-slider-nav w-round w-num"></div> </div> </div> </div> </div> </div> <div class="section_stories"> <div class="padding-global"> <div class="container-medium"> <div class="padding-section-small"> <div class="margin-bottom margin-medium"> <div class="text-align-center"> <div class="margin-bottom margin-xsmall"> <h2>Got Questions? We've Got Answers!.</h2> </div> <div class="max-width-xxsmall"> <div class="section-sub-text">Ask everything you need to know about our programs and services.</div> </div> </div> </div> <div class="faq-wrapper"> <div class="faq_question-group"> <div class="faq_question"> <div>Q: How does Elda Health's Sexual Wellness program address menopausal symptoms related to sexual health?</div><img src="images/faq-plus.svg" loading="lazy" alt="Plus icon" class="faq-icon"> </div> <div class="faq_answer_wrap"> <div class="faq_answer">Elda Health's Sexual Wellness program is designed to address a range of menopausal symptoms, including those related to sexual health. Our expert-curated care plans are tailored to relieve vaginal dryness, low libido, and other sexual health concerns that women may experience during menopause.</div> </div> </div> <div class="faq_question-group"> <div class="faq_question"> <div>Q: What kind of support can I expect from the team at Elda Health when addressing sexual wellness during menopause?</div><img src="images/faq-plus.svg" loading="lazy" alt="Plus icon" class="faq-icon"> </div> <div class="faq_answer_wrap"> <div class="faq_answer">When you enrol in our Sexual Wellness program, you'll be paired with a team trained explicitly in menopause wellness. This team includes care managers, medical experts, dietitians, and health coaches. They provide support, personalised care plans, and guidance to help you address your sexual wellness concerns with empathy, dignity, and respect.</div> </div> </div> <div class="faq_question-group"> <div class="faq_question"> <div>Q: Are video consultations with medical experts part of the program addressing sexual wellness?</div><img src="images/faq-plus.svg" loading="lazy" alt="Plus icon" class="faq-icon"> </div> <div class="faq_answer_wrap"> <div class="faq_answer">Yes, video consultations with medical experts are crucial to our Sexual Wellness program. These consultations focus on addressing your menopausal issues, including those related to sexual health, and provide personalised guidance to help you overcome these challenges.</div> </div> </div> </div> </div> </div> </div> </div> </main> <footer id="footer" class="section_footer"> <div class="padding-global"> <div class="container-medium"> <div class="padding-top padding-section-medium"> <div class="footer_grid"> <div id="w-node-a1edbce3-fbaa-5734-6c28-f87704bc0995-04bc0990"> <div class="margin-bottom margin-small"> <h2 class="text-color-white">Your Health, Our Heart<br>A Personalized Approach to Menopause</h2> </div> <div class="app_links_wrapper"> <a aria-label="Download Elda Health App On App Store" href="https://apps.apple.com/us/app/elda-health/id1570380416" class="w-inline-block"><img src="/images/appstorelink.svg" loading="lazy" alt="App Store Logo"></a> <a aria-label="Download Elda Health App on Google Play" href="https://play.google.com/store/apps/details?id=com.eldahealth&hl=en_IN&gl=US" class="w-inline-block"><img src="/images/googleplay-link.svg" loading="lazy" alt="Google Play Logo"></a> </div> </div> <div id="w-node-a1edbce3-fbaa-5734-6c28-f87704bc09a0-04bc0990" class="footer_link_wrapper"> <h3 class="footer_heading">Program</h3> <a href="/terms-conditions" class="footer_link">Terms & Conditions</a> <a href="/privacy-policy" class="footer_link">Privacy Policy</a> <a href="/refund-policy" class="footer_link">Refund Policy</a> </div> <div id="w-node-a1edbce3-fbaa-5734-6c28-f87704bc09ab-04bc0990" class="footer_link_wrapper"> <h3 class="footer_heading">Contact</h3> <a href="tel:+918712206999" class="footer_image_link w-inline-block"><img src="/images/call-icon-footer.svg" loading="lazy" alt="Call icon"> <div class="phone">+91 9663703639</div> </a> <a href="mailto:support@elda.com?subject=Hello" class="footer_image_link w-inline-block"><img src="/images/main-icon-footer.svg" loading="lazy" alt="Mail Icon"> <div class="phone">support@eldahealth.com</div> </a> </div> </div> <div class="text-align-center-no-animation"> <div> <div class="footer_legal">@2023 All rights Received for Elda health </div> </div> </div> </div> </div> </div> </footer> </div> <script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=651e567d9c211dc2a12830d5" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script> <script src="js/webflow.js" type="text/javascript"></script><!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PVWTKGD" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <script> (function (e, a) { if (!a.__SV) { var b = window; try { var c, l, i, j = b.location, g = j.hash; c = function (a, b) { return (l = a.match(RegExp(b + "=([^&]*)"))) ? l[1] : null }; g && c(g, "state") && (i = JSON.parse(decodeURIComponent(c(g, "state"))), "mpeditor" === i.action && (b.sessionStorage.setItem("_mpcehash", g), history.replaceState(i.desiredHash || "", e.title, j.pathname + j.search))) } catch (m) {} var k, h; window.mixpanel = a; a._i = []; a.init = function (b, c, f) { function e(b, a) { var c = a.split("."); 2 == c.length && (b = b[c[0]], a = c[1]); b[a] = function () { b.push([a].concat(Array.prototype.slice.call(arguments, 0))) } } var d = a; "undefined" !== typeof f ? d = a[f] = [] : f = "mixpanel"; d.people = d.people || []; d.toString = function (b) { var a = "mixpanel"; "mixpanel" !== f && (a += "." + f); b || (a += " (stub)"); return a }; d.people.toString = function () { return d.toString(1) + ".people (stub)" }; k = "disable track track_pageview track_links track_forms register register_once alias unregister identify name_tag set_config people.set people.set_once people.increment people.append people.union people.track_charge people.clear_charges people.delete_user".split(" "); for (h = 0; h < k.length; h++) e(d, k[h]); a._i.push([b, c, f]) }; a.__SV = 1.2; b = e.createElement("script"); b.type = "text/javascript"; b.async = !0; b.src = "https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js"; c = e.getElementsByTagName("script")[0]; c.parentNode.insertBefore(b, c) } })(document, window.mixpanel || []); mixpanel.init("11e5b83596663c43a3a065bcf1642a3c"); </script> <script>document.addEventListener('DOMContentLoaded', function() { // Array of plan details var plans = [ "trial", "pro", "monthly" ]; // Function to handle the button click function handleButtonClick(event) { // Scroll to the form document.getElementById('sexual-wellness-form').scrollIntoView({ behavior: 'smooth' }); // Find the index of the button clicked (from its ID) var index = parseInt(event.target.id.split('-')[1]) - 1; // Change the select field's value document.getElementById('program').value = plans[index]; } // Attach event listeners to each button for (var i = 1; i <= 4; i++) { document.getElementById('plan-' + i).addEventListener('click', handleButtonClick); } }); </script> <!-- <script>// Function to get URL parameter by name function getURLParameter(name) { name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]'); var regex = new RegExp('[\\?&]' + name + '=([^&#]*)'); var results = regex.exec(location.search); return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' ')); } // Function to populate form fields with the URL parameters function populateFormFields() { // Get the values from the URL var utmSourceValue = getURLParameter('utm-source'); var partnerIdValue = getURLParameter('partner-id'); var uidValue = getURLParameter('uid'); var form = document.getElementById('sexualwellness-form'); // Populate the form fields document.getElementById('utm-source').value = utmSourceValue; document.getElementById('partner-id').value = partnerIdValue; document.getElementById('uid').value = uidValue; } // Call the populateFormFields function when the document is ready document.addEventListener("DOMContentLoaded", function() { populateFormFields(); }); </script> <script type="text/javascript"> document.addEventListener("DOMContentLoaded", function() { var form = document.getElementById('sexualwellness-form'); form.addEventListener('submit', function(e) { // Prevent the default form submission e.preventDefault(); // Extract the values from the form fields var name = document.getElementById('name').value; var email = document.getElementById('email').value; var phone = document.getElementById('phone').value; var time = document.getElementById('time').value; var program = document.getElementById('program').value; var utmSource = document.getElementById('utm-source').value; var partnerId = document.getElementById('partner-id').value; var uid = document.getElementById('uid').value; // Capture names of all selected checkboxes var checkboxes = form.querySelectorAll('input[type="checkbox"]:checked'); var selectedSymptoms = []; checkboxes.forEach(function(checkbox) { selectedSymptoms.push(checkbox.name); }); var symptoms = selectedSymptoms.join(','); // Check if partner-id value is not empty if (partnerId !== "") { // Construct the URL with the form values as parameters var redirectUrl = "https://app.eldahealth.com/partner/"; redirectUrl += utmSource; redirectUrl += "?program-code=elda-emotional-wellbeing-coaching" redirectUrl += "&program-variant=" + encodeURIComponent(program); redirectUrl += "&utm-source=" + encodeURIComponent(utmSource); redirectUrl += "&partner-id=" + encodeURIComponent(partnerId); redirectUrl += "&uid=" + encodeURIComponent(uid); redirectUrl += "&name=" +encodeURIComponent(name); redirectUrl += "&email=" +encodeURIComponent(email); redirectUrl += "&symptoms=" + encodeURIComponent(symptoms); // Redirect to the constructed URL window.location.href = redirectUrl; } else { // If partner-id is empty, submit the form as usual (or handle as desired) console.log("Webflow took over!!!") } }); }); </script> --> <script> // JavaScript to handle form submission using AJAX document.getElementById("sexualwellness-form").addEventListener("submit", function (e) { e.preventDefault(); // Prevent the form from submitting normally var formData = new FormData(this); // AJAX request to send form data to the server fetch("form/sexualwellness", { method: "POST", body: formData, }) .then((response) => response.json()) .then((data) => { if (data.success) { document.querySelector(".form-submitted-success").style.display = "block"; document.querySelector(".form-submitted-fail").style.display = "none"; document.getElementById("sexualwellness-form").reset(); // Reset the form after success document.getElementById("sexualwellness-form").style.display = "none"; } else { document.querySelector(".form-submitted-fail").style.display = "block"; document.querySelector(".form-submitted-success").style.display = "none"; } }) .catch((error) => { console.error("Error:", error); document.querySelector(".form-submitted-fail").style.display = "block"; document.querySelector(".form-submitted-success").style.display = "none"; }); }); </script> </body> </html>