ok
Direktori : /home/importfo/www/sparshphysio21.in/ |
Current File : /home/importfo/www/sparshphysio21.in/doctor.php |
<!-- Section: Welcome --> <section id="about"> <div class="container pb-0"> <div class="row"> <div class="col-md-4"> <img class="img-responsive img-fullwidth" src="images/physiotherapy/about/dd.png" alt=""> </div> <div class="col-md-4"> <h3 class="text-gray-silver mt-10 mt-sm-30 mb-0">OUR TEAM</h3> <h2 class="mt-0">Dr.Ashish Patani</h2> <p>Dr. Ashish Patani is a director and founder of sparsh Physiotherapy & spine clinic. He has more then 15 years of experience in field.</p> <h3 class="mt-0">Dr. Manasvi Nalvaya <br/> Dr. Mansi Joshi </h3> <p style="text-align: justify;">Dr. Manasvi & Dr. Mansi are senior physiotherapist working in sparsh team.With specialized diagnostic skills and treatment approaches we have improved number of patients suffering from moderate to severe painful conditions.our sincere work and individual care makes lots of difference & fast recovery in patients conditions.</p> </div> <div class="col-md-4"> <div class="border-6px p-30 pt-10 pb-0"> <h5><i class="fa fa-pencil-square-o text-theme-colored"></i> Need Help?</h5> <!-- Appontment Form Starts --> <form method="post" action="inquiry.php"> <div class="row"> <div class="col-sm-12"> <div class="form-group mb-10"> <input name="form_name" class="form-control" type="text" required="" placeholder="Enter Name"> </div> </div> <div class="col-sm-12"> <div class="form-group mb-10"> <input name="form_email" class="form-control required email" type="email" placeholder="Enter Email"> </div> </div> <div class="col-sm-12"> <div class="form-group mb-10"> <input name="form_appontment_date" class="form-control required date-picker" type="text" placeholder="Appoinment Date"> </div> </div> </div> <div class="form-group mb-10"> <textarea name="form_message" class="form-control required" placeholder="Enter Message" rows="5"></textarea> </div> <div class="form-group mb-0 mt-20"> <input name="form_botcheck" class="form-control" type="hidden" value=""> <button type="submit" class="btn btn-dark btn-theme-colored" data-loading-text="Please wait...">Send Message</button> </div> </form> <!-- Appointment Form Validation--> <script type="text/javascript"> $("#appointment_form_at_home").validate({ submitHandler: function(form) { var form_btn = $(form).find('button[type="submit"]'); var form_result_div = '#form-result'; $(form_result_div).remove(); form_btn.before('<div id="form-result" class="alert alert-success" role="alert" style="display: none;"></div>'); var form_btn_old_msg = form_btn.html(); form_btn.html(form_btn.prop('disabled', true).data("loading-text")); $(form).ajaxSubmit({ dataType: 'json', success: function(data) { if( data.status == 'true' ) { $(form).find('.form-control').val(''); } form_btn.prop('disabled', false).html(form_btn_old_msg); $(form_result_div).html(data.message).fadeIn('slow'); setTimeout(function(){ $(form_result_div).fadeOut('slow') }, 6000); } }); } }); </script> <!-- Appontment Form Ends --> </div> </div> </div> </div> </section>