www.ekincare.com Open in urlscan Pro
3.6.71.26  Public Scan

Submitted URL: http://ekincare.com/
Effective URL: https://www.ekincare.com/
Submission: On January 19 via manual from IN — Scanned from DE

Form analysis 1 forms found in the DOM

POST /request

<form @focusout="change" @input="change" @submit="submit" action="/request" autocomplete="off" class="grid grid-cols-1 gap-y-6" id="contactForm" method="POST" x-data="form()" x-init="init()">
  <div>
    <input autocomplete="off"
      class="firstname form-control block w-full text-base font-normal text-gray-700 bg-gray-100 bg-clip-padding border border-solid border-gray-300 rounded transition ease-in-out m-0 focus:text-gray-700 focus:bg-white focus:border-blue-600 focus:outline-none py-1.5"
      id="firstname" name="firstname" placeholder="Full name*" type="text" value="" data-gaconnector-tracked="true">
    <input name="type" type="hidden" data-gaconnector-tracked="true">
    <input name="utm_source" type="hidden" value="" data-gaconnector-tracked="true">
    <input name="utm_medium" type="hidden" value="" data-gaconnector-tracked="true">
    <input name="utm_term" type="hidden" value="" data-gaconnector-tracked="true">
    <input name="utm_campaign" type="hidden" value="" data-gaconnector-tracked="true">
    <input name="utm_content" type="hidden" value="" data-gaconnector-tracked="true">
    <input name="referral_url" type="hidden" value="" data-gaconnector-tracked="true">
    <input name="client_ip" type="hidden" value="217.114.218.20" data-gaconnector-tracked="true">
    <input id="page_url" name="page_url" type="hidden" value="https://www.ekincare.com/" data-gaconnector-tracked="true">
    <label class="sr-only" for="full_name">Full name</label>
    <input autocomplete="name" class="block w-full shadow-sm py-3 px-4 placeholder-gray-500 focus:ring-blue-500 focus:border-blue-500 border-gray-200 rounded-md" data-errormessage="Please enter" data-rules="[&quot;required&quot;, &quot;name&quot;]"
      data-server-errors="[]" id="name" name="name" placeholder="Full name *" type="text" x-bind:class="{'border-red-400': name.errorMessage}" data-gaconnector-tracked="true">
    <p class="text-red-600 pt-2 text-base font-semibold" x-show.transition.in="name.errorMessage" x-text="name.errorMessage" style="display: none;"></p>
  </div>
  <div>
    <label class="sr-only" for="company">company</label>
    <input autocomplete="company" class="block w-full shadow-sm py-3 px-4 placeholder-gray-500 focus:ring-blue-500 focus:border-blue-500 border-gray-200 rounded-md" data-errormessage="Please enter"
      data-rules="[&quot;required&quot;, &quot;company&quot;]" data-server-errors="[]" id="company" name="company" placeholder="Organization *" type="text" x-bind:class="{'border-red-400': email.errorMessage}" data-gaconnector-tracked="true">
    <p class="text-red-600 pt-2 text-base font-semibold" x-show.transition.in="company.errorMessage" x-text="company.errorMessage" style="display: none;"></p>
  </div>
  <div>
    <label class="sr-only" for="email">Email</label>
    <input autocomplete="email" class="block w-full shadow-sm py-3 px-4 placeholder-gray-500 focus:ring-blue-500 focus:border-blue-500 border-gray-200 rounded-md" data-rules="[&quot;required&quot;, &quot;businessEmail&quot;]" data-server-errors="[]"
      id="email" name="email" placeholder="Business Email *" type="email" x-bind:class="{'border-red-400': email.errorMessage}" data-gaconnector-tracked="true">
    <p class="text-red-600 pt-2 text-base font-semibold" x-show.transition.in="email.errorMessage" x-text="email.errorMessage" style="display: none;"></p>
  </div>
  <div>
    <label class="sr-only" for="employees">Employees</label>
    <select class="block w-full shadow-sm py-3 px-4 placeholder-gray-500 focus:ring-blue-500 focus:border-blue-500 border-gray-200 rounded-md relative custom_select flex-auto font-normal" data-rules="[&quot;required&quot;]" data-server-errors="[]"
      id="employees" name="employees" x-bind:class="{'border-red-400': employees.errorMessage}">
      <option class="selected hidden" value="">Select number of employees</option>
      <option value="<500">&lt; 500</option>
      <option value="500-2000">500-2000</option>
      <option value="2000+">2000+</option>
    </select>
    <p class="text-red-600 pt-2 text-base font-semibold" x-show.transition.in="employees.errorMessage" x-text="employees.errorMessage" style="display: none;"></p>
  </div>
  <div>
    <label class="sr-only" for="phone">Phone</label>
    <input autocomplete="tel" class="block w-full shadow-sm py-3 px-4 placeholder-gray-500 focus:ring-blue-500 focus:border-blue-500 border-gray-200 rounded-md" data-rules="[&quot;required&quot;, &quot;validPhoneNumber&quot;]" data-server-errors="[]"
      id="phone" name="phone" placeholder="Phone" type="number" x-bind:class="{'border-red-400': phone.errorMessage}">
    <p class="text-red-600 pt-2 text-base font-semibold" x-show.transition.in="phone.errorMessage" x-text="phone.errorMessage" style="display: none;"></p>
  </div>
  <div>
    <label class="sr-only" for="interested_in">Interested In</label>
    <select class="block w-full shadow-sm py-3 px-4 placeholder-gray-500 focus:ring-blue-500 focus:border-blue-500 border-gray-200 rounded-md relative custom_select flex-auto font-normal" data-rules="[&quot;required&quot;]" data-server-errors="[]"
      id="interested_in" name="interested_in" x-bind:class="{'border-red-400': interested_in.errorMessage}">
      <option class="selected hidden" value="">Interested In</option>
      <option value="Taking a demo">Taking a demo</option>
      <option value="Referring someone">Referring someone</option>
      <option value="Enquiring about an existing plan">Enquiring about an existing plan</option>
      <option value="A career opportunity">A career opportunity</option>
    </select>
    <p class="text-red-600 pt-2 text-base font-semibold" x-show.transition.in="interested_in.errorMessage" x-text="interested_in.errorMessage" style="display: none;"></p>
  </div>
  <div>
    <button class="inline-flex justify-center py-3 px-6 border border-transparent shadow-sm text-base font-medium rounded-md text-white btn-bg-color hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500"
      id="contactSubmit" type="submit"> Submit <!--  -->
    </button>
  </div>
