-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdetails2.html
551 lines (532 loc) · 23.9 KB
/
details2.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
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
<!DOCTYPE html>
<html lang="en">
<head>
<title>Details</title>
<link rel="shortcut icon" href="images/quber-tours.png" />
<style>
#myBtn {
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background-color: #f15d30;
color: white;
cursor: pointer;
padding: 15px;
border-radius: 4px;
width: 59px;
}
#myBtn:hover {
background-color: #555;
}
</style>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<link
href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Arizonia&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link rel="stylesheet" href="css/animate.css" />
<link rel="stylesheet" href="css/owl.carousel.min.css" />
<link rel="stylesheet" href="css/owl.theme.default.min.css" />
<link rel="stylesheet" href="css/magnific-popup.css" />
<link rel="stylesheet" href="css/bootstrap-datepicker.css" />
<link rel="stylesheet" href="css/jquery.timepicker.css" />
<link rel="stylesheet" href="css/flaticon.css" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<nav
class="navbar navbar-expand-lg navbar-dark ftco_navbar bg-dark ftco-navbar-light"
id="ftco-navbar"
>
<div class="container">
<a class="navbar-brand" href="index.html">
<img
src="images/quber-tours.png"
alt=""
height="50px"
width="50px"
style="margin-right: 10px"
/>
Quber Tours
<span>You Live The Moments.. We Make Them Memories</span></a
>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#ftco-nav"
aria-controls="ftco-nav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="oi oi-menu"></span> Menu
</button>
<div class="collapse navbar-collapse" id="ftco-nav">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href="index.html" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="about.html" class="nav-link">About</a>
</li>
<li class="nav-item">
<a href="domestics.html" class="nav-link">Domestics</a>
</li>
<li class="nav-item">
<a href="internationals.html" class="nav-link">Internationals</a>
</li>
<!-- <li class="nav-item"><a href="blog.html" class="nav-link">Blog</a></li> -->
<li class="nav-item">
<a href="contact.html" class="nav-link">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="right">
<section
class="hero-wrap hero-wrap-2 js-fullheight"
style="background-image: url('images/bg_1.jpg')"
>
<div class="container">
<div
class="row no-gutters slider-text js-fullheight align-items-end justify-content-center"
>
<div class="col-md-9 ftco-animate pb-5 text-center">
<p class="breadcrumbs">
<span class="mr-2"
><a href="index.html"
>Home <i class="fa fa-chevron-right"></i></a
></span>
<span>Tour List <i class="fa fa-chevron-right"></i></span>
</p>
<h1 class="mb-0 bread"></h1>
</div>
</div>
</div>
</section>
</div>
<div class="left">
<section>
<h1 class="m-3" style="margin-top: 40px">Kashmir Tour</h1>
<h2 class="m-3" style="color: #f15d30">Itinerary:</h2>
<div class="row" style="margin: 0;">
<div class="col-md-6" style="display: grid; justify-content: center;">
<img src="images/destination-1.jpg" alt="img1" style="width: 350px; height: 350px; margin-top: 40px;" />
</div>
<div class="col-md-6">
<h4 style="text-align: left; margin-left: 50px; margin-top: 40px; font-weight: bold;">
Kashmir Tour - 001 | 04 Nights and 05 Days
</h4>
<h5 style="text-align: left; margin-left: 50px; margin-top: 40px; font-weight: bold; color: grey">
Day 01: Srinagar - Arrive
</h5>
<hr />
<h5 style="text-align: left; margin-left: 50px; margin-top: 40px; font-weight: bold; color: grey">
Day 02: Srinagar - Pahalgam
</h5>
<hr />
<h5 style="text-align: left; margin-left: 50px; margin-top: 40px; font-weight: bold; color: grey">
Day 03: Pahalgam - Gulmarg
</h5>
<hr />
<h5 style="text-align: left; margin-left: 50px; margin-top: 40px; font-weight: bold; color: grey">
Day 04: Gulmarg - Sonmarg - Srinagar
</h5>
<hr />
<h5 style="text-align: left; margin-left: 50px; margin-top: 40px; font-weight: bold; color: grey">
Day 05: Srinagar - Fly
</h5>
</div>
<br /><br />
<div class="col-md-6" style="display: grid; justify-content: center; margin-top: 40px">
<img src="images/destination-1.jpg" alt="img1" style="width: 350px; height: 350px; margin-top: 40px;" />
</div>
<div class="col-md-6" style="margin-top: 40px">
<h4 style="text-align: left; margin-left: 50px; margin-top: 40px; font-weight: bold;">
Kashmir Tour - 002 | 05 Nights and 06 Days
</h4>
<h5 style="text-align: left; margin-left: 50px; margin-top: 40px; font-weight: bold; color: grey">
Day 01: Arrive Srinagar & Shikara Ride
</h5>
<hr />
<h5 style="text-align: left; margin-left: 50px; margin-top: 40px; font-weight: bold; color: grey">
Day 02: Srinagar - Pahalgam
</h5>
<hr />
<h5 style="text-align: left; margin-left: 50px; margin-top: 40px; font-weight: bold; color: grey">
Day 03: Pahalgam
</h5>
<hr />
<h5 style="text-align: left; margin-left: 50px; margin-top: 40px; font-weight: bold; color: grey">
Day 04: Pahalgam - Gulmarg
</h5>
<hr />
<h5 style="text-align: left; margin-left: 50px; margin-top: 40px; font-weight: bold; color: grey">
Day 05: Gulmarg - Sonmarg - Srinagar
</h5>
<hr />
<h5 style="text-align: left; margin-left: 50px; margin-top: 40px; font-weight: bold; color: grey">
Day 06: Srinagar - Fly
</h5>
</div>
<br /><br />
<div class="col-md-6" style="display: grid; justify-content: center; margin-top: 40px">
<img src="images/destination-1.jpg" alt="img1" style="width: 350px; height: 350px; margin-top: 40px;" />
</div>
<div class="col-md-6" style="margin-top: 40px">
<h4 style="text-align: left; margin-left: 50px; margin-top: 40px; font-weight: bold;">
Kashmir Tour - 003 | 06 Nights and 07 Days
</h4>
<h5 style="text-align: left; margin-left: 50px; margin-top: 40px; font-weight: bold; color: grey">
Day 01: Pick Up SRINAGAR LOCAL SIGHTSEEING / SHIKARA RIDE
</h5>
<hr />
<h5 style="text-align: left; margin-left: 50px; margin-top: 40px; font-weight: bold; color: grey">
Day 02: SRINAGAR - GULMARG
</h5>
<hr />
<h5 style="text-align: left; margin-left: 50px; margin-top: 40px; font-weight: bold; color: grey">
Day 03: GULMARG – PAHALGAM
</h5>
<hr />
<h5 style="text-align: left; margin-left: 50px; margin-top: 40px; font-weight: bold; color: grey">
Day 04: PAHALGAM
</h5>
<hr />
<h5 style="text-align: left; margin-left: 50px; margin-top: 40px; font-weight: bold; color: grey">
Day 05: PAHALGAM - SRINAGAR
</h5>
<hr />
<h5 style="text-align: left; margin-left: 50px; margin-top: 40px; font-weight: bold; color: grey">
Day 06: SRINAGAR – SONMARG – SRINAGAR
</h5>
<hr />
<h5 style="text-align: left; margin-left: 50px; margin-top: 40px; font-weight: bold; color: grey">
Day 07: DEPARTURE
</h5>
</div>
<!-- <div class="col-md-6" style="display: grid; justify-content: center;">
<img src="images/destination-1.jpg" alt="img1" style="width: 350px; height: 350px; margin-top: 40px;" />
</div>
<div class="col-md-6">
<h5 style="text-align: left; margin-left: 50px; margin-top: 40px; font-weight: bold;">
Day 2: Manali - Keylong/Jispa/Sarchu
</h5>
<p style="text-align: left; margin-left: 50px; margin-right: 50px; color: black;">
Rohtang La pass stands at an altitude of 3978m on the eastern Pir
Panjal range of the Himlayas. The pass connects the Kullu valley with
the Spiti valley. After we cross the Rohtang La we continue riding
after a brief stop at the pass and cross several villages along the
Lahaul valley including, Khoksar, Sissu, Gondla and Tandi as well as
the Chandra and Bhaga rivers. Baralachala pass is situated at a height
of 4890m on the sidelines of the Zanskar range. We descend down and
continue towards Sarchu situated on the state border of Himachal and
Ladakh.Overnight stay in the hotel.
</p>
</div> -->
<!-- <div class="col-md-6" style="display: grid; justify-content: center;">
<img src="images/destination-1.jpg" alt="img1" style="width: 350px; height: 350px; margin-top: 40px;" />
</div>
<div class="col-md-6">
<h5 style="text-align: left; margin-left: 50px; margin-top: 40px; font-weight: bold;">
Day 3: Keylong/Jispa/Sarchu - Leh
</h5>
<p style="text-align: left; margin-left: 50px; margin-right: 50px; color: black;">
We leave Sarchu and soon after begin to ascend the Gata loops. The
twenty one loops gradually take you to an altitude of 4000 meters
above sea level. From the top of the Gatta loops we will ride to the
base of Naki La pass (15547 ft) and onwards to the second pass known
as Lachulung-La (16620 ft) above sea level. As we descend and ride to
the Morey plains we crossover a small settlement of tents at Pang
where a routine tea stop will enhance our spirits before conquering
the mighty Tanglang-La. Afterwards we will drive across a vast
table-land known as Morey plains which stretch for around 40
kilometers and are at an average elevation of 4000 meters. We soon hit
the base of Tanglang la and begin our ascent into the second highest
motorable pass in the world. The Tanglangla pass is at a height of
5359 m above sea level. From Tanglangla we descend down into Ladakh
and cross the check post at Upshi. An hour's drive from here and we
finally reached Leh and transferred to the hotel and Check - in into
the hotel. Dinner and Overnight at Leh. </p>
</div> -->
<!-- <div class="col-md-6" style="display: grid; justify-content: center;">
<img src="images/destination-1.jpg" alt="img1" style="width: 350px; height: 350px; margin-top: 40px;" />
</div>
<div class="col-md-6">
<h5 style="text-align: left; margin-left: 50px; margin-top: 40px; font-weight: bold;">
Day 4: Leh -Local
</h5>
<p style="text-align: left; margin-left: 50px; margin-right: 50px; color: black;">
In the Morning after Breakfast Leave for Monastery Tour: Shey, this
Monastery was also built in 1655; The monastery is noted for its giant
copper with gilded gold statue of a seated Shakyamuni Buddha. Thiksey
monastery, it the largest such structure in central Ladakh, 3- idiot
school The school made famous by the movie 3 Idiots and Sindhu Ghat
Dinner and Overnight at the Hotel.
</p>
</div>
<div class="col-md-6" style="display: grid; justify-content: center;">
<img src="images/destination-1.jpg" alt="img1" style="width: 350px; height: 350px; margin-top: 40px;" />
</div>
<div class="col-md-6">
<h5 style="text-align: left; margin-left: 50px; margin-top: 40px; font-weight: bold;">
Day 5: Leh - Nubra valley via Khardung La
</h5>
<p style="text-align: left; margin-left: 50px; margin-right: 50px; color: black;">
After Breakfast proceed to Nubra valley. On the way we visit Khardung
La which at 18380ft is famous for being the world's highest motorable
pass. We descend in Nubra valley, visit Diskit monastery and proceed
to stay at camp in Hunder, Dinner & overnight stay at Hunder camps
</p>
</div>
<div class="col-md-6" style="display: grid; justify-content: center;">
<img src="images/destination-1.jpg" alt="img1" style="width: 350px; height: 350px; margin-top: 40px;" />
</div>
<div class="col-md-6">
<h5 style="text-align: left; margin-left: 50px; margin-top: 40px; font-weight: bold;">
Day 6 : Nubra valley ( Hunder) - Turtuk - Nubra (Hunder)
</h5>
<p style="text-align: left; margin-left: 50px; margin-right: 50px; color: black;">
After an early breakfast, proceed to Turtuk (A village that was won by
India in the 1971 war with Pakistan) and extremely close to the
border. Visit a 16th Century Mosque, (comprising a touch of Turkish &
Iranian culture), ruined fort of Dhards and Monastery. Admire the
magnificent view of the famous K2 peak (The second highest peak in the
world after Mount Everest). Later back to the hotel/camp for an
overnight stay at Hunder/Diskit (Nubra valley).
</p>
</div>
<div class="col-md-6" style="display: grid; justify-content: center;">
<img src="images/destination-1.jpg" alt="img1" style="width: 350px; height: 350px; margin-top: 40px;" />
</div>
<div class="col-md-6">
<h5 style="text-align: left; margin-left: 50px; margin-top: 40px; font-weight: bold;">
Day 7 : Nubra (Hunder) - Pangong
</h5>
<p style="text-align: left; margin-left: 50px; margin-right: 50px; color: black;">
In the morning after breakfast Proceed to Pangong via Shyok, enjoy the
color changing lake and the sun set on the banks of the lake Dinner
and overnight at Leh.
</p>
</div>
<div class="col-md-6" style="display: grid; justify-content: center;">
<img src="images/destination-1.jpg" alt="img1" style="width: 350px; height: 350px; margin-top: 40px;" />
</div>
<div class="col-md-6">
<h5 style="text-align: left; margin-left: 50px; margin-top: 40px; font-weight: bold;">
Day 9: Leh - Kargil
</h5>
<p style="text-align: left; margin-left: 50px; margin-right: 50px; color: black;">
In the Morning after breakfast proceed to Kargil. On the way visit
Magnetic Hill, Sangam point, Lamayuru monastery (the oldest monastery
in Ladakh), Fotu La (a scenic pass), Mulbekh Buddha Statue (a 30-35ft
Statue carved in rock). Arrive in Kargil, check in the hotel Dinner
and overnight at Kargil
</p>
</div>
<div class="col-md-6" style="display: grid; justify-content: center;">
<img src="images/destination-1.jpg" alt="img1" style="width: 350px; height: 350px; margin-top: 40px;" />
</div>
<div class="col-md-6">
<h5 style="text-align: left; margin-left: 50px; margin-top: 40px; font-weight: bold;">
Day 10: Kargil - Srinagar
</h5>
<p style="text-align: left; margin-left: 50px; margin-right: 50px; color: black;">
In the Morning after breakfast proceed to Srinagar, visit on the way
to Kargil War Memorial located at Drass. It is a memorial which
commemorates India's victory over pakistan in the 1999 Kargil war.
Reach Srinagar,Srinagar Sightseeing. Visit to Dal Lake, Shalimar Bagh,
Chashme Shahi garden, Shankaracharya hill temple. Dinner and overnight
at Srinagar.
</p>
</div>
<div class="col-md-6" style="display: grid; justify-content: center;">
<img src="images/destination-1.jpg" alt="img1" style="width: 350px; height: 350px; margin-top: 40px;" />
</div>
<div class="col-md-6">
<h5 style="text-align: left; margin-left: 50px; margin-top: 40px; font-weight: bold;">
Day 11: Fly
</h5>
<p style="text-align: left; margin-left: 50px; margin-right: 50px; color: black;">
Morning after breakfast, proceed to your onward journey, Drop at
Srinagar Airport. Tour Concludes with your Sweet Memories...!!!
</p>
</div>
</div> -->
</section>
<section style="margin-top: 50px">
<h2 style="color: #f15d30; margin-left: 50px">Cost Includes:</h2>
<ul style="color: black; margin-left: 50px">
<li>
All transportation as per the itinerary by Innova or Tempo Traveller
as per group
</li>
<li>Airport pickup and drop</li>
<li>Entry permits and forest charges etc.</li>
<li>Accommodation on twin sharing basis in a deluxe category hotel</li>
<li>Buffet breakfast and dinner in the hotel.</li>
<li>
Backup first aid and Oxygen cylinder during high altitude visits
</li>
</ul>
<h2 style="color: #f15d30; margin-left: 50px; margin-top: 40px">
Cost Does Not Include
</h2>
<ul style="color: black; margin-left: 50px">
<li>Lunch</li>
<li>Any kind of room service, laundry, tips etc.</li>
<li>Any damages caused by guests in hotel</li>
<li>Any services of personal nature</li>
<li>
Any cost emerging out of natural disaster or the act of God to be
borne by guests only.
</li>
<li>
Anything not mentioned in the included list, consider it to be not
part of the package.
</li>
</ul>
</section>
<section>
<center>
<a
href="contact.html"
class="btn btn-primary"
style="margin-top: 40px; margin-bottom: 40px"
>Get More Info</a
>
</center>
</section>
<section class="ftco-intro ftco-section ftco-no-pt">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12 text-center">
<div class="img" style="background-image: url(images/bg_2.jpg)">
<div class="overlay"></div>
<h2>Quber Tours</h2>
<p>
We can manage your dream building A small river named Duden
flows by their place
</p>
<p class="mb-0">
<a href="contact.html" class="btn btn-primary px-4 py-3"
>Ask For A Quote</a
>
</p>
</div>
</div>
</div>
</div>
</section>
<footer
class="ftco-footer bg-bottom ftco-no-pt"
style="background-image: url(images/bg_3.jpg)"
>
<div class="container">
<div class="row mb-5">
<div class="col-md pt-5">
<div class="ftco-footer-widget pt-md-5 mb-4">
<h2 class="ftco-heading-2">About</h2>
<p>
Far far away, behind the word mountains, far from the countries
Vokalia and Consonantia, there live the blind texts.
</p>
<ul
class="ftco-footer-social list-unstyled float-md-left float-lft"
>
<!-- <li class="ftco-animate">
<a href="#"><span class="fa fa-twitter"></span></a>
</li> -->
<li class="ftco-animate">
<a href="#https://m.facebook.com/Quber-Tours-108672075306819/?ref=qr_code&_rdr"><span class="fa fa-facebook"></span></a>
</li>
<li class="ftco-animate">
<a href="https://instagram.com/qubertours?igshid=YmMyMTA2M2Y="><span class="fa fa-instagram"></span></a>
</li>
</ul>
</div>
</div>
<div class="col-md pt-5 border-left">
<div class="ftco-footer-widget pt-md-5 mb-4">
<h2 class="ftco-heading-2">Still Have Questions?</h2>
<div class="block-23 mb-3">
<ul>
<li>
<span class="icon fa fa-map-marker"></span
><span class="text"
>71 Navi Peth, LBS Road, Ganjavewadi, Near Sai Sagar
Hotel, Pune - 411030</span
>
</li>
<li>
<a href="tel://9112985569"
><span class="icon fa fa-phone"></span
><span class="text">Mr. Ashish Bhalerao: </span><span class="text"> +91 91129 85569</span></a
>
</li>
<li>
<a href="tel://8625009992"
><span class="icon fa fa-phone"></span
><span class="text">Mr. Mayuresh Ganjave: </span><span class="text"> +91 86250 09992</span></a
>
</li>
<li>
<a href="mailto:sales@qubertours.com"
><span class="icon fa fa-paper-plane"></span
><span class="text">sales@qubertours.com</span></a
>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<button onclick="topFunction()" id="myBtn" title="Go to top">
<i class="fa fa-angle-up"></i>
</button>
</footer>
</div>
<button onclick="topFunction()" id="myBtn" title="Go to top">
<i class="fa fa-angle-up"></i>
</button>
</body>
<script>
var mybutton = document.getElementById("myBtn");
window.onscroll = function () {
scrollFunction();
};
function scrollFunction() {
if (
document.body.scrollTop > 20 ||
document.documentElement.scrollTop > 20
) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
</html>