-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplace.html
executable file
·655 lines (644 loc) · 42.3 KB
/
place.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Shaz Holidays</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="robots" content="noindex, nofollow">
<link rel="icon" type="image/png" href="https://static.surveysparrow.com/site/assets/temporary/travel/icon.png" />
<link href="https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/owl.carousel.min.css">
<link rel="stylesheet" type="text/css" href="css/owl.theme.default.min.css">
<link rel="stylesheet" type="text/css" href="https://unpkg.com/[email protected]/dist/aos.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="#">
<img src="https://static.surveysparrow.com/site/assets/temporary/travel/logo.png" width="156"
class="img-responsive" 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 active">
<a class="nav-link" href="#">International packages</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Indian Packages</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Destinations</a>
</li>
</ul>
<div class="my-lg-0 navbar-right">
<div class="d-flex flex-row sh-social--row">
<a href="#!" class="sh-social--item mlr--lg">
<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M11 20.1667H1.83333C1.3731 20.1667 1 19.7936 1 19.3333V1.83333C1 1.3731 1.3731 1 1.83333 1H19.3333C19.7936 1 20.1667 1.3731 20.1667 1.83333V19.3333C20.1667 19.7936 19.7936 20.1667 19.3333 20.1667H14.3333V12.6667H16.4658C16.6772 12.6683 16.8563 12.5114 16.8825 12.3017L17.195 9.80167C17.2099 9.68252 17.1727 9.56274 17.0928 9.47303C17.013 9.38332 16.8984 9.33241 16.7783 9.33333H14.3333V8.2375C14.3343 7.46206 14.9629 6.83379 15.7383 6.83333H17.25C17.4801 6.83333 17.6667 6.64679 17.6667 6.41667V3.91667C17.6667 3.68655 17.4801 3.5 17.25 3.5H15.7383C13.1229 3.50275 11.0032 5.62206 11 8.2375V9.33333H8.91667C8.68655 9.33333 8.5 9.51988 8.5 9.75V12.25C8.5 12.4801 8.68655 12.6667 8.91667 12.6667H11V20.1667Z"
stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round" />
</svg>
</a>
<a href="#!" class="sh-social--item mlr--lg">
<svg width="22" height="19" viewBox="0 0 22 19" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M21 3.88133L19.1818 3.42678L20.0909 1.6086L17.8509 2.24496C16.6623 1.13606 14.9281 0.840189 13.439 1.49225C11.9499 2.14431 10.9912 3.61941 11 5.24496V6.15405C7.78273 6.81769 4.96909 5.06314 2.36364 2.06314C1.90909 4.48739 2.36364 6.30557 3.72727 7.51769L1 7.06314C1.36818 8.94405 2.23818 10.4268 4.63636 10.6995L2.36364 11.6086C3.27273 13.4268 4.69636 13.7086 6.90909 13.8813C5.18811 15.111 3.11457 15.749 1 15.6995C12.5955 20.8531 19.1818 13.2777 19.1818 6.6086V5.40133L21 3.88133Z"
stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round" />
</svg>
</a>
<a href="#!" class="sh-social--item mlr--lg">
<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M14.1667 1H7C3.68629 1 1 3.68629 1 7V14.1667C1 17.4804 3.68629 20.1667 7 20.1667H14.1667C17.4804 20.1667 20.1667 17.4804 20.1667 14.1667V7C20.1667 3.68629 17.4804 1 14.1667 1Z"
stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round" />
<path
d="M10.5833 15.5833C13.3448 15.5833 15.5833 13.3448 15.5833 10.5833C15.5833 7.8219 13.3448 5.58333 10.5833 5.58333C7.82192 5.58333 5.58334 7.8219 5.58334 10.5833C5.58334 13.3448 7.82192 15.5833 10.5833 15.5833Z"
stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round" />
<path
d="M16.4167 6C17.107 6 17.6667 5.44036 17.6667 4.75C17.6667 4.05964 17.107 3.5 16.4167 3.5C15.7263 3.5 15.1667 4.05964 15.1667 4.75C15.1667 5.44036 15.7263 6 16.4167 6Z"
stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round" />
</svg>
</a>
<a href="#!" class="sh-social--item mlr--lg">
<svg width="22" height="17" viewBox="0 0 22 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M21 3.39999V14.4933C21 15.4359 20.2538 16.2 19.3333 16.2H2.66667C1.74619 16.2 1 15.4359 1 14.4933V3.39999"
stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M21 3.40915V2.6061C21 1.71908 20.2538 1 19.3333 1H2.66667C1.74619 1 1 1.71908 1 2.6061V3.40915L9.66667 8.6338C10.4773 9.12207 11.506 9.12207 12.3167 8.6338L21 3.40915Z"
stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round" />
</svg>
</a>
</div>
<a href="#!" class="sh-button sh-button--primary">Talk to Expert</a>
</div>
</div>
</nav>
<section class="sh-place-banner--wrapper d-flex flex-row justify-content-center align-items-end" style="background-image: url('https://static.surveysparrow.com/site/assets/temporary/travel/place-banner.png');">
<a href="details.html" class="sh-button sh-button--secondary wmb--lg">Explore Now</a>
</section>
<section class="sh-place--section" data-aos="fade-up" data-aos-duration="1000">
<div class="container">
<div class="row flex-row justify-content-center">
<div class="col-12 col-sm-12 col-lg-10">
<div class="row flex-row justify-content-between">
<div class="col-12 col-md-5 position-relative">
<svg class="sh-place--title-svg" width="122" height="79" viewBox="0 0 122 79" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M121.885 43.3789C113.405 50.0829 85.5976 47.7168 79.8784 49.4914C65.2845 53.6321 60.7485 58.3643 58.382 76.3074C65.6789 71.1808 74.7508 74.5328 82.8366 75.1244C92.6973 76.1102 103.741 76.1103 109.461 71.378C115.574 66.2514 122.674 59.3502 121.885 43.3789Z"
fill="black" />
<path
d="M4.93674 68.8148C12.4309 69.2092 41.027 58.3644 48.324 55.9983C65.0873 49.8858 68.4399 42.1959 73.1731 39.6326C79.2867 36.2806 82.6394 40.027 87.5697 46.1395C86.3864 46.3366 85.992 46.9282 83.8227 47.7169C81.4561 48.5056 80.0756 51.4633 78.8923 54.2237C76.7229 58.5616 71.5953 74.9273 56.0154 78.2793C34.5189 82.6172 6.12002 54.6181 0.400792 51.6604C-0.585282 56.9842 0.00636834 63.8854 4.93674 68.8148Z"
fill="#666666" />
<path
d="M0.59803 51.8574C-0.585259 56.984 0.203594 63.8852 4.93675 68.8147C7.69776 68.8147 13.0226 67.6316 19.3334 65.857C10.2616 59.5473 3.16182 53.0405 0.59803 51.8574Z"
fill="black" />
<path
d="M78.4979 55.6038C71.9898 52.2518 68.4399 60.5333 64.4956 64.8712C59.368 70.3921 56.607 72.3639 48.9156 73.9413C44.5769 74.73 40.4354 73.5469 38.8577 76.3074C44.7741 78.6735 50.6906 79.6594 56.0154 78.4764C70.6093 75.3215 76.3285 61.1248 78.4979 55.6038Z"
fill="#FF0000" />
<path
d="M84.2171 47.7168C85.7948 47.3224 88.9502 46.5337 89.1474 46.3365C88.753 46.1394 86.5837 44.1676 85.0059 43.3789C84.0199 44.7591 83.6254 46.7309 84.2171 47.7168Z"
fill="black" />
<path
d="M22.8833 0C25.8415 16.1685 50.0989 22.8725 60.5513 50.0829C54.6349 65.6599 41.4215 64.2796 33.3356 61.322C32.5468 55.0123 29.983 52.0547 24.8554 45.5478C19.9251 39.041 15.3891 36.4777 13.6142 29.3793C12.2337 21.4923 15.5863 13.0137 22.8833 0Z"
fill="black" />
<path
d="M80.2727 43.9705C79.8783 44.7592 78.8923 45.1535 78.1034 44.7592C77.3145 44.562 76.9201 43.5761 77.3145 42.5902C77.709 41.8015 78.695 41.6044 79.4839 41.8015C80.2728 42.1959 80.47 43.1817 80.2727 43.9705Z"
fill="black" />
</svg>
<h2 class="sh--40 wmb--xl wpb--xl">Best Malaysia <br /><b>Packages</b></h2>
<p>
If you are looking for an exotic Malaysia Tour Package, you have landed on the right page! Go easy on
yourself if you are having a hard time choosing from the most attractive spots for your Tour package to
Malaysia. We have got you covered! Seasonz India Holidays have crafted Malaysia budget tour packages to
best fit your pocket!
</p>
<svg class="sh-place--desc-svg" width="433" height="364" viewBox="0 0 433 364" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M254.559 275.259C263.237 274.273 293.213 256.724 300.707 252.584C318.654 243.119 320.232 233.063 325.359 229.711C332.656 225.373 339.559 231.091 343.898 232.471C341.531 233.655 336.403 238.387 334.628 245.091C333.248 250.415 330.684 269.738 313.724 276.245C290.65 285.118 253.573 258.696 246.473 256.921C246.079 263.231 248.248 270.724 254.559 275.259Z"
fill="#666666" />
<path
d="M246.473 257.119C246.079 263.231 248.248 270.724 254.559 275.259C257.912 274.865 263.631 272.301 270.139 268.949C259.095 263.823 249.826 258.105 246.473 257.119Z"
fill="black" />
<path
d="M332.853 253.372C332.065 252.386 331.079 251.598 329.106 250.809C325.359 249.429 322.598 251.795 318.457 256.921C313.132 263.428 308.202 265.597 300.116 268.555C295.777 270.329 292.227 273.287 292.424 277.033C299.919 278.611 307.61 279.202 313.921 276.639C325.359 271.71 330.29 261.259 332.853 253.372Z"
fill="#FF0000" />
<path
d="M241.74 221.035C258.701 226.359 288.086 223.401 316.485 240.359C319.443 253.175 293.805 268.358 285.127 261.259C281.183 259.485 276.647 259.879 264.814 254.95C255.742 251.006 244.107 244.499 241.74 221.035Z"
fill="black" />
<path
d="M334.234 233.457C334.037 234.443 332.854 234.838 331.867 234.64C330.881 234.246 330.487 233.26 330.684 232.274C331.079 231.288 332.065 230.894 333.051 231.091C334.037 231.288 334.431 232.472 334.234 233.457Z"
fill="black" />
<path d="M339.362 230.5L340.348 235.429L345.081 232.866L339.362 230.5Z" fill="black" />
<path
d="M165.812 216.303C177.054 210.782 186.323 188.304 187.703 181.994C191.45 166.614 198.747 157.15 222.413 154.192C215.116 165.826 215.116 184.755 213.736 195.205C212.158 206.247 205.65 213.148 198.155 216.697C190.07 220.838 181.984 224.584 165.812 216.303Z"
fill="black" />
<path
d="M123.805 252.781C131.497 249.034 153.388 222.021 158.91 215.711C172.518 200.529 170.743 190.276 174.095 184.952C177.053 180.022 182.576 179.037 187.111 181.206C189.281 182.191 192.239 182.586 193.62 183.374C192.042 185.149 187.506 189.684 188.295 196.98C189.084 202.303 193.225 221.43 179.617 233.26C161.276 249.823 117.1 238.19 109.803 238.781C111.381 244.499 116.311 250.809 123.805 252.781Z"
fill="#666666" />
<path
d="M109.803 238.781C111.381 244.697 116.311 250.809 123.805 252.781C126.566 251.598 131.3 246.865 136.427 241.542C123.805 240.556 112.959 238.584 109.803 238.781Z"
fill="black" />
<path
d="M179.617 233.063C188.689 225.176 189.675 213.74 189.478 205.655C188.689 205.458 188.097 205.261 187.309 205.261C183.167 204.867 181.392 209.007 180.012 215.514C178.434 223.993 175.279 228.725 168.376 233.26C164.432 235.824 161.079 237.992 161.079 241.147C168.376 239.964 174.687 237.598 179.617 233.063Z"
fill="#FF0000" />
<path
d="M151.218 145.319C148.655 163.46 168.376 176.473 172.32 203.487C171.137 211.374 161.868 225.176 148.852 227.739C147.668 223.007 152.599 222.81 138.991 203.487C133.666 195.797 132.088 186.332 132.877 178.051C133.863 169.375 138.597 156.756 151.218 145.319Z"
fill="black" />
<path
d="M184.35 184.558C184.35 185.543 183.562 186.135 182.773 186.332C181.787 186.332 180.998 185.543 180.998 184.755C180.998 183.572 181.787 182.98 182.575 182.98C183.364 182.586 184.35 183.572 184.35 184.558Z"
fill="black" />
<path d="M188.886 181.994L190.661 186.924L195 182.98L188.886 181.994Z" fill="black" />
<path
d="M42 246.033C37.7824 244.1 33.2134 232.856 31.4561 231.099C26.9749 226.355 19.8578 227.672 16.0795 233.207C19.9456 234.964 21.4393 237.951 23.5481 240.85C25.4812 243.749 26.5356 245.418 28.8201 246.736C31.8076 248.493 36.113 249.283 42 246.033Z"
fill="black" />
<path
d="M0 228.2C0.790795 231.011 0.966522 233.295 3.42677 234.964C4.56903 234.788 6.76569 233.734 9.22594 232.328C4.83264 230.484 1.23013 228.463 0 228.2Z"
fill="black" />
<path
d="M36.6402 217.306C34.8828 216.867 32.159 214.671 29.6109 216.604C27.6778 217.833 27.2385 221.699 20.4728 225.652C18.7155 226.706 13.6192 230.044 9.22592 232.416C14.5858 234.613 21.1757 236.545 25.8326 234.525C32.159 231.714 32.8619 224.334 33.3012 222.402C33.9163 219.59 35.7615 217.746 36.6402 217.306Z"
fill="#666666" />
<path
d="M25.8326 234.437C30.7531 232.241 32.2469 227.497 32.8619 224.334C32.6862 224.159 32.4226 223.983 32.159 223.895C30.841 223.192 29.3473 224.861 28.1172 227.145C26.4477 229.957 25.3933 231.011 22.318 232.241C20.3849 233.207 18.1883 233.471 18.8912 235.14C21.3515 235.491 23.7238 235.228 25.8326 234.437Z"
fill="#FF0000" />
<path
d="M24.6025 200C22.9331 204.48 27.3264 217.57 27.4142 219.942C27.5021 226.618 21.3515 230.659 14.9373 229.254C16.431 225.301 15.4644 221.962 14.8494 218.536C14.2343 215.022 13.795 213.002 14.4979 210.542C15.4644 207.379 19.1548 203.514 24.6025 200Z"
fill="black" />
<path
d="M32.8619 217.746C32.774 218.097 32.4226 218.273 32.0711 218.185C31.7196 218.185 31.5439 217.746 31.6318 217.482C31.7196 217.043 32.0711 216.867 32.3347 216.955C32.774 217.043 32.9498 217.306 32.8619 217.746Z"
fill="black" />
<path d="M34.8828 216.604L35.2343 218.448L36.9037 217.394L34.8828 216.604Z" fill="black" />
<path
d="M432.841 116.729C421.008 111.208 408.387 79.6595 403.653 74.5329C391.032 60.9276 371.113 64.674 360.463 79.8566C370.916 84.9832 375.452 93.659 380.974 101.743C386.496 109.828 389.454 114.56 395.962 118.306C404.245 123.236 416.078 125.799 432.841 116.729Z"
fill="black" />
<path
d="M322.204 85.9691C331.078 84.786 362.435 64.8712 370.521 60.5333C389.651 50.4773 390.834 36.8721 396.356 33.3229C403.653 28.1963 407.598 32.337 414.303 31.7455C411.936 32.9285 408.189 44.1676 406.612 51.4631C405.231 56.9841 403.062 77.4905 385.51 85.1804C361.252 95.4336 320.823 68.6175 313.132 67.0401C312.54 75.3215 315.104 81.434 322.204 85.9691Z"
fill="#666666" />
<path
d="M312.935 67.0402C312.737 75.1244 315.301 81.4341 322.204 85.9691C325.556 85.5748 331.67 82.6171 338.77 79.0679C326.345 73.7442 316.287 68.026 312.935 67.0402Z"
fill="black" />
<path
d="M399.709 53.0406C396.159 51.266 390.637 51.266 387.087 56.9841C382.354 64.4768 376.635 69.6034 370.718 72.1667C361.844 76.3074 361.844 81.0397 363.816 84.7861C364.21 85.7719 364.802 86.3635 365.394 87.1522C372.691 88.1381 379.396 87.9409 385.115 85.3776C396.554 80.4482 401.484 69.9978 404.048 61.9135C404.442 57.7728 402.47 54.8152 399.709 53.0406Z"
fill="#FF0000" />
<path
d="M327.134 0C334.628 18.3374 364.605 20.7036 383.735 50.2801C379.396 63.2938 364.407 71.7724 354.152 69.9978C351.786 62.7022 347.841 59.7446 340.347 53.4349C332.853 46.9281 326.739 44.7592 323.387 36.8721C319.442 28.3935 321.415 17.5487 327.134 0Z"
fill="black" />
<path
d="M403.259 35.0975C403.062 36.0833 402.076 36.6749 400.892 36.2805C399.906 36.0833 399.512 35.0975 399.709 34.1116C399.906 32.9285 400.892 32.5342 402.076 32.7313C403.062 33.1257 403.456 33.9144 403.259 35.0975Z"
fill="black" />
<path d="M408.386 31.1539L411.542 35.689L414.697 31.3511L408.386 31.1539Z" fill="black" />
<path
d="M76.801 344.835C83.5507 346.738 111.415 342.412 118.338 341.547C134.607 339.644 138.76 332.549 143.953 331.684C150.529 330.473 153.991 336.875 157.106 339.298C155.029 339.298 149.664 341.374 146.549 346.046C143.953 349.68 136.164 363.35 121.453 363.177C101.377 363.177 81.1278 332.376 76.2818 328.916C73.8588 333.241 73.5126 339.471 76.801 344.835Z"
fill="#666666" />
<path
d="M75.9356 328.916C73.8587 333.241 73.5126 339.471 76.8009 344.835C79.2239 345.527 84.5891 345.527 90.4736 344.835C83.5507 337.394 78.1855 330.3 75.9356 328.916Z"
fill="black" />
<path
d="M130.453 350.026C124.396 353.314 120.069 353.487 112.8 353.487C108.992 353.314 105.704 354.525 104.665 357.294C109.858 360.754 115.569 363.177 120.934 363.177C131.145 363.35 137.895 356.774 142.049 351.583C141.876 350.545 141.183 349.507 139.972 348.469C137.722 346.392 134.953 347.257 130.453 350.026Z"
fill="#FF0000" />
<path
d="M151.741 295C140.145 304.69 145.164 323.205 132.703 341.374C129.242 346.738 111.415 349.68 105.531 343.278C112.454 336.183 111.588 332.203 112.627 323.724C113.838 314.553 117.819 309.362 122.665 304.863C128.203 299.845 137.895 295 151.741 295Z"
fill="black" />
<path
d="M149.318 336.875C148.972 337.567 147.933 337.567 147.241 337.048C146.549 336.356 146.549 335.664 147.068 334.972C147.414 334.28 148.452 334.28 149.145 334.799C149.664 335.145 149.664 336.183 149.318 336.875Z"
fill="black" />
<path d="M153.991 336.529L153.471 340.336L157.452 339.644L153.991 336.529Z" fill="black" />
</svg>
<a class="mt--lg sh-link d-inline-block d-md-none" href="#!" onClick="handleDesc()">
Read More
<svg width="16" height="16" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16.4806 9L1.50464 9" stroke="black" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" />
<path
d="M8.50464 16.3333L16.2666 9.50065C16.3376 9.43809 16.3944 9.36115 16.4333 9.27494C16.4722 9.18873 16.4923 9.09523 16.4923 9.00065C16.4923 8.90606 16.4722 8.81256 16.4333 8.72636C16.3944 8.64015 16.3376 8.56321 16.2666 8.50065L8.50464 1.66665"
stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
</svg>
</a>
</div>
<div id="shPlaceDescription" class="col-12 col-md-5 d-none d-sm-none d-md-block">
<p>Malaysia Honeymoon Packages are one of our best selling packages for the tranquil moments it has to
gift. Ranging from the happening city Kuala Lumpur to coastal delights of gorgeous beaches and beautiful
rainforests, Malaysia is ideal for a honeymoon tour with your special one. The gorgeous caves, local
Malay flavors, and street strolls are all included in our Honeymoon Packages to Malaysia.</p>
<p>We also have Malaysia tour packages for families designed for amusing every family member. The jungle
walks, the beachside funs and escapades to the bustle of busy cities are the prime attractions included
in our Malaysia tour packages for family.</p>
<p>Take a plunge into the cosmopolitan ecstasies of this vast city with a multitude of cultures! The place
has many heavenly sides to it - the calming islands of Malay peninsula with Tropical delights, the wild
city relishes, and Borneo’s jungle and rainforest amusements. Get the Best Malaysia Tour Packages
curated by our experts. So why wait! Pack your bags right away and set out on Malaysia Tour!</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="sh-place--section" data-aos="fade-up" data-aos-duration="1000">
<div class="container">
<div class="row flex-row justify-content-center">
<div class="col-12 col-sm-9">
<h1 class="sh-40 text-center mb--lg">
<b>Popular Packages</b><br />in Malaysia
</h1>
<p class="text-center">
Exciting deals on most popular Malaysia Tour packages are listed below. Be it a solo trip, a Honeymoon Trip
to Malaysia or Malaysia tour packages for the family we have stunning offers tailor-made for exclusive
groups. Check out some of the most sought after deals here:
</p>
</div>
</div>
<div class="sh-page--packages row flex-row justify-content-center wmt--lg" data-aos="fade-up" data-aos-duration="1000">
<div class="col-12">
<div class="row sh-page--package-header ptb--sm d-none d-lg-flex">
<div class="col-12 col-lg-6">
<h4 class="sh--24 sh--white">Destination</h4>
</div>
<div class="col-2">
<h4 class="sh--24 sh--white text-center">Days</h4>
</div>
<div class="col-2">
<h4 class="sh--24 sh--white text-center">Rating</h4>
</div>
<div class="col-2">
<h4 class="sh--24 sh--white text-center">Price</h4>
</div>
</div>
<div class="row sh-page--package-item wptb--md flex-row align-items-center border-bottom">
<div class="col-12 col-lg-6">
<h4 class="sh--18">Malaysia Singapore Tour Packages</h4>
</div>
<div class="col-12 col-lg-2 text-center d-flex justify-content-between d-lg-block py-3 py-lg-0">
<h5 class="sh--18">6 Days 5 Nights</h5>
<a href="#!" class="sh--14 sh--blue">Customizable</a>
</div>
<div class="col-6 col-lg-2 text-lg-center">
<p class="sh--18 mb--zero">
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star-half-o" aria-hidden="true"></i>
</p>
<p class="sh--14 mb--zero">4.5 Star</p>
</div>
<div class="col-6 col-lg-2 text-right text-lg-center">
<h5 class="sh--24 sh--blue"><b>41,0000/-</b></h5>
</div>
</div>
<div class="row sh-page--package-item wptb--md flex-row align-items-center border-bottom">
<div class="col-12 col-lg-6">
<h4 class="sh--18">Malaysia Singapore Tour Packages</h4>
</div>
<div class="col-12 col-lg-2 text-center d-flex justify-content-between d-lg-block py-3 py-lg-0">
<h5 class="sh--18">6 Days 5 Nights</h5>
<a href="#!" class="sh--14 sh--blue">Customizable</a>
</div>
<div class="col-6 col-lg-2 text-lg-center">
<p class="sh--18 mb--zero">
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star-half-o" aria-hidden="true"></i>
</p>
<p class="sh--14 mb--zero">4.5 Star</p>
</div>
<div class="col-6 col-lg-2 text-right text-lg-center">
<h5 class="sh--24 sh--blue"><b>41,0000/-</b></h5>
</div>
</div>
<div class="row sh-page--package-item wptb--md flex-row align-items-center border-bottom">
<div class="col-12 col-lg-6">
<h4 class="sh--18">Malaysia Singapore Tour Packages</h4>
</div>
<div class="col-12 col-lg-2 text-center d-flex justify-content-between d-lg-block py-3 py-lg-0">
<h5 class="sh--18">6 Days 5 Nights</h5>
<a href="#!" class="sh--14 sh--blue">Customizable</a>
</div>
<div class="col-6 col-lg-2 text-lg-center">
<p class="sh--18 mb--zero">
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star-half-o" aria-hidden="true"></i>
</p>
<p class="sh--14 mb--zero">4.5 Star</p>
</div>
<div class="col-6 col-lg-2 text-right text-lg-center">
<h5 class="sh--24 sh--blue"><b>41,0000/-</b></h5>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="sh-place--section" data-aos="fade-up" data-aos-duration="1000">
<div class="container">
<div class="row flex-row justify-content-center wmb--lg">
<div class="col-12 col-sm-9">
<h1 class="sh-40 text-center mb--lg">
<b>Trending packages</b><br />in Malaysia
</h1>
<p class="text-center">
Low fares, ideal travel plan, and excellent real-time support are what make our Tour package deals special!
We have compiled the most trending packages in the industry which is extremely budget-friendly. Book now and
gift yourself the amazing Malaysian holidays you deserve!
</p>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="sh-card--wrapper" data-aos="fade-up" data-aos-duration="1000">
<div class="row sh-card--item sh-card--item-full px--sm align-items-stretch">
<div class="col-12 col-lg-3 sh-card--img px--zero" style="background-image: url('https://static.surveysparrow.com/site/assets/temporary/travel/trending-package.png');">
<img src="https://static.surveysparrow.com/site/assets/temporary/travel/trending-package.png" class="img-responsive d-lg-none">
</div>
<div class="col-12 col-lg-3 sh-card--col d-flex flex-column justify-content-between">
<div class="fx--fw">
<h5 class="sh--18 mb--sm"><b>Malaysia Tour Package for Family and Couple</b></h5>
<p class="sh--thin sh--14 mb--xs">Kaula Lampur 3 Nights</p>
<p class="sh--16 mb--zero">
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star-half-o" aria-hidden="true"></i>
</p>
<p class="sh--thin sh--12 mb--zero">4.5 Stars</p>
</div>
<div class="fx--fw">
<h5 class="sh--16 mb--zero"><b>4 days 3 nights</b></h5>
<a href="#!" class="sh--12 sh--link">Customizable</a>
<p class="sh--thin sh--uppercase sh--12 mt--sm mb--zero">Hotels included in package</p>
<p class="sh--14 mb--zero"><b>Pacific express hotel central market</b></p>
</div>
</div>
<div class="col-12 col-lg-3 sh-card--col d-flex flex-column justify-content-between">
<div class="fx--fw">
<h5 class="sh--uppercase sh--16 mb--sm">Package highlights</h5>
<ul class="sh--14 sh-list sh-list--unordered">
<li>Customer centric</li>
<li>Hassle free trip</li>
<li>High quality product</li>
<li>24/7 customer service </li>
</ul>
</div>
<div class="fx--fw">
<h5 class="sh--uppercase sh--16 wmt--sm mb--sm">Includes</h5>
<ul class="sh--14 sh-list sh-list--unordered">
<li>Pickup and drop from Airport</li>
<li>All Tours and transportation<br />in private cab</li>
<li>Accommodation and breakfast</li>
</ul>
</div>
</div>
<div class="col-12 col-lg-3 sh-card--col d-flex flex-column justify-content-between">
<div class="fx--fw">
<h4 class="sh--40 sh--blue"><b>₹15,500/-</b></h4>
<h5 class="sh--24 sh--strike">₹15,500/-</h5>
<p class="sh--12 mb--zero">(Per Person on twin Sharing)</p>
<p class="sh--14"><b>EMI from ₹2,291</b></p>
</div>
<div class="fx--fw text-center mt--lg">
<a href="#!" class="sh-button sh-button--primary fx--fw mb--sm">View More Details</a>
<a href="#!" class="sh-button sh-button--border fx--fw">Talk to Expert</a>
</div>
</div>
</div>
<div class="row sh-card--item sh-card--item-full px--sm align-items-stretch">
<div class="col-12 col-lg-3 sh-card--img px--zero" style="background-image: url('https://static.surveysparrow.com/site/assets/temporary/travel/trending-package.png');">
<img src="https://static.surveysparrow.com/site/assets/temporary/travel/trending-package.png" class="img-responsive d-lg-none">
</div>
<div class="col-12 col-lg-3 sh-card--col d-flex flex-column justify-content-between">
<div class="fx--fw">
<h5 class="sh--18 mb--sm"><b>Malaysia Tour Package for Family and Couple</b></h5>
<p class="sh--thin sh--14 mb--xs">Kaula Lampur 3 Nights</p>
<p class="sh--16 mb--zero">
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star-half-o" aria-hidden="true"></i>
</p>
<p class="sh--thin sh--12 mb--zero">4.5 Stars</p>
</div>
<div class="fx--fw">
<h5 class="sh--16 mb--zero"><b>4 days 3 nights</b></h5>
<a href="#!" class="sh--12 sh--link">Customizable</a>
<p class="sh--thin sh--uppercase sh--12 mt--sm mb--zero">Hotels included in package</p>
<p class="sh--14 mb--zero"><b>Pacific express hotel central market</b></p>
</div>
</div>
<div class="col-12 col-lg-3 sh-card--col d-flex flex-column justify-content-between">
<div class="fx--fw">
<h5 class="sh--uppercase sh--16 mb--sm">Package highlights</h5>
<ul class="sh--14 sh-list sh-list--unordered">
<li>Customer centric</li>
<li>Hassle free trip</li>
<li>High quality product</li>
<li>24/7 customer service </li>
</ul>
</div>
<div class="fx--fw">
<h5 class="sh--uppercase sh--16 wmt--sm mb--sm">Includes</h5>
<ul class="sh--14 sh-list sh-list--unordered">
<li>Pickup and drop from Airport</li>
<li>All Tours and transportation<br />in private cab</li>
<li>Accommodation and breakfast</li>
</ul>
</div>
</div>
<div class="col-12 col-lg-3 sh-card--col d-flex flex-column justify-content-between">
<div class="fx--fw">
<h4 class="sh--40 sh--blue"><b>₹15,500/-</b></h4>
<h5 class="sh--24 sh--strike">₹15,500/-</h5>
<p class="sh--12 mb--zero">(Per Person on twin Sharing)</p>
<p class="sh--14"><b>EMI from ₹2,291</b></p>
</div>
<div class="fx--fw text-center mt--lg">
<a href="#!" class="sh-button sh-button--primary fx--fw mb--sm">View More Details</a>
<a href="#!" class="sh-button sh-button--border fx--fw">Talk to Expert</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="sh-place--section" data-aos="fade-up" data-aos-duration="1000">
<div class="container">
<div class="row flex-row justify-content-center wmb--lg">
<div class="col-12 col-sm-9">
<h1 class="sh-40 text-center mb--lg">
<b>Hotels</b> in Malaysia
</h1>
<p class="text-center">
We have compiled a list of best hotels in Malaysia with irresistible comfort and contemporary amenities, from where you can choose the ideal deal best fits your budget and comfort. Seasonz India prioritizes the hotels according to the reviews and experiences shared by our esteemed guests.
</p>
</div>
</div>
<div class="sh-card--wrapper sh-card--wrapper--4" data-aos="fade-up" data-aos-duration="1000">
<div class="sh-card--item">
<img src="https://static.surveysparrow.com/site/assets/temporary/travel/hotels.png" class="img-responsive" />
<div class="wp--sm">
<h5 class="sh--16 mb--sm"><b>Pacific Express Hotel</b></h5>
<p class="sh--16 mb--zero">
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star-half-o" aria-hidden="true"></i>
</p>
</div>
</div>
<div class="sh-card--item">
<img src="https://static.surveysparrow.com/site/assets/temporary/travel/hotels.png" class="img-responsive" />
<div class="wp--sm">
<h5 class="sh--16 mb--sm"><b>Pacific Express Hotel</b></h5>
<p class="sh--16 mb--zero">
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star-half-o" aria-hidden="true"></i>
</p>
</div>
</div>
<div class="sh-card--item">
<img src="https://static.surveysparrow.com/site/assets/temporary/travel/hotels.png" class="img-responsive" />
<div class="wp--sm">
<h5 class="sh--16 mb--sm"><b>Pacific Express Hotel</b></h5>
<p class="sh--16 mb--zero">
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star-half-o" aria-hidden="true"></i>
</p>
</div>
</div>
<div class="sh-card--item">
<img src="https://static.surveysparrow.com/site/assets/temporary/travel/hotels.png" class="img-responsive" />
<div class="wp--sm">
<h5 class="sh--16 mb--sm"><b>Pacific Express Hotel</b></h5>
<p class="sh--16 mb--zero">
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star-half-o" aria-hidden="true"></i>
</p>
</div>
</div>
</div>
</div>
</section>
<section class="sh-place--section" data-aos="fade-up" data-aos-duration="1000">
<div class="container">
<div class="row flex-row justify-content-center wmb--lg">
<div class="col-12 col-sm-9">
<h1 class="sh-40 text-center mb--lg">
<b>Things to Do</b> in Malaysia
</h1>
<p class="text-center">
This urban hub has so much to offer every traveler who has an eye for Coastal delights and man-made high rise buildings. Read further to know the multitude of attractions and engagements available in Malaysia, if you have chosen a Tour package to Malaysia.
</p>
</div>
</div>
<div class="sh-card--wrapper" data-aos="fade-up" data-aos-duration="1000">
<div class="sh-card--item">
<img src="https://static.surveysparrow.com/site/assets/temporary/travel/things-to-do.png" class="img-responsive" />
<div class="wp--sm">
<h4 class="sh--32 mb--sm"><b>Malacca City Tour</b></h4>
<p>Amble around in the streets of Malaysia to grab handfuls of flavorsome soups, ramen, desserts, salads, flatbreads, dumplings, local fruits, and drinks. You should make time to explore these ‘jalans’ or streets of Malaysia in the evening to make the most out of its local cuisines.
</p>
</div>
</div>
<div class="sh-card--item">
<img src="https://static.surveysparrow.com/site/assets/temporary/travel/things-to-do.png" class="img-responsive" />
<div class="wp--sm">
<h4 class="sh--32 mb--sm"><b>Malacca City Tour</b></h4>
<p>Amble around in the streets of Malaysia to grab handfuls of flavorsome soups, ramen, desserts, salads, flatbreads, dumplings, local fruits, and drinks. You should make time to explore these ‘jalans’ or streets of Malaysia in the evening to make the most out of its local cuisines.
</p>
</div>
</div>
<div class="sh-card--item">
<img src="https://static.surveysparrow.com/site/assets/temporary/travel/things-to-do.png" class="img-responsive" />
<div class="wp--sm">
<h4 class="sh--32 mb--sm"><b>Malacca City Tour</b></h4>
<p>Amble around in the streets of Malaysia to grab handfuls of flavorsome soups, ramen, desserts, salads, flatbreads, dumplings, local fruits, and drinks. You should make time to explore these ‘jalans’ or streets of Malaysia in the evening to make the most out of its local cuisines.
</p>
</div>
</div>
</div>
</div>
</section>
<div class="sh-cta--wrapper">
<div class="container">
<div class="d-flex flex-column align-items-center">
<h2 class="sh--56 sh--thin sh--white text-center mb--xs">Planning your next trip?</h2>
<p class="sh--18 sh--white text-center wmb--md">Talk our experts and get detailed plan for your next trip</p>
<a href="#!" class="sh-button sh-button--secondary">Talk to expert</a>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-12 col-sm-6 col-md-6 col-lg-3 d-flex flex-column wmb--sm">
<p class="sh--uppercase sh--semibold">International Packages</p>
<a href="#!">Thailand</a>
<a href="#!">Singapore</a>
<a href="#!">Malaysia</a>
<a href="#!">Maldives</a>
</div>
<div class="col-12 col-sm-6 col-md-6 col-lg-3 d-flex flex-column wmb--sm">
<p class="sh--uppercase sh--semibold">Indian Packages</p>
<a href="#!">Kerala Honeymoon</a>
<a href="#!">Kerala Houseboat</a>
<a href="#!">Kerala touring</a>
<a href="#!">Kerala holiday</a>
<a href="#!">Munnar tour</a>
</div>
<div class="col-12 col-sm-6 col-md-6 col-lg-3 d-flex flex-column wmb--sm">
<p class="sh--uppercase sh--semibold">Quick Links</p>
<a href="#!">About</a>
<a href="#!">FAQ</a>
<a href="#!">Disclimer</a>
<a href="#!">Privacy Policy</a>
<a href="#!">Support</a>
<a href="#!">Refund Policies</a>
</div>
<div class="col-12 col-sm-6 col-md-6 col-lg-3 d-flex flex-column wmb--sm">
<p class="sh--uppercase sh--semibold">Contact</p>
<p class="">Shaz Holidays, Kathrikadavu,<br />Kaloor, Ernakulam<br />Pin - 682017</p>
<a href="#!">+91000000000</a>
<a href="#!">+911234567890</a>
</div>
</div>
</div>
</footer>
</body>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<script src="./js/owl.carousel.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script src="./js/main.js"></script>
<script>
AOS.init();
</script>
</html>