-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbooking.html
273 lines (234 loc) · 8.26 KB
/
booking.html
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="/ZoomCar/styles/navbar1.css">
</head>
<style>
#ul {
display: flex;
}
ol:hover {
color: rgb(40, 171, 40);
}
#h4 {
display: flex;
gap: 10px;
}
#h1 {
margin-left: 70px;
}
* {
cursor: pointer;
}
body {
border: 0.5px solid rgb(202, 202, 202);
}
#h5 {
color: grey;
font-weight: lighter;
}
#last {
display: flex;
justify-content: space-evenly;
margin-top: -150px;
}
#contact {
display: flex;
justify-content: space-evenly;
color: rgb(40, 171, 40);
}
#big {
/* border: 1px solid grey; */
height: 80%;
width: auto;
box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
#parent {
width: 100%;
}
#child {
width: 80%;
margin: auto;
}
.accordion {
background-color: #eee;
color: #444;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
transition: 0.4s;
}
#a {
text-decoration: none;
color: black;
}
.active,
.accordion:hover {
background-color: #ccc;
}
.panel {
padding: 0 18px;
display: none;
background-color: white;
overflow: hidden;
}
#clr:hover {
color: rgb(40, 171, 40);
}
</style>
<body>
<div id="navbar">
<div id="icon">
<i class="fa-solid fa-bars"></i>
</div>
<div id="logo">
<img id="img" src="./Zlogo.png" alt="">
</div>
<div id="left">
<h3><a id="a1" href="/ZoomCar/become.html">Become a Host</a></h3>
<h3><a id="a1" href="/ZoomCar/ZMS.html"> ZMS</a></h3>
<h3><a id="a1" href="/ZoomCar/main.html">Login/Signup</a></h3>
</div>
</div>
<div id="sidebar">
<div class="user">
<div> <a id="a2" href="/ZoomCar/main.html"><i class="fa-solid fa-user"></a></i> </div>
<div>
<h4 class="cl">Login or Signup</h4>
</div>
</div>
<div class="user">
<a id="a" href="city.html"><i class="fa-solid fa-location-dot"></a></i>
<h4 class="cl">Change City</h4>
<h4 id="green"></h4>
</div>
<div class="user">
<i class="fa-solid fa-globe"></i>
<h4 class="cl">Change Language</h4>
<h4 id="green">English</h4>
</div>
<div class="user">
<a id="a" href="supermiler.html"><i class="fa-brands fa-stripe-s"></a></i>
<h4 class="cl">Supermiler Club</h4>
</div>
<div class="user">
<a id="a" href="policies1.html"> <i class="fa-solid fa-square-poll-horizontal"></a></i>
<h4 class="cl">Zoomcar Fleet Vehicles Policies</h4>
</div>
<div class="user">
<a id="a" href="policies2.html"> <i class="fa-solid fa-square-poll-horizontal"></a></i>
<h4 class="cl">Zoomcar Host Vehicles Policies</h4>
</div>
<div class="user">
<a id="a" href="help&supp.html"><i class="fa-solid fa-phone"></a></i>
<h4 class="cl">Help&Support</h4>
</div>
</div>
</div>
<div id="parent">
<div id="child">
<div id="h4">
<h4>Home/</h4>
<h4><a id="a" href="help&supp.html"> Faq/</a></h4>
<h4 id="clr">Booking a Zoomcar</h4>
</div>
<div>
<h1 id="h1">Booking a Zoomcar</h1>
<ul id="ul">
<ol>GENERAL</ol>
<ol>KLE</ol>
<ol>LOCATIONS</ol>
<ol>AVAILABILITY</ol>
<ol>DL UPLOADS</ol>
<ol>HOME DELIVERY</ol>
<ol>ZOOMCARE</ol>
<ol>OUTSTATION TRAVEL</ol>
<ol>CANCELLATIONS</ol>
</ul>
</div>
<div>
<h2>POPULAR QUERIES</h2>
<p class="accordion">Do I have to return the car to the same location where I picked it up?
</p>
<div class="panel">
<p> Yes. You must bring the vehicle back to the same place you picked it up before the end of your
reservation. If you dropoff the car at a location different from your pickup point, you will be
charged INR 2,000, and the full hourly rate and late fees until the vehicle is returned to the
correct location.</p>
</div>
<p class="accordion">What happens if I return the car late? </p>
<div class="panel">
<p> A high penalty will be applicable for the amount of time you are late. In order to avoid paying
this
penalty, you can extend the booking from the app, well in advance.
</p>
</div>
<p class="accordion">How will I receive my Refund? </p>
<div class="panel">
<p>
"Refund will be initiated to the account/card used to make the payment and will take upto 30
days to settle." If the payment was made from the wallet account, it would take 24-48 hrs for
the refund to settle..</p>
</div>
<button class="accordion">Show More⧨ </button>
<p class="accordion">How long do refunds take?
</p>
<div class="panel">
<p>
All Refunds made shall be through the original payment account only within 30 working days</p>
<p class="accordion">What happens if I return the car late? </p>
<div class="panel">
<p> A high penalty will be applicable for the amount of time you are late. In order to avoid
paying
this
penalty, you can extend the booking from the app, well in advance.
</p>
</div>
<p class="accordion">How will I receive my Refund? </p>
<div class="panel">
<p>
"Refund will be initiated to the account/card used to make the payment and will take upto 30
days to settle." If the payment was made from the wallet account, it would take 24-48 hrs
for
the refund to settle..</p>
</div>
</div>
<div id="big">
<h2>Cant find answer?</h2><br>
<h5 id="h5">Get in touch with us. We are here to help you.</h5><br>
<div id="last">
<h3>Email</h3>
<h3>Call Center Number</h3>
</div>
<div id="contact">
<h4>help@zoomcar.com</h4>
<h4>08068976666</h4>
</div>
</div>
</div>
</body>
</html>
<script>
var acc = document.getElementsByClassName("accordion");
var i;
for (i = 0; i < acc.length; i++) {
acc[i].addEventListener("click", function () {
this.classList.toggle("active");
var panel = this.nextElementSibling;
if (panel.style.display === "block") {
panel.style.display = "none";
} else {
panel.style.display = "block";
}
});
}
</script>
<script src="/ZoomCar/scripts/sidebar.js"></script>