File: /home/lowinsrate/public_html/success.php
<?php include("header.php"); ?>
<!-- Begin page content -->
<main class="flex-shrink-0 text-center lir-wrapper">
<div class="container bg-white pb-5">
<div class="col-md-7 offset-md-2">
<div class="text-center" style="padding-top: 2em">
<img src="img/family-happy.jpg" class="rounded" alt="medical">
</div>
<h1 class="mt-5 text-center" style="font-weight: 600; color: #dc3545;">Congratulations!</h1>
<h3 class="mt-5 text-center">You're pre-qualified for $0 Health Insurance That Covers Medical Expenses.</h3>
<h3 class="mt-5 text-center">Last Step: You must Call Now to review your options and benefits before your enrollment period ends. It only takes 2 minutes.</h3>
<h2 class="mt-5 text-center" style="color: #dc3545">Tap To Call Now</h2>
<a href="Tel: +1 (855) 577-1064" class="btn btn-primary my-10 col-12 no">Call: +1 (855) 577-1064</a>
</div>
</div>
</main>
<?php include("footer.php"); ?>