www.sema.health Open in urlscan Pro
161.35.201.157  Public Scan

URL: https://www.sema.health/
Submission: On February 18 via manual from US — Scanned from CH

Form analysis 6 forms found in the DOM

<form class="help-form ajax_form clear-styles" data-error-title="Sending error!" data-error-message="Please try again later." data-success-title="Thank you for submitting your request" data-success-message="We will contact you soon">
  <input class="input" type="hidden" name="purchase-request">
  <div class="input-wrapper">
    <label>Phone number</label>
    <input class="input" type="text" name="phone" data-title="Phone" data-validate-required="Please enter your phone number.">
  </div>
  <div class="input-wrapper">
    <label>Email <span class="accent">*</span></label>
    <input class="input" type="text" name="email" data-title="Email" data-validate-required="Enter a valid e-mail address." data-validate-email="Enter a valid e-mail address.">
  </div>
  <button type="submit" class="btn" data-sending="Sending..." data-error="Error :(" data-sent="Sent"> Get consultation </button>
</form>

/api.php

<form action="/api.php" enctype="multipart/form-data" class="testimonial-form ajax_form clear-styles" data-error-title="Sending error!" data-error-message="Please try again later." data-success-title="Thank you for your testimonial"
  data-success-message="It will be published after moderation">
  <div class="testimonial-form__top">
    <input type="hidden" name="tagmanager" value="/form.html">
    <input class="hidden" type="text" name="review-form">
    <div class="checkbox-wrapper">
      <input type="checkbox" name="anonymus" id="anonymus" data-title="Do you want to place testimonial as anonymus?" value="Yes">
      <label for="anonymus">Do you want to place testimonial as anonymus?</label>
    </div>
  </div>
  <div class="input-wrapper input-wrapper-name">
    <label>Name</label>
    <input class="input" type="text" name="name" data-title="Name" data-validate-required="Please enter your name">
  </div>
  <div class="input-wrapper">
    <label>Testimonial</label>
    <textarea class="textarea" name="review" data-validate-required="Please enter your review" data-title="Testimonial"></textarea>
  </div>
  <div class="testimonial-form__bot">
    <div class="reviews-popup__form-upload">
      <div class="input-file input-wrapper">
        <input type="file" name="upload" multiple="multiple" id="review-photo" data-title="Photo" accept="image/png, image/jpeg">
        <label for="review-photo">
          <svg width="14" height="16" viewBox="0 0 14 16" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path
              d="M1.82882 8.48568L7.48582 2.82868C8.04848 2.26602 8.81161 1.94992 9.60732 1.94992C10.403 1.94992 11.1662 2.26602 11.7288 2.82868C12.2915 3.39133 12.6076 4.15446 12.6076 4.95018C12.6076 5.74589 12.2915 6.50902 11.7288 7.07168L5.01083 13.7887C4.72792 14.0619 4.34902 14.2131 3.95572 14.2097C3.56243 14.2063 3.18621 14.0485 2.9081 13.7704C2.62998 13.4923 2.47223 13.1161 2.46881 12.7228C2.4654 12.3295 2.61659 11.9506 2.88982 11.6677L8.89983 5.65768C8.99371 5.56392 9.04651 5.43671 9.0466 5.30403C9.0467 5.17135 8.99408 5.04406 8.90032 4.95018C8.80657 4.85629 8.67936 4.80349 8.54668 4.8034C8.414 4.8033 8.28671 4.85592 8.19283 4.94968L2.18282 10.9597C1.71731 11.4292 1.45672 12.0639 1.45807 12.7251C1.45942 13.3862 1.72261 14.0199 2.19005 14.4875C2.65748 14.955 3.2911 15.2184 3.95224 15.2199C4.61338 15.2215 5.24822 14.9611 5.71782 14.4957L12.4358 7.77868C13.1861 7.02851 13.6077 6.01102 13.6078 4.95003C13.6079 3.88904 13.1865 2.87147 12.4363 2.12118C11.6862 1.37088 10.6687 0.949313 9.60768 0.949219C8.54669 0.949125 7.52912 1.37051 6.77882 2.12068L1.12082 7.77868C1.02975 7.87298 0.979348 7.99928 0.980488 8.13038C0.981627 8.26147 1.03421 8.38688 1.12692 8.47959C1.21962 8.57229 1.34503 8.62487 1.47612 8.62601C1.60722 8.62715 1.73452 8.57675 1.82882 8.48568Z"
              fill="#A75F2F"></path>
          </svg>
          <span>Place your photo, if you wish</span>
        </label>
      </div>
    </div>
    <div class="review-form__rating input-wrapper">
      <span>Your rate</span>
      <fieldset class="rating">
        <input type="radio" id="star5" name="rating" value="5" data-title="Rate" data-validate-required="Please rate"><label class="rating-star" for="star5"></label>
        <input type="radio" id="star4" name="rating" value="4" data-title="Rate" data-validate-required="Please rate"><label class="rating-star" for="star4"></label>
        <input type="radio" id="star3" name="rating" value="3" data-title="Rate" data-validate-required="Please rate"><label class="rating-star" for="star3"></label>
        <input type="radio" id="star2" name="rating" value="2" data-title="Rate" data-validate-required="Please rate"><label class="rating-star" for="star2"></label>
        <input type="radio" id="star1" name="rating" value="1" data-title="Rate" data-validate-required="Please rate"><label class="rating-star" for="star1"></label>
      </fieldset>
    </div>
  </div>
  <div class="review-form__files">
  </div>
  <button type="submit" class="btn" data-sending="Sending..." data-error="Error :(" data-sent="Sent"> Send </button>
</form>