</form>

Text Content

Learn why leading HR professionals trust ekincare! Explore Now

Workflow
Open menu
Products

Prime Cover

Holistic employee health experiences that cover every dimension

Flexi Cover

Flexible employee health benefits solutions with limitless options

Benefits

Health checks

Provide health checks for your employees pan India

Telemedicine

24x7 doctors available instantly on the ekincare platform

e-Pharmacy

Get your medicines delivered to your doorsteps easily

Mental health and well being

24x7 access to counsellors through Employee Assistance Programs

Gyms and fitness

Open the doors to 6000+ fitness centres pan India

Medical rooms

Get medical staff and equipment set up for Occupational Health Centres

Other Benefits

Vaccinations, dental & vision, healthcare financing and more

Covid care

Organize cashless vaccinations and test for your employees pan India

Resources

Blog

Read relevant content across various topics

Case studies / White papers

Read stories of our impact on the industry and users

Press releases

We make the news! Read about our coverage here

Events & Webinars

Find the latest webinars, events & past recordings

Customer reviews Awards About us Careers
Employee Log in
Schedule demo
Employer Log in
Close menu
PRODUCTS Prime Cover Flexi Cover BENEFITS
Health checks Telemedicine e-Pharmacy Mental health Gyms and fitness Medical
rooms Other Benefits Covid Care
Case studies Blog Press releases Events & Webinars Customer reviews Awards Terms
Privacy About us Careers

Existing customer? Sign in


NEW AGE HEALTH BENEFITS FOR THE NEW NORMAL

A full stack health benefits platform that is predictive, preventive and
personalized

Schedule demo


Trusted by hundreds of employee-friendly companies




A BETTER WAY TO ADMINISTER HEALTH BENEFITS

Patented health benefits platform to drive industry leading engagement
throughout your organisation


ECOSYSTEM OF HEALTH BENEFITS

With 10,000+ partners pan-India, ensure health support for your employees
anywhere, anytime

OPD benefits Provide health checks, telemedicine, pharmacy delivery, fitness
sessions, dental/vision services on a single platform
Medical Rooms Focus on your core business while ekincare manages the day-to-day
processes of your Occupational Health Centers (OHCs)
Healthcare financing Provide cashless and easy zero-interest EMIs to employees
on big-ticket healthcare procedures
Mental health Ensure your employees are happy and productive with employee
assistance programs and counsellor support



DATA-DRIVEN ACTIONABLE INSIGHTS

Real-time dashboards aggregating population health help you make the right
decisions consistently

Customized engagement Know your employees' health needs and build a customized
annual plan that drives higher engagement
Dedicated dashboard Access real-time dashboards covering utilization, health
data and engagement parameters to give you the right insights, always
Personalised for all employees Your employees are not homogenous and have
different health needs. Ensure your program supports all of them
Save upto 90% of the cost With our flexi-care program, provide the power of
choice to your employees and save costs on health benefit programs


