www.thefitindian.com Open in urlscan Pro
165.22.212.138  Public Scan

URL: http://www.thefitindian.com/
Submission: On March 25 via manual from IN — Scanned from DE

Form analysis 3 forms found in the DOM

POST

<form id="metricsForm" method="post">
  <div class="col-xs-9 widget-div" id="widget">
    <div class="health-score">Want To Know Your Health Score? <span id="modifyValues" class="no-display"><button type="button" class="btn modifyValues">Modify Values</button></span>
    </div>
    <div class="arrow"></div>
    <div class="widget-outer">
      <div class="widget">
        <div id="metrics" class="is-display">
          <div class="row widget-header">
            <div class="col-xs-9 metrics">
              <div class="row">
                <div class="col-xs-2">
                  <p class="title">HEIGHT</p>
                </div>
                <div class="col-xs-10 slider">
                  <button type="button">
                    <div class="box2 inline" id="boxhl"></div>
                  </button>
                  <div id="slider-3" class="inline ui-slider ui-corner-all ui-slider-horizontal ui-widget ui-widget-content">
                    <div class="ui-slider-range ui-corner-all ui-widget-header ui-slider-range-min" style="width: 64.1509%;"></div><span tabindex="0" class="ui-slider-handle ui-corner-all ui-state-default" style="left: 64.1509%;">5'10" ft</span>
                  </div>
                  <button type="button">
                    <div class="box inline" id="boxhr"></div>
                  </button>
                  <input type="hidden" id="height" name="height" value="70">
                </div>
              </div>
              <div class="row">
                <div class="col-xs-2">
                  <p class="title">WEIGHT</p>
                </div>
                <div class="col-xs-10 slider">
                  <button type="button">
                    <div class="box2 inline" id="boxwl"></div>
                  </button>
                  <div id="slider-2" class="inline ui-slider ui-corner-all ui-slider-horizontal ui-widget ui-widget-content">
                    <div class="ui-slider-range ui-corner-all ui-widget-header ui-slider-range-min" style="width: 25%;"></div><span tabindex="0" class="ui-slider-handle ui-corner-all ui-state-default" style="left: 25%;">60 kgs</span>
                  </div>
                  <button type="button">
                    <div class="box inline" id="boxwr"></div>
                  </button>
                  <input type="hidden" id="weight" name="weight" value="60">
                </div>
              </div>
              <div class="row">
                <div class="col-xs-2">
                  <p class="title">AGE</p>
                </div>
                <div class="col-xs-10 slider">
                  <button type="button">
                    <div class="box2 inline" id="boxal"></div>
                  </button>
                  <div id="slider-1" class="inline ui-slider ui-corner-all ui-slider-horizontal ui-widget ui-widget-content" style="top:0">
                    <div class="ui-slider-range ui-corner-all ui-widget-header ui-slider-range-min" style="width: 18.5185%;"></div><span tabindex="0" class="ui-slider-handle ui-corner-all ui-state-default" style="left: 18.5185%;">32 yrs</span>
                  </div>
                  <button type="button">
                    <div class="box inline" id="boxar"></div>
                  </button>
                  <input type="hidden" id="age" name="age" value="32">
                </div>
              </div>
              <p class="validation" id="bmiValidation" style="color:red;display: none;font-size: 12px;margin: 0">Please enter valid details</p>
            </div>
            <div class="col-xs-3 gender text-center">
              <p class="title text-center">GENDER</p>
              <div class="gender-icons">
                <fieldset>
                  <label>
                    <input id="radio-m" type="radio" name="radiogender" value="male">
                    <img src="https://res.cloudinary.com/fitindian/desktop/img/checkmale.png">
                  </label><br>
                  <label>
                    <input id="radio-f" type="radio" name="radiogender" value="female">
                    <img src="https://res.cloudinary.com/fitindian/desktop/img/checkfemale.png">
                  </label>
                  <div class="validation" id="genderValidation" style="display: none;">
                    <p>* Please select your gender</p>
                  </div>
                </fieldset>
              </div>
            </div>
          </div>
          <hr>
          <div class="lifeStyle">
            <div class="row">
              <div class="col-xs-3">
                <p><b>LIFESTYLE</b> <!-- <span style="margin-left: 25px;"><i class="fa fa-info-circle" id="lifeStyleTooltip" aria-hidden="true" ></i></span> -->
                </p>
              </div>
              <div class="col-xs-9 lifeStyle_inputs">
                <fieldset>
                  <div class="row">
                    <div class="col-xs-6" style="padding:0px">
                      <div>
                        <input id="radio-1" class="radio-custom" name="radiolifestyle" value="Sedentary" type="radio">
                        <label for="radio-1" class="radio-custom-label" data-toggle="tooltip" title="" data-original-title="Too much time spent in sitting">Sedentary</label>
                      </div>
                      <div>
                        <input id="radio-2" class="radio-custom" name="radiolifestyle" value="LightlyActive" type="radio">
                        <label for="radio-2" class="radio-custom-label" data-toggle="tooltip" title="" data-original-title="1-2 days/week of physical activity">Lightly Active</label>
                      </div>
                      <div>
                        <input id="radio-3" class="radio-custom" name="radiolifestyle" value="ModeratelyActive" type="radio">
                        <label for="radio-3" class="radio-custom-label" data-toggle="tooltip" title="" data-original-title="3-5 days/week of physical activity">Moderately Active</label>
                      </div>
                    </div>
                    <div class="col-xs-6" style="padding:0px">
                      <div>
                        <input id="radio-4" class="radio-custom" name="radiolifestyle" value="VeryActive" type="radio">
                        <label for="radio-4" class="radio-custom-label" data-toggle="tooltip" title="" data-original-title="6-7 days/week of physical activity">Very Active</label>
                      </div>
                      <div>
                        <input id="radio-5" class="radio-custom" name="radiolifestyle" value="ExtremelyActive" type="radio">
                        <label for="radio-5" class="radio-custom-label" data-toggle="tooltip" title="" data-original-title="2X physical activity per day">Athletic</label>
                      </div>
                    </div>
                  </div>
                </fieldset>
              </div>
            </div>
            <div class="validation" id="lifestyleValidation" style="color:red;display: none;">
              <p>* Please select Your Lifestyle</p>
            </div>
          </div>
          <div class="check text-center">
            <p class="btn" onclick="calculateBmi()">CHECK MY HEALTH SCORE</p>
          </div>
        </div>
        <div id="bmi" class="no-display">
          <div class="bmi-header">
            <h3 style="margin: 0">Your BMI: <span id="bmi-score"></span> - <span id="bmi-tip"></span></h3>
            <div class="bmi-image">
              <div class="bmi-image-scale"></div>
              <div id="bmi-pointer">23</div>
            </div>
          </div>
          <hr>
          <div class="row risk-score">
            <div class="col-xs-12 col-xs-7 risks" style="padding-right: 10px;">
              <h3>Possible Health Risks</h3>
              <p id="noHealthRisks"></p>
              <ul id="risksRepeat">
              </ul>
              <p class="disclaimer" id="disclaimer"><strong>Disclaimer</strong> : The following predications are based on our scientific research and need not be true.</p>
            </div>
            <div class="col-xs-12 col-xs-5 score-div">
              <p class="text-center" style="">Your Health Score</p>
              <div class="score text-center">
                <p id="healthScore"></p>
              </div>
            </div>
          </div>
          <div class="check text-center">
            <a style="cursor: pointer;background-color:#ebc95e; border-radius: 3px; color: #513f6e; width:35%;" class="btn" id="signupModal">Get My Free Diet Plan</a>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

