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

Market Research Analyst

Job-Type

Permanent Full-Time

Location

Kharadi, Pune

Job Description

  • Conduct in-depth research on target accounts, including decision-makers, challenges, and opportunities
  • Analyze industry trends in clinical trials, real-world evidence, and digital health technologies
  • Perform competitive intelligence research to inform our marketing and product strategies
  • Develop and maintain a knowledge base of market insights for use across the companies
  • Stay updated on regulatory changes and their potential impact on Maxis Group’s services
  • Prepare comprehensive reports and presentations for leadership, BD and marketing teams
  • Assist scientific content writer to develop charts and graphs and informational and insights driven data for pitching and collateral purpose

Requirements

  • 3+ years of experience in market research, preferably in healthcare or technology sectors
  • Degree in Market Research, Business Analytics, Life Sciences is a plus
  • Strong analytical skills with experience in data visualization tools
  • Familiarity with the clinical research industry, healthcare IT, or digital health sectors
  • Excellent research and information synthesis skills
  • Experience with CRM systems and market research tools
  • Strong communication and presentation skills
  • Experience with primary research as well as secondary research databases relevant to the life sciences industry
  • Proficiency in statistical analysis software (e.g., SPSS, R, or similar)
  • Experience in translating complex data into clear, visually appealing formats for non-technical audiences

How To Apply

Email updated resume at [email protected]