semaglutide-corunna-mi.testosteronereplacementtherapy.net Open in urlscan Pro
2606:4700:3036::ac43:a6ce  Public Scan

URL: https://semaglutide-corunna-mi.testosteronereplacementtherapy.net/
Submission: On December 21 via api from US — Scanned from US

Form analysis 1 forms found in the DOM

<form id="form" class="white-popup-block mfp-hide">
  <div class="popup_box ">
    <div class="popup_inner">
      <style>
        .header-mobile .nav-links {
          display: none;
        }

        .header-mobile input[type=checkbox]:checked~.nav-links {
          display: block !important;
        }

        /*.cf .cf-input:hover {
                     opacity: 0.7;
                 }
                 .cf .cf-input:focus {
                     opacity: 1;
                     outline: none;
                     border: 1px solid #ccc;
                 }*/
        .cf .cf-button:hover {
          background-color: transparent;
          color: #0c75fb
        }

        .cf {
          margin: 0 auto !important;
          max-width: 400px;
          background-color: rgba(255, 255, 255, .5);
          border-radius: 25px;
          padding: 25px;
        }

        /*  .cf p {
                 margin: 0;
                 }
                 .cf .cf-title {
                     font-size: 27px;
                     margin: 0 0 15px;
                     color: #0c75fb;
                     font-weight: 700;
                 }
                 .cf .cf-input {
                     transition: .3s;
                     font-size: 16px;
                     border: 1px solid #ccc;
                     border-radius: 5px;
                     padding: 10px 15px;
                     width: 100%;
                     margin-bottom: 15px;
                     box-sizing: border-box;
                 }*/
        .cf .cf-button {
          transition: .3s;
          background-color: #0c75fb;
          color: #fff;
          padding: 10px 15px;
          border: 1px solid #1261c4;
          border-radius: 15px;
          cursor: pointer;
        }

        .cf label {
          margin-bottom: 25px;
          position: relative;
          display: block;
          border-bottom: 1px solid #ddd;
          width: 100%;
          margin-top: 25px;
        }

        .cf input {
          width: 100%;
          box-sizing: border-box;
          padding: 10px 15px;
          border: none;
          outline: none;
          line-height: 16px;
          margin: 0;
          background-color: transparent;
        }

        .cf input::placeholder {
          opacity: 0;
        }

        .cf span {
          position: absolute;
          top: 0;
          left: 15px;
          transform: translateY(10px);
          font-size: 16px;
          color: #000;
          transition-duration: 300ms;
          cursor: text;
        }

        .cf label:focus-within>span,
        .cf input:not(:placeholder-shown)+span {
          color: #000;
          transform: translateY(-15px);
          font-weight: 500;
        }
      </style>
      <div id="cf-1" class="cf">
        <h2 class="cf-title">Get Free Consultation</h2>
        <label>
          <input type="text" id="cf-name" class="cf-name" placeholder="
                    Your Name">
          <span>Your Name</span>
        </label>
        <label>
          <input type="email" id="cf-email" class="cf-email" placeholder="
                    Your Email">
          <span>Your Email</span>
        </label>
        <label>
          <input type="text" id="cf-phone" inputmode="decimal" class="cf-phone" placeholder="Your Phone">
          <span>Your Phone</span>
        </label>
        <label>
          <input type="number" id="cf-age" pattern="[0-9]*" inputmode="decimal" class="cf-age" maxlength="3" placeholder="Your Age">
          <span>Your Age</span>
        </label>
        <!--<p>Your Name</p>
                 <input class="cf-input cf-name" type="text" placeholder="Your Name">
                 <p>Your Email</p>
                 <input class="cf-input cf-email" type="text" placeholder="Your Email">
                 <p>Your Phone</p>
                 <input class="cf-input cf-phone" type="text" placeholder="Your Phone">
                 <p>Your Age</p>
                 <input class="cf-input cf-age" maxlength="3" type="text" placeholder="Your Age">-->
        <!--<textarea class="cf-input cf-message" placeholder="Your Message"></textarea>-->
        <button onclick="if (!window.__cfRLUnblockHandlers) return false; cfSend($(this).parent().attr('id'));" class="cf-button" type="button">Send</button>
      </div>
      <script src="/import1/assets/jquery-3.4.1-dist/js/jquery-3.4.1.min.js" type="text/javascript"></script>
      <script type="text/javascript">
        $("#cf-1 .cf-email").blur(function() {
          const validateEmail = (email) => {
            return String(email).toLowerCase().match(/^(([^<>()[\]\.,;:\s@"]+(\.[^<>()[\]\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/);
          };
          let cf_email = $("#cf-1 .cf-email").val();
          if (!validateEmail(cf_email)) {
            $("#cf-1 .cf-email").css("border-bottom", "1px solid red");
          } else {
            $("#cf-1 .cf-email").css("border-bottom", "unset");
          }
        });
        $("#cf-1 .cf-phone").blur(function() {
          const validatePhone = (phone) => {
            phone = phone.replace(/[^0-9]/g, "");
            if (phone.length >= 10 && phone[0] != "1") {
              return true;
            } else {
              if (phone[0] == "1" && phone.length >= 11) {
                return true;
              } else {
                return false;
              }
            }
            /*return true;
              return String(phone).toLowerCase().match(
                  /^[\+]?[(]?[0-9]{3}[)]?[-\s\.]?[0-9]{3}[-\s\.]?[0-9]{4,6}$/
              );*/
          };
          let cf_phone = $("#cf-1 .cf-phone").val();
          if (!validatePhone(cf_phone)) {
            $("#cf-1 .cf-phone").css("border-bottom", "1px solid red");
          } else {
            $("#cf-1 .cf-phone").css("border-bottom", "unset");
          }
        });

        function cfSend(idForm) {
          let cf_name = $("#" + idForm + " .cf-name").val();
          let cf_phone = $("#" + idForm + " .cf-phone").val();
          let cf_email = $("#" + idForm + " .cf-email").val();
          let cf_age = $("#" + idForm + " .cf-age").val();
          let cf_message = $("#" + idForm + " .cf-message").val();
          const validateEmail = (email) => {
            return String(email).toLowerCase().match(/^(([^<>()[\]\.,;:\s@"]+(\.[^<>()[\]\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/);
          };
          const validatePhone = (phone) => {
            phone = phone.replace(/[^0-9]/g, "");
            if (phone.length >= 10 && phone[0] != "1") {
              return true;
            } else {
              if (phone[0] == "1" && phone.length >= 11) {
                return true;
              } else {
                return false;
              }
            }
          };
          if (!cf_name) {
            $("#" + idForm + " .cf-name").css("border-bottom", "1px solid red");
          }
          if (!cf_phone) {
            $("#" + idForm + " .cf-phone").css("border-bottom", "1px solid red");
          }
          if (!cf_email) {
            $("#" + idForm + " .cf-email").css("border-bottom", "1px solid red");
          }
          if (!cf_age) {
            $("#" + idForm + " .cf-age").css("border-bottom", "1px solid red");
          }
          if (!cf_message) {
            $("#" + idForm + " .cf-message").css("border-bottom", "1px solid red");
          }
          if (!validateEmail(cf_email)) {
            $("#" + idForm + " .cf-email").css("border-bottom", "1px solid red");
          }
          if (!validatePhone(cf_phone)) {
            $("#" + idForm + " .cf-phone").css("border-bottom", "1px solid red");
          }
          if (!cf_name || !validatePhone(cf_phone) || !cf_email || !cf_age || !validateEmail(cf_email)) {
            $("html, body").animate({
              scrollTop: $("#" + idForm).offset().top
            }, 2000);
          } else {
            $.post("/", {
              cf_name: cf_name,
              cf_phone: cf_phone,
              cf_email: cf_email,
              cf_age: cf_age,
              cf_message: cf_message
            }).done(function() {
              $("#" + idForm).html(" <h2>Thank you\n" + "    </h2>  \n" + "    <p>\n" +
                "    We received your initial inquiry. In keeping with our Privacy Policy, your information will be held in the strictest confidence. No one will ever see this information except our local doctors and their assistants.\n" +
                "    </p>");
            }).fail(function() {
              alert("error");
            });
          }
        }
      </script>
    </div>
  </div>
</form>

Text Content

 * info@testosteronereplacementtherapy.net

Hormone therapy
 * Contact us
 * Our Services
   * Menopause treatment
   * HGH therapy
   * Semaglutide Injections
   * Hormone therapy
   * TRT clinic

Get Free Consultation
MENU
 * Contact us
 * Our Services +
   * Menopause treatment
   * HGH therapy
   * Semaglutide Injections
   * Hormone therapy
   * TRT clinic


SEMAGLUTIDE INJECTIONS CORUNNA - BALANCE CLINIC


TABLE OF CONTENTS

 * Introduction to Semaglutide
 * Benefits of Semaglutide for Weight Loss
 * Who is a Candidate for Semaglutide?
 * Starting Semaglutide Injections
 * Balance Clinic Advantage


INTRODUCTION TO SEMAGLUTIDE

Semaglutide is an injectable prescription medication used for chronic weight
management. It helps people with obesity or being overweight lose weight and
keep it off. Semaglutide works by mimicking the hormone GLP-1, which targets
areas of the brain that reduce appetite. It also slows digestion and decreases
food cravings.

At Balance Clinic in Corunna, we provide semaglutide injections as part of our
comprehensive weight loss program. We have helped many patients successfully
lose weight and improve their health with semaglutide.


BENEFITS OF SEMAGLUTIDE FOR WEIGHT LOSS

Studies have shown that semaglutide can lead to significant weight loss in
patients with obesity. The key benefits include:



 * Average weight loss of 12-15% in 1 year
 * Reduces appetite and food cravings
 * Improves heart health by lowering blood pressure and cholesterol
 * Controls blood sugar levels in patients with diabetes
 * Better quality of life from weight loss



Our medical providers monitor patients closely on semaglutide therapy to ensure
maximum weight loss results. We also provide nutritional counseling and
lifestyle recommendations for long-term success.


OUR SERVICES


MENOPAUSE TREATMENT

Learn More


HGH THERAPY

Learn More


SEMAGLUTIDE INJECTIONS

Learn More


HORMONE THERAPY

Learn More


TRT CLINIC

Learn More


START YOUR WEIGHT LOSS JOURNEY WITH SEMAGLUTIDE.

Get Free Consultation


WHO IS A CANDIDATE FOR SEMAGLUTIDE?

Semaglutide injections may be appropriate for adults who meet the following
criteria:



 * BMI over 30 (obese) or BMI over 27 (overweight) with at least one
   weight-related condition
 * Have tried other weight loss medications/programs without success
 * Committed to making lifestyle changes like improved diet and exercise



Semaglutide is not recommended for women who are pregnant or breastfeeding. Our
providers determine candidacy after a comprehensive health evaluation and lab
testing.


STARTING SEMAGLUTIDE INJECTIONS

Beginning semaglutide injections is a straightforward process:


INITIAL CONSULTATION



 * Review health history and weight loss goals
 * Discuss benefits and risks of treatment
 * Order required lab tests




SECOND APPOINTMENT



 * Evaluate lab test results
 * Prescription written for semaglutide if appropriate
 * Instructions provided on injection technique




FOLLOW-UP MONITORING



 * Regular appointments to track weight loss progress
 * Adjust treatment plan if needed for optimal results
 * Provide ongoing education and support



Our experienced medical team guides patients through every step of starting and
maintaining semaglutide therapy for successful weight management.


BALANCE CLINIC ADVANTAGE

Choosing Balance Clinic in Corunna for your semaglutide weight loss treatment
provides many advantages:



 * Board-certified providers with expertise in medical weight loss
 * Customized plans that fit your weight loss goals
 * Supportive team focused on your health and wellness
 * State-of-the-art facility using latest medical technology



We also accept most major insurance plans, making these effective injections
affordable.

Take control of your weight and health with semaglutide injections. The
knowledgeable providers at Balance Clinic are here to help. Contact us today to
learn more and schedule your first appointment.


START YOUR WEIGHT LOSS JOURNEY WITH SEMAGLUTIDE!

Get Free Consultation


CITIES NEAR CORUNNA

 * Catoosa
 * Denville
 * Roy
 * holly hill
 * Banglour
 * Bainbridge Island
 * New Orleans
 * Layron
 * Dickinson
 * Hattiesburg

Hormone therapy


LINKS

 * Contact us
 * Privacy policy
 * Terms of Service
 * Our Glossary
 * Our Services
 * Menopause treatment
 * HGH therapy
 * Semaglutide Injections
 * Hormone therapy
 * TRT clinic
 * Our Locations


CONTACTS

info@testosteronereplacementtherapy.net


Copyright © Balance Clinic 2024 - All rights reserved


GET FREE CONSULTATION

Your Name Your Email Your Phone Your Age Send
Get Free Consultation