File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/oshohimalayas.com/refund-and-cancellation-policy.php
Back
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Refund and Cancellation Policy - Osho Himalayas</title> <link rel="shortcut icon" href="img/fevicon.png" /> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" /> <link href="css/style.css" rel="stylesheet"> <link href="css/courses.css" rel="stylesheet"> <link href="css/responsive.css" rel="stylesheet"> <link href="css/course-details.css" rel="stylesheet"> <style> .accordion { max-width:80%; } .accordion-item { border-bottom: 1px solid #ccc; } .accordion-header { padding: 10px 40px 10px 0px; cursor: pointer; position: relative; transition: background-color 0.3s ease; font-size: 25px; } .accordion-header .fas { position: absolute; right: 20px; transition: transform 0.3s ease; color: #777; } .accordion-item.active .accordion-header .fas { transform: rotate(180deg); } .accordion-content { padding: 10px 20px; display: none; transition: max-height 0.5s ease-out; overflow: hidden; } .accordion-item.active .accordion-content { display: block; max-height: 2000px; /* Adjust to your needs */ } .how-to-reach { padding-left:10%; } .accordion-content ul{ padding-left:10px; } .accordion-content li{ font-size: 18px; line-height: 32px; margin-bottom:20px; } .enquiry-form { margin-top: 70px; } </style> </head> <body> <?php include 'include/header.php'?> <div class="container privacy-policy div-padding"> <h2>Refund and Cancellation Policy</h2> <h3>Payment Terms:</h3> <p>Upon arrival, guests are required to settle 100% of the course fee and accommodation costs. No refunds will be granted under any circumstances.</p> <h3>Payment Terms:</h3> <p>Guests can secure advance bookings for a course and accommodation by remitting 50% of the total cost.</p> <h3>Cancellation:</h3> <p>In the event of a cancellation communicated in writing to OSHO Himalayas at least 30 days prior to the check-in date, a ‘Credit Note’ will be issued for 100% of the amount paid for the advance booking. </p> <p>In the event of a cancellation communicated in writing to OSHO Himalayas at least 15 days prior to the check-in date, a ‘Credit Note’ will be issued for 50% of the amount paid for the advance booking. </p> <p>The validity period of the credit note will extend to 3 months from the date of intimation by the guest. </p> <p>Should the intimation period be less than 15 days, neither a credit note will be issued nor will there be any form of refund. </p> <p>Any alteration to the dates of stay will be treated as a cancellation of the initial booking, subject to the same terms as outlined above. The guest is then required to initiate a fresh booking for the revised dates. </p> </div> <?php include 'include/footer.php'?> <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.5.4/dist/umd/popper.min.js"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script> </body> </html> <script> const accordionItems = document.querySelectorAll('.accordion-item'); accordionItems.forEach(item => { const header = item.querySelector('.accordion-header'); header.addEventListener('click', () => { item.classList.toggle('active'); }); }); </script>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings