Server IP : 82.112.239.40 / Your IP : 18.218.99.99 Web Server : LiteSpeed System : Linux in-mum-web1676.main-hosting.eu 5.14.0-503.35.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Apr 4 05:23:43 EDT 2025 x86_64 User : u641149403 ( 641149403) PHP Version : 7.4.33 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u641149403/domains/cabz4you.com/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include('include/common.php'); ?> <!DOCTYPE html> <html lang="en" style="overflow-x:hidden"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileImage" content="<?=BASE_URL?>ms-icon-144x144.html"> <meta name="theme-color" content="#ffffff"> <title>Contact Us - <?=SITE_NAME?></title> <meta name="description" content="Get in touch with <?=SITE_NAME?> for any queries or booking information. Our customer service team is available 24/7 to assist you with your taxi service needs." /> <meta name="keywords" content="contact us, customer service, taxi booking, taxi service Dehradun, taxi inquiries, get in touch with us" /> <meta name="robots" content="index, follow"> <meta name="language" content="English"> <meta name="rating" content="General"> <meta name="distribution" content="Global"> <meta name="revisit-after" content="7 days"> <meta property="og:title" content="Contact Us - <?=SITE_NAME?>" /> <meta property="og:description" content="Need help or have questions? Contact <?=SITE_NAME?> for booking inquiries, support, or more information about our taxi services." /> <meta property="og:type" content="website" /> <meta property="og:url" content="<?=BASE_URL?>contact.php"/> <meta property="og:image" content="<?=BASE_URL?>images/logo.png" /> <meta property="og:site_name" content="<?=SITE_NAME?>" /> <meta property="og:locale" content="en_US" /> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="Contact Us - <?=SITE_NAME?>"> <meta name="twitter:description" content="Reach out to <?=SITE_NAME?> for any queries regarding taxi services. We are here to assist you with booking and customer support." /> <meta name="twitter:image" content="<?=BASE_URL?>images/logo.png"> <meta name="twitter:site" content="@Cabsz4u"> <meta name="twitter:creator" content="@Cabsz4u"> <meta name="twitter:url" content="<?=BASE_URL?>"> <meta name="twitter:label1" content="Written by"> <meta name="twitter:data1" content="<?=SITE_NAME?>"> <meta name="twitter:label2" content="Time to read"> <meta name="twitter:data2" content="2 minutes"> <meta name="twitter:domain" content="<?=DOMAIN?>"> <meta name="twitter:image:width" content="1200"> <meta name="twitter:image:height" content="630"> <meta name="format-detection" content="telephone=no"> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "ContactPage", "name": "Contact Us - <?=SITE_NAME?>", "url": "<?=BASE_URL?>contact.php", "description": "Contact <?=SITE_NAME?> for booking, support, and inquiries related to our taxi services.", "contactPoint": { "@type": "ContactPoint", "telephone": "+91-7830530004", "contactType": "Customer Service", "areaServed": "IN", "availableLanguage": "English" }, "address": { "@type": "PostalAddress", "streetAddress": "<?=ADDRESS?>", "addressLocality": "Dehradun", "addressRegion": "Uttarakhand", "postalCode": "249401", "addressCountry": "IN" } } </script> <?php include "include/header.php" ?> <?php include 'include/config.php'; if(isset($_POST['submit'])){ $name = $_POST['name']; $phone = $_POST['phone']; $email = $_POST['form_phone']; $subject = $_POST['subject']; $msg = $_POST['msg']; $to = "info@batohee.com"; $message = " Name: " . $name . "\r\n " . " Email: " . $email . "\r\n" . " Mobile: " . $phone . "\r\n" . " Subject: " . $subject . "\r\n" . " Message: " . $msg; $header = "From:$email"; $retval = mail ($to,$subject,$message,$header); if( $retval == true ) { echo "<script>alert('Thank you for Submitting Your Details. We will get back to you soon.'); window.location='index.php';</script>"; }else { echo "<script>alert('some technical problem'); window.location='index.php'; </script>"; } } ?> <style> .same-section-spacing { padding: 100px 0; } .same-section-spacings { padding: 50px 0; } .bg-banner { background: url(images/servicebg.jpg) no-repeat; background-size: cover; width: 100%; position: relative; } .contact-box { text-align: center; margin-bottom: 30px; } .contact-box .icon-box { width: 100px; height: 100px; margin: 0 auto; background: #1AA6DA; border-radius: 50%; font-size: 55px; padding: 15px; color: #fff; margin-bottom: 25px; box-shadow: 0 0 11px 1px rgb(0 0 0 / 20%); } .contact-box .icon-box { width: 100px; height: 100px; margin: 0 auto; background: #1AA6DA; border-radius: 50%; font-size: 55px; padding: 15px; color: #fff; margin-bottom: 25px; box-shadow: 0 0 11px 1px rgb(0 0 0 / 20%); } .contact-box { text-align: center; margin-bottom: 30px; } .contact-box .con-diss h4 { margin-bottom: 10px; } .same-section-spacing p{ font-size: 16px; line-height: 26px; font-weight: 400; color: #777777; font-family: 'Roboto', sans-serif; } #map { width: 100%; height: 365px; } .contact-form .form-group .form-control { height: 50px; color: #292323; border: 1px solid #ced4da; background-color: #fff; font-size: 14px; padding: 10px 20px; width: 100%; font-weight: 500; } .contact-form .btn-theme { transition: all 0.4s ease 0s; margin-top: 20px; } .section-heading { margin-bottom: 45px; } .section-heading .sub-title { color: #1AA6DA; font-size: 18px; font-weight: 500; margin-bottom: 10px; } .section-heading .section-title { margin-bottom: 10px; text-transform: uppercase; font-weight: 600; } .section-heading p { font-size: 16px; line-height: 24px; } .social-icon ul { margin: 0; padding: 0; font-size: 0; } .social-icon li { display: inline-block; list-style: none; margin: 0 5px; } .inner-contact-wrap .social-icon a { background-color: #1AA6DA; color: #ffffff; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; border-radius: 100%; display: block; text-align: center; width: 35px; height: 35px; line-height: 35px; } .contact-form{ background-color: #f5f5f5; padding: 74px 40px; border-radius: 25px; } .map{ border-radius: 25px; } .contact-box{ border: 1px solid rgba(58, 120, 201, 0.16); -webkit-border-radius: 25px; -moz-border-radius: 25px; -ms-border-radius: 25px; border-radius: 25px; padding-top: 40px; padding-bottom: 40px; } /* ====================*/ @media only screen and (min-width: 1350px) and (max-width: 1699px){ .contact-img { margin-left: 30px; } } .contact-img { margin-bottom: 30px; position: relative; z-index: 1; } .contact-img::before { content: ''; position: absolute; z-index: -1; top: 30px; left: -30px; width: 70%; height: 87%; background-color: #ee786c; border-radius: 50px; } .contact-img img { border-radius: 50px; width: 100%; } .contact-item { margin-bottom: 30px; background-color: #f5f5f5; padding: 30px; } .contact-item ul { list-style: none; margin: 0; padding: 0; } .contact-item ul li { display: block; position: relative; padding-left: 85px; margin-bottom: 20px; } .contact-item ul li i { position: absolute; top: 0; left: 0; width: 70px; height: 70px; line-height: 70px; background-color: #fff; color: #ee786c; font-size: 40px; text-align: center; border-radius: 5px; } .contact-item ul li .content { padding-top: 7px; padding-bottom: 7px; } .contact-item ul li .content span { display: block; color: #555; font-size: 17px; font-weight: 600; } .contact-item ul li .content span a { display: block; color: #555; } </style> <section class="same-section-spacing bg-banner"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="banner-box"> <h2></h2> <nav aria-label="breadcrumb"> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="index.php">Home</a></li> <li class="breadcrumb-item active" aria-current="page">Contact Us</li> </ol> <h2 style="text-align: center;">Contact Us</h2> <hr id="hr3"> </nav> </div> </div> </div> </div> </section> <section class="same-section-spacings"> <div class="container-fluid"> <div class="row mt-5"> <div class="col-lg-6 col-md-12"> <div class="section-heading"> <h2 class="section-title">Let's Start to Give Us a Message and Contact With Us</h2> <div class="contact-img"> <img src="images/contact-img1.jpg" alt="Images"> </div> </div> </div> <div class="col-lg-6 col-md-12"> <form class="contact-form" method="POST"> <div class="row"> <div class="col-lg-6 col-md-12"> <div class="form-group"> <input type="text" class="form-control" id="uname" placeholder="Name" name="name" required="" /> </div> </div> <div class="col-lg-6 col-md-12"> <div class="form-group"> <input type="number" class="form-control" id="phone" placeholder="Phone No." name="phone" required="" /> </div> </div> <div class="col-lg-6 col-md-6"> <div class="form-group"> <input type="email" class="form-control" placeholder="Email" name="email" required="" /> </div> </div> <div class="col-lg-6 col-md-6"> <div class="form-group"> <input type="text" class="form-control" placeholder="Subject" name="subject" required="" /> </div> </div> <div class="col-lg-12"> <textarea class="form-control" rows="5" id="comment" placeholder="Your Message" name="msg" required></textarea> </div> </div> <input type="submit" name="submit" class="btn btn-theme btn-block"> </form> </div> </div> </div> </section> <div class="contact-another py-5"> <div class="container-fluid"> <div class="row"> <div class="col-lg-6"> <div class="contact-another-content"> <div class="section-title"> <h2>Contacts Info</h2> </div> <div class="contact-item"> <div class="h4 font-weight-bold mb-3">Branch 1</div> <ul> <li> <i class="fa fa-map-marker"></i> <div class="content"> <span><a href="">380, Khurbura Mohalla, Kanwali Road, Dehradun(Uttarakhand 248001)</a></span> <!--<span><?php echo $setting['address'] ?></span>--> </div> </li> <li> <i class="fa fa-phone"></i> <div class="content"> <span><a href="tel:<?php echo $setting['contact'] ?>">+91 <?php echo $setting['contact'] ?></a></span> <span><a href="tel:<?php echo $setting['alt_contact'] ?>">+91 <?php echo $setting['alt_contact'] ?></a></span> </div> </li> <li> <i class="fa fa-envelope"></i> <div class="content"> <span><a href="mailto:<?php echo $setting['email'] ?>"><?php echo $setting['email'] ?></a></span> </div> </li> </ul> </div> <div class="contact-item"> <div class="h4 font-weight-bold mb-3">Branch 2</div> <ul> <li> <i class="fa fa-map-marker"></i> <div class="content"> <span>Plot no. 7, New Gopal Nagar Extn. Near Rail Factory Road Nagafgarh South West, Delhi 110043</span> </div> </li> <li> <i class="fa fa-phone"></i> <div class="content"> <span><a href="tel:7060000113">+91 7060000113</a></span> </div> </li><br> <li> <i class="fa fa-envelope"></i> <div class="content"> <span><a href="mailto:delhi@cabz4you.com">delhi@cabz4you.com</a></span> </div> </li> </ul> </div> </div> </div> <div class="col-lg-6"> <div class="contact-another-img"> <div class="map" id="map" title="name" style="position: relative; overflow: hidden;"> <iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d13780.298206557332!2d78.0531114!3d30.2919392!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3909290f77fbdad3%3A0x8e2fe04f3b24332c!2sCabz4u%20-%20Taxi%20Service%20in%20Dehradun%20%7C%20Taxi%20In%20Dehradun%20%7C%20Cab%20Service%20In%20Dehradun%20%7C%20Jolly%20Grant%20Airport%20Taxi!5e0!3m2!1sen!2sin!4v1709125072904!5m2!1sen!2sin" width="100%" height="700" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> </div> </div> </div> </div> </div> </div> <?php include "include/footer.php" ?>