<html>
  <head>
    <style>
  #iframe-container {
        width: 100%;
        height: 100%;
      }
      iframe {
        width: 100%;
        height: 100%;
        border: none;
      }

/* Style for the notification bar */
    .notification-bar {
      position: fixed;
      bottom: 0;
      left: 0;
      height:45px;
      width: 100%;
       background-color: #7DC8B1;
      padding: 10px;
      text-align: center;
      font-size: 16px;
        font-family: "Helvetica", sans-serif;
      color: white;
      font-weight: bold;
      border-top: 1px solid #ddd;
      box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
    }
 

    a {
      color:#fff;
    }

    a:hover{
      color: #000;
    }
    </style>
  </head>
  <body>
 
    <div id="iframe-container">
      <iframe src="https://form.jotform.com/250226766223050" height="120%">  </iframe>
    </div>

    <div class="notification-bar">
    Any Questions About Appointments?   <a href="tel:+16469644116">  Call Us Now! </a>
  </div>
  </body>
</html>