<form class="comeback-form ajax_form clear-styles" data-error-title="Sending error!" data-error-message="Please try again later." data-success-title="Thank you for submitting your request" data-success-message="We will contact you soon">
  <div class="form-row">
    <div class="input-wrapper">
      <label>Phone number</label>
      <input class="input" type="text" name="phone" data-title="Phone" data-validate-required="Please enter your phone number.">
    </div>
    <div class="input-wrapper">
      <label>Name</label>
      <input class="input" type="text" name="name" data-title="Name" data-validate-required="Please enter your name.">
    </div>
  </div>
  <div class="input-wrapper">
    <label>Your question</label>
    <input class="input" type="text" name="question" data-title="Question" data-validate-required="This field is required.">
  </div>
  <button type="submit" class="btn" data-sending="Sending..." data-error="Error :(" data-sent="Sent"> Get consultation </button>
</form>

<form class="order-form ajax_form clear-styles" data-error-title="Sending error!" data-error-message="Please try again later." data-success-title="<p>Thank you for submitting your request.</p><br><p>Important!</p>"
  data-success-message="<p>As a next step you will need to schedule a quick doctor consultation to review your medical history and receive prescription approval.<p>
	                <p>Please call <a href='tel:8887657362' style='text-decoration: underline; color: #fff;'>(888) 765-7362</a> or send an SMS to <a href='tel:3057358203' style='text-decoration: underline; color: #fff;'>(305) 735-8203</a> to schedule your consultation appointment, which is expected to take less than 15 minutes.</p>">
  <input class="input" type="hidden" name="purchase-request">
  <div class="input-wrapper select-wrapper">
    <input class="input" type="text" name="stt" data-title="State" autocomplete="off" data-validate-required="This field is required.">
    <label>State <span class="accent">*</span></label>
    <div class="SumoSelect" tabindex="0" role="button" aria-expanded="false" selected-count="0" is-selected="false"><select class="select SumoUnder" tabindex="-1">
        <option selected="" disabled="" value="Please select">Please select</option>
        <option value="FL">Florida</option>
        <option value="NY">New York</option>
        <option value="NJ">New Jersey</option>
        <option value="TX">Texas</option>
      </select>
      <p class="CaptionCont SelectBox select" title=" Please select"><span class="placeholder"> Please select</span><label><i></i></label></p>
      <div class="optWrapper">
        <ul class="options">
          <li class="opt disabled selected"><label>Please select</label></li>
          <li class="opt"><label>Florida</label></li>
          <li class="opt"><label>New York</label></li>
          <li class="opt"><label>New Jersey</label></li>
          <li class="opt"><label>Texas</label></li>
        </ul>
      </div>
    </div>
  </div>
  <div class="input-wrapper select-wrapper">
    <input class="input" type="text" name="current_weight" data-title="Current Weight">
    <label>Current weight</label>
    <div class="SumoSelect" tabindex="0" role="button" aria-expanded="false" selected-count="0" is-selected="false"><select class="select SumoUnder" tabindex="-1">
        <option selected="" disabled="" value="Please select">Please select</option>
        <option value="100 - 150 lbs">100 - 150 lbs</option>
        <option value="150 - 200 lbs">150 - 200 lbs</option>
        <option value="200 - 250 lbs">200 - 250 lbs</option>
        <option value="250 - 300 lbs">250 - 300 lbs</option>
        <option value="300 - 350 lbs">300 - 350 lbs</option>
        <option value="350+ lbs">350+ lbs</option>
      </select>
      <p class="CaptionCont SelectBox select" title=" Please select"><span class="placeholder"> Please select</span><label><i></i></label></p>
      <div class="optWrapper">
        <ul class="options">
          <li class="opt disabled selected"><label>Please select</label></li>
          <li class="opt"><label>100 - 150 lbs</label></li>
          <li class="opt"><label>150 - 200 lbs</label></li>
          <li class="opt"><label>200 - 250 lbs</label></li>
          <li class="opt"><label>250 - 300 lbs</label></li>
          <li class="opt"><label>300 - 350 lbs</label></li>
          <li class="opt"><label>350+ lbs</label></li>
        </ul>
      </div>
    </div>
  </div>
  <div class="input-wrapper select-wrapper">
    <input class="input" type="text" name="goal_weight" data-title="Weight Loss Goal">
    <label>Weight loss goal</label>
    <div class="SumoSelect" tabindex="0" role="button" aria-expanded="false" selected-count="0" is-selected="false"><select class="select SumoUnder" tabindex="-1">
        <option selected="" disabled="" value="Please select">Please select</option>
        <option value="Lose 5-15 lbs">Lose 5-15 lbs</option>
        <option value="Lose 15-30 lbs">Lose 15-30 lbs</option>
        <option value="Lose 30-50 lbs">Lose 30-50 lbs</option>
        <option value="Lose 50+ lbs">Lose 50+ lbs</option>
      </select>
      <p class="CaptionCont SelectBox select" title=" Please select"><span class="placeholder"> Please select</span><label><i></i></label></p>
      <div class="optWrapper">
        <ul class="options">
          <li class="opt disabled selected"><label>Please select</label></li>
          <li class="opt"><label>Lose 5-15 lbs</label></li>
          <li class="opt"><label>Lose 15-30 lbs</label></li>
          <li class="opt"><label>Lose 30-50 lbs</label></li>
          <li class="opt"><label>Lose 50+ lbs</label></li>
        </ul>
      </div>
    </div>
  </div>
  <div class="input-wrapper select-wrapper">
    <input class="input" type="text" name="medication" data-title="Medication" data-validate-required="This field is required.">
    <label>Medication <span class="accent">*</span></label>
    <div class="SumoSelect" tabindex="0" role="button" aria-expanded="false" selected-count="0" is-selected="false"><select class="select SumoUnder" id="select-medication" tabindex="-1">
        <option selected="" disabled="" value="Please select">Please select</option>
        <option value="semaglutide">GLP-1 (Semaglutide)</option>
        <option value="tirzepatide">GLP1+GIP Tirzepatide</option>
      </select>
      <p class="CaptionCont SelectBox select" title=" Please select"><span class="placeholder"> Please select</span><label><i></i></label></p>
      <div class="optWrapper">
        <ul class="options">
          <li class="opt disabled selected"><label>Please select</label></li>
          <li class="opt"><label>GLP-1 (Semaglutide)</label></li>
          <li class="opt"><label>GLP1+GIP Tirzepatide</label></li>
        </ul>
      </div>
    </div>
  </div>
  <div class="input-wrapper select-wrapper">
    <input class="input" type="text" name="plan" data-title="Preferred program" data-validate-required="This field is required.">
    <label>Preferred program <span class="accent">*</span></label>
    <div class="SumoSelect disabled" role="button" aria-expanded="false" selected-count="0" is-selected="false"><select class="select order-popup-plan SumoUnder" id="order-popup-plan" disabled="" tabindex="-1">
        <option selected="" disabled="" value="Please select">Please select</option>
      </select>
      <p class="CaptionCont SelectBox select order-popup-plan" title=" Please select"><span class="placeholder"> Please select</span><label><i></i></label></p>
      <div class="optWrapper">
        <ul class="options">
          <li class="opt disabled selected"><label>Please select</label></li>
        </ul>
      </div>
    </div>
  </div>
  <div class="form-row">
    <div class="input-wrapper">
      <label>First name <span class="accent">*</span></label>
      <input class="input" type="text" name="first_name" data-title="First name" data-validate-required="This field is required.">
    </div>
    <div class="input-wrapper">
      <label>Last name <span class="accent">*</span></label>
      <input class="input" type="text" name="last_name" data-title="Last name" data-validate-required="This field is required.">
    </div>
  </div>
  <div class="form-row">
    <div class="input-wrapper">
      <label>Email <span class="accent">*</span></label>
      <input class="input" type="text" name="email" data-title="Email" data-validate-required="Enter a valid e-mail address." data-validate-email="Enter a valid e-mail address.">
    </div>
    <div class="input-wrapper">
      <label>Phone number <span class="accent">*</span></label>
      <input class="input" type="text" name="phone" data-title="Phone" data-validate-required="Please enter your phone number.">
    </div>
  </div>
  <button type="submit" class="btn" data-sending="Sending..." data-error="Error :(" data-sent="Sent"> Get your result! </button>
