200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: csi76.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang="zxx"> <script> window.location.href="thank_you.php"; </script> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>CSICON 2024 | Lucknow</title> <!-- Favicon --> <link rel="shortcut icon" type="image/x-icon" href="images/favicon.png"> <!-- Bootstrap core CSS --> <link href="css/bootstrap.min.css" rel="stylesheet" type="text/css"> <!--Custom CSS--> <link href="css/style.css" rel="stylesheet" type="text/css"> <!--Plugin CSS--> <link href="css/plugin.css" rel="stylesheet" type="text/css"> <!--Font Awesome--> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.5.0/css/all.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"> <link rel="stylesheet" href="fonts/line-icons.css" type="text/css"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"> <script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script> <style> .main_header_area .header_menu .navbar.navbar-default .nav.navbar-nav li a { color: #C83F74; padding: 10px; } .navbar .navbar-default { overflow: hidden; background-color: #333; position: fixed; top: 0; width: 100%; } .main_header_area .header_menu.fixed-top .navbar.navbar-default .nav.navbar-nav li>a { color: #c83f74; } h1.ah-headline { font-size: 40px; } .popup-container { display: none; position: fixed; top: 0; left: 0; width: 105%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 99999999; justify-content: center; align-items: center; } .popup-content { /* background-color: #fff;*/ padding: 20px; border-radius: 5px; text-align: center; /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);*/ margin-bottom: -10%; } #close-popup { background-color: #303192; color: #f9f9f9; border: none; /* padding: 10px 20px; */ cursor: pointer; border-radius: 5px; font-size: 16px; margin-left: 88%; font-weight: 900; padding: 3px 15px 3px 15px; } .popup-content h2 { color: #fd5200; font-size: 30px; font-weight: 900 } .popup-content h3 { color: #04112c; font-size: 25px; font-weight: 900 } @keyframes blink { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } } /* Apply the blinking animation to the text content */ .blinking-text { animation: blink 2s infinite; position: relative; z-index: 1; font-size: 16px; text-align: center; padding: 15px 25px; text-transform: capitalize; transition: all ease-in-out 0.5s; background: #fbbb41; color: #19114d; display: inline-block; border-radius: 0px; border: none; box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.1); overflow: hidden; } .service-thumb img { width: 100%; transition: 0.4s linear; border-radius: 50%; box-shadow: 0px 0px #333369; border: 2px solid #333369; } .nir-btn2 { position: relative; z-index: 1; font-size: 16px; text-align: center; padding: 15px 25px; text-transform: capitalize; transition: all ease-in-out 0.5s; background: #fabc41; color: Pink; display: inline-block; border-radius: 0px; border: none; box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.1); overflow: hidden; } </style> </head> <body> <!-- Preloader --> <div id="preloader"> <div id="status"></div> </div> <!-- Preloader Ends --> <!-- Header starts --> <script type="text/javascript"> // Automatically open the first modal when the page is loaded $(document).ready(function() { $('#exampleModal').modal('show'); }); // Event listener to close the first modal when the second modal opens $('#emailModal').on('show.bs.modal', function() { $('#exampleModal').modal('hide'); // Close the first modal }); </script> <!-- Main Modal (First Modal) --> <div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="row modal-dialog modal-lg"> <div class="modal-header d-flex align-items-center justify-content-end" style="border:none"> <button type="button" class="" data-bs-dismiss="modal" aria-label="Close" style="position: relative; z-index: 1; font-size: 16px; text-align: center; padding: 15px 25px; text-transform: capitalize; transition: all ease-in-out 0.5s; background: #c83f74; color: #fff; display: inline-block; border-radius: 0px; border: none; box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.1); overflow: hidden;"> Close </button> </div> <div class="col-12 modal-content" style="background:none; border:none"> <div class="row modal-body"> <div class="col-12"> <!-- Image with click event to open second modal --> <img src="images/badge3.png" width="100%" data-bs-toggle="modal" data-bs-target="#emailModal" style="cursor: pointer;" /> </div> </div> </div> </div> </div> <!-- Second Modal (Email Input Popup) --> <div class="modal fade" id="emailModal" tabindex="-1" aria-labelledby="emailModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="emailModalLabel">Enter Your Email</h5> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="modal-body"> <form method="POST"> <div class="mb-3"> <label for="emailInput" class="form-label">Email address</label> <input type="email" name="email" class="form-control" id="emailInput" placeholder="Enter your email"> </div> <button type="submit" name="submit" class="btn btn-primary" style=" z-index: 1; font-size: 16px; text-align: center; padding: 15px 25px; text-transform: capitalize; transition: all ease-in-out 0.5s; background: #c83f74; color: #fff; display: inline-block; border-radius: 0px; border: none; box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.1); overflow: hidden;">Submit</button> </form> </div> </div> </div> </div> <header class="main_header_area"> <!-- Navigation Bar --> <div class="header_menu" id="header_menu"> <nav class="navbar navbar-default" style="background-color:white"> <div class="container"> <div class="navbar-flex d-flex align-items-center justify-content-between w-100 pb-2 pt-2"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <a class="navbar-brand" href="index.php"> <img src="images/csi76_latest_logo.png" width="80px" alt="image"> <!-- <img src="images/logo-white.png" width="130px" alt="image"> --> </a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="navbar-collapse1 d-flex align-items-center" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav" id="responsive-menu"> <li class="dropdown submenu active"> <a href="index.php" class="">Home</a> </li> <li><a href="#about-us" class="">About Us</a></li> <!-- <li><a href="#organising-committee" class="">Organising Committee</a></li>--> <!-- <li class="submenu dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Committee <i class="fas fa-caret-down ms-1" aria-hidden="true"></i></a> <ul class="dropdown-menu"> <li><a href="event-schedule.html">Organising Committee</a></li> <li><a href="event-detail.html"></a></li> </ul> </li> --> <li class="submenu dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Committee <i class="fas fa-caret-down ms-1" aria-hidden="true"></i></a> <ul class="dropdown-menu"> <li><a href="organisingcommittee.php">Organising Committee</a></li> <li><a href="executivecommittee.php">Executive Committee </a></li> <li><a href="upcsiofficebearers.php">UPCSI Office Bearers</a></li> </ul> </li> <!--<li><a href="Program.php" class="">Program</a></li>--> <li><a href="https://scientific.csi76.com/" target="_blank" class="">Scientific</a></li> <li><a href="#venue" class="">Venue</a></li> <li><a href="#contact" class="">Contact Us</a></li> <li><a href="Explore_Lucknow.php" class="">EXPLORE NEAR BY PLACES</a></li> <li class="d-sm-blok d-sm-block d-md-block d-xl-none d-xxl-none"> <a href="registercsi.php" style="width:115px" class="nir-btn white m-2">Register <i class="fa fa-angle-right "></i></a></li> </ul> </div><!-- /.navbar-collapse --> <div class="register-login"> <a href="registercsi.php" class="nir-btn white">Register <i class="fa fa-angle-right "></i></a> <a href="https://promeetings.in/QuizReg/login.php" class="nir-btn white" target="_blank">Quiz Registration <i class="fa fa-angle-right "></i></a> </div> <div id="slicknav-mobile"></div> </div> </div><!-- /.container-fluid --> </nav> </div> <!-- Navigation Bar Ends --> </header> <!-- header ends --> <!-- banner starts --> <section class="banner pt-12 pb-0 overflow-hidden" style="background-image:url(images/bg-updated-10-04.png);height:90vh"> <div class="container mt-3"> <div class="banner-in pt-7"> <div class="row align-items-end"> <div class="col-lg-8 col-md-4 "> <div class="banner-content text-lg-start text-center"> <!-- <h4 class="theme mb-0 "> 76th Annual Conference Of</h4>--> <div class="selector4" style="display: flex; justify-content: center;"> <h1 class="ah-headline white"> <span class="" style="color:#fbbb41">76<sup>th </sup> Annual Conference <span style="text-transform:lowercase">of </span> </span> <span>CARDIOLOGICAL SOCIETY OF INDIA</span> <!--<span class="ah-words-wrapper white"> <b class="">Lucknow</b> </span>--> </h1> </div> <div class="p-2"> <!--- <h5 class="white"><i class="bi bi-calendar3"></i> 12th to 15th December, 2024</h5>---> <h5 class="white"> <i class="bi bi-calendar3"></i> 05<sup>th</sup> <span style="text-transform:lowercase">to</span> 08<sup>th </sup> December, 2024</h5> <h5 class="white"><i class="bi bi-geo-alt"></i> <a href="https://www.google.com/maps/place/Sanjay+Gandhi+Postgraduate+Institute+of+Medical+Sciences/@26.7435439,80.9452064,15z/data=!4m6!3m5!1s0x399bfb780769912d:0x88e91b1b76c8c405!8m2!3d26.7435439!4d80.9452064!16s%2Fm%2F02wz48n?entry=ttu" target="_blank" class="text-light">Indira Gandhi Pratishthan, Lucknow,(U.P.) India</a></h5> </div> <a href="registercsi.php" class="nir-btn white ms-2">Register Now <i class="fa fa-angle-right "></i></a> <a href="https://promeetings.in/QuizReg/login.php" target="_blank" class="nir-btn white ms-2 ms-2 "><strong>Quiz Registration</strong></a> <a href="https://csi76.com/attendeeResource/" target="_blank" class="nir-btn2 black ms-2 ms-2 "><strong>Attendee Resource</strong></a> </div> </div> <div class="col-lg-4 mt-10 text-center "> <div class="banner-image " > <img src="images/csi76_Logo_New.png" width="90%" class="mb-4 d-md-block d-none" alt=""> </div> </div> </div> </div> </div> <!-- <div class="color-overlay"></div> --> </section> <!-- banner ends --> <!-- coming counter starts --> <section class="coming-countermain p-0"> <div class="container"> <div class="row"> <div class="col-lg-7 col-lg-offset-5"> <div class="row coming-counter d-md-flex align-items-center justify-content-between p-4 py-5 text-md-start text-center"> <div class="counter-box col-3"><span id="days"></span><br> Days</div> <div class="counter-box col-3"><span id="hours"></span><br> Hours</div> <div class="counter-box col-3"><span id="minutes"></span><br> Minutes</div> <div class="counter-box col-3"><span id="seconds"></span><br> Seconds</div> </div> </div> </div> </div> </section> <script> function startCountdown(targetDate) { var countdownElement = document.getElementById("countdown"); var days = document.getElementById("days"); var hours = document.getElementById("hours"); var minutes = document.getElementById("minutes"); var seconds = document.getElementById("seconds"); var countdownInterval = setInterval(function() { var now = new Date().getTime(); var distance = targetDate - now; if (distance < 0) { clearInterval(countdownInterval); countdownElement.innerHTML = "Welcome to CSICON 2024..!"; return; } var days = Math.floor(distance / (1000 * 60 * 60 * 24)); var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); var seconds = Math.floor((distance % (1000 * 60)) / 1000); // countdownElement.innerHTML = days + "d " + hours + "h " // + minutes + "m " + seconds + "s "; document.getElementById('days').innerHTML = days; document.getElementById('hours').innerHTML = hours; document.getElementById('minutes').innerHTML = minutes; document.getElementById('seconds').innerHTML = seconds; }, 1000); } // Define the target date directly in the script var targetDate = new Date("2024-12-05 09:00:00"); startCountdown(targetDate); </script> <!-- coming counter Ends --> <section class="event-partners pb-8 pt-50 " id="explore"> <div class="container mt-5"> <div class="section-title mb-3 w-60 mx-auto text-center"> <!-- <h3 class="h-title">Partners</h3> --> <!-- <h4 class="theme">Our Sponsors</h4> --> <div class="selector4" style="display: flex; justify-content: center;"> <h2 class="ah-headline mb-0 fs-1"> <span style="text-transform: initial;">Highlights and What to Expect from </span> <span class="ah-words-wrapper white theme"> <b class="is-visible textcap">CSICON 2024</b> <b>CSICON 2024</b> </span> </h2> </div> </div> <div class="partners_inner"> <div class="text-center mb-3"> <h5 class="bg-theme white p-3" style="display: inline-block; border-radius: 15px; text-transform: initial;"> Presence of International Societies</h5> </div> <div class="row align-items-center d-flex justify-content-center"> <div class="col-lg-3 col-md-6 mb-4 col-6"> <div class="partner-list border-all"> <img src="images/comm/1.svg" alt=""> </div> </div> <div class="col-lg-3 col-md-6 mb-4 col-6"> <div class="partner-list border-all"> <img src="images/comm/2.svg" alt=""> </div> </div> <div class="col-lg-3 col-md-6 mb-4 col-6"> <div class="partner-list border-all"> <img src="images/comm/British Cardiovascular Society.png" alt=""> </div> </div> <div class="col-lg-3 col-md-6 mb-4 col-6"> <div class="partner-list border-all"> <img src="images/comm/4.svg" alt=""> </div> </div> <div class="col-lg-3 col-md-6 mb-4 col-6"> <div class="partner-list border-all"> <img src="images/comm/5.svg" alt=""> </div> </div> <div class="col-lg-3 col-md-6 mb-4 col-6"> <div class="partner-list border-all"> <img src="images/comm/6.svg" alt=""> </div> </div> </div> </div> </div> <div class="white-overlay opacity-75"></div> </section> <!--<div class=" row popup-container " id="popup"> </div>--> <!-- about-us starts --> <section id="about-us" class="about-us about-features pt-12 pb-8" style="background: #f0f0f0;"> <div class="container"> <div class="about-image-box"> <div class="row d-flex align-items-center justify-content-between"> <div class="col-lg-12 ps-lg-4"> <div class="about-content text-center text-lg-start mb-4"> <!-- <h4 class="h-title">Events</h4> --> <div class="selector4" style="display: flex; justify-content: center;"> <h2 class="ah-headline fs-1"> <span class="ah-words-wrapper white theme"> <b class="is-visible textcap">WELCOME</b> <b>WELCOME</b> </span> <span>MESSAGE </span> </h2> </div> <div class="row"> <div class="col-md-12"> <div class="p-3"> <p style="text-align: justify;"> Dear Esteemed Colleagues,<br></p> <p style="text-align: justify;">We trust this letter finds you well and thriving. On behalf of the organizing committee, it is our distinct honour and privilege to extend a heartfelt welcome to you for the upcoming 76<sup>th</sup> Annual Conference of Cardiological Society of India, set against the backdrop of the culturally rich and beautiful city of Lucknow, (U.P.) India.</p> <p style="text-align: justify;"> Lucknow, renowned for its cultural opulence and historical significance, will serve as the perfect setting for our gathering of accomplished professionals and thought leaders in cardiology. The city's majestic architecture, delectable cuisine, and warm hospitality are sure to enhance your overall conference experience. </p> <p style="text-align: justify;"> As you explore the vibrant streets of Lucknow, you'll discover a harmonious blend of tradition and modernity. The city's heritage, reflected in its architectural wonders and artistic treasures, provides a unique and inspiring environment for the exchange of knowledge and ideas. </p> <p class="my-3 text-start" style="text-align: justify;"> <strong> Conference Highlights:</strong> <ol style="text-align: start;list-style-type: disc"> <li> Insightful keynote presentations and lectures by leaders in the field. </li> <li> Engaging panel discussions and interactive sessions.</li> <li> Opportunities for networking and collaboration.</li> <li> Presentation of cutting-edge research in cardiology.</li> </ol> </p> <p class="mt-3" style="text-align: justify;"> Your presence at this conference will undoubtedly enrich the discussions and contribute to the advancement of cardiological research and practice. </p> <p class="mt-3" style="text-align: justify;">To facilitate your seamless participation, please visit our conference website for detailed information on the program, accommodation, and travel arrangements. Should you have any specific inquiries or require assistance, our dedicated team is readily available to support you.</p> <p class="mt-3" style="text-align: justify;">We eagerly anticipate your attendance at this gathering of minds, fostering collaboration and innovation in the realm of cardiology. Lucknow awaits you with open arms and promises an enriching experience both professionally and culturally.</p> <p style="text-align: justify;">Thank you for considering our invitation. We look forward to welcoming you to Lucknow and creating lasting memories together.</p> <p class="mt-3 text-start">Warm regards,</p> <!-- <p> Dr. Aditya Kapoor, Organising Chairman </p> <br> <p> Dr. S K Dwivedi, Chairman Reception Committee </p> <br> <p> Dr. Satyendra Tewari, Organising Secretary </p> <br> <p> Dr. Sharad Chandra, Jt. Organising Secretary </p> <br> <p> Dr. Roopali Khanna, Treasurer </p> <br> --> </div> <div class="row d-flex justify-content-center"> <div class="col-10"> <div class="row d-flex justify-content-center"> <div class="col-md-2 col-6 mb-2"> <div class="service-thumb"> <img src="images/team/skimg.png" width="100%" alt=""> <div class="p-2 text-center"> <h6 class="mb-0 mt-2 mainhead">Dr. S K Dwivedi</h6> <p class="subhead mt-1 mb-0">Chairman Reception Committee</p> </div> </div> </div> <div class="col-md-2 col-6 mb-2"> <div class="service-thumb"> <img src="https://csi76.com/images/dr.aditya.png" width="100%" alt=""> <!-- <img src="images/team/Aditya-kapoor-new.png" width="100%" alt="">--> <div class="p-2 text-center"> <h6 class="mb-0 mt-2 mainhead">Dr. Aditya Kapoor</h6> <p class="subhead mt-1 mb-0">Organising Chairman</p> </div> </div> </div> <div class="col-md-2 col-6 mb-2"> <div class="service-thumb"> <img src="images/team/satyendratiwari2.png" width="100%" alt=""> <div class="p-2 text-center"> <h6 class="mb-0 mt-2 mainhead">Dr. Satyendra Tewari</h6> <p class="subhead mt-1 mb-0">Organising Secretary </p> </div> </div> </div> <div class="col-md-2 col-6 mb-2"> <div class="service-thumb"> <img src="images/team/Dr_Sharad_Chandra.png" width="100%" alt=""> <div class="p-2 text-center"> <h6 class="mb-0 mt-2 mainhead">Dr. Sharad Chandra</h6> <p class="subhead mt-1 mb-0">Joint Organising Secretary </p> </div> </div> </div> <div class="col-md-2 col-6 mb-2"> <div class=" service-thumb"> <img src="images/team/Roopali-Khanna.png" width="100%" alt=""> <div class="text-center p-2"> <h6 class="mb-0 mt-2 mainhead">Dr. Roopali Khanna</h6> <p class="subhead mt-1 mb-0">Treasurer </p> </div> </div> </div> </div> <div class="row d-flex justify-content-center"> <div class="col-md-2 col-6 mb-2"> <div class=" service-thumb"> <img src="images/team/Dr_Rishi_Sethi.png" width="100%" alt=""> <div class="text-center p-2"> <h6 class="mb-0 mt-2 mainhead">Dr. Rishi Sethi</h6> <p class="subhead mt-1 mb-0">Chief Convener </p> </div> </div> </div> <div class="col-md-2 col-6 mb-2"> <div class=" service-thumb"> <img src="images/team/Dr_Naveen_Garg.png" width="100%" alt=""> <div class="text-center p-2"> <h6 class="mb-0 mt-2 mainhead">Dr. Naveen Garg</h6> <p class="subhead mt-1 mb-0">Chief Convener </p> </div> </div> </div> </div> </div> </div> </div> </div> <!-- <a href="event-detail.html" class="nir-btn">Join Event <i class="fa fa-angle-right "></i></a> --> </div> </div> </div> </div> </section> <!-- about-us ends --> <!-- about-us starts --> <section class="about-us about-features pt-5 pb-8" style="background-image:url(images/testimonial-1.png);"> <div class="container"> <div class="about-image-box"> <div class="row d-flex align-items-center justify-content-between"> <div class="col-lg-6 pe-lg-4"> <div class="about-features" style="background-image:url(images/contentbg.png);"> <div class="row align-items-center"> <div class="col-lg-6"> <div class="features-infobox border-all p-4 box-shadow bg-white text-center mb-4"> <div class="infobox-icon mb-2"> <i class="fa fa-users fs-1 theme"></i> </div> <div class="box-body"> <h4 class="infobox-title">Participation of South Asian Countries</h4> <p class="mb-2">Bangladesh, Sri Lanka, Nepal, Bhutan, Afghanistan, Myanmar, Maldives, Vietnam </p> </div> </div> <div class="features-infobox border-all p-4 box-shadow bg-white text-center mb-4"> <div class="infobox-icon mb-2"> <i class="fa fa-flag fs-1 theme"></i> </div> <div class="box-body"> <h4 class="infobox-title">Research Papers Presentation</h4> <p class="mb-2">Research Papers Presented by Young Cardiologists</p> <!-- <a href="#" class="theme">Learn More <i class="fa fa-angle-right "></i></a> --> </div> </div> </div> <div class="col-lg-6"> <div class="features-infobox border-all p-4 box-shadow bg-white text-center mb-4"> <div class="infobox-icon mb-2"> <i class="fa fa-gear fs-1 theme"></i> </div> <div class="box-body"> <h4 class="infobox-title">International Faculty Participation</h4> <p class="mb-2">Chance to Interact With International Faculty</p> </div> </div> </div> </div> </div> </div> <div class="col-lg-6 ps-lg-4"> <div class="about-content text-center text-lg-start mb-4"> <div class="selector4" style="display: flex; justify-content: start;"> <h2 class=" fs-2"> <span style="text-transform: initial;">Why You Should Attend The</span> <span class=" white theme"> <br> <b class="is-visible my-1" style="text-transform: initial;">76<sup>th</sup> Annual Conference of </b> <b class="is-visible my-1" style="text-transform: initial;">Cardiological Society of India, </b> <b class="is-visible my-1">Lucknow </b> </span> </h2> </div> <h4>An Initiative That Strives Hard</h4> <p class="mb-4" style="text-align: justify;"> Professionals dedicated to cardiovascular health. Cardiologists, cardiac surgeons, researchers, nurses, and allied healthcare professionals should attend to stay abreast of the latest advancements, breakthroughs, and best practices in the field.</p> <p class="mb-2" style="text-align: justify;"> Fellows and residents gain valuable exposure to cutting-edge research and real-world applications, enhancing their clinical knowledge. Pharmaceutical and medical technology industry representatives benefit from networking opportunities and collaboration with key stakeholders. Patients, caregivers, and advocates may find these meets insightful, gaining a deeper understanding of cardiovascular health and treatment options <br><br> Ultimately, anyone with an interest in cardiovascular medicine, from seasoned experts to those passionate about improving patient outcomes, should attend these impactful gatherings to contribute, learn, and shape the future of cardiology. </p> <a href="registercsi.php" class="nir-btn">Register Now <i class="fa fa-angle-right "></i></a> </div> </div> </div> </div> </div> </section> <!-- about-us ends --> <!-- our teams starts --> <!-- <section id="organising-committee" class="event-team bg-light"> <div class="container"> <div class="section-title mb-5 w-75 mx-auto text-center"> <h4 class="theme">Organising Committee</h4> <div class="selector4" style="display: flex; justify-content: center;"> <h2 class="ah-headline mb-0"> <span>ORGANISING</span> <span class="ah-words-wrapper white theme"> <b class="is-visible textcap">Committee</b> <b>Committee</b> </span> </h2> </div> </div> <div class="p-"> <div class="row d-flex justify-content-center"> <div class="col-md-2 col-6 mb-2"> <div class="p-2 service-thumb"> <img src="images/team/img1.jpg" width="100%" alt=""> <div class="text-center"> <h6 class="mb-0 mt-2 mainhead">DR. D P SINHA</h6> <p class="subhead mt-1 mb-0">Executive Organizing Secretary, <br> CSICON 2024</p> </div> </div> </div> <div class="col-md-2 col-6 mb-2"> <div class="service-thumb"> <img src="images/team/img2.jpg" width="100%" alt=""> <div class="p-2 text-center"> <h6 class="mb-0 mt-2 mainhead">DR. RABINDRA NATH CHAKRABORTY</h6> <p class="subhead mt-1 mb-0">Organizing Secretary, <br> CSICON 2024</p> </div> </div> </div> <div class="col-md-2 col-6 mb-2"> <div class="service-thumb"> <img src="images/team/img3.jpg" width="100%" alt=""> <div class="p-2 text-center"> <h6 class="mb-0 mt-2 mainhead">DR. MRINAL KANTI DAS</h6> <p class="subhead mt-1 mb-0">Organizing Chairman, <br> CSICON 2024</p> </div> </div> </div> <div class="col-md-2 col-6 mb-2"> <div class="service-thumb"> <img src="images/team/img4.jpg" width="100%" alt=""> <div class="p-2 text-center"> <h6 class="mb-0 mt-2 mainhead">DR. PARTHA SARATHI BANERJEE</h6> <p class="subhead mt-1 mb-0">Reception Committee Chairman, <br> CSICON 2024</p> </div> </div> </div> <div class="col-md-2 col-6 mb-2"> <div class="p-2 service-thumb"> <img src="images/team/img5.jpg" width="100%" alt=""> <div class="text-center"> <h6 class="mb-0 mt-2 mainhead">DR. DEBABRATA ROY</h6> <p class="subhead mt-1 mb-0">Treasurer, <br> CSICON 2024</p> </div> </div> </div> <div class="col-md-2 col-6 mb-2"> <div class="p-2 service-thumb"> <img src="images/team/img6.jpg" width="100%" alt=""> <div class="text-center"> <h6 class="mb-0 mt-2 mainhead">DR. PRATAP CHANDRA RATH</h6> <p class="subhead mt-1 mb-0">Chairman, Scientific Committee, <br> CSICON 2024</p> </div> </div> </div> </div> </div> </div> <div class="white-overlay"></div> </section> --> <!-- our teams Ends --> <!-- New Comitte starts --> <!--<section id="organising-committee" class="event-team bg-light" > <div class="container"> <div class="section-title mb-5 w-75 mx-auto text-center"> <h4 class="theme">Organising Committee</h4> <div class="selector4" style="display: flex; justify-content: center;"> <h2 class="ah-headline mb-0"> <span>ORGANISING</span> <span class="ah-words-wrapper white theme"> <b class="is-visible textcap">Committee</b> <b>Committee</b> </span> </h2> </div> </div> <div class="p-"> <div class="row d-flex justify-content-center"> <div class="col-md-2 col-6 mb-2"> <div class="service-thumb"> <img src="images/team/skimg.png" width="100%" alt=""> <div class="p-2 text-center"> <h6 class="mb-0 mt-2 mainhead">Dr. S K Dwivedi</h6> <p class="subhead mt-1 mb-0">Chairman Reception Committee</p> </div> </div> </div> <div class="col-md-2 col-6 mb-2"> <div class="service-thumb"> <img src="images/team/Aditya-kapoor-new.png" width="100%" alt=""> <div class="p-2 text-center"> <h6 class="mb-0 mt-2 mainhead">Dr. Aditya Kapoor</h6> <p class="subhead mt-1 mb-0">Organising Chairman</p> </div> </div> </div> <div class="col-md-2 col-6 mb-2"> <div class="service-thumb"> <img src="images/team/satyendratiwari2.png" width="100%" alt=""> <div class="p-2 text-center"> <h6 class="mb-0 mt-2 mainhead">Dr. Satyendra Tewari</h6> <p class="subhead mt-1 mb-0">Organising Secretary, </p> </div> </div> </div> <div class="col-md-2 col-6 mb-2"> <div class="service-thumb"> <img src="images/team/Dr_Sharad_Chandra.png" width="100%" alt=""> <div class="p-2 text-center"> <h6 class="mb-0 mt-2 mainhead">Dr. Sharad Chandra</h6> <p class="subhead mt-1 mb-0">Joint Organising Secretary </p> </div> </div> </div> <div class="col-md-2 col-6 mb-2"> <div class=" service-thumb"> <img src="images/team/Roopali-Khanna.png" width="100%" alt=""> <div class="text-center"> <h6 class="mb-0 mt-2 mainhead">Dr. Roopali Khanna</h6> <p class="subhead mt-1 mb-0">Treasurer </p> </div> </div> </div> </div> </div> </div> <div class="white-overlay"></div> </section> <!-- New Comitte ends --> <!-- organizing commiitee starts ---> <!-- organizing committe end--> <!-- about-us starts --> <section id="venue" class="about-us about-before pt-12"> <div class="container"> <div class="about-image-box"> <div class="row d-flex align-items-center justify-content-between"> <div class="col-lg-5 pe-4"> <div class="about-content section-title text-lg-start text-center mb-4"> <div class="selector4" style="display: flex; justify-content: center;"> <h2 class="ah-headline"> <span>CONFERENCE</span> <span class="ah-words-wrapper white theme"> <b class="is-visible textcap">Venue</b> <b>Venue</b> </span> </h2> </div> <div class="col-12"> <h4 class="mb-2">Indira Gandhi Pratishthan, Lucknow,(U.P.) India</h4> <iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d14236.28002620202!2d81.0091075!3d26.8695168!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x399be3dfbd25b725%3A0x26d3c5c59d9931f5!2sIndira%20Gandhi%20Pratishthan!5e0!3m2!1sen!2sin!4v1703576866382!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> <a href="https://maps.app.goo.gl/8t6NAY4s8K4Qb7Yh7" class="nir-btn my-2" target="_blank">Get Directions <i class="fa fa-angle-right "></i></a> <!--<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d14252.104311321338!2d80.9452064!3d26.7435439!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x399bfb780769912d%3A0x88e91b1b76c8c405!2sSanjay%20Gandhi%20Postgraduate%20Institute%20of%20Medical%20Sciences!5e0!3m2!1sen!2sin!4v1703579463631!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> <a href="https://www.google.com/maps/place/Sanjay+Gandhi+Postgraduate+Institute+of+Medical+Sciences/@26.7435439,80.9452064,15z/data=!4m6!3m5!1s0x399bfb780769912d:0x88e91b1b76c8c405!8m2!3d26.7435439!4d80.9452064!16s%2Fm%2F02wz48n?entry=ttu" target="_blank" class="nir-btn my-2">Get Directions <i class="fa fa-angle-right "></i></a>--> </div> </div> </div> <div class="col-lg-7 ps-4"> <div class="about-features" style="background-image:url(images/contentbg.png);"> <div class="row align-items-center"> <div class="col-lg-6 mb-4"> <!-- <img src="images/about/busi-3.jpg" alt=""> --> <img src=" https://csi76.com/images/explore_lucknow/ram.png" alt=""> </div> <div class="col-lg-6"> <!-- <img src="images/about/busi-1.jpg" alt="" class="mb-4"> --> <!-- <img src="./images/24lucknow.png" class="mb-4" alt="">--> <img src="https://csi76.com/images/explore_lucknow/taj-mahal-update.jpeg" width="70%" class="mb-4" alt=""> <!-- <img src="images/about/busi-2.jpg" alt=""> --> <!-- <img src="./images/lucknow2.png" alt="">--> <img src="https://csi76.com/images/explore_lucknow/bada-imambara-new1105.jpeg"width="70%" alt=""> </div> </div> </div> </div> </div> </div> </div> </section> <!-- about-us ends --> <!-- event-calltoaction starts --> <section id="registration" class="event-calltoaction pb-0" style="background: url(images/background.jpg); background-size: cover; background-attachment: fixed;"> <div class="container"> <div class="section-title mb-5 w-60 mx-auto text-center"> <!-- <h3 class="h-title theme-stroke">Expo</h3> --> <!-- <h4 class="theme">Register For The </h4> --> <div class="selector4" style="display: flex; justify-content: center;"> <h2 class="ah-headline mb-0 fs-1 text-center"> <span class="white">Register For The </span> <span class="ah-words-wrapper white theme"> <b class="is-visible textcap">Conference</b> <b>Conference</b> </span> </h2> </div> </div> <div class="event-expo w-70 mx-auto mb-7"> <div class="event-expo-item mb-4"> <div class="row align-items-center"> <div class="p-3 white"> <p style="text-align: justify;">We are thrilled to have the opportunity to host such a distinguished medical professionals, and we look forward to providing you with a memorable experience during your time here in Lucknow. <br> <a href="registercsi.php" class="nir-btn my-5">Register Now <i class="fa fa-angle-right "></i></a> </p> </div> </div> </div> </div> </div> </section> <!-- event-calltoaction ends --> <!-- faq-main Start --> <section id="faq" class="faq-main"> <div class="container"> <div class="faq-accordian"> <div class="row d-flex justify-content-center"> <div class="col-lg-8 mb-4 pe-lg-4"> <div class="section-title text-center text-lg-start mb-5"> <h3 class="h-title">Faq</h3> <h4 class="theme">General FAQs</h4> <div class="selector4 justify-content-lg-between justify-content-center" style="display: flex;"> <h2 class="ah-headline mb-0 text-center"> <span>Frequently Asked </span> <span class="ah-words-wrapper white theme"> <b class="is-visible textcap">Questions</b> <b>Questions</b> </span> </h2> </div> </div> <div class="accrodion-grp faq-accrodion" data-grp-name="faq-accrodion1"> <div class="accrodion active"> <div class="accrodion-title"> <h6>How to register ?</h6> </div> <div class="accrodion-content" style="display: block;"> <div class="inner"> <p>Please click on this link for registration process: <a href="https://csi76.com/registercsi.php" class="text-danger">Click Here</a> </p> </div><!-- /.inner --> </div> </div> <div class="accrodion"> <div class="accrodion-title"> <h6>Where is the Annual Conference of Cardiological Society of India being held this year?</h6> </div> <div class="accrodion-content" style="display: none;"> <div class="inner"> <p>The 76<sup>th</sup> Annual Conference of Cardiological Society of India will be held in Indira Gandhi Pratishthan, Lucknow,(U.P.) India.</p> </div><!-- /.inner --> </div> </div> <div class="accrodion"> <div class="accrodion-title"> <h6>Where can I find contact details?</h6> </div> <div class="accrodion-content" style="display: none;"> <div class="inner"> <p>Please click on this link for contact details: <a href="index.php#contact" class="text-danger">Click Here</a> .</p> </div><!-- /.inner --> </div> </div> <div class="accrodion "> <div class="accrodion-title"> <h6>What is the address for the conference secretariat?</h6> </div> <div class="accrodion-content" style="display: none;"> <div class="inner"> <p>Prof. Dr Satyendra Tewari</p> <p>MD, DM (Cardiology), FACC, FSCAI, FCAPSC, FCSI, FICC</p> <p>Department of Cardiology, SGPGIMS</p> <p>Raebareli Road, Lucknow (UP) - 226 014, India</p> <p>Cell - 7080200434</p> <p>E-Mail - [email protected]</p> </div><!-- /.inner --> </div> </div> </div> </div> </div> </div> </div> </section> <!-- faq-main Ends --> <!-- footer starts --> <footer id="contact" class="pt-12 pb-7" style="background: #130945"> <div class="container"> <div class="row"> <div class="col-lg-4 col-md-6 mb-5 pe-lg-4"> <div class="footer-about"> <a href="https://csi76.com/index.php" > <img src="images/csi76logo.png" width="50%" alt=""></a> <p class="mt-3 mb-3 white" style="text-transform: initial;"> 76<sup>th</sup> Annual Conference of <br> Cardiological Society of India, Lucknow </p> <!-- <div class="social-links"> <ul> <li><a href="#"><i class="fab fa-facebook" aria-hidden="true"></i></a></li> <li><a href="#"><i class="fab fa-twitter" aria-hidden="true"></i></a></li> <li><a href="#"><i class="fab fa-instagram" aria-hidden="true"></i></a></li> <li><a href="#"><i class="fab fa-linkedin" aria-hidden="true"></i></a></li> </ul> </div> --> </div> </div> <div class="col-lg-2 col-md-6 mb-5"> <div class="footer-links"> <h4 class="white mb-4">Quick link</h4> <ul class="list"> <li class="pb-2"><a href="index.php#about-us">About Us</a></li> <li class="pb-2"><a href="https://csi76.com/organisingcommittee.php"> Committee</a></li> <li class="pb-2"><a href="https://scientific.csi76.com/">Scientific</a></li> <li class="pb-2"><a href="index.php#venue">Venue</a></li> <li><a href="index.php#contact">Contact Us</a></li> </ul> </div> </div> <div class="col-lg-3 col-md-6 mb-5"> <div class="footer-links"> <h4 class="white mb-4">Get In Touch</h4> <div class="footer-contact d-flex align-items-center"> <i class="bi bi-geo-alt white fs-4"></i> <div class="footer-contact-content ps-3"> <!-- <small class="white">Office Address:</small> <h6 class="white mb-0" style=" font-weight:400">3rd Floor, A Block, <br>Rohit Bhawan, Sapru Marg, </h6> <h6 class="white" style=" font-weight:400"> Lucknow, Uttar Pradesh, Pincode - 226001</h6>--> <p>Conference Secreteriat</p> <p class="white mb-0" style=";text-transform: initial;"> Department of Cardiology,<br> Sanjay Gandhi Postgraduate Institute of Medical Sciences (SGPGIMS),<br> Raebareli Road, Lucknow, </p> <p class="white" style=" "> Uttar Pradesh, INDIA,<br> Pincode - 226014 </p> </div> </div> <div class="footer-contact d-flex align-items-center mb-3 mt-3"> <i class="fa fa-phone white fs-4"></i> <div class="footer-contact-content ps-3"> <p class="white m-0 p-0">For Information</p> <p class="white m-0 p-0" style=" ">+91 7080200434</p> </div> </div> <div class="footer-contact d-flex align-items-center"> <i class="fa fa-envelope white fs-4"></i> <div class="footer-contact-content ps-3"> <small class="white">Email Address</small> <p class="white mb-0" style="text-transform: lowercase;">[email protected]</p> </div> </div> </div> </div> <div class="col-lg-3 col-md-6 mb-5"> <div class="footer-links"> <h4 class="white mb-4"></h4> <div class="newsletter-form "> <img src="images/csi76.jpeg" width="50%" alt="" class=""> <p class="mt-1 text-start">Scan QR to open<br>website on mobile</p> </div> </div> </div> </div> </div> <div class="theme-overlay opacity-90"></div> </footer> <div class="footer-copyright" style="background: #0c0049"> <div class="container"> <div class="row m-0 white text-center py-3"> <div class="col-md-6">© Copyright 2023-2024 All Right Reserved By CSI 76</div> <div class="col-md-6"> <a href="terms_condition.php" class="theme">Terms and Conditions</a> <a href="privacy_policy.php" class="theme">Privacy Policy</a> <a href="refund_policy.php" class="theme"> Refund Policy</a> </div> </div> </div> </div> <!-- footer ends --> <!-- Back to top start --> <div id="back-to-top"> <a href="#"></a> </div> <!-- Back to top ends --> <!-- *Scripts* --> <!-- <script src="js/jquery-3.5.1.min.js"></script> --> <script src="js/bootstrap.min.js"></script> <script src="js/plugin.js"></script> <script src="js/main.js"></script> <script src="js/custom-nav.js"></script> <script src="js/custom-accordian.js"></script> </body> </html>