gresham-or.bioidentical-hormone-replacement-therapy.org Open in urlscan Pro
2606:4700:3032::6815:4714  Public Scan

URL: https://gresham-or.bioidentical-hormone-replacement-therapy.org/
Submission: On October 31 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-65" 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-65 .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-65 .cf-email").val();
          if (!validateEmail(cf_email)) {
            $("#cf-65 .cf-email").css("border-bottom", "1px solid red");
          } else {
            $("#cf-65 .cf-email").css("border-bottom", "unset");
          }
        });
        $("#cf-65 .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-65 .cf-phone").val();
          if (!validatePhone(cf_phone)) {
            $("#cf-65 .cf-phone").css("border-bottom", "1px solid red");
          } else {
            $("#cf-65 .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 +


HORMONE REPLACEMENT THERAPY GRESHAM, OR - BALANCE CLINIC


TABLE OF CONTENTS

 * Introduction to Hormone Replacement Therapy
 * Diagnosing Hormone Deficiencies
 * Benefits of HRT for Men and Women
 * HRT Treatment Options
 * Lifestyle Recommendations
 * The Balance Clinic Advantage
 * Conclusion


INTRODUCTION TO HORMONE REPLACEMENT THERAPY

Hormone replacement therapy (HRT) involves administering hormones to treat
deficiencies and imbalances related to aging and health conditions. It can
significantly improve quality of life when hormone levels decline. Balance
Clinic in Gresham, Oregon specializes in personalized HRT programs to help
patients restore optimal hormone levels.

Some key benefits of HRT include:



 * Increased energy and stamina
 * Improved mood and cognitive function
 * Enhanced libido and sexual performance
 * More muscle mass and strength
 * Reduced risk factors for various diseases
 * Better sleep quality
 * Slowed aging process



Hormone imbalances should be addressed promptly before they cause bigger health
issues. Our experienced hormonal imbalance doctors use advanced testing and
treatments tailored to your needs.


DIAGNOSING HORMONE DEFICIENCIES

The first step is testing hormone levels through bloodwork, saliva, or urine
samples. We determine if you have a true deficiency or imbalance. Hormone tests
check levels of:



Hormone Description Testosterone Primary male sex hormone Estrogen Primary
female sex hormone Progesterone Female hormone involved in menstrual cycle and
pregnancy Thyroid (T3 and T4) Hormones that regulate metabolism DHEA Precursor
hormone that helps produce other hormones Melatonin Hormone that regulates
sleep-wake cycle Cortisol Stress hormone



Based on your symptoms and test results, our hormone specialists create a
customized treatment plan. We retest hormone levels periodically to adjust
dosages for optimal balance.


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


TRY TO BE WELL. HORMONES BALANCED.

Get Free Consultation


BENEFITS OF HRT FOR MEN AND WOMEN

HRT offers many benefits for both men and women:


HRT FOR MEN

Testosterone replacement can:



 * Boost sex drive and performance
 * Increase lean muscle mass
 * Reduce fat
 * Strengthen bones
 * Improve mood and energy
 * Support heart health




HRT FOR WOMEN

Estrogen and progesterone therapy helps with:



 * Reducing menopause symptoms - hot flashes, night sweats
 * Preventing osteoporosis
 * Improving vaginal health
 * Reducing heart disease risk



Thyroid hormone replacement treats hypothyroidism, which causes fatigue, weight
gain, hair loss, and many other symptoms.


HRT TREATMENT OPTIONS

There are various options our hormone clinic offers for administering hormones:



Treatment Option Description Testosterone injections Most common and effective
form of testosterone replacement therapy (TRT) Testosterone gels Absorbed
through the skin daily Testosterone pellets Long-lasting pellets implanted under
the skin every 3-6 months Estrogen patches Used for estrogen replacement therapy
(ERT) Oral hormones Tablets taken daily



We determine the optimal delivery method based on your lifestyle, preferences,
and needs. Proper dosing helps maintain steady hormone levels in the body.


LIFESTYLE RECOMMENDATIONS

We provide tips on adjusting lifestyle and habits to get the most benefits from
HRT:



 * Healthy diet - Avoid processed foods, eat more lean protein and produce
 * Regular exercise - Mix of strength training and cardio for 30-45 mins daily
 * Stress management - Try yoga, meditation, deep breathing exercises
 * Good sleep habits - 7-9 hours nightly, avoid screen time before bed



Making positive lifestyle changes amplifies the effects of HRT.


RESTORE YOUR OPTIMAL HORMONE LEVELS TODAY.

Get Free Consultation


THE BALANCE CLINIC ADVANTAGE

Balance Clinic provides:



 * Leading hormonal imbalance specialists
 * Personalized treatment plans
 * Ongoing patient education
 * Careful dosage adjustments
 * Convenient virtual and in-person visits



Our goal is restoring your vitality and helping you feel your best. Contact us
today to learn more about our hormone replacement therapy programs.


CONCLUSION

Hormone replacement therapy can be a game-changer for those struggling with
hormone imbalances and deficiencies. By working with experienced specialists at
Balance Clinic, you can develop a personalized treatment plan that addresses
your unique needs and helps you achieve optimal hormone levels. With the right
combination of HRT, lifestyle changes, and ongoing support, you can experience
improved energy, mood, sexual function, and overall quality of life. Don't let
hormone issues hold you back any longer - take the first step towards a
healthier, more vibrant you by exploring the benefits of HRT at Balance Clinic
in Gresham, Oregon.


CITIES NEAR GRESHAM

 * Monterey Park
 * Cary
 * Brentwood
 * Tulsa
 * Norco
 * Coppell

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