

<!--        <link rel="stylesheet" media="all" href="https://www.jaipurgastro.com/wp-content/plugins/kdm_appointments/assets/css/bootstrap.min.css" />-->
        <link rel="stylesheet" media="all" href="https://www.jaipurgastro.com/wp-content/plugins/kdm_appointments/assets/css/bootstrap-datepicker.css" />
        <link rel="stylesheet" media="all" href="https://www.jaipurgastro.com/wp-content/plugins/kdm_appointments/assets/css/styles.css" />
        <link rel="stylesheet" media="all" href="https://www.jaipurgastro.com/wp-content/plugins/kdm_appointments/assets/css/sweetalert2.min.css" />

        <div class="main">
            <div class="apt-wrapper">
                <div class="apt-screen-1">
                    <div class="apt-tabs">
                        <ul>
                            <li class="active">
                                <a href="javascript:;" data-tab="appointment">Book Appointment</a>
                            </li>
                            <li>
                                <a href="javascript:;" data-tab="enquiry">Ask Anything</a>
                            </li>
                            <div class="clear"></div>
                        </ul>
                    </div>
                    <div id="appointment" class="appointment apt-tab-content">
                        <div class="apt-form">
                            <form class="appointment-form">
                                <!--<div class="form-group">
                                    <select name="purpose" class="booking_purpose">
                                        
                                                                                
                                    </select>
                                    <span class="apt-purpose">Purpose</span>
                                </div> -->
                                <div class="select-date">
                                    <div id="prevDate" class="navigate-date disabled">
                                        <img src="https://www.jaipurgastro.com/wp-content/plugins/kdm_appointments/assets/images/play-button.svg" style="margin-right:2px;width:26px;transform:rotate(-180deg)">
                                    </div>

                                    <input id="datepicker" class="selected-date" data-weekoff='["0"]' data-date-start-date="07/11/2026" data-date-format="07/11/2026" value="Sat, 11 Jul 2026"  />
                                    <div id="nextDate" class="navigate-date">
                                        <img src="https://www.jaipurgastro.com/wp-content/plugins/kdm_appointments/assets/images/play-button.svg" style="margin-left:2px;width:26px">
                                    </div>
                                </div>

                                <div class="time-slots"></div>


                                <div class="skeleton-card disabled"></div>



                            </form>
                        </div>

                    </div>
                    <div id="enquiry" class="enquiry apt-tab-content">
                        <div class="enquiry-form">
                            <form id="enquiry-form" action="">
                                <div class="form-group">
                                    <textarea name="enquiry" id="enquiryField" placeholder="Your enquiry" class="form-control" maxlength="500" rows="6"></textarea>
                                </div>
                                <div class="form-group">
                                    <input type="text" id="emailField" name="email" placeholder="Your email address" maxlength="64"  class="form-control" />
                                </div>
                                <div class="form-group">
                                    <input type="text" id="mobileField" name="mobile" placeholder="Your mobile number" maxlength="10"  class="form-control" />
                                </div>
                                <div class="form-group">
                                    <button type="button" id="sendEnquiry" class="btn btn-block btn-primary">SEND</button>
                                </div>
                            </form>
                        </div>
                    </div>
                </div>
                <div class="apt-screen-2">
                    <div class="apt-screen-head">
                        <div class="screen-back">
                            <a href="javascript:;" class="back-screen">
                                <img src="https://www.jaipurgastro.com/wp-content/plugins/kdm_appointments/assets/images/play-button.svg" style="">
                            </a>
                        </div>
                        <div class="head-title">
                            <span>Booking Details</span>
                            <span id="time"></span>
                        </div>
                    </div>

                    <form class="booking-form">
                        <input type="hidden" name="date_slot" id="dateSlot" value="" />
                        <input type="hidden" name="time_slot" id="timeSlot" value="" />
                        <input type="hidden" name="purpose" id="purpose" value="" />
                        <input type="hidden" name="dr_name" id="drName" value="" />
                        <input type="hidden" name="location" id="location" value="" />
                        <div class="form-group">
                            <input type="text" id="visitorName" name="name" placeholder="Visitor Name" class="form-control visitor-name" maxlength="32" />
                        </div>
                        <div class="form-group">
                            <input type="text" id="visitorMobile" name="mobile" placeholder="10 digit mobile number" class="form-control visitor-mobile" maxlength="10" />
                        </div>
                        <div class="form-group">
                            <input type="text" name="email" id="visitorEmail" placeholder="Email id (optional)" class="form-control visitor-email" maxlength="64"/>
                        </div>
                        <div class="form-group">
                            <textarea name="notes" id="visitorNotes" placeholder="Notes (optional)" class="form-control visitor-notes" maxlength="300"></textarea>
                        </div>
                        <div class="form-group">
                            <button type="button" id="confirmBooking" class="btn btn-block btn-primary">Confirm Booking</button>
                        </div>
                    </form>


                </div>
            </div>
        </div>

        <!-- Modal -->
        <div class="modal fade" id="bookingModal" tabindex="-1" role="dialog" aria-labelledby="bookingModalLabel" aria-hidden="true">
            <div class="modal-dialog modal-md" role="document">
                <div class="modal-content">
                   
                    <div class="modal-body">
                        <h5 class="modal-title" id="bookingModalLabel">It's Done!!</h5>
                        <p class="appointment-pop-up-text">Your appointment is confirmed</p>
                        <p class="pop-up-title">Doctor Name: 
                            <span itemprop="name" class="pop-up-value">Dr. Shankar Dhaka</span>
                        </p>
                        <p class="pop-up-title">Date &amp; Time: 
                            <span class="pop-up-value patient-booked-schedule"></span>
                        </p>
                        <p class="pop-up-title">Contact: 
                            <span itemprop="telephone" class="pop-up-value">+91-8104001166 </span>
                        </p>
                    </div>
                    <div class="modal-footer">
                        <p class="appointment-pop-up-detail">Appointment details has also been shared with you on your mobile number 
                            <span class="appointment-booked-mobile">9876543210</span>. 
                            Please arrive at least ten minutes ahead of the scheduled time.</p>
                        <button type="button" class="btn btn-secondary" data-dismiss="modal">Done</button>
                    </div>
                </div>
            </div>
        </div>

<!--
        <script src="https://www.jaipurgastro.com/wp-content/plugins/kdm_appointments/assets/js/jquery-3.4.1.min.js"></script>
        <script src="https://www.jaipurgastro.com/wp-content/plugins/kdm_appointments/assets/js/popper.min.js"></script>
        <script src="https://www.jaipurgastro.com/wp-content/plugins/kdm_appointments/assets/js/bootstrap.min.js"></script>
        <script src="https://www.jaipurgastro.com/wp-content/plugins/kdm_appointments/assets/js/moment-with-locales.js"></script>
        <script src="https://www.jaipurgastro.com/wp-content/plugins/kdm_appointments/assets/js/bootstrap-datepicker.min.js"></script>
