-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterms&condition.php
130 lines (97 loc) · 4.87 KB
/
terms&condition.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Deepak Sharma">
<title>Countryard - Terms&Condition</title>
<!-- Favicons-->
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" type="image/x-icon" href="img/apple-touch-icon-57x57-precomposed.webp">
<link rel="apple-touch-icon" type="image/x-icon" sizes="72x72" href="img/apple-touch-icon-72x72-precomposed.webp">
<link rel="apple-touch-icon" type="image/x-icon" sizes="114x114"
href="img/apple-touch-icon-114x114-precomposed.webp">
<link rel="apple-touch-icon" type="image/x-icon" sizes="144x144"
href="img/apple-touch-icon-144x144-precomposed.webp">
<!-- GOOGLE WEB FONT-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Caveat:wght@400;500&family=Montserrat:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
<!-- BASE CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/vendors.min.css" rel="stylesheet">
<!-- YOUR CUSTOM CSS -->
<link href="css/custom.css" rel="stylesheet">
</head>
<body>
<div id="preloader">
<div data-loader="circle-side"></div>
</div><!-- /Page Preload -->
<div class="layer"></div><!-- Opacity Mask -->
<?php include_once 'navbar.php'; ?>
<!-- /nav_panel -->
<main>
<div class="hero small-height jarallax" data-jarallax data-speed="0.2">
<img class="jarallax-img" src="img/term-&-condition.webp" alt="">
<div class="wrapper opacity-mask d-flex align-items-center justify-content-center text-center animate_hero"
data-opacity-mask="rgba(0, 0, 0, 0.5)">
<div class="container">
<small class="slide-animated one">Countryard by EMD hotels</small>
<h1 class="slide-animated two">Terms and condition</h1>
</div>
</div>
</div>
<!-- /Background Img Parallax -->
<!-- /container -->
<div class="bg_white">
<div class="container margin_120_95">
<h4>Resort Check-in and Check-out</h4>
<p>Arrival time is 2:00 PM, and departure time is 11:00 AM. Rooms will be held until 6:00 PM on arrival
day unless notified of late arrival.</p>
<h4>Late Check-out</h4>
<p>Late check-out requires an advance request, subject to room availability. Price changes may occur
without notice.</p>
<h4>Occupancy and Extras</h4>
<p> Maximum room occupancy is 3 adults or 2 adults with 2 children under 5. Extra mattresses for
adults/children are available.</p>
<h4>Guest Identification</h4>
<p>NRIs/foreigners must present passports at check-in. Indian citizens require valid ID proof</p>
<h4>Credit Card Usage</h4>
<p>The credit card used for booking must be shown during check-in. For bookings with others' cards, a
copy, NOC, and details are needed.</p>
<h4>Deposit Policy</h4>
<p>Full payment deposit before 15 days of check in date.</p>
<h4>Cancellation Policy</h4>
<p>
● 50% amount room rent cost refunded for cancellation before 30 days of check in date.<br />
● 25% room rent will be refunded 15 days of check in date.<br />
● 10% room rent will be refunded 7 days of check in date at resort.<br />
● No refund in any case for cancellation within 7 days of check in date at resort.<br />
● No refunds in case of a check out earlier than the booked schedule.<br />
</p>
<p>*Terms are subject to change by Countryard. Proper documentation is essential;
false submissions lead to booking cancellation without a refund.</p>
<!-- /row -->
</div>
<!-- /container-->
</div>
<!-- /bg_white -->
>
</main>
<?php include_once 'footer.php'; ?>
<!-- /footer -->
<div class="progress-wrap">
<svg class="progress-circle svg-content" width="100%" height="100%" viewBox="-1 -1 102 102">
<path d="M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98" />
</svg>
</div>
<!-- /back to top -->
<!-- COMMON SCRIPTS -->
<script src="js/common_scripts.js"></script>
<script src="js/common_functions.js"></script>
</body>
</html>