Server IP : 82.112.239.40 / Your IP : 3.144.235.139 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="../ms-icon-144x144.html"> <meta name="theme-color" content="#ffffff"> <title>Refund Policy - <?=SITE_NAME?></title> <?php include "include/header.php" ?> <style> .bg-banner { background: url(images/refund_policy.jpg) no-repeat; background-size: cover; width: 100%; position: relative; } .center-title{ text-align: center; } </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">Refund Policy</li> </ol> <h2 style="text-align: center;">Refund Policy</h2> <hr id="hr3"> </nav> </div> </div> </div> </div> </section> <section class="about-style-two" style="padding-top: 50px;padding-bottom: 50px;"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="center-title "> <h2 class="title pt-3">Refund Policy</h2> <hr id="hd" class="mx-auto mt-0"> </div> </div> </div> <div class="row"> <div class="col-lg-12"> <div class="content-block text-justify"> <p class="mt-3"> You may cancel the booking 4 hour prior to the time of journey, without any cancellation charges for all services. In case cancellation or shorting of the trip is requested within 4 hours of the pick-up time, then following rules will apply:<br> 1. Multi Day trip: 100% Amount is refundable if the trip is cancelled before 4 hrs of departure time.<br> 2. Single Day trip/ Airport transfer: 100% Amount is refundable if the trip is cancelled before 4 hrs of departure time.<br> 3. Airport transfer: No Cancellation Charges. 100% Amount is refundable if the trip is cancelled before 4 hrs of departure time. </p> <h3 class="mt-3"><strong>Refunds</strong></h3> <p> If you are eligible for refunds based on the “Cancellation and Returns” policy above, then the refund will be remitted back to you in 5-7 working days. In case of any issues, write to us at <?php echo $setting['email']; ?> or call us at <?php echo $setting['contact']; ?>. </p> </div> </div> </div><!-- /.row --> </div><!-- /.container --> </section><!-- /.about-style-two --> <?php include "include/footer.php" ?>