Server IP : 103.53.40.154 / Your IP : 18.224.63.123 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/vermaborewell.co.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include("site-header.php");?> <!-- Start main-content --> <div class="main-content"> <!-- Section: home --> <?php include("site-header-flash.php");?> <!-- Section: About --> <?php include("index-welcome.php");?> <!-- Section: Featured Area --> <?php include("hot-products.php");?> <!---Gallery----> <?php include("index-gallery.php");?> <!-- Section: Services --> <!-- Section: Hot Products --> <?php include("feature-products.php");?> <!-- divider: what makes us different --> <!-- Section: Appointment --> <?php include("send-enquiry-code.php");?> <section class="bg-no-repeat bg-img-cover mb-20"> <div class="col-md-12 text-center <?=$clrerr?>" > <?=display_sess_msg()?> </div> <div class="container pb-0"> <div class="row"> <div class="col-md-7 col-md-offset-1"> <img class="mt-20" src="images/contact-icon.png" alt=""> </div> <div class="col-md-4 p-20"> <div class="bg-deep p-30 pt-20"> <h4 class="line-bottom text-theme-colored text-uppercase mt-0 mb-20">Contact Us Now</h4> <!-- Contact Us Form --> <form id="appointment_form" name="appointment_form" class="form-transparent form-line" method="post" action="" onSubmit="return EnqValidation();"> <div class="row"> <div class="col-sm-12"> <div class="form-group mb-10"> <input name="enquiry_nam" id="enquiry_nam" class="form-control" type="text" placeholder="Enter Name" > </div> </div> <div class="col-sm-12"> <div class="form-group mb-10"> <input name="enquiry_mobil" id="enquiry_mobil" class="form-control" type="text" placeholder="Enter Mobile" > </div> </div> <div class="col-sm-12"> <div class="form-group mb-10"> <input name="enquiry_emai" id="enquiry_emai" class="form-control" type="email" placeholder="Enter Email" > </div> </div> <div class="col-sm-12"> <div class="form-group mb-10"> <textarea name="enquiry_detai" id="enquiry_detai" class="form-control " placeholder="Enter Message" rows="5" ></textarea> </div> </div> <div class="col-sm-12"> <div class="form-group mb-10"> <input name="captcha" id="security_cod" class="form-control " type="text" placeholder="Enter Security Code" > </div> </div> <div class="form-group mb-0 mt-20"> <button type="submit" name="EnqSubmit" class="btn btn-dark btn-theme-colored" >SEND ENQUIRY</button> <img src="amitabhcaptcha.php" class="pull-right" width="60" height="31" alt="Captcha" id="cap-home" /> </div> </form> <!-- Contact Us Form End--> </div> </div> </div> </div> </section> <!-- Divider: testimonials and clients --> <?php include("index-testimonials.php");?> <!-- Section: News --> </div> <!-- end main-content --> <!-- Footer --> <?php include("site-footer.php");?>