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);
Are you sick of having haemorrhoids that hurt and make you uncomfortable? Look no farther than Sushrut Clinic, the best place in Karjat for thorough and efficient haemorrhoid treatment. Our clinic is committed to offering individualised care and custom treatment programmes to help you find relief and recover your quality of life. It is run by the recognised expert Dr. Sambhaji Garje.
Proctologist Dr. Sambhaji Garje has a wealth of knowledge and expertise for treatment for hemorrhoids in karjat. He has assisted innumerable individuals in overcoming the difficulties of haemorrhoids and regaining their comfort thanks to his wealth of knowledge and skills. Dr. Garje takes pleasure in keeping up with the most recent developments in hemorrhoidal therapy to make sure you get the most advanced and efficient care possible.
At Sushrut Clinic, we think that precise diagnoses are the cornerstone of successful therapy. Our facility has cutting-edge diagnostic tools that allow Dr. Sambhaji Garje to evaluate the kind and severity of your haemorrhoids. Dr. Garje will create a custom treatment plan for you based on a complete evaluation that includes a close examination and analysis of your medical history.
We are aware that every patient's experience with haemorrhoids is different, and that treatment strategies should be adapted as necessary. Dr. Sambhaji Garje adopts a thorough and individualised approach, taking into account things like your condition's severity, general health, and treatment preferences. Whether you need to take precautionary steps like dietary changes or way of life adjustments,
Haemorrhoids can be treated with a broad variety of cutting-edge techniques at Sushrut Clinic. Dr. Sambhaji Garje has a specialisation in doing minimally invasive operations that cause less discomfort and recovery time while yet producing good outcomes. These include techniques such stapled hemorrhoidopexy, sclerotherapy, and hemorrhoidal artery ligation (HAL). Dr. Garje will thoroughly describe the advantages and disadvantages of each operation so that you are aware of all the options and confident in your decision.
Haemorrhoids can have a negative effect on your everyday life and general wellbeing, and we are aware of this. Throughout your treatment process, Sushrut Clinic offers compassionate care and a positive environment. Our devoted team, led by Dr. Sambhaji Garje, is committed to resolving your worries, responding to your inquiries, and offering advice.
Our major priorities are your happiness and wellbeing. The whole Sushrut Clinic staff, led by Dr. Sambhaji Garje, is committed to provide patient-centered treatment for hemorrhoids in karjat. We take the time to comprehend your particular requirements, issues, and treatment objectives so that we can provide individualised care and specially designed treatment programmes. In addition to treating your haemorrhoids successfully, we also want you to have a great and powerful experience at our clinic.
It's time to make an appointment for a consultation at Sushrut Clinic if you're ready to put an end to the discomfort of haemorrhoids and reclaim your quality of life. For the best care, cutting-edge therapies, and individualised solutions for the treatment of haemorrhoids in Karjat, turn to Dr. Sambhaji Garje and our skilled staff. Let us assist you in obtaining solace and comfort for treatment for hemorrhoids in karjat.
Make an appointment with us right now to start living a life free from the agony of haemorrhoids. Discover the difference at Sushrut Clinic, where Dr. Sambhaji Garje and our dedicated team are dedicated to your well-being and to assisting you in overcoming the difficulties associated with haemorrhoids.
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' }); });