arrowhealth.in Open in urlscan Pro
108.178.4.110  Public Scan

URL: https://arrowhealth.in/
Submission: On August 19 via api from US — Scanned from IT

Form analysis 2 forms found in the DOM

<form class="row contactForm" id="contactForm" novalidate="true">
  <div class="col-md-6">
    <div class="row">
      <div class="col-12 mb-4">
        <div class="form-group">
          <label for="name" class="form-label">Name</label>
          <input type="text" id="name" name="name" required="" data-error="Enter the Name" class="form-control name">
          <div class="help-block with-errors text-danger"></div>
        </div>
      </div>
      <div class="col-12  mb-4">
        <div class="form-group">
          <label for="email" class="form-label">Email Address</label>
          <input type="email" id="email" name="email" required="" data-error="Enter the Email" class="form-control">
          <span class="text-danger" id="formemail_err"></span>
          <div class="help-block with-errors text-danger"></div>
        </div>
      </div>
    </div>
  </div>
  <div class="col-md-6">
    <div class="row">
      <div class="col-12  mb-4">
        <div class="form-group">
          <label for="phone" class="form-label">Phone Number</label>
          <input type="text" id="phone" name="phone" required="" data-error="Enter the Phone Number" class="form-control" onkeypress="return isNumber(event)" minlength="10" maxlength="10">
          <span class="text-danger" id="formnumber_err"></span>
          <div class="help-block with-errors text-danger"></div>
        </div>
      </div>
      <div class="col-12  mb-4">
        <div class="form-group">
          <label for="service" class="form-label">Service</label>
          <select class="form-select" id="service" name="service" aria-placeholder="Choose service" required="" data-error="Enter The Service">
            <option value="">Choose service</option>
            <option value="Neurology">Neurology</option>
            <option value="Paediatrics">Paediatrics</option>
            <option value="Lab Services">Lab Services</option>
            <option value="Neuro Lab">Neuro Lab</option>
            <option value="Physiotherapy">Physiotherapy</option>
            <option value="General Health">General Health</option>
          </select>
          <div class="help-block with-errors text-danger"></div>
        </div>
      </div>
    </div>
  </div>
  <div class="col-12  mb-4">
    <div class="form-group">
      <label for="message" class="form-label">Comment</label>
      <textarea class="form-control" placeholder="" id="message" name="message" required="" data-error="Enter The Message" rows="5"></textarea>
      <div class="help-block with-errors text-danger"></div>
    </div>
  </div>
  <div class="form-group form_captcha">
    <div id="form_captcha">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-6wyjhig3v5pu" frameborder="0" scrolling="no"
            sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
            src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LdhVsEmAAAAAE29SlHXnllmMV-muvAdIE1nzZqW&amp;co=aHR0cHM6Ly9hcnJvd2hlYWx0aC5pbjo0NDM.&amp;hl=it&amp;v=hfUfsXWZFeg83qqxrK27GB8P&amp;theme=light&amp;size=normal&amp;cb=uwzxagxzkjxd"></iframe>
        </div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
          style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
      </div>
    </div>
    <span class="text-danger" id="formcaptcha_err"></span>
  </div>
  <div class="col-12">
    <button class="btn btn-theme py-2 px-3 animated slideInRight disabled" id="form_submit" type="submit" style="pointer-events: all; cursor: pointer;">Submit</button>
  </div>
</form>

<form class="row modalForm" id="contactForm" novalidate="true">
  <div class="col-md-6">
    <div class="row">
      <div class="col-12 mb-4">
        <div class="form-group">
          <label for="name" class="form-label">Name</label>
          <input type="text" id="modalname" name="name" required="" data-error="Enter the Name" class="form-control name">
          <div class="help-block with-errors text-danger"></div>
        </div>
      </div>
      <div class="col-12  mb-4">
        <div class="form-group">
          <label for="email" class="form-label">Email Address</label>
          <input type="email" id="modalemail" name="email" required="" data-error="Enter the Email" class="form-control">
          <span class="text-danger" id="modalemail_err"></span>
          <div class="help-block with-errors text-danger"></div>
        </div>
      </div>
    </div>
  </div>
  <div class="col-md-6">
    <div class="row">
      <div class="col-12  mb-4">
        <div class="form-group">
          <label for="phone" class="form-label">Phone Number</label>
          <input type="text" id="modalphone" name="phone" required="" data-error="Enter the Phone Number" class="form-control" onkeypress="return isNumber(event)" minlength="10" maxlength="10">
          <span class="text-danger" id="modalnumber_err"></span>
          <div class="help-block with-errors text-danger"></div>
        </div>
      </div>
      <div class="col-12  mb-4">
        <div class="form-group">
          <label for="service" class="form-label">Service</label>
          <select class="form-select" id="modalservice" name="service" aria-placeholder="Choose service" required="" data-error="Enter The Service">
            <option value="">Choose service</option>
            <option value="Neurology">Neurology</option>
            <option value="Paediatrics">Paediatrics</option>
            <option value="Lab Services">Lab Services</option>
            <option value="Neuro Lab">Neuro Lab</option>
            <option value="Physiotherapy">Physiotherapy</option>
            <option value="General Health">General Health</option>
          </select>
          <div class="help-block with-errors text-danger"></div>
        </div>
      </div>
    </div>
  </div>
  <div class="col-12  mb-4">
    <div class="form-group">
      <label for="message" class="form-label">Comment</label>
      <textarea class="form-control" placeholder="" id="modalmessage" name="message" required="" data-error="Enter The Message" rows="5"></textarea>
      <div class="help-block with-errors text-danger"></div>
    </div>
  </div>
  <div class="form-group">
    <div class="g-recaptcha captcha mb-4 cm2" id="modal_captcha">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-uf3ic21yduqj" frameborder="0" scrolling="no"
            sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
            src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LchDcImAAAAABgly-Qf0q7kEXr5h7hm8XG1y-T_&amp;co=aHR0cHM6Ly9hcnJvd2hlYWx0aC5pbjo0NDM.&amp;hl=it&amp;v=hfUfsXWZFeg83qqxrK27GB8P&amp;size=normal&amp;cb=5wg4rwjehkl1"></iframe>
        </div><textarea id="g-recaptcha-response-1" name="g-recaptcha-response" class="g-recaptcha-response"
          style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
      </div><iframe style="display: none;"></iframe>
    </div>
    <span class="text-danger" id="modalcaptcha_err"></span>
  </div>
  <div class="col-12">
    <button class="btn btn-theme py-2 px-3 animated slideInRight" id="form_submit" type="submit" style="pointer-events: all; cursor: pointer;">Submit</button>
  </div>