POST

<form method="post" class="registerForm" id="registerForm">
  <p style="color: red;font-size: 12px;margin-bottom: 0;margin-top: 20px" id="registerError"></p>
  <input class="textfield" type="text" name="registerName" id="registerName" onblur="verifyName(event)" placeholder="Name">
  <p id="registerNameCaution" class="text-left" style="display: none; margin:0; font-size: 10px; color: red">Enter a valid name</p>
  <div style="position: relative;">
    <div class="intl-tel-input allow-dropdown">
      <div class="flag-container">
        <div class="selected-flag" role="combobox" aria-owns="country-listbox" tabindex="0" title="India: +91">
          <div class="iti-flag in"></div>
          <div class="iti-arrow"></div>
        </div>
        <ul class="country-list hide" id="country-listbox" aria-expanded="false" role="listbox" aria-activedescendant="iti-item-in">
          <li class="country standard active" id="iti-item-in" role="option" data-dial-code="91" data-country-code="in" aria-selected="true">
            <div class="flag-box">
              <div class="iti-flag in"></div>
            </div><span class="country-name">India</span><span class="dial-code">+91</span>
          </li>
          <li class="country standard" id="iti-item-us" role="option" data-dial-code="1" data-country-code="us">
            <div class="flag-box">
              <div class="iti-flag us"></div>
            </div><span class="country-name">United States</span><span class="dial-code">+1</span>
          </li>
          <li class="country standard" id="iti-item-gb" role="option" data-dial-code="44" data-country-code="gb">
            <div class="flag-box">
              <div class="iti-flag gb"></div>
            </div><span class="country-name">United Kingdom</span><span class="dial-code">+44</span>
          </li>
          <li class="country standard" id="iti-item-au" role="option" data-dial-code="61" data-country-code="au">
            <div class="flag-box">
              <div class="iti-flag au"></div>
            </div><span class="country-name">Australia</span><span class="dial-code">+61</span>
          </li>
          <li class="country standard" id="iti-item-pk" role="option" data-dial-code="92" data-country-code="pk">
            <div class="flag-box">
              <div class="iti-flag pk"></div>
            </div><span class="country-name">Pakistan</span><span class="dial-code">+92</span>
          </li>
          <li class="country standard" id="iti-item-bd" role="option" data-dial-code="880" data-country-code="bd">
            <div class="flag-box">
              <div class="iti-flag bd"></div>
            </div><span class="country-name">Bangladesh</span><span class="dial-code">+880</span>
          </li>
          <li class="country standard" id="iti-item-sg" role="option" data-dial-code="65" data-country-code="sg">
            <div class="flag-box">
              <div class="iti-flag sg"></div>
            </div><span class="country-name">Singapore</span><span class="dial-code">+65</span>
          </li>
          <li class="country standard" id="iti-item-my" role="option" data-dial-code="60" data-country-code="my">
            <div class="flag-box">
              <div class="iti-flag my"></div>
            </div><span class="country-name">Malaysia</span><span class="dial-code">+60</span>
          </li>
          <li class="country standard" id="iti-item-lk" role="option" data-dial-code="94" data-country-code="lk">
            <div class="flag-box">
              <div class="iti-flag lk"></div>
            </div><span class="country-name">Sri Lanka</span><span class="dial-code">+94</span>
          </li>
        </ul>
      </div><input class="textfield" autocomplete="off" type="tel" oninput="checkNumberValidity(event)" onblur="verifyMobile(event)" name="registerMobileDummy" id="registerMobile" placeholder="081234 56789">
    </div>
  </div>
  <input type="hidden" name="registerMobile" id="registerMobileOriginal">
  <p id="registerMobileCaution" class="text-left" style="display: none; margin:0; font-size: 10px; color: red">Enter a valid mobile number</p>
  <input class="textfield ui-autocomplete-input" type="text" name="registerCity" id="registerCity" onblur="verifyCity(event)" placeholder="City" autocomplete="off">
  <p id="registerCityCaution" class="text-left" style="display: none; margin:0; font-size: 10px; color: red">Enter a city name</p>
  <input class="textfield" type="text" name="registerEmailDummy" id="registerEmailDummy" placeholder="Email Address">
  <input type="hidden" name="registerEmail" id="registerEmail">
  <p id="registerEmailCaution" class="text-left" style="display: none; margin:0; font-size: 10px; color: red">Enter an Email</p>
  <div style="position: relative;">
    <input class="textfield" type="password" name="passwordDummy" id="password" placeholder="Password"><span class="passwordIcon" id="showPassword" style="color: #14ccad;font-size: 16px;"><i class="fa fa-eye-slash" aria-hidden="true"></i></span><span
      class="passwordIcon" id="hidePassword" style="color: #14ccad; font-size: 16px; display: none;"><i class="fa fa-eye" aria-hidden="true"></i></span>
  </div>
  <input type="hidden" id="pw" name="password">
  <p id="registerPasswordCaution" class="text-left" style="display: none; margin:0; font-size: 10px; color: red">Enter a secure password</p>
  <div style="margin-top: 10px;text-align: left;">
    <input type="checkbox" class="checkbox-custom" name="termsAndCond" id="termsAndCond" style="border-radius: 4px;">
    <label for="termsAndCond" class="checkbox-custom-label" style="font-size: 12px;">I agree to the <a href="/terms-and-conditions" target="_blank" style="border: 0;color: blue;background: #fff;text-decoration: underline;"> Terms and
                        Conditions</a> .</label>
    <p id="termsAndCondCaution" style="color: red;font-size: 10px;"></p>
  </div>
  <input type="submit" name="submit" value="Register" id="register-submit" class="btn authSubmit authRegister" style="background: #14ccad;color: #fff;">
  <p></p>
  <input type="hidden" name="regWURFL" id="regWURFL" value="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36">
  <input type="hidden" name="regDeviceIdentifier" id="regDeviceIdentifier" value="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36">
