File: /home/nyiet8349bzl/Backup/sbc_back/homedir/icbm.sbsc.in/contact.php
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Contact Us : 10th INTERNATIONAL CONFERENCE ON BUSINESSS & MANAGEMENT 2022-23 (HYBRID MODE)</title>
<link href="//fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Hind&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style-starter.css">
</head>
<body>
<!---------------header --------------->
<?php include 'header.php'; ?>
<!-----------------header --------------->
<!----------------------banner------------------------------>
<section class="w3l-contact-breadcrum">
<div class="breadcrum-bg">
<div class="container py-5">
<h2 class="my-3"style="text-align:center;" >Contact Us</h2>
<p style="text-align:center;"><a href="index.php">Home</a> / Contact Us</p>
</div>
</div>
</section>
<!----------------------banner------------------------------>
<section class="w3l-contact-2 py-5" id="contact">
<div class="contact-infubd section-gap py-lg-5 py-md-4">
<div class="container">
<div class="contact-grids d-grid">
<div class="contact-left">
<h6>Contact Details</h6>
<h4>Contact Us</h4>
<div class="hours">
<h6 class="info mt-3">Email:</h6>
<p style="margin-top:5px;"> <a href="mailto: icbm2023@gmail.com">icbm2023@gmail.com</a></p>
<h6 class="info mt-3">Address:</h6>
<p style="margin-top:5px;"> VALLABHBHAI PATEL CHEST INSTITUTE,<br> NEW DELHI, INDIA</p>
<h6 class="info mt-3">Contact:</h6>
<p style="margin-top:5px;"><a href="tel:+91 9571728520"><span class="fa fa-phone"> </span> +91 9571728520 </a><span style="line-height: 25px; color: #000;">( MR. VIKRAM )</span></p>
<p class="margin-top"><a href="tel:+91 9654781073"><span class="fa fa-phone"> </span> +91 91 9654781073 </a><span style="line-height: 25px; color: #000;">( MR. VISHAL )</span></p>
</div>
</div>
<div class="contact-right">
<form action="send.php" method="post" class="signin-form">
<div class="input-grids">
<input type="text" name="name" id="name" placeholder="Your Name*" class="contact-input">
<input type="email" name="email" id="email" placeholder="Your Email*" class="contact-input" required="">
<input type="text" name="address" id="address" placeholder="Address*" class="contact-input">
</div>
<div class="form-input">
<textarea name="m" id="message" placeholder="Type your message here*" required=""></textarea>
</div>
<button class="btn btn-secondary btn-theme2 submit">Send Message</button>
</form>
</div>
</div>
</div>
</div></section>
<!-- contact -->
<section class="w3l-contacts-12" id="">
<div class="contact-top">
<div class="map map mt-md-0 mt-5">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3499.9668883045306!2d77.20775131508394!3d28.69063708239495!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390cfd933a50c869%3A0x2f0c811bb396e7e5!2sVallabhbhai%20Patel%20Chest%20Institute%20Delhi!5e0!3m2!1sen!2sin!4v1664249842258!5m2!1sen!2sin" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</section>
<!---------------footer --------------->
<?php include 'footer.php'; ?>
<!-----------------footer --------------->
<script src="assets/js/jquery-3.3.1.min.js"></script>
</section>
<script>
$(function () {
$('.navbar-toggler').click(function () {
$('body').toggleClass('noscroll');
})
});
</script>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous">
</script>
<script src="assets/js/all.js"></script>
<script src="assets/js/owl.carousel.js"></script>
<script>
$(document).ready(function () {
$('.owl-one').owlCarousel({
loop: true,
margin: 0,
nav: true,
responsiveClass: true,
autoplay: false,
autoplayTimeout: 5000,
autoplaySpeed: 1000,
autoplayHoverPause: false,
responsive: {
0: {
items: 1,
nav: false
},
480: {
items: 1,
nav: false
},
667: {
items: 1,
nav: true
},
1000: {
items: 1,
nav: true
}
}
})
})
</script>
</body>
</html>