</form>

<form class="order-form ajax_form clear-styles" data-error-title="Sending error!" data-error-message="Please try again later." data-success-title="<p>Thank you for submitting your request.</p><br><p>Important!</p>"
  data-success-message="<p>As a next step you will need to schedule a quick doctor consultation to review your medical history and receive prescription approval.<p>
	                <p>Please call <a href='tel:8887657362' style='text-decoration: underline; color: #fff;'>(888) 765-7362</a> or send an SMS to <a href='tel:3057358203' style='text-decoration: underline; color: #fff;'>(305) 735-8203</a> to schedule your consultation appointment, which is expected to take less than 15 minutes.</p>">
  <input class="input" type="hidden" name="purchase-request">
  <div class="input-wrapper select-wrapper">
    <input class="input" type="text" name="stt" data-title="State" autocomplete="off" data-validate-required="This field is required.">
    <label>State <span class="accent">*</span></label>
    <div class="SumoSelect" tabindex="0" role="button" aria-expanded="false" selected-count="0" is-selected="false"><select class="select SumoUnder" tabindex="-1">
        <option selected="" disabled="" value="Please select">Please select</option>
        <option value="FL">Florida</option>
        <option value="NY">New York</option>
        <option value="NJ">New Jersey</option>
        <option value="TX">Texas</option>
      </select>
      <p class="CaptionCont SelectBox select" title=" Please select"><span class="placeholder"> Please select</span><label><i></i></label></p>
      <div class="optWrapper">
        <ul class="options">
          <li class="opt disabled selected"><label>Please select</label></li>
          <li class="opt"><label>Florida</label></li>
          <li class="opt"><label>New York</label></li>
          <li class="opt"><label>New Jersey</label></li>
          <li class="opt"><label>Texas</label></li>
        </ul>
      </div>
    </div>
  </div>
  <div class="input-wrapper select-wrapper">
    <input class="input" type="text" name="current_weight" data-title="Current Weight">
    <label>Current weight</label>
    <div class="SumoSelect" tabindex="0" role="button" aria-expanded="false" selected-count="0" is-selected="false"><select class="select SumoUnder" tabindex="-1">
        <option selected="" disabled="" value="Please select">Please select</option>
        <option value="100 - 150 lbs">100 - 150 lbs</option>
        <option value="150 - 200 lbs">150 - 200 lbs</option>
        <option value="200 - 250 lbs">200 - 250 lbs</option>
        <option value="250 - 300 lbs">250 - 300 lbs</option>
        <option value="300 - 350 lbs">300 - 350 lbs</option>
        <option value="350+ lbs">350+ lbs</option>
      </select>
      <p class="CaptionCont SelectBox select" title=" Please select"><span class="placeholder"> Please select</span><label><i></i></label></p>
      <div class="optWrapper">
        <ul class="options">
          <li class="opt disabled selected"><label>Please select</label></li>
          <li class="opt"><label>100 - 150 lbs</label></li>
          <li class="opt"><label>150 - 200 lbs</label></li>
          <li class="opt"><label>200 - 250 lbs</label></li>
          <li class="opt"><label>250 - 300 lbs</label></li>
          <li class="opt"><label>300 - 350 lbs</label></li>
          <li class="opt"><label>350+ lbs</label></li>
        </ul>
      </div>
    </div>
  </div>
  <div class="input-wrapper select-wrapper">
    <input class="input" type="text" name="goal_weight" data-title="Weight Loss Goal">
    <label>Weight loss goal</label>
    <div class="SumoSelect" tabindex="0" role="button" aria-expanded="false" selected-count="0" is-selected="false"><select class="select SumoUnder" tabindex="-1">
        <option selected="" disabled="" value="Please select">Please select</option>
        <option value="Lose 5-15 lbs">Lose 5-15 lbs</option>
        <option value="Lose 15-30 lbs">Lose 15-30 lbs</option>
        <option value="Lose 30-50 lbs">Lose 30-50 lbs</option>
        <option value="Lose 50+ lbs">Lose 50+ lbs</option>
      </select>
      <p class="CaptionCont SelectBox select" title=" Please select"><span class="placeholder"> Please select</span><label><i></i></label></p>
      <div class="optWrapper">
        <ul class="options">
          <li class="opt disabled selected"><label>Please select</label></li>
          <li class="opt"><label>Lose 5-15 lbs</label></li>
          <li class="opt"><label>Lose 15-30 lbs</label></li>
          <li class="opt"><label>Lose 30-50 lbs</label></li>
          <li class="opt"><label>Lose 50+ lbs</label></li>
        </ul>
      </div>
    </div>
  </div>
  <!--<div class="input-wrapper select-wrapper">
                        <input class="input" type="text" name="medication" data-title="Medication"
                               data-validate-required="This field is required.">
                        <label>Medication <span class="accent">*</span></label>
                        <select class="select" id="select-medication">
                            <option selected disabled>Please select</option>
                            <option value="GLP-1 (Semaglutide)">GLP-1 (Semaglutide)</option>
                            <option value="Tirzepatide">Tirzepatide</option>
                        </select>
                    </div>-->
  <div class="input-wrapper select-wrapper">
    <input class="input" type="text" name="plan" data-title="Preferred program" data-validate-required="This field is required.">
    <label>Preferred program <span class="accent">*</span></label>
    <div class="SumoSelect" tabindex="0" role="button" aria-expanded="false" selected-count="0" is-selected="false"><select class="select order-popup-plan SumoUnder" id="order-popup-semaglutide-plan" tabindex="-1">
        <option selected="" disabled="" value="Please select">Please select</option>
        <option value="385">1ml/2.5mg 6 weeks - $475</option>
        <option value="386">2ml/5mg 8-10 weeks - $650</option>
        <option value="387">3ml/7.5mg 10-12 weeks - $775</option>
        <option value="1175">5ml/12.5mg 16 weeks - $950</option>
      </select>
      <p class="CaptionCont SelectBox select order-popup-plan" title=" Please select"><span class="placeholder"> Please select</span><label><i></i></label></p>
      <div class="optWrapper">
        <ul class="options">
          <li class="opt disabled selected"><label>Please select</label></li>
          <li class="opt"><label>1ml/2.5mg 6 weeks - $475</label></li>
          <li class="opt"><label>2ml/5mg 8-10 weeks - $650</label></li>
          <li class="opt"><label>3ml/7.5mg 10-12 weeks - $775</label></li>
          <li class="opt"><label>5ml/12.5mg 16 weeks - $950</label></li>
        </ul>
      </div>
    </div>
  </div>
  <div class="form-row">
    <div class="input-wrapper">
      <label>First name <span class="accent">*</span></label>
      <input class="input" type="text" name="first_name" data-title="First name" data-validate-required="This field is required.">
    </div>
    <div class="input-wrapper">
      <label>Last name <span class="accent">*</span></label>
      <input class="input" type="text" name="last_name" data-title="Last name" data-validate-required="This field is required.">
    </div>
  </div>
  <div class="form-row">
    <div class="input-wrapper">
      <label>Email <span class="accent">*</span></label>
      <input class="input" type="text" name="email" data-title="Email" data-validate-required="Enter a valid e-mail address." data-validate-email="Enter a valid e-mail address.">
    </div>
    <div class="input-wrapper">
      <label>Phone number <span class="accent">*</span></label>
      <input class="input" type="text" name="phone" data-title="Phone" data-validate-required="Please enter your phone number.">
    </div>
  </div>
  <button type="submit" class="btn" data-sending="Sending..." data-error="Error :(" data-sent="Sent"> Get your result! </button>
