-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtrip.html
650 lines (452 loc) · 55.5 KB
/
trip.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
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
<!DOCTYPE html>
<html>
<title>Trip Plans | Whizz</title>
<link rel="shortcut icon" href="fav.png" type="image/x-icon">
<link rel="icon" href="fav.png" type="image/x-icon">
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto%Slab">
<style>
table, td, th {
border:50px;
}
table {
border-collapse: collapse;
width: 100%;
}
td {
text-align: center;
}
p {
font-family: berlin sans fb;
font-size: 20px;
}
h4 {
font-family: georgia;
font-size: 20px;
}
</style>
</head>
<body style = "background-color:white;">
<nav class="navbar sticky-top navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="index1.html">
<img src="logo.png" width="180" height="50" alt="">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item ">
<a class="nav-link" href="index1.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="aboutus1.html">About Us</a>
</li>
<li class="nav-item dropdown active">
<a class="nav-link dropdown-toggle" href="trip.html" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Trip Plans
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="trip.html#coorg">Coorg</a>
<a class="dropdown-item" href="trip.html#andaman">Andaman</a>
<a class="dropdown-item" href="trip.html#nyc">New York</a>
<a class="dropdown-item" href="trip.html#dubai">Dubai</a>
<a class="dropdown-item" href="trip.html#egypt">Egypt</a>
<a class="dropdown-item" href="trip.html#mal">Maldives</a>
<a class="dropdown-item" href="trip.html#hawaii">Hawaii</a>
<a class="dropdown-item" href="trip.html#london">London</a>
<a class="dropdown-item" href="trip.html#rio">Rio de Janeiro</a>
<a class="dropdown-item" href="trip.html#hp">Himachal Pradesh</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="gallery.html" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Gallery
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="gallery.html#coorg">Coorg</a>
<a class="dropdown-item" href="gallery.html#andaman">Andaman</a>
<a class="dropdown-item" href="gallery.html#nyc">New York</a>
<a class="dropdown-item" href="gallery.html#dubai">Dubai</a>
<a class="dropdown-item" href="gallery.html#egypt">Egypt</a>
<a class="dropdown-item" href="gallery.html#mal">Maldives</a>
<a class="dropdown-item" href="gallery.html#hawaii">Hawaii</a>
<a class="dropdown-item" href="gallery.html#london">London</a>
<a class="dropdown-item" href="gallery.html#rio">Rio de Janeiro</a>
<a class="dropdown-item" href="gallery.html#hp">Himachal Pradesh</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact Us</a>
</li>
</ul>
</div>
</nav>
<center><h1> Trip Packages</h1></center><br><br>
<div class="row">
<div class="leftcolumn">
<div class="card">
<h1 id="coorg" style = "margin-right : 40px;margin-left : 40px;"> 1. Coorg </h1><br>
<center><img src="coorg.png" height = "900" width = "1845"></center>
<br>
<h4 style = "margin-right : 40px;margin-left : 40px; text-align: justify;"><b>Coorg, officially called Kodagu, is the most sought after and popular hill station of Karnataka. Lying serenely amidst high mountains, Coorg’s landscape stays misty throughout the year. The aboriginals of the place are Kodavas. Apart from Kannada, the other two main languages of this hill station are Kodagu and Kodava.
The best time to visit Kodagu is between October to May and the peak season for this hill station is within February to May. Kodagu is the largest producer of Coffee in India. Also, it is one of the places with highest rainfall across the nation. Undulating hills covered in lush green forests and a landscape dotted with coffee plantations, tea gardens and orange groves, this hill station has breathtakingly stunning scenic beauty.
The popular tourist attractions in Kodagu include Bhagamandala, Talakaveri, Nisargadhama, Dubare, Abbey Falls, Iruppu Falls and Nagarahole National Park. Pushpagiri and Brahmagiri in Coorg are ideal for trekking. Read more about Coorg</b></h4><br><br>
<h3 style = "margin-right : 40px;margin-left : 40px;"> Lodging Details : </h3><br>
<table style = "margin-right : 40px;margin-left : 40px;">
<tr>
<th><a href="https://www.booking.com/hotel/in/ambatty-greens-resort.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4Avnfs5oGwAIB0gIkMjM0MWE0YTYtYjcyMC00NDY3LWEwMjYtYTAyYTg4OTkzZTY42AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&dest_id=352655;dest_type=hotel;dist=0;group_adults=2;group_children=0;hapos=1;hpos=1;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1665986583;srpvid=0cab2a8b3dcc008e;type=total;ucfs=1&#hotelTmpl" ><img src="coorg/1.png" height = "600" width = "400"></a></th>
<th><a href="https://www.booking.com/hotel/in/nature1-coorg-homestay.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4Apfis5oGwAIB0gIkOTQ1YWZkYWYtNWNhOC00NzA1LTg2NTAtNWYxZmRlZWEwMmI42AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&dest_id=8529665;dest_type=hotel;dist=0;group_adults=2;group_children=0;hapos=1;hpos=1;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1665986912;srpvid=fd802b2f4e950198;type=total;ucfs=1&#hotelTmpl" ><img src="coorg/2.png" height = "600" width = "400"></th>
<th><a href="https://www.booking.com/hotel/in/avadale-coorg.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4Apfis5oGwAIB0gIkOTQ1YWZkYWYtNWNhOC00NzA1LTg2NTAtNWYxZmRlZWEwMmI42AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&dest_id=8894382;dest_type=hotel;dist=0;group_adults=2;group_children=0;hapos=1;hpos=1;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1665988765;srpvid=cef72ecebed3031f;type=total;ucfs=1&#hotelTmpl" ><img src="coorg/3.png" height = "600" width = "400"></th>
<th><a href="https://www.booking.com/hotel/in/riyavar-luxury-homestay.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4Apfis5oGwAIB0gIkOTQ1YWZkYWYtNWNhOC00NzA1LTg2NTAtNWYxZmRlZWEwMmI42AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&dest_id=2965217;dest_type=hotel;dist=0;group_adults=2;group_children=0;hapos=1;hpos=1;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1665988961;srpvid=ae6a2f3025130412;type=total;ucfs=1&#hotelTmpl" ><img src="coorg/4.png" height = "600" width = "400"></th>
</tr>
</table><br><br>
<h3 style = "margin-right : 40px;margin-left : 40px;">Itinerary Details :</h3>
<p style = "margin-right : 40px;margin-left : 40px;">Coorg - 2 Nights Stay<br><br>
Day 1:Check in to 18 Stone Gables.<br><br>
Day 2:Private AC Sedan - AC for sightseeing in & around Coorg.
Sightseeing In Coorg.<br><br>
Day 3:Checkout from Hotel in Coorg.
Coorg to Ooty<br><br>
Ooty - 2 Nights Stay<br><br>
Day 3:Sightseeing In Ooty
Check in to DARSHAN HOTEL OOTY, 3 Star.<br><br>
Day 4:Private AC Sedan - AC for sightseeing in & around Ooty.
Sightseeing In Ooty.
Day Meals: Breakfast : Included at Hotel.<br><br>
Day 5:Day Meals: Breakfast : Included at Hotel.
Checkout from Hotel in Ooty.<br><br>
Prices:Budget per person (Rs.10,000 - Rs.1,00,000)<br><br><br>
</p>
</div>
<div class="card"><br>
<h2 id="andaman" style = "margin-right : 40px;margin-left : 40px;">2. Andaman And Nicobar Islands</h2><br>
<center><img src="andaman.png" height = "900" width = "1850"></center>
<br>
<center><h4 style = "margin-right : 40px;margin-left : 40px;text-align:justify;">Get an adrenaline rush with adventurous activities coming your way in Andaman like the Seakart at Corbyn's Cove, Jet Ski At Neil Island. Enjoy the Sunset at Chidiya Tapu Beach,Visit to Iconic Cellular Jail,Experience the Light & Sound Show.Sightseeing in Port Blair.Seakart Ride in Andaman,Port Blair.Feel the thrill and excitement as you ride a seakart along the coasts of Port Blair. Start from Corbyn's Cove Beach, feeling the crisp ocean breeze. Marvel at the beautiful scenery on your way to Ross Island. Unwind amidst the lush palms.Get personalised on-ground assistance from a MakeMyTrip Tour Manager. Our Tour Manager is multilingual and stationed at the destination to help and guide you through the tour."Enjoy a thrilling visit to the Cellular Jail, previously known as Kala Pani. Tour its many exhibits that display the grave torture that prisoners underwent during the pre-independence eraTake in the beautiful views as you board a ferry with your partner! This one-way inter-island ferry is the most beautiful way to travel from Port Blair to Havelock Island. Sightseeing in Havelock."Visit the enchanting Elephant beach known for its exotic marine life and beautiful corals. Soak in the magical views as you explore the island or enjoy simple pleasures like sunbathing, swimming, bird-watching and more."Enjoy a jet ski or a glass bottom boat ride in the pristine waters of Neil Island. Hop on board the glass bottom boat and witness the beauty of marine life. Spot colourful corals and fish along the way. "Admire a scenic sunset while enjoying the breathtaking views with loved ones at the Chidiya Tapu Beach in Port Blair. Enjoy a view of clear skies as you munch on tasty refreshments.
</h4></center> <br>
<br>
<h3 style = "margin-right : 40px;margin-left : 40px;"> Lodging Details : </h3><br>
<table style = "margin-right : 40px;margin-left : 40px;">
<tr>
<th><a href="https://www.booking.com/hotel/in/ambatty-greens-resort.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4Avnfs5oGwAIB0gIkMjM0MWE0YTYtYjcyMC00NDY3LWEwMjYtYTAyYTg4OTkzZTY42AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&dest_id=352655;dest_type=hotel;dist=0;group_adults=2;group_children=0;hapos=1;hpos=1;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1665986583;srpvid=0cab2a8b3dcc008e;type=total;ucfs=1&#hotelTmpl" ><img src="andaman/1.png" height = "600" width = "400"></th>
<th><a href="https://www.booking.com/hotel/in/ambatty-greens-resort.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4Avnfs5oGwAIB0gIkMjM0MWE0YTYtYjcyMC00NDY3LWEwMjYtYTAyYTg4OTkzZTY42AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&dest_id=352655;dest_type=hotel;dist=0;group_adults=2;group_children=0;hapos=1;hpos=1;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1665986583;srpvid=0cab2a8b3dcc008e;type=total;ucfs=1&#hotelTmpl" ><img src="andaman/2.png" height = "600" width = "400"></th>
<th><a href="https://www.booking.com/hotel/in/ambatty-greens-resort.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4Avnfs5oGwAIB0gIkMjM0MWE0YTYtYjcyMC00NDY3LWEwMjYtYTAyYTg4OTkzZTY42AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&dest_id=352655;dest_type=hotel;dist=0;group_adults=2;group_children=0;hapos=1;hpos=1;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1665986583;srpvid=0cab2a8b3dcc008e;type=total;ucfs=1&#hotelTmpl" ><img src="andaman/3.png" height = "600" width = "400"></th>
<th><a href="https://www.booking.com/hotel/in/ambatty-greens-resort.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4Avnfs5oGwAIB0gIkMjM0MWE0YTYtYjcyMC00NDY3LWEwMjYtYTAyYTg4OTkzZTY42AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&dest_id=352655;dest_type=hotel;dist=0;group_adults=2;group_children=0;hapos=1;hpos=1;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1665986583;srpvid=0cab2a8b3dcc008e;type=total;ucfs=1&#hotelTmpl" ><img src="andaman/4.png" height = "600" width = "400"></th>
</tr>
</table>
<br>
<h3 style = "margin-right : 40px;margin-left : 40px;">Itinerary Details :</h3><br>
<p style = "margin-right : 40px;margin-left : 40px;"> Port Blair - 1 Night Stay.<br><br>
Day 1:Sightseeing In Port Blair.
Check in to Welcomhotel by ITC Hotels, Bay Island, Port Blair, 5 Star.
Seakart Ride in Andaman.
On-Ground Assistance by Tour Manager.
Cellular Jail Visit- Ticket Only.<br><br>
Day 2:Ferry from Port Blair to Havelock Island- Shared Transfers.
Checkout from Hotel in Port Blair.
Day Meals: Breakfast : Included at Hotel.
Port Blair to Havelock.<br><br>
Havelock - 2 Nights Stay.<br><br>
Day 2:Sightseeing In Havelock.
Check in to Taj Exotica Resort & Spa, Andamans, 5 Star.<br><br>
Day 3:Private AC Sedan - AC for sightseeing in & around Havelock.
Sightseeing In Havelock.
Elephant Beach - Ticket Only.
Day Meals: Breakfast : Included at Hotel.<br><br>
Day 4:Ferry from Havelock Island to Neil Island- Shared Transfers.
Checkout from Hotel in Havelock.
Day Meals: Breakfast : Included at Hotel.
Havelock to Niel Island.<br><br>
Niel Island - 1 Night Stay.<br><br>
Day 4:Check in to Sea Shell Samssara, 5 Star.
Jet Ski/Glass Bottom Boat Ride at Neil Island. Day 5:Ferry from Neil Island to Port Blair- Shared Transfers.
Checkout from Hotel in Niel Island.
Day Meals: Breakfast : Included at Hotel.
Niel Island to Port Blair.<br><br>
Port Blair - 1 Night Stay.
Day 5:Sightseeing In Port Blair.
Check in to Welcomhotel by ITC Hotels, Bay Island, Port Blair, 5 Star.
Sunset Picnic at Chidiya Tapu with Refreshments.<br><br>
Day 6:Day Meals: Breakfast : Included at Hotel.
Checkout from Hotel in Port Blair<br><br><br>
Prices:Budget per person (Rs.11,000 - Rs.2,21,000)<br><br><br>
</div>
</div>
<div class="card"><br>
<h2 id="nyc" style = "margin-right : 40px;margin-left : 40px;">3. New-York City</h2><br>
<center><img src="newyork.png" height = "900" width = "1850"></center>
<center><br><h4 style = "margin-right : 40px;margin-left : 40px;text-align:justify;">Welcome to New York. Your private pickup will be done by our local representative from JFK airport. Experience a World class New York hotel in the Fashionable area of Manhattan when you check into the Luxurious property. Enjoy a wonderful Indian fusion dinner at restaurant walking distance from the hotel.After breakfast, proceed to go on to the Statue of Liberty Ferry from Battery Park. View the world-famous iconic Statue symbolizing the country’s freedom. Make a pit stop to see the “NY BULL” on Wall St. Enjoy a scenic view from the top of Freedom tower observation deck. Overnight at a hotel in New York.Enjoy city tour of DC with a specialized guide covering all the major landmarks. See all the key attractions in DC and learn about the history and trivia that surrounds Washington on this interactive tour of the capital city. You will visit the major monuments on this quick and efficient. Explore Air & space museum (1 hour and 30 minutes) to view all the different exhibits related to space & Aeronautics.</h4></center><br>
<h3 style = "margin-right : 40px;margin-left : 40px;">Lodging Details :</h3><br>
<table style = "margin-right : 40px;margin-left : 40px;">
<tr>
<th><a href="https://www.booking.com/hotel/in/ambatty-greens-resort.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4Avnfs5oGwAIB0gIkMjM0MWE0YTYtYjcyMC00NDY3LWEwMjYtYTAyYTg4OTkzZTY42AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&dest_id=352655;dest_type=hotel;dist=0;group_adults=2;group_children=0;hapos=1;hpos=1;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1665986583;srpvid=0cab2a8b3dcc008e;type=total;ucfs=1&#hotelTmpl" ><img src="Newyork/1.png" height = "600" width = "400"></th>
<th><a href="https://www.booking.com/hotel/in/ambatty-greens-resort.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4Avnfs5oGwAIB0gIkMjM0MWE0YTYtYjcyMC00NDY3LWEwMjYtYTAyYTg4OTkzZTY42AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&dest_id=352655;dest_type=hotel;dist=0;group_adults=2;group_children=0;hapos=1;hpos=1;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1665986583;srpvid=0cab2a8b3dcc008e;type=total;ucfs=1&#hotelTmpl" ><img src="Newyork/2.png" height = "600" width = "400"></th>
<th><a href="https://www.booking.com/hotel/in/ambatty-greens-resort.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4Avnfs5oGwAIB0gIkMjM0MWE0YTYtYjcyMC00NDY3LWEwMjYtYTAyYTg4OTkzZTY42AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&dest_id=352655;dest_type=hotel;dist=0;group_adults=2;group_children=0;hapos=1;hpos=1;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1665986583;srpvid=0cab2a8b3dcc008e;type=total;ucfs=1&#hotelTmpl" ><img src="Newyork/3.png" height = "600" width = "400"></th>
<th><a href="https://www.booking.com/hotel/in/ambatty-greens-resort.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4Avnfs5oGwAIB0gIkMjM0MWE0YTYtYjcyMC00NDY3LWEwMjYtYTAyYTg4OTkzZTY42AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&dest_id=352655;dest_type=hotel;dist=0;group_adults=2;group_children=0;hapos=1;hpos=1;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1665986583;srpvid=0cab2a8b3dcc008e;type=total;ucfs=1&#hotelTmpl" ><img src="Newyork/4.png" height = "600" width = "400"></th>
</tr>
</table><br>
<h3 style = "margin-right : 40px;margin-left : 40px;">Itinerary Details :</h3><br>
<p style = "margin-right : 40px;margin-left : 40px;">New York - 2 Nights Stay.<br><br>
Day 1:Check in to Sheraton Times Square - Holidays Collections, 4 Star.
Day Meals: Dinner : Included.<br><br>
Day 2:Day Meals: Breakfast & Dinner : Included.<br><br>
Day 3:Checkout from Hotel in New York.
Day Meals: Breakfast : Included.<br><br>
Washington DC - 1 Night Stay.<br><br>
Day 3:Check in to Hilton Garden Inn Washington DC/Georgetown Area, 3 Star.
Day Meals: Dinner : Included.<br><br>
Day 4:Checkout from Hotel in Washington DC.
Day Meals: Breakfast : Included.<br><br>
Harrisburg - 1 Night Stay.<br><br>
Day 4:Check in to Red Lion Hotel Harrisburg Hershey, 3 Star,
Day Meals: Dinner : Included.<br><br>
Day 5:Checkout from Hotel in Harrisburg.
Day Meals: Breakfast : Included.<br><br>
Niagara Falls - 2 Nights Stay.<br><br>
Day 5:Check in to Holiday Inn Niagara Falls Scenic Downtown, an IHG Hotel, 3 Star.
Day Meals: Dinner : Included.<br><br>
Day 6:Day Meals: Breakfast & Dinner : Included.<br><br>
Day 7:Day Meals: Breakfast : Included.
Checkout from Hotel in Niagara Falls.<br><br>
Prices:Budget per person (Rs.55,000 - Rs.4,43,000)<br><br><br>
</div>
</div>
<div class="card"><br>
<h2 id="dubai" style = "margin-right : 40px;margin-left : 40px;">4. Dubai</h2><br>
<center><img src="dubai.png" height = "900" width = "1850"></center>
<br>
<center><h4 style = "margin-right : 40px;margin-left : 40px;text-align:justify;">Experience a holiday that's out of the ordinary in Dubai. Experience the magic of Dubai on this trip. Witness architectural brilliance, sparkling waterfronts and vibrant nightlife, breathing in the air of luxury! Enjoy the sparkling skyline of Dubai as you set off on the Dhow Cruise, along the Dubai Marina. Relish the refreshing welcome drinks and fresh dates on board. Do try out the Arabic coffee which is sure to awaken your senses."Spend some time at Caravanserai, a unique desert venue located in Dubai Heritage Vision. Located just 25 minutes from Iconic Burj Khalifa (28 km), this resort is set in 37 million square feet of sand dunes, surrounded by indigenous regiona.</h4></center><br>
<h3 style = "margin-right : 40px;margin-left : 40px;">Lodging Details : </h3><br>
<table style = "margin-right : 40px;margin-left : 40px;">
<tr>
<th><a href="https://www.booking.com/hotel/ae/flora-al-barsha.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4AoXYtJoGwAIB0gIkMmEwZTlmYTAtYTdmZS00OTUwLTk3YTQtMTMxNzU2MzRlYzE12AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&dest_id=1405670;dest_type=hotel;dist=0;group_adults=2;group_children=0;hapos=1;hpos=1;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1666001958;srpvid=6eaa48922f7b021d;type=total;ucfs=1&#hotelTmpl"><img src="Dubai/1.png" height = "600" width = "400"></th>
<th><a href="https://www.booking.com/hotel/ae/the-first-collection-jumeirah-village-dubai.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4AoXYtJoGwAIB0gIkMmEwZTlmYTAtYTdmZS00OTUwLTk3YTQtMTMxNzU2MzRlYzE12AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&dest_id=7328256;dest_type=hotel;dist=0;group_adults=2;group_children=0;hapos=1;hpos=1;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1666002241;srpvid=77a1491f828d0258;type=total;ucfs=1&#hotelTmpl"><img src="Dubai/2.png" height = "600" width = "400"></th>
<th><a href="https://www.booking.com/hotel/ae/four-points-by-sheraton-sheikh-zayed-road.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4AoXYtJoGwAIB0gIkMmEwZTlmYTAtYTdmZS00OTUwLTk3YTQtMTMxNzU2MzRlYzE12AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&dest_id=69320;dest_type=hotel;dist=0;group_adults=2;group_children=0;hapos=1;hpos=1;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1666002346;srpvid=d581495496620286;type=total;ucfs=1&#hotelTmpl"><img src="Dubai/3.png" height = "600" width = "400"></th>
<th><a href="https://www.booking.com/hotel/ae/golden-sands-apartments.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4AoXYtJoGwAIB0gIkMmEwZTlmYTAtYTdmZS00OTUwLTk3YTQtMTMxNzU2MzRlYzE12AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&dest_id=67415;dest_type=hotel;dist=0;group_adults=2;group_children=0;hapos=1;hpos=1;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1666002383;srpvid=3d76496675260264;type=total;ucfs=1&#hotelTmpl"><img src="Dubai/4.png" height = "600" width = "400"></th>
</tr>
</table><br>
<h3 style = "margin-right : 40px;margin-left : 40px;text-align:justify;">Itinerary Details :</h3>
<p style = "margin-right : 40px;margin-left : 40px;"> Dubai - 6 Nights Stay<br><br>
Day 1:Check in to TIME Grand Plaza Hotel - Holidays Selections, 4 Star.<br><br>
Marina Dhow Cruise Tour with Dinner (4 stars)- Ticket Only. Day 2:Caravanserai Desert Safari with BBQ Dinner (5 star)- Shared Transfers.<br><br>
Day Meals: Breakfast : Included at Hotel.<br><br>
Day 3:Day Meals: Breakfast : Included at Hotel.<br><br>
Day 4:Day Meals: Breakfast : Included at Hotel.<br><br>
Day 5:Day Meals: Breakfast : Included at Hotel.<br><br>
Day 6:Day Meals: Breakfast : Included at Hotel.<br><br>
Day 7:Day Meals: Breakfast : Included at Hotel.<br><br>
Checkout from Hotel in Dubai.<br><br>
Prices:Budget per person (Rs.27,000 - Rs.2,36,000)<br><br>
Hotels:TIME Grand Plaza Hotel - Holidays Selection,Near Dubai International Airport(3.7 km from Dubai Airport).<br><br>
Holiday Inn Bur Dubai Embassy - Holidays Selections FD,Bur dubai(50 m from Meena Bazaar).<br><br>
Sheraton Dubai Mall Of Emirates - Holidays Selections,Al Barsha(80 m from Mall of the Emirates).<br><br> <br>
</div>
</div>
<div class="card"><br>
<h2 id="egypt" style = "margin-right : 40px;margin-left : 40px;">5. Egypt</h2><br>
<center><img src="egypt1.png" height = "900" width = "1850"></center>
<center><h4 style = "margin-right : 40px;margin-left : 40px;text-align:justify;">Gear up for an exciting holiday in Egypt. Upon arrival at Cairo International Airport, our representative will assist you with immigration and customs formalities. Then you will be transferred to your hotel in a deluxe coach.After breakfast, you head to the domestic airport for your flight to Aswan. Upon arrival at Aswan, you will be greeted by a representative. Kickstart your day with a tour of Aswan’s mesmerizing hotspots. Marvel at the fabulous Philae Temple dedicated to the Goddess Isis as you enjoy the picturesque rocky landscape.Wake up to the scenic view of the mighty Nile River. You will be provided with a delicious breakfast box at a fixed convoy time at 04:00 AM. After an early breakfast, you will be transferred to Abu Simbel in an AC vehicle.Kick-start your day with an exquisite view of the sparkling blue waters. Visit the renowned Edfu temple and admire the impressive Egyptian architecture. The temple is dedicated to God Horus and is considered one of the best preserved of all Egyptian temples.Indulge in a delicious breakfast against the breathtaking backdrop of the River Nile. After you check-out, visit the Valley of the Kings and Queens along with the Hatshepsut temple. Then satisfy your hunger pangs with a flavoursome lunch at a local restaurant.Get set for an amazing day in Cairo and enjoy a yummy breakfast at the hotel. Spend the day exploring the city. Full-Day Visit to the Great Pyramids of Giza, Sphinx, Papyrus Fair, Perfume Factory, Cotton shop, Egyptian Museum and Khan El Khalili Bazaar. Experience an excellent blend of history and modernity on your full-day sightseeing tour of Cairo. Begin your day at 08:00 AM by visiting the majestic Great Pyramids of Giza and their guardian, the famous Sphinx.After check-out from the hotel, you will be directly transferred to Cairo International Airport.</h4></center>
<br>
<h3 style = "margin-right : 40px;margin-left : 40px;">Lodging Details :</h3><br>
<table style = "margin-right : 40px;margin-left : 40px;">
<tr>
<th><a href="https://www.booking.com/hotel/eg/new-maadi-apartment.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4AoXYtJoGwAIB0gIkMmEwZTlmYTAtYTdmZS00OTUwLTk3YTQtMTMxNzU2MzRlYzE12AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&dest_id=2170806;dest_type=hotel;dist=0;group_adults=2;group_children=0;hapos=1;hpos=1;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1666002469;srpvid=468a4992e0e401ce;type=total;ucfs=1&#hotelTmpl"><img src="Egypt/1.png" height = "600" width = "400"></th>
<th><a href="https://www.booking.com/hotel/eg/parrotel-beach-resort.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4AoXYtJoGwAIB0gIkMmEwZTlmYTAtYTdmZS00OTUwLTk3YTQtMTMxNzU2MzRlYzE12AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&dest_id=175780;dest_type=hotel;dist=0;group_adults=2;group_children=0;hapos=1;hpos=1;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1666002562;srpvid=d3a349c05e2702ce;type=total;ucfs=1&#hotelTmpl"><img src="Egypt/2.png" height = "600" width = "400"></th>
<th><a href="https://www.booking.com/hotel/eg/casa-d-39-or-dahab.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4AoXYtJoGwAIB0gIkMmEwZTlmYTAtYTdmZS00OTUwLTk3YTQtMTMxNzU2MzRlYzE12AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&dest_id=5354394;dest_type=hotel;dist=0;group_adults=2;group_children=0;hapos=1;hpos=1;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1666002790;srpvid=1fa74a32420f0174;type=total;ucfs=1&#hotelTmpl"><img src="Egypt/3.png" height = "600" width = "400"></th>
<th><a href="https://www.booking.com/hotel/eg/jasmine-palace-resort.en-gb.html?label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4AoXYtJoGwAIB0gIkMmEwZTlmYTAtYTdmZS00OTUwLTk3YTQtMTMxNzU2MzRlYzE12AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&aid=304142&ucfs=1&arphpl=1&dest_id=1044137&dest_type=hotel&group_adults=2&req_adults=2&no_rooms=1&group_children=0&req_children=0&hpos=1&hapos=1&sr_order=popularity&srpvid=8a004a73db880209&srepoch=1666002919&from_beach_sr=1&beach_sr_walking_distance=876&from=searchresults#hotelTmpl"><img src="Egypt/4.png" height = "600" width = "400"></th>
</tr>
</table><br>
<h3 style = "margin-right : 40px;margin-left : 40px;">Itinerary Details :</h3><br>
<p style = "margin-right : 40px;margin-left : 40px;">Cairo - 1 Night Stay<br><br>
Day 1:Check in to Pyramids Park - Holidays Selections, 4 Star.
Day Meals: Dinner : Included.<br><br>
Day 2:Cairo to Aswan Flight (Only for Group Package).
Checkout from Hotel in Cairo.
Day Meals: Breakfast : Included.<br><br>
Nile River - 3 Nights Stay
Day 2:Check in to Nile Cruise (deluxe) - Holiday Selections, 5 Star.
Day Meals: Dinner : Included.<br><br>
Day 3:Day Meals: Breakfast & Dinner : Included.<br><br>
Day 4:Day Meals: Breakfast & Dinner : Included.<br><br>
Day 5:Checkout from Hotel in Nile River.
Day Meals: Breakfast : Included.<br><br>
Cairo - 2 Nights Stay
Day 5:Check in to Pyramids Park - Holidays Selections, 4 Star.
Luxor to Cairo Flight (Only for Group Packages).
Day Meals: Dinner : Included.<br><br>
Day 6:Full day visit of the Great Pyramids of Giza, Sphinx, papyrus fair, perfume factory,cotton shop, Egyptian Museum and Khan El Khalili Bazaar. Day Meals: Breakfast & Dinner : Included.<br><br>
Day 7:Day Meals: Breakfast : Included.
Checkout from Hotel in Cairo.<br><br>
Prices:BUDGET Per Person : (₹112000 - ₹194000)<br><br><br>
</div>
</div>
<div class="card"><br>
<h2 id="mal" style = "margin-right : 40px;margin-left : 40px;">6. Maldives</h2><br>
<center><img src="Maldives.png" height = "900" width = "1850"></center>
<br>
<center><h4 style = "margin-right : 40px;margin-left : 40px;text-align:justify;">Relish in the beauty of Maldives on this romantic stay at Meeru Island. Unwind on the white sand beaches, enjoy fun water sports like snorkelling and go island hopping with your partner.</h4></center><br>
<h3 style = "margin-right : 40px;margin-left : 40px;">Lodging Details :</h3> <br>
<table style = "margin-right : 40px;margin-left : 40px;">
<tr>
<th><a href="https://www.booking.com/hotel/mv/plumeria-boutique-guest-house.en-gb.html?label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4AoXYtJoGwAIB0gIkMmEwZTlmYTAtYTdmZS00OTUwLTk3YTQtMTMxNzU2MzRlYzE12AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&aid=304142&ucfs=1&arphpl=1&dest_id=1109173&dest_type=hotel&group_adults=2&req_adults=2&no_rooms=1&group_children=0&req_children=0&hpos=1&hapos=1&sr_order=popularity&srpvid=a54c4aa63347007d&srepoch=1666003021&from_sustainable_property_sr=1&from=searchresults#hotelTmpl"><img src="maldives/1.png" height = "600" width = "400"></th>
<th><a href="https://www.booking.com/hotel/mv/island-hideaway-resort-spa-marina.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4AoXYtJoGwAIB0gIkMmEwZTlmYTAtYTdmZS00OTUwLTk3YTQtMTMxNzU2MzRlYzE12AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&dest_id=257521;dest_type=hotel;dist=0;group_adults=2;group_children=0;hapos=1;hpos=1;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1666003077;srpvid=d7224ac1cfc70133;type=total;ucfs=1&#hotelTmpl"><img src="maldives/2.png" height = "600" width = "400"></th>
<th><a href="https://www.booking.com/searchresults.en-gb.html?ss=One+On+Inn+Maldives%2C+Maradhoofeydhoo%2C+Addu+Atoll%2C+Maldives&ssne=Patong+Beach&ssne_untouched=Patong+Beach&label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4AoXYtJoGwAIB0gIkMmEwZTlmYTAtYTdmZS00OTUwLTk3YTQtMTMxNzU2MzRlYzE12AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&aid=304142&lang=en-gb&sb=1&src_elem=sb&src=searchresults&dest_id=7996465&dest_type=hotel&ac_position=0&ac_click_type=b&ac_langcode=en&ac_suggestion_list_length=3&search_selected=true&search_pageview_id=192b494215400048&ac_meta=GhAxOTJiNDk0MjE1NDAwMDQ4IAAoATICZW46Ck9uZSBvbiBJbm5AAEoAUAA%3D&group_adults=2&no_rooms=1&group_children=0&sb_travel_purpose=leisure"><img src="maldives/3.png" height = "600" width = "400"></th>
<th><a href="https://www.booking.com/hotel/mv/fairy-tale-inn.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4AoXYtJoGwAIB0gIkMmEwZTlmYTAtYTdmZS00OTUwLTk3YTQtMTMxNzU2MzRlYzE12AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&dest_id=8040715;dest_type=hotel;dist=0;group_adults=2;group_children=0;hapos=1;hpos=1;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1666003280;srpvid=e7694b27bfe001a4;type=total;ucfs=1&#hotelTmpl"><img src="maldives/4.png" height = "600" width = "400"></th>
</tr>
</table> <br>
<h3 style = "margin-right : 40px;margin-left : 40px;">Itinerary Details :</h3><br>
<p style = "margin-right : 40px;margin-left : 40px;">Maldives - 4 Nights Stay
Day 1:Check in to Paradise Island Resort & Spa Maldives, 5 Star Arrival Airport Transfers on Speedboat for Paradise Island Resort and Spa(Shared Basis) for B2C<br><br>
Day 2: Day Meals: Breakfast : Included at Hotel<br><br>
Day 3: Day Meals: Breakfast : Included at Hotel<br><br>
Day 4: Day Meals: Breakfast : Included at Hotel<br><br>
Day 5: Day Meals: Breakfast : Included at Hotel Speedboat from Paradise Island Resort and Spa to Velana International Airport- Shared Transfers Checkout from Hotel in Maldives<br><br>
Price:Budget per person (Rs.14,000 - Rs.6,91,000)<br><br></p>
</div>
</div>
<div class="card"><br>
<h2 id="hawaii" style = "margin-right : 40px;margin-left : 40px;">7. Hawaii</h2><br>
<center><img src="hawaii.png" height = "900" width = "1850"></center>
<br>
<center><h4 style = "margin-right : 40px;margin-left : 40px;text-align:justify;">Big Island Grand Circle Island Tour,Visit Hawaii Volcanoes National Park,Stops In Hilo, Rainbow Waterfalls and a Black Sand Beach,Kailua-Kona Snorkeling Cruise,Watch For Dolphins & Other Marine Wildlife.Snuba and Scuba diving available.Go Parasailing Or Snorkel With Manta Rays,Choose Your Own Adventure Or Have A Beach Day,Enjoy A Free Evening In Kailua-Kona.Stargazing On Side Of Mauna Kea.Enjoy authentic traditional Hawaiian food and an exciting show,Polynesian arts and crafts demonstrations and meet the cast of performers.</h4></center><br>
<h3 style = "margin-right : 40px;margin-left : 40px;"> Lodging Details :</h3><br>
<table style = "margin-right : 40px;margin-left : 40px;">
<tr>
<th><a href="https://www.booking.com/hotel/eg/new-maadi-apartment.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4AoXYtJoGwAIB0gIkMmEwZTlmYTAtYTdmZS00OTUwLTk3YTQtMTMxNzU2MzRlYzE12AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&dest_id=2170806;dest_type=hotel;dist=0;group_adults=2;group_children=0;hapos=1;hpos=1;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1666003420;srpvid=e9824b6d1d4b057d;type=total;ucfs=1&#hotelTmpl"><img src="Hawaii/1.png" height = "600" width = "400"></th>
<th><a href="https://www.booking.com/hotel/us/wild-blue-water-sunrise-suite.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4AoXYtJoGwAIB0gIkMmEwZTlmYTAtYTdmZS00OTUwLTk3YTQtMTMxNzU2MzRlYzE12AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&dest_id=8256444;dest_type=hotel;dist=0;group_adults=2;group_children=0;hapos=1;hpos=1;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1666003505;srpvid=1a524b98a3ac0446;type=total;ucfs=1&#hotelTmpl"><img src="Hawaii/2.png" height = "600" width = "400"></th>
<th><a href="https://www.booking.com/hotel/us/waimanlao-beach-cottages-unit-3.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4AoXYtJoGwAIB0gIkMmEwZTlmYTAtYTdmZS00OTUwLTk3YTQtMTMxNzU2MzRlYzE12AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&dest_id=3209596;dest_type=hotel;dist=0;group_adults=2;group_children=0;hapos=1;hpos=1;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1666003613;srpvid=10e24bcefda300a5;type=total;ucfs=1&#hotelTmpl"><img src="Hawaii/3.png" height = "600" width = "400"></th>
<th><a href="https://www.booking.com/hotel/us/trump-international-waikiki-bach-walk.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4AoXYtJoGwAIB0gIkMmEwZTlmYTAtYTdmZS00OTUwLTk3YTQtMTMxNzU2MzRlYzE12AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&dest_id=183249;dest_type=hotel;dist=0;group_adults=2;group_children=0;hapos=1;hpos=1;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1666003703;srpvid=17074bfb37e6018f;type=total;ucfs=1&#hotelTmpl"><img src="Hawaii/4.png" height = "600" width = "400"></th>
</tr>
</table>
<br>
<h3 style = "margin-right : 40px;margin-left : 40px;"> Itinerary Details :</h3><br>
<p style = "margin-right : 40px;margin-left : 40px;"> 6-NIGHT ITINERARY<br><br>
Day 1: Arrival Day. Welcome to the Island of Hawaii (Big Island)
Welcome to the Big Island Of Hawaii, home to incredible mountains, snorkeling craters, and volcanoes.Upon landing in Kona we welcome you with a Hawaiian flower lei greeting and take you on a private shuttle to your oceanside resort for check-in with the view of your choice.You can then enjoy a free afternoon and evening in Kailua-Kona.<br><br>
Day 2: Volcanoes Tour
Begin a Circle Island tour of the Big Island that takes you into Hawaii Volcanoes National Park to see the volcanic craters and have lunch at the historic Volcano House. The tour includes stops and views of ocean cliffs, tropical rainforests, coffee farms, waterfalls, volcanoes, steam vents, historic Hilo town and so much more.Return to your hotel to spend a free evening having dinner at the resort hotel pool or out on the local ocean-side town.<br><br>
Day 3: Deluxe Snorkel & Dolphin Watch Tour
Board a comfortable boat for a journey up the Kona coastline for some of the best snorkeling in Hawaii. Along the way, Hawaiian spinner dolphins will be available for viewing from the boat. This tour includes whale watching during the winter season. Lunch is included on this tour.Return to Kailua-Kona Pier for you to enjoy the rest of the day as free time. Go out shopping in the local townʻs shops and galleries or lounge in the pool and hot tub at the resort.Enjoy a beautiful sunset and dinner on your own.<br><br>
Day 4: Choose Your Own Adventures
Soar above the Kona coast on a Parasail. This exciting way to see the world below, is a quiet experience that you will love. Itʻs a perfect way to social distance with your partner.Return to Kailua-Kona Pier for you to enjoy the rest of the day as free time. Go out shopping in the local townʻs shops and galleries or lounge in the pool and hot tub at the resort.Enjoy a beautiful sunset and dinner on your own.<br><br>
Day 5: Mauna Kea Stargazing Tour
Enjoy a relaxing morning at the beach or by the pool.See the most amazing celestial objects from the sides of Mauna Kea on this Stargazing tour. This experience includes a wonderful dinner and the opportunity to solar gaze too! Hot drinks during nighttime viewing with a local expert astronomer.<br><br>
Day 6: Hawaiian Luau
Enjoy a relaxing day at the beach or by the pool.One of the best luauʻs in Hawaii is happening right at the hotel. The historical setting, great performers, wonderful food, all-you-can-eat and drink makes this for a fun night. After the show, itʻs an easy walk back to your room or out onto the town.<br><br>
Day 7: Departure Day
Checkout from the hotel. Depending on the season, we can extend to late checkout but you must inquire the day before. The front desk, will also securely store your bags until your flight time.Enjoy the rest of the day exploring Kailua-Kona or hanging out by the pool until your private guide comes to pick you up to take you to the airport to catch the flight back to the mainland USA. </p><br><br>
</div>
</div>
<div class="card"><br>
<h2 id="london" style = "margin-right : 40px;margin-left : 40px;">8. London</h2><br>
<center><img src="london.png" height = "900" width = "1850"></center>
<br>
<center><h4 style = "margin-right : 40px;margin-left : 40px;text-align:justify;">Get to know London on a guided tour featuring style, culture and history. See Westminster, the Houses of Parliament, the River Thames, the Tower of London and Buckingham Palace, where we shall be able to watch the famous “Changing of the Guard” (depending on the season). Travel to Scotland, stopping in ALNWICK, a picturesque town with lovely gardens and a large medieval castle which was used in the Harry Potter films. We will continue to EDINBURGH, arriving at noon. This is Scotland’s capital city and one of the most active cities in Northern Europe. Its monumental centre has been declared a UNESCO World Heritage Site. Its castle overlooks the city’s steep streets and parks.Enjoy a sightseeing tour with a local guide.Enjoy the stunning landscapes of the Scottish Highlands with a coffee and stroll in PITLOCHRY, a charming little village. We will continue and pass by INVERNESS in the north of Scotland, a city located very near the mysterious Loch Ness.Pass through FORT AUGUST with its sluice gate system and FORT WILLIAM, the tourist centre at the foot of Ben Nevis (the highest summit in the United Kingdom). We will return south through the high plateaus where it is possible to glimpse the snow before visiting Loch Lomond, one of the most popular lakes in Scotland. We arrive in GLASGOW. Sightseeing tour of DUBLIN, Ireland’s peaceful capital city.oard a ferry in Cairnryan. Our journey takes us towards Northern Ireland, arriving in BELFAST, Northern Ireland’s capital city.</h4></center><br>
<h3 style = "margin-right : 40px;margin-left : 40px;">Lodging Details :</h3><br>
<table style = "margin-right : 40px;margin-left : 40px;">
<tr>
<th><a href="https://www.booking.com/hotel/gb/milleniumgloucester.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4AoXYtJoGwAIB0gIkMmEwZTlmYTAtYTdmZS00OTUwLTk3YTQtMTMxNzU2MzRlYzE12AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&dest_id=110699;dest_type=hotel;dist=0;group_adults=2;group_children=0;hapos=1;hpos=1;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1666003864;srpvid=2b0c4c4b4e8d0561;type=total;ucfs=1&#hotelTmpl"><img src="London/1.png" height = "600" width = "400"></th>
<th><a href="https://www.booking.com/hotel/gb/zedwell-trocadero.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4Aoi4uJoGwAIB0gIkYTQyZDgxMGUtMjlhYy00MzZkLTkxOGItZjA2NmRhOTY4ZjVm2AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&dest_id=5697241;dest_type=hotel;dist=0;group_adults=2;group_children=0;hapos=1;hpos=1;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1666063847;srpvid=e57718b383170063;type=total;ucfs=1&#hotelTmpl"><img src="London/2.png" height = "600" width = "400"></th>
<th><a href="https://www.booking.com/hotel/gb/thegenerator.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4Aoi4uJoGwAIB0gIkYTQyZDgxMGUtMjlhYy00MzZkLTkxOGItZjA2NmRhOTY4ZjVm2AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&dest_id=127230;dest_type=hotel;dist=0;group_adults=2;group_children=0;hapos=1;hpos=1;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1666063900;srpvid=faf318cdbb0b00c3;type=total;ucfs=1&#hotelTmpl"><img src="London/3.png" height = "600" width = "400"></th>
<th><a href="https://www.booking.com/hotel/gb/luma.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4Aoi4uJoGwAIB0gIkYTQyZDgxMGUtMjlhYy00MzZkLTkxOGItZjA2NmRhOTY4ZjVm2AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&dest_id=2044699;dest_type=hotel;dist=0;group_adults=2;group_children=0;hapos=1;hpos=1;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1666063961;srpvid=4be318ece749003e;type=total;ucfs=1&#hotelTmpl"><img src="London/4.png" height = "600" width = "400"></th>
</tr>
</table><br>
<h3 style = "margin-right : 40px;margin-left : 40px;"> Itinerary Details :</h3><br>
<p style = "margin-right : 40px;margin-left : 40px;">London - 2 Nights Stay.<br> <br>
Day 1:Check in to Atrium Hotel - Holidays Selections Fd, 3 Star.<br><br>
Day 2:Day Meals: Breakfast : Included.<br><br>
Day 3:Checkout from Hotel in London.
Day Meals: Breakfast : Included.<br><br>
Durham - 1 Night Stay<br><br>
Day 3:Check in to The Manor House Hotel, 3 Star.<br><br>
Day 4:Checkout from Hotel in Durham.
Day Meals: Breakfast : Included.<br><br>
Edinburgh - 1 Night Stay.<br><br>
Day 4:Check in to Jurys Inn Edinburgh, 4 Star.<br><br>
Day 5:Checkout from Hotel in Edinburgh.
Day Meals: Breakfast : Included.<br><br>
Glasgow - 1 Night Stay.<br><br>
Day 5:Check in to Hilton Garden Inn Glasgow City Center Holidays Selections, 3 Star.<br><br>
Day 6:Checkout from Hotel in Glasgow.
Day Meals: Breakfast : Included.<br><br>
Dublin - 2 Nights Stay<br><br>
Day 6:Check in to Holiday Inn Express DUBLIN CITY CENTRE, 3 Star.<br><br>
Day 7:Day Meals: Breakfast : Included.<br><br>
Day 8:Day Meals: Breakfast : Included
Checkout from Hotel in Dublin<br><br>
Prices:Budget per person (Rs.40,000 - Rs.2,99,000)<br><br>
</div>
</div>
<div class="card"><br>
<h2 id="rio" style = "margin-right : 40px;margin-left : 40px;">9. Rio De Janerio</h2><br>
<center><img src="rio.png" height = "900" width = "1820"></center><br>
<center><h4 style = "margin-right : 40px;margin-left : 40px;text-align:justify;">Brazil, the largest country in Latin America and the world's fifth-largest, is a popular tourist destination. Visit some of the most beautiful and jaw-dropping places in Brazil by booking one of the many Brazil Tours. These vacation packages include tours to ancient colonial towns, sandy beaches, and the Amazon's thick jungles. Diversity in Brazil packages makes it a one-of-a-kind travel destination for many travelers. Brazil is famous for its clear blue lagoons, vibrant cosmopolitan cities, samba, and endless stretches of warm sand. Brazil tour packages from India offer many options to help tourists remember their time in this beautiful country. Select your ideal vacation package and be amazed by the wonders of Brazil, its distinct cuisine, rich culture, beautiful beaches, waterfalls, and adventure. Take advantage of discounts and special offers on tour packages to experience thrilling Brazilian adventures and enjoy lazy afternoons on tropical beaches. Don't forget the fantastic nightlife!The best time to visit Brazil is between November and March. These are the warmest months in the country, with temperatures ranging from 27°C to 33°C. It is ideal for New Year's and Carnival celebrations. Brazil can be visited any time of the year and it enjoys several climatic extremes, none of which are severe enough to prevent travel. In June and July, the northeastern coast gets some rain, but it's usually in the form of afternoon showers.
</h4></center><br>
<h3 style = "margin-right : 40px;margin-left : 40px;"> Lodging Details :</h3><br>
<table style = "margin-right : 40px;margin-left : 40px;">
<tr>
<th><a href="https://www.booking.com/hotel/br/americas-townhouse-rio-de-janeiro.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4Aoi4uJoGwAIB0gIkYTQyZDgxMGUtMjlhYy00MzZkLTkxOGItZjA2NmRhOTY4ZjVm2AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&dest_id=8035613;dest_type=hotel;dist=0;group_adults=2;group_children=0;hapos=1;hpos=1;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1666064076;srpvid=f3fd1925642c00dc;type=total;ucfs=1&#hotelTmpl"><img src="Rio/1.png" height = "600" width = "400"></th>
<th><a href="https://www.booking.com/hotel/br/merlin-copacabana.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4Aoi4uJoGwAIB0gIkYTQyZDgxMGUtMjlhYy00MzZkLTkxOGItZjA2NmRhOTY4ZjVm2AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&dest_id=15837;dest_type=hotel;dist=0;group_adults=2;group_children=0;hapos=1;hpos=1;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1666064215;srpvid=c650196be2130043;type=total;ucfs=1&#hotelTmpl"><img src="Rio/2.png" height = "600" width = "400"></th>
<th><a href="https://www.booking.com/hotel/br/hotel-atlantico-prime.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4Aoi4uJoGwAIB0gIkYTQyZDgxMGUtMjlhYy00MzZkLTkxOGItZjA2NmRhOTY4ZjVm2AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&dest_id=1514467;dest_type=hotel;dist=0;group_adults=2;group_children=0;hapos=1;hpos=1;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1666064146;srpvid=54e219487e9e0071;type=total;ucfs=1&#hotelTmpl"><img src="Rio/3.png" height = "600" width = "400"></th>
<th><a href="https://www.booking.com/hotel/es/espectacular-apartamento-port-de-pollenca.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4Aoi4uJoGwAIB0gIkYTQyZDgxMGUtMjlhYy00MzZkLTkxOGItZjA2NmRhOTY4ZjVm2AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&dest_id=6974639;dest_type=hotel;dist=0;group_adults=2;group_children=0;hapos=1;hpos=1;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1666064297;srpvid=eeac19940f2e00c4;type=total;ucfs=1&#hotelTmpl"><img src="Rio/4.png" height = "600" width = "400"></th>
</tr>
</table><br>
<h3 style = "margin-right : 40px;margin-left : 40px;"> Itinerary Details :</h3><br>
<p style = "margin-right : 40px;margin-left : 40px;">Most Popular and Must-visit Destinations in Brazil: São Paulo,Rio de Janeiro,Fernando de Noronha,Pantanal,The Amazon,Paraty,Florianopolis,Iguazu Falls,Christ the Redeemer,Lencois Maranhenses National Park,Bonito,Curitiba-Paranagua Train Ride,Cathedral of Brasilia,Museu de Arte Contemporânea,Sugarloaf, Rio de Janeiro.<br><br>
Best Beaches in Brazil: Copacabana,Buzios resort town,Jericoacoara,Praia de Pipa.<br><br>
Most Popular Brazil Tour Packages :<br><br>
Brazil Holiday Packages No. of Days Price*<br><br>
South American Delights: 10 Nights/ 11 Days: Rs. 3, 50, 615<br><br>
South American Delights with Amazon: 13 Nights/ 14 Days: Rs. 4 ,32 ,378<br><br>
South American Delights with Add On Ushuaia and Patagonia: 15 Nights/ 16 Days: Rs. 4, 99, 549<br><br>
South American Delights with Amazon, Ushuaia and Patagonia: 18 Nights/ 19 days: Rs. 5 ,81 ,312<br><br>
</div>
</div>
<div id="hp" class="card"><br>
<h2 style = "margin-right : 40px;margin-left : 40px;">10. Himachal Pradesh</h2><br>
<center><img src="hp.png" height = "900" width = "1820"></center><br>
<h4 style = "margin-right : 40px;margin-left : 40px;text-align:justify;">Explore the wonders of Himachal with our best-selling itinerary. Snow, Shimla Winter Carnival and ice skating in Shimla and Snowfalls with the temperatures hovering around sub-zero in Manali.Cold weather with snowfall in Shimla and Skiing and the snow-clad mountain views in Manali .
</h4><br>
<h3 style = "margin-right : 40px;margin-left : 40px;">Lodging Details :</h3>
<table style = "margin-right : 40px;margin-left : 40px;">
<tr>
<th><a href="https://www.booking.com/hotel/in/trekker-39-s-garage-kullu.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4Aoi4uJoGwAIB0gIkYTQyZDgxMGUtMjlhYy00MzZkLTkxOGItZjA2NmRhOTY4ZjVm2AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&dest_id=8400131;dest_type=hotel;dist=0;group_adults=2;group_children=0;hapos=1;hpos=1;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1666063405;srpvid=8e8d17d6899a02d8;type=total;ucfs=1&#hotelTmpl"><img src="hp/1.png" height = "600" width = "400"></th>
<th><a href="https://www.booking.com/hotel/in/shantiniketan-kalga.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4Aoi4uJoGwAIB0gIkYTQyZDgxMGUtMjlhYy00MzZkLTkxOGItZjA2NmRhOTY4ZjVm2AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&dest_id=8400131;dest_type=hotel;dist=0;group_adults=2;group_children=0;hapos=4;hpos=4;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1666063405;srpvid=8e8d17d6899a02d8;type=total;ucfs=1&#hotelTmpl"><img src="hp/2.png" height = "600" width = "400"></th>
<th><a href="https://www.booking.com/hotel/in/gypsy-house.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4Aoi4uJoGwAIB0gIkYTQyZDgxMGUtMjlhYy00MzZkLTkxOGItZjA2NmRhOTY4ZjVm2AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&dest_id=8400131;dest_type=hotel;dist=0;group_adults=2;group_children=0;hapos=3;hpos=3;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1666063405;srpvid=8e8d17d6899a02d8;type=total;ucfs=1&#hotelTmpl"><img src="hp/3.png" height = "600" width = "400"></th>
<th><a href="https://www.booking.com/hotel/in/zevibes-cafe-amp-homestay.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4Aoi4uJoGwAIB0gIkYTQyZDgxMGUtMjlhYy00MzZkLTkxOGItZjA2NmRhOTY4ZjVm2AIE4AIB&sid=3386e01e30a8dc2b5b727aec023a3223&dest_id=8400131;dest_type=hotel;dist=0;group_adults=2;group_children=0;hapos=7;hpos=7;no_rooms=1;req_adults=2;req_children=0;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1666063405;srpvid=8e8d17d6899a02d8;type=total;ucfs=1&#hotelTmpl"><img src="hp/4.png" height = "600" width = "400"></th>
</tr>
</table>
<br>
<h3 style = "margin-right : 40px;margin-left : 40px;">Itinerary Details :</h3><br>
<p style="margin-right : 40px;margin-left : 40px;">Sightseeing in Shimla: Pinjore Gardens,Kufri,Mall road,Shimla Church,Scandal point,Gaeity Theatre,Townhall.
Sightseeing in Manali: Vashishth Kund,Hadimba Temple,Tibetan Monastery,Solang Valley.<br><br>
Shimla - 2 Nights Stay<br><br>
Day 1:Sightseeing In Shimla
Check in to Hotel Woodrina, 3 Star<br><br>
Day 2:Private AC Sedan - AC for sightseeing in & around Shimla
Sightseeing In Shimla
Day Meals: Breakfast : Included at Hotel<br><br>
Day 3:Checkout from Hotel in Shimla
Breakfast : Included at Hotel
Shimla to Manali<br><br>
Manali - 3 Nights Stay<br><br>
Day 3:Check in to Kapoor Resort by DLS Hotels, 3 Star<br><br>
Day 4:Private AC Sedan - AC for sightseeing in & around Manali
Sightseeing In Manali
Breakfast : Included at Hotel<br><br>
Day 5:Private AC Sedan - AC for sightseeing in & around Manali
Sightseeing In Manali
Day Meals: Breakfast : Included at Hotel<br><br>
Day 6:Day Meals: Breakfast : Included at Hotel
Checkout from Hotel in Manali<br><br>
Prices: Budget per person (Rs.8,000 - Rs.1,08,000)</p>
<br><br>
</div>
</div>
</body>
</html>