-
Notifications
You must be signed in to change notification settings - Fork 0
/
2daysafari.html
512 lines (416 loc) · 20.3 KB
/
2daysafari.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
<!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, shrink-to-fit=no">
<meta name="description" content="JDA Adventures">
<meta name="author" content="TeddBot">
<title>JDA Adventures</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.png">
<link rel="apple-touch-icon" type="image/x-icon" sizes="72x72" href="img/apple-touch-icon-72x72-precomposed.png">
<link rel="apple-touch-icon" type="image/x-icon" sizes="114x114" href="img/apple-touch-icon-114x114-precomposed.png">
<link rel="apple-touch-icon" type="image/x-icon" sizes="144x144" href="img/apple-touch-icon-144x144-precomposed.png">
<!-- GOOGLE WEB FONT -->
<link href="https://fonts.googleapis.com/css?family=Gochi+Hand|Montserrat:300,400,700" rel="stylesheet">
<!-- COMMON CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/vendors.css" rel="stylesheet">
<!-- CUSTOM CSS -->
<link href="css/custom.css" rel="stylesheet">
</head>
<body>
<div id="preloader">
<div class="sk-spinner sk-spinner-wave">
<div class="sk-rect1"></div>
<div class="sk-rect2"></div>
<div class="sk-rect3"></div>
<div class="sk-rect4"></div>
<div class="sk-rect5"></div>
</div>
</div>
<!-- End Preload -->
<div class="layer"></div>
<!-- Mobile menu overlay mask -->
<!-- Header================================================== -->
<header>
<div id="top_line">
<div class="container">
<div class="row">
<div class="col-6"><i class="icon-phone"></i><strong>+971507257630</strong></div>
<div class="col-6">
<ul id="top_links">
</ul>
</div>
</div><!-- End row -->
</div><!-- End container-->
</div><!-- End top line-->
<div class="container">
<div class="row">
<div class="col-3">
<div id="logo">
<a href="index.html"><img src="img/logo.png" width="300" height="120" alt="JDA Adventures" data-retina="true" class="logo_normal"></a>
<a href="index.html"><img src="img/logo_sticky.png" width="300" height="120" alt="JDA Adventures" data-retina="true" class="logo_sticky"></a>
</div>
</div>
<nav class="col-9">
<a class="cmn-toggle-switch cmn-toggle-switch__htx open_close" href="javascript:void(0);"><span>Menu mobile</span></a>
<div class="main-menu">
<div id="header_menu">
<img src="img/logo_sticky.png" width="300" height="120" alt="JDA Adventures" data-retina="true">
</div>
<a href="#" class="open_close" id="close_in"><i class="icon_set_1_icon-77"></i></a>
<ul>
<li class="submenu">
<a href="index.html" class="show-submenu">Home </a>
<li class="submenu">
<a href="javascript:void(0);" class="show-submenu">Tours & Safaris <i class="icon-down-open-mini"></i></a>
<ul>
<li><a href="single_tour_with_gallery.html">Day Trips Safaris </a></li>
<li><a href="single_tour_with_gallery.html">WildBeast Migration</a></li>
</ul>
</li>
<li class="submenu">
<a href="javascript:void(0);" class="show-submenu">Trekking <i class="icon-down-open-mini"></i></a>
<ul>
<li class="third-level"><a href="all_tours_grid.html">Mt.Kilimanjaro Hikes</a>
<ul>
<li><a href="umbwe5.html">5 Days Umbwe Route</a></li>
<li><a href="umbwe6.html">6 Days Umbwe Route</a></li>
<li><a href="rongai7.html">7 Days Rongai Route</a></li>
<li><a href="rongai6.html">6 Days Rongai Route</a></li>
<li><a href="lemosho9.html">9 Days Lemosho Route</a></li>
<li><a href="lemosho8.html">8 Days Lemosho Route</a></li>
<li><a href="lemosho7.html">7 Days Lemosho Route</a></li>
<li><a href="machame7.html">7 Days Machame Route</a></li>
<li><a href="machame6.html">6 Days Machame Route</a></li>
<li><a href="marangu6.html">6 Days Marangu Route</a></li>
<li><a href="marangu5.html">5 Days Marangu Route</a></li>
<li><a href="notherncircuit9.html">9 Days Northern Circuit Route</a></li>
<li><a href="notherncircuit8.html">8 Days Northern Circuit Route</a></li>
</ul>
<li class="third-level"><a href="javascript:void(0);">Mt.Meru</a>
<ul>
<li><a href="mtmeru.html">3 Days Hike</a></li>
</ul>
</ul>
</li>
<li class="submenu">
<a href="about.html" class="show-submenu">About </a>
</li>
<li class="megamenu submenu">
<a href="contact_us_1.html" class="show-submenu-mega">Contact</a>
<!-- End menu-wrapper -->
</li>
<li class="megamenu submenu">
<a href="faq.html" class="show-submenu-mega">FAQ</a>
</div><!-- End menu-wrapper -->
</li>
</ul>
</div><!-- End main-menu -->
<ul id="top_tools">
<li>
<!-- End dropdown-cart-->
</li>
</ul>
</nav>
</div>
</div>
<!-- container -->
</header>
<!-- End Header -->
<section class="parallax-window" data-parallax="scroll" data-image-src="img/kilima.jpg" data-natural-width="1400" data-natural-height="470">
<div class="parallax-content-2">
<div class="container">
<div class="row">
<div class="col-md-8">
<h1>2 Day Safari</h1>
<span>Lake Manyara or Tarangire & Ngorongoro Crater</span>
<span class="rating"><i class="icon-smile voted"></i><i class="icon-smile voted"></i><i class="icon-smile voted"></i><i class="icon-smile voted"></i><i class="icon-smile"></i><small>(75)</small></span>
</div>
<div class="col-md-4">
<div id="price_single_main">
<span><sup></sup></span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End section -->
<main>
<!-- End Position -->
<!-- End Map -->
<div class="container margin_60">
<div class="row">
<div class="col-lg-8" id="single_tour_desc">
<div id="single_tour_feat">
<ul>
<li><i class="icon_set_1_icon-13"></i>Accessibiliy</li>
<li><i class="icon_set_1_icon-29"></i>Tour guide</li>
</ul>
</div>
<p class="d-none d-md-block d-block d-lg-none"><a href="https://wa.me/+971507257630"class="btn_map">Whatsapp Me</a>
</p><!-- Map button for tablets/mobiles -->
<div id="Img_carousel" class="slider-pro">
<div class="sp-slides">
<div class="sp-slide">
<img alt="Image" class="sp-image" src="css/images/blank.gif" data-src="img/slider_single_tour/k11.jpg" data-small="img/slider_single_tour/k1111.jpg" data-medium="img/slider_single_tour/k11.jpg" data-large="img/slider_single_tour/k11.jpg" data-retina="img/slider_single_tour/k11.jpg">
</div>
<div class="sp-slide">
<img alt="Image" class="sp-image" src="css/images/blank.gif" data-src="img/slider_single_tour/k22.jpg" data-small="img/slider_single_tour/k2222.jpg" data-medium="img/slider_single_tour/k22.jpg" data-large="img/slider_single_tour/k22.jpg" data-retina="img/slider_single_tour/k22.jpg">
</div>
<div class="sp-slide">
<img alt="Image" class="sp-image" src="css/images/blank.gif" data-src="img/slider_single_tour/k33.jpg" data-small="img/slider_single_tour/k3333.jpg" data-medium="img/slider_single_tour/k33.jpg" data-large="img/slider_single_tour/k33.jpg" data-retina="img/slider_single_tour/k33.jpg">
</div>
<div class="sp-slide">
<img alt="Image" class="sp-image" src="css/images/blank.gif" data-src="img/slider_single_tour/k44.jpg" data-small="img/slider_single_tour/k4444.jpg" data-medium="img/slider_single_tour/k44.jpg" data-large="img/slider_single_tour/k44.jpg" data-retina="img/slider_single_tour/k44.jpg">
</div>
<div class="sp-slide">
<img alt="Image" class="sp-image" src="css/images/blank.gif" data-src="img/slider_single_tour/routes1.png" data-small="img/slider_single_tour/routes111.png" data-medium="img/slider_single_tour/routes1.png" data-large="img/slider_single_tour/routes1.png" data-retina="img/slider_single_tour/routes1.png">
</div>
</div>
<div class="sp-thumbnails">
<img alt="Image" class="sp-thumbnail" src="img/slider_single_tour/k11.jpg">
<img alt="Image" class="sp-thumbnail" src="img/slider_single_tour/k22.jpg">
<img alt="Image" class="sp-thumbnail" src="img/slider_single_tour/k33.jpg">
<img alt="Image" class="sp-thumbnail" src="img/slider_single_tour/k44.jpg">
<img alt="Image" class="sp-thumbnail" src="img/slider_single_tour/routes1.png">
</div>
</div>
<hr>
<div class="row">
<div class="col-lg-3">
<strong><h3>Description</h3></strong>
</div>
<div class="col-lg-9">
<strong><h4>2 day Safari</h4></strong>
<p>
Our 2-day Lake Manyara & Ngorongoro Crater safari packages were designed to offer visitors, with a time constraint, a short but a very intense Tanzanian Northern Circuit</p>
<h4>What's include</h4>
<strong><p>
Day 1: Lake Manyara
</p></strong>
<div class="row">
<div class="col-md-6">
<ul class="list_ok">
<li>Meet our professional tours guide/driver in Moshi town, who will deliver a short safari info briefing, after which, we travel to the Lake Manyara National Park. We arrive in time for lunch at the lodge. After lunch we head into the Lake Manyara National Park. This impressive park is one of Tanzania’s most dramatically located wildlife areas, consisting of a massive but shallow soda lake (covering two-thirds of the park) at the foot of the Great Rift Valley’s western escarpment. The park’s varied habitat attracts a wide variety of animals, including one of Africa’s largest concentrations of elephants, Manyara’s famous tree-climbing lions, as well as large flocks of flamingos attracted by the algae in the lake</li>
</ul>
</div>
</div>
<strong><p>
Day 2: Lake Manyara National Park – Ngorongoro Crater – Moshi
</p></strong>
<div class="row">
<div class="col-md-6">
<ul class="list_ok">
<li>After breakfast we descend 600m into this magnificent crater for a morning, half-day game drive. The Ngorongoro Crater is one of the most densely crowded African wildlife areas in the world and is home to an estimated 30,000 animals including some of Tanzania’s last remaining black rhino. Supported by a year round water supply and fodder, the Ngorongoro National Park supports a vast variety of animals, which include herds of wildebeest, zebra, buffalo, eland, warthog, hippo, and giant African elephants. Another big draw card to this picturesque national park is the dense population of predators, which include lions, hyenas, jackals, cheetahs and the ever-elusive leopard, which sometimes requires a trained eye to spot. We will enjoy a picnic lunch in the crater, after which we travel back to Moshi where we will end our African safari adventure. You will be taken to your hotel, which ends our safari packages services.</li>
</ul>
</div>
</div>
<strong><p>
Includes:
</p></strong>
<div class="row">
<div class="col-md-6">
<ul class="list_ok">
<li>Full board (breakfast, lunch & dinner) accommodation while on safari</li>
<li>All game drives viewing in a custom built 4x4 Safari Land Cruiser</li>
<li>All park and entrance fees</li>
<li>Transportation with 4x4 vehicles with viewing roofs</li>
<li>Professional English speaking driver/guide during the safari.</li>
<li>Bottled water in safari vehicles</li>
<li>Current Government taxes and levies</li>
<li>24-Hour support during the safari from our office in Moshi.</li><li>
</ul>
</div>
<div class="col-md-6">
<ul class="list_ok">
</ul>
</div>
</div>
<strong><p>
Does Not Include:
</p></strong>
<div class="row">
<div class="col-md-6">
<ul class="list_ok">
<li>Internal or International flights</li>
<li>Transfers to and from the airport</li>
<li>Entry visa to Tanzania.</li>
<li>Travel and health insurance</li>
<li>Gratuities to your guide, hotel staff, and porters</li>
<li>Meals, drinks, and excursions not described in the itinerary</li>
<li>Any other items of a personal nature, laundry, telephone and postage</li>
</ul>
</div>
<div class="col-md-6">
<ul class="list_ok">
</ul>
</div>
</div>
<!-- End row -->
</div>
</div>
<hr>
<div class="row">
<div class="col-lg-3">
<strong><h3>Pricing</h3></strong>
</div>
<div class="col-lg-9">
<div class="table-responsive">
<table class="table table-striped">
<thead>
</thead>
<tbody>
<tr>
<td>
1 person
</td>
<td>
$ 2000/person
</td>
</tr>
<tr>
<td>
2-4 people
</td>
<td>
$ 1850/person
</td>
</tr>
<tr>
<td>
5-7 people
</td>
<td>
$ 1800/person
</td>
</tr>
<tr>
<td>
8-10 people
</td>
<td>
$ 1750/person
</td>
</tr>
<tr>
<td>
11 & above
</td>
<td>
$ 1700/person
</td>
</tr>
</tbody>
</table>
</div>
<!-- End row -->
<hr>
<!-- End review strip -->
</div>
</div>
</div>
<!--End single_tour_desc-->
<aside class="col-lg-4">
<p class="d-none d-xl-block d-lg-block d-xl-none">
<a href="https://wa.me/+971507257630"class="btn_map">Whatsapp Me</a>
</p>
<!--/box_style_1 -->
<div class="box_style_4">
<i class="icon_set_1_icon-90"></i>
<h4><span>Book</span> by phone</h4>
<a href="tel://004542344599" class="phone">+971507257630</a>
<small>Monday to Friday 8.00am - 5.00pm</small>
</div>
</aside>
</div>
<!--End row -->
</div>
<!--End container -->
<div id="overlay"></div>
<!-- Mask on input focus -->
</main>
<!-- End main -->
<footer class="revealed">
<div class="container">
<div class="row">
<div class="col-md-4">
<h3>Need help?</h3>
<a href="tel://+971507257630" id="phone">+971507257630</a>
<a href="mailto:help@jdaadventures.com" id="email_footer">help@jdaadventures.com</a>
</div>
<div class="col-md-3">
<h3>About</h3>
<ul>
<li><a href="#">About us</a></li>
<li><a href="#">FAQ</a></li>
<li><a href="#">Terms and condition</a></li>
</ul>
</div>
</div><!-- End row -->
<div class="row">
<div class="col-md-12">
<div id="social_footer">
<ul>
<li><a href="#"><i class="icon-facebook"></i></a></li>
<li><a href="#"><i class="icon-twitter"></i></a></li>
<li><a href="#"><i class="icon-instagram"></i></a></li>
</ul>
<p>© JDA Adventures 2020</p>
</div>
</div>
</div><!-- End row -->
</div><!-- End container -->
</footer><!-- End footer -->
<div id="toTop"></div><!-- Back to top button -->
<!-- Search Menu -->
<!-- End Search Menu -->
<!-- Sign In Popup -->
<!-- /Sign In Popup -->
<!-- Modal Review -->
<!-- End modal review -->
<!-- Common scripts -->
<script src="js/jquery-2.2.4.min.js"></script>
<script src="js/common_scripts_min.js"></script>
<script src="js/functions.js"></script>
<!-- Date and time pickers -->
<script src="js/jquery.sliderPro.min.js"></script>
<script type="text/javascript">
$(document).ready(function ($) {
$('#Img_carousel').sliderPro({
width: 960,
height: 500,
fade: true,
arrows: true,
buttons: false,
fullScreen: false,
smallSize: 500,
startSlide: 0,
mediumSize: 1000,
largeSize: 3000,
thumbnailArrows: true,
autoplay: false
});
});
</script>
<!-- Date and time pickers -->
<script>
$('input.date-pick').datepicker('setDate', 'today');
$('input.time-pick').timepicker({
minuteStep: 15,
showInpunts: false
})
</script>
<!--Review modal validation -->
<script src="assets/validate.js"></script>
<!-- Map -->
<script src="http://maps.googleapis.com/maps/api/js"></script>
<script src="js/map.js"></script>
<script src="js/infobox.js"></script>
</body>
</html>