</form>

POST

<form method="post" class="loginForm" id="loginForm">
  <p style="color: red;font-size: 12px;margin-bottom: 0;margin-top: 20px" id="loginError"></p>
  <input class="textfield" type="text" name="signinEmailDummy" id="signinEmailDummy" placeholder="Email address or mobile number">
  <input type="hidden" name="signinEmail" id="signinEmail">
  <input type="hidden" name="mobile" id="signinMobile">
  <p id="signinEmailCaution" class="text-left" style="display: none; margin:0; font-size: 10px; color: red">Enter a valid email or mobile number</p>
  <div style="position: relative;">
    <input class="textfield" type="password" name="passwordDummy" id="password3" placeholder="Password"><span class="loginPasswordIcon" id="showLoginPassword"
      style="color: #14ccad;font-size: 16px;"><i class="fa fa-eye-slash" aria-hidden="true"></i></span><span class="loginPasswordIcon" id="hideLoginPassword"
      style="color: #14ccad;font-size: 16px; display: none;"><i class="fa fa-eye" aria-hidden="true"></i></span>
  </div>
  <input type="hidden" id="pw3" name="password">
  <input type="hidden" name="WURFL" id="WURFL" value="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36">
  <input type="hidden" name="deviceIdentifier" id="deviceIdentifier" value="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36">
  <p id="signinPasswordCaution" class="text-left" style="display: none; margin:0; font-size: 10px; color: red">Enter your password</p>
  <input type="submit" name="submit" value="Log in" class="btn authSubmit authLogin" style="background: #14ccad;color: #fff;">
  <p style="margin-top: 20px;"><a href="/forgot" class="forgot">Forgot password?</a></p>
