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'); } } }); }); });

Streamlined Biometrics With FSP For Clinical Trials

Medical researcher working in a laboratory, conducting experiments with microscopes, test tubes, and beakers, representing pharmaceutical research and development

Learn How a Top Medical Device Firm Boosted Clinical Trial Productivity with Biometrics and FSP

A major medical device company turned to Maxis Clinical Sciences to solve big problems in managing clinical trial data. The outcome? They cut down processing time and made their data more reliable. Want to know how they did it?

Download our exclusive case study to see the key steps they took, how they used Functional Service Provider Models, and the key outcomes that set this company ahead of its competitors.

Keen to find out more? Download the report to make your own clinical trials run smoother

COMPANY OVERVIEW

Medical device subsidiary of a top-5 pharmaceutical company with > USD 10 billion annual revenue, providing innovative solutions for enhanced vision & ocular health, including contact lenses, intraocular lenses, & surgical equipment.

INDUSTRY

Medical Device, Ophthalmology R&D

Number of Employees

10,001+ employees

LOCATION

Jacksonville, FL, USA

Download Case Study

    Make an impact. Make an appointment with us

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