<?php include 'header.php';?> <!-- Content --> <div id="content"> <!-- Intro --> <section class="p-t-b-150"> <div class="container"> <div class="intro-main"> <div class="row"> <!-- Intro Detail --> <div class="col-md-7"> <div class="text-sec padding-right-0"> <h5>Health Check Ups</h5> <p>patients can check their health conditions.</p> <ul class="row"> <li class="col-sm-6"> <h6> <i class="lnr lnr-checkmark-circle"></i> EMERGENCY CASE</h6> <p>24X7 emergency services </p> </li> <li class="col-sm-6"> <h6> <i class="lnr lnr-checkmark-circle"></i> QUALIFIED DOCTORS</h6> <p>Expert doctors with years of experience </p> </li> <li class="col-sm-6"> <h6> <i class="lnr lnr-checkmark-circle"></i> ONLINE APPOINTMENT</h6> <p>Patients can make online appoinment before visiting the hospital</p> </li> <li class="col-sm-6"> <h6> <i class="lnr lnr-checkmark-circle"></i> FREE MEDICAL COUNSELING</h6> <p>Our Hospital Management system provides free medical counceling as a part of mental health awareness.</p> </li> </ul> </div> </div> <!-- Intro Timing --> <div class="col-md-5"> <img class="img-responsive intro-img" src="images/intro-img.jpg" alt=""> </div> </div> </div> </div> </section> </div> <!-- Footer --> <!--======= FOOTER =========--> <?php include 'footer.php';?>