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/lp2/header.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;
}
?>

<script>
    $(document).ready(function() {
        $("submit").click(function() {
            var pageURL = $(location).attr("href");
            alert(pageURL);
        });
    });
</script>



<!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/jquerySteps.css">
    <link rel="stylesheet" href="./assets/css/style.css">
    <link rel="stylesheet" href="./assets/css/plugins.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>

     

    <style>
        #msform fieldset:not(:first-of-type) {
            display: none;
        }



        #mybutton {
            position: fixed;
            bottom: -4px;
            right: 10px;
            z-index: 1;
        }


        /*progressbar*/
        #progressbar {
            margin-bottom: 30px;
            overflow: hidden;
            /*CSS counters to number the steps*/
            counter-reset: step;
        }

        #progressbar li {
            list-style-type: none;
            color: #2C3E50;
            font-size: 9px;
            float: left;
            position: relative;
            letter-spacing: 1px;
        }

        #progressbar li:before {
            content: counter(step);
            counter-increment: step;
            line-height: 26px;
            display: block;
            font-size: 24px;
            color: #333;
            border-radius: 25px;
        }

        /*progressbar connectors*/
        #progressbar li:after {
            content: '';
            width: 100%;
            height: 2px;
            background: white;
            position: absolute;
            left: -50%;
            top: 9px;
            z-index: -1;
            /*put it behind the numbers*/
        }

        #progressbar li:first-child:after {
            /*connector not needed before the first step*/
            content: none;
        }

        /*marking active/completed steps green*/
        /*The number of the step and the connector before it = green*/
        #progressbar li.active:before,
        #progressbar li.active:after {
            background: #4fb01d;
            color: white;
            padding: 0;
            border-radius: 100% !important;
            width: 2.2rem;
            height: 2.2rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 1rem;
            line-height: 1;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }


        /* Not relevant to this form */
        .dme_link {
            margin-top: 30px;
            text-align: center;
        }

        .dme_link a {
            background: #FFF;
            font-weight: bold;
            color: #4fb01d;
            border: 0 none;
            border-radius: 25px;
            cursor: pointer;
            padding: 5px 25px;
            font-size: 12px;
        }

        .dme_link a:hover,
        .dme_link a:focus {
            background: #C5C5F1;
            text-decoration: none;
        }

        .question {
            background: #d1e5ff !important;
            border: 2px solid #d1e5ff !important;
            color: #072b5a;
            height: 55px;
            font-size: 25px;
            font-weight: 600;
            border-radius: 7px !important;
            width: 100%;
        }

        .btn-next {
            color: #fff;
            background-color: #fe0427;
            border-color: #fe0427;
            border-radius: 4px !important;
            width: 60% !important;
        }

        /*-- FORM --*/

        
    </style>




    <script src="./assets/js/jquery.steps.js"></script>

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


    <a href="tel: +18555862299">
        <div id="mybutton">
            <button class="btn btn-primary mb-0" style="background: #fe0427; !important; border-color: #fe0427; border-radius: 4px 4px 0 0;">CALL
                NOW</button>
        </div>
    </a>
    




<style>


.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>


<!-- Google Tag (gtag.js) -->
<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>


</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/logo.svg" 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/logo.svg" 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">Get Quotes: (855) 709-1222</a>
                    </li>

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