HEX
Server: Apache/2.4.41
System: Linux mainweb 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: nationalmedicaregrp (1119)
PHP: 8.3.7
Disabled: exec,passthru,shell_exec,system,popen,proc_open,pcntl_exec
Upload Files
File: /home/valuehealthquotes/public_html/index.php
<?php


//Ip Function
function getClientIp()
{
  $ipaddress = '';
  if (getenv('HTTP_CLIENT_IP'))
    $ipaddress = getenv('HTTP_CLIENT_IP');
  else if (getenv('HTTP_X_FORWARDED_FOR'))
    $ipaddress = getenv('HTTP_X_FORWARDED_FOR');
  else if (getenv('HTTP_X_FORWARDED'))
    $ipaddress = getenv('HTTP_X_FORWARDED');
  else if (getenv('HTTP_FORWARDED_FOR'))
    $ipaddress = getenv('HTTP_FORWARDED_FOR');
  else if (getenv('HTTP_FORWARDED'))
    $ipaddress = getenv('HTTP_FORWARDED');
  else if (getenv('REMOTE_ADDR'))
    $ipaddress = getenv('REMOTE_ADDR');
  else
    $ipaddress = 'UNKNOWN';
  return $ipaddress;
}
?>


<?php
$actual_link = "http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]";

?>


<!DOCTYPE html>
<html lang="en">

<head>


  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <link rel="shortcut icon" href="./assets/img/favicon.png">
  <title>Value Health Quotes</title>
  <link rel="stylesheet" href="./assets/css/plugins.css">
  <link rel="stylesheet" href="./assets/css/style.css">
  <link rel="stylesheet" href="./assets/css/aqua.css">

  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.19.3/jquery.validate.min.js" integrity="sha512-37T7leoNS06R80c8Ulq7cdCDU5MNQBwlYoy1TX/WUsLFC2eYNqtKlV0QjH7r8JpG/S0GUMZwebnVFLPd6SU5yg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js" integrity="sha512-0QbL0ph8Tc8g5bLhfVzSqxe9GERORsKhIn1IrpxDAgUsbBGz/V7iSav2zzW325XGd1OMLdL4UiqRJj702IeqnQ==" crossorigin="anonymous"></script>




  <script src="./assets/js/dobpicker.js"></script>

  

<style>

.tawk-card {
  display: none !important;
}

.modal {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(77, 77, 77, .7);
  transition: all .4s;
}

.modal:target {
  visibility: visible;
  opacity: 1;
}

.modal__content {
  border-radius: 4px;
  position: relative;
  width: 800px;
  max-width: 90%;
  background: #fff;
  padding: 1em 2em;
}

.modal__footer {
  text-align: right;
  a {
    color: #585858;
  }
  i {
    color: #d02d2c;
  }
}
.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #585858;
  text-decoration: none;
}


</style>

<script async src="https://www.googletagmanager.com/gtag/js?id=AW-867661804"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  // Configure Google Ads Conversion Tracking
  gtag('config', 'AW-867661804', { 'send_page_view': false });
</script>

<!-- Phone call conversion tracking -->

<script>
  gtag('config', 'AW-867661804/TxnmCMzd_mwQ7O_dnQM', {
    'phone_conversion_number': '(855) 709-1222'
  });
</script>

</head>




<header class="wrapper bg-light">
  <div class="bg-primary text-white fw-bold fs-15">
    <div class="container py-1 d-md-flex flex-md-row">

      <div class="d-flex flex-row align-items-center me-0 ms-auto" style="margin: auto !important;">
        <div class="icon text-white fs-22 mt-1 me-2 d-flex justify-content-center"> <i class="uil uil-phone-volume"></i></div>
        <p class="mb-0 text-center"><a href="Tel: +18557091222" style="color: #ffffff">Speak to a Licensed Agent Now!</a></p>
      </div>

    </div>
    <!-- /.container -->
  </div>
  <nav class="navbar navbar-expand-lg center-nav transparent navbar-light">
    <div class="container d-flex justify-content-center">
      <div class="navbar-brand">
        <a href="/">
          <img src="./assets/img/logo.svg" srcset="./assets/img/[email protected] 2x" style="width: 100%;" alt="">
        </a>
      </div>
      <div class="navbar-collapse offcanvas-nav">
        <div class="offcanvas-header d-lg-none d-xl-none">
          <a href="/">
            <img src="./assets/img/logo.svg" srcset="./assets/img/[email protected] 2x" style="width:100% important;" alt="">
          </a>
          <button type="button" class="btn-close btn-close-white offcanvas-close offcanvas-nav-close" aria-label="Close"></button>
        </div>

        <!-- /.navbar-nav -->
      </div>
      <!-- /.navbar-collapse -->
      <div class="navbar-other w-100 d-flex ms-auto">
        <ul class="navbar-nav flex-row align-items-center ms-auto" data-sm-skip="true">

          <li class="nav-item d-none d-md-block">

            <a href="Tel: +18557091222" class="btn btn-primary rounded-pill mb-0">Call Now: +1 (855) 709-1222</a>
          </li>

        </ul>
        <!-- /.navbar-nav -->
      </div>
      <!-- /.navbar-other -->
    </div>
    <!-- /.container -->  
  </nav>
  <!-- /.navbar -->
