%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
<?php
error_reporting(0);
include('../lms/common.php');
include("../lms/include/header.php");
?>
<script type="text/javascript">
$('.newsletter-signup input').first().keyup(function () {
var $email = this.value;
validateEmail($email);
});
function checkMailStatus(){
var email=$("#email").val();// value in field email
var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/;
if (!emailReg.test(email)) {
alert('Invalid Email id.');
}
$.ajax({
type:'post',
url:'../lms/checkMail.php',// put your real file name
data:{email: email},
success:function(msg){
$( '#email_status' ).html(msg);
}
});
}
</script>
<body data-spy="scroll" data-target="#navbar" data-offset="100">
<!--Preloader div-->
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NFLLKCR"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="preloader"></div>
<!-- Fixed navbar -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header mobile-center">
<a class="navbar-brand" href="index.php"><img src="images/health-logo.png" alt="Sharda Hospital"> </a>
</div>
<div class="click-to-call hidden-xs">
<a href="tel:0120-2333999" target="_blank">
<span class="phone-icon"><i class="fa fa-phone"></i></span> <span>0120-2333999</span>
</a>
</div>
</div>
</nav>
<!-- // End Fixed navbar -->
<header id="top" class="header header_menu_padding medical_bg">
<div class="container">
<div class="header-content">
<div class="row">
<div class="col-md-6">
<div class="hero-area">
<h1 class="headline">Institute <span class="text-highlight">of </span>Orthopedics & Spine Surgery </h1>
<!-- <h3 class="headline-support">Landing Page Template</h3>-->
<!-- Telephone : only visible on Mobile devices
To Change Mobile on Desktop, Its above -->
<div class="click-to-call visible-xs">
<a href="tel:0120-2333999" target="_blank">
<span class="phone-icon"><i class="fa fa-phone"></i></span> <span>0120-2333999</span>
</a>
</div>
<p class="vertical-space">The Institute of Orthopedics & Spine Surgery at Sharda Hospital comprises senior Orthopedic Surgeons with high level of expertise providing compassionate care to patients.</p>
</div>
<div class="benefits benefits-vertical">
<div class="benefit-item">
<div class="benefit-icon"><i class="fa fa-stethoscope"> </i></div>
<h6 class="benefit-title">Well Equipped ICU</h6>
<p>High-end state-of-the-art ICU providing complete spectrum of services, handled by trained intensivists</p>
</div>
<div class="benefit-item">
<div class="benefit-icon"><i class="fa fa-heartbeat"> </i></div>
<h6 class="benefit-title">Accomplished Doctors</h6>
<p>Experienced doctors regularly performing high end surgeries like Minimally Invasive Arthroscopic surgery</p>
</div>
<div class="benefit-item">
<div class="benefit-icon"> <i class="fa fa-file-text-o"> </i></div>
<h6 class="benefit-title">Dedicated Trauma Unit</h6>
<p>Minimal loss of time in emergency through round the clock support of surgeons & trained nursing staff</p>
</div>
</div>
</div>
<!-- // end .col -->
<div class="col-md-6 position-static-md">
<div class="appointment-form top-space-sm col-xs-12">
<div class="form-header" id="appointment">
<h4>MAKE AN APPOINTMENT</h4>
<a href="tel:8003456789">Call: 0120-2333999</a>
<div class="or_icon">OR</div>
</div>
<?php
if ($error_message) {
echo $error_message;
}
if ($success_message) {
echo $success_message;
}
if ($error_email_exist) {
echo $error_email_exist;
}
?>
<form id="contact_form" method="POST" name="contact_form">
<div class="form-group">
<label>Full Name <font color="#990000">*</font></label>
<input type="text" class="form-control" name="full_name" id="full_name" value="<?php echo $_POST['full_name']; ?>" title="Your full name please">
</div>
<div class="form-group">
<label>Email ID <font color="#990000">*</font></label>
<input type="email" class="form-control newsletter-signup input" name="email" id="email" value="<?php echo $_POST['email']; ?>" onBlur="checkMailStatus()" title="We need your email address">
<span id='email_status' style="font-size:12px;"> </span>
</div>
<div class="form-group">
<label>Phone Number <font color="#990000">*</font></label>
<input type="text" class="form-control" name="phone" id="phone" value="<?php echo $_POST['phone']; ?>" maxlength='10' title="Please enter your phone number">
<span id='errmsg' style="color:#900; font-size:12px;"> </span>
</div>
<div class="form-group">
<label>Date and Time </label>
<input type="text" class="form-control" data-field="datetime" name="date_time" id="date_time" style="height:38px;" >
<div id="dtBox" style="float:right;"></div><?php if ($error_date_time) {
echo $error_date_time;
} ?>
</div>
<div class="form-group">
<label>Additional information</label> <small class="text-muted">(optional)</small>
<textarea class="form-control" name="message1" id="message1" required rows="3" placeholder="Enter your message here"><?php if ($_POST['message1']) echo trim($_POST['message1']); ?> </textarea>
</div>
<div class="form-group" style="display:none;">
<label>Department <font color="#990000">*</font></label>
<input type="text" class="form-control" name="department" readonly value="Orthopaedics">
</div>
<div class="text-center top-space">
<input type="submit" class="btn btn-success btn-block btn-xl" name="submits" id="submits" value="Book an Appointment" />
<small class="text-muted" style="font-size:14px;">Award-winning hospital with advanced methods of treatment.</small>
<div id="js-contact-result" data-success-msg="Form submitted successfully." data-error-msg="Oops. Something went wrong."></div>
</div>
</form>
</div>
</div>
<!--<div class="col-md-6 position-static-md">
<div class="image-align-bottom"> <img src="images/sudhir-Kumar.png" alt="Doctor" class="center-block img-responsive"></div>
</div>
-->
<!-- // end .col -->
</div>
<!-- // end .row -->
</div>
<!-- // end .header-content -->
</div>
<!-- end .container -->
</header>
<!-- end .header -->
<!--
Appointment Section
====================================== -->
<section class="appointment">
<div class="container">
<div class="row">
<div class="col-sm-6">
<div class="section-title left-aligned">
<img src="images/quality-Treatment-with-Empathy-&-Care.jpg" class="img-responsive" alt="Appintment Image">
</div>
</div>
<div class="col-sm-6">
<div class="section-title left-aligned">
<h2>Quality Treatment <span class="text-highlight">with</span> Empathy & Care</h2>
<!-- <h3 class="subline">You'll love the template features</h3>-->
<hr>
</div>
<p>Sharda Hospital imbibes faith in providing the highest quality of diagnostic and therapeutic patient care through 24*7 available services.</p>
<ul class="list-unstyled checklist">
<li><p><i class="fa fa-check"></i>Intensive Care Unit & Modular OT</p></li>
<li><p><i class="fa fa-check"></i>24-Hour Ortho Emergency and Trauma Services</p></li>
<li><p><i class="fa fa-check"></i>Start-of-the-art lab services (NABL accredited)</p></li>
<li><p><i class="fa fa-check"></i>Orthopedic OPD Services</p></li>
</ul>
</div>
<!-- // end .col -->
</div>
<!-- // end .row -->
</div>
<!-- end .container -->
</section>
<!-- end section.appointment -->
<!--
OUR SERVICES
====================================== -->
<section class="highlight top-space-xl">
<div class="container">
<div class="section-title text-center">
<h2>Healing <span class="text-highlight">Procedures</span></h2>
<!-- <h3 class="subline">We are the pioneers in cardiology. Our team ensures complete assistance during the treatment, recovery and post-treatment phase.</h3>-->
<hr>
</div>
<!--start-->
<div id="mixedSlider">
<div class="MS-content">
<div class="item">
<div class="imgTitle">
<img src="images/trauma-Services.jpg" alt="Atholl Palace Hotel">
</div>
<h2 class="blogTitle">Trauma Services</h2>
<p>Specialization in all kinds of complex trauma surgeries for polytrauma & multitrauma patients</p>
</div>
<div class="item">
<div class="imgTitle">
<img src="images/joint-Replacement.jpg" alt="The Four Seasons Hotel">
</div>
<h2 class="blogTitle">Joint Replacement</h2>
<p>Excellence in performing Joint Replacement surgeries like Total Knee Replacement (TKR) & Total Hip Replacement (THR)</p>
</div>
<div class="item">
<div class="imgTitle">
<img src="images/spine-Surgeries.jpg" alt="The Gleneagles Hotel">
</div>
<h2 class="blogTitle">Spine Surgeries</h2>
<p>Medical care for spinal pathologies like spinal trauma, degenerative disorders, deformities like scoliosis, kyphosis etc. with special focus on minimally invasive spine surgeries (MISS)</p>
</div>
<div class="item">
<div class="imgTitle">
<img src="images/sports-Injury.jpg" alt="The Four Seasons Hotel">
</div>
<h2 class="blogTitle">Sports Injury</h2>
<p>Treatment for all kinds of sports injuries; treatment provided by a qualified physiotherapy and rehabilitation team</p>
</div>
</div>
<div class="MS-controls">
<button class="MS-left"><i class="fa fa-angle-left" aria-hidden="true"></i></button>
<button class="MS-right"><i class="fa fa-angle-right" aria-hidden="true"></i></button>
</div>
</div>
<!--End-->
</div>
<!-- // end .container -->
</section>
<!-- end section.services -->
<!--
Watch a Video
====================================== -->
<!-- <section class="watch_video">
<div class="container">
<div class="section-title text-center">
<h2>WATCH <span class="text-highlight">THIS</span> VIDEO</h2>
<h3 class="subline">When they talk about their healing journey, it fills our heart with contentment.</h3>
<hr>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="embed-responsive embed-responsive-16by9">
<iframe src="https://player.vimeo.com/video/95558527?color=ff485e&title=0&byline=0&portrait=0&wmode=opaque" allowfullscreen=""></iframe>
</div>
</div>
</div>
</div>
</section>-->
<!-- end section.watch_video -->
<!--
Testimonials
====================================== -->
<section class="highlight testimonials top-space-xl">
<div class="container">
<div class="section-title text-center">
<h2>OUR <span class="text-highlight">PATIENT </span> TESTIMONIALS</h2>
<h3 class="subline">Don't take our word. See what our patients said about us.</h3>
<hr>
</div>
<div class="row">
<div class="col-sm-2">
<img src="images/patient-pic2.jpg" class="img-responsive img-circle center-block" alt="patient">
</div>
<div class="col-sm-9">
<blockquote class="bq-right">Rheumatoid Arthritis led to uneasy knee movements, a knee surgery helped me walk properly again.</blockquote>
<p class="bq-author"><strong><span class="text-highlight">Mr. R.K. Nusrat</span></strong></p>
</div>
</div>
<!-- // end .row -->
<div class="vertical-space-lg">
<hr>
</div>
<div class="row">
<div class="col-sm-2 col-sm-push-9">
<img src="images/patient-pic.jpg" class="img-responsive img-circle center-block" alt="patient">
</div>
<div class="col-sm-9 col-sm-pull-2">
<blockquote class="bq-left">A journey from knee joint surgery to brisk walking. Doctors helped me walk in just 6 hours after surgery.</blockquote>
<p class="text-right bq-author"><strong> <span class="text-highlight">R.K. Sharma</span></strong></p>
</div>
</div>
<!-- // end .row -->
<div class="vertical-space-lg">
</div>
</div>
<!-- end .container -->
</section>
<!-- end section.testimonials -->
<!--
Call to Action
====================================== -->
<section class="call-to-action">
<div class="container">
<div class="section-title text-center">
<h2><span class="text-highlight">FREE</span> CONSULTATION FIRST TIME</h2>
<h3 class="subline">Award-winning hospital with advanced methods of treatment.</h3>
<hr>
</div>
<div class="cta-button text-center vertical-space bottom-space-xl"> <a class="btn btn-success btn-xl" href="#appointment">MAKE AN APPOINTMENT</a>
<h6 class="vertical-space">or Call : <a href="tel:01202333999">0120-2333999</a></h6>
</div>
</div>
</section>
<!-- end section.footer-action -->
<!--
Call to ActionF
====================================== -->
<?php include("../lms/include/highlights.php"); ?>
<!-- end section.footer-action -->
<!--
Google Map
====================================== -->
<div class="google-map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3507.169408441502!2d77.48051051461232!3d28.474444382480506!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390cea9cae68659b%3A0xc95b3bd7cf26316e!2sSharda+Hospital!5e0!3m2!1sen!2sin!4v1498126204776" width="100%" height="434" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
<!-- end Google Map -->
<footer>
<div class="container">
<div class="row">
<div class="col-sm-5 text-left footNav01">
<small>© 2018. All Sharda Hospital. All Rights Reserved</small>
</div>
<div class="col-sm-3">
<div class="social-icons footNav02">
<a href="https://twitter.com/shardahospital" target="_blank"> <i class="fa fa-twitter"></i> </a>
<a href="https://www.facebook.com/ShardaHospital/" target="_blank"> <i class="fa fa-facebook"></i> </a>
<a href="https://plus.google.com/+shardahospitalorg" target="_blank"> <i class="fa fa-google-plus"></i> </a>
</div>
</div>
<div class="col-sm-4 footNav03">
<ul class="navbar-nav footer-nav">
<li class="nav-item"><a href="disclaimer.php">Disclaimer</a></li>
<li class="nav-item"><a href="privacy-policy.php">Privacy Policy</a></li>
<li class="nav-item"><a href="terms-of-use.php">Terms of Use</a></li>
</ul>
</div>
</div>
</div>
</footer>
<a class="btn btn-success btn-xl app-button" href="#appointment">Book an Appointment</a>
<a href="#top" class="back_to_top"><img src="images/back_to_top.png" alt="back to top"></a>
<!--
Javascripts : Nerd Stuff :)
====================================== -->
<!-- jQuery Library -->
<?php include("../lms/include/footer.php"); ?>
</body>
</html>