function ValidateForm(frm) { if (frm.name.value == "" || frm.name.value == null ) {alert('Name is required.');frm.name.focus();return false;} if (frm.mobile.value == "" || frm.mobile.value == null) {alert('Mobile number is required.');frm.mobile.focus();return false;} if (frm.email.value == "" || frm.email.value == null) {alert('Email address is required.');frm.email.focus();return false;} if (frm.email.value.indexOf("@") < 1 || frm.email.value.indexOf(".") < 1) {alert('Please enter a valid email address.');frm.email.focus();return false;} if (frm.msg.value == "" || frm.msg.value == null) {alert('Please enter comments or questions.');frm.msg.focus();return false;} if (frm.skip_CaptchaCode.value == "" || frm.skip_CaptchaCode.value == null) {alert('Enter web form code.');frm.skip_CaptchaCode.focus();return false;} return true; } function ReloadCaptchaImage(captchaImageId) { var obj = document.getElementById(captchaImageId); var src = obj.src; var date = new Date(); var pos = src.indexOf('&rad='); if (pos >= 0) { src = src.substr(0, pos); } obj.src = src + '&rad=' + date.getTime(); return false; }
(function( $ ) { $(document).ready( function( ) { $(".modalbox").fancybox(); $("#contact1").submit(function() { return false; }); }); })(jQuery);
Constipation is a form of the medical condition in which a person often faces a difficulty in emptying the bowels that are usually associated with hardened feces. A person is generally considered as constipated if he has two or more of the below-listed symptoms for at least 3 months:
• Straining during a bowel movement
• Hard stools with bleeding
• Incomplete evacuation
• Infrequent bowel movements
• Difficulty having bowel movements
• Hard or small stool
• Swollen abdomen
• Abdominal pain
• Vomiting
Since the day of our establishment, we are considered as the best Constipation Specialist in Dombivli West because our objective is to fully cure a person without any symptom remains left for recurrence. Our objective is to take a patient via a spectrum of opportunities in the sectors of health and fitness. Thus, we promise to provide a complete cure to the patient in such a way that he may completely feel relaxed and comfortable.
Moreover, with the services of our best Constipation Specialist in Mumbai, a patient can also have an exhilarating experience which will leave him content and peaceful. Our motto is to empower all our patients so as to make and generate the value choices to attain wellness both from inside and outside. Thus, we the well-renowned doctors can easily identify and share your problems by completely understanding the level of pain from which a person suffers so as to achieve a healthy and satisfaction at an ease.
We are here to assure you that we fully provide custom-made treatments which not only help a person in his physical health instead also sustain your own well-being plans. We feel happy to state that our clients get fully satisfied with our services and treatment of constipation and get fastest obtained results in short period of time.
Monday - Saturday :10:00 AM to 1:00 PM
On Sunday:By Appointment
address :Shop No.30, Everest Shopping Centre, Opp. Shivaji Medical Store, Near railway Station, Dombivli West, Maharashtra-421202
email :sambhajigarje@gmail.com
© 2018- 2023 Sushrut Clinic. All rights reserved | Design by Digital Vision Technology PVT LTD
$(window).load(function() { $("#flexiselDemo1").flexisel({ visibleItems: 3, animationSpeed: 1000, autoPlay: false, autoPlaySpeed: 3000, pauseOnHover: true, enableResponsiveBreakpoints: true, responsiveBreakpoints: { portrait: { changePoint:480, visibleItems: 1 }, landscape: { changePoint:640, visibleItems:2 }, tablet: { changePoint:768, visibleItems: 3 } } }); }); jQuery(document).ready(function($) { $(".scroll").click(function(event){ event.preventDefault(); $('html,body').animate({scrollTop:$(this.hash).offset().top},1000); }); }); $(document).ready(function() { /* var defaults = { containerID: 'toTop', // fading element id containerHoverID: 'toTopHover', // fading element hover id scrollSpeed: 1200, easingType: 'linear' }; */ $().UItoTop({ easingType: 'easeOutQuart' }); });