</header>
<!-- /header -->



<body>


          <div class="d-flex justify-content-center">

          
          </div>

          <div class="container pt-10 pt-md-14 pb-8 text-center">
<div class="row gx-lg-8 gx-xl-12 gy-10 align-items-center">
<div class="col-lg-7">
<figure><img class="w-auto" src="./assets/img/home-1.svg" alt=""></figure>
</div>

<div class="col-md-10 offset-md-1 offset-lg-0 col-lg-5 text-center text-lg-start">
<h1 class="display-1 mb-5 mx-md-n5 mx-lg-0">Compare Plans! Find Your Perfect Health Coverage Today!
</h1>
<p class="lead fs-lg mb-7">Enter your zip code to quickly compare your healthcare options. Quotes are fast, easy &amp; free.
</p>
<form action="form.php" name="valform" id="valForm" method="post" novalidate="novalidate">
<div class="form-floating input-group">
<input type="hidden" value="" name="SRC" id="SRC">
<input type="hidden" value="" name="clickid" id="clickid">
<input type="text" class="form-control numer" placeholder="Enter Your Zip Code" name="ZipCode" id="ZipCode" onkeyup="zipCodeLookup(1);" maxlength="5" minlength="5">
<input id="city" class="city" name="city" type="hidden">
<input id="state" class="state" name="state" type="hidden">
<label for="seo-check">Enter Your Zipcode</label>
<button type="submit" id="submitButton" name="send" class="btn btn-primary" style="text-transform: uppercase;  border-radius: 0 8px 8px 0 !important;">
Get Quotes<span id="displayLocation" class="displayLocation2"></span></button>
<span id="errorZip" style="display: none; color: rgb(239, 3, 3); background-color: rgb(255, 233, 233); font-size: 22px; font-weight: 600; padding: 0px 14px; margin-top: 5px;" class="customHelpClass">Please enter a valid Zip Code</span>
</div>
</form>
<div class="d-flex justify-content-center">
<div class="row ">
<div class="col-md-12">
<img src="./assets/img/guaranteed.svg" width="80px" height="80px" style="padding: 4px" alt="">
<img src="./assets/img/secure-ssl.png" width="103px" height="51px" style="padding: 4px" alt="">
</div>
</div>
</div>
</div>

        </div>
        <!-- /column -->
      </div>
      <!-- /.row -->
    </div>
    <!-- /.container -->
  </section>




  <!-- /section -->
  <section class="wrapper bg-light angled upper-start lower-start">
    <div class="container py-5 pt-md-17 pb-md-2">
      <div class="row gx-md-8 gx-xl-12 gy-10 mb-6 mb-md-18 align-items-center">
        <div class="col-lg-6 order-lg-2">
          <div class="card shadow-lg me-lg-6">
            <div class="card-body p-6">
              <div class="d-flex flex-row">
                <div>
                  <span class="icon btn btn-circle btn-lg btn-soft-primary disabled me-4"><span class="number">01</span></span>
                </div>
                <div>
                  <h4 class="mb-1"> Fill Out A Quick Form</h4>
                  <p class="mb-0">To get started, we ask a few easy-to-answer questions to help find your most affordable healthcare options.

                  </p>
                </div>
              </div>
            </div>
            <!--/.card-body -->
          </div>
          <!--/.card -->
          <div class="card shadow-lg ms-lg-13 mt-6">
            <div class="card-body p-6">
              <div class="d-flex flex-row">
                <div>
                  <span class="icon btn btn-circle btn-lg btn-soft-primary disabled me-4"><span class="number">02</span></span>
                </div>
                <div>
                  <h4 class="mb-1"> Review Your Options</h4>
                  <p class="mb-0">Sit back and enjoy as a licensed agent evaluates your affordable health plan options.</p>
                </div>
              </div>
            </div>
            <!--/.card-body -->
          </div>
          <!--/.card -->
          <div class="card shadow-lg mx-lg-6 mt-6">
            <div class="card-body p-6">
              <div class="d-flex flex-row">
                <div>
                  <span class="icon btn btn-circle btn-lg btn-soft-primary disabled me-4"><span class="number">03</span></span>
                </div>
                <div>
                  <h4 class="mb-1">Select Your Plan</h4>
                  <p class="mb-0">Have a health insurance agent help you instantly review plans and understand your coverage options.</p>
                </div>
              </div>
            </div>
            <!--/.card-body -->
          </div>
          <!--/.card -->
        </div>
        <!--/column -->
        <div class="col-lg-6">
          <h2 class="fs-16 text-uppercase text-muted mb-3">Health Insurance</h2>
          <h3 class="display-4 mb-5">Affordable health insurance options for any budget.</h3>
          <p>Finding the right health insurance plan doesn’t need to be difficult or frustrating. In fact, it should be as quick and painless as buying anything else online. At Healthcare Quotes, we aim to streamline the healthcare shopping process by connecting you to health insurance agents for affordable coverage options that fit your needs and budget.

          </p>
          <a href="/form.php" class="btn btn-primary rounded-pill mb-0">Get Quotes</a>
        </div>
        <!--/column -->
      </div>
      <!--/.row -->

    </div>
    <!-- /.container -->
  </section>




  <section class="wrapper bg-gradient-reverse-primary">
    <div class="container pb-16 py-md-29">
      <div class="row gx-lg-8 gx-xl-12 gy-10 mb-8 align-items-center">
        <div class="col-lg-7 order-lg-2">
          <figure><img class="w-auto" src="./assets/img/home-2.svg" alt=""></figure>
        </div>
        <!--/column -->
        <div class="col-lg-5">
          <h2 class="fs-16 text-uppercase text-muted mb-3 pt-8">Compare Plans</h2>
          <h3 class="display-5 mb-5">Enter your zip code to quickly compare your healthcare options. Quotes are fast, easy & free.</h3>
          <p class="mb-7">Review affordable health plan options with knowledgeable health insurance agents from Precision Insurance Providers and start the process for getting coverage. Your search for an affordable healthcare plan is only a few steps away. Just enter your zip code to get started.</p>
          <div class="row">
            <div class="col-lg-9">

              <form action="form.php" name="valform2" id="valForm2" method="post">
                <div class="form-floating input-group">
                  <input type="text" class="form-control numer ZipCode2" placeholder="Enter Your Zip Code" name="ZipCode" id="ZipCode2" onkeyup="zipCodeLookup(2);" maxlength="5" minlength="5">
                  <input id="city" class="city" name="city" type="hidden">
                  <input id="state" class="state" name="state" type="hidden">
                  <label for="seo-check">Enter Your Zipcode</label>

                  <button type="submit" id="submitButton" name="send" class="btn btn-primary" style=" border-radius: 0 8px 8px 0 !important;" minlength="5" maxlength="5">
                    Get Quotes<span id="displayLocation" class="displayLocation"></span></button>

                  <span id="errorZip" style="display:none" class="customHelpClass">Please enter a valid Zip Code</span>

                </div>
              </form>
            </div>
            <!-- /column -->
          </div>
          <!-- /.row -->
        </div>
        <!--/column -->
      </div>
      <!--/.row -->
    </div>
    <!-- /.container -->
  </section>



  <!-- /section -->
  <section class="wrapper bg-light">
    <div class="container pt-14 pt-md-16">
      <div class="row text-center">
        <div class="col-md-10 offset-md-1 col-lg-8 offset-lg-2">
          <h2 class="fs-16 text-uppercase text-muted mb-3">What We Do?</h2>
          <h3 class="display-4 mb-10 px-xl-10">The service we offer is specifically designed to meet your needs.</h3>
        </div>
        <!-- /column -->
      </div>
      <!-- /.row -->
      <div class="position-relative">
        <div class="shape rounded-circle bg-soft-blue rellax w-16 h-16" data-rellax-speed="1" style="bottom: -0.5rem; right: -2.2rem; z-index: 0;"></div>
        <div class="shape bg-dot primary rellax w-16 h-17" data-rellax-speed="1" style="top: -0.5rem; left: -2.5rem; z-index: 0;"></div>
        <div class="row gx-md-5 gy-5 text-center">
          <div class="col-md-6 col-xl-6">
            <div class="card shadow-lg">
              <div class="card-body">
                <img src="./assets/img/icons/heartbeat.svg" class="svg-inject icon-svg icon-svg-md text-yellow mb-3" alt="" />
                <h4>Health</h4>
                <p class="mb-2">Health insurance is a type of insurance coverage that pays for medical and surgical expenses incurred by the insured. Health insurance can reimburse the insured for expenses incurred from illness or injury, or pay the care provider directly.
                </p>
                <a href="form.php" class="more hover link-blue">Get Quotes</a>
              </div>
              <!--/.card-body -->
            </div>
            <!--/.card -->
          </div>
          <!--/column -->
          <div class="col-md-6 col-xl-6">
            <div class="card shadow-lg">
              <div class="card-body">
                <img src="./assets/img/icons/medicine.svg" class="svg-inject icon-svg icon-svg-md text-red mb-3" alt="" />
                <h4>Prescription</h4>
                <p class="mb-2">To get maximum benefit from your medications, it is important to take them exactly as prescribed by your doctor. In fact, your chance of a better health outcome improves when you take your medications as directed.</p>
                <a href="form.php" class="more hover link-blue">Get Quotes</a>
              </div>
              <!--/.card-body -->
            </div>
            <!--/.card -->
          </div>
          <!--/column -->
          <div class="col-md-6 col-xl-6">
            <div class="card shadow-lg">
              <div class="card-body">
                <img src="./assets/img/icons/briefcase.svg" class="svg-inject icon-svg icon-svg-md text-green mb-3" alt="" />
                <h4>Life</h4>
                <p class="mb-2">Life insurance is a protection against financial loss that would result from the premature death of an insured. The named beneficiary receives the proceeds and is thereby safeguarded from the financial impact of the death of the insured.

                </p>
                <a href="form.php" class="more hover link-blue">Get Quotes</a>
              </div>
              <!--/.card-body -->
            </div>
            <!--/.card -->
          </div>
          <!--/column -->
          <div class="col-md-6 col-xl-6">
            <div class="card shadow-lg">
              <div class="card-body">
                <img src="./assets/img/icons/dental-insurance.svg" class="svg-inject icon-svg icon-svg-md text-blue mb-3" alt="" />
                <h4>Dental</h4>
                <p class="mb-2">Insurance coverage helps individuals protect themselves against dental costs. It insures against the expense of treatment and care of dental disease as well as accidental damage. This is designed to pay a portion of the costs associated with dental care. </p>
                <a href="form.php" class="more hover link-blue">Get Quotes</a>
              </div>
              <!--/.card-body -->
            </div>
            <!--/.card -->
          </div>
          <!--/column -->
        </div>
        <!--/.row -->
      </div>
      <!-- /.position-relative -->
    </div>
    <!-- /.container -->
  </section>
  <!-- /section -->




  <section class="wrapper bg-gradient-primary pt-md-18 mt-md-16">
    <div class="container py-14 pt-md-24 pb-md-18">
      <div class="position-relative mt-lg-n23 mt-xl-n25">
        <div class="row text-center">
          <div class="col-lg-6 mx-auto">
            <h3 class="display-4 mb-10">Compare Plans! Find Your Perfect Health Coverage Today!</h3>
          </div>
          <!-- /column -->
        </div>
        <!-- /.row -->
        <div class="position-relative">
          <div class="shape bg-dot blue rellax w-16 h-17" data-rellax-speed="1" style="bottom: 0.5rem; right: -1.7rem; z-index: 0; transform: translate3d(0px, 40px, 0px);"></div>
          <div class="shape rounded-circle bg-line red rellax w-16 h-16" data-rellax-speed="1" style="top: 0.5rem; left: -1.7rem; z-index: 0; transform: translate3d(0px, 1px, 0px);"></div>
          <div class="row grid-view gy-6 gy-xl-0">
            <div class="col-md-6 col-xl-4">
              <div class="card shadow-lg">
                <div class="card-body">
                  <img class="rounded-circle w-15 mb-4" src="./assets/img/avatars/te1.jpg" srcset="./assets/img/avatars/[email protected] 2x" alt="">
                  <h4 class="mb-1">Open Enrollment Period </h4>
                  <p class="mb-2">Open Enrollment is an annual period when individuals can enroll in a health insurance plan, make changes to their coverage, or cancel their current plan. General Open Enrollment in the Health Insurance Marketplace takes place from November 1st – December 15th, with all plans effective January 1st of the following year.

                  </p>

                  <!-- /.social -->
                </div>
                <!--/.card-body -->
              </div>
              <!-- /.card -->
            </div>
            <!--/column -->
            <div class="col-md-6 col-xl-4">
              <div class="card shadow-lg">
                <div class="card-body">
                  <img class="rounded-circle w-15 mb-4" src="./assets/img/avatars/te2.jpg" srcset="./assets/img/avatars/[email protected] 2x" alt="">
                  <h4 class="mb-1">The Affordable Care Act
                  </h4>
                  <p class="mb-2">Also known as Obamacare, The ACA is a healthcare reform intended on making healthcare more accessible and affordable to millions across the Nation. Obamacare plans are offered on healthcare.gov and have specific coverages that are priced based on age, household size, income, and smoking status.

                  </p>

                  <!-- /.social -->
                </div>
                <!--/.card-body -->
              </div>
              <!-- /.card -->
            </div>
            <!--/column -->
            <div class="col-md-6 col-xl-4">
              <div class="card shadow-lg">
                <div class="card-body">
                  <img class="rounded-circle w-15 mb-4" src="./assets/img/avatars/te3.jpg" srcset="./assets/img/avatars/[email protected] 2x" alt="">
                  <h4 class="mb-1">Special Enrollment Period
                  </h4>
                  <p class="mb-2">To enroll in an Obamacare plan outside of open enrollment you will need to qualify for a special
                    enrollment period based on a life-changing event (i.e. loss of job, new child, recently moved, and various other
                    qualifying events). A Special Enrollment Period may let you enroll in coverage outside the annual Open Enrollment Period.</p>

                  <!-- /.social -->
                </div>

                <!--/.card-body -->
              </div>
              <!-- /.card -->
            </div>
            <!--/column -->

            <div class="row" style="margin-top: 30px;">
              <div class="col-md-12 text-center">

                <a href="/form.php" class="btn btn-primary rounded-pill mb-0">Get Your Quote Now!</a>

              </div>
            </div>



            <!--/column -->
          </div>
          <!--/.row -->
        </div>
        <!-- /.position-relative -->
      </div>
      <!-- /div -->
    </div>
    <!-- /.container -->
  </section>


 

