File: /home/healthvaluequotes/public_html/backup2/lp2/optin.php
<?php
function get_client_ip() {
$ipaddress = '';
if (isset($_SERVER['HTTP_CLIENT_IP']))
$ipaddress = $_SERVER['HTTP_CLIENT_IP'];
else if(isset($_SERVER['HTTP_X_FORWARDED_FOR']))
$ipaddress = $_SERVER['HTTP_X_FORWARDED_FOR'];
else if(isset($_SERVER['HTTP_X_FORWARDED']))
$ipaddress = $_SERVER['HTTP_X_FORWARDED'];
else if(isset($_SERVER['HTTP_FORWARDED_FOR']))
$ipaddress = $_SERVER['HTTP_FORWARDED_FOR'];
else if(isset($_SERVER['HTTP_FORWARDED']))
$ipaddress = $_SERVER['HTTP_FORWARDED'];
else if(isset($_SERVER['REMOTE_ADDR']))
$ipaddress = $_SERVER['REMOTE_ADDR'];
else
$ipaddress = 'UNKNOWN';
return $ipaddress;
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Health Value Quotes</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Value Health Quotes" />
<meta name="keywords" content="Value Health Quotes, Health Insurance, Health Insurance Advisors" />
<meta content="Themesdesign" name="author" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.validate.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.mask/1.14.15/jquery.mask.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-ui-timepicker-addon/1.6.3/jquery-ui-timepicker-addon.min.js"></script>
<!-- favicon -->
<link rel="shortcut icon" href="images/favicon.ico">
<!--Slider-->
<link rel="stylesheet" href="css/owl.carousel.min.css" />
<link rel="stylesheet" href="css/owl.theme.default.min.css" />
<!-- css -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-ui-timepicker-addon/1.6.3/jquery-ui-timepicker-addon.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4.0/css/bootstrap.min.css"/>
<link href="css/style.min.css" rel="stylesheet" type="text/css" />
</head>
<body>
<style>
.subscribe-form input {
padding: 13px 20px;
width: 100%;
font-size: 17px;
color: #343a40 !important;
border: none;
outline: none !important;
padding-right: 180px;
padding-left: 30px;
background-color: rgba(255,255,255,0.85);
border-radius: 30px;
-webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.1);
box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}
.helpClass {
padding:0px;
display: block;
width: 100%;
padding: 15px;
border: none;
margin-bottom: 5px;
box-sizing: border-box;
font-size: 1rem;
text-align: center;
text-decoration: none;
background: gold;
color: #000;
}
.customHelpClass {
padding:0px;
display: block;
width: 100%;
padding: 15px;
border: none;
margin-bottom: 5px;
box-sizing: border-box;
font-size: 1rem;
text-align: center;
text-decoration: none;
background: gold;
color: #000;
}
.radio-toolbar input[type="radio"] {
position: absolute;
opacity: 0;
width: 0;
}
.radio-toolbar label {
display: inline-block;
background-color: #ddd;
padding: 10px 20px;
cursor: pointer;
}
.radio-toolbar input[type="radio"]:checked+label {
background-color: #1eb54c;
color:#fff
}
.radio-toolbar input[type="radio"]+label:hover {
transition: transform .2s;
transform: scale(1.2);
}
#second, #third {
display: none;
}
.bg-light {
background: #e1eaff !important;
}
.btn.btn-warning {
background-color: #1eb54c !important;
border: 1px solid #1eb54c !important;
color: #fff;
-webkit-box-shadow: 0 16px 16px -8px rgba(0,0,0,0.16);
box-shadow: 0 16px 16px -8px rgba(0,0,0,0.16);
}
.form-control {
padding: 5px 12px 5px 11px !important;
}
.error {
display:none;
color:red;
}
.info {
display:flex;
background-color: lighten(cyan,25%);
padding:10px;
border:1px solid lighten(cyan, 8%);
line-height:1.2em;
font-size:14px;
}
.ui-state-disabled {
opacity:0.5;
cursor:not-allowed;
}
.hero-1-bg {
padding: 140px 0 140px !important;
}
.form-control {
padding: 18px 14px;
font-size: 14px;
background-color: rgba(52,58,64,0.01);
border: 1px solid rgba(157,169,187,0.2);
}
.form-control {
display: block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
</style>
<!-- Loader -->
<div id="preloader">
<div id="status">
<div class="spinner">
<div class="dot1"></div>
<div class="dot2"></div>
</div>
</div>
</div>
<nav class="navbar navbar-expand-lg fixed-top navbar-custom sticky sticky-dark navbar-light" style="background: white; box-shadow: 0 0 20px 10px rgb(7 77 164 / 16%);">
<div class="container">
<!-- LOGO -->
<a class="navbar-brand logo" href="/">
<img src="images/logo.svg" alt="" class="logo-light" height="46">
<img src="images/logo.svg" alt="" class="logo-dark" height="46">
</a>
<button class="navbar-toggler p-0" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<i class="mdi mdi-menu"></i>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav ml-auto navbar-center" id="mySidenav">
<li class="nav-item active">
<a href="#home" class="nav-link"></a>
</li>
<li class="nav-item">
<a href="#services" class="nav-link"></a>
</li>
<li class="nav-item">
<a href="#about" class="nav-link"></a>
</li>
<li class="nav-item">
<a href="#features" class="nav-link"></a>
</li>
<li class="nav-item">
<a href="#clients" class="nav-link"></a>
</li>
</ul>
<div class="call-no">
<a href="Tel: +18553641844" class="nav-link text-warning" style="color:#1eb54c !important; font-size: 18px;">
<i class="mdi mdi-phone mr-1"></i>Call now: +1 (855) 364-1844</a>
</div>
</div>
</div>
</nav>
<!-- Navbar End -->
<!-- Hero Start -->
<section class="hero-2-bg position-relative d-flex align-items-center bg-gradient-primary" id="home">
<div class="hero-2-bg-overlay"></div>
<div class="container">
<div class="hero-2-content">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="hero-2-title pr-lg-5">
<h1 class="hero-2-title text-white mb-4 font-weight-normal line-height-1_4">No Phone Number Submitted</h1>
<p class="text-white-70 font-weight-light f-18 line-height-1_6 mb-5 ">You did not submit a phone number to opt in to receive direct contact from one of our licensed insurance agents. You can either go back and add your phone number to click call now to get in direct contact with one of our agents.</p>
<a href="/" class="btn btn-warning mr-lg-2"><i class="mdi mdi-link-variant mr-2"></i> Go Back</a>
<a href="Tel: +18553641844" class="btn btn-light">Call Now: +1 (855) 364-1844</a>
</div>
</div>
<div class="col-lg-6">
<div class="mt-5 mt-lg-0">
<img src="images/hero-2-img.png" alt="" class="img-fluid d-block mx-auto">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Hero End -->
<?php include("footer.php"); ?>