-->
{"id":7779,"date":"2018-06-27T04:38:19","date_gmt":"2018-06-27T04:38:19","guid":{"rendered":"https:\/\/www.jaipurgastro.com\/\/?page_id=7779"},"modified":"2026-07-06T12:03:50","modified_gmt":"2026-07-06T12:03:50","slug":"home","status":"publish","type":"page","link":"https:\/\/www.jaipurgastro.com\/","title":{"rendered":"Home"},"content":{"rendered":"<p>[vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; css=&#8221;.vc_custom_1583567003520{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221; el_class=&#8221;slider-box&#8221;][vc_column css=&#8221;.vc_custom_1530077389456{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;][vc_column_text css=&#8221;.vc_custom_1530087366453{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;]\n\t\t\t<!-- START Meditree Clinic REVOLUTION SLIDER 6.7.10 --><p class=\"rs-p-wp-fix\"><\/p>\n\t\t\t<rs-module-wrap id=\"rev_slider_1_1_wrapper\" data-source=\"gallery\" style=\"visibility:hidden;background:transparent;padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n\t\t\t\t<rs-module id=\"rev_slider_1_1\" style=\"\" data-version=\"6.7.10\">\n\t\t\t\t\t<rs-slides style=\"overflow: hidden; position: absolute;\">\n\t\t\t\t\t\t<rs-slide style=\"position: absolute;\" data-key=\"rs-2\" data-title=\"Slide\" data-anim=\"ms:300;\" data-in=\"o:0;\" data-out=\"a:false;\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"\/\/www.jaipurgastro.com\/wp-content\/plugins\/revslider\/sr6\/assets\/assets\/dummy.png\" alt=\"Dr Shankar Dhaka\" title=\"Dr Shankar Dhaka\" width=\"1024\" height=\"576\" class=\"rev-slidebg tp-rs-img rs-lazyload\" data-lazyload=\"\/\/www.jaipurgastro.com\/wp-content\/plugins\/revslider\/sr6\/assets\/assets\/transparent.png\" data-bg=\"c:#f6f0f0;\" data-no-retina>\n<!--\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-1-slide-2-layer-0\" \n\t\t\t\t\t\t\t\tdata-type=\"text\"\n\t\t\t\t\t\t\t\tdata-color=\"#333333\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"xo:31px,27px,20px,17px;yo:249px,217px,164px,284px;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:20,17,12,10;l:25,21,15,20;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:10;font-family:'Roboto';\"\n\t\t\t\t\t\t\t>Dr. Shankar Dhaka, renowned as the top Gastroenterologist in Jaipur. <br \/>\nSpecializing in DM \u2013Gastroenterology, Hepatology, and Endoscopy, <br \/>\nwith over a decade of expertise. Book an appointment now for <br \/>\ngastro and liver-related diseases treatment. \n\t\t\t\t\t\t\t<\/rs-layer><!--\n\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-1-slide-2-layer-1\" \n\t\t\t\t\t\t\t\tdata-type=\"image\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"xo:46px,40px,30px,20px;yo:75px,65px,49px,152px;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:20,17,12,7;l:0,21,15,9;\"\n\t\t\t\t\t\t\t\tdata-dim=\"w:150px,131px,99px,100px;h:150px,131px,99px,100px;\"\n\t\t\t\t\t\t\t\tdata-border=\"bor:100px,100px,100px,100px;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:12;\"\n\t\t\t\t\t\t\t><img decoding=\"async\" src=\"\/\/www.jaipurgastro.com\/wp-content\/plugins\/revslider\/sr6\/assets\/assets\/dummy.png\" alt=\"Dr. Shankar Dhaka\" class=\"tp-rs-img rs-lazyload\" width=\"2428\" height=\"2144\" data-lazyload=\"\/\/www.jaipurgastro.com\/wp-content\/uploads\/2023\/01\/dr-shankar-lal-jat-5cdd2477b46fd-2-1-1.webp\" data-no-retina> \n\t\t\t\t\t\t\t<\/rs-layer><!--\n\n\t\t\t\t\t\t\t--><a\n\t\t\t\t\t\t\t\tid=\"slider-1-slide-2-layer-3\" \n\t\t\t\t\t\t\t\tclass=\"rs-layer btn-page rev-btn\"\n\t\t\t\t\t\t\t\thref=\"tel:+91- 8104001166 \" target=\"_self\"\n\t\t\t\t\t\t\t\tdata-type=\"button\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"xo:36px,31px,23px,24px;yo:474px,414px,314px,492px;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:15,13,9,20;l:32,28,21,34;fw:500;\"\n\t\t\t\t\t\t\t\tdata-dim=\"minh:0px,none,none,none;\"\n\t\t\t\t\t\t\t\tdata-padding=\"r:20,18,14,13;l:20,18,14,13;\"\n\t\t\t\t\t\t\t\tdata-border=\"bor:16px,16px,16px,16px;\"\n\t\t\t\t\t\t\t\tdata-frame_0=\"x:0,0,0,0px;y:0,0,0,0px;\"\n\t\t\t\t\t\t\t\tdata-frame_1=\"x:0,0,0,0px;y:0,0,0,0px;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;\"\n\t\t\t\t\t\t\t\tdata-frame_hover=\"c:#fff;bgc:#000;bor:16px,16px,16px,16px;bri:120%;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:13;background-color:#a83b4c;font-family:'Roboto';\"\n\t\t\t\t\t\t\t>Call Now \n\t\t\t\t\t\t\t<\/a><!--\n\n\t\t\t\t\t\t\t--><p\n\t\t\t\t\t\t\t\tid=\"slider-1-slide-2-layer-5\" \n\t\t\t\t\t\t\t\tclass=\"rs-layer\"\n\t\t\t\t\t\t\t\tdata-type=\"text\"\n\t\t\t\t\t\t\t\tdata-color=\"#a83b4c\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"xo:30px,26px,19px,21px;yo:355px,310px,235px,397px;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:20,17,12,14;l:35,30,22,30;fw:500;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:11;font-family:'Roboto';\"\n\t\t\t\t\t\t\t><i class=\"fa-arrow-right\"><\/i> 10+ Years Of Experience<br \/>\n<i class=\"fa-arrow-right\"><\/i> 10K+ Gastro & Liver Treatment Done<br \/>\n<i class=\"fa-arrow-right\"><\/i> International standard Gastroenterologist<br \/>\n \n\t\t\t\t\t\t\t<\/p><!--\n\n\t\t\t\t\t\t\t--><p\n\t\t\t\t\t\t\t\tid=\"slider-1-slide-2-layer-36\" \n\t\t\t\t\t\t\t\tclass=\"rs-layer\"\n\t\t\t\t\t\t\t\tdata-type=\"shape\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"xo:14px,12px,9px,-67px;yo:38px,33px,25px,44px;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:20,17,12,7;l:0,21,15,9;\"\n\t\t\t\t\t\t\t\tdata-dim=\"w:781px,683px,518px,795px;h:490px,428px,325px,490px;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:6;background-color:rgba(255,255,255,0.5);\"\n\t\t\t\t\t\t\t> \n\t\t\t\t\t\t\t<\/p><!--\n\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-1-slide-2-layer-37\" \n\t\t\t\t\t\t\t\tdata-type=\"text\"\n\t\t\t\t\t\t\t\tdata-color=\"#000000\"\n\t\t\t\t\t\t\t\tdata-bsh=\"c:rgba(0,0,0,0.5);\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"xo:224px,196px,148px,136px;yo:58px,50px,37px,136px;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:27,23,17,14;l:60,52,39,30;fw:900;\"\n\t\t\t\t\t\t\t\tdata-dim=\"minh:0,none,none,none;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:7;font-family:'Roboto';text-transform:uppercase;\"\n\t\t\t\t\t\t\t>Dr. Shankar Dhaka \n\t\t\t\t\t\t\t<\/rs-layer><!--\n\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-1-slide-2-layer-38\" \n\t\t\t\t\t\t\t\tdata-type=\"text\"\n\t\t\t\t\t\t\t\tdata-color=\"#a83b4c\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"xo:222px,194px,147px,130px;yo:111px,97px,73px,170px;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:26,22,16,20;l:36,31,23,30;fw:500;td:underline;\"\n\t\t\t\t\t\t\t\tdata-dim=\"w:532px,465px,353px,auto;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:8;font-family:'Roboto';\"\n\t\t\t\t\t\t\t>Best Gastroenterologist in Jaipur \u2013 Advanced Treatment for Digestive & Liver Disorders<br \/>\n \n\t\t\t\t\t\t\t<\/rs-layer><!--\n\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-1-slide-2-layer-39\" \n\t\t\t\t\t\t\t\tdata-type=\"text\"\n\t\t\t\t\t\t\t\tdata-color=\"#000000\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"xo:224px,196px,148px,127px;yo:191px,167px,126px,216px;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:20,17,12,16;l:32,28,21,26;fw:500;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:9;font-family:'Roboto';\"\n\t\t\t\t\t\t\t>MBBS | MD | DM - Gastroenterology<br \/>\n \n\t\t\t\t\t\t\t<\/rs-layer><!--\n-->\t\t\t\t\t<\/rs-slide>\n\t\t\t\t\t\t<rs-slide style=\"position: absolute;\" data-key=\"rs-1\" data-title=\"Slide\" data-anim=\"ms:300;r:0;\" data-in=\"o:0;\" data-out=\"a:false;\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"\/\/www.jaipurgastro.com\/wp-content\/plugins\/revslider\/sr6\/assets\/assets\/dummy.png\" alt=\"\" title=\"Mobile\" width=\"4168\" height=\"3126\" class=\"rev-slidebg tp-rs-img rs-lazyload\" data-lazyload=\"\/\/www.jaipurgastro.com\/wp-content\/uploads\/2019\/11\/bg.jpg\" data-no-retina>\n<!--\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-1-slide-1-layer-2\" \n\t\t\t\t\t\t\t\tdata-type=\"text\"\n\t\t\t\t\t\t\t\tdata-color=\"#323232\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"x:l,l,l,r;xo:192px,128px,108px,-361px;yo:444px,446px,303px,142px;\"\n\t\t\t\t\t\t\t\tdata-text=\"s:18,18,18,16;l:22;fw:700;a:inherit,inherit,inherit,right;\"\n\t\t\t\t\t\t\t\tdata-frame_0=\"y:50px;tp:600;\"\n\t\t\t\t\t\t\t\tdata-frame_1=\"tp:600;e:easeInSine;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;tp:600;e:power1.in;st:w;sR:8700;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:5;font-family:'Poppins';\"\n\t\t\t\t\t\t\t>Appointments can be Made on the Day. \n\t\t\t\t\t\t\t<\/rs-layer><!--\n\n\t\t\t\t\t\t\t--><a\n\t\t\t\t\t\t\t\tid=\"slider-1-slide-1-layer-6\" \n\t\t\t\t\t\t\t\tclass=\"rs-layer rev-btn rev-hiddenicon\"\n\t\t\t\t\t\t\t\thref=\"https:\/\/www.jaipurgastro.com\/book-appointment-dr-shankar-dhaka\/\" target=\"_self\" rel=\"nofollow\"\n\t\t\t\t\t\t\t\tdata-type=\"button\"\n\t\t\t\t\t\t\t\tdata-color=\"rgba(255,255,255,1)\"\n\t\t\t\t\t\t\t\tdata-xy=\"x:l,l,l,c;xo:189px,189px,167px,5px;yo:493px,493px,355px,422px;\"\n\t\t\t\t\t\t\t\tdata-text=\"s:14;l:23;ls:1px,1px,1px,0px;fw:300;a:inherit,inherit,inherit,right;\"\n\t\t\t\t\t\t\t\tdata-rsp_bd=\"off\"\n\t\t\t\t\t\t\t\tdata-padding=\"t:12;r:30;b:12;l:30;\"\n\t\t\t\t\t\t\t\tdata-border=\"bor:30px,30px,30px,30px;\"\n\t\t\t\t\t\t\t\tdata-frame_0=\"y:50px;tp:600;\"\n\t\t\t\t\t\t\t\tdata-frame_1=\"tp:600;e:easeInSine;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;tp:600;st:w;sR:8700;\"\n\t\t\t\t\t\t\t\tdata-frame_hover=\"bgc:#137bbf;boc:#000;bor:30px,30px,30px,30px;bos:solid;oX:50;oY:50;sp:0;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:11;background-color:#a83b4c;font-family:'Rubik';text-transform:capitalize;cursor:pointer;outline:none;box-shadow:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;\"\n\t\t\t\t\t\t\t>Make an Appointment <i style=\"font-size:12px'\" class=\"fa-long-arrow-right\"><\/i> \n\t\t\t\t\t\t\t<\/a><!--\n\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-1-slide-1-layer-14\" \n\t\t\t\t\t\t\t\tdata-type=\"image\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"xo:-31px,-27px,-15px,-165px;yo:99px,86px,57px,35px;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:20,17,12,7;l:0,21,15,9;\"\n\t\t\t\t\t\t\t\tdata-dim=\"w:172px,150px,113px,94px;h:438px,383px,290px,238px;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;sR:8700;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:12;\"\n\t\t\t\t\t\t\t><img decoding=\"async\" src=\"\/\/www.jaipurgastro.com\/wp-content\/plugins\/revslider\/sr6\/assets\/assets\/dummy.png\" alt=\"\" class=\"tp-rs-img rs-lazyload\" width=\"154\" height=\"392\" data-lazyload=\"\/\/www.jaipurgastro.com\/wp-content\/uploads\/2019\/11\/gestro1.png\" data-no-retina> \n\t\t\t\t\t\t\t<\/rs-layer><!--\n\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-1-slide-1-layer-16\" \n\t\t\t\t\t\t\t\tdata-type=\"image\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"xo:163px,142px,107px,85px;yo:112px,98px,74px,15px;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:20,17,12,7;l:0,21,15,9;\"\n\t\t\t\t\t\t\t\tdata-dim=\"w:129px,112px,85px,96px;h:90px,78px,59px,67px;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;sR:8700;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:13;\"\n\t\t\t\t\t\t\t><img decoding=\"async\" src=\"\/\/www.jaipurgastro.com\/wp-content\/plugins\/revslider\/sr6\/assets\/assets\/dummy.png\" alt=\"\" class=\"tp-rs-img rs-lazyload\" width=\"129\" height=\"90\" data-lazyload=\"\/\/www.jaipurgastro.com\/wp-content\/uploads\/2019\/11\/Ulcer-Bleeding.png\" data-no-retina> \n\t\t\t\t\t\t\t<\/rs-layer><!--\n\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-1-slide-1-layer-17\" \n\t\t\t\t\t\t\t\tdata-type=\"text\"\n\t\t\t\t\t\t\t\tdata-color=\"#000000\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"xo:160px,140px,106px,79px;yo:214px,187px,142px,85px;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:16,14,10,14;l:25,21,15,24;\"\n\t\t\t\t\t\t\t\tdata-frame_0=\"x:0,0,0,0px;y:0,0,0,0px;\"\n\t\t\t\t\t\t\t\tdata-frame_1=\"x:0,0,0,0px;y:0,0,0,0px;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;sR:8700;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:14;font-family:'Roboto';\"\n\t\t\t\t\t\t\t> Gas \/ Acidity \/ Ulcer  \n\t\t\t\t\t\t\t<\/rs-layer><!--\n\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-1-slide-1-layer-19\" \n\t\t\t\t\t\t\t\tdata-type=\"text\"\n\t\t\t\t\t\t\t\tdata-color=\"#000000\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"xo:119px,104px,79px,51px;yo:359px,314px,238px,211px;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:17,14,10,14;l:25,21,15,25;\"\n\t\t\t\t\t\t\t\tdata-frame_0=\"x:0,0,0,0px;y:0,0,0,0px;\"\n\t\t\t\t\t\t\t\tdata-frame_1=\"x:0,0,0,0px;y:0,0,0,0px;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;sR:8700;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:20;font-family:'Roboto';\"\n\t\t\t\t\t\t\t>Pancreas Related Problems \n\t\t\t\t\t\t\t<\/rs-layer><!--\n\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-1-slide-1-layer-20\" \n\t\t\t\t\t\t\t\tdata-type=\"text\"\n\t\t\t\t\t\t\t\tdata-color=\"#000000\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"xo:331px,289px,219px,280px;yo:214px,187px,142px,86px;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:16,14,10,14;l:25,21,15,24;\"\n\t\t\t\t\t\t\t\tdata-frame_0=\"x:0,0,0,0px;y:0,0,0,0px;\"\n\t\t\t\t\t\t\t\tdata-frame_1=\"x:0,0,0,0px;y:0,0,0,0px;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;sR:8700;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:16;font-family:'Roboto';\"\n\t\t\t\t\t\t\t> Abdomen  Pain \/ Vomiting \n\t\t\t\t\t\t\t<\/rs-layer><!--\n\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-1-slide-1-layer-23\" \n\t\t\t\t\t\t\t\tdata-type=\"text\"\n\t\t\t\t\t\t\t\tdata-color=\"#000000\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"xo:550px,481px,365px,301px;yo:212px,185px,140px,341px;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:16,14,10,14;l:25,21,15,25;\"\n\t\t\t\t\t\t\t\tdata-dim=\"w:auto,auto,auto,150px;\"\n\t\t\t\t\t\t\t\tdata-frame_0=\"x:0,0,0,0px;y:0,0,0,0px;\"\n\t\t\t\t\t\t\t\tdata-frame_1=\"x:0,0,0,0px;y:0,0,0,0px;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;sR:8700;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:17;font-family:'Roboto';\"\n\t\t\t\t\t\t\t>Liver Related Problems \n\t\t\t\t\t\t\t<\/rs-layer><!--\n\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-1-slide-1-layer-24\" \n\t\t\t\t\t\t\t\tdata-type=\"image\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"xo:574px,502px,381px,81px;yo:259px,226px,171px,142px;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:20,17,12,7;l:0,21,15,9;\"\n\t\t\t\t\t\t\t\tdata-dim=\"w:129px,112px,85px,96px;h:90px,78px,59px,67px;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;sR:8700;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:22;\"\n\t\t\t\t\t\t\t><img decoding=\"async\" src=\"\/\/www.jaipurgastro.com\/wp-content\/plugins\/revslider\/sr6\/assets\/assets\/dummy.png\" alt=\"\" class=\"tp-rs-img rs-lazyload\" width=\"129\" height=\"90\" data-lazyload=\"\/\/www.jaipurgastro.com\/wp-content\/uploads\/2019\/11\/Strictures-Dilation.png\" data-no-retina> \n\t\t\t\t\t\t\t<\/rs-layer><!--\n\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-1-slide-1-layer-25\" \n\t\t\t\t\t\t\t\tdata-type=\"text\"\n\t\t\t\t\t\t\t\tdata-color=\"#000000\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"xo:353px,308px,234px,288px;yo:361px,315px,239px,221px;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:16,14,10,14;l:25,21,15,9;\"\n\t\t\t\t\t\t\t\tdata-dim=\"h:auto,auto,auto,19px;\"\n\t\t\t\t\t\t\t\tdata-frame_0=\"x:0,0,0,0px;y:0,0,0,0px;\"\n\t\t\t\t\t\t\t\tdata-frame_1=\"x:0,0,0,0px;y:0,0,0,0px;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;sR:8700;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:19;font-family:'Roboto';\"\n\t\t\t\t\t\t\t>Bleeding Related Problems \n\t\t\t\t\t\t\t<\/rs-layer><!--\n\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-1-slide-1-layer-27\" \n\t\t\t\t\t\t\t\tdata-type=\"text\"\n\t\t\t\t\t\t\t\tdata-color=\"#000000\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"xo:574px,502px,381px,49px;yo:362px,316px,240px,347px;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:16,14,10,14;l:25,21,15,24;\"\n\t\t\t\t\t\t\t\tdata-dim=\"w:auto,auto,auto,172px;\"\n\t\t\t\t\t\t\t\tdata-frame_0=\"x:0,0,0,0px;y:0,0,0,0px;\"\n\t\t\t\t\t\t\t\tdata-frame_1=\"x:0,0,0,0px;y:0,0,0,0px;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;sR:8700;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:18;font-family:'Roboto';\"\n\t\t\t\t\t\t\t>GI Cancer Management \n\t\t\t\t\t\t\t<\/rs-layer><!--\n\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-1-slide-1-layer-28\" \n\t\t\t\t\t\t\t\tdata-type=\"image\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"xo:148px,129px,98px,85px;yo:260px,227px,172px,268px;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:20,17,12,7;l:0,21,15,9;\"\n\t\t\t\t\t\t\t\tdata-dim=\"w:129px,112px,85px,96px;h:90px,78px,59px,67px;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;sR:8700;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:24;\"\n\t\t\t\t\t\t\t><img decoding=\"async\" src=\"\/\/www.jaipurgastro.com\/wp-content\/plugins\/revslider\/sr6\/assets\/assets\/dummy.png\" alt=\"\" class=\"tp-rs-img rs-lazyload\" width=\"129\" height=\"90\" data-lazyload=\"\/\/www.jaipurgastro.com\/wp-content\/uploads\/2019\/11\/Gastroenteritis.png\" data-no-retina> \n\t\t\t\t\t\t\t<\/rs-layer><!--\n\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-1-slide-1-layer-33\" \n\t\t\t\t\t\t\t\tdata-type=\"image\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"xo:355px,310px,235px,317px;yo:112px,98px,74px,17px;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:20,17,12,7;l:0,21,15,9;\"\n\t\t\t\t\t\t\t\tdata-dim=\"w:129px,112px,85px,95px;h:90px,78px,59px,66px;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;sR:8700;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:25;\"\n\t\t\t\t\t\t\t><img decoding=\"async\" src=\"\/\/www.jaipurgastro.com\/wp-content\/plugins\/revslider\/sr6\/assets\/assets\/dummy.png\" alt=\"\" class=\"tp-rs-img rs-lazyload\" width=\"129\" height=\"90\" data-lazyload=\"\/\/www.jaipurgastro.com\/wp-content\/uploads\/2020\/03\/vomiting.png\" data-no-retina> \n\t\t\t\t\t\t\t<\/rs-layer><!--\n\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-1-slide-1-layer-34\" \n\t\t\t\t\t\t\t\tdata-type=\"image\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"xo:566px,495px,376px,326px;yo:109px,95px,72px,262px;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:20,17,12,7;l:0,21,15,9;\"\n\t\t\t\t\t\t\t\tdata-dim=\"w:129px,112px,85px,96px;h:90px,78px,59px,67px;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;sR:8700;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:26;\"\n\t\t\t\t\t\t\t><img decoding=\"async\" src=\"\/\/www.jaipurgastro.com\/wp-content\/plugins\/revslider\/sr6\/assets\/assets\/dummy.png\" alt=\"\" class=\"tp-rs-img rs-lazyload\" width=\"129\" height=\"90\" data-lazyload=\"\/\/www.jaipurgastro.com\/wp-content\/uploads\/2020\/03\/liver-pain.png\" data-no-retina> \n\t\t\t\t\t\t\t<\/rs-layer><!--\n\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-1-slide-1-layer-35\" \n\t\t\t\t\t\t\t\tdata-type=\"image\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"xo:372px,325px,246px,324px;yo:263px,230px,174px,136px;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:20,17,12,7;l:0,21,15,9;\"\n\t\t\t\t\t\t\t\tdata-dim=\"w:129px,112px,85px,95px;h:90px,78px,59px,66px;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;sR:8700;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:27;\"\n\t\t\t\t\t\t\t><img decoding=\"async\" src=\"\/\/www.jaipurgastro.com\/wp-content\/plugins\/revslider\/sr6\/assets\/assets\/dummy.png\" alt=\"\" class=\"tp-rs-img rs-lazyload\" width=\"129\" height=\"90\" data-lazyload=\"\/\/www.jaipurgastro.com\/wp-content\/uploads\/2020\/03\/bleeding.png\" data-no-retina> \n\t\t\t\t\t\t\t<\/rs-layer><!--\n-->\t\t\t\t\t<\/rs-slide>\n\t\t\t\t\t<\/rs-slides>\n\t\t\t\t<\/rs-module>\n\t\t\t\t<script>\n\t\t\t\t\tsetREVStartSize({c: 'rev_slider_1_1',rl:[1240,1024,778,480],el:[600,768,500,550],gw:[1170,1024,778,480],gh:[600,768,500,550],type:'standard',justify:'',layout:'fullwidth',mh:\"0\"});if (window.RS_MODULES!==undefined && window.RS_MODULES.modules!==undefined && window.RS_MODULES.modules[\"revslider11\"]!==undefined) {window.RS_MODULES.modules[\"revslider11\"].once = false;window.revapi1 = undefined;if (window.RS_MODULES.checkMinimal!==undefined) window.RS_MODULES.checkMinimal()}\n\t\t\t\t<\/script>\n\t\t\t<\/rs-module-wrap>\n\t\t\t<!-- END REVOLUTION SLIDER -->\n[\/vc_column_text][vc_column_text el_class=&#8221;slider-form&#8221; css=&#8221;.vc_custom_1576648165918{margin-bottom: 0px !important;}&#8221;][\/vc_column_text][\/vc_column][\/vc_row][vc_section full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1715925647836{border-top-width: 1px !important;padding-top: 50px !important;padding-bottom: 50px !important;border-top-color: #dddddd !important;border-top-style: solid !important;}&#8221;][vc_row][vc_column width=&#8221;2\/3&#8243;][vc_custom_heading text=&#8221;Meet Our Doctor&#8221; font_container=&#8221;tag:h6|font_size:16px|text_align:left|color:%23a83b4c|line_height:28px&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1715925082313{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;][vc_custom_heading text=&#8221;Dr. Shankar Dhaka \u2013 Leading Gastroenterologist in Jaipur&#8221; font_container=&#8221;tag:h3|font_size:28px|text_align:left|line_height:36px&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1756730983004{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;][vc_column_text css=&#8221;.vc_custom_1756730973018{margin-bottom: 15px !important;}&#8221;]<strong>\u00a0<\/strong><strong>MBBS | MD | DM \u2013 Gastroenterology 10+ Years Of Experience<\/strong>[\/vc_column_text][vc_column_text]Dr. Shankar Dhaka is a top gastrologist doctor in Jaipur and has 10+ Years of Experience in the field of Gastroenterology &amp; Hepatology. He completed his MD in Medicine from the University College of Medical Science (UCMS), New Delhi in 2012 &amp; DM in Gastroenterology from the Prestigious Sanjay Gandhi Post Graduate Institute of Medical Sciences (SGPGI), Lucknow in 2016. He is an Expert in Diagnosis &amp; Therapeutic Endoscopy, Diagnosis &amp; Therapeutic Colonoscopy, Capsule Endoscopy, Banding, Sclerotherapy, Polypectomy, ERCP, Metal Stent Placement for GI Obstruction, Bile Duct Obstruction, Esophagle &amp; Anorectal Manometry, Esophagle PH Metry.[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/3&#8243;][vc_single_image image=&#8221;9663&#8243; img_size=&#8221;full&#8221; style=&#8221;vc_box_rounded&#8221; css=&#8221;.vc_custom_1715925285093{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;border-left-width: 1px !important;border-left-color: #a83b4c !important;border-left-style: solid !important;border-right-color: #a83b4c !important;border-right-style: solid !important;border-top-color: #a83b4c !important;border-top-style: solid !important;border-bottom-color: #a83b4c !important;border-bottom-style: solid !important;border-radius: 5px !important;}&#8221;][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]Dr. Shankar Dhaka (<a href=\"https:\/\/www.jaipurgastro.com\/\"><strong>Gastro Doctor in Jaipur<\/strong><\/a>) stands as a prominent figure in the medical landscape of Jaipur, renowned for his expertise in gastroenterology. With a focus on therapeutic endoscopy, ERCP, menometry &amp; PH metry, and pancreatitis management, he exemplifies a commitment to advanced techniques and patient care. Dr. Dhaka&#8217;s proficiency extends to capsule endoscopy, a vital tool in diagnosing gastrointestinal disorders, along with specialized skills in <a href=\"https:\/\/www.jaipurgastro.com\/acute-liver-failure-treatment\/\">Acute Liver Failure Treatment in Jaipur<\/a> &amp; cirrhosis management. His adeptness in addressing GI obstructions through placement procedures underscores his dedication to resolving complex issues. Moreover, his comprehensive approach encompasses the management of inflammatory bowel disease (IBD), particularly ulcerative colitis, showcasing his holistic approach to gastroenterological care.[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_tta_tabs alignment=&#8221;center&#8221; active_section=&#8221;1&#8243;][vc_tta_section title=&#8221;Education &amp; Qulification&#8221; tab_id=&#8221;1715925340137-78f1d988-7afa&#8221;]\r<!-- list -->\r<div class=\"radiantthemes-list rt644143009 element-one    \" >\n<ul>\n<li>DM \u2013 Gastroenterology \u2013 Sanjay Gandhi Post Graduate Institute of Medical Sciences, (SGPGI)<\/li>\n<li>MD \u2013General Medicine- University College of Medical Sciences &amp; GTB Hospital, University of Delhi<\/li>\n<li>MBBS \u2013 SPMC Medical College, Bikaner, Rajasthan<\/li>\n<\/ul>\n<\/div>\r<!-- list -->\r[\/vc_tta_section][vc_tta_section title=&#8221;Association &amp; Working Experience&#8221; tab_id=&#8221;1715925340138-cea56cd7-4f5e&#8221;]\r<!-- list -->\r<div class=\"radiantthemes-list rt3355726744 element-one    \" >\n<ul>\n<li>Currently, working as Consultant in Gastroenterology and Liver Diseases, Manipal Hospital, Jaipur<\/li>\n<li>Consultant &amp; Director in Gastroenterology and Liver Diseases, Jaipur Gastro &amp; Dental care, Jaipur<\/li>\n<\/ul>\n<\/div>\r<!-- list -->\r[\/vc_tta_section][vc_tta_section title=&#8221;Field of Expertise&#8221; tab_id=&#8221;1715925381732-2e126995-42e5&#8243;]\r<!-- list -->\r<div class=\"radiantthemes-list rt2413333807 element-one    \" >\n<ul>\n<li>Therapeutic Endoscopy<\/li>\n<li>ERCP<\/li>\n<li>Manometry &amp; PH Metry<\/li>\n<li>Pancreatitis Management<\/li>\n<li>Capsule Endoscopy<\/li>\n<li>Liver Failure &amp; Cirrhosis Management<\/li>\n<li>Placement for GI obstruction<\/li>\n<li>IBD (Ulcerative Colitis) Management<\/li>\n<\/ul>\n<\/div>\r<!-- list -->\r[\/vc_tta_section][vc_tta_section title=&#8221;Fellowship &amp; Membership&#8221; tab_id=&#8221;1715925405946-6d1fe06b-2c2c&#8221;]\r<!-- list -->\r<div class=\"radiantthemes-list rt2447293839 element-one    \" >\n<ul>\n<li>Member of Indian National Association for Study of the Liver (INASL)<\/li>\n<li>Member of Indian Society of Gastroenterology (ISG) Member of Society of Gastrointestinal Endoscopy of India (SGEI)<\/li>\n<\/ul>\n<\/div>\r<!-- list -->\r[\/vc_tta_section][\/vc_tta_tabs][\/vc_column][\/vc_row][\/vc_section][vc_section full_width=&#8221;stretch_row_content&#8221; css=&#8221;.vc_custom_1530081105919{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;background-color: #f8f8f8 !important;}&#8221;][vc_row equal_height=&#8221;yes&#8221; css=&#8221;.vc_custom_1575444620246{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;][vc_column css_animation=&#8221;fadeInLeft&#8221; css=&#8221;.vc_custom_1574235010293{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 6px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-top-color: #f8ac95 !important;border-top-style: solid !important;border-bottom-color: #f8ac95 !important;border-bottom-style: solid !important;}&#8221; offset=&#8221;vc_col-lg-4 vc_col-md-4 vc_col-xs-12&#8243;][vc_row_inner css=&#8221;.vc_custom_1576580439665{padding-top: 30px !important;}&#8221;][vc_column_inner width=&#8221;2\/3&#8243;][vc_custom_heading text=&#8221;Best Quality Gastro &amp; Liver Treatments&#8221; font_container=&#8221;tag:h4|font_size:18px|text_align:left|color:%23313131|line_height:24px&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1583991217174{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;}&#8221; el_class=&#8221;font-weight-extrabold&#8221;][vc_custom_heading text=&#8221;Get treatment for wide range of Gastro &amp; Liver diseases by the renowned gastrologist doctor in Jaipur, Dr. Shankar Dhaka&#8221; font_container=&#8221;tag:p|text_align:left&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1765521055882{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 13px !important;padding-right: 0px !important;padding-bottom: 10px !important;}&#8221;][\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243;][vc_single_image image=&#8221;8583&#8243; img_size=&#8221;full&#8221;][\/vc_column_inner][\/vc_row_inner][\/vc_column][vc_column css_animation=&#8221;flipInX&#8221; css=&#8221;.vc_custom_1669369709865{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 6px !important;padding-top: 0px !important;padding-bottom: 0px !important;background-color: #fcfcfc !important;border-top-color: #47abea !important;border-top-style: solid !important;}&#8221; offset=&#8221;vc_col-lg-4 vc_col-md-4 vc_col-xs-12&#8243;][vc_row_inner css=&#8221;.vc_custom_1575445547630{padding-top: 30px !important;}&#8221;][vc_column_inner width=&#8221;2\/3&#8243;][vc_custom_heading text=&#8221;Painless Liver Biopsy&#8221; font_container=&#8221;tag:h4|font_size:18px|text_align:left|color:%23313131|line_height:24px&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1583991226472{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;}&#8221; el_class=&#8221;font-weight-extrabold&#8221;][vc_custom_heading text=&#8221;Our doctor provides the precise liver biopsy for identify the nature of your liver disease. Contact at Jaipurgastro and get painless liver biopsy procedure in Jaipur.&#8221; font_container=&#8221;tag:p|text_align:left&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1769083750458{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 13px !important;padding-right: px !important;padding-bottom: 10px !important;}&#8221; link=&#8221;url:https%3A%2F%2Fwww.jaipurgastro.com%2Fliver-biopsy-procedure%2F|title:%20liver%20biopsy%20procedure%20in%20Jaipur||&#8221;][\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243;][vc_single_image image=&#8221;8586&#8243;][\/vc_column_inner][\/vc_row_inner][\/vc_column][vc_column css_animation=&#8221;fadeInRight&#8221; css=&#8221;.vc_custom_1533721820136{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 6px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-top-color: #f06082 !important;border-top-style: solid !important;}&#8221; offset=&#8221;vc_col-lg-4 vc_col-md-4 vc_col-xs-12&#8243;][vc_row_inner css=&#8221;.vc_custom_1575445565491{padding-top: 30px !important;}&#8221;][vc_column_inner width=&#8221;2\/3&#8243;][vc_custom_heading text=&#8221;Latest Technology and Equipments For Treatment&#8221; font_container=&#8221;tag:h4|font_size:18px|text_align:left|color:%23313131|line_height:24px&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1583991236098{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;}&#8221; el_class=&#8221;font-weight-extrabold&#8221;][vc_custom_heading text=&#8221;At JaipurGastro, we take the use of advanced medical technology to provide you the effective &amp; best treatment for your diseases.&#8221; font_container=&#8221;tag:p|text_align:left&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1756730073317{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 13px !important;padding-right: 0px !important;padding-bottom: 10px !important;}&#8221;][\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243;][vc_single_image image=&#8221;8585&#8243; img_size=&#8221;full&#8221;][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][\/vc_section][vc_section css=&#8221;.vc_custom_1715921908685{padding-top: 50px !important;padding-bottom: 50px !important;}&#8221;][vc_row][vc_column][vc_custom_heading text=&#8221;Condition Treated By Senior Gastroenterologist in Jaipur \u2013 Dr. Shankar Dhaka&#8221; font_container=&#8221;tag:h1|font_size:32px|text_align:center&#8221; use_theme_fonts=&#8221;yes&#8221; css_animation=&#8221;fadeInUp&#8221; css=&#8221;.vc_custom_1769080280148{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;][vc_custom_heading text=&#8221;A Senior Gastroenterologist in Jaipur \u2013 Dr. Shankar Dhaka specializes in diagnosing and treating a wide range of digestive, liver, pancreas, and gastrointestinal disorders. Below are some common conditions managed with advanced gastro and liver care treatments.&#8221; font_container=&#8221;tag:p|text_align:center|color:%23434343&#8243; use_theme_fonts=&#8221;yes&#8221; css_animation=&#8221;fadeInUp&#8221; css=&#8221;.vc_custom_1779879965082{margin-top: 20px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1715922768977{margin-top: 20px !important;}&#8221; el_class=&#8221;row-box&#8221;][vc_column width=&#8221;1\/4&#8243; el_class=&#8221;condition-card&#8221;][vc_single_image image=&#8221;9852&#8243; alignment=&#8221;center&#8221; css=&#8221;.vc_custom_1715922255422{margin-bottom: 15px !important;}&#8221;][vc_custom_heading text=&#8221;Gastroesophageal reflux disease (GERD)&#8221; font_container=&#8221;tag:h4|font_size:16px|text_align:center|color:%23193a5e|line_height:30px&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1715927823610{margin-top: 0px !important;margin-bottom: 10px !important;padding-top: 10px !important;padding-bottom: 0px !important;}&#8221;][vc_column_text css=&#8221;.vc_custom_1715922433253{margin-bottom: 0px !important;}&#8221;]<\/p>\n<p style=\"text-align: center;\">Characterized by acid reflux from the stomach into the esophagus, causing heartburn and other symptoms.<\/p>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/4&#8243; el_class=&#8221;condition-card&#8221;][vc_single_image image=&#8221;9854&#8243; alignment=&#8221;center&#8221; css=&#8221;.vc_custom_1715923430243{margin-bottom: 15px !important;}&#8221;][vc_custom_heading text=&#8221;Peptic ulcer disease&#8221; font_container=&#8221;tag:h4|font_size:16px|text_align:center|color:%23193a5e|line_height:30px&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1715927834348{margin-top: 0px !important;margin-bottom: 10px !important;padding-top: 10px !important;padding-bottom: 0px !important;}&#8221;][vc_column_text css=&#8221;.vc_custom_1715922675235{margin-bottom: 0px !important;}&#8221;]<\/p>\n<p style=\"text-align: center;\">Ulcers in the stomach or duodenum, often caused by H. pylori infection or NSAID use.<\/p>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/4&#8243; el_class=&#8221;condition-card&#8221;][vc_single_image image=&#8221;9855&#8243; alignment=&#8221;center&#8221; css=&#8221;.vc_custom_1715923497424{margin-bottom: 15px !important;}&#8221;][vc_custom_heading text=&#8221;Inflammatory bowel disease (IBD)&#8221; font_container=&#8221;tag:h4|font_size:16px|text_align:center|color:%23193a5e|line_height:30px&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1715927848727{margin-top: 0px !important;margin-bottom: 10px !important;padding-top: 10px !important;padding-bottom: 0px !important;}&#8221;][vc_column_text css=&#8221;.vc_custom_1715922700234{margin-bottom: 0px !important;}&#8221;]<\/p>\n<p style=\"text-align: center;\">Including Crohn&#8217;s disease and ulcerative colitis, which cause chronic inflammation of the digestive tract.<\/p>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/4&#8243; el_class=&#8221;condition-card&#8221;][vc_single_image image=&#8221;9856&#8243; alignment=&#8221;center&#8221; css=&#8221;.vc_custom_1715923649954{margin-bottom: 15px !important;}&#8221;][vc_custom_heading text=&#8221;Irritable bowel syndrome (IBS)&#8221; font_container=&#8221;tag:h4|font_size:16px|text_align:center|color:%23193a5e|line_height:30px&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1715927860030{margin-top: 0px !important;margin-bottom: 10px !important;padding-top: 10px !important;padding-bottom: 0px !important;}&#8221;][vc_column_text css=&#8221;.vc_custom_1715922724538{margin-bottom: 0px !important;}&#8221;]<\/p>\n<p style=\"text-align: center;\">A functional disorder of the digestive system characterized by abdominal pain, bloating, and changes in bowel habits.<\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][vc_row el_class=&#8221;row-box&#8221;][vc_column width=&#8221;1\/4&#8243; el_class=&#8221;condition-card&#8221;][vc_single_image image=&#8221;9857&#8243; alignment=&#8221;center&#8221; css=&#8221;.vc_custom_1715923743393{margin-bottom: 15px !important;}&#8221;][vc_custom_heading text=&#8221;Gastrointestinal infections&#8221; font_container=&#8221;tag:h4|font_size:18px|text_align:center|color:%23193a5e|line_height:30px&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1715922844135{margin-top: 0px !important;margin-bottom: 10px !important;padding-top: 10px !important;padding-bottom: 0px !important;}&#8221;][vc_column_text css=&#8221;.vc_custom_1715922967682{margin-bottom: 0px !important;}&#8221;]<\/p>\n<p style=\"text-align: center;\"><span style=\"font-weight: 400;\">Such as bacterial or viral gastroenteritis, which cause symptoms like diarrhea, vomiting, and abdominal pain.<\/span><\/p>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/4&#8243; el_class=&#8221;condition-card&#8221;][vc_single_image image=&#8221;9858&#8243; alignment=&#8221;center&#8221; css=&#8221;.vc_custom_1715923798015{margin-bottom: 15px !important;}&#8221;][vc_custom_heading text=&#8221;Gallbladder and biliary tract disorders&#8221; font_container=&#8221;tag:h4|font_size:18px|text_align:center|color:%23193a5e|line_height:30px&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1715922977651{margin-top: 0px !important;margin-bottom: 10px !important;padding-top: 10px !important;padding-bottom: 0px !important;}&#8221;][vc_column_text css=&#8221;.vc_custom_1715922994697{margin-bottom: 0px !important;}&#8221;]<\/p>\n<p style=\"text-align: center;\">Including gallstones, cholecystitis, and bile duct obstruction.<\/p>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/4&#8243; el_class=&#8221;condition-card&#8221;][vc_single_image image=&#8221;9859&#8243; alignment=&#8221;center&#8221; css=&#8221;.vc_custom_1715923849392{margin-bottom: 15px !important;}&#8221;][vc_custom_heading text=&#8221;Liver diseases&#8221; font_container=&#8221;tag:h4|font_size:18px|text_align:center|color:%23193a5e|line_height:30px&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1715923004585{margin-top: 0px !important;margin-bottom: 10px !important;padding-top: 10px !important;padding-bottom: 0px !important;}&#8221;][vc_column_text css=&#8221;.vc_custom_1715923015551{margin-bottom: 0px !important;}&#8221;]<\/p>\n<p style=\"text-align: center;\"><span style=\"font-weight: 400;\">Such as hepatitis, fatty liver disease, cirrhosis, and liver cancer.<\/span><\/p>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/4&#8243; el_class=&#8221;condition-card&#8221;][vc_single_image image=&#8221;9860&#8243; alignment=&#8221;center&#8221; css=&#8221;.vc_custom_1715923915001{margin-bottom: 15px !important;}&#8221;][vc_custom_heading text=&#8221;Pancreatic disorders&#8221; font_container=&#8221;tag:h4|font_size:18px|text_align:center|color:%23193a5e|line_height:30px&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1715923024104{margin-top: 0px !important;margin-bottom: 10px !important;padding-top: 10px !important;padding-bottom: 0px !important;}&#8221;][vc_column_text css=&#8221;.vc_custom_1715923036663{margin-bottom: 0px !important;}&#8221;]<\/p>\n<p style=\"text-align: center;\">Such as pancreatitis, pancreatic cancer, and cystic fibrosis-related pancreatic insufficiency.<\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][\/vc_section][vc_section full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1576584543678{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;background-color: #f0eddc !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221;][vc_row][vc_column][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; css=&#8221;.vc_custom_1576588076007{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 10px !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}&#8221;][vc_column width=&#8221;1\/3&#8243; css=&#8221;.vc_custom_1576582955483{padding-top: 10px !important;padding-right: 10px !important;padding-bottom: 10px !important;padding-left: 10px !important;border-radius: 10px !important;}&#8221;][vc_single_image image=&#8221;8603&#8243; alignment=&#8221;center&#8221; style=&#8221;vc_box_border_circle&#8221; css=&#8221;.vc_custom_1576588176541{margin-bottom: 10px !important;padding-top: 15px !important;}&#8221;][vc_custom_heading text=&#8221;Dr. Shankar Dhaka&#8221; font_container=&#8221;tag:h3|font_size:28|text_align:center&#8221; use_theme_fonts=&#8221;yes&#8221;][vc_custom_heading text=&#8221;DM \u2013 Gastroenterologist, Hepatologist &amp; Endoscopist&#8221; font_container=&#8221;tag:p|font_size:20|text_align:center&#8221; use_theme_fonts=&#8221;yes&#8221;][vc_raw_html]JTIwJTNDYSUyMGNsYXNzJTNEJTIyYnRuJTIwZG9jdG9yLXZpZXctcHJvZmlsZSUyMiUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnd3dy5qYWlwdXJnYXN0cm8uY29tJTJGZHItc2hhbmthci1kaGFrYSUyRiUyMiUzRVZpZXclMjBQcm9maWxlJTNDJTJGYSUzRQ==[\/vc_raw_html][\/vc_column][vc_column width=&#8221;1\/3&#8243; css=&#8221;.vc_custom_1576584180918{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-radius: 10px !important;}&#8221;][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJhc3NvY2lhdGUtYm94JTIyJTNFJTBBJTNDc3BhbiUyMHN0eWxlJTNEJTIyY29sb3IlM0ElMjMxMzdiYmYlMjAlMjFpbXBvcnRhbnQlMjIlMjBjbGFzcyUzRCUyMiUyMHZjX2ljb25fZWxlbWVudC1pY29uJTIwZmElMjBmYS1oYW5kc2hha2UtbyUyMiUzRSUzQyUyRnNwYW4lM0UlMEElM0NwJTIwc3R5bGUlM0QlMjJmb250LXNpemUlM0ElMjAyMHB4JTNCY29sb3IlM0ElMjAlMjMxOTNhNWUlM0JsaW5lLWhlaWdodCUzQSUyMDI1cHglM0J0ZXh0LWFsaWduJTNBJTIwY2VudGVyJTIyJTIwY2xhc3MlM0QlMjJ2Y19jdXN0b21faGVhZGluZyUyMiUzRUFzc29jaWF0ZSUyMFdpdGglM0MlMkZwJTNFJTBBJTNDJTJGZGl2JTNF[\/vc_raw_html][vc_raw_html]JTNDcCUyMGNsYXNzJTNEJTIydGV4dC1jZW50ZXIlMjIlM0VBcHBvaW50bWVudCUyMEluZm9ybWF0aW9uJTNDJTJGcCUzRSUwQSUzQ2IlMjBjbGFzcyUzRCUyMnRleHQtY2VudGVyJTIwZGlzcGxheS1ibG9jayUyMiUzRTEwJTNBMDBhbSUyMC0lMjAyJTNBMDBwbSUzQyUyRmIlM0U=[\/vc_raw_html][\/vc_column][vc_column width=&#8221;1\/3&#8243;][vc_single_image image=&#8221;9661&#8243; img_size=&#8221;medium&#8221; alignment=&#8221;center&#8221; style=&#8221;vc_box_border&#8221; css=&#8221;.vc_custom_1715925687646{margin-bottom: 10px !important;border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;border-left-width: 1px !important;border-left-color: #dd5226 !important;border-left-style: solid !important;border-right-color: #dd5226 !important;border-right-style: solid !important;border-top-color: #dd5226 !important;border-top-style: solid !important;border-bottom-color: #dd5226 !important;border-bottom-style: solid !important;}&#8221;][vc_column_text]<\/p>\n<h5 style=\"text-align: center;\"><strong><a href=\"https:\/\/www.manipalhospitals.com\/jaipur\/doctors\/shankar-lal-jat-consultant-gastroenterology\/\">Manipal Hospital Jaipur<\/a><\/strong><\/h5>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column css=&#8221;.vc_custom_1756732493463{margin-top: -50px !important;}&#8221;][vc_column_text]<\/p>\n<p style=\"text-align: center;\">Dr. Shankar Dhaka is a highly skilled Gastroenterologist with extensive expertise in diagnosing and treating complex digestive and liver disorders. With more than 10 years of experience, he has successfully managed thousands of cases, providing patients with advanced and compassionate care. Currently, he serves as the Senior Consultant and Head of the Gastroenterology Department at Manipal Hospital, Jaipur. Book a consultation with Dr. Shankar Dhaka today to begin your journey toward better digestive health.<\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][\/vc_section][vc_section content_placement=&#8221;top&#8221; css=&#8221;.vc_custom_1715939419637{padding-top: 30px !important;padding-bottom: 30px !important;}&#8221; el_class=&#8221;gastro-treatment-section remove-treatment-img&#8221;][vc_row css=&#8221;.vc_custom_1530091806947{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;][vc_column offset=&#8221;vc_col-lg-2 vc_col-md-2 vc_col-xs-12&#8243;][\/vc_column][vc_column css=&#8221;.vc_custom_1533032951298{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221; offset=&#8221;vc_col-lg-8 vc_col-md-8 vc_col-xs-12&#8243;][vc_custom_heading text=&#8221;Specialized Gastroenterology Services in Jaipur&#8221; font_container=&#8221;tag:h2|font_size:32px|text_align:center&#8221; use_theme_fonts=&#8221;yes&#8221; css_animation=&#8221;fadeInUp&#8221; css=&#8221;.vc_custom_1769083580728{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;][\/vc_column][vc_column offset=&#8221;vc_col-lg-2 vc_col-md-2 vc_col-xs-12&#8243;][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1530091806947{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;][vc_column offset=&#8221;vc_col-lg-1 vc_col-md-1 vc_col-xs-12&#8243;][\/vc_column][vc_column css=&#8221;.vc_custom_1530093961396{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221; offset=&#8221;vc_col-lg-10 vc_col-md-10 vc_col-xs-12&#8243;][vc_custom_heading text=&#8221;Dr. Shankar Dhaka provides advanced and personalized treatment for a wide range of abdominal and gastro-related diseases with clinical expertise. He specializes in managing complex digestive and liver disorders using evidence-based and modern diagnostic approaches.<br \/>\nHis expertise includes Ascites, Endoscopic Biopsy, Acute Liver Failure, Gastroenteritis, Jaundice, Hepatitis B, Liver Cirrhosis, Variceal Bleeding, Indigestion, and Liver Cancer Treatment, ensuring comprehensive care for both acute and chronic conditions.&#8221; font_container=&#8221;tag:p|text_align:center|color:%23434343&#8243; use_theme_fonts=&#8221;yes&#8221; css_animation=&#8221;fadeInUp&#8221; css=&#8221;.vc_custom_1783339426238{margin-top: 20px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;][\/vc_column][vc_column offset=&#8221;vc_col-lg-1 vc_col-md-1 vc_col-xs-12&#8243;][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]<div class='white' style='background:rgba(0,0,0,0); border:solid 0px rgba(0,0,0,0); border-radius:0px; padding:0px 0px 0px 0px;'>\n<div id='slider_9882' class='owl-carousel sa_owl_theme owl-pagination-true autohide-arrows' data-slider-id='slider_9882' style='visibility:hidden;'>\n<div id='slider_9882_slide01' class='sa_hover_container' style='padding:5% 6%; margin:0px 0%; '><div class=\"treatment-card\">\r\n<div class=\"image\"><img decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2024\/05\/gastroenteritis.webp\" alt=\"Gastroenteritis \" \/><\/div>\r\n<div class=\"content\">\r\n<h4>Gastroenteritis<\/h4>\r\n<p>Receive expert treatment for gastroenteritis in Jaipur from Dr. Shankar Dhaka, ensuring comprehensive care and effective management of symptoms.<\/p>\r\n<a href=\"https:\/\/www.jaipurgastro.com\/gastroenteritis-treatment\/\">Explore Treatment<\/a><\/div>\r\n<\/div><\/div>\n<div id='slider_9882_slide02' class='sa_hover_container' style='padding:5% 6%; margin:0px 0%; '><div class=\"treatment-card\">\r\n<div class=\"image\"><img decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2024\/05\/pancreatitis.webp\" alt=\"Pancreatitis\" \/><\/div>\r\n<div class=\"content\">\r\n<h4>Pancreatitis<\/h4>\r\n<p>Receive expert treatment for pancreatitis in Jaipur from Dr. Shankar Dhaka, renowned for his expertise in managing pancreatic disorders.<\/p>\r\n<a href=\"https:\/\/www.jaipurgastro.com\/pancreatitis-treatment\/\">Explore Treatment<\/a><\/div>\r\n<\/div><\/div>\n<div id='slider_9882_slide03' class='sa_hover_container' style='padding:5% 6%; margin:0px 0%; '><div class=\"treatment-card\">\r\n<div class=\"image\"><img decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2024\/05\/hematemesis.webp\" alt=\"Hematemesis\" \/><\/div>\r\n<div class=\"content\">\r\n<h4>Hematemesis<\/h4>\r\n<p>Dr. Shankar Dhaka provides advanced liver biopsy treatment in Jaipur, offering precise diagnosis and personalized care for liver conditions.<\/p>\r\n<a href=\"https:\/\/www.jaipurgastro.com\/hematemesis-treatment\/\">Explore Treatment<\/a><\/div>\r\n<\/div><\/div>\n<div id='slider_9882_slide04' class='sa_hover_container' style='padding:5% 6%; margin:0px 0%; '><div class=\"treatment-card\">\r\n<div class=\"image\"><img decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2024\/05\/ulcer-bleeding.webp\" alt=\"Ulcer Bleeding\" \/><\/div>\r\n<div class=\"content\">\r\n<h4>Ulcer Bleeding<\/h4>\r\n<p>Receive expert ulcer bleeding treatment in Jaipur from Dr. Shankar Dhaka, renowned for his comprehensive care and advanced interventions.<\/p>\r\n<a href=\"https:\/\/www.jaipurgastro.com\/ulcer-bleeding-treatment\/\">Explore Treatment<\/a><\/div>\r\n<\/div><\/div>\n<div id='slider_9882_slide05' class='sa_hover_container' style='padding:5% 6%; margin:0px 0%; '><div class=\"treatment-card\">\r\n<div class=\"image\"><img decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2024\/05\/endoscopic-biopsy.webp\" alt=\"Endoscopic Biopsy\" \/><\/div>\r\n<div class=\"content\">\r\n<h4>Endoscopic Biopsy<\/h4>\r\n<p>Experience precise endoscopic biopsy treatment in Jaipur with Dr. Shankar Dhaka, a skilled specialist renowned for his expertise in diagnosing and treating gastrointestinal conditions.<\/p>\r\n<a href=\"https:\/\/www.jaipurgastro.com\/endoscopic-biopsy-treatment\/\">Explore Treatment<\/a><\/div>\r\n<\/div><\/div>\n<div id='slider_9882_slide06' class='sa_hover_container' style='padding:5% 6%; margin:0px 0%; '><div class=\"treatment-card\">\r\n<div class=\"image\"><img decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2024\/05\/variceal-bleeding.webp\" alt=\"Variceal Bleeding\" \/><\/div>\r\n<div class=\"content\">\r\n<h4>Variceal Bleeding<\/h4>\r\n<p>Dr. Shankar Dhaka offers advanced variceal bleeding treatment in Jaipur, employing cutting-edge techniques to effectively manage and prevent complications.<\/p>\r\n<\/div>\r\n<\/div><\/div>\n<\/div>\n<\/div>\n<script type='text\/javascript'>\n\tjQuery(document).ready(function() {\n\t\tjQuery('#slider_9882').owlCarousel({\n\t\t\tresponsive:{\n\t\t\t\t0:{ items:1 },\n\t\t\t\t480:{ items:1 },\n\t\t\t\t768:{ items:2 },\n\t\t\t\t980:{ items:2 },\n\t\t\t\t1200:{ items:3 },\n\t\t\t\t1500:{ items:3 }\n\t\t\t},\n\t\t\tautoplay : true,\n\t\t\tautoplayTimeout : 2000,\n\t\t\tautoplayHoverPause : true,\n\t\t\tsmartSpeed : 100,\n\t\t\tfluidSpeed : 100,\n\t\t\tautoplaySpeed : 100,\n\t\t\tnavSpeed : 100,\n\t\t\tdotsSpeed : 100,\n\t\t\tloop : true,\n\t\t\tnav : false,\n\t\t\tnavText : ['Previous','Next'],\n\t\t\tdots : true,\n\t\t\tresponsiveRefreshRate : 200,\n\t\t\tslideBy : 1,\n\t\t\tmergeFit : true,\n\t\t\tautoHeight : true,\n\t\t\tmouseDrag : true,\n\t\t\ttouchDrag : true\n\t\t});\n\t\tjQuery('#slider_9882').css('visibility', 'visible');\n\t\tsa_resize_slider_9882();\n\t\twindow.addEventListener('resize', sa_resize_slider_9882);\n\t\tfunction sa_resize_slider_9882() {\n\t\t\tvar min_height = '50';\n\t\t\tvar win_width = jQuery(window).width();\n\t\t\tvar slider_width = jQuery('#slider_9882').width();\n\t\t\tif (win_width < 480) {\n\t\t\t\tvar slide_width = slider_width \/ 1;\n\t\t\t} else if (win_width < 768) {\n\t\t\t\tvar slide_width = slider_width \/ 1;\n\t\t\t} else if (win_width < 980) {\n\t\t\t\tvar slide_width = slider_width \/ 2;\n\t\t\t} else if (win_width < 1200) {\n\t\t\t\tvar slide_width = slider_width \/ 2;\n\t\t\t} else if (win_width < 1500) {\n\t\t\t\tvar slide_width = slider_width \/ 3;\n\t\t\t} else {\n\t\t\t\tvar slide_width = slider_width \/ 3;\n\t\t\t}\n\t\t\tslide_width = Math.round(slide_width);\n\t\t\tvar slide_height = '0';\n\t\t\tif (min_height == 'aspect43') {\n\t\t\t\tslide_height = (slide_width \/ 4) * 3;\t\t\t\tslide_height = Math.round(slide_height);\n\t\t\t} else if (min_height == 'aspect169') {\n\t\t\t\tslide_height = (slide_width \/ 16) * 9;\t\t\t\tslide_height = Math.round(slide_height);\n\t\t\t} else {\n\t\t\t\tslide_height = (slide_width \/ 100) * min_height;\t\t\t\tslide_height = Math.round(slide_height);\n\t\t\t}\n\t\t\tjQuery('#slider_9882 .owl-item .sa_hover_container').css('min-height', slide_height+'px');\n\t\t}\n\t\tvar owl_goto = jQuery('#slider_9882');\n\t\tjQuery('.slider_9882_goto1').click(function(event){\n\t\t\towl_goto.trigger('to.owl.carousel', 0);\n\t\t});\n\t\tjQuery('.slider_9882_goto2').click(function(event){\n\t\t\towl_goto.trigger('to.owl.carousel', 1);\n\t\t});\n\t\tjQuery('.slider_9882_goto3').click(function(event){\n\t\t\towl_goto.trigger('to.owl.carousel', 2);\n\t\t});\n\t\tjQuery('.slider_9882_goto4').click(function(event){\n\t\t\towl_goto.trigger('to.owl.carousel', 3);\n\t\t});\n\t\tjQuery('.slider_9882_goto5').click(function(event){\n\t\t\towl_goto.trigger('to.owl.carousel', 4);\n\t\t});\n\t\tjQuery('.slider_9882_goto6').click(function(event){\n\t\t\towl_goto.trigger('to.owl.carousel', 5);\n\t\t});\n\t\tvar resize_9882 = jQuery('.owl-carousel');\n\t\tresize_9882.on('initialized.owl.carousel', function(e) {\n\t\t\tif (typeof(Event) === 'function') {\n\t\t\t\twindow.dispatchEvent(new Event('resize'));\n\t\t\t} else {\n\t\t\t\tvar evt = window.document.createEvent('UIEvents');\n\t\t\t\tevt.initUIEvent('resize', true, false, window, 0);\n\t\t\t\twindow.dispatchEvent(evt);\n\t\t\t}\n\t\t});\n\t});\n<\/script>\n[\/vc_column_text][\/vc_column][\/vc_row][\/vc_section][vc_section full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1715929216625{border-top-width: 1px !important;padding-top: 50px !important;padding-bottom: 50px !important;border-top-color: #dddddd !important;border-top-style: solid !important;}&#8221;][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1574680994410{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;][vc_column css=&#8221;.vc_custom_1530094922458{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221; offset=&#8221;vc_col-lg-3 vc_col-md-3 vc_col-xs-12&#8243;][\/vc_column][vc_column css=&#8221;.vc_custom_1530094941417{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221; offset=&#8221;vc_col-lg-6 vc_col-md-6 vc_col-xs-12&#8243;][vc_row_inner css=&#8221;.vc_custom_1530094983300{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;][vc_column_inner width=&#8221;1\/12&#8243;][\/vc_column_inner][vc_column_inner width=&#8221;5\/6&#8243; css=&#8221;.vc_custom_1756730347028{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}&#8221;][vc_custom_heading text=&#8221;Expert Liver Treatment by Gastroenteritis Specialist in Jaipur&#8221; font_container=&#8221;tag:h2|font_size:32px|text_align:center&#8221; use_theme_fonts=&#8221;yes&#8221; css_animation=&#8221;fadeInUp&#8221; css=&#8221;.vc_custom_1765521318048{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 34px !important;padding-bottom: 0px !important;background-image: url(https:\/\/www.jaipurgastro.com\/\/wp-content\/uploads\/2019\/11\/liver-bg.png?id=8357) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}&#8221;][\/vc_column_inner][vc_column_inner width=&#8221;1\/12&#8243;][\/vc_column_inner][\/vc_row_inner][\/vc_column][vc_column offset=&#8221;vc_col-lg-3 vc_col-md-3 vc_col-xs-12&#8243;][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1530091806947{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;][vc_column offset=&#8221;vc_col-lg-1 vc_col-md-1 vc_col-xs-12&#8243;][\/vc_column][vc_column css=&#8221;.vc_custom_1530093961396{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221; offset=&#8221;vc_col-lg-10 vc_col-md-10 vc_col-xs-12&#8243;][vc_custom_heading text=&#8221;Dr. Shankar Dhaka (Best liver specialist in Jaipur) provides you with the right treatment for your liver related disease with ultimate care. Dr. Shankar Dhaka has excellence in treating a wide range of digestive diseases such as.&#8221; font_container=&#8221;tag:p|text_align:center|color:%23434343&#8243; use_theme_fonts=&#8221;yes&#8221; css_animation=&#8221;fadeInUp&#8221; css=&#8221;.vc_custom_1769082645475{margin-top: 20px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221; link=&#8221;url:https%3A%2F%2Fwww.jaipurgastro.com%2Fliver-specialist-in-jaipur%2F|title:Best%20liver%20specialist%20in%20Jaipur||&#8221;][\/vc_column][vc_column offset=&#8221;vc_col-lg-1 vc_col-md-1 vc_col-xs-12&#8243;][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]<div class='white' style='background:rgba(0,0,0,0); border:solid 0px rgba(0,0,0,0); border-radius:0px; padding:0px 0px 0px 0px;'>\n<div id='slider_9875' class='owl-carousel sa_owl_theme owl-pagination-true autohide-arrows' data-slider-id='slider_9875' style='visibility:hidden;'>\n<div id='slider_9875_slide01' class='sa_hover_container' style='padding:5% 6%; margin:0px 0%; '><div class=\"treatment-card\">\r\n<div class=\"image\"><img decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2024\/05\/acute-liver-failure.webp\" alt=\"Acute Liver Failure\" \/><\/div>\r\n<div class=\"content\">\r\n<h4>Acute Liver Failure<\/h4>\r\n<p>Get expert treatment for acute liver failure in Jaipur. Dr. Shankar Dhaka offers comprehensive care and personalized treatment plans to address this critical condition effectively.<\/p>\r\n<a href=\"https:\/\/www.jaipurgastro.com\/acute-liver-failure-treatment\/\">Explore Treatment<\/a><\/div>\r\n<\/div><\/div>\n<div id='slider_9875_slide02' class='sa_hover_container' style='padding:5% 6%; margin:0px 0%; '><div class=\"treatment-card\">\r\n<div class=\"image\"><img decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2024\/05\/liver-cirrhosis.webp\" alt=\"Liver Cirrhosis\" \/><\/div>\r\n<div class=\"content\">\r\n<h4>Liver Cirrhosis<\/h4>\r\n<p>Dr. Shankar Dhaka offers expert liver cirrhosis treatment in Jaipur, providing personalized care and innovative therapies to improve patients' liver health.<\/p>\r\n<a href=\"https:\/\/www.jaipurgastro.com\/liver-cirrhosis-treatment\/\">Explore Treatment<\/a><\/div>\r\n<\/div><\/div>\n<div id='slider_9875_slide03' class='sa_hover_container' style='padding:5% 6%; margin:0px 0%; '><div class=\"treatment-card\">\r\n<div class=\"image\"><img decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2024\/05\/liver-cancer.webp\" alt=\"Liver Cancer\" \/><\/div>\r\n<div class=\"content\">\r\n<h4>Liver Cancer<\/h4>\r\n<p>Get top-notch liver cancer treatment in Jaipur from Dr. Shankar Dhaka, a skilled specialist with extensive experience and a compassionate approach.<\/p>\r\n<a href=\"https:\/\/www.jaipurgastro.com\/liver-cancer-treatment-in-jaipur\/\">Explore Treatment<\/a><\/div>\r\n<\/div><\/div>\n<div id='slider_9875_slide04' class='sa_hover_container' style='padding:5% 6%; margin:0px 0%; '><div class=\"treatment-card\">\r\n<div class=\"image\"><img decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2024\/05\/hepatitis-b.webp\" alt=\"Hepatitis B\" \/><\/div>\r\n<div class=\"content\">\r\n<h4>Hepatitis B<\/h4>\r\n<p>Receive top-notch treatment for Hepatitis B in Jaipur from Dr. Shankar Dhaka, a renowned specialist in the field, offering personalized care and advanced medical solutions.<\/p>\r\n<a href=\"https:\/\/www.jaipurgastro.com\/hepatitis-b-treatment-in-jaipur\/\">Explore Treatment<\/a><\/div>\r\n<\/div><\/div>\n<div id='slider_9875_slide05' class='sa_hover_container' style='padding:5% 6%; margin:0px 0%; '><div class=\"treatment-card\">\r\n<div class=\"image\"><img decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2024\/05\/liver-biopsy.webp\" alt=\"Ascites \" \/><\/div>\r\n<div class=\"content\">\r\n<h4>Ascites<\/h4>\r\n<p>Get expert treatment for ascites in Jaipur from Dr. Shankar Dhaka, renowned for his specialized care and advanced medical interventions.<\/p>\r\n<a href=\"https:\/\/www.jaipurgastro.com\/ascites-treatment-in-jaipur\/\">Explore Treatment<\/a><\/div>\r\n<\/div><\/div>\n<div id='slider_9875_slide06' class='sa_hover_container' style='padding:5% 6%; margin:0px 0%; '><div class=\"treatment-card\">\r\n<div class=\"image\"><img decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2024\/05\/ascites.webp\" alt=\"Liver Biopsy\" \/><\/div>\r\n<div class=\"content\">\r\n<h4>Liver Biopsy<\/h4>\r\n<p>Dr. Shankar Dhaka provides advanced liver biopsy treatment in Jaipur, offering precise diagnosis and personalized care for liver conditions.<\/p>\r\n<a href=\"https:\/\/www.jaipurgastro.com\/liver-biopsy-procedure\/\">Explore Treatment<\/a><\/div>\r\n<\/div><\/div>\n<\/div>\n<\/div>\n<script type='text\/javascript'>\n\tjQuery(document).ready(function() {\n\t\tjQuery('#slider_9875').owlCarousel({\n\t\t\tresponsive:{\n\t\t\t\t0:{ items:1 },\n\t\t\t\t480:{ items:1 },\n\t\t\t\t768:{ items:2 },\n\t\t\t\t980:{ items:2 },\n\t\t\t\t1200:{ items:3 },\n\t\t\t\t1500:{ items:3 }\n\t\t\t},\n\t\t\tautoplay : true,\n\t\t\tautoplayTimeout : 2000,\n\t\t\tautoplayHoverPause : true,\n\t\t\tsmartSpeed : 100,\n\t\t\tfluidSpeed : 100,\n\t\t\tautoplaySpeed : 100,\n\t\t\tnavSpeed : 100,\n\t\t\tdotsSpeed : 100,\n\t\t\tloop : true,\n\t\t\tnav : false,\n\t\t\tnavText : ['Previous','Next'],\n\t\t\tdots : true,\n\t\t\tresponsiveRefreshRate : 200,\n\t\t\tslideBy : 1,\n\t\t\tmergeFit : true,\n\t\t\tautoHeight : true,\n\t\t\tmouseDrag : true,\n\t\t\ttouchDrag : true\n\t\t});\n\t\tjQuery('#slider_9875').css('visibility', 'visible');\n\t\tsa_resize_slider_9875();\n\t\twindow.addEventListener('resize', sa_resize_slider_9875);\n\t\tfunction sa_resize_slider_9875() {\n\t\t\tvar min_height = '50';\n\t\t\tvar win_width = jQuery(window).width();\n\t\t\tvar slider_width = jQuery('#slider_9875').width();\n\t\t\tif (win_width < 480) {\n\t\t\t\tvar slide_width = slider_width \/ 1;\n\t\t\t} else if (win_width < 768) {\n\t\t\t\tvar slide_width = slider_width \/ 1;\n\t\t\t} else if (win_width < 980) {\n\t\t\t\tvar slide_width = slider_width \/ 2;\n\t\t\t} else if (win_width < 1200) {\n\t\t\t\tvar slide_width = slider_width \/ 2;\n\t\t\t} else if (win_width < 1500) {\n\t\t\t\tvar slide_width = slider_width \/ 3;\n\t\t\t} else {\n\t\t\t\tvar slide_width = slider_width \/ 3;\n\t\t\t}\n\t\t\tslide_width = Math.round(slide_width);\n\t\t\tvar slide_height = '0';\n\t\t\tif (min_height == 'aspect43') {\n\t\t\t\tslide_height = (slide_width \/ 4) * 3;\t\t\t\tslide_height = Math.round(slide_height);\n\t\t\t} else if (min_height == 'aspect169') {\n\t\t\t\tslide_height = (slide_width \/ 16) * 9;\t\t\t\tslide_height = Math.round(slide_height);\n\t\t\t} else {\n\t\t\t\tslide_height = (slide_width \/ 100) * min_height;\t\t\t\tslide_height = Math.round(slide_height);\n\t\t\t}\n\t\t\tjQuery('#slider_9875 .owl-item .sa_hover_container').css('min-height', slide_height+'px');\n\t\t}\n\t\tvar owl_goto = jQuery('#slider_9875');\n\t\tjQuery('.slider_9875_goto1').click(function(event){\n\t\t\towl_goto.trigger('to.owl.carousel', 0);\n\t\t});\n\t\tjQuery('.slider_9875_goto2').click(function(event){\n\t\t\towl_goto.trigger('to.owl.carousel', 1);\n\t\t});\n\t\tjQuery('.slider_9875_goto3').click(function(event){\n\t\t\towl_goto.trigger('to.owl.carousel', 2);\n\t\t});\n\t\tjQuery('.slider_9875_goto4').click(function(event){\n\t\t\towl_goto.trigger('to.owl.carousel', 3);\n\t\t});\n\t\tjQuery('.slider_9875_goto5').click(function(event){\n\t\t\towl_goto.trigger('to.owl.carousel', 4);\n\t\t});\n\t\tjQuery('.slider_9875_goto6').click(function(event){\n\t\t\towl_goto.trigger('to.owl.carousel', 5);\n\t\t});\n\t\tvar resize_9875 = jQuery('.owl-carousel');\n\t\tresize_9875.on('initialized.owl.carousel', function(e) {\n\t\t\tif (typeof(Event) === 'function') {\n\t\t\t\twindow.dispatchEvent(new Event('resize'));\n\t\t\t} else {\n\t\t\t\tvar evt = window.document.createEvent('UIEvents');\n\t\t\t\tevt.initUIEvent('resize', true, false, window, 0);\n\t\t\t\twindow.dispatchEvent(evt);\n\t\t\t}\n\t\t});\n\t});\n<\/script>\n[\/vc_column_text][\/vc_column][\/vc_row][\/vc_section][vc_section full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1715946183593{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 1px !important;border-bottom-width: 1px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #f1f1f1 !important;border-top-color: #e9e9e9 !important;border-top-style: solid !important;border-bottom-color: #e9e9e9 !important;border-bottom-style: solid !important;}&#8221; el_class=&#8221;visit-gastro-section&#8221;][vc_row][vc_column width=&#8221;2\/3&#8243;][vc_custom_heading text=&#8221;About Clinic&#8221; font_container=&#8221;tag:h6|font_size:16px|text_align:left|color:%23a83b4c|line_height:28px&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1715929949160{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;][vc_custom_heading text=&#8221;Visit Our JaipurGastro Clinic \u2013 The Best Gastro Clinic in Jaipur&#8221; font_container=&#8221;tag:h2|font_size:30px|text_align:left|line_height:40px&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1715946200144{margin-top: 0px !important;margin-bottom: 20px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;][vc_column_text]Jaipur Gastro Clinic is a leading center for gastro and liver care in Jaipur, Rajasthan, guided by the expertise of Dr. Shankar Dhaka, a renowned gastroenterologist. Located at Shiv Path, Nemi Nagar Extension, Block A, Vaishali Nagar, Jaipur, Rajasthan 302021, the clinic provides advanced diagnostic facilities and high-quality treatment services for patients. For expert consultation, <a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/symptoms-when-you-should-visit-gastroenterologist\/\"><strong>visit a gastroenterologist<\/strong><\/a> in Jaipur for comprehensive digestive and liver care.[\/vc_column_text][vc_column_text]What sets JaipurGastro Clinic apart is its advanced medical interventions and compassionate staff, prioritizing patient well-being above all. For those in need of gastroenterology care in Jaipur, it stands as a beacon of excellence and reliability.[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/3&#8243;][vc_gallery interval=&#8221;3&#8243; images=&#8221;8524,8522,8521&#8243; img_size=&#8221;full&#8221;][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text css=&#8221;.vc_custom_1715946967021{padding-top: 10px !important;padding-bottom: 20px !important;}&#8221;]<strong>Get Advanced Consultation For:<\/strong>[\/vc_column_text]\r<!-- list -->\r<div class=\"radiantthemes-list rt2430256037 element-one    \" >\n<ul style=\"column-count: 2;\">\n<li>Consultation For Gastro &amp; Liver Related Issues<\/li>\n<li>Consultation For Gastro &amp; Liver cancer Treatment<\/li>\n<\/ul>\n<\/div>\r<!-- list -->\r[\/vc_column][\/vc_row][\/vc_section][vc_section css=&#8221;.vc_custom_1715921908685{padding-top: 50px !important;padding-bottom: 50px !important;}&#8221;][vc_row][vc_column][vc_custom_heading text=&#8221;Modern Facilities for Advanced Gastro &amp; Liver Care&#8221; font_container=&#8221;tag:h2|font_size:32px|text_align:center&#8221; use_theme_fonts=&#8221;yes&#8221; css_animation=&#8221;fadeInUp&#8221; css=&#8221;.vc_custom_1756730311757{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;][vc_custom_heading text=&#8221;Modern gastro and liver care centers are equipped with advanced diagnostic and treatment facilities to manage digestive, liver, pancreas, and gastrointestinal disorders effectively. Patients can expect comprehensive care, modern endoscopy procedures, accurate diagnosis, and personalized treatment under expert medical supervision.&#8221; font_container=&#8221;tag:p|text_align:center|color:%23434343&#8243; use_theme_fonts=&#8221;yes&#8221; css_animation=&#8221;fadeInUp&#8221; css=&#8221;.vc_custom_1779877440573{margin-top: 20px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1715922768977{margin-top: 20px !important;}&#8221; el_class=&#8221;row-box&#8221;][vc_column width=&#8221;1\/4&#8243; el_class=&#8221;condition-card&#8221;][vc_single_image image=&#8221;9871&#8243; alignment=&#8221;center&#8221; css=&#8221;.vc_custom_1715930671427{margin-bottom: 15px !important;}&#8221;][vc_custom_heading text=&#8221;Consultation Rooms&#8221; font_container=&#8221;tag:h4|font_size:16px|text_align:center|color:%23193a5e|line_height:30px&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1715930499230{margin-top: 0px !important;margin-bottom: 10px !important;padding-top: 10px !important;padding-bottom: 0px !important;}&#8221;][vc_column_text css=&#8221;.vc_custom_1765521366769{margin-bottom: 0px !important;}&#8221;]<\/p>\n<p style=\"text-align: center;\">Where you meet with a gastroenteritis specialist in Jaipur &#8211; Dr. Shankar Dhaka or specialists to discuss your symptoms, medical history, and treatment options.<\/p>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/4&#8243; el_class=&#8221;condition-card&#8221;][vc_single_image image=&#8221;9872&#8243; alignment=&#8221;center&#8221; css=&#8221;.vc_custom_1715930730113{margin-bottom: 15px !important;}&#8221;][vc_custom_heading text=&#8221;Diagnostic Services&#8221; font_container=&#8221;tag:h4|font_size:16px|text_align:center|color:%23193a5e|line_height:30px&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1715930532693{margin-top: 0px !important;margin-bottom: 10px !important;padding-top: 10px !important;padding-bottom: 0px !important;}&#8221;][vc_column_text css=&#8221;.vc_custom_1715930546099{margin-bottom: 0px !important;}&#8221;]<\/p>\n<p style=\"text-align: center;\">This might include various tests and procedures such as endoscopy (upper GI endoscopy or colonoscopy), imaging studies like CT scans or MRI, and laboratory tests such as blood tests or stool tests.<\/p>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/4&#8243; el_class=&#8221;condition-card&#8221;][vc_single_image image=&#8221;9873&#8243; alignment=&#8221;center&#8221; css=&#8221;.vc_custom_1715930785471{margin-bottom: 15px !important;}&#8221;][vc_custom_heading text=&#8221;Counseling Services&#8221; font_container=&#8221;tag:h4|font_size:16px|text_align:center|color:%23193a5e|line_height:30px&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1715930559116{margin-top: 0px !important;margin-bottom: 10px !important;padding-top: 10px !important;padding-bottom: 0px !important;}&#8221;][vc_column_text css=&#8221;.vc_custom_1715930576915{margin-bottom: 0px !important;}&#8221;]<\/p>\n<p style=\"text-align: center;\">Dieticians or nutritionists may be available to provide guidance on dietary changes to manage gastrointestinal conditions.<\/p>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/4&#8243; el_class=&#8221;condition-card&#8221;][vc_single_image image=&#8221;9874&#8243; alignment=&#8221;center&#8221; css=&#8221;.vc_custom_1715930866134{margin-bottom: 15px !important;}&#8221;][vc_custom_heading text=&#8221;Follow-up Care&#8221; font_container=&#8221;tag:h4|font_size:16px|text_align:center|color:%23193a5e|line_height:30px&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1715930587619{margin-top: 0px !important;margin-bottom: 10px !important;padding-top: 10px !important;padding-bottom: 0px !important;}&#8221;][vc_column_text css=&#8221;.vc_custom_1715930601810{margin-bottom: 0px !important;}&#8221;]<\/p>\n<p style=\"text-align: center;\">The clinic may offer follow-up appointments to monitor your progress and adjust your treatment plan as needed.<\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][\/vc_section][vc_section full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1715946756704{border-top-width: 1px !important;border-bottom-width: 1px !important;padding-top: 50px !important;padding-bottom: 50px !important;border-top-color: #dddddd !important;border-top-style: solid !important;border-bottom-color: #dddddd !important;border-bottom-style: solid !important;}&#8221;][vc_row][vc_column][vc_custom_heading text=&#8221;Patient\u2019s Feedback&#8221; font_container=&#8221;tag:h2|font_size:32px|text_align:center&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1756732148343{margin-bottom: 20px !important;}&#8221;][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]<div class='white' style='background:rgba(0,0,0,0); border:solid 0px rgba(0,0,0,0); border-radius:0px; padding:0px 0px 0px 0px;'>\n<div id='slider_9892' class='owl-carousel sa_owl_theme owl-pagination-true autohide-arrows' data-slider-id='slider_9892' style='visibility:hidden;'>\n<div id='slider_9892_slide01' class='sa_hover_container' style='padding:5% 5%; margin:0px 0%; '><div class=\"testimonial-items\">\r\n<h4>deepak Yadav<\/h4>\r\n<p>I\u2019ll keep this simple. Dr. Shankar Dhaka is the best Dr I\u2019ve ever had by a long shot. I actually look forward to my visits. I always leave feeling so much better in every way. I\u2019ll never use anyone else for me and my family. If you need a great Dr to help you with your health and wellness do yourself a favor and meet this man. He is best gastroenterologist in Jaipur.<\/p>\r\n<\/div><\/div>\n<div id='slider_9892_slide02' class='sa_hover_container' style='padding:5% 5%; margin:0px 0%; '><div class=\"testimonial-items\">\r\n<h4>Ajay Sharma<\/h4>\r\n<p>Dr Shankar Dhaka has provided best of consultation for my wife\u2019s gastric issues and stomach ulcers. He has been like a god to us because we were almost tired of trying every gastric remedy and doctor in the city but the healing was not at all happening. Dr Dhaka had advised completely new courses of medication after proper Dignostic and now we have 100% relief. Can\u2019t thank enough in words! Just amazing doctor !<\/p>\r\n<\/div><\/div>\n<div id='slider_9892_slide03' class='sa_hover_container' style='padding:5% 5%; margin:0px 0%; '><div class=\"testimonial-items\">\r\n<h4>Shankar Nitharwal<\/h4>\r\n<p>The services that I receive from dr shankar dhaka is excellent. dr shankar dhaka and the staff are friendly and ensure that I am properly informed about my health and care. I would have no qualms in recommending them to friendly and friends.<\/p>\r\n<\/div><\/div>\n<div id='slider_9892_slide04' class='sa_hover_container' style='padding:5% 5%; margin:0px 0%; '><div class=\"testimonial-items\">\r\n<h4>Dr Vinay Purohit<\/h4>\r\n<p>In today's world of commercialization, it's very hard to find such an \"affordable hospital\" with \"world class treatment\" and yet down to earth faculty. Doctors and staff are full of empathy and caring attitude towards patients here. Thank you Dr Shankar who has supported patients like his family. Rajasthan is luckier than neighboring states to have this team of drs. I wish them best wishes. Keep doing best job! Highly recommended!!!!!<\/p>\r\n<\/div><\/div>\n<div id='slider_9892_slide05' class='sa_hover_container' style='padding:5% 5%; margin:0px 0%; '><div class=\"testimonial-items\">\r\n<h4>Kuldeep Singh Rao<\/h4>\r\n<p>Best Gastroenterologist in Jaipur,Very good behaviour with patients and understand properly patient query .I am very satisfy ..my personally suggestion if you are suffering any kind of liver and gastro disease please visit to Dr Shankar Dhaka clinic.<\/p>\r\n<\/div><\/div>\n<\/div>\n<\/div>\n<script type='text\/javascript'>\n\tjQuery(document).ready(function() {\n\t\tjQuery('#slider_9892').owlCarousel({\n\t\t\tresponsive:{\n\t\t\t\t0:{ items:1 },\n\t\t\t\t480:{ items:1 },\n\t\t\t\t768:{ items:2 },\n\t\t\t\t980:{ items:2 },\n\t\t\t\t1200:{ items:3 },\n\t\t\t\t1500:{ items:3 }\n\t\t\t},\n\t\t\tautoplay : true,\n\t\t\tautoplayTimeout : 5000,\n\t\t\tautoplayHoverPause : true,\n\t\t\tsmartSpeed : 200,\n\t\t\tfluidSpeed : 200,\n\t\t\tautoplaySpeed : 200,\n\t\t\tnavSpeed : 200,\n\t\t\tdotsSpeed : 200,\n\t\t\tloop : true,\n\t\t\tnav : false,\n\t\t\tnavText : ['Previous','Next'],\n\t\t\tdots : true,\n\t\t\tresponsiveRefreshRate : 200,\n\t\t\tslideBy : 1,\n\t\t\tmergeFit : true,\n\t\t\tautoHeight : false,\n\t\t\tmouseDrag : true,\n\t\t\ttouchDrag : true\n\t\t});\n\t\tjQuery('#slider_9892').css('visibility', 'visible');\n\t\tsa_resize_slider_9892();\n\t\twindow.addEventListener('resize', sa_resize_slider_9892);\n\t\tfunction sa_resize_slider_9892() {\n\t\t\tvar min_height = '50';\n\t\t\tvar win_width = jQuery(window).width();\n\t\t\tvar slider_width = jQuery('#slider_9892').width();\n\t\t\tif (win_width < 480) {\n\t\t\t\tvar slide_width = slider_width \/ 1;\n\t\t\t} else if (win_width < 768) {\n\t\t\t\tvar slide_width = slider_width \/ 1;\n\t\t\t} else if (win_width < 980) {\n\t\t\t\tvar slide_width = slider_width \/ 2;\n\t\t\t} else if (win_width < 1200) {\n\t\t\t\tvar slide_width = slider_width \/ 2;\n\t\t\t} else if (win_width < 1500) {\n\t\t\t\tvar slide_width = slider_width \/ 3;\n\t\t\t} else {\n\t\t\t\tvar slide_width = slider_width \/ 3;\n\t\t\t}\n\t\t\tslide_width = Math.round(slide_width);\n\t\t\tvar slide_height = '0';\n\t\t\tif (min_height == 'aspect43') {\n\t\t\t\tslide_height = (slide_width \/ 4) * 3;\t\t\t\tslide_height = Math.round(slide_height);\n\t\t\t} else if (min_height == 'aspect169') {\n\t\t\t\tslide_height = (slide_width \/ 16) * 9;\t\t\t\tslide_height = Math.round(slide_height);\n\t\t\t} else {\n\t\t\t\tslide_height = (slide_width \/ 100) * min_height;\t\t\t\tslide_height = Math.round(slide_height);\n\t\t\t}\n\t\t\tjQuery('#slider_9892 .owl-item .sa_hover_container').css('min-height', slide_height+'px');\n\t\t}\n\t\tvar owl_goto = jQuery('#slider_9892');\n\t\tjQuery('.slider_9892_goto1').click(function(event){\n\t\t\towl_goto.trigger('to.owl.carousel', 0);\n\t\t});\n\t\tjQuery('.slider_9892_goto2').click(function(event){\n\t\t\towl_goto.trigger('to.owl.carousel', 1);\n\t\t});\n\t\tjQuery('.slider_9892_goto3').click(function(event){\n\t\t\towl_goto.trigger('to.owl.carousel', 2);\n\t\t});\n\t\tjQuery('.slider_9892_goto4').click(function(event){\n\t\t\towl_goto.trigger('to.owl.carousel', 3);\n\t\t});\n\t\tjQuery('.slider_9892_goto5').click(function(event){\n\t\t\towl_goto.trigger('to.owl.carousel', 4);\n\t\t});\n\t\tvar resize_9892 = jQuery('.owl-carousel');\n\t\tresize_9892.on('initialized.owl.carousel', function(e) {\n\t\t\tif (typeof(Event) === 'function') {\n\t\t\t\twindow.dispatchEvent(new Event('resize'));\n\t\t\t} else {\n\t\t\t\tvar evt = window.document.createEvent('UIEvents');\n\t\t\t\tevt.initUIEvent('resize', true, false, window, 0);\n\t\t\t\twindow.dispatchEvent(evt);\n\t\t\t}\n\t\t});\n\t});\n<\/script>\n[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column]\r<!-- radiantthemes-button -->\r<div class=\"radiantthemes-button hover-style-four  btn-page\"  data-button-direction=\"center\" data-button-fullwidth=\"false\" ><a style=\"\" class=\"radiantthemes-button-main\" href=\"https:\/\/www.google.com\/maps\/place\/Dr.+Shankar+Dhaka+-+Gastroenterologist+in+Jaipur+%7C+Liver+%26+Stomach+specialist+%7C+Ulcer+%7C+Abdominal+pain+doctor+in+Jaipur\/@26.9117582,75.7311698,15z\/data=!4m8!3m7!1s0x396db365b7603805:0x691af2290211d8d0!8m2!3d26.9117582!4d75.7311698!9m1!1b1!16s%2Fg%2F11csqw6d54?entry=ttu\"  title=\"\" target=\"_self\"><div class=\"placeholder\">View All Review<\/div><\/a><\/div>\r<!-- radiantthemes-button -->\r[\/vc_column][\/vc_row][\/vc_section][vc_section full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1715938650208{padding-top: 50px !important;padding-bottom: 50px !important;}&#8221;][vc_row][vc_column][vc_custom_heading text=&#8221;Videos Gallery&#8221; font_container=&#8221;tag:h2|font_size:32px|text_align:center&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1756732164895{margin-bottom: 20px !important;}&#8221;][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/4&#8243;]<div  class=\"rt-popup-video element-one \" data-popup-video-align=\"center\" ><div class=\"holder\"><div class=\"icon\"><a class=\"video-link\" href=\"https:\/\/www.youtube.com\/watch?v=xmDe0EWa690\"><img loading=\"lazy\" decoding=\"async\" width=\"1280\" height=\"720\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/05\/xmDe0EWa690-HD.jpg\" class=\"attachment-full size-full\" alt=\"Information on Liver Disease &quot;\ud835\ude4b\ud835\ude67\ud835\ude5a\ud835\ude6b\ud835\ude5a\ud835\ude63\ud835\ude69\ud835\ude5e\ud835\ude64\ud835\ude63 &amp; \ud835\ude4f\ud835\ude67\ud835\ude5a\ud835\ude56\ud835\ude69\ud835\ude62\ud835\ude5a\ud835\ude63\ud835\ude69 \ud835\ude64\ud835\ude5b \ud835\ude47\ud835\ude5e\ud835\ude6b\ud835\ude5a\ud835\ude67 \ud835\ude3f\ud835\ude5e\ud835\ude68\ud835\ude5a\ud835\ude56\ud835\ude68\ud835\ude5a\ud835\ude68 &quot; By Dr. Shankar Dhaka.\" srcset=\"https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/05\/xmDe0EWa690-HD.jpg 1280w, https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/05\/xmDe0EWa690-HD-300x169.jpg 300w, https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/05\/xmDe0EWa690-HD-1024x576.jpg 1024w, https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/05\/xmDe0EWa690-HD-768x432.jpg 768w, https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/05\/xmDe0EWa690-HD-150x84.jpg 150w\" sizes=\"auto, (max-width: 1280px) 100vw, 1280px\" \/><\/a><\/div><\/div><\/div>[\/vc_column][vc_column width=&#8221;1\/4&#8243;]<div  class=\"rt-popup-video element-one \" data-popup-video-align=\"center\" ><div class=\"holder\"><div class=\"icon\"><a class=\"video-link\" href=\"https:\/\/www.youtube.com\/watch?v=l3RkODaI1H0\"><img loading=\"lazy\" decoding=\"async\" width=\"1280\" height=\"720\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/05\/l3RkODaI1H0-HD.jpg\" class=\"attachment-full size-full\" alt=\"\u0935\u093f\u0936\u094d\u0935 \u0932\u093f\u0935\u0930 \u0926\u093f\u0935\u0938 \u092a\u0930 \u092e\u0923\u093f\u092a\u093e\u0932 \u0939\u093e\u0938\u094d\u092a\u093f\u091f\u0932 \u0915\u0947 \u0935\u093f\u0936\u0947\u0937\u091c\u094d\u091e\u094b\u0902 \u0928\u0947 \u0915\u094d\u092f\u093e \u0915\u0939\u093e, \u091c\u093e\u0928\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0926\u0947\u0916\u0947\u0902\" srcset=\"https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/05\/l3RkODaI1H0-HD.jpg 1280w, https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/05\/l3RkODaI1H0-HD-300x169.jpg 300w, https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/05\/l3RkODaI1H0-HD-1024x576.jpg 1024w, https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/05\/l3RkODaI1H0-HD-768x432.jpg 768w, https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/05\/l3RkODaI1H0-HD-150x84.jpg 150w\" sizes=\"auto, (max-width: 1280px) 100vw, 1280px\" \/><\/a><\/div><\/div><\/div>[\/vc_column][vc_column width=&#8221;1\/4&#8243;]<div  class=\"rt-popup-video element-one \" data-popup-video-align=\"center\" ><div class=\"holder\"><div class=\"icon\"><a class=\"video-link\" href=\"https:\/\/youtu.be\/D9MlyFKwp3Q\"><img loading=\"lazy\" decoding=\"async\" width=\"741\" height=\"406\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2019\/12\/video-bg.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2019\/12\/video-bg.jpg 741w, https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2019\/12\/video-bg-600x329.jpg 600w, https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2019\/12\/video-bg-300x164.jpg 300w\" sizes=\"auto, (max-width: 741px) 100vw, 741px\" \/><\/a><\/div><\/div><\/div>[\/vc_column][vc_column width=&#8221;1\/4&#8243;]<div  class=\"rt-popup-video element-one \" data-popup-video-align=\"center\" ><div class=\"holder\"><div class=\"icon\"><a class=\"video-link\" href=\"https:\/\/youtu.be\/D9MlyFKwp3Q\"><img loading=\"lazy\" decoding=\"async\" width=\"741\" height=\"406\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2019\/12\/video-bg.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2019\/12\/video-bg.jpg 741w, https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2019\/12\/video-bg-600x329.jpg 600w, https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2019\/12\/video-bg-300x164.jpg 300w\" sizes=\"auto, (max-width: 741px) 100vw, 741px\" \/><\/a><\/div><\/div><\/div>[\/vc_column][\/vc_row][\/vc_section][vc_section full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1715938377972{padding-top: 50px !important;padding-bottom: 50px !important;background-color: #f1f1f1 !important;}&#8221;][vc_row][vc_column][vc_custom_heading text=&#8221;Image Gallery&#8221; font_container=&#8221;tag:h2|font_size:32px|text_align:center&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1756732173392{margin-bottom: 20px !important;}&#8221;][vc_column_text]<div class='white' style='background:rgba(0,0,0,0); border:solid 0px rgba(0,0,0,0); border-radius:5px; padding:10px 10px 10px 10px;'>\n<div id='slider_9889' class='owl-carousel sa_owl_theme owl-pagination-true autohide-arrows' data-slider-id='slider_9889' style='visibility:hidden;'>\n<div id='slider_9889_slide01' class='sa_hover_container' style='padding:5% 5%; margin:0px 2%; background-image:url(&quot;https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2019\/12\/photo8.jpg&quot;); background-position:left top; background-size:cover; background-repeat:no-repeat; '><div class='sa_hover_buttons' style='top:50%; left:50%; margin-top:-20px; margin-left:-20px;'><div class='sa_popup_zoom_icon' onClick='open_lightbox_gallery_slider_9889(1);'><\/div><\/div>\n<\/div>\n<div id='slider_9889_slide02' class='sa_hover_container' style='padding:5% 5%; margin:0px 2%; background-image:url(&quot;https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2019\/12\/photo7.jpg&quot;); background-position:left top; background-size:cover; background-repeat:no-repeat; '><div class='sa_hover_buttons' style='top:50%; left:50%; margin-top:-20px; margin-left:-20px;'><div class='sa_popup_zoom_icon' onClick='open_lightbox_gallery_slider_9889(2);'><\/div><\/div>\n<\/div>\n<div id='slider_9889_slide03' class='sa_hover_container' style='padding:5% 5%; margin:0px 2%; background-image:url(&quot;https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2019\/12\/photo6.jpg&quot;); background-position:left top; background-size:cover; background-repeat:no-repeat; '><div class='sa_hover_buttons' style='top:50%; left:50%; margin-top:-20px; margin-left:-20px;'><div class='sa_popup_zoom_icon' onClick='open_lightbox_gallery_slider_9889(3);'><\/div><\/div>\n<\/div>\n<div id='slider_9889_slide04' class='sa_hover_container' style='padding:5% 5%; margin:0px 2%; background-image:url(&quot;https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2023\/01\/photo5-1024x576-1.webp&quot;); background-position:left top; background-size:cover; background-repeat:no-repeat; '><div class='sa_hover_buttons' style='top:50%; left:50%; margin-top:-20px; margin-left:-20px;'><div class='sa_popup_zoom_icon' onClick='open_lightbox_gallery_slider_9889(4);'><\/div><\/div>\n<\/div>\n<div id='slider_9889_slide05' class='sa_hover_container' style='padding:5% 5%; margin:0px 2%; background-image:url(&quot;https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2019\/12\/photo4.jpg&quot;); background-position:left top; background-size:cover; background-repeat:no-repeat; '><div class='sa_hover_buttons' style='top:50%; left:50%; margin-top:-20px; margin-left:-20px;'><div class='sa_popup_zoom_icon' onClick='open_lightbox_gallery_slider_9889(5);'><\/div><\/div>\n<\/div>\n<div id='slider_9889_slide06' class='sa_hover_container' style='padding:5% 5%; margin:0px 2%; background-image:url(&quot;https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2019\/12\/photo3.jpg&quot;); background-position:left top; background-size:cover; background-repeat:no-repeat; '><div class='sa_hover_buttons' style='top:50%; left:50%; margin-top:-20px; margin-left:-20px;'><div class='sa_popup_zoom_icon' onClick='open_lightbox_gallery_slider_9889(6);'><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id='lightgallery_slider_9889' style='display:none !important;'>\n<div class='lg_item' id='lightgallery_slider_9889_2' href='https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2019\/12\/photo8.jpg'>slide2<\/div>\n<div class='lg_item' id='lightgallery_slider_9889_3' href='https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2019\/12\/photo7.jpg'>slide3<\/div>\n<div class='lg_item' id='lightgallery_slider_9889_4' href='https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2019\/12\/photo6.jpg'>slide4<\/div>\n<div class='lg_item' id='lightgallery_slider_9889_5' href='https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2023\/01\/photo5-1024x576-1.webp'>slide5<\/div>\n<div class='lg_item' id='lightgallery_slider_9889_6' href='https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2019\/12\/photo4.jpg'>slide6<\/div>\n<div class='lg_item' id='lightgallery_slider_9889_7' href='https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2019\/12\/photo3.jpg'>slide7<\/div>\n<\/div>\n<script type='text\/javascript'>\n\tjQuery(document).ready(function() {\n\t\tjQuery('#slider_9889').owlCarousel({\n\t\t\tresponsive:{\n\t\t\t\t0:{ items:1 },\n\t\t\t\t480:{ items:1 },\n\t\t\t\t768:{ items:2 },\n\t\t\t\t980:{ items:3 },\n\t\t\t\t1200:{ items:3 },\n\t\t\t\t1500:{ items:4 }\n\t\t\t},\n\t\t\tautoplay : true,\n\t\t\tautoplayTimeout : 5000,\n\t\t\tautoplayHoverPause : true,\n\t\t\tsmartSpeed : 200,\n\t\t\tfluidSpeed : 200,\n\t\t\tautoplaySpeed : 200,\n\t\t\tnavSpeed : 200,\n\t\t\tdotsSpeed : 200,\n\t\t\tloop : true,\n\t\t\tnav : false,\n\t\t\tnavText : ['Previous','Next'],\n\t\t\tdots : true,\n\t\t\tresponsiveRefreshRate : 200,\n\t\t\tslideBy : 1,\n\t\t\tmergeFit : true,\n\t\t\tautoHeight : false,\n\t\t\tmouseDrag : true,\n\t\t\ttouchDrag : true\n\t\t});\n\t\tjQuery('#slider_9889').css('visibility', 'visible');\n\t\tsa_resize_slider_9889();\n\t\twindow.addEventListener('resize', sa_resize_slider_9889);\n\t\tfunction sa_resize_slider_9889() {\n\t\t\tvar min_height = '50';\n\t\t\tvar win_width = jQuery(window).width();\n\t\t\tvar slider_width = jQuery('#slider_9889').width();\n\t\t\tif (win_width < 480) {\n\t\t\t\tvar slide_width = slider_width \/ 1;\n\t\t\t} else if (win_width < 768) {\n\t\t\t\tvar slide_width = slider_width \/ 1;\n\t\t\t} else if (win_width < 980) {\n\t\t\t\tvar slide_width = slider_width \/ 2;\n\t\t\t} else if (win_width < 1200) {\n\t\t\t\tvar slide_width = slider_width \/ 3;\n\t\t\t} else if (win_width < 1500) {\n\t\t\t\tvar slide_width = slider_width \/ 3;\n\t\t\t} else {\n\t\t\t\tvar slide_width = slider_width \/ 4;\n\t\t\t}\n\t\t\tslide_width = Math.round(slide_width);\n\t\t\tvar slide_height = '0';\n\t\t\tif (min_height == 'aspect43') {\n\t\t\t\tslide_height = (slide_width \/ 4) * 3;\t\t\t\tslide_height = Math.round(slide_height);\n\t\t\t} else if (min_height == 'aspect169') {\n\t\t\t\tslide_height = (slide_width \/ 16) * 9;\t\t\t\tslide_height = Math.round(slide_height);\n\t\t\t} else {\n\t\t\t\tslide_height = (slide_width \/ 100) * min_height;\t\t\t\tslide_height = Math.round(slide_height);\n\t\t\t}\n\t\t\tjQuery('#slider_9889 .owl-item .sa_hover_container').css('min-height', slide_height+'px');\n\t\t}\n\t\tvar owl_goto = jQuery('#slider_9889');\n\t\tjQuery('.slider_9889_goto1').click(function(event){\n\t\t\towl_goto.trigger('to.owl.carousel', 0);\n\t\t});\n\t\tjQuery('.slider_9889_goto2').click(function(event){\n\t\t\towl_goto.trigger('to.owl.carousel', 1);\n\t\t});\n\t\tjQuery('.slider_9889_goto3').click(function(event){\n\t\t\towl_goto.trigger('to.owl.carousel', 2);\n\t\t});\n\t\tjQuery('.slider_9889_goto4').click(function(event){\n\t\t\towl_goto.trigger('to.owl.carousel', 3);\n\t\t});\n\t\tjQuery('.slider_9889_goto5').click(function(event){\n\t\t\towl_goto.trigger('to.owl.carousel', 4);\n\t\t});\n\t\tjQuery('.slider_9889_goto6').click(function(event){\n\t\t\towl_goto.trigger('to.owl.carousel', 5);\n\t\t});\n\t\tvar resize_9889 = jQuery('.owl-carousel');\n\t\tresize_9889.on('initialized.owl.carousel', function(e) {\n\t\t\tif (typeof(Event) === 'function') {\n\t\t\t\twindow.dispatchEvent(new Event('resize'));\n\t\t\t} else {\n\t\t\t\tvar evt = window.document.createEvent('UIEvents');\n\t\t\t\tevt.initUIEvent('resize', true, false, window, 0);\n\t\t\t\twindow.dispatchEvent(evt);\n\t\t\t}\n\t\t});\n\t});\n<\/script>\n<script type='text\/javascript'>\njQuery(document).ready(function() {\nlightGallery(document.getElementById('lightgallery_slider_9889'), {\n\tplugins: [lgVideo, lgZoom, lgAutoplay],\n\tautoplayFirstVideo: true,\n\tselector: '.lg_item',\n\tlicenseKey: '60F5F1E7-E8034357-B387117F-3E9CE6DA'\n});\n});\nfunction open_lightbox_gallery_slider_9889(slide) {\n\tslide_num = slide + 1;\n\tvar popup_cssid = 'lightgallery_slider_9889' + '_' + slide_num;\n\tdocument.getElementById(popup_cssid).click();\n}\n<\/script>\n[\/vc_column_text][\/vc_column][\/vc_row][\/vc_section][vc_section css=&#8221;.vc_custom_1715938389978{padding-top: 50px !important;}&#8221;][vc_row][vc_column width=&#8221;1\/2&#8243;][vc_custom_heading text=&#8221;When to Visit a Best Gastro Doctor in Jaipur?&#8221; font_container=&#8221;tag:h3|font_size:30px|text_align:left|line_height:1.5&#8243; use_theme_fonts=&#8221;yes&#8221;][vc_column_text]<span style=\"font-weight: 400;\">You should consider visiting the best\u00a0gastrologist doctor in Jaipur if you&#8217;re experiencing any persistent gastrointestinal symptoms such as:<\/span>[\/vc_column_text]\r<!-- list -->\r<div class=\"radiantthemes-list rt3477984823 element-one    \" >\n<ul>\n<li>Abdominal pain or discomfort<\/li>\n<li>Persistent diarrhea or constipation<\/li>\n<li>Bloating or gas<\/li>\n<li>Difficulty swallowing<\/li>\n<li>Acid reflux or heartburn that doesn&#8217;t improve with over-the-counter medications<\/li>\n<li>Blood in stool or black, tarry stools<\/li>\n<li>Unexplained weight loss<\/li>\n<li>Persistent nausea or vomiting<\/li>\n<li>Changes in bowel habits<\/li>\n<li>Family history of gastrointestinal conditions like colon cancer, inflammatory bowel disease, or celiac disease<\/li>\n<\/ul>\n<\/div>\r<!-- list -->\r[\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_single_image image=&#8221;9850&#8243; img_size=&#8221;full&#8221;][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]Additionally, if you have a known gastrointestinal condition that requires ongoing management or if you need screening for conditions like colon cancer, it&#8217;s essential to schedule regular visits with a gastroenterologist specialist in Jaipur. Always consult with your primary care gastroenterologist first to determine if a referral to a specialist is necessary.[\/vc_column_text][\/vc_column][\/vc_row][\/vc_section][vc_section full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1530101657335{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;][vc_row full_width=&#8221;stretch_row&#8221; gap=&#8221;30&#8243; equal_height=&#8221;yes&#8221; css=&#8221;.vc_custom_1530163236012{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;][vc_column css_animation=&#8221;fadeInLeft&#8221; width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1615184077719{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;border-left-width: 1px !important;padding-top: 24px !important;padding-right: 0px !important;padding-bottom: 59px !important;padding-left: 12px !important;background: #f4f9fd url(https:\/\/www.jaipurgastro.com\/\/wp-content\/uploads\/2019\/11\/clock-bg.png?id=8373) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;border-left-color: #dfeaf2 !important;border-left-style: solid !important;border-right-color: #dfeaf2 !important;border-right-style: solid !important;border-top-color: #dfeaf2 !important;border-top-style: solid !important;border-bottom-color: #dfeaf2 !important;border-bottom-style: solid !important;}&#8221; el_class=&#8221;doctor-hours&#8221;][vc_custom_heading text=&#8221;Opening Hours&#8221; font_container=&#8221;tag:h3|font_size:28px|text_align:left|color:%23193a5e|line_height:32px&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1530102099025{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;][vc_column_text css=&#8221;.vc_custom_1715941066636{margin-bottom: 10px !important;padding-top: 30px !important;}&#8221;]You can consult for the treatment with our<br \/>\ndoctor as per the mentioned schedule.[\/vc_column_text][vc_row_inner css=&#8221;.vc_custom_1715941177704{margin-top: 0px !important;margin-bottom: 0px !important;padding-bottom: 0px !important;}&#8221;][vc_column_inner css=&#8221;.vc_custom_1530166774478{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221; offset=&#8221;vc_col-lg-7 vc_col-md-7 vc_col-xs-12&#8243;][vc_raw_html css=&#8221;.vc_custom_1715946787716{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221; el_class=&#8221;font-weight-medium&#8221;]JTNDaDQlMjBzdHlsZSUzRCUyMm1hcmdpbi1ib3R0b20lM0ExMHB4JTIyJTNFQ2xpbmljJTIwVGltaW5nJTNDJTJGaDQlM0UlMEElMjAlM0N0YWJsZSUyMGNsYXNzJTNEJTIydGFibGUlMjIlM0UlMEElMDklM0N0ciUzRSUwQSUwOSUwOSUzQ3RkJTNFTW9uZGF5JTIwLSUyMFNhdHVyZGF5JTNDJTJGdGQlM0UlMEElMDklMDklM0N0ZCUzRTEwJTNBMDBhbSUyMCVFMiU4MCU5MyUyMDIuMDBwbSUzQyUyRnRkJTNFJTBBJTA5JTNDJTJGdHIlM0UlMEElM0N0ciUzRSUwQSUwOSUwOSUzQ3RkJTNFQnklMjBBcHBvaW50bWVudCUyMCUzQyUyRnRkJTNFJTBBJTA5JTA5JTNDdGQlM0U1LjMwcG0lMjAlRTIlODAlOTMlMjA4LjMwcG0lM0MlMkZ0ZCUzRSUwQSUwOSUzQyUyRnRyJTNFJTBBJTNDJTJGdGFibGUlM0UlMEElM0NoNCUyMHN0eWxlJTNEJTIybWFyZ2luLWJvdHRvbSUzQTEwcHglMjIlM0VIb3NwaXRhbCUyMFRpbWluZyUzQyUyRmg0JTNFJTBBJTIwJTNDdGFibGUlMjBjbGFzcyUzRCUyMnRhYmxlJTIyJTNFJTBBJTA5JTNDdHIlM0UlMEElMDklMDklM0N0ZCUzRU1vbmRheSUyMC0lMjBTYXR1cmRheSUzQyUyRnRkJTNFJTBBJTA5JTA5JTNDdGQlM0UwMiUzQTMwcG0lMjAlRTIlODAlOTMlMjA1LjAwcG0lM0MlMkZ0ZCUzRSUwQSUwOSUzQyUyRnRyJTNFJTBBJTNDJTJGdGFibGUlM0U=[\/vc_raw_html][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJyYWRpYW50dGhlbWVzLWNvbnRhY3QtYm94JTIwcnQzMDI2NDk4MjE3JTIwZWxlbWVudC1vbmUlMjIlM0UlMEElM0N1bCUyMGNsYXNzJTNEJTIyY29udGFjdCUyMiUzRSUwQSUzQ2xpJTIwY2xhc3MlM0QlMjJwaG9uZSUyMiUzRSUzQ2klMjBjbGFzcyUzRCUyMmZhJTIwZmEtcGhvbmUlMjIlM0UlM0MlMkZpJTNFJTNDYSUyMGhyZWYlM0QlMjJ0ZWwlM0E5MTgxMDQwMDExNjYlMjIlM0UlMkI5MS0lMjA4MTA0MDAxMTY2JTNDJTJGYSUzRSUzQyUyRmxpJTNFJTBBJTNDbGklMjBjbGFzcyUzRCUyMndoYXRzYXBwJTIyJTNFJTNDaSUyMGNsYXNzJTNEJTIyZmElMjBmYS1lbnZlbG9wZSUyMiUzRSUzQyUyRmklM0UlM0NhJTIwaHJlZiUzRCUyMm1haWx0byUzQWRyc2hhbmthcjAyJTQwZ21haWwuY29tJTIyJTNFZHJzaGFua2FyMDIlNDBnbWFpbC5jb20lMjAlM0MlMkZhJTNFJTNDJTJGbGklM0UlMEElM0MlMkZ1bCUzRSUzQyUyRmRpdiUzRQ==[\/vc_raw_html][\/vc_column_inner][vc_column_inner css=&#8221;.vc_custom_1583933391299{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221; offset=&#8221;vc_col-lg-5 vc_col-md-5 vc_col-xs-12&#8243;][\/vc_column_inner][\/vc_row_inner][\/vc_column][vc_column css_animation=&#8221;fadeInRight&#8221; width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1574686495669{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;border-left-width: 1px !important;padding-top: 24px !important;padding-right: 27px !important;padding-bottom: 24px !important;padding-left: 27px !important;background: #fbfbfb url(https:\/\/www.jaipurgastro.com\/\/wp-content\/uploads\/2019\/11\/make-an-appointment-bg.png?id=8375) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;border-left-color: #eeeeee !important;border-left-style: solid !important;border-right-color: #eeeeee !important;border-right-style: solid !important;border-top-color: #eeeeee !important;border-top-style: solid !important;border-bottom-color: #eeeeee !important;border-bottom-style: solid !important;}&#8221;][vc_row_inner][vc_column_inner][vc_custom_heading text=&#8221;Request an Appointment&#8221; font_container=&#8221;tag:h3|font_size:28px|text_align:left|color:%23193a5e|line_height:32px&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1574686703987{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 10px !important;padding-bottom: 0px !important;}&#8221;][vc_custom_heading text=&#8221;Please complete the form below to schedule<br \/>\nan appointment with our doctor&#8221; font_container=&#8221;tag:p|font_size:16px|text_align:left|color:%232d2d2d|line_height:25px&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1583995275201{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 10px !important;padding-bottom: 10px !important;}&#8221;][\/vc_column_inner][\/vc_row_inner]\r<!-- rt-cf7 -->\r<div class=\"radiant-contact-form rt5db87ebd22582cc element-one appointment-form\"  >\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f7827-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"7827\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/wp-json\/wp\/v2\/pages\/7779#wpcf7-f7827-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"7827\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.6\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f7827-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/><input type=\"hidden\" name=\"_wpcf7_recaptcha_response\" value=\"\" \/>\n<\/fieldset>\n<div class=\"row\">\n\t<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\n\t\t<div class=\"form-row\">\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"FullName\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Full Name:\" value=\"\" type=\"text\" name=\"FullName\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n\t<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\n\t\t<div class=\"form-row\">\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"PhoneNumber\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-text wpcf7-validates-as-tel\" aria-invalid=\"false\" placeholder=\"Phone Number\" value=\"\" type=\"tel\" name=\"PhoneNumber\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n\t<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\n\t\t<div class=\"form-row\">\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-text wpcf7-validates-as-email\" aria-invalid=\"false\" placeholder=\"Your Email\" value=\"\" type=\"email\" name=\"email\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n\t<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\n\t\t<div class=\"form-row\">\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea vikas\" aria-invalid=\"false\" placeholder=\"Message\" name=\"message\"><\/textarea><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n\t<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\n\t\t<div class=\"form-row last\">\n\t\t\t<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner custom-btn-submit\" type=\"submit\" value=\"Send Request\" \/>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n<\/div><p style=\"display: none !important;\" class=\"akismet-fields-container\" data-prefix=\"_wpcf7_ak_\"><label>&#916;<textarea name=\"_wpcf7_ak_hp_textarea\" cols=\"45\" rows=\"8\" maxlength=\"100\"><\/textarea><\/label><input type=\"hidden\" id=\"ak_js_1\" name=\"_wpcf7_ak_js\" value=\"73\"\/><script>\ndocument.getElementById( \"ak_js_1\" ).setAttribute( \"value\", ( new Date() ).getTime() );\n<\/script>\n<\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n<div class=\"clearfix\"><\/div><\/div><!-- rt-cf7 -->\r[\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1715863038823{padding-top: 50px !important;padding-bottom: 50px !important;}&#8221;][vc_column][vc_custom_heading text=&#8221;Why Choose Dr. Shankar Dhaka (Best Gastroenterologist in Jaipur)&#8221; font_container=&#8221;tag:h2|font_size:32px|text_align:center&#8221; use_theme_fonts=&#8221;yes&#8221;][vc_column_text]<\/p>\n<p style=\"text-align: center;\">Choosing Dr. Shankar Dhaka as the Senior gastroenterologist in Jaipur comes down to several key factors:<\/p>\n<p>[\/vc_column_text][vc_row_inner][vc_column_inner el_class=&#8221;whychoose-secction&#8221;]\r<!-- list -->\r<div class=\"radiantthemes-list rt183321735 element-one    \" >\n<ul>\n<li><strong>Expertise and Experience:<\/strong> Dr. Shankar Dhaka boasts extensive expertise and experience in the field of gastroenterology. With years of practice, he has honed his skills in diagnosing and treating a wide range of gastrointestinal disorders.<\/li>\n<li><strong>Qualifications:<\/strong> Dr. Dhaka holds top-notch qualifications and certifications in gastroenterology. His educational background and training equip him with the necessary knowledge to address complex gastrointestinal issues effectively.<\/li>\n<li><strong>Patient-Centered Care:<\/strong> Known for his compassionate and patient-centered approach, Dr. Shankar Dhaka prioritizes the well-being and comfort of his patients. He takes the time to listen to their concerns, thoroughly explains treatment options, and works collaboratively with them to develop personalized care plans.<\/li>\n<li><strong>Advanced Treatment Options:<\/strong> Dr. Dhaka stays abreast of the latest advancements in gastroenterology and employs cutting-edge treatment modalities to deliver optimal outcomes for his patients. Whether it&#8217;s endoscopic procedures, medical management, or surgical interventions, he utilizes the most appropriate and advanced techniques available.<\/li>\n<li><strong>Reputation and Reviews:<\/strong> Positive reviews and testimonials from satisfied patients speak volumes about Dr. Shankar Dhaka&#8217;s proficiency and dedication to excellence. His reputation as a top <a href=\"https:\/\/www.jaipurgastro.com\/\"><strong>gastrologist doctor in Jaipur<\/strong><\/a> is bolstered by the trust and appreciation of those he has treated.<\/li>\n<li><strong>Comprehensive Care:<\/strong> Dr. Dhaka provides comprehensive care for a wide spectrum of gastrointestinal conditions, including but not limited to acid reflux, inflammatory bowel disease, liver disorders, and pancreatic diseases. Patients can expect thorough evaluations, accurate diagnoses, and tailored treatment plans under his care.<\/li>\n<\/ul>\n<\/div>\r<!-- list -->\r[vc_column_text]<\/p>\n<p style=\"text-align: center;\">Overall, choosing Dr. Shankar Dhaka as the best gastroenterologist in Jaipur offers patients the assurance of receiving top-quality care from a highly skilled and compassionate specialist dedicated to their gastrointestinal health and well-being.<\/p>\n<p>[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1715863524479{margin-bottom: 0px !important;border-top-width: 1px !important;padding-top: 15px !important;border-top-color: #dddddd !important;border-top-style: solid !important;}&#8221;][vc_column][vc_custom_heading text=&#8221;Frequently Asked Questions&#8221; font_container=&#8221;tag:h2|font_size:32px|text_align:center&#8221; use_theme_fonts=&#8221;yes&#8221;][vc_column_text]<\/p>\n<p style=\"text-align: center;\">Frequently Asked Questions About Gastro Doctor in Jaipur or JaipurGastro Clinic.<\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][vc_row el_class=&#8221;home-faq-section&#8221; css=&#8221;.vc_custom_1669294755016{margin-bottom: 35px !important;border-bottom-width: 15px !important;padding-top: 15px !important;}&#8221;][vc_column][vc_toggle title=&#8221;What are Dr. Shankar Dhaka&#8217;s qualifications and experience as a gastroenterologist in Jaipur?&#8221; open=&#8221;true&#8221;]<a href=\"https:\/\/www.jaipurgastro.com\/dr-shankar-dhaka\/\">Dr. Shankar Dhaka<\/a> is a highly qualified Senior gastroenterologist in Jaipur. He holds an MBBS degree, followed by an MD and a DM in Gastroenterology. With his extensive education and specialized training, Dr. Dhaka brings a wealth of knowledge and expertise to his practice. He has years of experience in diagnosing and treating various gastrointestinal disorders, ensuring the highest level of care for his patients in Jaipur and beyond.[\/vc_toggle][vc_toggle title=&#8221;What conditions does Dr. Shankar Dhaka specialize in treating?&#8221;]Dr. Shankar Dhaka (Gastroenterologist in Jaipur) specializes in treating a range of gastro and liver-related diseases. His areas of expertise include therapeutic endoscopy, ERCP (Endoscopic Retrograde Cholangiopancreatography), menometry &amp; PH metry, pancreatitis management, capsule endoscopy, liver failure &amp; cirrhosis management, placement for GI obstruction, and IBD (Inflammatory Bowel Disease) management, particularly Ulcerative Colitis.[\/vc_toggle][vc_toggle title=&#8221;Where is Dr. Shankar Dhaka&#8217;s clinic located in Jaipur?&#8221;]Dr. Shankar Dhaka&#8217;s clinic is located at Shiv Path, Nemi Nagar Extension, Block A, Vaishali Nagar, Jaipur, Rajasthan 302021.[\/vc_toggle][vc_toggle title=&#8221;What are the clinic hours for Dr. Shankar Dhaka&#8217;s practice?&#8221;]Dr. Shankar Dhaka&#8217;s clinic hours are as follows:<\/p>\n<p><strong>Monday to Saturday:<\/strong> 10:00 am \u2013 2:00 pm<\/p>\n<p><strong>By Appointment:<\/strong> 5:30 pm \u2013 8:30 pm[\/vc_toggle][vc_toggle title=&#8221;How can I schedule an appointment with Dr. Shankar Dhaka?&#8221;]To schedule an appointment with Dr. Shankar Dhaka (Gastro Doctor in Jaipur), please call 8104001166.<\/p>\n<p><!--FAQPage Code Generated by https:\/\/saijogeorge.com\/json-ld-schema-generator\/faq\/-->[\/vc_toggle][vc_toggle title=&#8221;Does Dr. Shankar Dhaka offer telemedicine or online consultations for patients who cannot visit the clinic in person?&#8221;]Yes, Dr. Shankar Dhaka does offer telemedicine or online consultations for patients who cannot visit the clinic in person. For scheduling a telemedicine appointment, please call at 8104001166.[\/vc_toggle][vc_toggle title=&#8221;What types of diagnostic tests and procedures does Dr. Shankar Dhaka perform for gastrointestinal conditions?&#8221;]Dr. Shankar Dhaka specializes in conducting a range of diagnostic tests and procedures for gastrointestinal conditions. These include:<\/p>\n<ul>\n<li aria-level=\"1\"><strong>Liver Biopsy:<\/strong> A procedure where a small sample of liver tissue is removed for examination under a microscope to diagnose liver conditions such as cirrhosis, hepatitis, or liver cancer.<\/li>\n<li aria-level=\"1\"><strong>Endoscopy Biopsy: <\/strong>Endoscopy is a procedure used to examine the digestive tract using a flexible tube with a camera attached (endoscope). During this procedure, biopsies may be taken from the digestive tract lining to diagnose conditions like gastritis, ulcers, or gastrointestinal cancers.<\/li>\n<li aria-level=\"1\"><strong>Other GI Tests and Procedures:<\/strong> Dr. Dhaka also performs various other gastrointestinal tests and procedures aimed at diagnosing conditions such as colonoscopy to examine the colon, sigmoidoscopy to examine the lower part of the colon and rectum, or imaging tests like CT scans or MRIs to evaluate the gastrointestinal tract for abnormalities.<\/li>\n<\/ul>\n<p>These tests and procedures play a crucial role in accurately diagnosing gastrointestinal conditions, enabling Dr. Dhaka to formulate an effective treatment plan for his patients.[\/vc_toggle][\/vc_column][\/vc_row][\/vc_section][vc_section full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1583493887321{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 90px !important;padding-bottom: 0px !important;background-image: url(https:\/\/www.jaipurgastro.com\/\/wp-content\/uploads\/2018\/06\/background-testimonials.jpg?id=7820) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}&#8221; el_class=&#8221;hidden&#8221;][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1530091572294{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;][vc_column css=&#8221;.vc_custom_1530093870539{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221; offset=&#8221;vc_col-lg-2 vc_col-md-2 vc_col-xs-12&#8243;][\/vc_column][vc_column css=&#8221;.vc_custom_1530093884690{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221; offset=&#8221;vc_col-lg-8 vc_col-md-8 vc_col-xs-12&#8243;][vc_custom_heading text=&#8221;Testimonials&#8221; font_container=&#8221;tag:h2|text_align:center&#8221; use_theme_fonts=&#8221;yes&#8221; css_animation=&#8221;fadeInUp&#8221; css=&#8221;.vc_custom_1530167852775{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;][\/vc_column][vc_column offset=&#8221;vc_col-lg-2 vc_col-md-2 vc_col-xs-12&#8243;][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1530091806947{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;][vc_column offset=&#8221;vc_col-lg-1 vc_col-md-1 vc_col-xs-12&#8243;][\/vc_column][vc_column css=&#8221;.vc_custom_1530093961396{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221; offset=&#8221;vc_col-lg-10 vc_col-md-10 vc_col-xs-12&#8243;][vc_custom_heading text=&#8221;On the other hand we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment so blinded by desire that they cannot foresee the pain and trouble that are bound.&#8221; font_container=&#8221;tag:p|text_align:center|color:%23434343&#8243; use_theme_fonts=&#8221;yes&#8221; css_animation=&#8221;fadeInUp&#8221; css=&#8221;.vc_custom_1530167866796{margin-top: 20px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;][\/vc_column][vc_column offset=&#8221;vc_col-lg-1 vc_col-md-1 vc_col-xs-12&#8243;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1533358684445{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 40px !important;padding-bottom: 0px !important;}&#8221;][vc_column css_animation=&#8221;fadeInUp&#8221; css=&#8221;.vc_custom_1533721967730{margin-top: 0px !important;padding-top: 0px !important;}&#8221;]<div class=\"testimonial owl-carousel element-eight owl-nav-style-one owl-dot-style-two  rt817947865\"  data-owl-nav=\"false\" data-owl-dots=\"false\" data-owl-loop=\"true\" data-owl-autoplay=\"true\" data-owl-autoplay-timeout=\"6000\" data-owl-mobile-items=\"1\" data-owl-tab-items=\"1\" data-owl-desktop-items=\"2\"><div class=\"testimonial-item \" ><div class=\"holder matchHeight\"><div class=\"main-holder\"><div class=\"testimonial-title-pic\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2018\/08\/avatar-150x150.png\" class=\"attachment-thumbnail size-thumbnail wp-post-image\" alt=\"\" srcset=\"https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2018\/08\/avatar-150x150.png 150w, https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2018\/08\/avatar-100x100.png 100w, https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2018\/08\/avatar.png 300w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/div><div class=\"testimonial-title-data\"><cite><strong>Olivia jones<\/strong> @olivia 28_jones<\/cite><blockquote><p>Lorem ipsum dolor sit amet consectetur adipiscing elit sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\/p><\/blockquote><\/div><\/div><\/div><\/div><div class=\"testimonial-item \" ><div class=\"holder matchHeight\"><div class=\"main-holder\"><div class=\"testimonial-title-pic\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2018\/08\/avatar-150x150.png\" class=\"attachment-thumbnail size-thumbnail wp-post-image\" alt=\"\" srcset=\"https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2018\/08\/avatar-150x150.png 150w, https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2018\/08\/avatar-100x100.png 100w, https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2018\/08\/avatar.png 300w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/div><div class=\"testimonial-title-data\"><cite><strong>Marcus Fields<\/strong> Crown, Root Canal<\/cite><blockquote><p>On the other hand we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms.<\/p><\/blockquote><\/div><\/div><\/div><\/div><div class=\"testimonial-item \" ><div class=\"holder matchHeight\"><div class=\"main-holder\"><div class=\"testimonial-title-pic\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2018\/08\/avatar-150x150.png\" class=\"attachment-thumbnail size-thumbnail wp-post-image\" alt=\"\" srcset=\"https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2018\/08\/avatar-150x150.png 150w, https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2018\/08\/avatar-100x100.png 100w, https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2018\/08\/avatar.png 300w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/div><div class=\"testimonial-title-data\"><cite><strong>Ramona Ramsey<\/strong> Teeth Whitening<\/cite><blockquote><p>Lorem ipsum dolor sit amet consectetur adipiscing elit sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\/p><\/blockquote><\/div><\/div><\/div><\/div><div class=\"testimonial-item \" ><div class=\"holder matchHeight\"><div class=\"main-holder\"><div class=\"testimonial-title-pic\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2018\/08\/avatar-150x150.png\" class=\"attachment-thumbnail size-thumbnail wp-post-image\" alt=\"\" srcset=\"https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2018\/08\/avatar-150x150.png 150w, https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2018\/08\/avatar-100x100.png 100w, https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2018\/08\/avatar.png 300w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/div><div class=\"testimonial-title-data\"><cite><strong>Robert Broot<\/strong> @robert28_broot<\/cite><blockquote><p>On the other hand we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms.<\/p><\/blockquote><\/div><\/div><\/div><\/div><\/div>[\/vc_column][\/vc_row][\/vc_section][vc_section full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1583493894841{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 76px !important;padding-bottom: 80px !important;}&#8221; el_class=&#8221;hidden&#8221;][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1530091572294{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;][vc_column css=&#8221;.vc_custom_1530093870539{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221; offset=&#8221;vc_col-lg-2 vc_col-md-2 vc_col-xs-12&#8243;][\/vc_column][vc_column css=&#8221;.vc_custom_1530093884690{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221; offset=&#8221;vc_col-lg-8 vc_col-md-8 vc_col-xs-12&#8243;][vc_custom_heading text=&#8221;Recent Blog&#8221; font_container=&#8221;tag:h2|text_align:center&#8221; use_theme_fonts=&#8221;yes&#8221; css_animation=&#8221;fadeInUp&#8221; css=&#8221;.vc_custom_1574683747117{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;][\/vc_column][vc_column offset=&#8221;vc_col-lg-2 vc_col-md-2 vc_col-xs-12&#8243;][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1530091806947{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;][vc_column offset=&#8221;vc_col-lg-1 vc_col-md-1 vc_col-xs-12&#8243;][\/vc_column][vc_column css=&#8221;.vc_custom_1530093961396{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221; offset=&#8221;vc_col-lg-10 vc_col-md-10 vc_col-xs-12&#8243;][vc_custom_heading text=&#8221;On the other hand we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment so blinded by desire that they cannot foresee the pain and trouble that are bound.&#8221; font_container=&#8221;tag:p|text_align:center|color:%23434343&#8243; use_theme_fonts=&#8221;yes&#8221; css_animation=&#8221;fadeInUp&#8221; css=&#8221;.vc_custom_1530167928435{margin-top: 20px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;][\/vc_column][vc_column offset=&#8221;vc_col-lg-1 vc_col-md-1 vc_col-xs-12&#8243;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1530100859855{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 40px !important;padding-bottom: 0px !important;}&#8221;][vc_column css_animation=&#8221;fadeInUp&#8221;]<!-- blog -->\r<div class=\"blog element-four owl-carousel owl-nav-style-one owl-dot-style-two  rt2639852854\"  data-owl-nav=\"false\" data-owl-dots=\"false\" data-owl-loop=\"true\" data-owl-autoplay=\"true\" data-owl-autoplay-timeout=\"1000000\" data-owl-mobile-items=\"1\" data-owl-tab-items=\"2\" data-owl-desktop-items=\"3\"><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-did-hepatitis-b-affect-amitabh-bachchans-liver\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2026\/06\/How-Did-Hepatitis-B-Affect-Amitabh-Bachchans-Liver-1024x576.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-did-hepatitis-b-affect-amitabh-bachchans-liver\/\">How Did Hepatitis B Affect Amitabh Bachchan&#8217;s Liver?<\/a><\/h4><ul class=\"meta\"><li>22 June, 2026<\/li><li>0 Comments<\/li><\/ul><p>Imagine living your life, feeling perfectly healthy, and then being told that about 75% of your liver is already damaged....<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-did-hepatitis-b-affect-amitabh-bachchans-liver\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/amitabh-bachchan-liver-condition\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2026\/05\/How-is-Amitabh-Bachchan-living-on-just-25-of-his-liver-1024x683.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/amitabh-bachchan-liver-condition\/\">How is Amitabh Bachchan living on just 25% of his liver?<\/a><\/h4><ul class=\"meta\"><li>15 May, 2026<\/li><li>0 Comments<\/li><\/ul><p>If you&#8217;ve ever wondered how Amitabh Bachchan, in his 80s, has survived a near-fatal accident, tuberculosis, and myasthenia gravis, and...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/amitabh-bachchan-liver-condition\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-to-reduce-fatty-liver-in-14-days\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2026\/04\/How-to-reduce-fatty-liver-in-14-days-1024x682.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-to-reduce-fatty-liver-in-14-days\/\">How to reduce fatty liver in 14 days?<\/a><\/h4><ul class=\"meta\"><li>14 April, 2026<\/li><li>0 Comments<\/li><\/ul><p>Introduction Fatty liver disease is emerging as one of the fastest-growing health fears globally in all age groups. The condition...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-to-reduce-fatty-liver-in-14-days\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/signs-of-death-from-liver-cirrhosis\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2026\/03\/Signs-of-Death-from-Liver-Cirrhosis.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/signs-of-death-from-liver-cirrhosis\/\">Signs of Death from Liver Cirrhosis<\/a><\/h4><ul class=\"meta\"><li>20 March, 2026<\/li><li>0 Comments<\/li><\/ul><p>Introduction: Liver cirrhosis is a progressive and chronic illness in which the normal liver tissue is substituted with scar tissue,...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/signs-of-death-from-liver-cirrhosis\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/can-humans-live-without-a-liver\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2026\/02\/Can-a-human-live-without-a-liver-1024x683.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/can-humans-live-without-a-liver\/\">Can Humans Live Without a Liver?<\/a><\/h4><ul class=\"meta\"><li>20 February, 2026<\/li><li>0 Comments<\/li><\/ul><p>Introduction Can humans live without a liver? This is one of the most serious medical questions usually asked by patients...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/can-humans-live-without-a-liver\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/early-signs-of-gastroenteritis\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2026\/01\/Early-Signs-of-Gastroenteritis-Disease-1024x536.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/early-signs-of-gastroenteritis\/\">Early Signs of Gastroenteritis Disease<\/a><\/h4><ul class=\"meta\"><li>27 January, 2026<\/li><li>0 Comments<\/li><\/ul><p>Introduction\u00a0 Most people remember the exact moment a stomach problem started. Not because it was dramatic, but because something felt...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/early-signs-of-gastroenteritis\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/sign-of-a-serious-liver-disease\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2026\/01\/Can-Jaundice-Be-a-Sign-of-a-Serious-Liver-Disease-1024x536.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/sign-of-a-serious-liver-disease\/\">Can Jaundice Be a Sign of a Serious Liver Disease?<\/a><\/h4><ul class=\"meta\"><li>7 January, 2026<\/li><li>0 Comments<\/li><\/ul><p>Introduction When the skin or the eyes begin to change color, people usually tend to get worried. But they often...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/sign-of-a-serious-liver-disease\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-to-treat-peptic-ulcer-bleeding\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2025\/12\/How-to-treat-peptic-ulcer-bleeding.jpeg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-to-treat-peptic-ulcer-bleeding\/\">How to treat peptic ulcer bleeding<\/a><\/h4><ul class=\"meta\"><li>4 December, 2025<\/li><li>0 Comments<\/li><\/ul><p>Peptic ulcer bleeding occurs when an ulcer in the stomach or upper intestine erodes a blood vessel, causing internal bleeding....<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-to-treat-peptic-ulcer-bleeding\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/best-diet-plan-for-liver-cirrhosis-patients\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2025\/10\/Best-Diet-Plan-for-Liver-Cirrhosis-Patients-1024x536.jpeg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/best-diet-plan-for-liver-cirrhosis-patients\/\">Best Diet Plan for Liver Cirrhosis Patients<\/a><\/h4><ul class=\"meta\"><li>17 October, 2025<\/li><li>0 Comments<\/li><\/ul><p>Introduction Liver cirrhosis is a long-term disorder that occurs when healthy liver cells are slowly replaced by scar tissue, decreasing...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/best-diet-plan-for-liver-cirrhosis-patients\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/causes-of-constipation-symptoms-and-expert-treatment\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2025\/07\/Causes-of-Constipation-Symptoms-and-Expert-Treatment-1024x536.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/causes-of-constipation-symptoms-and-expert-treatment\/\">Causes of Constipation, Symptoms and Expert Treatment<\/a><\/h4><ul class=\"meta\"><li>11 July, 2025<\/li><li>0 Comments<\/li><\/ul><p>Constipation is not often discussed, yet it is something most of us experience at some point. It\u2019s that bloated, slow,...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/causes-of-constipation-symptoms-and-expert-treatment\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-sleep-affects-your-gastric-health\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2025\/06\/How-Sleep-Affects-Your-Digestion-and-Gastric-Health-1024x536.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-sleep-affects-your-gastric-health\/\">How Sleep Affects Your Digestion and Gastric Health<\/a><\/h4><ul class=\"meta\"><li>17 June, 2025<\/li><li>0 Comments<\/li><\/ul><p>Sleep isn\u2019t all rest; it\u2019s a time for the body, particularly the digestive system, to reset and repair. When you...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-sleep-affects-your-gastric-health\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/symptoms-of-ulcer-bleeding-causes-and-treatment\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2025\/05\/Symptoms-of-Ulcer-Bleeding-Causes-and-Treatment-1024x536.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/symptoms-of-ulcer-bleeding-causes-and-treatment\/\">Symptoms of Ulcer Bleeding, Causes and Treatment<\/a><\/h4><ul class=\"meta\"><li>27 May, 2025<\/li><li>0 Comments<\/li><\/ul><p>Ulcer bleeding is a major medical emergency that happens when an open sore in the lining of the stomach, upper...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/symptoms-of-ulcer-bleeding-causes-and-treatment\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/causes-of-liver-failure-symptoms-and-treatment\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2025\/04\/Causes-of-Liver-Failure-Symptoms-and-Treatment-1024x536.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/causes-of-liver-failure-symptoms-and-treatment\/\">Causes of Liver Failure, Symptoms, and Treatment<\/a><\/h4><ul class=\"meta\"><li>16 April, 2025<\/li><li>0 Comments<\/li><\/ul><p>The human body counts on its liver because the organ protects from toxic substances through filtering, while generating bile to...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/causes-of-liver-failure-symptoms-and-treatment\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/causes-of-gastroenterology-disease\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2025\/03\/Causes-of-Gastroenterology-Disease-Expert-Insight-and-Treatment-1024x536.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/causes-of-gastroenterology-disease\/\">Causes of Gastroenterology Disease, Expert Insight and Treatment<\/a><\/h4><ul class=\"meta\"><li>25 March, 2025<\/li><li>0 Comments<\/li><\/ul><p>What are Gastrointestinal Disorders? Gastroenterology Disease is one of the health problems that affect the digestive system which includes the...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/causes-of-gastroenterology-disease\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/symptoms-of-liver-cancer-expert-treatment\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2025\/02\/Symptoms-of-Liver-Cancer-Expert-Treatment-1024x536.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/symptoms-of-liver-cancer-expert-treatment\/\">Symptoms of Liver Cancer, Expert Treatment<\/a><\/h4><ul class=\"meta\"><li>26 February, 2025<\/li><li>0 Comments<\/li><\/ul><p>Liver cancer presents itself as a major medical concern throughout the global community by causing thousands of new cases each...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/symptoms-of-liver-cancer-expert-treatment\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-to-cure-gastric-problem\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2025\/01\/Gastric-Or-Gas-Problem-How-To-Cure-Gastric-Problem-1-1024x536.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-to-cure-gastric-problem\/\">Gastric Or Gas Problem: How To Cure Gastric Problem?<\/a><\/h4><ul class=\"meta\"><li>30 January, 2025<\/li><li>0 Comments<\/li><\/ul><p>Gastric and gas problems affect citizens globally into millions as one of the most widespread digestive health problems. The resulting...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-to-cure-gastric-problem\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/5-symptoms-of-gastrointestinal-disorders\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2025\/01\/5-Symptoms-of-Gastrointestinal-Disorders-Expert-Treatment-1-1024x536.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/5-symptoms-of-gastrointestinal-disorders\/\">5 Symptoms Of Gastrointestinal Disorders, Expert Treatment<\/a><\/h4><ul class=\"meta\"><li>16 January, 2025<\/li><li>0 Comments<\/li><\/ul><p>What is Gastrointestinal Disorders Gastrointestinal disorders are among the most prevalent health problems in the world&#8217;s population. These disorders affect...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/5-symptoms-of-gastrointestinal-disorders\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-gastroenterologist-can-keep-liver-healthy\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2024\/12\/How-A-Gastroenterologist-Can-Keep-Your-Liver-Healthy-1-1024x536.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-gastroenterologist-can-keep-liver-healthy\/\">How A Gastroenterologist Can Keep Your Liver Healthy<\/a><\/h4><ul class=\"meta\"><li>30 December, 2024<\/li><li>0 Comments<\/li><\/ul><p>The liver is a powerhouse organ, essential for detoxifying harmful substances, producing vital proteins, and regulating metabolism. Consulting a gastro...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-gastroenterologist-can-keep-liver-healthy\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/fatty-liver-affecting-your-life\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2024\/12\/Fatty-Liver-Affecting-Your-Life-Get-Expert-Advice-and-Treatment-2-1024x536.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/fatty-liver-affecting-your-life\/\">Fatty Liver Affecting Your Life? Get Expert Advice and Treatment<\/a><\/h4><ul class=\"meta\"><li>12 December, 2024<\/li><li>0 Comments<\/li><\/ul><p>Introduction: Fatty liver disease is a common health issue that can significantly impact your overall quality of life. If you\u2019ve...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/fatty-liver-affecting-your-life\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/liver-diseases-their-types-symptoms-and-more\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2024\/11\/Liver-Diseases-Their-Types-Symptoms-and-More-1024x536.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/liver-diseases-their-types-symptoms-and-more\/\">Liver Diseases: Their Types, Symptoms, and More<\/a><\/h4><ul class=\"meta\"><li>27 November, 2024<\/li><li>0 Comments<\/li><\/ul><p>Introduction: Liver diseases are a common health concern that can affect individuals of all ages. The liver is a vital...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/liver-diseases-their-types-symptoms-and-more\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/things-consider-when-choosing-gastro-and-liver-specialist\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2024\/11\/Top-Things-to-Consider-When-Choosing-Gastro-and-Liver-Specialist-in-Jaipur-1024x536.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/things-consider-when-choosing-gastro-and-liver-specialist\/\">Top Things to Consider When Choosing Gastro and Liver Specialist<\/a><\/h4><ul class=\"meta\"><li>12 November, 2024<\/li><li>0 Comments<\/li><\/ul><p>Choosing the best doctor for treatment is always an issue for people. And that too choosing a Gastro and liver...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/things-consider-when-choosing-gastro-and-liver-specialist\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/junk-food-liver-health\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2024\/10\/How-Junk-Food-Harms-Your-Liver-Health-and-Body-What-You-Need-to-Know-1024x536.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/junk-food-liver-health\/\">How Junk Food Harms Your Liver Health and Body:<\/a><\/h4><ul class=\"meta\"><li>22 October, 2024<\/li><li>0 Comments<\/li><\/ul><p>Junk food is generally high in calories but deficient in vital elements like fiber, vitamins, and minerals. It is highly...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/junk-food-liver-health\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/effective-treatments-for-fatty-liver-disease\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2024\/10\/Effective-Treatments-for-Fatty-Liver-Disease-with-Gastro-and-Liver-Specialist-in-Jaipur-1-1024x536.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/effective-treatments-for-fatty-liver-disease\/\">Effective Treatments for Fatty Liver Disease<\/a><\/h4><ul class=\"meta\"><li>15 October, 2024<\/li><li>0 Comments<\/li><\/ul><p>Introduction: Fatty liver disease is a growing health concern affecting many individuals today. It occurs when excess fat builds up...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/effective-treatments-for-fatty-liver-disease\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/gastro-and-liver-health\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2024\/09\/How-Lifestyle-Choices-Impact-Gastro-Liver-Health-and-Ways-to-Protect-1-1024x536.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/gastro-and-liver-health\/\">How Lifestyle Choices Impact Gastro<\/a><\/h4><ul class=\"meta\"><li>25 September, 2024<\/li><li>0 Comments<\/li><\/ul><p>The liver is one of your vital body organs because it filters toxins in the body, breaks down fats, and...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/gastro-and-liver-health\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/tips-to-keep-the-intestine-strong\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2024\/09\/Tips-to-Keep-The-Intestine-Strong-All-You-Need-to-Know-1-1024x536.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/tips-to-keep-the-intestine-strong\/\">Tips to Keep The Intestine Strong<\/a><\/h4><ul class=\"meta\"><li>18 September, 2024<\/li><li>0 Comments<\/li><\/ul><p>Introduction: The digestive system, particularly the intestines, plays a crucial role in maintaining overall health. When the intestines function optimally,...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/tips-to-keep-the-intestine-strong\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/thyroid-liver-function\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2024\/07\/Blog-Image-2-1-1024x536.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/thyroid-liver-function\/\">The Link Between Thyroid and Liver Function<\/a><\/h4><ul class=\"meta\"><li>20 July, 2024<\/li><li>0 Comments<\/li><\/ul><p>Introduction The human body is a very complex system of interrelated organs and processes. Sometimes, even disturbances in the functioning...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/thyroid-liver-function\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/common-gastrointestinal-diseases\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2024\/07\/Blog-Image-1-2-1024x536.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/common-gastrointestinal-diseases\/\">10 Common Gastrointestinal Diseases<\/a><\/h4><ul class=\"meta\"><li>10 July, 2024<\/li><li>0 Comments<\/li><\/ul><p>Introduction Digestive diseases are among the biggest groups of diseases, which range from troubles involving the oesophagus, stomach, intestines, liver,...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/common-gastrointestinal-diseases\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/stages-of-liver-damage-and-treatment-options\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2024\/06\/Blog-Image-4-1024x536.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/stages-of-liver-damage-and-treatment-options\/\">Stages of Liver Damage and Treatment Options<\/a><\/h4><ul class=\"meta\"><li>26 June, 2024<\/li><li>0 Comments<\/li><\/ul><p>Introduction Four stages of liver damage start from inflammation and progress to cirrhosis and ESLD or end-stage liver disease. A...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/stages-of-liver-damage-and-treatment-options\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/peptic-ulcer-in-hindi\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2024\/05\/What-is-Chronic-Pancreatitis-2.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/peptic-ulcer-in-hindi\/\">Peptic Ulcer: \u092a\u0947\u091f \u092e\u0947\u0902 \u0905\u0932\u094d\u0938\u0930 \u0915\u094d\u092f\u093e \u0939\u0948?<\/a><\/h4><ul class=\"meta\"><li>20 May, 2024<\/li><li>0 Comments<\/li><\/ul><p>Peptic Ulcer in Hindi: \u092a\u0947\u091f \u092e\u0947\u0902 \u0918\u093e\u0935 \u092f\u093e \u091b\u093e\u0932\u0947 \u0939\u094b\u0928\u0947 \u0915\u094b \u091a\u093f\u0915\u093f\u0924\u094d\u0938\u0915\u0940\u092f \u092d\u093e\u0937\u093e \u092e\u0947\u0902 \u0905\u0932\u094d\u0938\u0930 \u092f\u093e \u092a\u0947\u092a\u094d\u091f\u093f\u0915 \u0905\u0932\u094d\u0938\u0930 (Peptic Ulcer)...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/peptic-ulcer-in-hindi\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/dos-and-donts-with-liver-cirrhosis\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2024\/05\/What-is-Chronic-Pancreatitis-1.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/dos-and-donts-with-liver-cirrhosis\/\">Do\u2019s and Dont\u2019s with Liver Cirrhosis<\/a><\/h4><ul class=\"meta\"><li>1 May, 2024<\/li><li>0 Comments<\/li><\/ul><p>Do\u2019s and Dont\u2019s with Liver Cirrhosis: Liver cirrhosis is a serious condition characterized by the irreversible scarring of the liver...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/dos-and-donts-with-liver-cirrhosis\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/acid-reflux-symptoms\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2024\/03\/Fatty-Liver-Symptoms-10.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/acid-reflux-symptoms\/\">Acid Reflux: Recognizing Its Symptoms and Seeking Relief<\/a><\/h4><ul class=\"meta\"><li>28 March, 2024<\/li><li>0 Comments<\/li><\/ul><p>Acid Reflux Symptoms: Acid reflux, also known as gastroesophageal reflux disease (GERD), is a common digestive disorder that affects millions...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/acid-reflux-symptoms\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/4-stages-of-liver-cirrhosis\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2024\/01\/Fatty-Liver-Symptoms-9.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/4-stages-of-liver-cirrhosis\/\">4 Stages of Liver Cirrhosis<\/a><\/h4><ul class=\"meta\"><li>23 January, 2024<\/li><li>0 Comments<\/li><\/ul><p>4 Stages of Liver Cirrhosis: Liver cirrhosis is a progressive and irreversible condition that results from prolonged liver damage. The...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/4-stages-of-liver-cirrhosis\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/fatty-liver-symptoms-by-dr-shankar-dhaka\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2023\/12\/Fatty-Liver-Symptoms-7.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/fatty-liver-symptoms-by-dr-shankar-dhaka\/\">Know About Fatty Liver Symptoms By Dr. Shankar Dhaka<\/a><\/h4><ul class=\"meta\"><li>11 December, 2023<\/li><li>0 Comments<\/li><\/ul><p>Fatty Liver Symptoms: Fatty liver, medically known as hepatic steatosis, is a condition characterized by the accumulation of excess fat...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/fatty-liver-symptoms-by-dr-shankar-dhaka\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/8-symptoms-of-ulcer-bleeding\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2023\/12\/Fatty-Liver-Symptoms-6-1.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/8-symptoms-of-ulcer-bleeding\/\">Symptoms of Ulcer Bleeding<\/a><\/h4><ul class=\"meta\"><li>5 December, 2023<\/li><li>0 Comments<\/li><\/ul><p>8 Symptoms of Ulcer Bleeding: Ulcers, particularly those affecting the gastrointestinal tract, can be a silent menace, lurking beneath the...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/8-symptoms-of-ulcer-bleeding\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/liver-cirrhosis-causes\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2023\/11\/Fatty-Liver-Symptoms-5.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/liver-cirrhosis-causes\/\">Liver Cirrhosis Causes<\/a><\/h4><ul class=\"meta\"><li>9 November, 2023<\/li><li>0 Comments<\/li><\/ul><p>Liver Cirrhosis Causes: Liver cirrhosis is a grave medical condition that arises due to prolonged liver damage. The liver is...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/liver-cirrhosis-causes\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/common-causes-of-gi-infection\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2023\/10\/Fatty-Liver-Symptoms-4.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/common-causes-of-gi-infection\/\">What are the common causes of GI Infection?<\/a><\/h4><ul class=\"meta\"><li>5 October, 2023<\/li><li>0 Comments<\/li><\/ul><p>Common causes of GI infection: GI infection, or gastrointestinal infection, refers to the inflammation and irritation of the digestive tract...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/common-causes-of-gi-infection\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/liver-cancer-causes\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2023\/09\/Fatty-Liver-Symptoms-3.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/liver-cancer-causes\/\">Liver Cancer Causes<\/a><\/h4><ul class=\"meta\"><li>21 September, 2023<\/li><li>0 Comments<\/li><\/ul><p>Liver Cancer Causes: Liver cancer is a formidable adversary, affecting millions of lives worldwide. Understanding its causes is the first...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/liver-cancer-causes\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/main-cause-of-gerd\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2023\/09\/Fatty-Liver-Symptoms-2.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/main-cause-of-gerd\/\">What is the Main Cause of GERD?<\/a><\/h4><ul class=\"meta\"><li>8 September, 2023<\/li><li>0 Comments<\/li><\/ul><p>Main Cause of GERD: Gastroesophageal Reflux Disease (GERD) is a common condition that affects millions of people worldwide. Understanding its...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/main-cause-of-gerd\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/symptoms-when-you-should-visit-gastroenterologist\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2023\/08\/Fatty-Liver-Symptoms-1.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/symptoms-when-you-should-visit-gastroenterologist\/\">Symptoms When You Should Visit Gastroenterologist<\/a><\/h4><ul class=\"meta\"><li>14 August, 2023<\/li><li>0 Comments<\/li><\/ul><p>Symptoms When You Should Visit a Gastroenterologist: When it comes to our overall well-being, we often tend to overlook the...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/symptoms-when-you-should-visit-gastroenterologist\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/fatty-liver-symptoms\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2023\/07\/Fatty-Liver-Symptoms.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/fatty-liver-symptoms\/\">Fatty Liver Symptoms<\/a><\/h4><ul class=\"meta\"><li>25 July, 2023<\/li><li>0 Comments<\/li><\/ul><p>Fatty Liver Symptoms: When it comes to our health, our liver plays a pivotal role in maintaining overall well-being. One...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/fatty-liver-symptoms\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-are-the-hepatitis-types-and-treatment\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2023\/05\/image_2023_05_20T08_56_48_487Z-1-1024x585.webp)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-are-the-hepatitis-types-and-treatment\/\">What are the Hepatitis Types and Treatment?<\/a><\/h4><ul class=\"meta\"><li>24 May, 2023<\/li><li>0 Comments<\/li><\/ul><p>Hepatitis is a term used to describe inflammation of the liver, a vital organ responsible for numerous essential functions within...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-are-the-hepatitis-types-and-treatment\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/discomfort-in-stomach\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2023\/05\/image_2023_05_10T08_33_07_903Z-1-1024x585.webp)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/discomfort-in-stomach\/\">What is the reasons for discomfort in stomach?<\/a><\/h4><ul class=\"meta\"><li>15 May, 2023<\/li><li>0 Comments<\/li><\/ul><p>Have you ever experienced discomfort in your stomach that left you feeling uneasy and distracted throughout the day? Whether it&#8217;s...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/discomfort-in-stomach\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/infant-jaundice\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2023\/05\/image_2023_04_28T08_28_21_989Z-2-1024x585.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/infant-jaundice\/\">Infant Jaundice &#8211; Symptoms, Causes, and Treatment!<\/a><\/h4><ul class=\"meta\"><li>1 May, 2023<\/li><li>0 Comments<\/li><\/ul><p>Infant Jaundice is a condition in which a yellowish-orange discoloration of the skin, whites of the eyes, and other mucous...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/infant-jaundice\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-hematemesis-treatment\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2023\/04\/image_2023_04_06T05_57_30_483Z-1-1024x585.webp)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-hematemesis-treatment\/\">What is hematemesis treatment and how effective it is?<\/a><\/h4><ul class=\"meta\"><li>18 April, 2023<\/li><li>0 Comments<\/li><\/ul><p>Hematemesis is the medical term for vomiting up blood. It can be a concerning symptom that should be addressed quickly,...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-hematemesis-treatment\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/ways-to-prevent-hematemesis\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2023\/04\/imgpsh_fullsize_anim-1-1-1-1024x585.webp)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/ways-to-prevent-hematemesis\/\">Ways To Prevent Hematemesis!<\/a><\/h4><ul class=\"meta\"><li>6 April, 2023<\/li><li>0 Comments<\/li><\/ul><p>Hematemesis, the medical term for vomiting blood, can be a frightening situation to experience. Fortunately, there are a variety of...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/ways-to-prevent-hematemesis\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/treatment-for-variceal-bleeding\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2023\/03\/blog14-1-1-1024x585.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/treatment-for-variceal-bleeding\/\">What is Variceal Bleeding Treatment and how effective it is?<\/a><\/h4><ul class=\"meta\"><li>22 March, 2023<\/li><li>0 Comments<\/li><\/ul><p>Variceal bleeding is a serious medical condition that occurs when veins in the lower esophagus or upper stomach become swollen...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/treatment-for-variceal-bleeding\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/ways-to-prevent-from-variceal-bleeding\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2023\/03\/blog15-1-1-1024x585.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/ways-to-prevent-from-variceal-bleeding\/\">Ways To Prevent from Variceal Bleeding!<\/a><\/h4><ul class=\"meta\"><li>21 March, 2023<\/li><li>0 Comments<\/li><\/ul><p>Variceal bleeding is a serious medical condition that occurs when there is a rupture or tear in the blood vessels...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/ways-to-prevent-from-variceal-bleeding\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/ways-to-prevent-hepatitis-b\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2023\/03\/image_2023_03_06T10_46_57_574Z-1-1024x585.webp)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/ways-to-prevent-hepatitis-b\/\">Ways to Prevent Hepatitis B &#8211; JaipurGastro<\/a><\/h4><ul class=\"meta\"><li>10 March, 2023<\/li><li>0 Comments<\/li><\/ul><p>Are you aware of the serious health risks associated with Hepatitis B? It&#8217;s one of the most dangerous viruses and...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/ways-to-prevent-hepatitis-b\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-endoscopic-biopsy-treatment\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2023\/03\/image_2023_03_06T10_46_49_387Z-1-1024x585.webp)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-endoscopic-biopsy-treatment\/\">What is Endoscopic Biopsy Treatment?<\/a><\/h4><ul class=\"meta\"><li>8 March, 2023<\/li><li>0 Comments<\/li><\/ul><p>Endoscopic biopsy treatment is a minimally-invasive procedure in use to diagnose underlying health issues and irregularities. It is one of...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-endoscopic-biopsy-treatment\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/food-to-eat-if-you-have-ascites\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2023\/02\/image_2023_02_22T12_49_24_199Z-1-1024x585.webp)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/food-to-eat-if-you-have-ascites\/\">What Is The Best Food To Eat If You Have Ascites?<\/a><\/h4><ul class=\"meta\"><li>22 February, 2023<\/li><li>0 Comments<\/li><\/ul><p>Ascites are a medical condition that causes an accumulation of fluid in the abdomen, leading to a bloated and distended...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/food-to-eat-if-you-have-ascites\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-ascites-causes-appearance-treatment\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2023\/02\/image_2023_02_16T09_53_21_288Z-1-1024x585.webp)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-ascites-causes-appearance-treatment\/\">What Is Ascites? Causes, Appearance, Treatment, and More!<\/a><\/h4><ul class=\"meta\"><li>17 February, 2023<\/li><li>0 Comments<\/li><\/ul><p>Ascites are a medical condition characterized by an abnormal accumulation of fluid in the abdomen. This fluid buildup, also known...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-ascites-causes-appearance-treatment\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/contribution-of-genetics-on-stomach-problems\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2023\/02\/image_2023_01_27T13_53_51_924Z-1-1024x585.webp)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/contribution-of-genetics-on-stomach-problems\/\">Contribution of genetics on the growth of Stomach Problems!<\/a><\/h4><ul class=\"meta\"><li>3 February, 2023<\/li><li>0 Comments<\/li><\/ul><p>The contribution of genetics to the growth of stomach problems is an area of increasing interest. Research has demonstrated a...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/contribution-of-genetics-on-stomach-problems\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/impact-of-exercise-on-gastroenteritis\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2023\/01\/image_2023_01_27T13_53_43_169Z-1-1-1024x585.webp)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/impact-of-exercise-on-gastroenteritis\/\">Impact of exercise and physical activity on Gastroenteritis!<\/a><\/h4><ul class=\"meta\"><li>31 January, 2023<\/li><li>0 Comments<\/li><\/ul><p>Exercise and physical activity have been shown to have a positive impact on gastroenteritis, a digestive disorder characterized by inflammation...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/impact-of-exercise-on-gastroenteritis\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/gastroenteritis-is-viral-or-bacterial\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2023\/01\/image_2023_01_24T12_40_08_452Z-_1_-1-1024x585.webp)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/gastroenteritis-is-viral-or-bacterial\/\">How can you tell if gastroenteritis is viral or bacterial?<\/a><\/h4><ul class=\"meta\"><li>24 January, 2023<\/li><li>0 Comments<\/li><\/ul><p>Gastroenteritis is a medical condition in which the stomach and intestines become inflamed and irritated, resulting in abdominal pain, nausea,...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/gastroenteritis-is-viral-or-bacterial\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-are-the-3-types-of-jaundice\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2023\/01\/image_2023_01_04T12_24_55_336Z-1-1-1024x585.webp)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-are-the-3-types-of-jaundice\/\">What are the 3 types of jaundice?<\/a><\/h4><ul class=\"meta\"><li>21 January, 2023<\/li><li>0 Comments<\/li><\/ul><p>Jaundice is a common medical symptom that is characterized by the yellowing of the skin, whites of the eyes, and...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-are-the-3-types-of-jaundice\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/bacterial-gastroenteritis\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/12\/image_2022_12_14T10_05_42_513Z-1-1024x585.webp)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/bacterial-gastroenteritis\/\">Bacterial gastroenteritis: Causes, treatment, prevention and Tests!<\/a><\/h4><ul class=\"meta\"><li>14 December, 2022<\/li><li>0 Comments<\/li><\/ul><p>Bacterial gastroenteritis is a type of gastrointestinal infection due to bacteria. It is an acute form of gastroenteritis that can...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/bacterial-gastroenteritis\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/digestive-system-diseases\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/12\/image_2022_12_09T06_44_34_892Z-1-1024x585.webp)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/digestive-system-diseases\/\">What are the 5 diseases of the digestive system?<\/a><\/h4><ul class=\"meta\"><li>10 December, 2022<\/li><li>0 Comments<\/li><\/ul><p>The digestive system plays a crucial role in our body as it is responsible for breaking down food, absorbing vital...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/digestive-system-diseases\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/clean-digestive-system\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/12\/ezgif.com-gif-maker-1024x585.webp)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/clean-digestive-system\/\">How do I clean out my digestive system?<\/a><\/h4><ul class=\"meta\"><li>9 December, 2022<\/li><li>0 Comments<\/li><\/ul><p>Digestive system health is an important part of overall health and well-being. The digestive system is responsible for breaking down...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/clean-digestive-system\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/pancreatitis\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/11\/image_2022_11_29T07_03_18_502Z-1-1-1024x585.webp)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/pancreatitis\/\">Pancreatitis: Symptoms, Causes, Diagnosis, Treatments, Tests!<\/a><\/h4><ul class=\"meta\"><li>30 November, 2022<\/li><li>0 Comments<\/li><\/ul><p>Pancreatitis is a condition in which the pancreas becomes inflamed. The pancreas is a small organ located behind the stomach...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/pancreatitis\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-inflamed-liver\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/11\/Frame-43-_1_-1024x585.webp)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-inflamed-liver\/\">What is Inflamed Liver &#8211; Symptoms, Causes, Treatments &#038; More?<\/a><\/h4><ul class=\"meta\"><li>22 November, 2022<\/li><li>0 Comments<\/li><\/ul><p>An inflamed liver is a serious medical condition that occurs when the liver becomes swollen and irritated. The liver is...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-inflamed-liver\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/stomach-ulcer\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/11\/Frame-42-_1_-_1_-1024x585.webp)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/stomach-ulcer\/\">Stomach Ulcer (Peptic ulcer): Causes, Symptoms, and Diagnosis!<\/a><\/h4><ul class=\"meta\"><li>21 November, 2022<\/li><li>0 Comments<\/li><\/ul><p>A stomach ulcer, also called a gastric ulcer, is a break in the lining of the stomach or the first...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/stomach-ulcer\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/stomach-cramps-in-mens\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/11\/image_2022_11_09T08_23_08_741Z-1024x585.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/stomach-cramps-in-mens\/\">What are the stomach cramps in Mens?<\/a><\/h4><ul class=\"meta\"><li>9 November, 2022<\/li><li>0 Comments<\/li><\/ul><p>Having the problem of cramps is not a new thing, but if the problem of cramps in the stomach starts...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/stomach-cramps-in-mens\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/is-endoscopy-painful\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/11\/Frame-40-1024x585.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/is-endoscopy-painful\/\">Is Endoscopy Painful? Know the Details of the Procedure?<\/a><\/h4><ul class=\"meta\"><li>7 November, 2022<\/li><li>0 Comments<\/li><\/ul><p>Is Endoscopy Painful: An endoscopy is a medical procedure where a doctor inserts a small camera into a patient\u2019s body...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/is-endoscopy-painful\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/fastest-way-to-cure-viral-gastroenteritis\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/10\/fastest-way-to-cure-viral-gastroenteritis-1024x585.webp)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/fastest-way-to-cure-viral-gastroenteritis\/\">What are the fastest way to cure viral gastroenteritis?<\/a><\/h4><ul class=\"meta\"><li>12 October, 2022<\/li><li>0 Comments<\/li><\/ul><p>fastest way to cure viral gastroenteritis: Viral gastroenteritis is an infection of the stomach and intestines that is usually caused...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/fastest-way-to-cure-viral-gastroenteritis\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-can-i-speed-up-gastroenteritis-recovery\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/10\/how-can-i-speedup-gastroentiritis-recovery-1024x585.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-can-i-speed-up-gastroenteritis-recovery\/\">How can I speed up gastroenteritis recovery?<\/a><\/h4><ul class=\"meta\"><li>7 October, 2022<\/li><li>0 Comments<\/li><\/ul><p>How can I speed up gastroenteritis recovery: Gastroenteritis is among the most problematic condition that let individuals to suffer from...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-can-i-speed-up-gastroenteritis-recovery\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-can-i-reduce-a-fatty-liver\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/09\/how-can-i-reduce-a-fatty-livers-1024x585.webp)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-can-i-reduce-a-fatty-liver\/\">How can I reduce a fatty liver?<\/a><\/h4><ul class=\"meta\"><li>21 September, 2022<\/li><li>0 Comments<\/li><\/ul><p>How can I reduce a fatty liver: Liver is one of the most important organs of the human body. If...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-can-i-reduce-a-fatty-liver\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-do-you-relieve-liver-inflammation\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/09\/how-do-you-relieve-liver-inflammations-1024x585.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-do-you-relieve-liver-inflammation\/\">How do you relieve liver inflammation?<\/a><\/h4><ul class=\"meta\"><li>19 September, 2022<\/li><li>0 Comments<\/li><\/ul><p>How do you relieve liver inflammation: Liver is an important organ in the body and is responsible for making essential...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-do-you-relieve-liver-inflammation\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-to-eat-when-you-have-an-ulcer\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/09\/what-to-eat-when-you-have-an-Ulcer-1024x585.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-to-eat-when-you-have-an-ulcer\/\">What to Eat When You Have an Ulcer?<\/a><\/h4><ul class=\"meta\"><li>2 September, 2022<\/li><li>0 Comments<\/li><\/ul><p>What to Eat when you have an Ulcer: Gastric problems are very common in the present generation and there is...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-to-eat-when-you-have-an-ulcer\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-level-of-jaundice-is-dangerous\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/09\/What-levels-of-jaundice-is-dangerous-1024x585.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-level-of-jaundice-is-dangerous\/\">What level of jaundice is dangerous?<\/a><\/h4><ul class=\"meta\"><li>1 September, 2022<\/li><li>0 Comments<\/li><\/ul><p>What level of Jaundice is dangerous: Jaundice is a condition that is caused by high levels of bilirubin (a yellow...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-level-of-jaundice-is-dangerous\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-long-does-jaundice-last-in-adults\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/08\/how-long-does-jaundice-last-in-adults.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-long-does-jaundice-last-in-adults\/\">How long does jaundice last in adults?<\/a><\/h4><ul class=\"meta\"><li>27 August, 2022<\/li><li>0 Comments<\/li><\/ul><p>how long does jaundice last in adults: Jaundice is a term most commonly used in the medical field to describe...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-long-does-jaundice-last-in-adults\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-to-eat-in-gastroenteritis\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/08\/what-should-you-eat-when-you-have-gastroenteritis-1024x585.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-to-eat-in-gastroenteritis\/\">What should you eat when you have gastroenteritis?<\/a><\/h4><ul class=\"meta\"><li>24 August, 2022<\/li><li>0 Comments<\/li><\/ul><p>Gastroenteritis is a condition that most often occurs after eating food. It is an inflammation of the stomach that can...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-to-eat-in-gastroenteritis\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/when-should-i-worry-about-liver-pain\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/08\/When-should-I-worry-about-liver-pain-1024x585.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/when-should-i-worry-about-liver-pain\/\">When should I worry about liver pain?<\/a><\/h4><ul class=\"meta\"><li>20 August, 2022<\/li><li>0 Comments<\/li><\/ul><p>When should I worry about liver pain: Liver is the most important part of the human body. There is no...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/when-should-i-worry-about-liver-pain\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-do-i-get-rid-of-liver-pain\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/08\/how-do-i-get-rid-of-liver-pain-1024x585.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-do-i-get-rid-of-liver-pain\/\">How do I Get Rid of Liver Pain?<\/a><\/h4><ul class=\"meta\"><li>9 August, 2022<\/li><li>0 Comments<\/li><\/ul><p>How do I get rid of liver pain: People with liver disease can experience a wide range of symptoms, from...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-do-i-get-rid-of-liver-pain\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/cause-of-upper-abdomen-pain-in-hindi\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/08\/imgpsh_fullsize_anim-_7_-1024x585.webp)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/cause-of-upper-abdomen-pain-in-hindi\/\">Upper Abdomen Pain: \u091c\u093e\u0928\u093f\u090f \u092a\u0947\u091f \u0915\u0947 \u090a\u092a\u0930\u0940 \u0939\u093f\u0938\u094d\u0938\u0947 \u092e\u0947\u0902 \u0926\u0930\u094d\u0926 \u0915\u0947 \u0915\u093e\u0930\u0923 !<\/a><\/h4><ul class=\"meta\"><li>1 August, 2022<\/li><li>0 Comments<\/li><\/ul><p>Cause of Upper Abdomen Pain in Hindi: \u092a\u0947\u091f \u0926\u0930\u094d\u0926 \u0915\u0940 \u0938\u092e\u0938\u094d\u092f\u093e \u0938\u0947 \u0924\u094b \u0939\u092e \u0938\u092d\u0940 \u0935\u093e\u0915\u093f\u092b \u0939\u0948\u0902, \u0932\u0947\u0915\u093f\u0928 \u0915\u094d\u092f\u093e \u0906\u092a\u0928\u0947...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/cause-of-upper-abdomen-pain-in-hindi\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/gastrointestinal-bleeding-in-hindi\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/07\/imgpsh_fullsize_anim-_2_-_1_-1024x585.webp)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/gastrointestinal-bleeding-in-hindi\/\">Gastrointestinal Bleeding: \u0917\u0948\u0938\u094d\u091f\u094d\u0930\u094b\u0907\u0902\u091f\u0947\u0938\u094d\u091f\u093e\u0907\u0928\u0932 (GI) \u092c\u094d\u0932\u0940\u0921\u093f\u0902\u0917 \u0915\u094d\u092f\u093e \u0939\u094b\u0924\u093e \u0939\u0948?<\/a><\/h4><ul class=\"meta\"><li>28 July, 2022<\/li><li>0 Comments<\/li><\/ul><p>Gastrointestinal Bleeding in Hindi: \u0917\u0948\u0938\u094d\u091f\u094d\u0930\u094b\u0907\u0902\u091f\u0947\u0938\u094d\u091f\u093e\u0907\u0928\u0932 (GI) \u0930\u0915\u094d\u0924\u0938\u094d\u0930\u093e\u0935 \u0924\u092c \u0939\u094b\u0924\u093e \u0939\u0948 \u091c\u092c \u0917\u0948\u0938\u094d\u091f\u094d\u0930\u094b\u0907\u0902\u091f\u0947\u0938\u094d\u091f\u093e\u0907\u0928\u0932 \u091f\u094d\u0930\u0948\u0915\u094d\u091f \u0915\u0947 \u0915\u093f\u0938\u0940 \u092d\u0940 \u0939\u093f\u0938\u094d\u0938\u0947 \u092e\u0947\u0902 \u0930\u0915\u094d\u0924\u0938\u094d\u0930\u093e\u0935 \u0939\u094b\u0924\u093e...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/gastrointestinal-bleeding-in-hindi\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/get-rid-of-viral-gastroenteritis\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/07\/imgpsh_fullsize_anim-22-1024x585.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/get-rid-of-viral-gastroenteritis\/\">How do you get rid of viral Gastroenteritis?<\/a><\/h4><ul class=\"meta\"><li>24 July, 2022<\/li><li>0 Comments<\/li><\/ul><p>Get rid of viral Gastroenteritis: Gastric problems are very common in the present generation. This is so because of the...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/get-rid-of-viral-gastroenteritis\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-liver-fibrosis\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/07\/imgpsh_fullsize_anim-18-1-1024x585.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-liver-fibrosis\/\">Liver Fibrosis: Stages, Treatment, and Symptoms!<\/a><\/h4><ul class=\"meta\"><li>16 July, 2022<\/li><li>0 Comments<\/li><\/ul><p>What is Liver Fibrosis: Liver is among the most important parts of the body. It is responsible for so many...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-liver-fibrosis\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/signs-and-symptoms-of-viral-gastroenteritis\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/07\/imgpsh_fullsize_anim-13-1-1024x585.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/signs-and-symptoms-of-viral-gastroenteritis\/\">Signs and Symptoms of Viral gastroenteritis.<\/a><\/h4><ul class=\"meta\"><li>6 July, 2022<\/li><li>0 Comments<\/li><\/ul><p>Signs and Symptoms of Viral gastroenteritis: Health conditions are very common at present, and no doubt, even the slightest infection...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/signs-and-symptoms-of-viral-gastroenteritis\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/digestive-health-issues-hindi\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/07\/imgpsh_fullsize_anim-10-1024x585.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/digestive-health-issues-hindi\/\">Digestive Health Issues: \u091c\u093e\u0928\u093f\u090f \u0915\u094d\u092f\u093e \u0939\u0948 \u092a\u093e\u091a\u0928 \u0938\u0902\u092c\u0902\u0927\u0940 \u092c\u0940\u092e\u093e\u0930\u0940 ?<\/a><\/h4><ul class=\"meta\"><li>4 July, 2022<\/li><li>0 Comments<\/li><\/ul><p>Digestive Health Issues Hindi: \u0939\u092e\u093e\u0930\u093e \u092a\u093e\u091a\u0928 \u0924\u0902\u0924\u094d\u0930 \u0939\u092e\u093e\u0930\u0947 \u0936\u0930\u0940\u0930 \u0915\u094b \u092a\u094b\u0937\u0923 \u0926\u0947\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u092c\u0928\u093e \u0939\u0948\u0964 \u0939\u092e\u093e\u0930\u0947 \u092a\u093e\u091a\u0928 \u0924\u0902\u0924\u094d\u0930 \u092e\u0947\u0902...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/digestive-health-issues-hindi\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/stomach-pain-causes-in-hindi\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/06\/imgpsh_fullsize_anim-62-1-1024x585.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/stomach-pain-causes-in-hindi\/\">Stomach Pain: \u092a\u0947\u091f \u0926\u0930\u094d\u0926 \u0915\u0947 \u0938\u093e\u092e\u093e\u0928\u094d\u092f \u0915\u093e\u0930\u0923 \u0915\u094d\u092f\u093e \u0939\u094b \u0938\u0915\u0924\u0947 \u0939\u0948\u0902?<\/a><\/h4><ul class=\"meta\"><li>28 June, 2022<\/li><li>0 Comments<\/li><\/ul><p>Stomach Pain Causes in Hindi: \u092a\u0947\u091f \u092e\u0947\u0902 \u0939\u0932\u094d\u0915\u093e \u0926\u0930\u094d\u0926 \u0939\u094b\u0928\u093e \u0906\u092e \u092c\u093e\u0924 \u0939\u0948\u0964 \u092a\u0947\u091f \u092e\u0947\u0902 \u0905\u091a\u093e\u0928\u0915 \u0910\u0902\u0920\u0928 \u0939\u094b\u0928\u0947 \u092a\u0930 \u0926\u0930\u094d\u0926...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/stomach-pain-causes-in-hindi\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/gastric-cancer-in-hindi\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/06\/imgpsh_fullsize_anim-55-1-1024x585.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/gastric-cancer-in-hindi\/\">Gastric Cancer: \u0917\u0948\u0938\u094d\u091f\u094d\u0930\u093f\u0915 \u0915\u0948\u0902\u0938\u0930 \u0915\u093e \u092a\u0924\u093e \u0915\u0948\u0938\u0947 \u0932\u0917\u0924\u093e \u0939\u0948? \u091c\u093e\u0928\u0947\u0902 \u0907\u0938\u0915\u0947 \u0932\u0915\u094d\u0937\u0923<\/a><\/h4><ul class=\"meta\"><li>25 June, 2022<\/li><li>0 Comments<\/li><\/ul><p>Gastric Cancer in Hindi: \u091c\u092c \u0906\u092a\u0915\u0947 \u092a\u0947\u091f \u0915\u0940 \u0905\u0902\u0926\u0930\u0942\u0928\u0940 \u092a\u0930\u0924 \u092a\u0930 \u0915\u0948\u0902\u0938\u0930 \u0915\u094b\u0936\u093f\u0915\u093e\u090f\u0902 \u092c\u0928\u0928\u0947 \u0932\u0917\u0924\u0940 \u0939\u0948\u0902, \u0924\u094b \u0907\u0938\u0947 \u0917\u0948\u0938\u094d\u091f\u094d\u0930\u093f\u0915 \u0915\u0948\u0902\u0938\u0930...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/gastric-cancer-in-hindi\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/liver-pain-hindi\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/06\/imgpsh_fullsize_anim-41-1024x585.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/liver-pain-hindi\/\">Liver Pain: \u091c\u093e\u0928\u093f\u090f \u0932\u093f\u0935\u0930 \u092e\u0947\u0902 \u0926\u0930\u094d\u0926 \u0915\u0947 \u0915\u093e\u0930\u0923!<\/a><\/h4><ul class=\"meta\"><li>20 June, 2022<\/li><li>0 Comments<\/li><\/ul><p>Liver Pain Hindi: \u0932\u0940\u0935\u0930 \u0936\u0930\u0940\u0930 \u0915\u093e \u090f\u0915 \u092e\u0939\u0924\u094d\u0935\u092a\u0942\u0930\u094d\u0923 \u0905\u0902\u0917 \u0939\u0948\u0964 \u0932\u0940\u0935\u0930 \u0915\u0947 \u0915\u0908 \u092e\u0939\u0924\u094d\u0935\u092a\u0942\u0930\u094d\u0923 \u0915\u093e\u0930\u094d\u092f \u0939\u094b\u0924\u0947 \u0939\u0948\u0902\u0964 \u092f\u0939 \u092d\u094b\u091c\u0928 \u0915\u094b...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/liver-pain-hindi\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/causes-of-chronic-pancreatitis\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/06\/imgpsh_fullsize_anim-31-1024x585.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/causes-of-chronic-pancreatitis\/\">What are the causes of chronic Pancreatitis?<\/a><\/h4><ul class=\"meta\"><li>15 June, 2022<\/li><li>0 Comments<\/li><\/ul><p>Causes of Chronic Pancreatitis: We are in a generation where health-related problems are very common, and people, due to bad...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/causes-of-chronic-pancreatitis\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/stomach-flu-in-hindi\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/06\/imgpsh_fullsize_anim-28-1024x585.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/stomach-flu-in-hindi\/\">Stomach Flu: \u092a\u0947\u091f \u0915\u093e \u092b\u094d\u0932\u0942 \u0915\u094d\u092f\u093e \u0939\u0948?<\/a><\/h4><ul class=\"meta\"><li>13 June, 2022<\/li><li>0 Comments<\/li><\/ul><p>Stomach Flu in Hindi: \u092a\u0947\u091f \u092b\u094d\u0932\u0942 \u090f\u0915 \u092a\u094d\u0930\u0915\u093e\u0930 \u0915\u093e \u0935\u093e\u092f\u0930\u0932 \u0917\u0948\u0938\u094d\u091f\u094d\u0930\u094b\u090f\u0902\u091f\u0947\u0930\u093e\u0907\u091f\u093f\u0938 \u092f\u093e \u092a\u0947\u091f \u092b\u094d\u0932\u0942 \u0939\u0948 \u091c\u094b \u0910\u0902\u0920\u0928, \u0926\u0938\u094d\u0924, \u092c\u0947\u091a\u0948\u0928\u0940 \u0914\u0930...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/stomach-flu-in-hindi\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/liver-cirrhosis-meaning-in-hindi\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/06\/imgpsh_fullsize_anim-21-min-1-1024x585.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/liver-cirrhosis-meaning-in-hindi\/\">Liver Cirrhosis: \u0932\u093f\u0935\u0930 \u0938\u093f\u0930\u0949\u0938\u093f\u0938 \u0915\u094d\u092f\u093e \u0939\u0948?<\/a><\/h4><ul class=\"meta\"><li>9 June, 2022<\/li><li>0 Comments<\/li><\/ul><p>Liver Cirrhosis Meaning in Hindi: \u0932\u0940\u0935\u0930 \u0938\u093f\u0930\u094b\u0938\u093f\u0938 \u0932\u0940\u0935\u0930 \u0915\u0940 \u092c\u0940\u092e\u093e\u0930\u0940 \u0915\u093e \u0905\u0902\u0924\u093f\u092e \u091a\u0930\u0923 \u0939\u0948 \u091c\u093f\u0938\u092e\u0947\u0902 \u0932\u0940\u0935\u0930 \u092b\u0947\u0932 \u0939\u094b\u0928\u0947 \u0938\u0947 \u092a\u0939\u0932\u0947...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/liver-cirrhosis-meaning-in-hindi\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/viral-gastroenteritis-hindi\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/06\/imgpsh_fullsize_anim-16-1024x585.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/viral-gastroenteritis-hindi\/\">Viral Gastroenteritis : \u0935\u093e\u092f\u0930\u0932 \u0906\u0902\u0924\u094d\u0930\u0936\u094b\u0925 \u0915\u094d\u092f\u093e \u0939\u0948?<\/a><\/h4><ul class=\"meta\"><li>8 June, 2022<\/li><li>0 Comments<\/li><\/ul><p>Viral Gastroenteritis Hindi: \u0935\u093e\u092f\u0930\u0932 \u0917\u0948\u0938\u094d\u091f\u094d\u0930\u094b\u090f\u0902\u091f\u0947\u0930\u093e\u0907\u091f\u093f\u0938 \u092a\u0947\u091f \u0915\u0940 \u090f\u0915 \u092c\u0939\u0941\u0924 \u0939\u0940 \u0906\u092e \u0938\u092e\u0938\u094d\u092f\u093e \u0939\u0948\u0964 \u091c\u094d\u092f\u093e\u0926\u093e\u0924\u0930 \u092e\u093e\u092e\u0932\u094b\u0902 \u092e\u0947\u0902, \u092f\u0939 \u0938\u092e\u0938\u094d\u092f\u093e \u0915\u0947\u0935\u0932 \u0915\u0941\u091b...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/viral-gastroenteritis-hindi\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-chronic-pancreatitis\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/06\/What-is-Chronic-Pancreatitis.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-chronic-pancreatitis\/\">What is Chronic Pancreatitis?<\/a><\/h4><ul class=\"meta\"><li>4 June, 2022<\/li><li>0 Comments<\/li><\/ul><p>What is Chronic Pancreatitis: Pancreas is an important gland in the upper abdomen, behind the stomach and below the ribcage....<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-chronic-pancreatitis\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-happens-when-stomach-ulcers-bleed\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/05\/imgpsh_fullsize_anim-43-1024x585.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-happens-when-stomach-ulcers-bleed\/\">What Happens When Stomach Ulcers Bleed?<\/a><\/h4><ul class=\"meta\"><li>24 May, 2022<\/li><li>0 Comments<\/li><\/ul><p>What Happens When Stomach Ulcers Bleed: Stomach ulcers are a type of peptic ulcer that occurs in the lining of...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-happens-when-stomach-ulcers-bleed\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/symptoms-of-an-inflamed-liver\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/05\/imgpsh_fullsize_anim-52-1024x585.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/symptoms-of-an-inflamed-liver\/\">What are the\u00a0symptoms of an Inflamed Liver?<\/a><\/h4><ul class=\"meta\"><li>20 May, 2022<\/li><li>0 Comments<\/li><\/ul><p>Symptoms of an Inflamed Liver: Liver is among the essential part of the body. If the liver is not functioning...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/symptoms-of-an-inflamed-liver\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/abdominal-pain-and-dizziness-hindi\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/05\/image_2022_05_04T09_00_47_720Z-1024x585.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/abdominal-pain-and-dizziness-hindi\/\">Abdominal Pain And Dizziness: \u091c\u093e\u0928\u093f\u090f \u0907\u0938\u0915\u0947 \u0915\u093e\u0930\u0923 \u0914\u0930 \u0907\u0932\u093e\u091c!<\/a><\/h4><ul class=\"meta\"><li>4 May, 2022<\/li><li>0 Comments<\/li><\/ul><p>Abdominal Pain And Dizziness Hindi: \u092a\u0947\u091f \u0926\u0930\u094d\u0926 \u0914\u0930 \u091a\u0915\u094d\u0915\u0930 \u0906\u0928\u093e \u092f\u0947 \u0926\u094b\u0928\u094b\u0902 \u0939\u0940 \u0938\u092e\u0938\u094d\u092f\u093e\u090f\u0902 \u0910\u0938\u0940 \u0939\u0948\u0902 \u091c\u093f\u0938\u0938\u0947 \u0939\u092e \u0938\u092d\u0940 \u092a\u0930\u093f\u091a\u093f\u0924...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/abdominal-pain-and-dizziness-hindi\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/jaundice-in-hindi\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/04\/imgpsh_fullsize_anim-42-1-1024x585.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/jaundice-in-hindi\/\">Jaundice: \u0915\u094d\u092f\u093e \u0939\u094b\u0924\u093e \u0939\u0948 \u092a\u0940\u0932\u093f\u092f\u093e?<\/a><\/h4><ul class=\"meta\"><li>26 April, 2022<\/li><li>0 Comments<\/li><\/ul><p>Jaundice in Hindi: \u091c\u092c \u0930\u0915\u094d\u0924 \u092e\u0947\u0902 \u092c\u093f\u0932\u0940\u0930\u0941\u092c\u093f\u0928 \u0915\u093e \u0938\u094d\u0924\u0930 \u092c\u0922\u093c \u091c\u093e\u0924\u093e \u0939\u0948, \u0924\u094b \u0924\u094d\u0935\u091a\u093e, \u0928\u093e\u0916\u0942\u0928 \u0914\u0930 \u0906\u0902\u0916\u094b\u0902 \u0915\u093e \u0938\u092b\u0947\u0926 \u092d\u093e\u0917...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/jaundice-in-hindi\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-peptic-ulcer\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/04\/imgpsh_fullsize_anim-41-1-1024x585.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-peptic-ulcer\/\">What is Peptic Ulcer?<\/a><\/h4><ul class=\"meta\"><li>25 April, 2022<\/li><li>0 Comments<\/li><\/ul><p>What is Peptic Ulcer: In the medical language, ulcer or peptic ulcer is a sore or ulcer in the stomach....<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-peptic-ulcer\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/fatty-liver-hindi\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/04\/imgpsh_fullsize_anim-37-1024x585.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/fatty-liver-hindi\/\">Fatty Liver : \u092b\u0948\u091f\u0940 \u0932\u093f\u0935\u0930 \u0915\u094d\u092f\u093e \u0939\u0948?<\/a><\/h4><ul class=\"meta\"><li>22 April, 2022<\/li><li>0 Comments<\/li><\/ul><p>Fatty Liver Hindi: \u0939\u092e\u093e\u0930\u093e \u0932\u0940\u0935\u0930 \u0936\u0930\u0940\u0930 \u0915\u093e \u0926\u0942\u0938\u0930\u093e \u0938\u092c\u0938\u0947 \u092c\u0921\u093c\u093e \u0905\u0902\u0917 \u0939\u0948, \u091c\u094b \u0906\u092a\u0915\u0947 \u0926\u094d\u0935\u093e\u0930\u093e \u0916\u093e\u090f \u091c\u093e\u0928\u0947 \u0935\u093e\u0932\u0947 \u0906\u0939\u093e\u0930 \u0914\u0930...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/fatty-liver-hindi\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/gastric-cancer-hindi\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/04\/imgpsh_fullsize_anim-35-1024x585.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/gastric-cancer-hindi\/\">Gastric Cancer: \u0917\u0948\u0938\u094d\u091f\u094d\u0930\u093f\u0915 \u0915\u0948\u0902\u0938\u0930 \u0915\u094d\u092f\u093e \u0939\u0948\u0902?<\/a><\/h4><ul class=\"meta\"><li>21 April, 2022<\/li><li>0 Comments<\/li><\/ul><p>Gastric Cancer Hindi: \u0917\u0948\u0938\u094d\u091f\u094d\u0930\u093f\u0915 \u0915\u0948\u0902\u0938\u0930 \u0915\u094d\u092f\u093e \u0939\u0948\u0902? \u092a\u0947\u091f \u0915\u0947 \u0915\u0948\u0902\u0938\u0930 \u0915\u094b \u0917\u0948\u0938\u094d\u091f\u094d\u0930\u093f\u0915 \u0915\u0948\u0902\u0938\u0930 \u092d\u0940 \u0915\u0939\u093e \u091c\u093e\u0924\u093e \u0939\u0948\u0964 \u0917\u0948\u0938\u094d\u091f\u094d\u0930\u093f\u0915 \u0915\u0948\u0902\u0938\u0930 \u090f\u0915...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/gastric-cancer-hindi\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/causes-of-gastroenteritis-in-hindi\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/04\/imgpsh_fullsize_anim-31-1024x585.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/causes-of-gastroenteritis-in-hindi\/\">[Gastroenteritis] \u0917\u0948\u0938\u094d\u091f\u094d\u0930\u094b\u090f\u0928\u094d\u091f\u0930\u093e\u0907\u091f\u093f\u0938 \u0915\u0947 \u0915\u093e\u0930\u0923, \u0932\u0915\u094d\u0937\u0923 \u0914\u0930 \u0909\u092a\u093e\u092f !<\/a><\/h4><ul class=\"meta\"><li>19 April, 2022<\/li><li>0 Comments<\/li><\/ul><p>Causes of Gastroenteritis in Hindi: \u092e\u093e\u0928\u0935 \u0936\u0930\u0940\u0930 \u092e\u0947\u0902 \u092a\u0947\u091f \u0915\u094b \u090f\u0915 \u092e\u0939\u0924\u094d\u0935\u092a\u0942\u0930\u094d\u0923 \u0905\u0902\u0917 \u092e\u093e\u0928\u093e \u091c\u093e\u0924\u093e \u0939\u0948, \u0915\u094d\u092f\u094b\u0902\u0915\u093f \u0907\u0938 \u092a\u0930 \u0939\u0940...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/causes-of-gastroenteritis-in-hindi\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-do-ulcers-become-bleeding-ulcer\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/04\/imgpsh_fullsize_anim-15-1024x585.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-do-ulcers-become-bleeding-ulcer\/\">How Do Ulcers Become Bleeding Ulcer?<\/a><\/h4><ul class=\"meta\"><li>1 April, 2022<\/li><li>0 Comments<\/li><\/ul><p>How Do Ulcers Become Bleeding Ulcer: The present generation is more prone to multiple health-related problems. Without a doubt, the...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-do-ulcers-become-bleeding-ulcer\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/can-liver-cancer-be-prevented\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/03\/imgpsh_fullsize_anim-13-1024x585.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/can-liver-cancer-be-prevented\/\">Can Liver Cancer Be Prevented?<\/a><\/h4><ul class=\"meta\"><li>29 March, 2022<\/li><li>0 Comments<\/li><\/ul><p>Can Liver Cancer Be Prevented: The liver is among the most important parts of the human body. If the liver...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/can-liver-cancer-be-prevented\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-gastroenteritis\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/03\/imgpsh_fullsize_anim-10-1024x585.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-gastroenteritis\/\">Gastroenteritis: What is Gastroenteritis?<\/a><\/h4><ul class=\"meta\"><li>26 March, 2022<\/li><li>0 Comments<\/li><\/ul><p>What is Gastroenteritis? What is Gastroenteritis: Inflammation in the upper layer of the intestine (intestine) is called gastroenteritis. It is...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-gastroenteritis\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/hepatitis-b-kya-hai\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/03\/www.jaipurgastro.com-4-1024x576.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/hepatitis-b-kya-hai\/\">Hepatitis B : \u0939\u0947\u092a\u0947\u091f\u093e\u0907\u091f\u093f\u0938 \u092c\u0940 \u0915\u094d\u092f\u093e \u0939\u0948?<\/a><\/h4><ul class=\"meta\"><li>22 March, 2022<\/li><li>0 Comments<\/li><\/ul><p>\u0939\u0947\u092a\u0947\u091f\u093e\u0907\u091f\u093f\u0938-\u092c\u0940 (Hepatitis B Kya Hai) Hepatitis B Kya Hai: \u0939\u0947\u092a\u0947\u091f\u093e\u0907\u091f\u093f\u0938 \u092c\u0940 \u0926\u0941\u0928\u093f\u092f\u093e \u092e\u0947\u0902 \u0938\u092c\u0938\u0947 \u0906\u092e \u092f\u0915\u0943\u0924 \u0938\u0902\u0915\u094d\u0930\u092e\u0923 \u0939\u0948\u0964 \u092f\u0939 \u0939\u0947\u092a\u0947\u091f\u093e\u0907\u091f\u093f\u0938-\u092c\u0940...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/hepatitis-b-kya-hai\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-ascites\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/03\/imgpsh_fullsize_anim-33-1024x585.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-ascites\/\">What is Ascites?<\/a><\/h4><ul class=\"meta\"><li>21 March, 2022<\/li><li>0 Comments<\/li><\/ul><p>What is Ascites? Other diseases such as liver, cancer, congestive heart failure or kidney can result in accumulation of pale...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-ascites\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-liver-cancer\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/03\/www.jaipurgastro.com-3-1-1024x576.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-liver-cancer\/\">Liver Cancer Symptoms, Causes and 4 Ways to Prevent.<\/a><\/h4><ul class=\"meta\"><li>9 March, 2022<\/li><li>0 Comments<\/li><\/ul><p>According to experts, liver cancer is the third leading cause of death from any other type of cancer. If you...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-liver-cancer\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-stomach-flu\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/03\/www.jaipurgastro.com-2-1024x576.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-stomach-flu\/\">What is Stomach Flu?<\/a><\/h4><ul class=\"meta\"><li>1 March, 2022<\/li><li>0 Comments<\/li><\/ul><p>What is Stomach Flu: Stomach flu is a type of viral gastroenteritis or stomach flu which can cause symptoms like...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-stomach-flu\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/causes-of-gastric-cancer\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/02\/imgpsh_fullsize_anim-12-1024x585.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/causes-of-gastric-cancer\/\">What are the causes of gastric cancer?<\/a><\/h4><ul class=\"meta\"><li>8 February, 2022<\/li><li>0 Comments<\/li><\/ul><p>Causes of Gastric Cancer: Gastric problems are very common in the present generation. Undoubtedly, more than 7 in 100 people...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/causes-of-gastric-cancer\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/ulcer-bleeding\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/01\/image_2022_01_31T08_06_14_189Z-1024x585.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/ulcer-bleeding\/\">What Should You Know About Bleeding Ulcer Bleeding?<\/a><\/h4><ul class=\"meta\"><li>31 January, 2022<\/li><li>0 Comments<\/li><\/ul><p>Digestive issues are known to cause issues in our lives as well. Some digestive issues are curable within a few...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/ulcer-bleeding\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-jaundice-symptoms\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/01\/What-is-Jaundice-Symptoms-Causes-Treatment-1024x585.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-jaundice-symptoms\/\">What is Jaundice Symptoms Causes &#038; Treatment in 2022?<\/a><\/h4><ul class=\"meta\"><li>13 January, 2022<\/li><li>0 Comments<\/li><\/ul><p>Jaundice is one of the most common problems we all encounter for the first time in our lives. In infants,...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-jaundice-symptoms\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/top-8-gastroenteritis-symptoms-in-humans-in-2022\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2021\/12\/Top-8-Gastroenteritis-Symptoms-in-Humans-2022-1024x585.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/top-8-gastroenteritis-symptoms-in-humans-in-2022\/\">Top 8 Gastroenteritis Symptoms in Humans in 2022<\/a><\/h4><ul class=\"meta\"><li>24 December, 2021<\/li><li>0 Comments<\/li><\/ul><p>Right now, health issues are very common. From child to adult, everyone is facing some of the same issues. According...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/top-8-gastroenteritis-symptoms-in-humans-in-2022\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-are-the-stomach-flu-remedies\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2021\/12\/What-Are-the-Stomach-Flu-Remedies-1024x585.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-are-the-stomach-flu-remedies\/\">What Are the Stomach Flu Remedies?<\/a><\/h4><ul class=\"meta\"><li>15 December, 2021<\/li><li>0 Comments<\/li><\/ul><p>Gastroenteritis, or stomach flu, is a common problem these days and can hit an individual at any time. It is...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-are-the-stomach-flu-remedies\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/gastroenteritis-symptoms-signs\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2021\/12\/What-are-the-gastroenteritis-symptoms-and-signs-1024x585.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/gastroenteritis-symptoms-signs\/\">What are the Gastroenteritis Symptoms and Signs<\/a><\/h4><ul class=\"meta\"><li>10 December, 2021<\/li><li>0 Comments<\/li><\/ul><p>Gastroenteritis is also known as stomach flu. It is a condition that occurs when inflammation in the intestines takes place....<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/gastroenteritis-symptoms-signs\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/symptoms-of-acidity\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2021\/11\/imgpsh_fullsize_anim-21-1024x585.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/symptoms-of-acidity\/\">What are the symptoms of Acidity?<\/a><\/h4><ul class=\"meta\"><li>19 November, 2021<\/li><li>0 Comments<\/li><\/ul><p>Acidity is a common problem these days. It is a medical condition when overproduction of acid takes place in the...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/symptoms-of-acidity\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/causes-of-stomach-ulcers\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2021\/09\/new.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/causes-of-stomach-ulcers\/\">What are the causes of Stomach Ulcers?<\/a><\/h4><ul class=\"meta\"><li>26 September, 2021<\/li><li>0 Comments<\/li><\/ul><p>Stomach ulcers or peptic ulcers are the sores in the lining of the stomach or small intestine. When the protective...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/causes-of-stomach-ulcers\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/hepatitis-types-and-treatment\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2021\/09\/jg-1024x585.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/hepatitis-types-and-treatment\/\">What are the Hepatitis Types and Treatment<\/a><\/h4><ul class=\"meta\"><li>22 September, 2021<\/li><li>0 Comments<\/li><\/ul><p>Hepatitis is the inflammatory condition of the liver caused by a viral infection or due to secondary results of medications,...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/hepatitis-types-and-treatment\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/symptoms-of-hepatitis\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2021\/09\/jaipurgastro-1024x585.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/symptoms-of-hepatitis\/\">7 Symptoms of Hepatitis in 2022<\/a><\/h4><ul class=\"meta\"><li>20 September, 2021<\/li><li>0 Comments<\/li><\/ul><p>Hepatitis is a common problem with the liver. It describes inflammation of the liver and happens due to viral infection...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/symptoms-of-hepatitis\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/early-sign-of-pancreatic-cancer\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2021\/09\/jgnew-1024x585.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/early-sign-of-pancreatic-cancer\/\">What is the Early Sign of Pancreatic Cancer<\/a><\/h4><ul class=\"meta\"><li>11 September, 2021<\/li><li>0 Comments<\/li><\/ul><p>Pancreatic cancer is serious cancer, and in the early stages majorly there are no certain signs and symptoms. But chances...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/early-sign-of-pancreatic-cancer\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/sign-and-symptoms-of-acute-liver-failure\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2021\/08\/jg.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/sign-and-symptoms-of-acute-liver-failure\/\">Sign and Symptoms of Acute Liver Failure<\/a><\/h4><ul class=\"meta\"><li>30 August, 2021<\/li><li>0 Comments<\/li><\/ul><p>Acute liver failure is a condition when the liver loses its functioning rapidly. Basically, it has been seen in people...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/sign-and-symptoms-of-acute-liver-failure\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/symptoms-of-ulcer-bleeding\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2021\/08\/image_2021_08_16T07_18_12_047Z-1024x585.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/symptoms-of-ulcer-bleeding\/\">What are the Symptoms of Ulcer Bleeding<\/a><\/h4><ul class=\"meta\"><li>16 August, 2021<\/li><li>0 Comments<\/li><\/ul><p>Bleeding ulcer or peptic ulcer refers to the open sores in the digestive tracts. Basically, when these are located inside...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/symptoms-of-ulcer-bleeding\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/early-sign-and-symptoms-of-liver-cirrhosis\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2021\/08\/picturemessage_0qgzzvvw.oqp_-1-1024x585.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/early-sign-and-symptoms-of-liver-cirrhosis\/\">What are the early sign and symptoms of Liver Cirrhosis?<\/a><\/h4><ul class=\"meta\"><li>10 August, 2021<\/li><li>0 Comments<\/li><\/ul><p>Liver cirrhosis is the condition in which there is damage to the liver, and it causes Scaring and liver failure....<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/early-sign-and-symptoms-of-liver-cirrhosis\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/benefits-of-endoscopic-biopsy\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2021\/07\/image_2021_07_14T12_14_52_847Z-1024x585.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/benefits-of-endoscopic-biopsy\/\">What are the benefits of Endoscopic Biopsy?<\/a><\/h4><ul class=\"meta\"><li>14 July, 2021<\/li><li>0 Comments<\/li><\/ul><p>Endoscopic Biopsy is a procedure that is used to diagnose the inside body tissues to get samples from different organs,...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/benefits-of-endoscopic-biopsy\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/not-do-after-a-liver-biopsy\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2021\/07\/image_2021_07_13T09_21_46_211Z.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/not-do-after-a-liver-biopsy\/\">What can you not do after a Liver Biopsy?<\/a><\/h4><ul class=\"meta\"><li>13 July, 2021<\/li><li>0 Comments<\/li><\/ul><p>Liver biopsy is a diagnosing technique in which doctors take a small piece of tissue from the liver and further...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/not-do-after-a-liver-biopsy\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/acute-liver-failure-symptoms-and-causes\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2021\/06\/image_2021_06_09T11_01_36_638Z.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/acute-liver-failure-symptoms-and-causes\/\">Acute Liver Failure: Symptoms And Causes.<\/a><\/h4><ul class=\"meta\"><li>9 June, 2021<\/li><li>0 Comments<\/li><\/ul><p>Acute Liver failure is a condition in which the liver stops working suddenly. It majorly happens when a person has...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/acute-liver-failure-symptoms-and-causes\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-causes-of-liver-cirrhosis\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2021\/06\/image_2021_06_07T07_31_38_096Z.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-causes-of-liver-cirrhosis\/\">What causes of Liver Cirrhosis?<\/a><\/h4><ul class=\"meta\"><li>5 June, 2021<\/li><li>0 Comments<\/li><\/ul><p>Liver cirrhosis is the last stage that occurs due to any liver disease or condition. Majorly hepatitis and chronic alcoholism...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-causes-of-liver-cirrhosis\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/liver-cancer-symptoms-and-causes\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2021\/06\/image_2021_06_04T07_29_16_074Z.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/liver-cancer-symptoms-and-causes\/\">Liver Cancer Symptoms and Causes<\/a><\/h4><ul class=\"meta\"><li>4 June, 2021<\/li><li>0 Comments<\/li><\/ul><p>Liver cancer is a type of cancer in which cancer cell formation takes place in the liver. We all are...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/liver-cancer-symptoms-and-causes\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-long-does-it-take-to-get-over-gastroenteritis\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2021\/05\/image_2021_05_17T03_29_31_356Z.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-long-does-it-take-to-get-over-gastroenteritis\/\">How long does it take to get over Gastroenteritis?<\/a><\/h4><ul class=\"meta\"><li>17 May, 2021<\/li><li>0 Comments<\/li><\/ul><p>Gastroenteritis is basically the intestinal infection that marks its presence by cramps, diarrhea, vomiting, nausea, and fever. It majorly happens...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-long-does-it-take-to-get-over-gastroenteritis\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-long-to-recover-from-liver-biopsy\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2021\/05\/jaipur-gastro.jpg)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-long-to-recover-from-liver-biopsy\/\">How long does it take to recover from a Liver Biopsy?<\/a><\/h4><ul class=\"meta\"><li>3 May, 2021<\/li><li>0 Comments<\/li><\/ul><p>Have you heard of liver biopsy? Why does a person need to undergo a liver biopsy? How long does a...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/how-long-to-recover-from-liver-biopsy\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/causes-of-pancreatitis\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2021\/04\/image_2021_04_20T08_56_23_168Z.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/causes-of-pancreatitis\/\">What are the Causes of Pancreatitis in 2022?<\/a><\/h4><ul class=\"meta\"><li>20 April, 2021<\/li><li>0 Comments<\/li><\/ul><p>Pancreatitis is a condition where the pancreas is not working properly. The pancreas is responsible for digesting food and regulates...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/causes-of-pancreatitis\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-the-best-way-to-treat-gastroenteritis\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2021\/04\/image_2021_04_13T10_13_34_853Z.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-the-best-way-to-treat-gastroenteritis\/\">What is the Best way to treat Gastroenteritis<\/a><\/h4><ul class=\"meta\"><li>13 April, 2021<\/li><li>0 Comments<\/li><\/ul><p>Gastroenteritis is the condition in which inflammation of the stomach and intestine takes place due to any virus or bacteria....<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-the-best-way-to-treat-gastroenteritis\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/is-liver-cirrhosis-curable\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2021\/04\/image_2021_04_07T04_51_24_751Z.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/is-liver-cirrhosis-curable\/\">Is liver cirrhosis curable in 2022?<\/a><\/h4><ul class=\"meta\"><li>7 April, 2021<\/li><li>0 Comments<\/li><\/ul><p>Liver cirrhosis is a condition where scaring of the liver takes place. It could happen due to chronic alcoholism or...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/is-liver-cirrhosis-curable\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/treatment-for-liver-cirrhosis\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2021\/03\/image_2021_03_24T05_30_53_293Z.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/treatment-for-liver-cirrhosis\/\">What is the Best Treatment for Liver Cirrhosis in 2022<\/a><\/h4><ul class=\"meta\"><li>24 March, 2021<\/li><li>0 Comments<\/li><\/ul><p>Liver cirrhosis is a disease in which scar tissue replaces the healthy liver cells, and as a result, the liver...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/treatment-for-liver-cirrhosis\/\">Read More<\/a><\/div><\/div><\/article><article class=\"blog-item \" ><div class=\"holder\"><div class=\"pic\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.jaipurgastro.com\/wp-content\/plugins\/radiantthemes-addons\/blog\/images\/blank-image-100x60.jpg\" alt=\"blank image\" width=\"100\" height=\"60\"><a class=\"holder\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-the-best-food-to-eat-if-you-have-a-stomach-ulcer-6\/\" style=\"background-image:url(https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2021\/03\/image_2021_03_13T09_33_04_600Z.png)\"><\/a><\/div><div class=\"data\"><h4><a href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-the-best-food-to-eat-if-you-have-a-stomach-ulcer-6\/\">What Is The Best Food To Eat If You Have A Stomach Ulcer?<\/a><\/h4><ul class=\"meta\"><li>22 March, 2021<\/li><li>0 Comments<\/li><\/ul><p>Do you have stomach ulcer problems? You need to keep your attention on some foods and avoid others, which we...<\/p><a class=\"btn\" href=\"https:\/\/www.jaipurgastro.com\/health-tips\/what-is-the-best-food-to-eat-if-you-have-a-stomach-ulcer-6\/\">Read More<\/a><\/div><\/div><\/article><\/div>\r<!-- blog -->\r[\/vc_column][\/vc_row][\/vc_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; css=&#8221;.vc_custom_1583567003520{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221; el_class=&#8221;slider-box&#8221;][vc_column css=&#8221;.vc_custom_1530077389456{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;][vc_column_text css=&#8221;.vc_custom_1530087366453{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}&#8221;][\/vc_column_text][vc_column_text el_class=&#8221;slider-form&#8221; css=&#8221;.vc_custom_1576648165918{margin-bottom: 0px !important;}&#8221;][\/vc_column_text][\/vc_column][\/vc_row][vc_section full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1715925647836{border-top-width: 1px !important;padding-top: 50px !important;padding-bottom: 50px !important;border-top-color: #dddddd !important;border-top-style: solid !important;}&#8221;][vc_row][vc_column width=&#8221;2\/3&#8243;][vc_custom_heading text=&#8221;Meet Our Doctor&#8221; font_container=&#8221;tag:h6|font_size:16px|text_align:left|color:%23a83b4c|line_height:28px&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1715925082313{margin-top: 0px !important;margin-bottom: [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":9665,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":"","_members_access_role":[],"_members_access_error":""},"class_list":["post-7779","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Best Gastroenterologist in Jaipur - Dr. Shankar Dhaka<\/title>\n<meta name=\"description\" content=\"Looking for a trusted Gastroenterologist in Jaipur? Consult Dr. Shankar Dhaka with 10+ years of experience at JaipurGastro Clinic for advanced GI care.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.jaipurgastro.com\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Best Gastroenterologist in Jaipur - Dr. Shankar Dhaka\" \/>\n<meta property=\"og:description\" content=\"Looking for a trusted Gastroenterologist in Jaipur? Consult Dr. Shankar Dhaka with 10+ years of experience at JaipurGastro Clinic for advanced GI care.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.jaipurgastro.com\/\" \/>\n<meta property=\"og:site_name\" content=\"jaipurgastroclinic\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-06T12:03:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2023\/01\/dr-shankar-lal-jat-5cdd2477b46fd_205x205-1.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"205\" \/>\n\t<meta property=\"og:image:height\" content=\"205\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"17 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.jaipurgastro.com\\\/\",\"url\":\"https:\\\/\\\/www.jaipurgastro.com\\\/\",\"name\":\"Best Gastroenterologist in Jaipur - Dr. Shankar Dhaka\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.jaipurgastro.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.jaipurgastro.com\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.jaipurgastro.com\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.jaipurgastro.com\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/dr-shankar-lal-jat-5cdd2477b46fd_205x205-1.webp\",\"datePublished\":\"2018-06-27T04:38:19+00:00\",\"dateModified\":\"2026-07-06T12:03:50+00:00\",\"description\":\"Looking for a trusted Gastroenterologist in Jaipur? Consult Dr. Shankar Dhaka with 10+ years of experience at JaipurGastro Clinic for advanced GI care.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.jaipurgastro.com\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.jaipurgastro.com\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.jaipurgastro.com\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.jaipurgastro.com\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/dr-shankar-lal-jat-5cdd2477b46fd_205x205-1.webp\",\"contentUrl\":\"https:\\\/\\\/www.jaipurgastro.com\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/dr-shankar-lal-jat-5cdd2477b46fd_205x205-1.webp\",\"width\":205,\"height\":205,\"caption\":\"Gastroenterologist in Jaipur\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.jaipurgastro.com\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.jaipurgastro.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.jaipurgastro.com\\\/#website\",\"url\":\"https:\\\/\\\/www.jaipurgastro.com\\\/\",\"name\":\"jaipurgastroclinic\",\"description\":\"Just another WordPress site\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.jaipurgastro.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.jaipurgastro.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.jaipurgastro.com\\\/#organization\",\"name\":\"JaipurGastro\",\"url\":\"https:\\\/\\\/www.jaipurgastro.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.jaipurgastro.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.jaipurgastro.com\\\/wp-content\\\/uploads\\\/2022\\\/12\\\/Jaipurgesto-1.png\",\"contentUrl\":\"https:\\\/\\\/www.jaipurgastro.com\\\/wp-content\\\/uploads\\\/2022\\\/12\\\/Jaipurgesto-1.png\",\"width\":400,\"height\":137,\"caption\":\"JaipurGastro\"},\"image\":{\"@id\":\"https:\\\/\\\/www.jaipurgastro.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Best Gastroenterologist in Jaipur - Dr. Shankar Dhaka","description":"Looking for a trusted Gastroenterologist in Jaipur? Consult Dr. Shankar Dhaka with 10+ years of experience at JaipurGastro Clinic for advanced GI care.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.jaipurgastro.com\/","og_locale":"en_US","og_type":"article","og_title":"Best Gastroenterologist in Jaipur - Dr. Shankar Dhaka","og_description":"Looking for a trusted Gastroenterologist in Jaipur? Consult Dr. Shankar Dhaka with 10+ years of experience at JaipurGastro Clinic for advanced GI care.","og_url":"https:\/\/www.jaipurgastro.com\/","og_site_name":"jaipurgastroclinic","article_modified_time":"2026-07-06T12:03:50+00:00","og_image":[{"width":205,"height":205,"url":"https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2023\/01\/dr-shankar-lal-jat-5cdd2477b46fd_205x205-1.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"17 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.jaipurgastro.com\/","url":"https:\/\/www.jaipurgastro.com\/","name":"Best Gastroenterologist in Jaipur - Dr. Shankar Dhaka","isPartOf":{"@id":"https:\/\/www.jaipurgastro.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.jaipurgastro.com\/#primaryimage"},"image":{"@id":"https:\/\/www.jaipurgastro.com\/#primaryimage"},"thumbnailUrl":"https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2023\/01\/dr-shankar-lal-jat-5cdd2477b46fd_205x205-1.webp","datePublished":"2018-06-27T04:38:19+00:00","dateModified":"2026-07-06T12:03:50+00:00","description":"Looking for a trusted Gastroenterologist in Jaipur? Consult Dr. Shankar Dhaka with 10+ years of experience at JaipurGastro Clinic for advanced GI care.","breadcrumb":{"@id":"https:\/\/www.jaipurgastro.com\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.jaipurgastro.com\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.jaipurgastro.com\/#primaryimage","url":"https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2023\/01\/dr-shankar-lal-jat-5cdd2477b46fd_205x205-1.webp","contentUrl":"https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2023\/01\/dr-shankar-lal-jat-5cdd2477b46fd_205x205-1.webp","width":205,"height":205,"caption":"Gastroenterologist in Jaipur"},{"@type":"BreadcrumbList","@id":"https:\/\/www.jaipurgastro.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.jaipurgastro.com\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/www.jaipurgastro.com\/#website","url":"https:\/\/www.jaipurgastro.com\/","name":"jaipurgastroclinic","description":"Just another WordPress site","publisher":{"@id":"https:\/\/www.jaipurgastro.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.jaipurgastro.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.jaipurgastro.com\/#organization","name":"JaipurGastro","url":"https:\/\/www.jaipurgastro.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.jaipurgastro.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/12\/Jaipurgesto-1.png","contentUrl":"https:\/\/www.jaipurgastro.com\/wp-content\/uploads\/2022\/12\/Jaipurgesto-1.png","width":400,"height":137,"caption":"JaipurGastro"},"image":{"@id":"https:\/\/www.jaipurgastro.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.jaipurgastro.com\/wp-json\/wp\/v2\/pages\/7779","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.jaipurgastro.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.jaipurgastro.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.jaipurgastro.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.jaipurgastro.com\/wp-json\/wp\/v2\/comments?post=7779"}],"version-history":[{"count":0,"href":"https:\/\/www.jaipurgastro.com\/wp-json\/wp\/v2\/pages\/7779\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.jaipurgastro.com\/wp-json\/wp\/v2\/media\/9665"}],"wp:attachment":[{"href":"https:\/\/www.jaipurgastro.com\/wp-json\/wp\/v2\/media?parent=7779"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}