forked from Vicky-freshworks/travelportal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtours-list.html
executable file
·504 lines (501 loc) · 33.3 KB
/
tours-list.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
<!DOCTYPE html>
<html class="wide wow-animation" lang="en">
<head>
<!-- Site Title-->
<title>Tours List</title>
<!-- <script src="https://wchat.myfreshworks.com/js/widget.js"></script> -->
<script src='//cdn.freshmarketer.in/30001641/1208.js'></script>
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<!-- Stylesheets-->
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/style.css">
<!--[if lt IE 10]>
<div style="background: #212121; padding: 10px 0; box-shadow: 3px 3px 5px 0 rgba(0,0,0,.3); clear: both; text-align:center; position: relative; z-index:1;"><a href="http://windows.microsoft.com/en-US/internet-explorer/"><img src="images/ie8-panel/warning_bar_0000_us.jpg" border="0" height="42" width="820" alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today."></a></div>
<script src="js/html5shiv.min.js"></script>
<![endif]-->
<!-- fsales js snippe-->
<script> function createFcn(nm){(window.freshsales)[nm]=function(){(window.freshsales).push([nm].concat(Array.prototype.slice.call(arguments,0)))}; } (function(url,appToken,formCapture){window.freshsales=window.freshsales||[];if(window.freshsales.length==0){list='init identify trackPageView trackEvent set'.split(' ');for(var i=0;i<list.length;i++){var nm=list[i];createFcn(nm);}var t=document.createElement('script');t.async=1;
t.src='https://ind-assets.freshsales.io/assets/analytics.js';var ft=document.getElementsByTagName('script')[0];ft.parentNode.insertBefore(t,ft);freshsales.init('https://zarget-50172.myfreshworks.com/crm/sales','52f5e932e5883e634a9f7008a87b52d13931a6f6c351f8af41db61267cb8aba7',false);}})();</script>
<!-- fchat js snippet-->
<script>
function initFreshChat() {
window.fcWidget.init({
token: "198fe5e3-2d38-443c-a76a-1b636701e1ea",
host: "https://wchat.myfreshworks.com"
});
}
function initialize(i,t){var e;i.getElementById(t)?initFreshChat():((e=i.createElement("script")).id=t,e.async=!0,e.src="https://wchat.myfreshworks.com/js/widget.js",e.onload=initFreshChat,i.head.appendChild(e))}
function initiateCall(){initialize(document,"freshchat-js-sdk")}window.addEventListener?window.addEventListener("load",initiateCall,!1):window.attachEvent("load",initiateCall,!1);
</script>
</head>
<body>
<!-- Page-->
<script>
window.fcWidget.init({
token: "e314b701-b527-402e-89c8-5c34042c0db9",
host: "https://wchat.myfreshworks.com"
});
</script>
<div class="page text-center">
<!-- Page Header-->
<header class="page-header">
<!-- RD Navbar-->
<div class="rd-navbar-wrap">
<nav class="rd-navbar rd-navbar-light" data-lg-device-layout="rd-navbar-fixed" data-xl-device-layout="rd-navbar-static" data-xxl-device-layout="rd-navbar-static" data-lg-stick-up-offset="1px" data-xl-stick-up-offset="1px" data-xxl-stick-up-offset="1px" data-layout="rd-navbar-fixed" data-sm-layout="rd-navbar-fixed" data-md-layout="rd-navbar-fixed" data-lg-layout="rd-navbar-fullwidth" data-xl-layout="rd-navbar-static" data-xxl-layout="rd-navbar-static">
<div class="rd-navbar-inner">
<!-- RD Navbar Panel-->
<div class="rd-navbar-panel">
<!-- RD Navbar Toggle-->
<button class="rd-navbar-toggle" data-rd-navbar-toggle=".rd-navbar-nav-wrap"><span></span></button>
<!-- RD Navbar Brand-->
<div class="rd-navbar-brand rd-navbar-brand-desktop"><a class="brand-name" href="index.html"><img width="148" height="30" src="images/logo-dark-148x30.png" alt=""></a></div>
<!-- RD Navbar Brand-->
<div class="rd-navbar-brand rd-navbar-brand-mobile"><a class="brand-name" href="index.html"><img width="148" height="30" src="images/logo-dark-148x30.png" alt=""></a></div>
</div>
<div class="rd-navbar-nav-wrap">
<!-- RD Navbar Nav-->
<ul class="rd-navbar-nav">
<li><a href="tours-grid.html">Tours</a>
<ul class="rd-navbar-dropdown">
<li><a href="tours-list.html">America</a></li>
<li><a href="tours-single.html">Australia</a></li>
</ul>
</li>
<li><a href="about.html">About</a></li>
<li><a href="gallery-cobbles.html">Gallery</a></li>
<li><a href="signup.html">Signup</a></li>
<li><a href="blog-grid.html">Blog</a></li>
<li><a href="contactus.html">Contact Us</a></li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<section class="section parallax-container bg-black section-height-mac context-dark" data-parallax-img="images/backgrounds/background-38-1920x900.jpg">
<div class="parallax-content">
<div class="bg-overlay-darker">
<div class="container section-34 section-md-100 section-lg-top-170 section-lg-bottom-165">
<h1 class="d-none d-lg-inline-block">All Tours For You</h1>
<h6 class="font-italic">650 tours found</h6>
</div>
</div>
</div>
</section>
<!-- Tours List-->
<section class="section-80 bg-wild-wand">
<div class="container">
<div class="row row-50 justify-content-sm-center">
<div class="col-md-11 col-lg-9 order-lg-1">
<div class="row row-20 justify-content-sm-between">
<div class="col-md-6 col-md-3 text-md-left">
<div class="d-inline-block inset-md-left-20 inset-lg-left-0">
<div class="pull-left inset-right-10">
<p class="text-extra-small text-uppercase text-black">Sort By:</p>
</div>
<div class="pull-right shadow-drop-xs d-inline-block select-xs">
<!--Select 2-->
<select class="form-input select-filter" data-minimum-results-for-search="Infinity" data-constraints="@Required">
<option value="2">Popularity</option>
<option value="3">Newest</option>
</select>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="col-md-6 col-md-3 text-md-right">
<div class="d-inline-block inset-md-right-20 inset-lg-right-0">
<div class="pull-left inset-right-10">
<p class="text-extra-small text-uppercase text-black">View:</p>
</div>
<div class="pull-right">
<!-- List Inline-->
<ul class="list-inline list-primary-filled text-center list-top-panel">
<li class="active"><a class="shadow-drop-lg" href="tours-list.html"><span class="icon icon-sm icon-square mdi mdi-format-list-bulleted"></span></a></li>
<li><a class="shadow-drop-lg" href="tours-grid.html"><span class="icon icon-sm icon-square mdi mdi-view-module"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="row row-30 row-lg-20 row-offset-1 justify-content-sm-center justify-content-md-start justify-content-lg-center">
<div class="col-sm-10 col-md-6 col-xl-12">
<!-- Box Offer-->
<div class="box-offer box-offer-sm box-offer-left">
<div class="box-offer-img-wrap"><a href="tours-single.html"><img class="img-responsive center-block" src="images/offers/box-offer-01-270x280.jpg" width="270" height="280" alt=""></a></div>
<div class="box-offer-caption text-left">
<div class="box-offer-caption-inner-wrap">
<div class="box-offer-caption-inner-left">
<p class="text-extra-small text-silver-chalice">19.07 - 26.07 / 7 DAYS</p>
<div class="box-offer-title text-ubold"><a class="text-black" href="tours-single.html">Turkey</a></div>
<!-- List Inline-->
<ul class="list-inline list-inline-3">
<li><a class="icon fa fa-star text-primary" href="#"></a></li>
<li><a class="icon fa fa-star text-primary" href="#"></a></li>
<li><a class="icon fa fa-star text-primary" href="#"></a></li>
<li><a class="icon fa fa-star text-primary" href="#"></a></li>
</ul>
</div>
<div class="box-offer-caption-inner-right text-right">
<p class="text-extra-small text-spacing-500 text-silver-chalice">PRICE</p>
<!-- List Inline-->
<ul class="list-inline inset-right-5">
<li class="text-extra-small text-black text-strike text-middle">$3,000</li>
<li class="box-offer-price text-black text-ubold text-primary text-middle">$2,000</li>
</ul>
</div>
</div>
<div class="clearfix"></div>
<div class="box-offer-caption-inner-wrap box-offer-caption-inner-wrap-bottom">
<div class="box-offer-caption-inner-left box-offer-description">
<p class="text-small text-silver-chalice">Turkey revels in its role as continental uniter, defying traditional fault lines as it blends the very best of Europe and Asia. While iconic East and West...</p>
</div>
<div class="box-offer-caption-inner-right text-xl-right"><a class="button button-width-110 button-primary" href="tours-single.html">VIEW MORE</a></div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<div class="col-sm-10 col-md-6 col-xl-12">
<!-- Box Offer-->
<div class="box-offer box-offer-sm box-offer-left">
<div class="box-offer-img-wrap"><a href="tours-single.html"><img class="img-responsive center-block" src="images/offers/box-offer-02-270x280.jpg" width="270" height="280" alt=""></a></div>
<div class="box-offer-caption text-left">
<div class="box-offer-caption-inner-wrap">
<div class="box-offer-caption-inner-left">
<p class="text-extra-small text-silver-chalice">21.07 - 26.07 / 5 DAYS</p>
<div class="box-offer-title text-ubold"><a class="text-black" href="tours-single.html">Spain</a></div>
<!-- List Inline-->
<ul class="list-inline list-inline-3">
<li><a class="icon fa fa-star text-primary" href="#"></a></li>
<li><a class="icon fa fa-star text-primary" href="#"></a></li>
<li><a class="icon fa fa-star text-primary" href="#"></a></li>
<li><a class="icon fa fa-star text-primary" href="#"></a></li>
</ul>
</div>
<div class="box-offer-caption-inner-right text-right">
<p class="text-extra-small text-spacing-500 text-silver-chalice">PRICE</p>
<!-- List Inline-->
<ul class="list-inline inset-right-5">
<li class="box-offer-price text-black text-ubold text-primary text-middle">$3,000</li>
</ul>
</div>
</div>
<div class="clearfix"></div>
<div class="box-offer-caption-inner-wrap box-offer-caption-inner-wrap-bottom">
<div class="box-offer-caption-inner-left box-offer-description">
<p class="text-small text-silver-chalice">Spain is a country of many different peoples, each with their own culture, attitudes, cuisine and landscape. From the iconic Gaudi buildings of Barcelona...</p>
</div>
<div class="box-offer-caption-inner-right text-xl-right"><a class="button button-width-110 button-primary" href="tours-single.html">VIEW MORE</a></div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<div class="col-sm-10 col-md-6 col-xl-12">
<!-- Box Offer-->
<div class="box-offer box-offer-sm box-offer-left">
<div class="box-offer-img-wrap"><a href="tours-single.html"><img class="img-responsive center-block" src="images/offers/box-offer-03-270x280.jpg" width="270" height="280" alt=""></a></div>
<div class="box-offer-caption text-left">
<div class="box-offer-caption-inner-wrap">
<div class="box-offer-caption-inner-left">
<p class="text-extra-small text-silver-chalice">2.08 - 15.08 / 13 DAYS</p>
<div class="box-offer-title text-ubold"><a class="text-black" href="tours-single.html">United Kingdom</a></div>
<!-- List Inline-->
<ul class="list-inline list-inline-3">
<li><a class="icon fa fa-star text-primary" href="#"></a></li>
<li><a class="icon fa fa-star text-primary" href="#"></a></li>
<li><a class="icon fa fa-star text-primary" href="#"></a></li>
<li><a class="icon fa fa-star text-primary" href="#"></a></li>
</ul>
</div>
<div class="box-offer-caption-inner-right text-right">
<p class="text-extra-small text-spacing-500 text-silver-chalice">PRICE</p>
<!-- List Inline-->
<ul class="list-inline inset-right-5">
<li class="text-extra-small text-black text-strike text-middle">$7,000</li>
<li class="box-offer-price text-black text-ubold text-primary text-middle">$5,000</li>
</ul>
</div>
</div>
<div class="clearfix"></div>
<div class="box-offer-caption-inner-wrap box-offer-caption-inner-wrap-bottom">
<div class="box-offer-caption-inner-left box-offer-description">
<p class="text-small text-silver-chalice">Visit Britain with Staycation and discover the finest destinations it has to offer! Join a host of like-minded young travelling companions on one of our itineraries...</p>
</div>
<div class="box-offer-caption-inner-right text-xl-right"><a class="button button-width-110 button-primary" href="tours-single.html">VIEW MORE</a></div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<div class="col-sm-10 col-md-6 col-xl-12">
<!-- Box Offer-->
<div class="box-offer box-offer-sm box-offer-left">
<div class="box-offer-img-wrap"><a href="tours-single.html"><img class="img-responsive center-block" src="images/offers/box-offer-04-270x280.jpg" width="270" height="280" alt=""></a></div>
<div class="box-offer-caption text-left">
<div class="box-offer-caption-inner-wrap">
<div class="box-offer-caption-inner-left">
<p class="text-extra-small text-silver-chalice">19.07 - 28.07 / 9 DAYS</p>
<div class="box-offer-title text-ubold"><a class="text-black" href="tours-single.html">Eastern Europe</a></div>
<!-- List Inline-->
<ul class="list-inline list-inline-3">
<li><a class="icon fa fa-star text-primary" href="#"></a></li>
<li><a class="icon fa fa-star text-primary" href="#"></a></li>
<li><a class="icon fa fa-star text-primary" href="#"></a></li>
<li><a class="icon fa fa-star text-primary" href="#"></a></li>
</ul>
</div>
<div class="box-offer-caption-inner-right text-right">
<p class="text-extra-small text-spacing-500 text-silver-chalice">PRICE</p>
<!-- List Inline-->
<ul class="list-inline inset-right-5">
<li class="box-offer-price text-black text-ubold text-primary text-middle">$2,500</li>
</ul>
</div>
</div>
<div class="clearfix"></div>
<div class="box-offer-caption-inner-wrap box-offer-caption-inner-wrap-bottom">
<div class="box-offer-caption-inner-left box-offer-description">
<p class="text-small text-silver-chalice">Start in Berlin and end in Budapest! With the in-depth cultural tour The Best of Eastern Europe, you have a 9 day tour taking you from Berlin to Budapest...</p>
</div>
<div class="box-offer-caption-inner-right text-xl-right"><a class="button button-width-110 button-primary" href="tours-single.html">VIEW MORE</a></div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<!-- Classic Pagination-->
<ul class="pagination-classic">
<li class="active"><span>1</span></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">...</a></li>
<li><a href="#">12</a></li>
</ul>
</div>
<div class="col-md-10 col-lg-3 text-lg-left">
<!-- Aside-->
<aside class="blog-aside box box-xs d-block bg-default">
<div class="blog-aside-item">
<p class="text-black text-ubold text-uppercase text-spacing-200">Search</p>
<!-- RD Search Form-->
<form class="rd-mailform">
<div class="form-blog-search">
<button class="form-search-submit"><span><img class="img-responsive center-block" src="images/icons/icon-34-16x21.png" width="16" height="21" alt=""></span></button>
<div class="form-wrap form-wrap-xs">
<label class="form-label form-search-label form-label-sm" for="tours-destination">Your Destination</label>
<input class="form-search-input input-sm form-input" id="tours-destination" type="text">
</div>
</div>
<div class="form-blog-search">
<button class="form-search-submit"><span><img class="img-responsive center-block" src="images/icons/icon-35-19x17.png" width="19" height="17" alt=""></span></button>
<div class="form-wrap form-wrap-xs">
<label class="form-label form-search-label form-label-sm" for="tours-arrival">Arrival</label>
<input class="form-search-input input-sm form-input" id="tours-arrival" type="text">
</div>
</div>
<div class="form-blog-search">
<button class="form-search-submit"><span><img class="img-responsive center-block" src="images/icons/icon-36-19x17.png" width="19" height="17" alt=""></span></button>
<div class="form-wrap form-wrap-xs">
<label class="form-label form-search-label form-label-sm" for="tours-departure">Departure</label>
<input class="form-search-input input-sm form-input" id="tours-departure" type="text">
</div>
</div>
</form>
</div>
<hr class="hr bg-gallery">
<div class="blog-aside-item box-range">
<p class="text-black text-ubold text-uppercase text-spacing-200">PRICE RANGE</p>
<!--RD Range-->
<div class="rd-range" data-min="800" data-max="5000" data-start="[800, 3200]" data-step="1" data-tooltip="true" data-min-diff="800" data-input=".rd-range-input-value-1" data-input-2=".rd-range-input-value-2"></div>
</div>
<hr class="hr bg-gallery">
<div class="blog-aside-item">
<p class="text-black text-ubold text-uppercase text-spacing-200">Categories</p>
<!-- List-->
<ul class="list list-1 list-checkbox text-left">
<li>
<label class="checkbox-inline checkbox-inline-left">
<input class="checkbox-custom" name="remember" value="checkbox-1" type="checkbox"><span class="text-small">Sea Tours (721)</span>
</label>
</li>
<li>
<label class="checkbox-inline checkbox-inline-left">
<input class="checkbox-custom" name="remember" value="checkbox-1" type="checkbox"><span class="text-small">Romantic Tours (156)</span>
</label>
</li>
<li>
<label class="checkbox-inline checkbox-inline-left">
<input class="checkbox-custom" name="remember" value="checkbox-1" type="checkbox"><span class="text-small">Honeymoon Tours (74)</span>
</label>
</li>
<li>
<label class="checkbox-inline checkbox-inline-left">
<input class="checkbox-custom" name="remember" value="checkbox-1" type="checkbox"><span class="text-small">Country Tours (513)</span>
</label>
</li>
<li>
<label class="checkbox-inline checkbox-inline-left">
<input class="checkbox-custom" name="remember" value="checkbox-1" type="checkbox"><span class="text-small">Mountain Tours</span>
</label>
</li>
</ul><a class="button button-primary button-width-110" href="#">Search</a>
</div>
</aside>
</div>
</div>
</div>
</section>
<!-- Page Footer-->
<footer class="page-footer footer-default section-top-80 section-bottom-34 section-lg-bottom-15 text-md-left">
<div class="container">
<div class="row justify-content-sm-center">
<div class="col-md-8 col-lg-12">
<div class="row row-40 justify-content-sm-center">
<div class="col-md-6 col-lg-3 col-xl-4 order-lg-1"><a class="brand-logo" href="index.html"><img width="148" height="30" src="images/logo-dark-148x30.png" alt=""></a>
<p class="text-small inset-xl-right-80">Since 2002, we have been offering travel services of the highest quality, combining our energy and enthusiasm.</p>
</div>
<div class="col-md-6 col-lg-3 col-xl-2 order-lg-4">
<p class="text-big text-black">Follow Us</p>
<!-- List Inline-->
<ul class="list-inline">
<li class="text-center"><a class="icon icon-square icon-filled-gallery fa fa-facebook-f text-gray" href="#"></a></li>
<li class="text-center"><a class="icon icon-square icon-filled-gallery fa fa-twitter text-gray" href="#"></a></li>
<li class="text-center"><a class="icon icon-square icon-filled-gallery fa fa-youtube text-gray" href="#"></a></li>
<li class="text-center"><a class="icon icon-square icon-filled-gallery fa fa-linkedin text-gray" href="#"></a></li>
</ul>
<!-- Button trigger modal-->
<button class="button button-primary" type="button" data-toggle="modal" data-target="#subscribe" style="min-width:160px;">Subscribe</button>
<!-- Modal-->
<div class="modal modal-custom fade text-center" id="subscribe" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button class="close" type="button" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
</div>
<div class="modal-body">
<div class="container">
<div class="row justify-content-sm-center align-items-sm-center">
<div class="col-md-6 bg-image bg-image-1"></div>
<div class="col-md-6">
<div class="modal-body-column-content">
<h5 class="text-ubold">Subscribe to <br class="d-none d-xl-inline-block"> our newsletter</h5>
<p class="font-italic text-small text-black">Subscribe and <span class="text-ubold">get 5% off</span> on your first tour!</p>
<!-- RD Mailform-->
<form class="rd-mailform rd-mailform-subscribe" data-form-output="form-output-global" data-form-type="contact" method="post" action="bat/rd-mailform.php">
<div class="form-wrap form-wrap-xs">
<label class="form-label" for="contact-email">Enter Your email here...</label>
<input class="form-input" id="contact-email" type="email" name="email" data-constraints="@Email @Required">
</div>
<button class="button button-primary button-block" type="submit">SUBSCRIBE</button>
</form>
<!-- List Inline-->
<ul class="list-inline list-primary list-inline-13">
<li class="text-center"><a class="icon fa fa-facebook-f text-black" href="#"></a></li>
<li class="text-center"><a class="icon fa fa-twitter text-black" href="#"></a></li>
<li class="text-center"><a class="icon fa fa-youtube text-black" href="#"></a></li>
<li class="text-center"><a class="icon fa fa-linkedin text-black" href="#"></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-8 col-md-12 col-lg-6 order-lg-2">
<p class="text-big text-black">Our Contacts</p>
<!-- Contact Info-->
<address class="contact-info text-left">
<div class="row row-15 justify-content-sm-center">
<div class="col-md-6">
<p class="d-block text-small contact-info-address"><a class="text-gray" href="#"><span class="unit flex-row unit-spacing-xs"><span class="unit-left"><img class="img-responsive center-block" src="images/icons/icon-01-16x21.png" width="16" height="21" alt=""></span><span class="unit-body"><span>732/21 Second Street, Manchester, King Street, Kingston United Kingdom</span></span></span></a></p>
<p class="d-block text-small"><a class="text-gray" href="callto:#"><span class="unit align-items-center flex-row unit-spacing-xs"><span class="unit-left"><img class="img-responsive center-block" src="images/icons/icon-02-19x19.png" width="19" height="19" alt=""></span><span class="unit-body"><span>345-677-554</span></span></span></a></p>
</div>
<div class="col-md-6">
<p class="d-block text-small"><a class="text-gray" href="callto:#"><span class="unit align-items-center flex-row unit-spacing-xs"><span class="unit-left"><img class="img-responsive center-block" src="images/icons/icon-03-12x20.png" width="12" height="20" alt=""></span><span class="unit-body"><span>323-678-567</span></span></span></a></p>
<p class="d-block text-small"><a class="text-gray" href="mailto:#"><span class="unit align-items-center flex-row unit-spacing-xs"><span class="unit-left"><img class="img-responsive center-block" src="images/icons/icon-04-20x13.png" width="20" height="13" alt=""></span><span class="unit-body"><span>[email protected]</span></span></span></a></p>
<p class="d-block text-small"><a class="text-gray" href="#"><span class="unit align-items-center flex-row unit-spacing-xs"><span class="unit-left"><img class="img-responsive center-block" src="images/icons/icon-05-19x19.png" width="19" height="19" alt=""></span><span class="unit-body"><span>staycation.co.in</span></span></span></a></p>
</div>
</div>
</address>
</div>
</div>
</div>
</div>
<div class="hr bg-gallery"></div>
<div class="row row-0 justify-content-sm-center justify-content-md-between">
<div class="col-md-5 col-lg-4 text-md-left">
<p class="text-extra-small">
Copyright ©<span class="copyright-year"></span><a href="./"> Staycation</a>. All Rights Reserved.</p>
</div>
<div class="col-md-5 col-lg-4 text-md-right">
<!-- List Inline-->
<ul class="list-inline list-inline-8">
<li>
<p class="text-extra-small"><a class="text-gray" href="privacy.html">Privacy Policy</a></p>
</li>
<li>
<p class="text-extra-small"><a class="text-gray" href="terms-of-use.html">Terms of Use</a></p>
</li>
<li>
<p class="text-extra-small"><a class="text-gray" href="https://staycation.freshdesk.com/support/home">Contact Us</a></p>
</li>
</ul>
</div>
</div>
</div>
</footer>
</div>
<!-- Global Mailform Output-->
<div class="snackbars" id="form-output-global"></div>
<!-- PhotoSwipe Gallery-->
<div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
<div class="pswp__bg"></div>
<div class="pswp__scroll-wrap">
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<button class="pswp__button pswp__button--close" title="Close (Esc)"></button>
<button class="pswp__button pswp__button--share" title="Share"></button>
<button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button>
<button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button>
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div>
<button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"></button>
<button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"></button>
<div class="pswp__caption">
<div class="pswp__caption__cent"></div>
</div>
<div class="pswp__counter"></div>
</div>
</div>
</div>
<!-- Java script-->
<script src="js/core.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>