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);
We, the Sushrut Clinic is considered as the most successful clinic to provide the cost-effective rates exceptionally Non-Surgical Laser Treatment For Piles in Mumbai to the people of all the age group and both the genders. With our candid way of treatment deliverance which reflects a huge transparency in our performance, we collectively have succeeded the greater aspiring height which has also opened the doors for new horizons for us. That's why, only with our service treatment, we have won the hearts of all our prestigious patients by serving their needs so that each of them gets recovered sooner and can easily get back to their normal life with the better style and standard of living.
Apart from this, the common symptoms and signs of piles occurring are listed as follows:
• Basically, the piles are known as a small swelling which generally takes place in and around the anus's rectum.
• Piles are also of two types: piles in the rectum are known as "Internal Piles" and piles in an Anal Orifice is known as "External Piles".
• Additionally, in accordance with the nature and variance of the pile's size, it is also known as First Degree, Second Degree, Third Degree or Fourth Degree Piles.
• Bleeding is known as the most common symptoms in Piles which sometimes also make a person as an anaemic if bleeding continues.
• Constant and unrelenting Pain because of thrombosis and infection is genuine.
• Irritation and itching around the anal orifice
• Discomforting anal
Hence, we provide the Best Non-Surgical Laser Treatment For Piles in Dombivli West while relaxing and relieving a patient from this unbearable pain. Moreover, we also provide the services without the need of hospitalization.
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' }); });