duluth-mn.bioidentical-hormone-doctor.com
Open in
urlscan Pro
2606:4700:3035::6815:25ca
Public Scan
URL:
https://duluth-mn.bioidentical-hormone-doctor.com/
Submission: On October 09 via api from US — Scanned from DE
Submission: On October 09 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-31" 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>
<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-31 .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-31 .cf-email").val();
if (!validateEmail(cf_email)) {
$("#cf-31 .cf-email").css("border-bottom", "1px solid red");
} else {
$("#cf-31 .cf-email").css("border-bottom", "unset");
}
});
$("#cf-31 .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-31 .cf-phone").val();
if (!validatePhone(cf_phone)) {
$("#cf-31 .cf-phone").css("border-bottom", "1px solid red");
} else {
$("#cf-31 .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-doctor.com Hormone therapy * Our Services * HGH clinic * Testosterone replacement therapy * Hormone replacement therapy * Menopause treatment * Peptide therapy * Bio identical Hormone treatment * Testosterone replacement therapy * Contact us Get Free Consultation HGH THERAPY DULUTH, MN - HUMAN ANTIAGING CENTER TABLE OF CONTENTS * Introduction to HGH Therapy * Signs and Symptoms of HGH Deficiency * The Many Benefits of Growth Hormone Therapy * HGH Therapy Protocols and Procedures * FAQs about HGH Therapy in Duluth * Human Antiaging Center - Your Trusted Source for HGH Therapy in Duluth INTRODUCTION TO HGH THERAPY Human growth hormone (HGH) is a vital hormone produced by the pituitary gland that stimulates growth, cell reproduction and regeneration in humans. As we age, HGH production declines, leading to a growth hormone deficiency that can negatively impact health and quality of life. HGH therapy involves supplementing growth hormone levels to counteract this natural decline. HGH therapy has been shown to provide remarkable anti-aging and rejuvenating effects when administered correctly under medical supervision. This guide will explore the basics of HGH therapy in Duluth, Minnesota - the benefits, treatment protocols, frequently asked questions and more. We'll also highlight why Human Antiaging Center is the premier destination for HGH therapy in the Duluth area. SIGNS AND SYMPTOMS OF HGH DEFICIENCY Declining HGH levels can manifest in various symptoms and health issues. Common signs of growth hormone deficiency include: * Decreased muscle mass and strength * Weight gain, particularly around the waist * Lack of energy and persistent fatigue * Thinning hair and slower hair growth * Reduced interest in sex; erectile dysfunction * Emotional changes like anxiety and depression * Poor concentration and memory * Insomnia and sleep issues * Weakened immune system If you're experiencing any combination of these symptoms as you get older, an HGH deficiency could be the underlying cause. Getting tested is the only way to confirm if your HGH levels need improvement. OUR SERVICES HGH CLINIC Learn More TESTOSTERONE REPLACEMENT THERAPY Learn More HORMONE REPLACEMENT THERAPY Learn More MENOPAUSE TREATMENT Learn More PEPTIDE THERAPY Learn More BIO IDENTICAL HORMONE TREATMENT Learn More TESTOSTERONE REPLACEMENT THERAPY Learn More RESTORE YOUR YOUTH. TRY HGH THERAPY TODAY. Get Free Consultation THE MANY BENEFITS OF GROWTH HORMONE THERAPY Clinical studies validate that HGH replacement therapy can provide transformative benefits when levels are optimized, such as: * Increased lean muscle mass and strength * Reduced body fat, especially around the midsection * A more youthful, energized and focused mental state * Thicker, re-growth of hair * Stronger bones and increased bone density * Enhanced exercise capacity and endurance * Improved mood, reduced anxiety and depression * Better sleep quality and duration * Improved cholesterol profile and cardiovascular function * Increased libido, sexual performance and stamina * Faster recovery from exercise and sports injuries * Bolstered immune function and resistance to illness * Smoother, tighter skin and reduced wrinkles * Improved vision and eyesight The key is to restore hormones to adequate levels, not exceed normal ranges. When administered properly under medical supervision, HGH therapy can help recapture youth, vitality and an overall sense of wellbeing. HGH THERAPY PROTOCOLS AND PROCEDURES HGH therapy involves daily injections of synthetic human growth hormone. Here is an overview of starting HGH therapy with Human Antiaging Center: * Initial consultation - medical history, exam, discuss goals * Blood analysis - test hormone levels including HGH and IGF-1 * Prescription - if deficient, physician prescribes HGH based on needs * Injections - self-administered daily injections, training provided * Ongoing monitoring - follow-up blood tests and consults to adjust dosing * Nutrition plan - specialized diet to optimize results Treatment plans are tailored to the individual based on medical needs and bloodwork. Most patients start with a low dose and gradually increase under doctor supervision. Many notice benefits within the first 2-3 months. Ongoing bloodwork and follow-ups are critical for safe, effective treatment. FAQS ABOUT HGH THERAPY IN DULUTH Is HGH therapy legal? Yes, FDA-approved HGH therapy is legal when prescribed by a licensed medical professional for diagnosed hormone deficiencies. Is HGH therapy safe when supervised correctly? Yes, clinical studies report minimal side effects when protocols are followed properly under medical guidance. How is HGH administered? HGH therapy involves daily subcutaneous injections, similar to insulin injections. Human Antiaging Center teaches self-administration techniques. How soon will I see results from HGH therapy? Many patients report increased energy, better sleep, and fat loss within the first 2-3 months. Maximum benefits are seen after 6-12 months. Will medical insurance cover HGH therapy? Some health plans may cover growth hormone therapy if you have a diagnosed deficiency. Human Antiaging Center offers convenient payment plans. BOOST ENERGY, BUILD MUSCLE, AND FEEL YOUNGER WITH HGH. Get Free Consultation HUMAN ANTIAGING CENTER - YOUR TRUSTED SOURCE FOR HGH THERAPY IN DULUTH When you're ready to explore HGH therapy, choosing an experienced hormone clinic you can trust is key. Human Antiaging Center has specialized in effective, customized HGH therapy for over 10 years in the Duluth area. Our passionate team stays up-to-date on the latest anti-aging and hormone research to provide the most innovative, results-driven therapies. We pride ourselves on patient education, care and improving people's quality of life. Interested in learning more about HGH therapy? Contact Human Antiaging Center today for a free consultation. Our physicians will be happy to answer your questions and help you determine if treatment is right for you. CITIES NEAR DULUTH * Garden City * Farmington Hills * Crystal River * Woodbridge * Berwyn * Oak Ridge * kenton * Orange Beach * Hattiesburg * Wildomar Hormone therapy LINKS * Our Services * HGH clinic * Testosterone replacement therapy * Hormone replacement therapy * Menopause treatment * Peptide therapy * Bio identical Hormone treatment * Testosterone replacement therapy * Terms of Service * Privacy policy * Our Glossary * Contact us * Our Locations CONTACTS info@bioidentical-hormone-doctor.com Copyright © Human Antiaging Center 2024 - All rights reserved GET FREE CONSULTATION Your Name Your Email Your Phone Your Age Send Get Free Consultation