durham-nc.bioidentical-hormone-replacement-therapy.org Open in urlscan Pro
2606:4700:3037::ac43:8e46  Public Scan

URL: https://durham-nc.bioidentical-hormone-replacement-therapy.org/
Submission: On November 12 via api from US — Scanned from DE

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-39" 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-39 .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-39 .cf-email").val();
          if (!validateEmail(cf_email)) {
            $("#cf-39 .cf-email").css("border-bottom", "1px solid red");
          } else {
            $("#cf-39 .cf-email").css("border-bottom", "unset");
          }
        });
        $("#cf-39 .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-39 .cf-phone").val();
          if (!validatePhone(cf_phone)) {
            $("#cf-39 .cf-phone").css("border-bottom", "1px solid red");
          } else {
            $("#cf-39 .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@bioidentical-hormone-replacement-therapy.org

Hormone therapy
 * Our Services
   * Peptide therapy
   * Testosterone replacement therapy
   * Hormone replacement therapy
   * HGH clinic
   * Bio identical Hormone treatment
   * Menopause treatment
 * Contact us

Get Free Consultation
MENU
 * Our Services +
   * Peptide therapy
   * Testosterone replacement therapy
   * Hormone replacement therapy
   * HGH clinic
   * Bio identical Hormone treatment
   * Menopause treatment
 * Contact us +


HGH THERAPY DURHAM, NC - BALANCE CLINIC


TABLE OF CONTENTS

 * Introduction to HGH Therapy
 * HGH Deficiency Signs and Symptoms
 * Who is a Good Candidate for HGH Therapy?
 * The Benefits of HGH Therapy
 * HGH Therapy Protocol Basics
 * FAQs: HGH Therapy Questions Answered
 * Conclusion


INTRODUCTION TO HGH THERAPY

Human growth hormone (HGH) is a vital hormone produced by the pituitary gland
that stimulates growth, cell reproduction and regeneration. As we age, HGH
levels naturally decline, leading to symptoms like decreased muscle mass,
increased body fat, low energy, and reduced bone density. HGH therapy can help
restore optimal levels, leading to numerous benefits like:



 * Increased muscle mass and decreased body fat
 * Enhanced energy and exercise performance
 * Improved skin elasticity, texture, and appearance
 * Better mood and cognitive function
 * Stronger bones and joints
 * Faster healing and injury recovery
 * Improved intimacy and sexual function



At Balance Clinic in Durham, NC, our experienced physicians specialize in HGH
therapy to help patients look and feel their best. Keep reading to learn more
about the basics of HGH treatment.


HGH DEFICIENCY SIGNS AND SYMPTOMS

Some common signs and symptoms of growth hormone deficiency include:



 * Decreased energy and persistent fatigue
 * Muscle loss and weakness
 * Weight gain, especially increased belly fat
 * Thinning and dry skin
 * Hair loss or thinning
 * Poor memory and concentration
 * Low libido and sexual dysfunction
 * Emotional instability and depression
 * Insomnia and sleep disturbances
 * Joint pain, stiffness and reduced mobility



If you are experiencing any of these symptoms, HGH testing and treatment may
significantly improve your quality of life. The earlier treatment is started,
the better the results.


OUR SERVICES


PEPTIDE THERAPY

Learn More


TESTOSTERONE REPLACEMENT THERAPY

Learn More


HORMONE REPLACEMENT THERAPY

Learn More


HGH CLINIC

Learn More


BIO IDENTICAL HORMONE TREATMENT

Learn More


MENOPAUSE TREATMENT

Learn More


RESTORE YOUTHFUL VITALITY WITH HGH THERAPY TODAY.

Get Free Consultation


WHO IS A GOOD CANDIDATE FOR HGH THERAPY?

HGH therapy can benefit both men and women with diagnosed growth hormone
deficiency. Ideal candidates include those with:



 * Documented low IGF-1 and growth hormone levels
 * Adults ages 30 with pituitary gland injury or disease
 * Those with chronic illnesses or inflammatory conditions
 * People interested in anti-aging and optimizing health



Women should not take HGH if pregnant or breastfeeding. Those with critical
illnesses or cancer should avoid treatment as well.


THE BENEFITS OF HGH THERAPY

Research shows HGH therapy can have profound benefits when prescribed
appropriately under medical supervision. Patients report improvements in:



Benefit Description Body composition Increased lean muscle mass, decreased body
fat, tighter skin Bone density and strength Reduced risk of osteoporosis and
fractures Exercise capacity and performance More energy, strength, and endurance
for workouts Cardiovascular function Improved cholesterol profile and blood
pressure Brain function Better mood, memory, and concentration Metabolism Faster
fat loss and reduced risk of diabetes Immune function Enhanced healing and
injury recovery Sexual performance Increased libido, improved intimacy and
function Skin, hair and nails Thicker, fuller hair, youthful skin, stronger
nails Overall wellbeing and vitality Dramatically improved quality of life



The benefits of HGH therapy are wide-ranging and can promote healthier aging.
Consistency is key - it may take 3-6 months to see the full results.


HGH THERAPY PROTOCOL BASICS

HGH therapy involves daily injections under the skin, typically using very small
needles. Treatment plans are tailored to your unique needs and directed by a
hormone specialist. Here is an overview of the basic protocol:



Step Description Evaluation Thorough history, exam, lab work and potential
imaging to diagnose deficiency HGH prescription Starting dose based on your age,
gender, medical history and goals Injections Self-administered daily shots just
under skin, rotated between sites Ongoing monitoring Regular lab work and
follow-up to assess progress and adjust dosage Adjuvant therapies Additional
treatments like testosterone or nutrients may also be prescribed Lifestyle
measures Diet, exercise, stress management and supplements optimize results



Proper clinical oversight is critical throughout therapy. With routine
monitoring and dosage titration, HGH offers an excellent safety profile for most
healthy adults.


RESTORE YOUTH, ENERGY AND VITALITY WITH HGH THERAPY.

Get Free Consultation


FAQS: HGH THERAPY QUESTIONS ANSWERED

How long until I see results from HGH therapy?

Most patients see initial benefits within 1-2 months. Maximal results take 3-6
months. Adjustments may be made until optimal dosing is achieved.

What are the risks or side effects of growth hormone therapy?

When properly dosed, side effects are uncommon but can include joint pain,
swelling, nerve pain, and elevated blood sugar. These are usually temporary and
reversible.

Is injectable HGH safe?

Yes, clinical data shows it is safe when administered under medical guidance.
However, abuse of extremely high doses for performance enhancement carries
risks.

How much does HGH therapy cost?

Costs vary based on dosage and insurance coverage, but average $500-1000 per
month. Many find the benefits well worth the investment.


CONCLUSION

HGH therapy can be a life-changing treatment for those with growth hormone
deficiency. By restoring optimal hormone levels, patients can experience
profound improvements in body composition, energy, mental function, and overall
vitality. However, proper medical supervision and monitoring are critical for
safe and effective treatment.

At Balance Clinic in Durham, NC, our experienced physicians specialize in
personalized HGH therapy plans tailored to your unique needs and goals. If you
are experiencing symptoms of growth hormone deficiency, don't hesitate to
schedule a consultation to see if HGH therapy is right for you. With the right
treatment plan, you can unlock your full potential and enjoy a dramatically
improved quality of life.


CITIES NEAR DURHAM

 * La Puente
 * Brooklyn Center
 * Albany
 * Vista
 * Staten Island
 * Huntsville

Hormone therapy


LINKS

 * Our Services
 * Peptide therapy
 * Testosterone replacement therapy
 * Hormone replacement therapy
 * HGH clinic
 * Bio identical Hormone treatment
 * Menopause treatment
 * Privacy policy
 * Terms of Service
 * Our Locations
 * Our Glossary
 * Contact us


CONTACTS

info@bioidentical-hormone-replacement-therapy.org

Copyright © Balance Clinic 2024 - All rights reserved


GET FREE CONSULTATION

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