</form>

<form class="order-form ajax_form clear-styles" data-error-title="Sending error!" data-error-message="Please try again later." data-success-title="<p>Thank you for submitting your request.</p><br><p>Important!</p>"
  data-success-message="<p>As a next step you will need to schedule a quick doctor consultation to review your medical history and receive prescription approval.<p>
	                <p>Please call <a href='tel:8887657362' style='text-decoration: underline; color: #fff;'>(888) 765-7362</a> or send an SMS to <a href='tel:3057358203' style='text-decoration: underline; color: #fff;'>(305) 735-8203</a> to schedule your consultation appointment, which is expected to take less than 15 minutes.</p>">
  <input class="input" type="hidden" name="purchase-request">
  <div class="input-wrapper select-wrapper">
    <input class="input" type="text" name="stt" data-title="State" autocomplete="off" data-validate-required="This field is required.">
    <label>State <span class="accent">*</span></label>
    <div class="SumoSelect" tabindex="0" role="button" aria-expanded="false" selected-count="0" is-selected="false"><select class="select SumoUnder" tabindex="-1">
        <option selected="" disabled="" value="Please select">Please select</option>
        <option value="FL">Florida</option>
        <option value="NY">New York</option>
        <option value="NJ">New Jersey</option>
        <option value="TX">Texas</option>
      </select>
      <p class="CaptionCont SelectBox select" title=" Please select"><span class="placeholder"> Please select</span><label><i></i></label></p>
      <div class="optWrapper">
        <ul class="options">
          <li class="opt disabled selected"><label>Please select</label></li>
          <li class="opt"><label>Florida</label></li>
          <li class="opt"><label>New York</label></li>
          <li class="opt"><label>New Jersey</label></li>
          <li class="opt"><label>Texas</label></li>
        </ul>
      </div>
    </div>
  </div>
  <div class="input-wrapper select-wrapper">
    <input class="input" type="text" name="current_weight" data-title="Current Weight">
    <label>Current weight</label>
    <div class="SumoSelect" tabindex="0" role="button" aria-expanded="false" selected-count="0" is-selected="false"><select class="select SumoUnder" tabindex="-1">
        <option selected="" disabled="" value="Please select">Please select</option>
        <option value="100 - 150 lbs">100 - 150 lbs</option>
        <option value="150 - 200 lbs">150 - 200 lbs</option>
        <option value="200 - 250 lbs">200 - 250 lbs</option>
        <option value="250 - 300 lbs">250 - 300 lbs</option>
        <option value="300 - 350 lbs">300 - 350 lbs</option>
        <option value="350+ lbs">350+ lbs</option>
      </select>
      <p class="CaptionCont SelectBox select" title=" Please select"><span class="placeholder"> Please select</span><label><i></i></label></p>
      <div class="optWrapper">
        <ul class="options">
          <li class="opt disabled selected"><label>Please select</label></li>
          <li class="opt"><label>100 - 150 lbs</label></li>
          <li class="opt"><label>150 - 200 lbs</label></li>
          <li class="opt"><label>200 - 250 lbs</label></li>
          <li class="opt"><label>250 - 300 lbs</label></li>
          <li class="opt"><label>300 - 350 lbs</label></li>
          <li class="opt"><label>350+ lbs</label></li>
        </ul>
      </div>
    </div>
  </div>
  <div class="input-wrapper select-wrapper">
    <input class="input" type="text" name="goal_weight" data-title="Weight Loss Goal">
    <label>Weight loss goal</label>
    <div class="SumoSelect" tabindex="0" role="button" aria-expanded="false" selected-count="0" is-selected="false"><select class="select SumoUnder" tabindex="-1">
        <option selected="" disabled="" value="Please select">Please select</option>
        <option value="Lose 5-15 lbs">Lose 5-15 lbs</option>
        <option value="Lose 15-30 lbs">Lose 15-30 lbs</option>
        <option value="Lose 30-50 lbs">Lose 30-50 lbs</option>
        <option value="Lose 50+ lbs">Lose 50+ lbs</option>
      </select>
      <p class="CaptionCont SelectBox select" title=" Please select"><span class="placeholder"> Please select</span><label><i></i></label></p>
      <div class="optWrapper">
        <ul class="options">
          <li class="opt disabled selected"><label>Please select</label></li>
          <li class="opt"><label>Lose 5-15 lbs</label></li>
          <li class="opt"><label>Lose 15-30 lbs</label></li>
          <li class="opt"><label>Lose 30-50 lbs</label></li>
          <li class="opt"><label>Lose 50+ lbs</label></li>
        </ul>
      </div>
    </div>
  </div>
  <!--<div class="input-wrapper select-wrapper">
                        <input class="input" type="text" name="medication" data-title="Medication"
                               data-validate-required="This field is required.">
                        <label>Medication <span class="accent">*</span></label>
                        <select class="select" id="select-medication">
                            <option selected disabled>Please select</option>
                            <option value="GLP-1 (Semaglutide)">GLP-1 (Semaglutide)</option>
                            <option value="Tirzepatide">Tirzepatide</option>
                        </select>
                    </div>-->
  <div class="input-wrapper select-wrapper">
    <input class="input" type="text" name="plan" data-title="Preferred program" data-validate-required="This field is required.">
    <label>Preferred program <span class="accent">*</span></label>
    <div class="SumoSelect" tabindex="0" role="button" aria-expanded="false" selected-count="0" is-selected="false"><select class="select order-popup-plan SumoUnder" id="order-popup-tirzepatide-plan" tabindex="-1">
        <option selected="" disabled="" value="Please select">Please select</option>
        <option value="1282">5ml/50mg 10-12 weeks - $1000</option>
        <option value="1815">6ml/60mg 10-12+ weeks - $1200</option>
      </select>
      <p class="CaptionCont SelectBox select order-popup-plan" title=" Please select"><span class="placeholder"> Please select</span><label><i></i></label></p>
      <div class="optWrapper">
        <ul class="options">
          <li class="opt disabled selected"><label>Please select</label></li>
          <li class="opt"><label>5ml/50mg 10-12 weeks - $1000</label></li>
          <li class="opt"><label>6ml/60mg 10-12+ weeks - $1200</label></li>
        </ul>
      </div>
    </div>
  </div>
  <div class="form-row">
    <div class="input-wrapper">
      <label>First name <span class="accent">*</span></label>
      <input class="input" type="text" name="first_name" data-title="First name" data-validate-required="This field is required.">
    </div>
    <div class="input-wrapper">
      <label>Last name <span class="accent">*</span></label>
      <input class="input" type="text" name="last_name" data-title="Last name" data-validate-required="This field is required.">
    </div>
  </div>
  <div class="form-row">
    <div class="input-wrapper">
      <label>Email <span class="accent">*</span></label>
      <input class="input" type="text" name="email" data-title="Email" data-validate-required="Enter a valid e-mail address." data-validate-email="Enter a valid e-mail address.">
    </div>
    <div class="input-wrapper">
      <label>Phone number <span class="accent">*</span></label>
      <input class="input" type="text" name="phone" data-title="Phone" data-validate-required="Please enter your phone number.">
    </div>
  </div>
  <button type="submit" class="btn" data-sending="Sending..." data-error="Error :(" data-sent="Sent"> Get your result! </button>
