-
Notifications
You must be signed in to change notification settings - Fork 0
/
bangkok-tour-detail.php
692 lines (511 loc) · 31.6 KB
/
bangkok-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
<?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/Bangkok.jpg');">
<div class="container">
<div class="flex-row">
<div class="flex-column flex-md-8 flex-sm-12">
<h1 class="hero-title">Bangkok 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="thailand-destination.php">Thailand</a></li>
<li><span>Bangkok</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>10 days</li>
<li><span class="font600">Countries:</span> Thailand</li>
<li><span class="font600">Starting Point:</span> Bangkok</li>
<li><span class="font600">Ending Point:</span> Bangkok</li>
<li><span class="font600">Adventure Level:</span> Moderate</li>
<li><span class="font600">Group Size:</span></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 in Chiang Mai
You are met at the airport and transferred to your hotel. You can use this first day to explore Chiang Mai, a large city in northern Thailand. Overnight stay in a standard hotel in the city centre.
</p>
<p><span class="daybold">Day 2</span>- Chiang Mai - Chiang Dao National Park - 102 miles - 20% off-road
We set off for our Adventure with a capital “A”! After a few miles in Chiang Mai, here we are on small paved mountain roads. One curve after the other, we get used to our Royal Enfield motorcycle. After lunch, off-road starts ! Overnight stay at standard guest house.
</p>
<p><span class="daybold">Day 3</span>- Chiang Dao National Park - Pai - 70 miles – 85% off-road
From trekking paths to Enduro tracks, from Hmong villages to Karen or Lahu villages, our adventure is in full swing. We put the famous Silk Route path taken by elephants to test. Overnight in a standard hotel in the city center.
</p>
<p><span class="daybold">Day 4</span>- Pai - Mae Hong Son - 130 miles – 10% off-road
This morning, we ride along the border and enjoy a break at Jabot local café before a change of scenery. In fact, we reach the well-known Mae Hong Son loop and its 1,864 bends! However, before we know it, we are back on the mud tracks and fording streams on our way to Mae Hong Son city. Overnight stay in a comfortable hotel.
</p>
<p><span class="daybold">Day 5</span>- Mae Hong Son - Khun Yam - 105 miles - 63% off-road
Waking up with a view over the City of Three Mists is magnificent, inviting us to push on deeper into the jungle on the smallest damaged paved roads and then the smallest paths possible. From one national park to another, we ride along endless ridges until we reach the small Khun Yuam valley. Overnight stay in a standard guesthouse.
</p>
<p><span class="daybold">Day 6</span>- Khun Yam - Mae Chem - 121 miles - 45% off-road
We break ourselves in gently for this long leg by heading south for around twelve miles on the famous road with 1,864 bends. This chain of beautiful large curves is a real feast for the eyes in the morning light. Then, it is time to go off-road! In true Red Bull Romaniacs style, learn to handle your old Royal Enfield on the country’s most difficult tracks. Overnight stay in a comfortable accommodation.
</p>
<p><span class="daybold">Day 7</span>- Mae Chem - Mae Sariang - 115 miles - 42% off-road
Yesterday’s leg was the perfect taster session for what’s in store today: the joys of the way-too-small tracks and frightening drops continue to enthral us today. It feels like we have lost our way as we have spent the last few days riding southwards. Villages such as Lahu, Lao, and Shan seem to become rarer and our presence stranger still. We get the chance to relax in Mae Sariang, on the banks of its river. Overnight stay in a comfortable hotel.
</p>
<p><span class="daybold">Day 8</span>- Mae Sariang - Hod - 127 miles - 60% off-road
We leave first thing and break ourselves in gently on the Mae Hong Son loop then change direction, heading east into the Mae Ngao National Park’s jungles. Now, our objective is to go over the two mountain ranges separating us from Op Luang National Park. These uninhabited jungles become our playground for the day. Overnight stay in a standard accommodation.
</p>
<p><span class="daybold">Day 9</span>- Hod - Chiang Mai - 130 miles - 35% off-road
We head north on our last biking day. After a short time, we reach the Op Luang National Park, which offers us stunning tracks. Without even realising it, we reach Doi Inthanon, Thailand’s highest mountain with an altitude of 2,550 m. We finally come back to Northern Thailand’s main city: Chiang Mai. Overnight stay in a standard hotel.
</p>
<p><span class="daybold">Day 10</span>- Chiang Mai - International Airport
Depending on your flight schedule, you may have time to enjoy a few more hours in Chiang Mai. You’re transferred to the International Airport.
</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';
?>