We are the best in the industry, and we know it!

Top companies in India select us, and here's why


PAN INDIA NETWORK

10,000+ service partners across 150+ cities to ensure a seamless & unified
experience

Download the white paper to know how we digitally manage a pan-India network of
providers


4+ RATINGS

With individual ratings for all services, our platform has been rated 4+ by
50,000+ users

Read the case study to know how we ensure a seamless & unified experience for
your employees


4X UTILIZATION

Flexi-benefits personalizes the experience for every employee, increasing
utilization

Read the case study about our client where benefit utilization increased through
flexi-benefits


60% HIGHER ENGAGEMENT

Personalized communication using CRM increases engagement on the platform

Download the white paper to know how we drive higher engagement across our
clients


ISO 27001 CERTIFIED

Being enterprise-ready, all health data on the ekincare platform is safe and
secure

Download the white paper to understand how we protect your data


UPTO 90% COST SAVINGS

Flexi-care approach brings an intuitive approach to benefits planning, saving
costs

Read the case study about our client that provided the best benefits while
saving costs

As a start-up, the immediate health concerns that we saw were burnout, mental
well-being, and occupational hazards. We were able to address these concerns
with ekincare's holistic health and wellness platform, combined with
gamification features.

Wonderful experience right from smooth execution of health check programs to
quick resolution of employees' queries. We are extremely satisfied with
ekincare's service and would like to rate them 5/5.

Mavenir had tied up with ekincare for creating a high-performance environment on
the foundation of good health. We really appreciate the service, support, and
proactiveness of ekincare's team.

Our employees trusted ekincare for everything from annual health checks to
workplace sanitization during COVID-19. The 24x7 access to doctors helped
reassure them and their family members of their well-being.

ekincare has been of great help in supporting our employees and their
dependents' health and well-being. The platform has really saved their time and
money, and helped them feel safe during the COVID-19 pandemic.




SCHEDULE A DEMO:

Get an insightful demonstration of all that ekincare has to offer to you and
your employees! Fill in your details so that our team can reach out to you at
the earliest.

For concerns or support

Email customerexecutive@ekincare.com
phone 040 68174274

For enquiries

Email sales@ekincare.com
Phone +91 8035742287

Trusted by Fortune 500 companies

End-to-end digital platform

Data is private and secure

10,000+ healthcare partners

Full name



company



Email



Employees Select number of employees < 500 500-2000 2000+



Phone



Interested In Interested In Taking a demo Referring someone Enquiring about an
existing plan A career opportunity



Submit


FROM OUR THINK TANK

Stay updated with the latest trends and content around corporate well-being and
health benefits

Mental health

Top 5 Effective and Proven Strategies for Coping with Stress

The India Fit Report 2022-2023 found 24% of Indians battling stress post-Covid.
Work-related stress hits 26%, financi...

= post.original_author&.name

Nivetha Kannan

13 Dec 2023

Mental health

How To Be an Effective Mental Health Ally for Your Loved ...

Approximately 60-70 million people in India grapple with common mental health
disorders, yet a significant portion f...

= post.original_author&.name

Nivetha Kannan

09 Jan 2024

Mental health

The Power of Vulnerability: Why It's Okay for Men to Open Up

'Real men don't cry!'   'Don't be such a girl!'  'Man up!'  Most men grow up
hearing such phrases every time they sho...

= post.original_author&.name

Nivetha Kannan

08 Dec 2023

ekincare’s patented technology and a pan-India network of over 10,000+ cashless
healthcare service providers make it one of India’s leading integrated OPD
benefits platforms.

ekincare is trusted by 500 corporates including Fortune 500 companies such as
KPMG, HSBC, BNY Mellon and Target, to design and deploy unified OPD benefits
including health checkups, doctor consultations, pharmacy, emergency ambulance
services, mental health support, access to gyms and fitness centers,
vaccinations, insurance top-ups and more across their 2M+ employees and
families.

Made with ❤️ in India

Follow us on Social media

Linkedin Twitter Facebook Youtube


ABOUT

 * Prime Cover
 * Flexi Cover
 * Benefits


COMPANY

 * Who we are
 * Blog
 * Press Releases
 * Careers
 * For Insurance Providers
 * For Brokers
 * Responsible disclosure policy
 * Sitemap


LEGAL

 * Terms and Conditions
 * Privacy Policy

© 2024 Aayuv Technologies Private Limited. Patented #201841008314 and Patent
Pending #201641009211, #201641031245, #201641009219 ©