</form>

Text Content

 * FAQ
 * Сontact us
 * About us
 * Blog

888-765-7362
 * GLP-1 (Semaglutide)
   * Dosage & Administration
 * GLP1+GIP Tirzepatide
 * 3 easy steps
 * Pricing
 * Book online


Thank your for your request! Our representative will contact you as soon as
possible.
 * About us
 * 3 easy steps
 * Pricing
 * Book Online
 * GLP-1 (Semaglutide)
   * Dosage & Administration
 * GLP1+GIP Tirzepatide
 * FAQ
 * Blog
 * Contact us

888-765-7362 ask@sema.health


BEST SOURCE OF MEDICAL WEIGHT LOSS ASSISTANCE!

Semaglutide and GLP1+GIP Tirzepatide - now available from Sema.Health.

Medically approved peptides for weight loss, harmless, do not require insurance,
all necessary accompanying details are included in the delivery.

 * No commitments or hidden fees
 * No confusing price schedule
 * No Labs required to get started
 * Same day Dr consultation available with quick turn around time

Get started now
 * 1
 * 2
 * 3
 * 4
 * 5


Transform Your Health Journey

There is no denying the success of GLP-1 agonists when it comes to weight loss.
A 2022 study in Nutrition, Obesity, and Exercise concluded that patients
prescribed Semaglutide lost an average of about 15Lbs in 3 months and about
27Lbs in 6 months. And research presented at the American Diabetes Association
symposium in 2022 found that obese individuals lost up to 22.5% of their body
weight with Tirzepatide.

