CINXE.COM
International Conference On Health care and Medical Research |(ICHMR-2024)
<!DOCTYPE html> <html lang="en"> <head> <!-- Responsive --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <meta name="description" content="Join ICHMR-2024 in Dubai, UAE on Oct 13-14 for a premier event on Public Health and Medical Science. Network with experts and explore cutting-edge research."> <meta name="keywords" content="Public Health Conference, Healthcare Research , Dubai Conference, UAE Medical Conference 2024, Health Conference in UAE 2024, Global Health Summit, International Health Conference 2024"> <title>International Conference On Health care and Medical Research |(ICHMR-2024) </title> <link rel="icon" type="image/x-icon" href="images/favicon.ico"> <link rel="shortcut icon" href="images/favicon.ico"> <!-- Android --> <link rel="icon" type="image/png" sizes="192x192" href="images/android-chrome-192x192.jpg"> <link rel="icon" type="image/png" sizes="512x512" href="images/android-chrome-512x512.png"> <link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png"> <!-- iOS --> <link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png"> <!-- Stylesheets --> <link href="css/bootstrap.css" rel="stylesheet"> <link href="css/style.css" rel="stylesheet"> <link href="css/responsive.css" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap" rel="stylesheet"> <!--icon--> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" /> <!-- Favicon --> <!-- <link rel="shortcut icon" type="image/x-icon" href="./images/logo-fav.png"> --> <!-- flag --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.12/css/intlTelInput.min.css"> <link rel="stylesheet" href="build/css/intlTelInput.css" /> <link rel="stylesheet" href="build/css/demo.css" /> <script src="https://www.google.com/recaptcha/api.js" async defer></script> <script src="js/jquery.js"></script> <script src="js/popper.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/jquery.mCustomScrollbar.concat.min.js"></script> <script src="js/magnific-popup.min.js"></script> <script src="js/appear.js"></script> <script src="js/parallax.min.js"></script> <script src="js/tilt.jquery.min.js"></script> <script src="js/jquery.paroller.min.js"></script> <script src="js/owl.js"></script> <script src="js/wow.js"></script> <script src="js/odometer.js"></script> <script src="js/slick.js"></script> <script src="js/backToTop.js"></script> <script src="js/jquery-ui.js"></script> <!-- <script src="js/cursor-script.js"></script> --> <script src="js/script.js"></script> <script src="build/js/intlTelInput.js"></script> <style> /* Sticky LINE Icon */ .line-icon { position: fixed; bottom: 159px; /* Adjust to stack with WhatsApp and Telegram */ left: 20px; z-index: 1000; background-color: #06c755; /* LINE's brand color */ border-radius: 50%; padding: 10px; } .line-icon img { width: 30px; height: 30px; box-shadow: none !important; } </style> <script> document.addEventListener("DOMContentLoaded", function() { // Create the LINE icon div var lineDiv = document.createElement("div"); lineDiv.className = "line-icon"; // Create the anchor tag var lineLink = document.createElement("a"); lineLink.href = "https://line.me/ti/p/5ROVBHaDV7"; // Replace with your LINE link lineLink.target = "_blank"; // Create the image tag var lineImg = document.createElement("img"); lineImg.src = "https://upload.wikimedia.org/wikipedia/commons/4/41/LINE_logo.svg"; lineImg.alt = "LINE"; // Append image to the anchor tag lineLink.appendChild(lineImg); // Append anchor tag to the div lineDiv.appendChild(lineLink); // Append the div to the body document.body.appendChild(lineDiv); }); </script> <style> /* Sticky Telegram Icon */ .telegram-icon { position: fixed; bottom: 100px; /* Adjust the bottom if you want it to stack with WhatsApp */ left: 20px; z-index: 1000; background-color: #0088cc; border-radius: 50%; padding: 10px; } .telegram-icon img { width: 30px; height: 30px; box-shadow: none !important; } </style> <script> document.addEventListener("DOMContentLoaded", function() { // Create the Telegram icon div var telegramDiv = document.createElement("div"); telegramDiv.className = "telegram-icon"; // Create the anchor tag var telegramLink = document.createElement("a"); telegramLink.href = "https://t.me/gsrdinternational"; // Replace with your Telegram username or link telegramLink.target = "_blank"; // Create the image tag var telegramImg = document.createElement("img"); telegramImg.src = "https://upload.wikimedia.org/wikipedia/commons/8/82/Telegram_logo.svg"; telegramImg.alt = "Telegram"; // Append image to the anchor tag telegramLink.appendChild(telegramImg); // Append anchor tag to the div telegramDiv.appendChild(telegramLink); // Append the div to the body document.body.appendChild(telegramDiv); }); </script> <style> /* Sticky WhatsApp Icon */ .whatsapp-icon { position: fixed; bottom: 40px; left: 20px; z-index: 1000; background-color: #25D366; border-radius: 50%; padding: 10px; } .whatsapp-icon img { width: 30px; height: 30px; box-shadow: none !important; } </style> <script> document.addEventListener("DOMContentLoaded", function() { // Create the WhatsApp icon div var whatsappDiv = document.createElement("div"); whatsappDiv.className = "whatsapp-icon"; // Create the anchor tag var whatsappLink = document.createElement("a"); whatsappLink.href = "https://wa.me/+919777662946"; // Replace with your number whatsappLink.target = "_blank"; // Create the image tag var whatsappImg = document.createElement("img"); whatsappImg.src = "https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg"; whatsappImg.alt = "WhatsApp"; // Append image to the anchor tag whatsappLink.appendChild(whatsappImg); // Append anchor tag to the div whatsappDiv.appendChild(whatsappLink); // Append the div to the body document.body.appendChild(whatsappDiv); }); </script> <!--Start of Tawk.to Script--> <script type="text/javascript"> var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date(); (function(){ var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0]; s1.async=true; s1.src='https://embed.tawk.to/5ecca285c75cbf1769ef5561/default'; s1.charset='UTF-8'; s1.setAttribute('crossorigin','*'); s0.parentNode.insertBefore(s1,s0); })(); </script> <!--End of Tawk.to Script--><script src="https://www.google.com/recaptcha/api.js" async defer></script> <script src="js/jquery.js"></script> <script src="js/popper.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/jquery.mCustomScrollbar.concat.min.js"></script> <script src="js/magnific-popup.min.js"></script> <script src="js/appear.js"></script> <script src="js/parallax.min.js"></script> <script src="js/tilt.jquery.min.js"></script> <script src="js/jquery.paroller.min.js"></script> <script src="js/owl.js"></script> <script src="js/wow.js"></script> <script src="js/odometer.js"></script> <script src="js/slick.js"></script> <script src="js/backToTop.js"></script> <script src="js/jquery-ui.js"></script> <!-- <script src="js/cursor-script.js"></script> --> <script src="js/script.js"></script> <script src="build/js/intlTelInput.js"></script><!--<style> /* Sticky WhatsApp Icon */ .whatsapp-icon { position: fixed; bottom: 20px; right: 20px; z-index: 1000; background-color: #25D366; border-radius: 50%; padding: 10px; } .whatsapp-icon img { width: 50px; height: 50px; box-shadow: none !important; } </style> <script> document.addEventListener("DOMContentLoaded", function() { // Create the WhatsApp icon div var whatsappDiv = document.createElement("div"); whatsappDiv.className = "whatsapp-icon"; // Create the anchor tag var whatsappLink = document.createElement("a"); whatsappLink.href = "https://wa.me/+918455026354"; // Replace with your number whatsappLink.target = "_blank"; // Create the image tag var whatsappImg = document.createElement("img"); whatsappImg.src = "https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg"; whatsappImg.alt = "WhatsApp"; // Append image to the anchor tag whatsappLink.appendChild(whatsappImg); // Append anchor tag to the div whatsappDiv.appendChild(whatsappLink); // Append the div to the body document.body.appendChild(whatsappDiv); }); </script>--> <style> .page-title { height: 144px; } h2 { text-align: center; padding: 10px; color: #00405a; } p { text-align: justify; } </style> </head> <body> <div id="container"> <header class="main-header header-style-two"> <!-- Header Upper --> <div class="header-upper"> <div class="container-fluid"> <div class="clearfix"> <div class="pull-left logo-box"> <div class="logo"><a href="index.php"><img src="/images/ichmr 2025 logo.jpg" alt="" title="" style="height:84px;margin-left: 32px;"></a></div> </div> <div class="pull-right upper-right clearfix"> <!--Info Box--> <div class="upper-column info-box"> <div class="icon-box"><i class="fa-solid fa-phone"></i></div> <ul> <li>Phone <br> +91-9777662946 </li> </ul> </div> <!--Info Box--> <a href="academic_partner.php"> <div class="upper-column info-box"> <div class="icon-box"><i class="fa-regular fa-handshake"></i></div> <ul> <li>Apply For <br>Academic Partner </li> </ul> </div> </a> <!--Info Box--> <div class="upper-column info-box"> <div class="icon-box"><i class="fa-solid fa-envelope"></i></div> <ul> <li>Mail to <br>info@ichmr.com </li> </ul> </div> </div> </div> </div> </div> <!-- End Header Upper --> <!-- Header Lower --> <div class="header-lower"> <div class="container-fluid d-flex justify-content-center"> <div class="inner-container clearfix d-flex justify-content-center"> <div class="nav-outer d-flex justify-content-center"> <!-- Mobile Navigation Toggler --> <div class="mobile-nav-toggler"><span class="icon flaticon-menu-3"></span></div> <!-- Main Menu --> <nav class="main-menu navbar-expand-md"> <div class="navbar-header"> <!-- Toggle Button --> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <div class="navbar-collapse collapse clearfix" id="navbarSupportedContent"> <ul class="navigation clearfix"> <li><a href="index.php">Home</a></li> <li class="dropdown"><a href="#">About</a> <ul> <li><a href="about.php">About Conference</a></li> <li><a href="https://ichmr.com/visit-dubai.php">Visit Dubai</a></li> <li class="dropdown"><a href="#">About Organizers</a> <ul> <li><a href="https://gsrd.co/">About Gsrd</a></li> </ul> </li> </ul> </li> <li class="dropdown"><a href="#">Committee</a> <ul> <li><a href="committee.php">Committee</a></li> <li><a href="apply_committee.php">Apply for Committee</a></li> </ul> </li> <li class="dropdown"><a href="#">Speaker</a> <ul> <li><a href="keynote_speaker.php">Keynote Speaker</a></li> <li><a href="apply_for_speaker.php">Apply for Speaker</a></li> <li><a href="past_speaker.php">Past Speaker</a></li> </ul> </li> <li class="dropdown"><a href="#">Submission</a> <ul> <li><a href="submission.php?type=Presenter¶m2=1">Paper submission </a></li> <li><a href="submission.php?type=Listener¶m2=1">Registration as a Listener</a></li> <li><a href="submission_guideline.php">Submission Guidelines</a></li> <li><a href="call-for-paper.php">Call for paper / Session and Tracks</a></li> <li><a href="mode_of_presention.php">Mode of Presentation </a></li> </ul> </li> <li class="dropdown"><a href="#">Registration</a> <ul> <li><a href="conference_registration.php">Conference Registration</a></li> <li><a href="guideline.php">Registration Guidelines</a></li> </ul> </li> <li class="dropdown"><a href="#">Collaboration</a> <ul> <li><a href="academic_partner.php">Academic Partner</a></li> </ul> </li> <li><a href="publication.php">Publication</a></li> <li><a href="tentative.php">Tentative Program </a></li> <li><a href="venue.php">Venue</a></li> <li><a href="contact.php">Contact Us</a></li> <li><a href="history.php">History</a></li> </ul> </div> </nav> </div> </div> </div> </div> <!-- End Header Lower --> <!-- Sticky Header --> <div class="sticky-header"> <div class="container-fluid ml-4 clearfix"> <!--Logo--> <div class="logo pull-left"> <a href="index.php" title=""><img src="/images/ichmr 2025 logo.jpg" alt="" title="" style="height:72px;"></a> </div> <!--Right Col--> <div class="pull-right"> <!-- Main Menu --> <nav class="main-menu mr-5"> <!--Keep This Empty / Menu will come through Javascript--> <div class="navbar-header"> <!-- Toggle Button --> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <div class="navbar-collapse collapse clearfix" id="navbarSupportedContent"> <ul class="navigation clearfix"> <li><a href="index.php">Home</a></li> <li class="dropdown"><a href="#">About</a> <ul> <li><a href="about.php">About Conference</a></li> <li><a href="https://ichmr.com/visit-dubai.php">Visit Dubai</a></li> <li class="dropdown"><a href="#">About Organizers</a> <ul> <li><a href="https://gsrd.co/">About Gsrd</a></li> </ul> </li> </ul> </li> <li class="dropdown"><a href="#">Committee</a> <ul> <li><a href="committee.php">Committee</a></li> <li><a href="apply_committee.php">Apply for Committee</a></li> </ul> </li> <li class="dropdown"><a href="#">Speaker</a> <ul> <li><a href="keynote_speaker.php">Keynote Speaker</a></li> <li><a href="apply_for_speaker.php">Apply for Speaker</a></li> <li><a href="past_speaker.php">Past Speaker</a></li> </ul> </li> <li class="dropdown"><a href="#">Submission</a> <ul> <li><a href="submission.php?type=Presenter¶m2=1">Paper submission </a></li> <li><a href="submission.php?type=Listener¶m2=1">Registration as a Listener</a></li> <li><a href="submission_guideline.php">Submission Guidelines</a></li> <li><a href="call-for-paper.php">Call for paper / Session and Tracks</a></li> <li><a href="mode_of_presention.php">Mode of Presentation </a></li> </ul> </li> <li class="dropdown"><a href="#">Registration</a> <ul> <li><a href="conference_registration.php">Conference Registration</a></li> <li><a href="guideline.php">Registration Guidelines</a></li> </ul> </li> <li class="dropdown"><a href="#">Collaboration</a> <ul> <li><a href="academic_partner.php">Academic Partner</a></li> </ul> </li> <li><a href="publication.php">Publication</a></li> <li><a href="tentative.php">Tentative Program </a></li> <li><a href="venue.php">Venue</a></li> <li><a href="contact.php">Contact Us</a></li> <li><a href="history.php">History</a></li> <!-- <li class="dropdown"><a href="#">History</a> <ul> <li><a href="1st-icestm.php">1st ICESTM</a></li> <li><a href="2nd-icestm.php">2nd ICESTM</a></li> </ul> </li> --> </ul> </div> </nav> <!-- Mobile Navigation Toggler --> <div class="mobile-nav-toggler mr-3"><span class="icon flaticon-menu-3"></span></div> </div> </div> </div><!-- End Sticky Menu --> <!-- Mobile Menu --> <div class="mobile-menu"> <div class="menu-backdrop"></div> <div class="close-btn"><span class="icon fa fa-close"></span></div> <nav class="menu-box"> <div class="nav-logo"><a href="index.php"><img src="images/ichmr-logo.png" alt="" title="" style="height:72px;" ></a></div> <div class="menu-outer"> <!--Here Menu Will Come Automatically Via Javascript / Same Menu as in Header--> </div> </nav> </div><!-- End Mobile Menu --> </header> <section class="page-title" style="background-image: url(images/about-img.jpg)"> <div class="auto-container"> <ul class="bread-crumb clearfix"> <li><a href="index.php">Home</a></li> <li>About Us</li> </ul> </div> </section> <div class="auto-container"> <h2>About Us</h2> <p> <b>International conference on Health care and medical Research(ICHMR-2025) Organized by: Global Society for Research and Development (GSRD) ,2nd & 3rd Feb,2025 at Dubai, UAE </b>JJoin us for a vibrant exchange of ideas and insights at the forefront of multidisciplinary educational research. Engage with esteemed scholars, researchers, and practitioners as we explore innovative approaches and current trends shaping the landscape of Public health and Medical Science across diverse disciplines. Together, let's delve into transformative research that inspires and redefines the future of learning. <br> <br> <strong>PURPOSE OF ICHMR-2025</strong><br> The primary purpose of the International Conference On Public Health and Medical Science <strong>( ICHMR-2025 )</strong> scheduled on <strong> 2nd & 3rd Feb,2025 at Dubai, UAE </strong> is to provide a collaborative platform for global healthcare Professionals, Doctors and Researchers . This conference aims to facilitate the exchange of innovative research, methodologies, and practices across various Medical and Healthcare disciplines. <strong> ICHMR-2025 </strong> seeks to encourage dialogue, foster interdisciplinary connections, address contemporary educational challenges, explore emerging trends, and showcase effective strategies, ultimately aiming to advance Medical and Healthcare disciplines.<br> <strong>Objective of the ICHMR-2025</strong><br> The primary objective of the <strong>ICHMR-2025 </strong> on <strong> 2nd & 3rd Feb,2025 at Dubai, UAE </strong> is to create a vibrant platform for global scholars, researchers, and educators. The conference aims to facilitate the exchange of cutting-edge research across various Public health an Medical Science disciplines.<strong>ICHMR-2025 </strong> seeks to encourage collaboration, foster interdisciplinary discussions, and showcase innovative methodologies, ultimately aiming to advance medical practices worldwide. <br> In addition to fostering research exchange and interdisciplinary collaboration, <strong>ICHMR-2025</strong> aims to address contemporary challenges in Medical and Healthcare education. The conference endeavours to explore emerging trends and innovative approaches that can effectively tackle these challenges. By providing a space for insightful discussions and presentations, <strong> ICHMR-2025 </strong> seeks to empower attendees with practical insights and solutions, encouraging the implementation of impactful strategies in educational settings globally. Through this, the conference aspires to contribute to the continuous improvement and evolution of Medical educational research and practices. </p> </div> </div> <footer class="footer-style-two" style=" background-image: url(./images/footer-map.png); background-repeat: no-repeat; background-position: center; background-size: contain; background-blend-mode: color-dodge;"> <div class="auto-container"> <!-- Widgets Section --> <div class="widgets-section"> <div class="row clearfix"> <!-- Big Column --> <div class="big-column col-lg-9 col-md-12 col-sm-12"> <div class="row clearfix"> <!-- Footer Column --> <div class="footer-column col-lg-6 col-md-6 col-sm-12"> <div class="footer-widget logo-widget"> <div class="logo"> <a href="#"><img src="images/ichmr 2025 logo.jpg" alt="" style="border-radius:5px;"/></a> </div> <!-- <div class="text">The primary goal of the 24th & 25th International Conference on Public Health and Medical Science (ICPHAMS-2024), slated to take place in the amazing city of Doha, Qatar, held on 24th & 25th Nov. </div> --> <ul class="social-box"> <li><a href="https://www.facebook.com/Global-Society-for-Research-and-Development-GSRD-1261354700693952/?modal=admin_todo_tour" target="_blank"><i class="fa-brands fa-facebook"></i></a></li> <li><a href="https://twitter.com/gsrdconferences" target="_blank"><i class="fa-brands fa-square-x-twitter"></i></a></li> <li><a href="https://www.linkedin.com/company/76106720/admin/" target="_blank"><i class="fa-brands fa-linkedin"></i></a></li> <li><a href="https://www.instagram.com/gsrdconference/" target="_blank"><i class="fa-brands fa-square-instagram"></i></a></li> <li><a href="https://t.me/gsrdinternational" target="_blank"><i class="fa-brands fa-telegram"></i></a></li> </ul> </div> </div> <div class=" col-lg-6 col-md-6 col-sm-6 ps-xl-4 pl-5"> <div class="footer-widget news-widget"> <h5>Quick Link</h5> <div class="row"> <div class="col-lg-6 d-flex justify-content-start"> <ul class="footer-menu list-style"> <li> <a href="index.php" target="_blank"> <i class="fa fa-angle-right"></i> Home </a> </li> <li> <a href="about.php" target="_blank"> <i class="fa fa-angle-right"></i> About </a> </li> <li> <a href="call-for-paper.php" target="_blank"> <i class="fa fa-angle-right"></i> Call for Paper </a> </li> <li> <a href="conference_registration.php" target="_blank"> <i class="fa fa-angle-right"></i> Registration </a> </li> </ul> </div> <div class="col-lg-6"> <ul class="footer-menu list-style"> <li> <a href="venue.php" target="_blank"> <i class="fa fa-angle-right"></i> Venue </a> </li> <li> <a href="paper_submission.php" target="_blank"> <i class="fa fa-angle-right"></i> Submission </a> </li> <li> <a href="guideline.php" target="_blank"> <i class="fa fa-angle-right"></i> Registration Guidelines </a> </li> <li> <a href="contact.php" target="_blank"> <i class="fa fa-angle-right"></i> Contact </a> </li> </ul> </div> </div> </div> </div> </div> </div> <!-- Big Column --> <div class="big-column col-lg-3 col-md-12 col-sm-12"> <div class="row clearfix"> <div class="footer-column col-lg-12 col-md-12 col-sm-12"> <div class="footer-widget contact-widget"> <h5>Get In Touch</h5> <ul class="contact-list"> <li> <i class="fa-solid fa-phone"></i> Phone Number <a href="tel:+91 8763630137">+91-9777662946</a> </li> <li> <i class="fa-solid fa-envelope"></i> Email Address <a href="mailto: info.ichmr@gmail.com"> info@ichmr.com</a> </li> <li> <i class="fa-solid fa-location-dot"></i> Venue <a href="#"> Dubai, UAE</a> </li> </ul> </div> </div> </div> </div> </div> </div> <!--<div class="get-quote-button"> <a href="#" data-toggle="tooltip" data-placement="left" title="" target="blank" style="color: #fff;">Register as an Listener</a></div>--> <div class="footer-bottom"> <div class="clearfix"> <div class="pull-left"> <div class="copyright">© 2024 ICHMR - All rights reserved. </div> </div> </div> </div> </div> </footer> <script src="https://www.google.com/recaptcha/api.js" async defer></script> <script src="js/jquery.js"></script> <script src="js/popper.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/jquery.mCustomScrollbar.concat.min.js"></script> <script src="js/magnific-popup.min.js"></script> <script src="js/appear.js"></script> <script src="js/parallax.min.js"></script> <script src="js/tilt.jquery.min.js"></script> <script src="js/jquery.paroller.min.js"></script> <script src="js/owl.js"></script> <script src="js/wow.js"></script> <script src="js/odometer.js"></script> <script src="js/slick.js"></script> <script src="js/backToTop.js"></script> <script src="js/jquery-ui.js"></script> <!-- <script src="js/cursor-script.js"></script> --> <script src="js/script.js"></script> <script src="build/js/intlTelInput.js"></script> </div> <!-- /body --> </body> </html> <script> document.addEventListener("DOMContentLoaded", function() { var header = document.querySelector(".header"); window.addEventListener("scroll", function() { var scroll = window.pageYOffset || document.documentElement.scrollTop; var stickyHeader = document.querySelector(".sticky-header"); if (scroll >= 20) { stickyHeader.style.zIndex = "999"; stickyHeader.style.opacity = "1"; stickyHeader.style.visibility = "visible"; } else { stickyHeader.style.zIndex = "0"; stickyHeader.style.opacity = "0"; stickyHeader.style.visibility = "hidden"; } }); }); </script>