-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
789 lines (680 loc) · 28.5 KB
/
index.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
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
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap" rel="stylesheet">
<title>Document</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="topRow">
<div class="topLogo">
<img src="https://www.tourmyindia.com/imgnew/inner_logo.png"/>
</div>
<div class="gap">
<div class="gap1">
<h4>Destinations</h4>
</div>
<div class="gap1">
<h4>Holiday Ideas</h4>
</div>
<div class="gap1">
<h4>Packages</h3>
</div>
<div class="gap1">
<h4>Places to Stay</h4>
</div>
<div class="gap1">
<h4>Weekend Gateways</h4>
</div>
</div>
<div class="topRightCorner">
<div class="gap2">
<h4 class="gap1">Medical Tourism</h4>
</div>
<div class="trcImg">
<img src="https://www.tourmyindia.com/imgnew/medical-tourism.svg"/>
</div>
<div class="U2">
<h4 class="gap1">MICE</h4>
</div>
<div class="trcImg">
<img src="https://www.tourmyindia.com/imgnew/mics.svg"/>
</div>
<div class="gap2">
<h4 class="gap1">Destination Weddings</h4>
</div>
<div class="trcImg">
<img src="https://www.tourmyindia.com/imgnew/destinaton-wedding.svg"/>
</div>
</div>
</div>
<!-- Top lining (Right) -->
<div class="topLining">
<div></div>
</div>
<!-- Top lining (Left) -->
<div class="topLiningLeft">
<div></div>
</div>
<!-- Next Portion -->
<div class="doIt">
<div>
<div class="Nimg">
<img src="https://www.tourmyindia.com/imgnew/banner-img.webp"/>
</div>
<div class="textOverImg">
<h3>Chardham Yatra</h3>
<h3>Package 2022</h3>
<h6>11 Nights - 12 Days</h6>
</div>
</div>
<!-- Text Content -->
<div clas="doItAgain">
<div class="doItAgain2">
<div>
<h1 class="doItAgain2Text">Let us plan you a</h1>
<h1 class="doItAgain2Text">perfect <strong>India Holiday</strong></h1>
</div>
<div>
<h3 class="doItAgain2Text2">Personalised, well-crafted tour packages for best experiences</h3>
</div>
</div>
<!-- Series of Photos -->
<div id="wall">
<div id="nice">
<div class="logo">
<img src="https://www.tourmyindia.com/imgnew/wildlife-tour.svg"/>
</div>
<div class="text">
Wildlife
</div>
<div class="text1">
70+ Packages
</div>
<div class="photo">
<img src="https://i.ibb.co/XC2trhw/tiger.webp"/>
</div>
</div>
<div id="nice">
<div class="logo">
<img src="https://www.tourmyindia.com/imgnew/heritage-tour.svg"/>
</div>
<div class="text">
Heritage
</div>
<div class="text1">
25+ Packages
</div>
<div class="photo">
<img src="https://i.ibb.co/C8DHNW1/heritage.webp"/>
</div>
</div>
<div id="nice">
<div class="logo">
<img src="https://www.tourmyindia.com/imgnew/tracking-to.svg"/>
</div>
<div class="text">
Trekking
</div>
<div class="text1">
70+ Packages
</div>
<div class="photo">
<img src="https://i.ibb.co/XyxrDM5/trekking.webp"/>
</div>
</div>
</div>
<!-- Two circles with arrows -->
<div class="arrowDiv">
<div class="arrow">←</div>
<div class="arrow">→</div>
</div>
</div>
</div>
<!-- Next Down Layout 1 -->
<div class="firstNextDownLayout">
<div class="nextDownLayout1">
<div class="nextDownLayoutTitleDiv">
<h3 class="nextDownLayoutTitle">Top Trending India Holiday Destinations</h3>
</div>
<div class="viewAll">
<div>View All Tours</div>
</div>
<div class="nextArrowDiv">
<div class="arrow">←</div>
<div class="arrow">→</div>
</div>
</div>
<div class="letsSee">
<div class="letsSeeDiv">
<div class="nextDownLayout1Img">
<img src="https://www.tourmyindia.com/imgnew/tranding-img.webp"/>
</div>
<div class="nextDownLayout1Img">
<h4>Rajastan</h4>
<h5>80 Tour Packages</h5>
</div>
</div>
<div class="letsSeeDiv">
<div class="nextDownLayout1Img">
<img src="https://www.tourmyindia.com/imgnew/Himanchal.webp"/>
</div>
<div class="nextDownLayout1Img">
<h4>Himanchal</h4>
<h5>25 Tour Packages</h5>
</div>
</div>
<div class="letsSeeDiv">
<div class="nextDownLayout1Img">
<img src="https://www.tourmyindia.com/imgnew/kashmir0.webp"/>
</div>
<div class="nextDownLayout1Img">
<h4>Kashmir</h4>
<h5>100 Tour Packages</h5>
</div>
</div>
<div class="letsSeeDiv">
<div class="nextDownLayout1Img">
<img src=" https://www.tourmyindia.com/imgnew/sikkim0.webp"/>
</div>
<div class="nextDownLayout1Img">
<h4>Sikkim</h4>
<h5>30 Tour Packages</h5>
</div>
</div>
<div class="letsSeeDiv">
<div class="nextDownLayout1Img">
<img src=" https://www.tourmyindia.com/imgnew/uttrakhand.webp"/>
</div>
<div class="nextDownLayout1Img">
<h4>Uttarakhand</h4>
<h5>80 Tour Packages</h5>
</div>
</div>
</div>
</div>
<!-- Second Down Layout -->
<div class="firstNextDownLayout">
<div class="nextDownLayout1">
<div class="nextDownLayoutTitleDiv">
<h3 class="nextDownLayoutTitle">Top Trending International Holiday Destinations</h3>
</div>
<div class="viewAll">
<div>View All Tours</div>
</div>
<div class="nextArrowDiv">
<div class="arrow">←</div>
<div class="arrow">→</div>
</div>
</div>
<div class="letsSee">
<div class="letsSeeDiv">
<div class="nextDownLayout1Img">
<img src="https://www.tourmyindia.com/imgnew/bhutan.webp"/>
</div>
<div class="nextDownLayout1Img">
<h4>Bhutan</h4>
<h5>45 Tour Packages</h5>
</div>
</div>
<div class="letsSeeDiv">
<div class="nextDownLayout1Img">
<img src="https://www.tourmyindia.com/imgnew/nepal.webp"/>
</div>
<div class="nextDownLayout1Img">
<h4>Nepal</h4>
<h5>40 Tour Packages</h5>
</div>
</div>
<div class="letsSeeDiv">
<div class="nextDownLayout1Img">
<img src="https://www.tourmyindia.com/imgnew/maldives.webp"/>
</div>
<div class="nextDownLayout1Img">
<h4>Maldives</h4>
<h5>10 Tour Packages</h5>
</div>
</div>
<div class="letsSeeDiv">
<div class="nextDownLayout1Img">
<img src="https://www.tourmyindia.com/imgnew/srilanka.webp"/>
</div>
<div class="nextDownLayout1Img">
<h4>Sri Lanka</h4>
<h5>30 Tour Packages</h5>
</div>
</div>
<div class="letsSeeDiv">
<div class="nextDownLayout1Img">
<img src="https://www.tourmyindia.com/imgnew/dubai.webp"/>
</div>
<div class="nextDownLayout1Img">
<h4>Dubai</h4>
<h5>15 Tour Packages</h5>
</div>
</div>
</div>
</div>
<!-- Third Down Layout -->
<div class="firstNextDownLayout">
<div class="nextDownLayout1">
<div class="nextDownLayoutTitleDiv">
<h3 class="nextDownLayoutTitle extendDivSize">Trending Tour Packages</h3>
</div>
<div class="uniqDiv">
<div class="uniqDivWhite"></div>
</div>
<div class="nextDownLayoutTitleDivText extendDivSize">
<h5>India Destinations</h5>
</div>
<div class="uniqDiv1"></div>
<div class="nextDownLayoutTitleDivText extendDivSize">
<h5>International Destinations</h5>
</div>
<div class="viewAll adjustViewAll">
<div>View All Tours</div>
</div>
<div class="nextArrowDiv">
<div class="arrow">←</div>
<div class="arrow">→</div>
</div>
</div>
<div class="letsSee">
<div class="letsSeeDiv">
<div class="nextDownLayout1Img">
<img src="https://www.tourmyindia.com/imgnew/classical-india-tour.webp"/>
</div>
<div class="nextDownLayout1Img thirdLayoutText">
<h5>11 Nights - 12 Days</h5>
<h4>Classical India Tour</h4>
</div>
</div>
<div class="letsSeeDiv">
<div class="nextDownLayout1Img">
<img src="https://www.tourmyindia.com/imgnew/golden-triangle-tour-with-ranthambore.webp"/>
</div>
<div class="nextDownLayout1Img thirdLayoutText">
<h5>8 Nights - 9 Days</h5>
<h4>Golden Triangle Tour With Ranthambore</h4>
</div>
</div>
<div class="letsSeeDiv">
<div class="nextDownLayout1Img">
<img src="https://www.tourmyindia.com/imgnew/kahmir-tour-package.webp"/>
</div>
<div class="nextDownLayout1Img thirdLayoutText">
<h5>5 Nights - 6 Days</h5>
<h4>Kashmir Tour Package</h4>
</div>
</div>
<div class="letsSeeDiv">
<div class="nextDownLayout1Img">
<img src="https://www.tourmyindia.com/imgnew/gujrat-classic-tour.webp"/>
</div>
<div class="nextDownLayout1Img thirdLayoutText">
<h5>12 Nights - 13 Days</h5>
<h4>Gujarat Classical Tour</h4>
</div>
</div>
<div class="letsSeeDiv">
<div class="nextDownLayout1Img">
<img src="https://www.tourmyindia.com/imgnew/kaziranga-tour-with-meghalya.webp"/>
</div>
<div class="nextDownLayout1Img thirdLayoutText">
<h5>6 Nights - 7 Days</h5>
<h4>Kaziranga Tour With Meghalaya</h4>
</div>
</div>
<div class="letsSeeDiv">
<div class="nextDownLayout1Img">
<img src="https://www.tourmyindia.com/imgnew/best-of-arunachal.webp"/>
</div>
<div class="nextDownLayout1Img thirdLayoutText">
<h5>8 Nights - 9 Days</h5>
<h4>Best Of Arunachal Tour</h4>
</div>
</div>
</div>
</div>
<!-- Fourth Row -->
<div class="fourthRow">
<div class="fourthRowImg">
<img src="https://www.tourmyindia.com/imgnew/kashmir-packages.webp"/>
</div>
<div class="fourthRowArrow">
<div class="arrow1">←</div>
</div>
<div class="fourthRowArrow2">
<div class="arrow1">→</div>
</div>
</div>
<!-- Fifth Row -->
<div class="fifthRow">
<h3>Themes You Can Explore</h3>
</div>
<div class="themesGallery">
<div class="themes">
<div class="themesImg">
<img src="https://www.tourmyindia.com/imgnew/wildlife-tour.svg"/>
</div>
<h3>WILDLIFE</h3>
</div>
<div class="themes">
<div class="themesImg">
<img src="https://www.tourmyindia.com/imgnew/heritage-tour.svg"/>
</div>
<h3>HERITAGE</h3>
</div>
<div class="themes">
<div class="themesImg">
<img src="https://www.tourmyindia.com/imgnew/pilgrimage-tour-01.svg"/>
</div>
<h3>PILGRIMAGE</h3>
</div>
<div class="themes">
<div class="themesImg">
<img src="https://www.tourmyindia.com/imgnew/hill-station-tour.svg"/>
</div>
<h3>HILL STATION</h3>
</div>
<div class="themes">
<div class="themesImg">
<img src="https://www.tourmyindia.com/imgnew/adventure-tour.svg"/>
</div>
<h3>ADVENTURE</h3>
</div>
<div class="themes">
<div class="themesImg">
<img src="https://www.tourmyindia.com/imgnew/beach-tour.svg"/>
</div>
<h3>BEACH</h3>
</div>
</div>
<!-- Sixth Down Layout -->
<div class="firstNextDownLayout contentMargin">
<div class="nextDownLayout1">
<div class="nextDownLayoutTitleDiv">
<h3 class="nextDownLayoutTitle extendDivSize extendDivSize2">Experience Luxury Travel In India</h3>
</div>
</div>
<div class="letsSee">
<div class="letsSeeDiv">
<div class="nextDownLayout1Img">
<img src="https://www.tourmyindia.com/imgnew/maharaja-express1.webp"/>
<div class="sixthText">
<h3>Best Deals</h3>
<h4>MAHARAJA EXPRESS</h4>
</div>
</div>
</div>
<div class="letsSeeDiv">
<div class="nextDownLayout1Img">
<img src="https://www.tourmyindia.com/imgnew/golden-chariot.webp"/>
<div class="sixthText">
<h3>Best Deals</h3>
<h4>GOLDEN CHARIOT</h4>
</div>
</div>
</div>
<div class="letsSeeDiv">
<div class="nextDownLayout1Img">
<img src="https://www.tourmyindia.com/imgnew/palace-on-wheels0.webp"/>
<div class="sixthText">
<h3>Best Deals</h3>
<h4>PALACE OF WHEELS</h4>
</div>
</div>
</div>
<div class="letsSeeDiv">
<div class="nextDownLayout1Img">
<img src="https://www.tourmyindia.com/imgnew/deccan-odyssey0.webp"/>
<div class="sixthText">
<h3>Best Deals</h3>
<h4>DECCAN ODYSEEY</h4>
</div>
</div>
</div>
<div class="letsSeeDiv">
<div class="nextDownLayout1Img">
<img src="https://www.tourmyindia.com/imgnew/Luxury-Packages.webp"/>
<div class="sixthText">
<h3>Best Deals</h3>
<h4>LUXURY PACKAGES</h4>
</div>
</div>
</div>
</div>
</div>
<!-- Seventh Next Down Layout -->
<div class="firstNextDownLayout">
<div class="nextDownLayout1">
<div class="nextDownLayoutTitleDiv">
<h3 class="nextDownLayoutTitle">Weekend Destinations</h3>
</div>
<div class="viewAll">
<div>View All Tours</div>
</div>
<div class="nextArrowDiv">
<div class="arrow">←</div>
<div class="arrow">→</div>
</div>
</div>
<div class="letsSee">
<div class="letsSeeDiv">
<div class="nextDownLayout1Img">
<img src="https://www.tourmyindia.com/imgnew/tranding-img.webp"/>
</div>
<div class="nextDownLayout1Img">
<h4>Delhi Weekend Gateways</h4>
<h5>25 Tour Packages</h5>
</div>
</div>
<div class="letsSeeDiv">
<div class="nextDownLayout1Img">
<img src="https://www.tourmyindia.com/imgnew/Himanchal.webp"/>
</div>
<div class="nextDownLayout1Img">
<h4>Mumbai Weekend Gateways</h4>
<h5>20 Tour Packages</h5>
</div>
</div>
<div class="letsSeeDiv">
<div class="nextDownLayout1Img">
<img src="https://www.tourmyindia.com/imgnew/kashmir0.webp"/>
</div>
<div class="nextDownLayout1Img">
<h4>Cheenai Weekend Gateways</h4>
<h5>25 Tour Packages</h5>
</div>
</div>
<div class="letsSeeDiv">
<div class="nextDownLayout1Img">
<img src=" https://www.tourmyindia.com/imgnew/sikkim0.webp"/>
</div>
<div class="nextDownLayout1Img">
<h4>Bangalore Weekend Gateways</h4>
<h5>25 Tour Packages</h5>
</div>
</div>
<div class="letsSeeDiv">
<div class="nextDownLayout1Img">
<img src=" https://www.tourmyindia.com/imgnew/uttrakhand.webp"/>
</div>
<div class="nextDownLayout1Img">
<h4>Hyderabad Weekend Gateways</h4>
<h5>25 Tour Packages</h5>
</div>
</div>
</div>
</div>
<!-- Eighth Next Row Layout -->
<div class="eighthNextRow">
<div class="eightNextRowImg">
<img src="https://www.tourmyindia.com/imgnew/about-incrdble.webp"/>
</div>
<div>
<div class="aboutSection">
<div class="overview">
<h4>OVERVIEW</h4>
<h3>About Incredible India</h3>
</div>
<div class="knowMoreAbout">
<h3>KNOW MORE ABOUT TMI     →</h3>
</div>
</div>
<div class="aboutPara">
<div class="paraLeft">
<p>Interesting and Intriguing, India offers incredible holiday experiences through its cultural, topography, and wildlife diversity. With these amazing and unique experiences, this south Asian country conveniently finds its way into the world tourism map as one of the finest destinations for a holistic vacation.</p>
<p>India establishes its identity as the country of architectural masterpieces, making it an ideal travel destination to plan a heritage tour in the world. While Taj Mahal makes for the major draw on an India tour, there are a plethora of monuments and edifices in every India travel guide displaying the fine architecture and grandiose of different eras in the country.</p>
<p>The diverse Indian topography adorned with the impressive Himalayas; long stretches of coastline; expansive hot, cold and white salt deserts; dense forests; alpine meadows and lakes; and scenic waterfalls pique the tourists’ interest.</p>
</div>
<div class="paraLeft">
<p>Along with the best nature sightseeing tours, India offers an opportunity to visitors to have a little adventure of their own. The numerous spell-binding and less-trodden trails give trekking tour opportunities in South Asia unlike any other.</p>
<p>India Tours offers a chance to explore its biodiversity in the country's many national parks and wildlife reserves. An enthralling experience entails in the India wildlife tour packages that take tourists to the habitats of Royal Bengal Tigers, one-horned rhinos, and snow leopards amongst many rare, endangered, and unique species of flora and fauna.</p>
<div class="quickLinks">
<h4>Quick Links</h4>
<ul>
<li>Kumbh Mela Haridwar</li>
<li>Peak Climbing In India</li>
<li>Buddhism In India</li>
<li>Yoga And Meditation</li>
<li>Fair And Festivals In India</li>
<li>Maps Of India</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Why Choose Us? -->
<div class="main">
<h3>Why Choose Us?</h3>
<div class="mainText">
<p>More Than 20 Years Of Experience, Variety Of Tour Packages, Best Deals And Personalised Services.</p>
</div>
<div class="mainClass">
<div class="whyChooseExpert">
<div class="whyChooseExpertImg">
<img src="https://www.tourmyindia.com/imgnew/experience.svg"/>
</div>
<div class="details">
<h4>Experience</h4>
<p>Our dedicated travel team diligently works round-the-clock to design the best travel experiences for the customers. The skilled team spends considerable amounts of time ideating tour packages that guarantee to make travelling with us an experience like no other. We select the finest hotels in every category, boast an excellent personal fleet of vehicles for transportation.</p>
</div>
</div>
<div class="whyChooseExpert">
<div class="whyChooseExpertImg">
<img src=" https://www.tourmyindia.com/imgnew/positive-customer-feedback.svg"/>
</div>
<div class="details">
<h4>Positive Customer Feedback</h4>
<p>We're truly humbled to have received volumes of positive customer feedback for our services. This appreciation from our prestigious clients is more valuable than any award for us. As a customer-driven travel company, our priority has always been their satisfaction. Therefore, our dedicated team of experts endeavours to achieve the goal of making our customers happy.</p>
</div>
</div>
<div class="whyChooseExpert">
<div class="whyChooseExpertImg">
<img src="https://www.tourmyindia.com/imgnew/recognition-tour-01.svg"/>
</div>
<div class="details">
<h4>Recognition</h4>
<p>We are proud to be accredited by major tour and travel associations in India and world like IATA, IATO, TAAI, IMF, MOT (Ministry of Tourism, Govt of India), and TOFT. It is an honour for us to be able to be a part of crucial initiatives towards safeguarding animal rights, protection of endangered species, and responsible mountaineering and trekking ventures.</p>
</div>
</div>
</div>
</div>
<!-- Sticky Box -->
<section id="stickyBox">
<div class="last">
<div class="elem1">
<img src="https://www.tourmyindia.com/imgnew/india-tour.svg"/>
<h3>India Tours</h3>
</div>
<div class="elem1">
<img src="https://www.tourmyindia.com/imgnew/international-tour.svg"/>
<h3>International Tours</h3>
</div>
<div class="elem1">
<img src="https://www.tourmyindia.com/imgnew/destinaton-wedding.svg"/>
<h3>Destination Weddings</h3>
</div>
<div class="elem1">
<img src="https://www.tourmyindia.com/imgnew/medical-tourism.svg"/>
<h3>Medical tourism</h3>
</div>
</div>
</section>
<!-- <div class="socialMediaLogo">
<img src="https://i.ibb.co/V2wJmXD/instagram-Logo.png"/>
</div> -->
<!-- Footer -->
<!-- <footer class="footerClass">
<div class="mainSection">
<h3>IN THE MAIN SECTION</h3>
<ul class="list">
<li>Register Your Hotel<sup>New</sup></li>
<li>Package Tours</li>
<li>Fixed Depature Tours</li>
<li>Top Tourist Attractions of India</li>
<li>States of India</li>
<li>Best Hotel Chains in India</li>
<li>Top Travel Destinations</li>
<li>Corporate Tour</li>
<li>Book A Hotel</li>
<li>Rent A Car</li>
<li>Air Tickets</li>
<li>Company Profile</li>
<li>Testimonials</li>
<li>Contact</li>
<li>Blog</li>
<li>Kumbh Mela-2021</li>
</ul>
</div>
<div class="legal">
<h3>LEGAL POLICY</h3>
<ul class="list">
<li>Terms & Conditions</li>
<li>Disclaimer</li>
<li>Privacy Policy</li>
<li>We are Hiring</li>
<li>Share Your Travel Experience</li>
</ul>
</div>
<div class="social">
<h3>Social Media</h3>
<div class="socialMedia">
<div class="socialMediaLogo">
<img src="https://i.ibb.co/V2wJmXD/instagram-Logo.png"/>
</div>
<div class="socialMediaLogo">
<img src="https://i.ibb.co/V2wJmXD/instagram-Logo.png"/>
</div>
<div class="socialMediaLogo">
<img src="https://i.ibb.co/V2wJmXD/instagram-Logo.png"/>
</div>
<div class="socialMediaLogo">
<img src="https://i.ibb.co/V2wJmXD/instagram-Logo.png"/>
</div>
<div class="socialMediaLogo">
<img src="https://i.ibb.co/V2wJmXD/instagram-Logo.png"/>
</div>
<div class="socialMediaLogo">
<img src="https://i.ibb.co/y0WYMYJ/youtube.png"/>
</div>
</div>
</div>
</footer>
<div class="socialMediaLogo">
<img src="https://i.ibb.co/V2wJmXD/instagram-Logo.png"/>
</div>
manish
manis\
manishmanis
mainSection
mahisn -->
</body>
</html>