</form>

Text Content

Login

Register

Want To Know Your Health Score? Modify Values


HEIGHT


5'10" ft


WEIGHT


60 kgs


AGE


32 yrs


Please enter valid details

GENDER




* Please select your gender

--------------------------------------------------------------------------------

LIFESTYLE

Sedentary
Lightly Active
Moderately Active
Very Active
Athletic

* Please select Your Lifestyle

CHECK MY HEALTH SCORE


YOUR BMI: -

23

--------------------------------------------------------------------------------


POSSIBLE HEALTH RISKS



Disclaimer : The following predications are based on our scientific research and
need not be true.

Your Health Score



Get My Free Diet Plan

OUR SERVICES

Health score

A hundred on hundred is always welcome in life, isn’t it? Why leave your health
out? Check your health score right away!

Learn more.

Diet and Workout Plans

For every health problem you have, we have a plan. Choose now from our
personalized diet and workout plans.

Learn more.

Track Your Health

Everything from your sleep hours to water, food, and alcohol consumption can now
be tracked. Start tracking!

Learn more.

Nutritionists Support

Our panel of nutritionists are here to acquaint you with your body’s needs. Ask
them for their health and lifestyle-related expert opinion, now!

Learn more.
GET STARTED

HEALTH SCORE

The Fit Indian calculates your health score on the basis of your lifestyle
activities, starting from the food you eat to the quality of your sleep, and
your current health conditions. Utilize it to keep record of every activity that
affects your health, and the calculated score will keep you accountable to make
the necessary lifestyle changes.