<div id="demo-modal" class="modal">
    <div class="modal__content">
        <h1>Marketing Partners</h1>

        <ul>

<div class="row">
        <div class="col-6">

<li>Affordable Health Group</li>
<li>Alliance National Health</li>
<li>Alternative Alpha Health, LLC.</li>
<li>America's Health Center, Inc.</li>
<li>America's Health Providers</li>
<li>Cypress Bend Marketing </li>
<li>Fuego Leads, LLC.</li>
<li>Genesis Marketing Group</li>
<li>Get Me Healthcare</li>
<li>Get Me Medicare</li>
<li>H&M Advisors</li>
<li>HIC Marketing Group, LLC.</li>
<li>Health and Medicare Advisors</li>
<li>Medicare Benefits Direct</li>
<li>National Health Agents</li>
<li>National Health Plans, LLC.</li>
<li>SolidQuote, LLC.</li>

</div>

<div class="col-6">
<li>New Age Health</li>
<li>Precision Healthcare Providers</li>
<li>Precision Insurance Providers, LLC.</li>
<li>Premier Health Associates</li>
<li>Quotehound, Inc.</li>
<li>Reasonable Health Coverage</li>
<li>Reasonable Insurance Group </li>
<li>Reasonable Insurance Group</li>
<li>Seniors Get Benefits</li>
<li>Tobias and Associates</li>
<li>Trusted Health Associates</li>
<li>Trusted Healthcare Providers, LLC.</li>
<li>  Affordable Healthcare Assoicates, LLC. </li>
  <li>  Allied Health Insurance Agency, LLC. </li>
  <li>  Direct Insurance Providers, LLC.</li>
  <li> New Age Health Solutions</li>
  <li>QuoteManage, LLC.</li>

</div>
</div>

</ul>

        <a href="#" class="modal__close">&times;</a>
    </div>
</div>
  
 

  </div>


<?php include 'footer.php';?>