</form>

Text Content

 * Home
 * About
 * Services
 * Gallery
 * Blog
 * Contact Us
   
   
   


Previous Next

Previous Next
Book an Appointment


OUR CLINIC

Arrow Health is a speciality clinic with a focus on Neurology, Paediatrics and
General health. We at Arrow Health, believe in a patient-centered approach to
care. Good health is the foundation of a fulfilling life. It empowers us to
pursue our passions, enjoy life and embrace new experiences. Let us help you
find your mark in health and wellness, by providing personalised and targeted
healthcare solutions.

arrowhealth.in

VIEW MORE



OUR SERVICES


NEUROLOGY


PAEDIATRICS


LAB SERVICES


PHARMACY


NEURO LAB


PHYSIOTHERAPY


GENERAL HEALTH


CONNECT WITH US

Your feedback is important to us. Contact us to share your thoughts or to seek
further information.

 * Phone : +91 73059 61156, 044 4778 1155
 * Email : info@arrowhealth.in
 * Web : www.arrowhealth.in
 * Instagram : arrowhealth.in
 * Address : No.1B Voltas colony main road, nanganallur, Chennai-61.
   Book an Appointment

Form Submitted Successfully
Name

Email Address

Phone Number

Service Choose service Neurology Paediatrics Lab Services Neuro Lab
Physiotherapy General Health

Comment


Submit

Testimonial

> Very good neurologist. Patiently listens to our issues. Highly recommended sir
> to anyone requiring neurology based care.


RAM MOHAN

> Very kind and helpful doctors. Explained the blood tests, and what each test
> would help detect. The staff were very friendly to my mom and samples were
> taken promptly. Excellent clinic in our area.


SWETHA

> Dr Varsha patiently explained everything in a clear manner. I highly recommend
> this pediatrician.


SANMATHI

> Had a pleasant experience. Visitied for my mother, she was happy and the
> medication recommended have worked well. Entire process has been handled
> professionaly and was impressed with their regular follow up.


AJAY KUMAR

> Consulted Dr. Rithvik for my Nerve related issue. Very good person and
> listened to my problem patiently and suggested satisfying treatment. More than
> physical relievement am relieved mentally. Very much satisfied.


SANKARAN RAMALINGAM

> Dr.Rithvik - So humble and genuine to talk. Explains all details very well
> without any hesitation.


LAVANYA RAJ

> Hospital is very well maintained and clean. Dr. Varsha is very kind and down
> to earth person. Doctor listens very patiently and explains very clearly.


RAGAV SUBRAMANIAN

> Dr Varsha is very good doctor. She takes detailed report on the health of kids
> and suggest the recommended approach parents should take in treatment of kids.
> She is always approachable.


GOPI MOHAN

> Good place, staff polite, doctor listens to problem properly. Got diagnosed
> properly and treatment properly.


ANSHUL BHARDWAJ

> Thanks for a wonderful experience. The doctor was very kind and listened to my
> problem and provided right guidance. The staff are very kind.


HARISH P

> I recently visited this clinic for my Neuro problem. I consulted with Dr
> Rithvik. His approach was really great. First he collected all the
> informations very patiently. Then he gave best solution for my problem. He
> respects the patients very well. And very importantly he followed up and made
> sure my problem resolved completely. I personally recommend this clinic.


PRAKASH P




OUR CLINIC

No.1B Voltas colony main road, nanganallur, Chennai-600061.

+91 73059 61156
044 4778 1155

info@arrowhealth.in

arrowhealth.in

QUICK LINKS

About Us Services Gallery Contact Us

OUR SERVICES

Neurology Paediatrics lab Services pharmacy Neuro Lab physiotherapy General
Health

LOCATION

© Copyright 2023. All Right Reserved.
Form Submitted Successfully
Form Submitted Successfully
Name

Email Address

Phone Number

Service Choose service Neurology Paediatrics Lab Services Neuro Lab
Physiotherapy General Health

Comment


Submit