Experience the ease of health management without the need for insurance.


Weight Management with Semaglutide and Tirzepatide

Ozempic, Wegovy, Mounjaro belong to a growing group of weight loss medications
called glucagon-like peptide 1 (GLP-1) agonists. A new one, Zepbound received
approval from the FDA on November 8, 2023. It has the same active pharmaceutical
(API) ingredient as Mounjaro, which is Tirzepatide. This entire group of
medications work by slowing the rate at which food leaves the stomach,
decreasing appetite, and reducing glucagon release (glucagon is a hormone
produced by the pancreas that helps regulate blood sugar levels). Additionally,
Tirzapetide activates the GIP (glucose-dependent insulinotropic polypeptide)
hormone. GIP stimulates insulin secretion and helps amplify the effects of GLP-1
hormone.

GLP1+GIP Tirzepatide Administered Through Weekly Injections

GLP1+GIP Tirzepatide, a key pharmaceutical component, has been instrumental in
aiding thousands to achieve and sustain weight loss, particularly when paired
with a balanced diet and regular exercise. At Sema Health, we specialize in
providing compounded medications tailored to individual needs.
Learn more Get started now
GLP1 Semaglutide Administered Through Weekly Injections

Semaglutide is the FDA-Approved active ingredient that has helped thousands of
people lose and maintain weight loss in combination with diet and exercise.
Learn more Get started now
3 Easy Steps

Sema Health makes it easy to get started with our own Plans, Semaglutide or
GLP1+GIP Tirzepatide weight loss program!

 * 1 Medical history
   
   Complete a simple medical history form so your provider can develop the best
   treatment plan for you. It’s fast, easy, and free.

 * 2 Online visit
   
   Speak to a physician or nurse practitioner licensed to treat your condition
   with a simple online conversation.

 * 3 Receive Meds
   
   Receive your medication in the mail every 90-days straight from the pharmacy.

Physician Prescribed Dr. Todd A. Mastrovitch MD Weight Management Physician
Consultant

“Taking all the nutrition classes in medical school, you think it would be easy
to control my own weight. It sounds so simple, calories in and calories out to
maintain a “normal” body weight. It sounds like a breeze.”

My journey to a more healthy weight has included 12 weeks of Semaglutide. I
found that the addition of this medicine combined with some effort to diet was
very helpful. In 12 weeks I was able to lose close to 40 pounds. The medicine
helped to control my appetite and almost completely removed cravings. I had
minimal side effects while on semaglutide (mild nausea on week 2&3 which
resolved by week 4). Not struggling with my appetite/cravings gave me time to
examine my food habits / stress eating and make positive changes for the future.

Fueled with my new energy and all that I learned from my medical training,
studying the current weight management literature, and my own weight loss
journey, I began sharing my knowledge and consulting with weight loss clients to
help find ways to help them with our medically assisted weight loss programs.


Real Patients – Real Results

Taken this past weekend at my daughter’s wedding!! I worried for months about my
weight and whether I would look ridiculous at this wedding given my
size.  Well….Down 40lbs i was able to slide into this gorgeous size 8 couture
gown with ease!  That’s miraculous when you consider that i was a size 16 just 6
months ago.  We did it Gene!!!!🔥🔥🔥“
Anonymous
Send your testimonial
Sema.Health Blog see more articles
Health-Focused Medical Weight Loss through Sema.Health: An All-Encompassing
Strategy for Addressing Obesity

In today’s world, with obesity emerging as a major global health issue, medical
weight loss offers a ray of hope. This method of managing weight goes beyond
simply losing pounds; it’s a comprehensive medical intervention. It combines
medical science with personalized lifestyle adjustments to achieve sustained
weight reduction and overall enhanced health. The experience of […]

Weight Loss

Feb 14, 2024

Sema.Health
Understanding GLP1+GIP Tirzepatide Dosage: A Comprehensive Guide

GLP1+GIP Tirzepatide, a revolutionary medication in the treatment of obesity,
has garnered significant attention for its efficacy and versatility. The
appropriate dosage of GLP1+GIP Tirzepatide is a critical factor in its
effectiveness and safety. Experts from SemaHealth, a weight loss company,
discuss the various dosages of tirzepatide, including 2.5mg, 5mg, and 10mg, and
explore the […]

GLP1+GIP Tirzepatide

Feb 05, 2024

Sema.Health
Semaglutide Injection for Weight Loss

Semaglutide Injection for Shedding Pounds: Revolutionizing Weight Management
with GLP-1 Injectable Treatments In today’s world of weight control and obesity
intervention, semaglutide injection stands out as a pioneering treatment.
Renowned for its success in managing type 2 diabetes, this GLP-1 injectable
therapy is quickly becoming a popular choice for weight reduction. The weekly
administration of […]

GLP-1 Semaglutide

Jan 31, 2024

