File: /home/searchmyhealthplan/public_html/index.php
<!DOCTYPE html>
<!-- Treko - Software & Startup Premium Landing Page Template design by Jthemes (http://www.jthemes.net) -->
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="en"></html>
<?php
$_SESSION['x1011'] = $_GET['x1011'];
$_SESSION['x1012'] = $_GET['x1012'];
?>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="author" content="Search Health Plans"/>
<meta name="description" content="Search My Health Plan"/>
<meta name="keywords" content="Responsive">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<!-- SITE TITLE -->
<title>Search My Health Plan</title>
<!-- FAVICON AND TOUCH ICONS -->
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" sizes="152x152" href="images/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="120x120" href="images/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="76x76" href="images/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="icon" href="images/apple-touch-icon.png" type="image/x-icon">
<!-- GOOGLE FONTS -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700,900" rel="stylesheet">
<!-- BOOTSTRAP CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- FONT ICONS -->
<link href="https://use.fontawesome.com/releases/v5.11.0/css/all.css" rel="stylesheet" crossorigin="anonymous">
<link href="css/flaticon.css" rel="stylesheet">
<!-- PLUGINS STYLESHEET -->
<link href="css/menu.css" rel="stylesheet">
<link id="effect" href="css/dropdown-effects/fade-down.css" media="all" rel="stylesheet">
<link href="css/magnific-popup.css" rel="stylesheet">
<!-- ON SCROLL ANIMATION -->
<link href="css/animate.css" rel="stylesheet">
<!-- TEMPLATE CSS -->
<link href="css/skyblue-theme.css" rel="stylesheet">
<!-- RESPONSIVE CSS -->
<link href="css/responsive.css" rel="stylesheet">
</head>
<body>
<!-- PAGE CONTENT
============================================= -->
<div id="page" class="page">
<!-- HEADER
============================================= -->
<header id="header" class="header tra-menu navbar-dark">
<div class="header-wrapper">
<!-- MOBILE HEADER -->
<div class="wsmobileheader clearfix">
<span class="smllogo"><img src="images/logo.svg" width="255" height="32" alt="mobile-logo"/></span>
<a id="wsnavtoggle" class="wsanimated-arrow"><span></span></a>
</div>
<!-- NAVIGATION MENU -->
<div class="wsmainfull menu clearfix">
<div class="wsmainwp clearfix">
<!-- LOGO IMAGE -->
<!-- For Retina Ready displays take a image with double the amount of pixels that your image will be displayed (e.g 310 x 72 pixels) -->
<div class="desktoplogo"><a href="/" class="logo-black"><img src="images/logo.svg" width="255" height="72" alt="header-logo"></a></div>
<div class="desktoplogo"><a href="/" class="logo-white"><img src="images/logo.svg" width="255" height="72" alt="header-logo"></a></div>
<!-- MAIN MENU -->
<nav class="wsmenu clearfix">
<ul class="wsmenu-list">
<!-- HEADER BUTTON -->
<li class="nl-simple" aria-haspopup="true">
<a href="#Tel:+18884833475" class="btn btn-tra-primary primary-hover last-link">Get Quotes: (888) 483-3475</a>
</li>
</ul>
</nav> <!-- END MAIN MENU -->
</div>
</div> <!-- END NAVIGATION MENU -->
</div> <!-- End header-wrapper -->
</header> <!-- END HEADER -->
<!-- HERO-11
============================================= -->
<section id="hero-11" class="bg-lightgrey hero-section division">
<!-- HERO TEXT -->
<div class="container">
<div class="row">
<div class="col-lg-10 col-xl-8 offset-lg-1 offset-xl-2">
<div class="hero-11-txt text-center">
<!-- Title -->
<h2 class="h2-lg">Healthcare Insurance</h2>
<!-- Text -->
<h5 class="h5-lg grey-color" style="font-weight: 400">Start Comparing Health Insurance Plans
</h5>
<!-- HERO REQUEST FORM -->
<form action="form.php" name="valform" id="valForm" class="request-form" method="GET">
<h5 class="h5-lg grey-color" style="font-weight: 400">My zip code is...</h5>
<!-- Form Inputs -->
<div class="input-group">
<input type="text" name="zipCode" class="form-control numer zipCode" placeholder="Zipcode" onkeyup="zipCodeLookup(1);" minlength="5" maxlength="5" required>
<input id="city" class="city" name="city" type="hidden">
<input id="state" class="state" name="state" type="hidden">
<input type="hidden" value="<?php echo htmlspecialchars($_GET['x1011']);?>" name="x1011" id="1011">
<input type="hidden" value="<?php echo htmlspecialchars($_GET['x1012']);?>" name="x1012" id="1012">
<span class="input-group-btn form-btn">
<button type="submit" id="submitButton" name="send" class="btn btn-md btn-primary black-hover submitButton">Find Plans
<span id="displayLocation" class="displayLocation2"></span>
</button>
</span>
<span id="errorZip" style="display:none" class="customHelpClass">Please enter a valid Zip Code</span>
</div>
<!-- Form Message -->
<div class="request-form-msg"><span class="loading"></span></div>
<h6 class="h6-lg grey-color" style="font-weight: 600">Finding affordable Health Insurance is just a few steps away! </h6>
</form>
<!-- Text -->
</div>
</div>
</div> <!-- End row -->
</div> <!-- END HERO TEXT -->
<!-- HERO IMAGE -->
<div class="container-fluid" style="padding:0px !important;">
<div class="row">
<div class="col-md-12">
<div class="hero-11-img">
<img class="img-fluid" src="images/hero-11-img.png" alt="hero-image">
</div>
</div>
</div>
</div>
</section> <!-- END HERO-11 -->
<!-- CONTENT-1
============================================= -->
<section id="process-2" class="process-2 1bg-lightgrey wide-60 process-section division">
<div class="container">
<!-- SECTION TITLE -->
<div class="row">
<div class="col-lg-10 offset-lg-1">
<div class="section-title mb-60 text-center">
<!-- Title -->
<h2 class="h2-md">3 Easy Steps</h2>
<!-- Text -->
<h2 class="p-lg grey-color" style="font-weight: 400">Affordable health insurance options for any budget.
</h2>
</div>
</div>
</div>
<!-- PROCESS-1 WRAPPER -->
<div class="pbox-2-wrapper text-center">
<div class="row">
<!-- PROCESS BOX #1 -->
<div id="step-1" class="col-sm-12 col-lg-4">
<!-- Step -->
<div class="step bg-primary-color white-color"><span>Step 1</span></div>
<div class="pbox-2">
<!-- Icon -->
<div class="pbox-2-ico"><img class="img-80" src="images/icons/user-1.png" alt="process-icon"></div>
<!-- Title -->
<h6 class="h6-lg">Fill Out A Quick Form
</h6>
<!-- Text -->
<p class="grey-color">To get started, we ask a few easy-to-answer questions to help find your most affordable healthcare options.
</p>
</div>
</div> <!-- END PROCESS BOX #1 -->
<!-- PROCESS BOX #2 -->
<div id="step-2" class="col-sm-12 col-lg-4">
<!-- Step -->
<div class="step bg-primary-color white-color"><span>Step 2</span></div>
<div class="pbox-2">
<!-- Icon -->
<div class="pbox-2-ico"><img class="img-80" src="images/icons/choice.png" alt="process-icon"></div>
<!-- Title -->
<h6 class="h6-lg">Review Options</h6>
<!-- Text -->
<p class="grey-color">Sit back and enjoy as a licensed agent evaluates your affordable health plan options.
</p>
</div>
</div> <!-- END PROCESS BOX #2 -->
<!-- PROCESS BOX #4 -->
<div id="step-4" class="col-sm-12 col-lg-4">
<!-- Step -->
<div class="step bg-primary-color white-color"><span>Step 3</span></div>
<div class="pbox-2">
<!-- Icon -->
<div class="pbox-2-ico"><img class="img-80" src="images/icons/healthcare.png" alt="process-icon"></div>
<!-- Title -->
<h6 class="h6-lg">Select Your Plan
</h6>
<!-- Text -->
<p class="grey-color">Have a health insurance agent help you instantly review plans and understand your coverage options.</p>
</div>
</div> <!-- END PROCESS BOX #3 -->
</div> <!-- End row -->
</div> <!-- END PROCESS-2 WRAPPER -->
</div> <!-- End container -->
</section>
<!-- STATISTIC-3
============================================= -->
<section id="statistic-3" class="statistic-3 bg-lightgrey bg-01 wide-60 statistic-section division">
<div class="container white-color">
<!-- SECTION TITLE -->
<div class="row">
<div class="col-lg-10 col-xl-8 offset-lg-1 offset-xl-2">
<div class="section-title mb-60">
<!-- Title -->
<h3 class="h3-md">Shop and compare Health Insurance Plans</h3>
<!-- Text -->
<p class="p-lg">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.
</p>
<p class="p-lg">
At Search My Health Plans, 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>
<p class="p-lg">
Speak with our licensed agents today to compare and discuss the most affordable healthcare insurance coverage possible.
</p>
<a href="/form.php" class="btn btn-md btn-primary tra-white-hover cta-button">Get Quotes</a>
</div>
</div>
</div>
</div> <!-- End container -->
</section> <!-- END STATISTIC-3 -->
<section id="faqs-2" class="faqs-2 wide-100 faqs-section division">
<div class="container">
<!-- SECTION TITLE -->
<div class="row">
<div class="col-lg-10 offset-lg-1">
<div class="section-title mb-50 text-center">
<!-- Title -->
<h3 class="h3-md">Frequently Asked Questions</h3>
<!-- Text -->
<p class="p-lg" style="font-weight: 400 !important; ">Compare Plans! Find Your Perfect Health Coverage Today!
</p>
</div>
</div>
</div>
<!-- ACCORDION WRAPPER -->
<div class="row">
<div class="col-xl-10 offset-xl-1">
<div class="accordion-wrapper primary-arrow pc-15">
<ul class="accordion">
<!-- QUESTION #1 -->
<li class="accordion-item is-active">
<!-- Question -->
<div class="accordion-thumb">
<h5 class="h5-xs"><span>1.</span> ACA Information In Conjunction With Obamacare And Bidencare</h5>
</div>
<!-- Answer -->
<div class="accordion-panel" style="display: block;">
<!-- Text -->
<p class="grey-color">The Affordable Care Act, also known as "Obamacare" or more recently Bidencare, was developed to help individuals access affordable health insurance through a health insurance marketplace that enables Americans to purchase federally regulated and subsidized health insurance during open enrollment.
</p>
<p class="grey-color">
Affordable Care Act, Obamacare and or Bidencare healthcare plans are offered on healthcare.gov and have specific coverage that are prices based on age, household size, income and smoking status. Let us help you get you set up with a personalized plan today.
</p>
</div>
</li> <!-- END QUESTION #1 -->
<!-- QUESTION #2 -->
<li class="accordion-item">
<!-- Question -->
<div class="accordion-thumb">
<h5 class="h5-xs"><span>2.</span> When Can I Switch To A More Affordable Plan?</h5>
</div>
<!-- Answer -->
<div class="accordion-panel">
<!-- Text -->
<p class="grey-color">Have you found an affordable insurance plan on Healthcare.gov or are you looking to expand your current coverage? You can switch to a new individual healthcare plan during open enrollment. Although open enrollment has ended for 2022, certain qualifying events could make you eligible for a special enrollment period. Events such as having a baby, losing your current coverage, moving counties, or getting married qualify you for a 60-day special enrollment period. Otherwise, you will be able to switch your plan starting November 1st. Find out more about open enrollment in Healthcare Insurance today!
</p>
</div>
</li> <!-- END QUESTION #2 -->
<!-- QUESTION #2 -->
<li class="accordion-item">
<!-- Question -->
<div class="accordion-thumb">
<h5 class="h5-xs"><span>3.</span> Open Enrollment Period</h5>
</div>
<!-- Answer -->
<div class="accordion-panel">
<!-- List -->
<ul class="txt-list grey-color">
<li class="list-item">
<i class="fas fa-genderless"></i>
<p>The timeframe when individuals or families can enroll in a health insurance plan, apply changes to their healthcare options, or cancel a plan.
</p>
</li>
<li class="list-item">
<i class="fas fa-genderless"></i>
<p>Enrollment through the Health Insurance Marketplace normally takes place from November 1st – December 15th. All plans acquired during this time are effective January 1st of the following year.
</p>
</li>
</ul>
</div>
</li> <!-- END QUESTION #3 -->
<!-- QUESTION #4 -->
<li class="accordion-item">
<!-- Question -->
<div class="accordion-thumb">
<h5 class="h5-xs"><span>4.</span> HMOs (Health Maintenance Organizations)</h5>
</div>
<!-- Answer -->
<div class="accordion-panel">
<!-- Text -->
<p class="grey-color">Users are usually restricted to doctors, other health care providers, or hospitals on the plan's list, and generally do not cover out-of-network care except in emergencies. The plan may require users to live or work in a specific service area in order to be eligible for coverage.
</p>
</div>
</li> <!-- END QUESTION #4 -->
<!-- QUESTION #5 -->
<li class="accordion-item acc-last-item">
<!-- Question -->
<div class="accordion-thumb">
<h5 class="h5-xs"><span>5.</span> PPOs (Preferred Provider Organizations)</h5>
</div>
<!-- Answer -->
<div class="accordion-panel">
<!-- Text -->
<p class="grey-color">Coverage usually contracts with medical providers, such as hospitals and doctors, to create a network of “participating providers.” Most often users pay less when/if they use doctors, hospitals, and other health care providers that belong to the plan's network. However, users will pay more if they seek medical services outside the network.
</p>
</div>
</li> <!-- END QUESTION #5 -->
<!-- QUESTION #5 -->
<li class="accordion-item acc-last-item">
<!-- Question -->
<div class="accordion-thumb">
<h5 class="h5-xs"><span>6.</span> POS (Point of Service) Plans</h5>
</div>
<!-- Answer -->
<div class="accordion-panel">
<!-- Text -->
<p class="grey-color">
Users pay less when they use doctors, hospitals, and other health care providers that belong to the plan's network.
</p>
</div>
</li> <!-- END QUESTION #5 -->
</ul>
</div>
</div>
</div> <!-- END ACCORDION WRAPPER -->
<!-- MORE QUESTIONS BUTTON -->
<div class="row">
<div class="col-md-12">
<div class="more-questions-btn text-center">
<a href="/form.php" class="btn btn-primary tra-primary-hover">Still Have A Question?</a>
</div>
</div>
</div>
</div> <!-- End container -->
</section>
<!-- CALL TO ACTION-1
============================================= -->
<section id="cta-1" class="cta-1 bg-01 cta-section division">
<div class="container white-color">
<div class="row d-flex align-items-center">
<!-- CALL TO ACTION TEXT -->
<div class="col-lg-12 text-center">
<div class="cta-1-txt pr-25">
<!-- Title -->
<!-- Text -->
<p class="p-md" style="font-size: 12px">Search My Health Plan is an independent website and is not a federal or state Marketplace website. Search My Health Plan does not provide quotes or sell insurance directly to consumers, is not affiliated with any exchange, and is not a licensed insurance agent or broker. Accordingly, you should not send us (via mail or email) any sensitive information, including personal health information or applications. Any such communications will not be treated as confidential and will be discarded, as, in offering this website, we are required to comply with the standards established under 45 CFR 155.260 to protect the privacy and security of personally identifiable information.
</p>
</div>
</div>
</div> <!-- End row -->
</div> <!-- End container -->
</section> <!-- END CALL TO ACTION-1 -->
<!-- FOOTER-3
============================================= -->
<footer id="footer-3" class="pt-20 pb-20 text-center">
<div class="container">
<!-- BOTTOM FOOTER -->
<div class="grey-color">
<div class="row d-flex align-items-center">
<!-- FOOTER COPYRIGHT -->
<div class="col-md-12">
<div class="footer-copyright">
<p>© Search My Health Plan 2019-2022 All Rights Reserved <a href="/privacy.php">Privacy Policy</a> | <a href="/terms.php">Terms of Service</a></p>
</div>
</div>
</div> <!-- End row -->
</div> <!-- END BOTTOM FOOTER -->
</div> <!-- End container -->
</footer> <!-- END FOOTER-3 -->
</div> <!-- END PAGE CONTENT -->
<script>
/*-----------------------------------------------------------------------------*/
/*---------------------------- jQuery Validation Start ------------------------*/
/*-----------------------------------------------------------------------------*/
var form = $("#valForm");
form.validate({
errorPlacement: function errorPlacement(error, element) {
element.before(error);
},
rules: {
zipCode: {
required: true,
minlength: 5,
maxlength: 5
}
},
messages: {
zipCode: {
required: "Please enter a valid Zip Code"
}
},
});
/*-----------------------------------------------------------------------------*/
/*----------------------------- jQuery Validation End -------------------------*/
/*-----------------------------------------------------------------------------*/
</script>
<script>
/*-------------------------------------------------------------------------------*/
/*---------------------------- NUMERIC and ALPHA START --------------------------*/
/*-------------------------------------------------------------------------------*/
$(document)
.on('keydown', '.alpha', function(e) {
var a = e.key;
if (a.length == 1) return /[a-z]|\$|#|\*/i.test(a);
return true;
})
$(document)
.on('keydown', '.numer', function(e) {
var a = e.key;
if (a.length == 1) return /[0-9]|\$|#|\*/i.test(a);
return true;
})
// now the digit 0 on your mask pattern will be interpreted
// as valid characters like 0,1,2,3,4,5,6,7,8,9 and *
/*-----------------------------------------------------------------------------*/
/*---------------------------- NUMERIC and ALPHA END --------------------------*/
/*-----------------------------------------------------------------------------*/
</script>
<script>
/*-----------------------------------------------------------------------------*/
/*-------------------------- ZIP/PHONE FUNCTION START -------------------------*/
/*-----------------------------------------------------------------------------*/
$("#formStepper").steps({
headerTag: "h4",
bodyTag: "section",
transitionEffect: "slideLeft",
autoFocus: true,
onStepChanging: function(event, currentIndex, newIndex) {
var zipCode = $('#zipCode').val();
if (zipCode.length == 5) {
$.ajax({
type: 'GET',
url: 'https://ziplookup.visualyzers.com/Ziplookup?zipcode=' + zipCode,
success: function(results) {
if (!results) {
$('#errorZip').show();
$('#submitButton').prop("disabled", true);
} else {
$('#city').val(results.city);
$('#state').val(results.state);
$('#errorZip').hide();
$('#submitButton').prop("disabled", false);
}
}
})
}
return form.valid();
},
//Plugin Posting ajax
onFinished: function(event, currentIndex) {
var formValid = form.valid();
if(!formValid)
{
return false;
}
var phoneNumber = $('#phone').val();
$.ajax({
type: 'post',
dataType: 'jsonp',
url: 'https://ushaleads.healthinsuranceguide.org/api/LeadAPI',
data: $('form').serialize(),
success: function() {
console.log('success');
console.log('./form-success.php?phoneNumber=' + phoneNumber);
window.location.href = './form-success.php?phoneNumber=' + phoneNumber;
},
error: function() {
console.log('Error');
console.log('./form-success.php?phoneNumber=' + phoneNumber);
window.location.href = './form-success.php?phoneNumber=' + phoneNumber;
}
});
}
})
/*------------------------------------------------------------------------------*/
/*--------------------------- ZIP/PHONE FUNCTION END ---------------------------*/
/*------------------------------------------------------------------------------*/
</script>
<script>
/*------------------------------------------------------------------------*/
/*---------------------------- Validation Start --------------------------*/
/*------------------------------------------------------------------------*/
var form = $("#valForm");
form.validate({
errorPlacement: function errorPlacement(error, element) {
element.before(error);
},
rules: {
zipCode: {
required: true,
minlength: 5,
maxlength: 5
},
city: {
required: true
},
state: {
required: true
}
},
messages: {
zipCode: {
required: "Please enter a valid Zip Code",
},
city: {
required: "Please enter a valid City",
},
state: {
required: "Please enter a valid State",
}
},
});
/*------------------------------------------------------------------------*/
/*----------------------------- Validation End ---------------------------*/
/*------------------------------------------------------------------------*/
</script>
<!-- EXTERNAL SCRIPTS
============================================= -->
<script src="js/bootstrap.min.js"></script>
<script src="js/modernizr.custom.js"></script>
<script src="js/jquery.easing.js"></script>
<script src="js/jquery.appear.js"></script>
<script src="js/jquery.scrollto.js"></script>
<script src="js/menu.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/contact-form.js"></script>
<script src="js/jquery.validate.min.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/wow.js"></script>
<!-- Custom Script -->
<script src="js/custom.js"></script>
<script>
new WOW().init();
</script>
</body>
</html>