EVOLUTION-NINJA
Edit File: foryou_association.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> .no-content { height: 579px; margin-bottom: 15px; } body{ font-family: poppins; } </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 are dedicated to empowering medical associations with the resources needed to advance professional growth and ensure exceptional 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/foryou-association_img1.png" alt="blog" width="100%" height="auto" class="health_img1" > </div> </div> </div> </header> <!-- --> <div class="container-fluid lec"> <div class="row"> <h3><span class="lec-org">L</span>earn, <span class="lec-org">E</span>nhance, <span class="lec-org">C</span>onnect</h3> </div> <div class="row mt-4"> <div class="col-sm-2"></div> <div class="col-sm-4 learning-educ"> <h4>Continuous Learning and Education</h4> </div> <div class="col-sm-4 learning-educ"> <h4>Professional Development</h4> </div> </div> <div class="row mt-3 edu-div2"> <div class="col-sm-2"></div> <div class="col-sm-4 learning-educ"> <h4>Benchmarking and Knowledge Exchange </h4> </div> <div class="col-sm-4 learning-educ"> <h4>Networking Opportunities </h4> </div> </div> <div class="row mt-3 pb-5 mb-4 edu-div2"> <div class="col-sm-2"></div> <div class="col-sm-4 learning-educ"> <h4>Advocacy and Representation </h4> </div> <div class="col-sm-4 learning-educ"> <h4>Global Connect </h4> </div> </div> </div> <!-- --> <div class="container-fluid"> <div class="row mb-3"> <div class="col-sm-1"></div> <div class="col-sm-5 foryou3_img3"> <img src="public/assets/images1/foryou-association_img2.png" class="img-ben-association" width="100%" alt=""> </div> <div class="col-sm-5 associations-card"> <p class="medical-assocition">We understand that Medical associations aim to provide a comprehensive range of resources and opportunities to their members to support their professional development, facilitate knowledge exchange, & foster networking within the community. <!-- <span class="medical-assocition-span"> professional development, facilitate knowledge exchange, & foster networking within the community.</span> --> </p> <p class="medical-assocition"> Medusys provides a seamless blend of technological resources and community-building tools. </p> <div class="card mb-3 mt-2" style="width: 100%;"> <div class="row no-gutters"> <div class="col-md-4 Benefit-img Benefit-img2"> <img src="public/assets/images1/foryou-association_img3.png" alt="..."> </div> <div class="col-md-8"> <div class="card-body benifits-association-new"> <h5 class="card-title">Key Benefits to Associations</h5> <div> <img src="public/assets/images1/assication-icon.png" alt=""> <p> Member Satisfaction and Retention</p> </div> <div> <img src="public/assets/images1/assication-icon.png" alt=""> <p>Increased Membership value </p> </div> <div> <img src="public/assets/images1/assication-icon.png" alt=""> <p>Comprehensive Learning Solution (MeLS©)</p> </div> <div> <img src="public/assets/images1/assication-icon.png" alt=""> <p>Evidence-Based Practice Enhancement (MeduCore©)</p> </div> <div> <img src="public/assets/images1/assication-icon.png" alt=""> <p>Professional Networking and Collaboration (MeduConnect©)</p> </div> <div> <img src="public/assets/images1/assication-icon.png" alt=""> <p>Resource Integration and Accessibility</p> </div> <div> <img src="public/assets/images1/assication-icon.png" alt=""> <p>Global Reach</p> </div> <div> <img src="public/assets/images1/assication-icon.png" alt=""> <p>Data and Insights</p> </div> <div> <img src="public/assets/images1/assication-icon.png" alt=""> <p>Revenue Generation</p> </div> <div> <img src="public/assets/images1/assication-icon.png" alt=""> <p>Supports Clinical Registries and Innovation</p> </div> <div> <img src="public/assets/images1/assication-icon.png" alt=""> <p>Cost-Effective Installation</p> </div> </div> </div> </div> </div> <p class="benifits-link"><a href="https://www.linkedin.com/pulse/harnessing-power-meduverse-game-changer-medical-associations--dryhc" target="_blank">Click here to read: <span style="color: red;">'Harnessing the Power of MeduVerse©: A Game-Changer for Medical Associations’ - Dive in and see what the future holds! </span> </a></p> </div> </div> </div> <!-- --> <div class="container-fluid"> <div class="row mb-3"> <!-- <div class="col-sm-1"></div> --> <div class="col-sm-6 health-elearning"> <div class="row"> <div class="col-sm-2"></div> <div class="col-sm-9"> <h4 class="mt-5">Medusys e-Learning System</h4> <p>personalized & collaborative learning platform to conduct conferences and workshops, engage members in video learning, conduct exam preparations and more.</p> <div class="hlth-bor mb-4 mt-4"></div> <h4 class="mt-2">Evidence Care</h4> <p>personalized clinical registries, databases, logbooks, and guidelines to promote evidence based practice and enhance clinical decision making.</p> <div class="hlth-bor mb-4 mt-4"></div> <h4 class="mt-2 ">Med Connect</h4> <p>connect, collaborate and stay updated. integrative platform to run discussion forums, mentor-mentee programs, alerts sections, community outreach, wellness modules, and more</p> </div> </div> </div> <div class="col-sm-5"> <img src="public/assets/images1/health heart.png" width="100%" class="pt-5" alt=""> </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 platform_asociation"> <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> Enhanced Member Engagement and Satisfaction <br> <i class="fa fa-long-arrow-right" aria-hidden="true"></i> Customizable Content and Resources <br> <i class="fa fa-long-arrow-right" aria-hidden="true"></i> Enhanced Member Engagement and Satisfaction <br> <i class="fa fa-long-arrow-right" aria-hidden="true"></i> Scalable Solutions for Growth <br> <i class="fa fa-long-arrow-right" aria-hidden="true"></i> Robust Data Analytics and Insights</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 advanced Software as a Service (SAAS) platform designed to elevate the standards of patient care and professional growth within medical associations. It offers comprehensive tools for continuous medical education (CME), evidence-based practice enhancement, and professional networking. </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. 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="collapseTwo" class="collapse" aria-labelledby="headingTwo" 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. </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. Who can benefit from Medusys? </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"> Medusys is tailored for medical associations, healthcare professionals, postgraduate trainees, seasoned doctors, and healthcare administrators looking to engage in continuous learning, enhance patient care, and foster professional networking. </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. What are the key components of 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"> Medusys comprises three main components: MeLS© for education and professional growth, MeduCare© for enhancing your practice with evidence based care , and MeduConnect© for fostering a community of care among healthcare professionals. </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 support continuous medical education? </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"> The MeLS© component provides digital hosting for conferences, interactive webinars, workshops, an e-library with a vast repository of medical literature, and tools for online exams and clinical calculators, supporting a wide range of learning preferences and needs. </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 are the technical requirements for using Medusys? </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"> Medusys is a web-based platform accessible through standard web browsers. It is mobile-friendly, ensuring it can be accessed on various devices, including smartphones and tablets. A stable internet connection is recommended for optimal performance. </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. Is there technical support available for Medusys users? </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"> Yes, Medusys offers comprehensive technical support, including a dedicated helpdesk, user manuals, and tutorial videos. Support is available through email, phone, and live chat to assist with any technical issues or queries. </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. How do medical associations subscribe to 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"> Medical associations can subscribe to Medusys through a tiered subscription model. For detailed pricing and subscription options, please write to us at contact@medusys.in or call us. </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. Can individual healthcare professionals join Medusys, or is it only for associations? </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"> While Medusys is primarily designed for both medical associations & individual healthcare professionals, we recommend individuals to contact us to can gain preferred access to the platform. For individual access, please check with your association or contact us directly. </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. How does Medusys integrate with existing systems within medical associations? </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"> Medusys is designed to seamlessly integrate with existing Learning Management Systems (LMS) and administrative platforms within medical associations. Our technical team works closely with associations to ensure smooth integration and data synchronization. </div> </div> </div> <!-- 11--> <div class="card mb-2 leftfaq-border"> <div class="card-header accr-faq-head" id="heading11"> <h2 class="mb-0"> <button class="btn btn-link btn-block btn-faq-question text-left collapsed" type="button" data-toggle="collapse" data-target="#collapse11" aria-expanded="false" aria-controls="collapse11"> 11. 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="collapse11" class="collapse" aria-labelledby="heading11" data-parent="#accordionExample"> <div class="card-body faq-textinside"> Yes, Medusys offers a trial period for medical associations 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'); ?>