<html>
  <head>
    <style>
      #iframe-container {
        width: 100%;
        height: 120%;
      }
      iframe {
        width: 100%;
        height: 120%;
        border: none;
      }
  /* Style for the notification bar */
    .notification-bar {
      position: fixed;
      bottom: 0;
      left: 0;
      height:35px;
      width: 100%;
       background-color: #db5354;
      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>
    <img src="img/01.jpg" width="100%">
    <div id="iframe-container">
      <iframe src="https://form.jotform.com/231555942737060" height="100%" >  </iframe>
    </div>

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


  </body>
</html>