-
Notifications
You must be signed in to change notification settings - Fork 0
/
rajasthan-tour-detail.php
721 lines (532 loc) · 32.9 KB
/
rajasthan-tour-detail.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
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
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
<?php
include_once 'header.php';
?>
<!-- start Main Wrapper -->
<div class="main-wrapper scrollspy-container">
<!-- start end Page title -->
<div class="page-title detail-page-title" style="background-image:url('images/motocycle-tour/destination/destination-banner/inner-banner/rajasthan.jpg');">
<div class="container">
<div class="flex-row">
<div class="flex-column flex-md-8 flex-sm-12">
<h1 class="hero-title">Rajasthan Tour</h1>
</div>
<div class="flex-column flex-md-4 flex-align-bottom flex-sm-12 mt-20-sm">
<div class="text-right text-left-sm">
<a href="#section-5" class="anchor btn btn-primary">See dates & Book Now</a>
</div>
</div>
</div>
</div>
</div>
<!-- end Page title -->
<div class="breadcrumb-wrapper bg-light-2">
<div class="container">
<ol class="breadcrumb-list">
<li><a href="index.php">Home</a></li>
<li><a href="tour-package.php">Tour Package</a></li>
<li><a href="india-destination.php">India</a></li>
<li><span>Rajasthan</span></li>
</ol>
</div>
</div>
<div class="content-wrapper">
<div class="container">
<div class="row">
<div class="col-md-9" role="main">
<div class="detail-content-wrapper">
<div id="section-1" class="detail-content">
<div class="section-title text-left">
<h4>Gallery</h4>
</div>
<div class="slick-gallery-slideshow">
<div class="slider gallery-slideshow">
<div><div class="image"><img src="images/detail-gallery/01.jpg" alt="Image" /></div></div>
<div><div class="image"><img src="images/detail-gallery/02.jpg" alt="Image" /></div></div>
<div><div class="image"><img src="images/detail-gallery/03.jpg" alt="Image" /></div></div>
<div><div class="image"><img src="images/detail-gallery/04.jpg" alt="Image" /></div></div>
<div><div class="image"><img src="images/detail-gallery/05.jpg" alt="Image" /></div></div>
<div><div class="image"><img src="images/detail-gallery/06.jpg" alt="Image" /></div></div>
<div><div class="image"><img src="images/detail-gallery/07.jpg" alt="Image" /></div></div>
<div><div class="image"><img src="images/detail-gallery/08.jpg" alt="Image" /></div></div>
<div><div class="image"><img src="images/detail-gallery/09.jpg" alt="Image" /></div></div>
<div><div class="image"><img src="images/detail-gallery/10.jpg" alt="Image" /></div></div>
<div><div class="image"><img src="images/detail-gallery/11.jpg" alt="Image" /></div></div>
<div><div class="image"><img src="images/detail-gallery/12.jpg" alt="Image" /></div></div>
<div><div class="image"><img src="images/detail-gallery/13.jpg" alt="Image" /></div></div>
<div><div class="image"><img src="images/detail-gallery/14.jpg" alt="Image" /></div></div>
<div><div class="image"><img src="images/detail-gallery/15.jpg" alt="Image" /></div></div>
<div><div class="image"><img src="images/detail-gallery/16.jpg" alt="Image" /></div></div>
</div>
<div class="slider gallery-nav">
<div><div class="image"><img src="images/detail-gallery/01-sm.jpg" alt="Image" /></div></div>
<div><div class="image"><img src="images/detail-gallery/02-sm.jpg" alt="Image" /></div></div>
<div><div class="image"><img src="images/detail-gallery/03-sm.jpg" alt="Image" /></div></div>
<div><div class="image"><img src="images/detail-gallery/04-sm.jpg" alt="Image" /></div></div>
<div><div class="image"><img src="images/detail-gallery/05-sm.jpg" alt="Image" /></div></div>
<div><div class="image"><img src="images/detail-gallery/06-sm.jpg" alt="Image" /></div></div>
<div><div class="image"><img src="images/detail-gallery/07-sm.jpg" alt="Image" /></div></div>
<div><div class="image"><img src="images/detail-gallery/08-sm.jpg" alt="Image" /></div></div>
<div><div class="image"><img src="images/detail-gallery/09-sm.jpg" alt="Image" /></div></div>
<div><div class="image"><img src="images/detail-gallery/10-sm.jpg" alt="Image" /></div></div>
<div><div class="image"><img src="images/detail-gallery/11-sm.jpg" alt="Image" /></div></div>
<div><div class="image"><img src="images/detail-gallery/12-sm.jpg" alt="Image" /></div></div>
<div><div class="image"><img src="images/detail-gallery/13-sm.jpg" alt="Image" /></div></div>
<div><div class="image"><img src="images/detail-gallery/14-sm.jpg" alt="Image" /></div></div>
<div><div class="image"><img src="images/detail-gallery/15-sm.jpg" alt="Image" /></div></div>
<div><div class="image"><img src="images/detail-gallery/16-sm.jpg" alt="Image" /></div></div>
</div>
</div>
</div>
<div id="section-2" class="detail-content">
<div class="section-title text-left">
<h4>Itinerary</h4>
</div>
<div class="detail-item">
<div class="row">
<div class="col-sm-4 col-sm-3 mb-30">
<ul class="list-info no-icon bb-dotted">
<li><span class="font600">Duration: </span>14 days</li>
<li><span class="font600">Countries:</span> India</li>
<li><span class="font600">Starting Point:</span> Delhi</li>
<li><span class="font600">Ending Point:</span> Delhi</li>
<li><span class="font600">Adventure Level:</span> Moderate</li>
<li><span class="font600">Group Size:</span>10</li>
</ul>
</div>
<div class="col-sm-8 col-md-9">
<div class="itinerary-wrapper">
<div class="itinerary-item intro-item">
<h5>Introduction</h5>
<div class="intro-item-body">
<p>She literature discovered increasing how diminution understood. Though and highly the enough county for man. Of it up he still court alone widow seems. Suspected he remainder rapturous my sweetness. All vanity regard sudden nor simple can. World mrs and vexed china since after often.</p>
</div>
</div>
<div class="itinerary-item-wrapper">
<div class="panel-group bootstarp-toggle">
<div class="panel itinerary-item">
<div class="panel-heading">
<h5 class="panel-title">
<a data-toggle="collapse" data-parent="#" href="#bootstarp-toggle-one"><span class="absolute-day-number"><i class="fa fa-crosshairs"></i></span> Tour Itinerary</a>
</h5>
</div>
<div id="bootstarp-toggle-one" class="panel-collapse collapse">
<div class="panel-body">
<p><span class="daybold">Day 1</span>- Arrival of the different flights to Delhi
Departure by private vehicle to the magnificent Fort Alwar Palace, 120 kms from Delhi, (2h30 trip). Afternoon meeting with the group at the hotel and introductory talk about driving in India, introduction to the country and the travel program. Dinner and night at the hotel.
</p>
<p><span class="daybold">Day 2</span>- Mandawa
In the morning we will meet the team that will assist us during the trip and first contact with the motorcycles. We practice a little to get to the peculiar way of functioning of the Enfields. Departure to Mandawa in the Shekawati region. This region is full of havelis or abandoned mansions with a multitude of frescoes in the porches. Night in Mandawa.
</p>
<p>
<span class="daybold">Day 3</span>- Departure to Bikaner
First landscapes with the Thar desert as background. Bikaner has an impressive fort that dominates the city and we will visit on our arrival. Dinner and night at the hotel.
</p>
<p>
<span class="daybold">Day 4</span>- Bikaner - Jaisalmer
This morning we will make the longest journey of the trip, 330 kms separate us from the golden city of Jaisalmer. We cross deserted places along a flat road where we will cross the typical camels of the Thar desert. Jaisalmer is the jewel of the Rajasthan desert.
</p>
<p>
<span class="daybold">Day 5</span>- Jaisalmer
Free morning to discover Jaisalmer and its incredible palaces and "havelis", old houses made during the commercial heyday of the city. The decoration of the facades gives us the impression that the stone has been worked as if it were filigree. Departure around 1:00 pm to our camp in the middle of the Thar desert. We will sleep in the dunes enjoying the magical stars of the desert sky.
</p>
<p>
<span class="daybold">Day 6</span>- Jaisalmer - Jodhpur
Very early departure to Jodhpur blue city of Rajasthan. The houses in the old quarter are painted blue, which once pointed to the houses of the Brahmins, the caste of priests and the highest in Hindu society. Upon our arrival in the afternoon we will visit the impressive Mehrangarh Fort raised on a hill with a magnificent view of the entire city.
</p>
<p><span class="daybold">Day 7</span>- Jodhpur - Udaipur
Departure to the temples of Ranakpur, one of the most important jewels of Jain architecture, where after lunch we will leave for Udaipur the white city and the lakes. Ranakpur is the beginning of the Aravalis mountains and possibly the most pleasant road we will make on the trip. We cross fields and villages full of traditional Rajasthani life. Arrival in the afternoon to Udaipur.
</p>
<p>
<span class="daybold">Day 8</span>- Udaipur
Free day in Udaipur to discover its lakes, palaces or simply wander around its streets where we may find some elephant and incredible amount of shops with Rajasthani miniatures. Last hotel night.
</p>
<p>
<span class="daybold">Day 9</span>- Udaipur - Ghanerao
We leave the city of lakes behind to reach Ghanerao: We will visit en route the fort of Khumbalgarh the only one that was never conquered by the Mongols. From the heights you can admire the Aravalis mountains. In the afternoon arrival in Ghanerao. We spend the night in its impressive palace.
</p>
<p>
<span class="daybold">Day 10</span>- Ghanerao - Pushkar
From Ghanerao we go to the sacred Hindu town of Pushkar. The arrival is made by a picturesque road, deviating from the main road, crossing typical Rajasthan villages.
</p>
<p>
<span class="daybold">Day 11</span>- Free day in Pushkar
Famous for its camel market, which is celebrated in November, and its sacred lake. A spectacular city for photography lovers, where pilgrims mix with typical turbans and saris of different colors. Pushkar is also a place famous for its local crafts.
</p>
<p><span class="daybold">Day 12</span>- Pushkar - Jaipur
Pushkar morning departure to reach Jaipur, capital of Rajasthan and known by the name of the pink city. Arrival to eat and visit on the back of an elephant the Amber Palace located a dozen kilometers from Jaipur. Everyone can choose between visiting the City Palace, the old city with its innumerable havelis or getting lost in the bazaar where one finds the best gems and jewels in the country. Jaipur is also known throughout India for the quality of its fabrics and bedspreads decorated with Rajasthani motifs printed by hand with wooden tampon techniques. Hotel in Jaipur.
</p>
<p><span class="daybold">Day 13</span>- Jaipur - Alwar
Last day by motorcycle crossing the northern area of the Aravalis mountains. The landscape changes with amazing green areas and we get lost in the secondary roads full of rural life and surrounded by small mountains. Arrive at our palace hotel that is on top of a high overlooking the city of Alwar. From our hotel we have stunning views of the Aravalis mountains. We say goodbye to the motorcycles and the team that accompanied us during the trip.
</p>
<p>
<span class="daybold">Day 14</span>- Alwar - Delhi
Return to Delhi by private vehicle (3h) arrival in Delhi about 13h. Option / extension to visit the Taj Mahal in Agra. Flight departures in the afternoon / evening. End of our services.
</p>
</div>
</div>
</div>
<!-- end of panel -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="section-3" class="detail-content">
<div class="section-title text-left">
<h4>Tour Accommodation</h4>
</div>
<div class="hotel-item-wrapper">
<div class="row gap-1">
<div class="col-sm-xss-12 col-xs-6 col-sm-4 col-md-4">
<div class="hotel-item mb-1">
<a href="#">
<div class="image">
<img src="images/accomodation/01.jpg" alt="Hotel" />
</div>
<div class="content">
<h6>Beach Hilton Hotel</h6>
</div>
</a>
</div>
</div>
<div class="col-sm-xss-12 col-xs-6 col-sm-4 col-md-4">
<div class="hotel-item mb-1">
<a href="#">
<div class="image">
<img src="images/accomodation/02.jpg" alt="Hotel" />
</div>
<div class="content">
<h6>The Privilege Floor @ Croatia</h6>
</div>
</a>
</div>
</div>
<div class="col-sm-xss-12 col-xs-6 col-sm-4 col-md-4">
<div class="hotel-item mb-1">
<a href="#">
<div class="image">
<img src="images/accomodation/03.jpg" alt="Hotel" />
</div>
<div class="content">
<h6>Croatia Grande Palace Hotel</h6>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div id="section-4" class="detail-content">
<div class="text-left mb-3">
<h4 class="text-uppercase">Important Information</h4>
<p>12 days 11 hotel nights (day 1 to 11 included).</p>
<p>
Companions may come who wish to make the trip as passengers behind a motorcycle or in the assistance vehicle.
</p>
</div>
<div class="section-title text-left">
<h4>What's included</h4>
</div>
<div class="list-with-icon with-heading includes-list mb-3">
<p>Motorcycle rental throughout the trip (500cc Enfield)</p>
<p>Hotels of standard category nights 1 to 10 included in double rooms; (single room additional cost of € 550 (1).</p>
<p>Breakfast, lunch and dinner.</p>
<p>Spanish guide, with experience in the tour and an Enfield motorcycle specialist mechanic. Official local English-speaking Bhutan guide.</p>
<p>Van and driver, to transport luggage and roadside assistance.</p>
<p>Spare parts, tools, first aid equipment, medicines.</p>
<p>Maintenance and repairs, third party insurance for motorcycles.</p>
<p>Visa for Bhutan.</p>
<p>All airport / hotel and hotel / airport transfers</p>
<p>Two internal flights: from Delhi to Bagdogra and from Guwahati to Delhi.</p>
<p>Gasoline throughout the trip.</p>
</div>
<div class="section-title text-left">
<h4>What's Excluded</h4>
</div>
<div class="list-with-icon with-heading includes-list mb-3">
<p>Visa for India.</p>
<p>The international flight to Delhi.</p>
<p>Vaccines and medical exam.</p>
<p>Personal expenses such as laundry, souvenirs, alcoholic beverages or tickets to monuments.</p>
<p>Tips for tour or hotel and restaurant staff.</p>
<p>Travel or personal transport during days off.</p>
<p>Medical insurance covering motorcycle use and travel assistance. Mandatory (2)</p>
<p>Deposit of € 300 for the rental of the motorcycle. The deposit is returned in full at the end of the trip if the motorcycle has not been damaged.</p>
<p>Any service or benefit not included in "the price includes".</p>
</div>
</div>
<div id="section-5" class="detail-content">
<div class="section-title text-left">
<h4>Availability</h4>
</div>
<div class="row mb-20">
<div class="col-sm-6">
<div class="form-group form-icon">
<i class="fa fa-calendar"></i>
<select name="month" class="select2-multi form-control" data-placeholder="Choose a Departure Month" multiple>
<option value="">Choose a Departure Month</option>
<option value="0">Any Departure Month</option>
<option value="1">January</option>
<option value="2">February</option>
<option value="3">March</option>
<option value="4">April</option>
<option value="5">May</option>
<option value="6">June</option>
<option value="7">July</option>
<option value="8">August</option>
<option value="9">September</option>
<option value="10">October</option>
<option value="11">November</option>
<option value="12">December</option>
</select>
</div>
</div>
</div>
<div class="availabily-wrapper">
<ul class="availabily-list">
<li class="availabily-heading clearfix">
<div class="date-from">
start
</div>
<div class="date-to">
end
</div>
<div class="status">
status
</div>
<div class="price">
price
</div>
<div class="action">
</div>
</li>
<li class="availabily-content clearfix">
<div class="date-from">
<span class="availabily-heading-label">start:</span>
Monday
<span>March 7, 2016</span>
</div>
<div class="date-to">
<span class="availabily-heading-label">end:</span>
Thursday
<span>March 10, 2016</span>
</div>
<div class="status">
<span class="availabily-heading-label">status:</span>
seats left
<span>15</span>
</div>
<div class="price">
<span class="availabily-heading-label">price:</span>
<span>$1458</span>
</div>
<div class="action">
<a href="#" class="btn btn-primary btn-sm btn-inverse">Book now</a>
</div>
</li>
<li class="availabily-content clearfix">
<div class="date-from">
<span class="availabily-heading-label">start:</span>
Saturday
<span>March 26, 2016</span>
</div>
<div class="date-to">
<span class="availabily-heading-label">end:</span>
Tuesday
<span>March 29, 2016</span>
</div>
<div class="status">
<span class="availabily-heading-label">status:</span>
seats left
<span>20</span>
</div>
<div class="price">
<span class="availabily-heading-label">price:</span>
<span>$1400</span>
</div>
<div class="action">
<a href="#" class="btn btn-primary btn-sm btn-inverse">Book now</a>
</div>
</li>
<li class="availabily-content sold-out clearfix">
<div class="date-from">
<span class="availabily-heading-label">start:</span>
Sunday
<span>April 10, 2016</span>
</div>
<div class="date-to">
<span class="availabily-heading-label">end:</span>
Wednesday
<span>April 13, 2016</span>
</div>
<div class="status">
<span class="availabily-heading-label">status:</span>
<span class="text-success">sold-out</span>
</div>
<div class="price">
<span class="availabily-heading-label">price:</span>
<span>$1300</span>
</div>
<div class="action">
<a href="#" class="btn btn-primary btn-sm btn-inverse">Book now</a>
</div>
</li>
<li class="availabily-content clearfix">
<div class="date-from">
<span class="availabily-heading-label">start:</span>
Friday
<span>April 18, 2016</span>
</div>
<div class="date-to">
<span class="availabily-heading-label">end:</span>
Monday
<span>April 21, 2016</span>
</div>
<div class="status">
<span class="availabily-heading-label">status:</span>
seats left
<span>4</span>
</div>
<div class="price">
<span class="availabily-heading-label">price:</span>
<span>$1458</span>
</div>
<div class="action">
<a href="#" class="btn btn-primary btn-sm btn-inverse">Book now</a>
</div>
</li>
</ul>
</div>
<div class="text-center mt-30">
<button class="btn btn-primary">Show more departures</button>
</div>
</div>
<div id="section-6" class="detail-content no-bottom-line">
<div class="section-title text-left">
<h4>Additional Information</h4>
</div>
<!--<div class="row">
<div class="col-sm-6 col-md-6 mb-15">
<div class="read-more-div" data-collapsed-height="107">
<div class="read-more-div-inner">
<h5 class="heading mt-0">Heading Information 1</h5>
<p>No in he real went find mr. Wandered or strictly raillery stanhill as. Jennings appetite disposed me an at subjects an. To no indulgence diminution so discovered mr apartments. Are off under folly death wrote cause her way spite. Plan upon yet way get cold spot its week. Almost do am or limits hearts. Resolve parties but why she shewing. She sang know now how nay cold real case.</p>
<p>Your it to gave life whom as. Favourable dissimilar resolution led for and had. At play much to time four many. Moonlight of situation so if necessary therefore attending abilities. Calling looking enquire up me to in removal. Park fat she nor does play deal our. Procured sex material his offering humanity laughing moderate can. Unreserved had she nay dissimilar admiration interested. Departure performed exquisite rapturous so ye me resources.</p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-6 mb-15">
<div class="read-more-div" data-collapsed-height="107">
<div class="read-more-div-inner">
<h5 class="heading mt-0">Heading Information 2</h5>
<p>Your it to gave life whom as. Favourable dissimilar resolution led for and had. At play much to time four many. Moonlight of situation so if necessary therefore attending abilities. Calling looking enquire up me to in removal. Park fat she nor does play deal our. Procured sex material his offering humanity laughing moderate can. Unreserved had she nay dissimilar admiration interested. Departure performed exquisite rapturous so ye me resources.</p>
<p>No in he real went find mr. Wandered or strictly raillery stanhill as. Jennings appetite disposed me an at subjects an. To no indulgence diminution so discovered mr apartments. Are off under folly death wrote cause her way spite. Plan upon yet way get cold spot its week. Almost do am or limits hearts. Resolve parties but why she shewing. She sang know now how nay cold real case.</p>
</div>
</div>
</div>
</div>-->
<div class="faq-alt-2-wrapper">
<div class="panel-group bootstarp-accordion" id="accordion" role="tablist" aria-multiselectable="true">
<div class="panel">
<div class="panel-heading" role="tab" id="headingOne">
<h6 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne"> Weather and clothing during the trip</a>
</h6>
</div>
<div id="collapseOne" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingOne">
<div class="panel-body">
<div class="faq-thread">
<p>The average temperature in Bhutan during trips is 26 ° - 28 °. The weather is generally dry and sunny, but it can change and temperatures can fall in the mountains. We should have sunny days, some cold nights, and maybe some hours of rain. Therefore, it is advisable to wear high sun protection cream, sunglasses and gloves.</p>
</div>
</div>
</div>
</div>
<!-- end of panel -->
<div class="panel">
<div class="panel-heading" role="tab" id="headingTwo">
<h6 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">Motorcycle equipment</a>
</h6>
</div>
<div id="collapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo">
<div class="panel-body">
<div class="faq-thread">
<p>Helmet (the best is a modular one) jacket, gloves, boots and rain suit (the best option is the two-piece ones. If there is a bit of wind the waterproof jacket is enough not to be cold at the exits In the morning, during the day the temperature will be pleasant while we drive so that the ideal motorcycle equipment will be a halftime that can be ventilated and that is breathable. Bring a pair of warmer gloves if you tend to be cold for the morning outings. Magnetized bag to put on the gas tank is practical to carry the camera, gloves and so on.</p>
</div>
</div>
</div>
</div>
<!-- end of panel -->
<div class="panel">
<div class="panel-heading" role="tab" id="headingThree">
<h6 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseThree" aria-expanded="false" aria-controls="collapseThree">Conditions of carts and driving in Bhutan</a>
</h6>
</div>
<div id="collapseThree" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThree">
<div class="panel-body">
<div class="faq-thread">
<p>Car traffic in Bhutan is very scarce and only appears in the vicinity of urban areas. One drives to the left and one adapts to driving rules quickly. Most of the roads are paved and are in a good general condition although we can do some kilometers of track.
This circuit is intermediate level for a biker with experience in mountain roads.
Bhutan is an amazing country full of magic, but it is not an easy country for those who do not have patience or are not accustomed to unforeseen events and delays. If you decide to join the group, keep in mind that you will have to be flexible with unexpected situations and possible delays due to the special conditions of the country. As I imagine you will know, this type of motorcycle adventure carries a certain risk that when I come to the trip I suppose you are aware of it and accept. Having a good disposition and a good dose of humor are essential to fully enjoy this trip.
</p>
</div>
</div>
</div>
</div>
<!-- end of panel -->
<div class="panel">
<div class="panel-heading" role="tab" id="headingFour">
<h6 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseFour" aria-expanded="false" aria-controls="collapseFour">The Royal Enfield</a>
</h6>
</div>
<div id="collapseFour" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingFour">
<div class="panel-body">
<div class="faq-thread">
<p>The Royal Enfield is still manufactured in India after the English house stopped producing them in England in the mid-1950s. The bikes continue with the same design 60 years ago, with few aesthetic or technical changes. It is a sturdy motorcycle with an unsurpassed look and sound. With the change reversed and a 500cc engine the Enfield will give you a pleasure from another era when you drive it on Indian roads. If the Enfield is not a fast motorcycle it is the one that best adapts to the harsh conditions of the roads in this part of the world.</p>
<p>Our Royal Enfield motorcycle fleet consists of 500cc motorcycles, 5-speed gearbox, European gearbox and disc brake and electric starter.
</p>
</div>
</div>
</div>
</div>
<!-- end of panel -->
</div>
<!-- end of #accordion -->
</div>
</div>
<div class="call-to-action">
Question? <a href="#" class="btn btn-primary btn-sm btn-inverse">Make an inquiry</a> or call +66 28 878 5452
</div>
</div>
</div>
<div class="col-sm-3 hidden-sm hidden-xs">
<div class="scrollspy-sidebar sidebar-detail" role="complementary">
<ul class="scrollspy-sidenav">
<li>
<ul class="nav">
<li><a href="#section-1" class="anchor">Gallery</a></li>
<li><a href="#section-2" class="anchor">Itinerary</a></li>
<li><a href="#section-3" class="anchor">Tour Accommodation</a></li>
<li><a href="#section-4" class="anchor">What's Included</a></li>
<li><a href="#section-5" class="anchor">Availabilities</a></li>
<li><a href="#section-6" class="anchor"> Additional Information</a></li>
</ul>
</li>
</ul>
<a href="#" class="btn btn-primary">Contact Us</a>
<div style="width: 100%; height: 20px;"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end Main Wrapper -->
<?php
include_once 'footer.php';
?>