Sema.Health
Weight loss is All we do!
Success is who we are!
Get started now

 * GLP-1 (Semaglutide)
   * Dosage & Administration
 * GLP1+GIP Tirzepatide
 * 3 easy steps
 * Pricing
 * FAQ

 * Сontact us
 * About us
 * Blog
 * Book Online


888-765-7362 ask@sema.health


© 2024 • Sema Health Inc.
 * Sitemap
 * HIPAA Privacy Statement
 * Terms and Conditions
 * Returns & Refunds
 * Privacy Policty


We are here to help you!
Phone number
Email *
Get consultation
Contact us!
Send your testimonial
Do you want to place testimonial as anonymus?
Name
Testimonial
Place your photo, if you wish
Your rate

Send
Schedule your Appointment! And choose state you live in. Sales are made in the
specified States. In other States, products will appear later.
 * New York
 * New Jersey
 * Florida

This helps us connect you with a licensed provider in your state! 888-765-7362
Take your time leaving

Didn't find what you were looking for?

Write down what you were looking for, and our representative will provide you
with advice and find the optimal solution specifically for you.

Phone number
Name
Your question
Get consultation
Enhance your health and well-being with medical weight loss

* Semaglutide and Tirzepatide cannot be prescribed to anyone with the following:

 * Type 1 Diabetes
 * Pregnancy & Breastfeeding
 * Severe gastrointestinal disease (e.g. inflammatory bowel disease, obstruction
   of intestine)
 * Diabetic gastroparesis
 * History of pancreatitis
 * Caution if high risk of pancreatitis (e.g. gallstones, excess alcohol,
   hypertriglyceridemia)
 * History of medullary thyroid cancer or multiple endocrine neoplasia (MEN)
   type 2
 * Caution in renal impairment

If you were on a previous semaglutide and Tirzepatide protocol with a dosage
titration schedule, the specified qty of medication will not last the entire
duration of the program.
There is an additional $25 shipping fee not included in the program price.

Next
<< Back
Sema.Health is currently available in New York, New Jersey, Florida and Texas.
We are working on adding more states.

State *
Please select Florida New York New Jersey Texas

Please select

 * Please select
 * Florida
 * New York
 * New Jersey
 * Texas

Current weight
Please select 100 - 150 lbs 150 - 200 lbs 200 - 250 lbs 250 - 300 lbs 300 - 350
lbs 350+ lbs

Please select

 * Please select
 * 100 - 150 lbs
 * 150 - 200 lbs
 * 200 - 250 lbs
 * 250 - 300 lbs
 * 300 - 350 lbs
 * 350+ lbs

Weight loss goal
Please select Lose 5-15 lbs Lose 15-30 lbs Lose 30-50 lbs Lose 50+ lbs

Please select

 * Please select
 * Lose 5-15 lbs
 * Lose 15-30 lbs
 * Lose 30-50 lbs
 * Lose 50+ lbs

Medication *
Please select GLP-1 (Semaglutide) GLP1+GIP Tirzepatide

Please select

 * Please select
 * GLP-1 (Semaglutide)
 * GLP1+GIP Tirzepatide

Preferred program *
Please select

Please select

 * Please select

First name *
Last name *
Email *
Phone number *
Get your result!
Make your life healthier and happier with Semaglutide!

Semaglutide cannot be prescribed to anyone with the following:

 * Type 1 diabetes.
 * Pregnancy and breastfeeding.
 * Severe gastrointestinal disease (e.g. inflammatory bowel disease, obstruction
   of intestine).
 * Diabetic gastroparesis
 * History of Pancreatitis
 * Caution if high risk of pancreatitis (e.g. gallstones, excess alcohol,
   hypertriglyceridemia).
 * History of medullary thyroid cancer or multiple endocrine neoplasia (MEN)
   type 2.
 * Caution in renal impairment

If you were on a previous semaglutide protocol with a dosage titration schedule,
the specified qty of medication will not last the entire duration of the
program.

There is an additional $25 shipping fee not included in the program price.

Next
<< Back
Sema.Health is currently available in New York, New Jersey, Florida and Texas.
We are working on adding more states.

State *
Please select Florida New York New Jersey Texas

Please select

 * Please select
 * Florida
 * New York
 * New Jersey
 * Texas

Current weight
Please select 100 - 150 lbs 150 - 200 lbs 200 - 250 lbs 250 - 300 lbs 300 - 350
lbs 350+ lbs

Please select

 * Please select
 * 100 - 150 lbs
 * 150 - 200 lbs
 * 200 - 250 lbs
 * 250 - 300 lbs
 * 300 - 350 lbs
 * 350+ lbs

Weight loss goal
Please select Lose 5-15 lbs Lose 15-30 lbs Lose 30-50 lbs Lose 50+ lbs

Please select

 * Please select
 * Lose 5-15 lbs
 * Lose 15-30 lbs
 * Lose 30-50 lbs
 * Lose 50+ lbs

Preferred program *
Please select 1ml/2.5mg 6 weeks - $475 2ml/5mg 8-10 weeks - $650 3ml/7.5mg 10-12
weeks - $775 5ml/12.5mg 16 weeks - $950

Please select

 * Please select
 * 1ml/2.5mg 6 weeks - $475
 * 2ml/5mg 8-10 weeks - $650
 * 3ml/7.5mg 10-12 weeks - $775
 * 5ml/12.5mg 16 weeks - $950

First name *
Last name *
Email *
Phone number *
Get your result!
Enhance your health and well-being with Tirzepatide!

Tirzepatide is not suitable for individuals with any of the following
conditions:

 * Type 1 diabetes
 * Pregnancy or breastfeeding
 * Severe gastrointestinal issues, such as inflammatory bowel disease or
   intestinal obstruction
 * Diabetic gastroparesis
 * A history of pancreatitis, or at high risk of pancreatitis (due to factors
   like gallstones, excessive alcohol consumption, or hypertriglyceridemia)
 * History of medullary thyroid cancer or multiple endocrine neoplasia (MEN)
   type 2
 * Renal impairment (use with caution)

