EVOLUTION-NINJA
Edit File: foryou_healthcare.php
<html lang="en"> <head> <meta charset="UTF-8" /> <!-- <meta name="viewport" content="width=device-width, initial-scale=1.0" /> --> <meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <title>Medusys</title> <!-- ------ --> <link rel="stylesheet" type="text/css" href="<?php echo base_url('public/assets/css/bootstrap.min.css'); ?>" /> <link rel="stylesheet" type="text/css" href="<?php echo base_url('public/assets/css/font-awesome.min.css'); ?>" /> <link rel='shortcut icon' type='image/x-icon' href='<?php echo base_url('public/assets/images/fav_icon_new.jpg');?>' /> <!------------------------------JS--------------------------------------> <scrip type="text/javascript" src="<?php echo base_url('public/assets/js/jquery-3.6.0.min.js'); ?>"></script> <script type="text/javascript" src="<?php echo base_url('public/assets/js/bootstrap.min.js'); ?>"></script> <script src="<?php echo base_url('public/assets/toastr/toastr.min.js');?>"></script> <!-- css page --> <link rel="stylesheet" href="<?php echo base_url('public/assets/css/blog.css');?>" /> <link rel="stylesheet" href="<?php echo base_url('public/assets/css/foryou.css');?>" /> <link rel="stylesheet" href="<?php echo base_url('public/assets/css/foryou2.css');?>" /> <!-- poppins fonts --> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet"> <!-- --ubuntu fonts --> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet"> <!-- owl --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css"> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script> <!-- -----bootstrap --> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.min.js" integrity="sha384-+sLIOodYLS7CIrQpBjl+C7nPvqq+FbNUBDunl/OZv93DB7Ln/533i8e/mZXLi/P+" crossorigin="anonymous"></script> </head> <style> </style> <body> <header class="blog_header no-content"> <div class="container-fluid"> <div class="row pt-3"> <div class="col-sm-1"></div> <div class="col-sm-2"> <a href="<?php echo base_url('/'); ?>" ><img src="public/assets/images1/Medusys Logo Final 1 (1).png" class="blog_lg" alt=""></a> </div> <div class="col-sm-6"> <!-- hamberger --> <nav class="navigation bl-nav navigat-hold"> <ul class='nav-bar'> <input type='checkbox' id='check' /> <span class="menu"> <a href="<?php echo base_url('discover'); ?>" class="col-ang"><li class="top-down">Discover</li></a> <li class="dropdown">For You <i class="fa fa-sort-desc" aria-hidden="true"></i> <ul class="dropdown-content"> <li><a href="trainees">PG Trainee Doctors</a></li> <li><a href="doctors">Healthcare Professionals </a></li> <li><a href="associations">Associations</a></li> <li><a href="colleges">Medical Colleges</a></li> <li><a href="hospitals">Hospitals</a></li> <!-- Add more list items as needed --> </ul> <a href="<?php echo base_url('products'); ?>" class="pro-color"><li>Products</li> </a> <a href="<?php echo base_url('aboutus'); ?> " ><li>About</li></a> <a href="<?php echo base_url('blog'); ?>" ><li>Blog</li></a> <a href="<?php echo base_url('contact'); ?> " ><li>Contact</li></a> <li class="dropdown dr1">More <i class="fa fa-sort-desc" aria-hidden="true"></i> <ul class="dropdown-content drop1"> <li><a href="<?php echo base_url('faq'); ?>">FAQ</a></li> <li><a href="<?php echo base_url('user-guide'); ?>">User Guides</a></li> <li><a href="<?php echo base_url('downloads'); ?>">Downloads</a></li> </ul> </li> <button type="submit" id="login-btn"> <li class="dropdown dr2">Login <i class="fa fa-sort-desc loin-mem-adm" aria-hidden="true"></i> <ul class="dropdown-content drop2"> <li><a href="<?php echo base_url('admin/login'); ?>" target="_blank">Admin Login</a></li> <li><a href="<?php echo base_url('login'); ?>" target="_blank">Member Login</a></li> </ul> </li> </button> <button type="submit" class="btn" id="signup-btn" onclick="signup()">Sign-up</button> <!-- <a href="<?php echo base_url('Registration'); ?>"><button type="submit" class="btn" id="signup-btn">Sign-up</button></a> --> <label for="check" class="close-menu"><i class="fa fa-times" aria-hidden="true"></i></label> </span> <label for="check" class="open-menu"><i class="fa fa-bars" aria-hidden="true"></i></label> </ul> </nav> </div> </div> <div class="row fyfrow"> <div class="col-sm-1"></div> <div class="col-sm-5"> <p class="foryou-para mt-5">We recognize the complexities & demands of the medical profession and are dedicated to offering comprehensive resources to support your ongoing professional development and excellence in patient care.</p> <h5 class="fy-explore"><a href="<?php echo base_url('products'); ?>" class="exp-prod">Explore Products</a></h5> <p class="fy-explore-p">Medusys empowers the healthcare community to learn, enhance and connect</p> <a href="https://demo.medusys.in/" target="_blank"><button type="button" class="free-btn">Free Sign up</button></a> <a href="https://play.google.com/store/apps/details?id=com.jb.medusys&pcampaignid=web_share" target="_blank"><button type="button" class="glplay-btn"><img src="public/assets/images1/foryou_img2.png" alt=""></button></a> </div> <div class="col-sm-5"> <img src="public/assets/images1/foryou2_img1.png" alt="blog" width="100%" height="auto" class="health_img1" > </div> </div> </div> </header> <!-- --> <div class="container-fluid"> <div class="row mb-3"> <div class="col-sm-1"></div> <div class="col-sm-6 foryou2_img3"> <img src="public/assets/images1/foryou2_img2.png" width="100%" alt=""> </div> <div class="col-sm-4"> <p class="health-commitment">Your commitment to providing the best possible care is what inspires us.</p> <p class="health-together">Together, let's embrace the future of healthcare, powered by technology and united by our shared dedication to excellence in patient care.</p> <div style="display: flex;"> <img src="public/assets/images1/foryou2_img3.png" class="hlt-img1 img-fluid" alt=""> <p class="hlt-personalized">Personalized Medical Insights</p> </div> <div class="mt-4" style="display: flex;"> <img src="public/assets/images1/foryou2_img3.1.png" class="hlt-img1 img-fluid" alt=""> <p class="hlt-personalized">Enhanced Clinical Decision Making</p> </div> <div class="mt-4" style="display: flex;"> <img src="public/assets/images1/foryou2_img3.2.png" class="hlt-img1 img-fluid" alt=""> <p class="hlt-personalized">Streamlined Learning Process</p> </div> </div> </div> </div> <!--Our products for you --> <div class="container-fluid"> <div class="row health-prod"> <div class="col-sm-2"></div> <div class="col-sm-6 prodmob"> <h4 class="ur-produ">Our products for you</h4> <div class="learn-product"> <div class="card mb-3" > <div class="row no-gutters"> <div class="col-md-4"> <img src="public/assets/images1/health Learn 1.png" class="pl-2 no-gutters-img pt-2" alt="..."> </div> <div class="col-md-8 mob-cardbody"> <div class="card-body"> <h5 class="card-title">Learn</h5> <img src="public/assets/images1/Rectangle 6 (1).png" class="card-line" width="14%" height="3px" alt=""> <img src="public/assets/images1/Rectangle 7.png" class="card-line" width="5%" height="3px" alt=""> <p class="card-text">MeLS modules</p> </div> </div> </div> </div> </div> <div class="learn-product"> <div class="card mb-3 health-enhance" > <div class="row no-gutters "> <div class="col-md-4"> <img src="public/assets/images1/health enhance.png" class="pl-2 no-gutters-img pt-2" alt="..."> </div> <div class="col-md-8 mob-cardbody"> <div class="card-body"> <h5 class="card-title">Enhance</h5> <img src="public/assets/images1/Rectangle 6 (1).png" class="card-line" width="14%" height="3px" alt=""> <img src="public/assets/images1/Rectangle 7.png" class="card-line" width="5%" height="3px" alt=""> <p class="card-text">Evidence Care modules</p> </div> </div> </div> </div> </div> <div class="learn-product"> <div class="card mb-3 health-connect" > <div class="row no-gutters "> <div class="col-md-4"> <img src="public/assets/images1/health connect.png" class="pl-2 no-gutters-img pt-2" alt="..."> </div> <div class="col-md-8 mob-cardbody"> <div class="card-body"> <h5 class="card-title">Connect</h5> <img src="public/assets/images1/Rectangle 6 (1).png" class="card-line" width="14%" height="3px" alt=""> <img src="public/assets/images1/Rectangle 7.png" class="card-line" width="5%" height="3px" alt=""> <p class="card-text">MedConnect modules</p> </div> </div> </div> </div> </div> </div> </div> </div> <br> </div> </div> <!-- --> <div class="container-fluid"> <div class="row mb-3"> <div class="col-sm-1"></div> <div class="col-sm-5"> <img src="public/assets/images1/health heart.png" width="100%" class="pt-5" alt=""> </div> <div class="col-sm-6 health-elearning"> <h4 class="mt-5">Medusys e-Learning System</h4> <p>personalized & collaborative learning, CME, conferences & workshops</p> <div class="hlth-bor mb-4 mt-4"></div> <h4 class="mt-2">Evidence Care</h4> <p>evidence-based practice, enhanced decision-making clinical guidelines</p> <div class="hlth-bor mb-4 mt-4"></div> <h4 class="mt-2 ">Med Connect</h4> <p>connect, collaborate, and stay updated</p> </div> </div> </div> <!-- --> <div class="container"> <div class="row user-say mb-4 user-mob-say"> <h4>What Our Users Saying</h4> <!-- <p>Hear from your peers about how our products have transformed their learning experience. Real stories from medical students and residents who've made the most of our offerings</p> --> </div> </div> <!-- --> <div class="container mb-3"> <div class="row"> <div class="col-sm-12"> <div class="home-demo"> <div class="owl-carousel owl-theme"> <div class="item item1"> <div class="row"> <div class="col-sm-2"> <img src="public/assets/images1/Vector (2).png" class="double-comma" width="10%" height="auto" alt=""> </div> </div> <p>Medusys App was extremely helpful to me, so that I could document my practice and use the date to advance safety and quality of my practice. I am looking forward to the upcoming app which will help me establish better care through continued medical education, and expert help being available anytime anywhere. Thank you Medusys Team</p> <div class="aboutUs aboutus1-mobile"> <div><img src="public/assets/images1/Mask group.png" alt=""></div> <div> <p class="a1">Dr. Kala Easwaran</p> <p class="a2">MD Anesthesia, Mumbai</p> </div> </div> </div> <div class="item item1"> <div class="row"> <div class="col-sm-2"> <img src="public/assets/images1/Vector (2).png" class="double-comma" width="10%" height="auto" alt=""> </div> </div> <p>Medusys App with advanced data analytics, cannot only be used to document your practice but also in benchmarking and publications for safety and quality improvement of care. The future of education in anaesthesia is bright & I Look Forward to Years of collaborative learning, research and better patient care through technology and AI.</p> <div class="aboutUs aboutUs1 aboutUs-home aboutus2-mobile"> <div><img src="public/assets/images1/Mask group (1).png" alt=""></div> <div> <p class="a1">Dr. Shiv Kumar Singh</p> <p class="a2">Founder, Global Anaesthetic Society Royal Liverpool University Hospital, UK</p> </div> </div> </div> <div class="item item1"> <div class="row"> <div class="col-sm-2"> <img src="public/assets/images1/Vector (2).png" class="double-comma" width="10%" height="auto" alt=""> </div> </div> <p>Medusys is one among very few IT companies in healthcare, who is relentlessly working to promote evidence based care and continuous education. I am extremely impressed with the modules like Central Neuraxial and Labour Analgesia with advanced features in data analytics.</p> <div class="aboutUs aboutUs-home-last aboutus3-mobile"> <div><img src="public/assets/images1/Mask group (2).png" alt=""></div> <div> <p class="a1">Dr. Anshuman Mishra</p> <p class="a2">Transplant & General Anaesthesia Jaypee Hospital, Delhi</p> </div> </div> </div> </div> </div> </div> </div> </div> <!-- --> <div class="container-fluid"> <div class="row"> <div class="col-sm-1"></div> <div class="col-sm-10 platform plat-health"> <div class="container"> <div class="row"> <div class="col-sm-1"></div> <div class="col-sm-10 mt-5"> <h5 class="Join"><span class="join-color">Join our platform</span> to transform your medical journey with</h5> <p class="cutting-edge"><i class="fa fa-long-arrow-right" aria-hidden="true"></i> Practice of evidence-based, reflective, and informed medical care <br> <i class="fa fa-long-arrow-right" aria-hidden="true"></i> Access to a wealth of clinical information and personal reflections<br> <i class="fa fa-long-arrow-right" aria-hidden="true"></i> Comprehensive clinical databases, & personalized logbooks<br> <i class="fa fa-long-arrow-right" aria-hidden="true"></i> Cutting-edge AI learning tools elevating your continuous medical education to new heights</p> <h5 span class="join-color"><a href="<?php echo base_url('products'); ?>" class="exp-prod">Explore Products</a></h5> </div> <div class="col-sm-1"></div> </div> </div> </div> <div class="col-sm-1"></div> </div> </div> <!-- --> <div class="container-fluid"> <div class="row faq-section"> <div class="col-sm-1"></div> <div class="col-sm-10 faq-mob-acc"> <h4 class="frequently">Frequently Asked Questions</h4> <img src="public/assets/images1/Line.png" width="10%;" alt=""> <!-- --> <div class="accordion" id="accordionExample"> <div class="card mt-5 mb-2 leftfaq-border leftfaq-border-mob"> <div class="card-header accr-faq-head" id="headingOne"> <h2 class="mb-0"> <button class="btn btn-link btn-block btn-faq-question text-left" type="button" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne"> 1. What is Medusys? </button> <img src="public/assets/images1/accordian-icon.png" class="accordian-icon float-right " alt=""> </h2> </div> <div id="collapseOne" class="collapse " aria-labelledby="headingOne" data-parent="#accordionExample"> <div class="card-body faq-textinside"> Medusys is an innovative platform designed to revolutionize Continuous Medical Education and patient-centric care for healthcare professionals. It encompasses a Learn, Enhance, and Connect approach, providing a continuous, evidence-based, and collaborative learning environment tailored to the needs of medical practitioners. </div> </div> </div> <!-- --> <div class="card mb-2 leftfaq-border"> <div class="card-header accr-faq-head" id="headingTwo"> <h2 class="mb-0"> <button class="btn btn-link btn-block btn-faq-question text-left collapsed" type="button" data-toggle="collapse" data-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo"> 2. How can Medusys benefit my medical practice? </button> <img src="public/assets/images1/accordian-icon.png" class="accordian-icon float-right " alt=""> </h2> </div> <div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordionExample"> <div class="card-body faq-textinside"> Medusys offers an array of benefits including access to the Medusys Education Learning System (MeLS) for continuous learning, evidence-based practice enhancement through rigorous documentation and clinical audits, and professional networking opportunities via MeduConnect. This holistic approach fosters skill development, adherence to the highest clinical standards, and collaboration among healthcare professionals. </div> </div> </div> <!-- --> <div class="card mb-2 leftfaq-border"> <div class="card-header accr-faq-head" id="headingThree"> <h2 class="mb-0"> <button class="btn btn-link btn-block btn-faq-question text-left collapsed" type="button" data-toggle="collapse" data-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree"> 3. Is Medusys suitable for all medical specialties? </button> <img src="public/assets/images1/accordian-icon.png" class="accordian-icon float-right " alt=""> </h2> </div> <div id="collapseThree" class="collapse" aria-labelledby="headingThree" data-parent="#accordionExample"> <div class="card-body faq-textinside"> Yes, Medusys is designed to cater to a wide range of medical specialties, starting with Anaesthesia and continuously expanding to include various fields. The platform is currently live in Anaesthesia & Pain Management. Our resources, educational tools, and community are relevant to healthcare professionals across the spectrum of medical disciplines and we will be rolling out other Specialities shortly. </div> </div> </div> <!-- --> <div class="card mb-2 leftfaq-border"> <div class="card-header accr-faq-head" id="headingfour"> <h2 class="mb-0"> <button class="btn btn-link btn-block btn-faq-question text-left collapsed" type="button" data-toggle="collapse" data-target="#collapsefour" aria-expanded="false" aria-controls="collapsefour"> 4. How do I access the educational resources on Medusys? </button> <img src="public/assets/images1/accordian-icon.png" class="accordian-icon float-right " alt=""> </h2> </div> <div id="collapsefour" class="collapse" aria-labelledby="headingfour" data-parent="#accordionExample"> <div class="card-body faq-textinside"> Registered members can access educational resources through the Medusys e-Library, which includes the latest research, case studies, and clinical guidelines. Additional learning tools such as logbooks, clinical audits, conferences, and workshops are also available to enhance hands-on learning. </div> </div> </div> <!-- 5 --> <div class="card mb-2 leftfaq-border"> <div class="card-header accr-faq-head" id="heading5"> <h2 class="mb-0"> <button class="btn btn-link btn-block btn-faq-question text-left collapsed" type="button" data-toggle="collapse" data-target="#collapse5" aria-expanded="false" aria-controls="collapse5"> 5. How does Medusys ensure the content is evidence-based and current? </button> <img src="public/assets/images1/accordian-icon.png" class="accordian-icon float-right " alt=""> </h2> </div> <div id="collapse5" class="collapse" aria-labelledby="heading5" data-parent="#accordionExample"> <div class="card-body faq-textinside"> Medusys is committed to evidence-based medicine. Our content is rigorously vetted and sourced from leading medical experts, ensuring that all educational materials and clinical guidelines are up-to-date and adhere to the highest standards of medical excellence. </div> </div> </div> <!-- 6 --> <div class="card mb-2 leftfaq-border"> <div class="card-header accr-faq-head" id="heading6"> <h2 class="mb-0"> <button class="btn btn-link btn-block btn-faq-question text-left collapsed" type="button" data-toggle="collapse" data-target="#collapse6" aria-expanded="false" aria-controls="collapse6"> 6. What networking opportunities does Medusys offer? </button> <img src="public/assets/images1/accordian-icon.png" class="accordian-icon float-right " alt=""> </h2> </div> <div id="collapse6" class="collapse" aria-labelledby="heading6" data-parent="#accordionExample"> <div class="card-body faq-textinside"> MeduConnect, our professional networking module, enables healthcare professionals to forge meaningful connections, engage in collaborative projects, and stay abreast of the latest developments within their fields. Our community forums and spaces are designed for sharing knowledge, experiences, and fostering collaborations. </div> </div> </div> <!-- 7 --> <div class="card mb-2 leftfaq-border"> <div class="card-header accr-faq-head" id="heading7"> <h2 class="mb-0"> <button class="btn btn-link btn-block btn-faq-question text-left collapsed" type="button" data-toggle="collapse" data-target="#collapse7" aria-expanded="false" aria-controls="collapse7"> 7. How can I join Medusys? </button> <img src="public/assets/images1/accordian-icon.png" class="accordian-icon float-right " alt=""> </h2> </div> <div id="collapse7" class="collapse" aria-labelledby="heading7" data-parent="#accordionExample"> <div class="card-body faq-textinside"> Healthcare professionals interested in joining Medusys can sign up through our website. Registration details and additional information about membership options are available on our "Join Us" page. </div> </div> </div> <!-- 8--> <div class="card mb-2 leftfaq-border"> <div class="card-header accr-faq-head" id="heading8"> <h2 class="mb-0"> <button class="btn btn-link btn-block btn-faq-question text-left collapsed" type="button" data-toggle="collapse" data-target="#collapse8" aria-expanded="false" aria-controls="collapse8"> 8. Is there a cost associated with joining Medusys? </button> <img src="public/assets/images1/accordian-icon.png" class="accordian-icon float-right " alt=""> </h2> </div> <div id="collapse8" class="collapse" aria-labelledby="heading8" data-parent="#accordionExample"> <div class="card-body faq-textinside"> Medusys offers various membership plans to suit the needs of healthcare professionals, including some free resources. For full access to all features and content, details about subscription plans are available on our website. </div> </div> </div> <!-- 9 --> <div class="card mb-2 leftfaq-border"> <div class="card-header accr-faq-head" id="heading9"> <h2 class="mb-0"> <button class="btn btn-link btn-block btn-faq-question text-left collapsed" type="button" data-toggle="collapse" data-target="#collapse9" aria-expanded="false" aria-controls="collapse9"> 9. Who can I contact for support or more information? </button> <img src="public/assets/images1/accordian-icon.png" class="accordian-icon float-right " alt=""> </h2> </div> <div id="collapse9" class="collapse" aria-labelledby="heading9" data-parent="#accordionExample"> <div class="card-body faq-textinside"> For support or additional information, please contact our customer service team through the contact form on our website. We are committed to providing timely assistance and addressing any inquiries or concerns you may have. Should you have further questions that are not covered in this section, please do not hesitate to reach out to us. Our team is dedicated to supporting your continuous medical education and professional development. </div> </div> </div> <!-- 10 --> <!-- <div class="card mb-2 leftfaq-border"> <div class="card-header accr-faq-head" id="heading10"> <h2 class="mb-0"> <button class="btn btn-link btn-block btn-faq-question text-left collapsed" type="button" data-toggle="collapse" data-target="#collapse10" aria-expanded="false" aria-controls="collapse10"> 10. Is there a trial period for Medusys? </button> <img src="public/assets/images1/accordian-icon.png" class="accordian-icon float-right " alt=""> </h2> </div> <div id="collapse10" class="collapse" aria-labelledby="heading10" data-parent="#accordionExample"> <div class="card-body faq-textinside"> Yes, Medusys offers a trial period for hospitals to explore the platform's features and benefits. For trial access, please contact our sales team. </div> </div> </div> --> </div> <!-- 5--> </div> </div> <div class="col-sm-1"></div> </div> </div> <button id="scrollToTopBtn" title="Go to top"><i class="fa fa-arrow-up" aria-hidden="true"></i></button> <!-- ----------------- --> <script> // Get the button var scrollToTopBtn = document.getElementById("scrollToTopBtn"); // When the user scrolls down 20px from the top of the document, show the button window.onscroll = function() { scrollFunction(); }; function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { scrollToTopBtn.style.display = "block"; } else { scrollToTopBtn.style.display = "none"; } } // When the user clicks on the button, scroll to the top of the document smoothly scrollToTopBtn.addEventListener("click", function() { scrollToTop(); }); function scrollToTop() { var currentPosition = document.documentElement.scrollTop || document.body.scrollTop; if (currentPosition > 0) { window.requestAnimationFrame(scrollToTop); window.scrollTo(0, currentPosition - currentPosition / 10); // Adjust the speed here by changing the divisor (8) } } </script> <style> .accordian-icon { transition: transform 0.3s ease; } </style> <script> $(document).ready(function(){ $('.collapse').on('show.bs.collapse', function () { $(this).prev().find('.accordian-icon').css('transform', 'rotate(180deg)'); }); $('.collapse').on('hide.bs.collapse', function () { $(this).prev().find('.accordian-icon').css('transform', 'rotate(0deg)'); }); }); </script> <script> $(function () { // Owl Carousel var owl = $(".owl-carousel"); owl.owlCarousel({ items: 1, // Display only 1 item at a time on mobile screens margin: 10, loop: true, nav: true, responsive:{ // Responsive settings to adjust for different screen sizes 0:{ items:1 // Display 1 item at a time on smaller screens }, 600:{ items:2 // Display 2 items at a time on screens wider than 600px }, 1000:{ items:3 // Display 3 items at a time on wider screens } } }); }); </script> <!-- ----- What Our Client's Say About Us? end----- --> <script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script> <!-- ----- What Our Client's Say About Us? end----- --> <!-- ----- What Our Client's Say About Us? end----- --> <script> const countValues = document.querySelectorAll(".counts"); const animationDuration = 1000; // Animation duration in milliseconds countValues.forEach(function (num) { let startval = 0; const endValue = parseInt(num.getAttribute('data-val')); const increment = Math.ceil(Math.abs(endValue - startval) / (animationDuration / 10)); // Adjust the increment dynamically const duration = 10; // Lower interval duration for smoother animation const counter = setInterval(function () { if (startval < endValue) { startval += increment; num.textContent = startval; } else { num.textContent = endValue; // Ensure the final value is set correctly clearInterval(counter); } }, duration); }); </script> <script> function signup(){ window.open("https://medusys.in/Registration", "_blank"); } </script> <?php echo view('NewIncludes/blog_footer'); ?>