OUR SERVICES
.desk-nav h2 { position: relative; margin: 0px; width: 250px; font-size: 16px; font-weight: 400; font-family: 'IBM Plex Sans', sans-serif; line-height: 1.05; background: transparent; } .desk-nav ul { list-style: none; margin: 0; padding: 0; } .desk-nav ul li { list-style: none !important; } .desk-nav ul li a { display: block; background: transparent; padding: 10px 10px 15px 0px; color: white; text-decoration: none; } .desk-nav ul li a:hover { background: transparent; color: #5A9102; } .desk-nav ul li a .fa { width: 16px; text-align: center; margin-right: 5px; float: right; } .desk-nav ul ul { background-color: transparent; display: none; /* Hide all submenus by default */ } .desk-nav ul li ul li a { background: transparent; padding: 10px 20px; color: white; } .desk-nav ul li ul li a:hover { background: transparent; color: #5A9102; } $(document).ready(function() { $(".sub-menu ul").hide(); // Hide submenus by default $(".sub-menu").hover( function() { // Show submenu on hover $(this).children("ul").stop(true, true).slideDown(); $(this).find(".right").removeClass("fa-caret-down").addClass("fa-caret-up"); }, function() { // Hide submenu when not hovering $(this).children("ul").stop(true, true).slideUp(); $(this).find(".right").removeClass("fa-caret-up").addClass("fa-caret-down"); } ); });
.mob-nav ,.mob-nav h2 { position: relative; margin: 0; width: 100%; font-size: 14px; font-weight: 400; font-family: 'IBM Plex Sans', sans-serif; line-height: 1.05; letter-spacing: 0.085em; background: transparent; text-transform: uppercase; overflow-y: scroll; } .mob-nav ul { list-style: none; margin: 0; padding: 0; } .mob-nav ul li { list-style: none !important; } .mob-nav ul li a { display: block; background: transparent; padding: 10px 10px 15px 0; color: white; text-decoration: none; border-bottom: 1px solid #7A7A7A66; } .mob-nav ul li a:hover { background: transparent; color: #5A9102; } .mob-nav ul li a .fa { width: 16px; text-align: center; margin-right: 5px; float: right; } .mob-nav ul ul { background-color: transparent; display: none; /* Hide all submenus by default */ } .mob-nav ul ul.show { display: block; /* Show submenus with the 'show' class */ } .mob-nav ul li ul li a { background: transparent; padding: 10px 20px; color: white; } .mob-nav ul li ul li a:hover { background: transparent; color: #5A9102; } .mob-nav ul li a.active { border-bottom: none !important; } document.addEventListener('DOMContentLoaded', function() { var submenuLinks = document.querySelectorAll('.sub-menu > h2 > a'); submenuLinks.forEach(function(link) { link.addEventListener('click', function(event) { // Get the submenu for the clicked link var submenu = this.parentElement.nextElementSibling; // Check if the clicked submenu is already visible var isVisible = submenu.classList.contains('show'); // Hide all submenus document.querySelectorAll('.mob-nav ul ul').forEach(function(otherSubmenu) { otherSubmenu.classList.remove('show'); }); // Remove active class from all submenu links submenuLinks.forEach(function(otherLink) { otherLink.classList.remove('active'); // Reset caret icons to default state var caret = otherLink.querySelector('.fa'); if (caret) { caret.classList.remove('fa-caret-up'); caret.classList.add('fa-caret-down'); } }); // If the clicked submenu was not visible, show it if (!isVisible) { submenu.classList.add('show'); this.classList.add('active'); // Toggle the caret icon var caret = this.querySelector('.fa'); if (caret) { caret.classList.remove('fa-caret-down'); caret.classList.add('fa-caret-up'); } } }); }); });
OUR SERVICES
.desk-nav h2 { position: relative; margin: 0px; width: 250px; font-size: 16px; font-weight: 400; font-family: 'IBM Plex Sans', sans-serif; line-height: 1.05; background: transparent; } .desk-nav ul { list-style: none; margin: 0; padding: 0; } .desk-nav ul li { list-style: none !important; } .desk-nav ul li a { display: block; background: transparent; padding: 10px 10px 15px 0px; color: white; text-decoration: none; } .desk-nav ul li a:hover { background: transparent; color: #5A9102; } .desk-nav ul li a .fa { width: 16px; text-align: center; margin-right: 5px; float: right; } .desk-nav ul ul { background-color: transparent; display: none; /* Hide all submenus by default */ } .desk-nav ul li ul li a { background: transparent; padding: 10px 20px; color: white; } .desk-nav ul li ul li a:hover { background: transparent; color: #5A9102; } $(document).ready(function() { $(".sub-menu ul").hide(); // Hide submenus by default $(".sub-menu").hover( function() { // Show submenu on hover $(this).children("ul").stop(true, true).slideDown(); $(this).find(".right").removeClass("fa-caret-down").addClass("fa-caret-up"); }, function() { // Hide submenu when not hovering $(this).children("ul").stop(true, true).slideUp(); $(this).find(".right").removeClass("fa-caret-up").addClass("fa-caret-down"); } ); });
.mob-nav ,.mob-nav h2 { position: relative; margin: 0; width: 100%; font-size: 14px; font-weight: 400; font-family: 'IBM Plex Sans', sans-serif; line-height: 1.05; letter-spacing: 0.085em; background: transparent; text-transform: uppercase; overflow-y: scroll; } .mob-nav ul { list-style: none; margin: 0; padding: 0; } .mob-nav ul li { list-style: none !important; } .mob-nav ul li a { display: block; background: transparent; padding: 10px 10px 15px 0; color: white; text-decoration: none; border-bottom: 1px solid #7A7A7A66; } .mob-nav ul li a:hover { background: transparent; color: #5A9102; } .mob-nav ul li a .fa { width: 16px; text-align: center; margin-right: 5px; float: right; } .mob-nav ul ul { background-color: transparent; display: none; /* Hide all submenus by default */ } .mob-nav ul ul.show { display: block; /* Show submenus with the 'show' class */ } .mob-nav ul li ul li a { background: transparent; padding: 10px 20px; color: white; } .mob-nav ul li ul li a:hover { background: transparent; color: #5A9102; } .mob-nav ul li a.active { border-bottom: none !important; } document.addEventListener('DOMContentLoaded', function() { var submenuLinks = document.querySelectorAll('.sub-menu > h2 > a'); submenuLinks.forEach(function(link) { link.addEventListener('click', function(event) { // Get the submenu for the clicked link var submenu = this.parentElement.nextElementSibling; // Check if the clicked submenu is already visible var isVisible = submenu.classList.contains('show'); // Hide all submenus document.querySelectorAll('.mob-nav ul ul').forEach(function(otherSubmenu) { otherSubmenu.classList.remove('show'); }); // Remove active class from all submenu links submenuLinks.forEach(function(otherLink) { otherLink.classList.remove('active'); // Reset caret icons to default state var caret = otherLink.querySelector('.fa'); if (caret) { caret.classList.remove('fa-caret-up'); caret.classList.add('fa-caret-down'); } }); // If the clicked submenu was not visible, show it if (!isVisible) { submenu.classList.add('show'); this.classList.add('active'); // Toggle the caret icon var caret = this.querySelector('.fa'); if (caret) { caret.classList.remove('fa-caret-down'); caret.classList.add('fa-caret-up'); } } }); }); });

Use of AI and ML for Improving the Quality of RWD

AI and ML technologies are designed to handle vast amounts of data, identifying patterns and anomalies that might be missed by traditional methods. By leveraging these technologies, we can improve the accuracy, consistency, and completeness of RWD, leading to better healthcare outcomes and more informed decision-making.

Download White Paper

    Make an impact.
    Partner with us.

    Join us and be a part of the change that prioritizes patient well-being and sets new standards in healthcare innovation.