Additionally, if you have previously followed a semaglutide protocol with a
specific dosage titration schedule, the provided quantity of medication may not
cover the entire duration of the program.

Please be aware that there is a separate shipping charge of $25, which is not
included in the program's cost.

Next
<< Back
Sema.Health is currently available in New York, New Jersey, Florida and Texas.
We are working on adding more states.

State *
Please select Florida New York New Jersey Texas

Please select

 * Please select
 * Florida
 * New York
 * New Jersey
 * Texas

Current weight
Please select 100 - 150 lbs 150 - 200 lbs 200 - 250 lbs 250 - 300 lbs 300 - 350
lbs 350+ lbs

Please select

 * Please select
 * 100 - 150 lbs
 * 150 - 200 lbs
 * 200 - 250 lbs
 * 250 - 300 lbs
 * 300 - 350 lbs
 * 350+ lbs

Weight loss goal
Please select Lose 5-15 lbs Lose 15-30 lbs Lose 30-50 lbs Lose 50+ lbs

Please select

 * Please select
 * Lose 5-15 lbs
 * Lose 15-30 lbs
 * Lose 30-50 lbs
 * Lose 50+ lbs

Preferred program *
Please select 5ml/50mg 10-12 weeks - $1000 6ml/60mg 10-12+ weeks - $1200

Please select

 * Please select
 * 5ml/50mg 10-12 weeks - $1000
 * 6ml/60mg 10-12+ weeks - $1200

First name *
Last name *
Email *
Phone number *
Get your result!
Privacy Preference

We need your consent before you can continue on our website. If you are under 16
and wish to give consent to optional services, you must ask your legal guardians
for permission. We use cookies and other technologies on our website. Some of
them are essential, while others help us to improve this website and your
experience. Personal data may be processed (e.g. IP addresses), for example for
personalized ads and content or ad and content measurement. You can find more
information about the use of your data in our privacy policy. You can revoke or
adjust your selection at any time under Settings.

Privacy Preference
 * Essential
 * External Media

Accept all

Save

Individual Privacy Preferences

Cookie Details Privacy Policy

Privacy Preference

If you are under 16 and wish to give consent to optional services, you must ask
your legal guardians for permission. We use cookies and other technologies on
our website. Some of them are essential, while others help us to improve this
website and your experience. Personal data may be processed (e.g. IP addresses),
for example for personalized ads and content or ad and content measurement. You
can find more information about the use of your data in our privacy policy. Here
you will find an overview of all cookies used. You can give your consent to
whole categories or display further information and select certain cookies.

Accept all Save

Back

Privacy Preference
Essential (1)


Essential cookies enable basic functions and are necessary for the proper
function of the website.

Show Cookie Information Hide Cookie Information

Name Borlabs Cookie Provider Owner of this website Purpose Saves the visitors
preferences selected in the Cookie Box of Borlabs Cookie. Cookie Name
borlabs-cookie Cookie Expiry 1 Year

External Media (7)
External Media

Content from video platforms and social media platforms is blocked by default.
If External Media cookies are accepted, access to those contents no longer
requires manual consent.

Show Cookie Information Hide Cookie Information

Accept Facebook Name Facebook Provider Meta Platforms Ireland Limited, 4 Grand
Canal Square, Dublin 2, Ireland Purpose Used to unblock Facebook content.
Privacy Policy https://www.facebook.com/privacy/explanation Host(s)
.facebook.com

Accept Google Maps Name Google Maps Provider Google Ireland Limited, Gordon
House, Barrow Street, Dublin 4, Ireland Purpose Used to unblock Google Maps
content. Privacy Policy https://policies.google.com/privacy?hl=en&gl=en Host(s)
.google.com Cookie Name NID Cookie Expiry 6 Month

Accept Instagram Name Instagram Provider Meta Platforms Ireland Limited, 4 Grand
Canal Square, Dublin 2, Ireland Purpose Used to unblock Instagram content.
Privacy Policy https://www.instagram.com/legal/privacy/ Host(s) .instagram.com
Cookie Name pigeon_state Cookie Expiry Session

Accept OpenStreetMap Name OpenStreetMap Provider Openstreetmap Foundation, St
John’s Innovation Centre, Cowley Road, Cambridge CB4 0WS, United Kingdom Purpose
Used to unblock OpenStreetMap content. Privacy Policy
https://wiki.osmfoundation.org/wiki/Privacy_Policy Host(s) .openstreetmap.org
Cookie Name _osm_location, _osm_session, _osm_totp_token, _osm_welcome, _pk_id.,
_pk_ref., _pk_ses., qos_token Cookie Expiry 1-10 Years

Accept Twitter Name Twitter Provider Twitter International Company, One
Cumberland Place, Fenian Street, Dublin 2, D02 AX07, Ireland Purpose Used to
unblock Twitter content. Privacy Policy https://twitter.com/privacy Host(s)
.twimg.com, .twitter.com Cookie Name __widgetsettings,
local_storage_support_test Cookie Expiry Unlimited

Accept Vimeo Name Vimeo Provider Vimeo Inc., 555 West 18th Street, New York, New
York 10011, USA Purpose Used to unblock Vimeo content. Privacy Policy
https://vimeo.com/privacy Host(s) player.vimeo.com Cookie Name vuid Cookie
Expiry 2 Years

Accept YouTube Name YouTube Provider Google Ireland Limited, Gordon House,
Barrow Street, Dublin 4, Ireland Purpose Used to unblock YouTube content.
Privacy Policy https://policies.google.com/privacy?hl=en&gl=en Host(s)
google.com Cookie Name NID Cookie Expiry 6 Month

powered by Borlabs Cookie

Privacy Policy

Chat with us, powered by LiveChat