Server IP : 103.53.40.154 / Your IP : 18.116.90.57 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/bhatiataxiservice.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <?php include "links.php";?> <title><?php echo $datahome["site_pages_meta_title"];?></title> <meta name="description" content="<?php echo $datahome["site_pages_meta_description"];?>"> <link rel="canonical" href="<?php echo $canonical?>"> <?php include "links.php";?> <style> #cancellation-refund-policy h3{ padding:20px 0; color:#42444A; font-weight: 700; } #cancellation-refund-policy i{ padding: 0 10px; color: #ff4838; } #cancellation-refund-policy ul li{ padding:10px 0; list-style-type: none; text-align: justify; } </style> </head> <body> <?php include "header.php";?> <section id="cancellation-refund-policy"> <div class="container"> <div class="row"> <div class="col-12"> <div class="refund"> <h3>Refund Policy</h3> <ul> <li><i class="fa-solid fa-star"></i> If customer paid twice for one transaction, the one transaction amount will be refunded via same source within 15 to 20 working days.</li> <li><i class="fa-solid fa-star"></i>No show if for some reason you are unable to take travel - no refund will be applicable.</li> </ul> </div> </div> <div class="col-12"> <div class="cancellation"> <h3>Cancellation Policy</h3> <ul> <li><i class="fa-solid fa-star"></i> 2 days(48 Hours) before station departure time: 25 %.</li> <li><i class="fa-solid fa-star"></i> Between 1 to 2 days(24-48 Hours) before station departure time: 50 %.</li> <li><i class="fa-solid fa-star"></i> <strong>Less than 24 hrs No refund Cancellation - Will be made.</strong></li> <li><i class="fa-solid fa-star"></i>After cancellation of booking amount will be credited to customer account Via payment gateway within next 3 working days. If find any issues, we will directly contact the customer or customer can also contact us via phone and email.</li> </ul> </div> </div> </div> </div> </section> <?php include "footer.php"?> </body> </html>