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&amp;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&amp;display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&amp;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> .container .heading{ width: 85%; margin: auto; text-align: center; } .container .heading h1{ color: #f15b43; font-size: 50px; margin-top: 50px; } .wrapper{ width: 69%; margin: 50px auto; display: flex; justify-content: space-between; align-items: center; } .content{ width: 50%; margin: 0px 25px; transition: 0.4s ease; } .content:hover{ transform: translateY(-10px); } .content h2{ font-size: 30px; color: #284966; } .content p{ font-size: 19px; color: #666; line-height: 1.5; margin-top: 10px; } .image{ width: 50%; transition: 0.4s ease; } .image:hover{ transform: translateY(-10px); } .content .btn{ position: relative; margin-top: 30px; text-decoration: none; border: 2px solid #f15b43; font-size: 19px; color: #f15b43; padding: 13px 16px; display: inline-block; letter-spacing: 1px; cursor: pointer; } .content .btn::before{ position: absolute; content: ""; border: 1px solid transparent; left: 0; top: 0; width: 100%; height: 100%; background: #f15b43; z-index: -1; transition: transform 0.7s; transform-origin: 0 0; transition-timing-function: cubic-bezier(0.5, 1.5, 0.4, 0.7); transform: scaleX(0); } .content .btn:hover{ color: #fff; } .content .btn:hover::before{ transform: scaleX(1); } .image img{ width: 100%; height: 300px; } .img-sec{ height:300px!important; } @media screen and (max-width: 768px) { .wrapper{ flex-direction: column; margin-top: 0px; } .container .heading H1{ font-size: 40px; } .content, .image{ width: 100%; margin-top: 30px; } .content h2{ font-size: 25px; } .content .btn{ font-size: 16px; padding: 12px 14px; } } </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&param2=1">Paper submission </a></li> <li><a href="submission.php?type=Listener&param2=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="history.php">1st History</a></li> <li><a href="2nd-history.php">2nd History</a></li> </ul> </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&param2=1">Paper submission </a></li> <li><a href="submission.php?type=Listener&param2=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="history.php">1st History</a></li> <li><a href="2nd-history.php">2nd History</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>Visit Us</li> </ul> </div> </section> <div class="heading"> <h1 style="font-size: 30px;text-align: center;padding-top: 13px;">Visit Us</h1> </div> <div class="wrapper"> <div class="content"> <h2>Mediclinic Dubai Mall</h2> <p>Located in The Dubai Mall, the world's largest shopping complex, Mediclinic Dubai Mall covers over 60,000 sq ft of space and offers state-of-the-art facilities including a day surgery unit, endoscopy suite, outpatient consultation and treatment rooms, physiotherapy gym and comprehensive diagnostic imaging.</p> <!-- <a href="#" class="btn">Read More</a> --> </div> <div class="image"> <img src="images/visit-5.png" alt=""> </div> </div> <div class="wrapper"> <div class="image"> <img src="images/visit-6.png" alt=""> </div> <div class="content"> <h2>Museum of the Future</h2> <p>The building is an architectural and engineering marvel. It confidently straddles the past and the future, applying advanced technology to traditional artforms. The building ‘speaks Arabic’: its facade is a canvas for the poetry of His Highness Sheikh Mohammed Bin Rashid Al Maktoum rendered in the calligraphy of Mattar bin Lahej.</p> <!-- <a href="#" class="btn">Read More</a> --> </div> </div> <div class="wrapper"> <div class="content"> <h2>Palm Tower</h2> <p>Stand at a towering height of 240 meters on the 52nd floor- the viewing deck, and drink in remarkable panoramic views. This tower also houses a 5-star hotel, luxurious apartments, world-class restaurants, an infinity pool, and then some! This landmark is also a stone's throw away from Palm Jumeirah's Nakheel Mall.</p> <!-- <a href="#" class="btn">Read More</a> --> </div> <div class="image"> <img src="images/visit1.jpg" alt=""> </div> </div> <div class="wrapper"> <div class="image"> <img src="images/visit2.png" class="img-sec" alt="" > </div> <div class="content"> <h2>Topgolf Dubai</h2> <p>Topgolf venues are all-weather facilities with covered hitting bays that are fitted with fans for the summer and heaters for the winter.</p> <!-- <a href="#" class="btn">Read More</a> --> </div> </div> <div class="wrapper"> <div class="content"> <h2>Dubai Dolphinarium</h2> <p>One of the largest suspended aquariums in the world It houses thousands of aquatic animals, comprising over 140 species. Over 300 Sharks and Rays live in this tank, including one of the largest collections of Sand Tiger Sharks in the world.</p> <!-- <a href="#" class="btn">Read More</a> --> </div> <div class="image"> <img src="images/visit3.png" alt=""> </div> </div> <div class="wrapper"> <div class="image"> <img src="images/visit4.png" alt="" height="400px"> </div> <div class="content"> <h2>Hatta Wadi Hub</h2> <p>Hatta Wadi Hub is an outdoor adventure park in the Hajar Mountains of the United Arab Emirates that offers a variety of activities for visitors of all ages</p> <!-- <a href="#" class="btn">Read More</a> --> </div> </div> <div class="wrapper"> <div class="content"> <h2>Dubai Desert Safari</h2> <p>Dubai Desert Safari is famous for its unique desert experience. It allows visitors to explore the vast Arabian desert and witness its natural wonders. Some say it's a once-in-a-lifetime experience.</p> <!-- <a href="#" class="btn">Read More</a> --> </div> <div class="image"> <img src="images/visit5.jpg" alt=""> </div> </div> <div class="wrapper"> <div class="image"> <img src="images/visit6.jpg" alt="" height="400px"> </div> <div class="content"> <h2>Burj Khalifa</h2> <p>Burj Khalifa the world's tallest building but it has also broken two other impressive records: tallest structure, previously held by the KVLY-TV mast in Blanchard, North Dakota, and tallest free-standing structure, previously held by Toronto's CN Tower.</p> <!-- <a href="#" class="btn">Read More</a> --> </div> </div> <div class="wrapper"> <div class="content"> <h2>Dubai International Financial Centre (DIFC)</h2> <p>The DIFC being one of the largest financial cities in the world helps students to understand finance, investment and even economic policies. Specialized tours and lectures to provide more information about the financial service industry can be organized.</p> <!-- <a href="#" class="btn">Read More</a> --> </div> <div class="image"> <img src="images/visit-7.png" alt=""> </div> </div> </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">&copy; 2025 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>

Pages: 1 2 3 4 5 6 7 8 9 10