%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 include('includes/header.php'); ?> <!--BreadcrumbsStart--> <section id="breadcrumbs"> <div class="container"> <div class="row"> <div class="col-md-12"> <h1>Contact us</h1> </div> <div class="col-md-12"> <ul> <li><a href="/">Sharda Hospital</a></li> <li>Contact us</li> </ul> </div> </div> </div> </section> <!--BreadcrumbsEnd--> <!--MainDIV-Start--> <section id="main"> <div class="container"> <div class="row"> <div id="contact_us"> <form action="<?php echo site_url('ContactUs'); ?>" method="POST" id="commentForm"> <div class="col-md-6 col-sm-6"> <ul class="list-unstyled width"> <input type="hidden" name="ContactSource" id="ContactSource" value="" > <li><h4>First Name*</h4> <input type="text" name="ContactFirstName" id="ContactFirstName" value="" required placeholder="Your First Name"> </li> <li><h4>Last Name</h4> <input type="text" name="ContactLastName" id="ContactLastName" value="" placeholder="Your Last Name"> </li> <li><h4>Email Address*</h4> <input type="email" name="ContactEmail" id="ContactEmail" value="" required placeholder="Your Email Address"> </li> <li><h4>Contact No</h4> <input type="text" name="ContactPhone" id="ContactPhone" value="" placeholder="Your Contact No"> <span class="phonee" id="spnPhoneStatus"></span> </li> </ul> </div> <div class="col-md-6 col-sm-6"> <ul class="list-unstyled"> <li><h4>City</h4> <input type="text" name="ContactLocation" id="ContactLocation" value="" placeholder="Your Current City"> </li> <li><h4>Subject*</h4> <input type="text" name="ContactSubject" id="ContactSubject" value="" required placeholder="Your Subject"> </li> <li><h4>Message*</h4> <textarea name="ContactMessage" id="ContactMessage" placeholder="Type Your Message Here..." value="" required></textarea> </li> </ul> </div> <div class="clearfix"></div> <div class="col-md-4 col-sm-6 hidden-xs"> <div class="text-center share_button share_button2"> <ul class="list-unstyled"> <li><a href="https://www.facebook.com/ShardaHospital/"><i class="fa fa-facebook"></i></a></li> <li><a href="https://twitter.com/shardahospital"><i class="fa fa-twitter"></i></a></li> <li><a href="https://plus.google.com/+shardahospitalorg"><i class="fa fa-google-plus"></i></a></li> </ul> </div> </div> <div class="col-md-8 col-xs-12"> <button type="submit" value="Submit" class="btn_orange btn-default submit">Send message</button></div> <!--<button type="submit" class="btn_orange btn-default">Send message</button></div>--> </form> </div> </div> </div> </section> <!--MainDIV-End--> <!--form-validation-start--> <script src="<?php echo base_url();?>assets/js/jquery.validate.js"></script> <script> $.validator.setDefaults({ submitHandler: function() { $("#commentForm").submit(); // alert("submitted!"); } }); $().ready(function() { // validate the comment form when it is submitted $("#commentForm").validate(); // validate signup form on keyup and submit $("#signupForm").validate({ rules: { firstname: "required", lastname: "required", username: { required: true, minlength: 2 }, password: { required: true, minlength: 5 }, confirm_password: { required: true, minlength: 5, equalTo: "#password" }, email: { required: true, email: true }, topic: { required: "#newsletter:checked", minlength: 2 }, agree: "required" }, messages: { firstname: "Please enter your firstname", lastname: "Please enter your lastname", username: { required: "Please enter a username", minlength: "Your username must consist of at least 2 characters" }, password: { required: "Please provide a password", minlength: "Your password must be at least 5 characters long" }, confirm_password: { required: "Please provide a password", minlength: "Your password must be at least 5 characters long", equalTo: "Please enter the same password as above" }, email: "Please enter a valid email address", agree: "Please accept our policy", topic: "Please select at least 2 topics" } }); // propose username by combining first- and lastname $("#username").focus(function() { var firstname = $("#firstname").val(); var lastname = $("#lastname").val(); if (firstname && lastname && !this.value) { this.value = firstname + "." + lastname; } }); //code to hide topic selection, disable for demo var newsletter = $("#newsletter"); // newsletter topics are optional, hide at first var inital = newsletter.is(":checked"); var topics = $("#newsletter_topics")[inital ? "removeClass" : "addClass"]("gray"); var topicInputs = topics.find("input").attr("disabled", !inital); // show when newsletter is checked newsletter.click(function() { topics[this.checked ? "removeClass" : "addClass"]("gray"); topicInputs.attr("disabled", !this.checked); }); }); //mobile $(document).ready(function() { $('#ContactPhone').blur(function(e) { if (validatePhone('ContactPhone')) { $('#spnPhoneStatus').html('Valid'); $('#spnPhoneStatus').css('color', 'green'); } else { $('#spnPhoneStatus').html('Invalid'); $('#spnPhoneStatus').css('color', 'red'); } }); }); function validatePhone(ContactPhone) { var a = document.getElementById(ContactPhone).value; var filter = /^((\+[1-9]{1,4}[ \-]*)|(\([0-9]{2,3}\)[ \-]*)|([0-9]{2,4})[ \-]*)*?[0-9]{3,4}?[ \-]*[0-9]{3,4}?$/; if (filter.test(a)) { return true; } else { return false; } } //mobile </script> <!--form-validation-end--> <!--MAP-End--> <section id="map"> <div class="container-fluid"> <div class="row"> <div class="col-md-6 col-sm-6 col-xs-12 contact-us-img"> <ul class="list-unstyled"> <li> <h3>Sharda Hospital</h3> <span class="glyphicon glyphicon-map-marker pull-left"></span> <p>Sharda University Campus Greater Noida Plot No. 32-34, Knowledge Park III, Greater Noida, UP.- 201306</p> </li> <li><span class="glyphicon glyphicon-earphone pull-left"></span> <p>+91-9803742732 </p></li> <li><span class="glyphicon glyphicon-earphone pull-left"></span> <p>0120-2333999</p></li> <li><span class="glyphicon glyphicon-envelope pull-left"></span> <p>info@shardahospital.org</p></li> </ul> </div> <div class="col-md-6 col-sm-6 col-xs-12 padding-none"> <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> </div> </div> </section> <!--MAP-End--> <?php include('includes/quick_links.php') ?> <?php include('includes/subscribe.php') ?> <?php include('includes/footer.php'); ?>