DIET AND WORKOUT PLANS

Has your lifestyle gone out of whack? Bring it back on track with The Fit
Indian’s tailor-made diet and workout plans. Whether you want to lose, gain, or
maintain your weight, we’ve got everything sorted out for you!



TRACK YOUR HEALTH

How do you know that these diet and workout plans are making the difference?
Apart from the fact that you can indeed feel the difference, you can use our
unique tracking feature to check your health score and keep track of it
throughout your health journey.

NUTRITIONISTS AT WORK

When we say ‘sorted out’, we mean that our panel of expert nutritionists are
relentlessly working towards helping you achieve your health goals. Customized
diet plans approved by skilled nutritionists are here to kick-start your health
journey right away!



HAPPY USERS
> <

 * “I am a health enthusiast and a workout freak. While I was looking for just
   the right kind of guidance to give a sense of direction to my workout
   sessions, I landed on The Fit Indian app. I not only found an at-home workout
   regime that I am absolutely in love with but also found the exact diet plan
   for my needs. Looks like six-pack’s on the way! ”
   
   JONATHAN

 * “I work for 8 hours a day and travel for 4 more hours. With that kind of
   lifestyle and work schedule, I thought I could never feel healthy again until
   I found The Fit Indian app. I love the fact that I don’t have to move out of
   my house to meet an expert who can guide me in regaining my health. ”
   
   SHRUTHI SHAH

 * “There’s nothing worse than dealing with post-partum weight gain (the
   hormones and the mess plus, having to look after the little one). It drove me
   nuts, but thanks to this app, their diet and workout plans have brought me
   back to normalcy within no time. Such a relief! ”
   
   POONAM JHA

GET STARTED


LEGAL

TERMS AND CONDITIONS

PRIVACY POLICY

REFUND POLICY

CANCELLATION POLICY


LINKS

BLOG

ABOUT US

CAREERS


SUPPORT

Send your queries to

support@pyritefitness.com

Coming soon


THE FIT INDIAN

The Fit Indian app is an all-inclusive platform that offers specialized, focused
diet and workout plans; daily food and water consumption tracking; sleep cycle
tracking and restoration, and an overall Health Score for all the seekers of
good health and fitness out there! Avail our online support from a team of
certified nutritionists right away!

Register Log In

Enter a valid name

 * 
   India+91
 * 
   United States+1
 * 
   United Kingdom+44
 * 
   Australia+61
 * 
   Pakistan+92
 * 
   Bangladesh+880
 * 
   Singapore+65
 * 
   Malaysia+60
 * 
   Sri Lanka+94

Enter a valid mobile number

Enter a city name

Enter an Email



Enter a secure password

I agree to the Terms and Conditions .





or with

Google Facebook

Enter a valid email or mobile number



Enter your password

Forgot password?

or with

Google Facebook