forked from RudranshBarate/Aiop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
page-pricing-style2.html
479 lines (456 loc) · 22.2 KB
/
page-pricing-style2.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
<!DOCTYPE html>
<html dir="ltr" lang="en">
<!-- Mirrored from html.kodesolution.live/m/epetcare/v2.0/demo/page-pricing-style2.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Sep 2021 11:18:08 GMT -->
<head>
<!-- Meta Tags -->
<meta name="viewport" content="width=device-width,initial-scale=1.0"/>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta name="description" content="ePetCare - Pet Care, Pets Club, Veterinary & Shop HTML5 Template" />
<meta name="keywords" content="Pet,Pet Care,Pets Club,Dog,Cat,Veterinary,Veterinary & Shop" />
<meta name="author" content="ThemeMascot" />
<!-- Page Title -->
<title>ePetCare - Pet Care, Pets Club, Veterinary & Shop HTML5 Template</title>
<!-- Favicon and Touch Icons -->
<link href="images/favicon.png" rel="shortcut icon" type="image/png">
<link href="images/apple-touch-icon.png" rel="apple-touch-icon">
<link href="images/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72">
<link href="images/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114">
<link href="images/apple-touch-icon-144x144.png" rel="apple-touch-icon" sizes="144x144">
<!-- Stylesheet -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="css/jquery-ui.min.css" rel="stylesheet" type="text/css">
<link href="css/animate.css" rel="stylesheet" type="text/css">
<link href="css/css-plugin-collections.css" rel="stylesheet"/>
<!-- CSS | menuzord megamenu skins -->
<link id="menuzord-menu-skins" href="css/menuzord-skins/menuzord-strip.css" rel="stylesheet"/>
<!-- CSS | Main style file -->
<link href="css/style-main.css" rel="stylesheet" type="text/css">
<!-- CSS | Theme Color -->
<link href="css/colors/theme-skin-lightgreen.css" rel="stylesheet" type="text/css">
<!-- CSS | Preloader Styles -->
<link href="css/preloader.css" rel="stylesheet" type="text/css">
<!-- CSS | Custom Margin Padding Collection -->
<link href="css/custom-bootstrap-margin-padding.css" rel="stylesheet" type="text/css">
<!-- CSS | Responsive media queries -->
<link href="css/responsive.css" rel="stylesheet" type="text/css">
<!-- CSS | Style css. This is the file where you can place your own custom css code. Just uncomment it and use it. -->
<!-- <link href="css/style.css" rel="stylesheet" type="text/css"> -->
<!-- external javascripts -->
<script src="js/jquery-2.2.4.min.js"></script>
<script src="js/jquery-ui.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- JS | jquery plugin collection for this theme -->
<script src="js/jquery-plugin-collection.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="">
<div id="wrapper" class="clearfix">
<!-- preloader -->
<div id="preloader">
<div id="spinner" class="spinner large-icon">
<img alt="" src="images/preloaders/13.gif">
<h5 class="line-height-1 font-18">Loading...</h5>
</div>
<div id="disable-preloader" class="btn btn-default btn-sm">Disable Preloader</div>
</div>
<!-- Header -->
<header class="header">
<div class="header-top bg-theme-colored sm-text-center">
<div class="container">
<div class="row">
<div class="col-md-8">
<div class="widget no-border m-0">
<ul class="list-inline sm-text-center mt-5">
<li>
<a href="#" class="text-white">FAQ</a>
</li>
<li class="text-white">|</li>
<li>
<a href="#" class="text-white">Help Desk</a>
</li>
<li class="text-white">|</li>
<li>
<a href="#" class="text-white">Support</a>
</li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="widget no-border m-0">
<ul class="styled-icons icon-dark icon-circled icon-theme-colored icon-sm pull-right flip sm-pull-none sm-text-center mt-sm-15">
<li><a href="#"><i class="fa fa-facebook text-white"></i></a></li>
<li><a href="#"><i class="fa fa-twitter text-white"></i></a></li>
<li><a href="#"><i class="fa fa-dribbble text-white"></i></a></li>
<li><a href="#"><i class="fa fa-instagram text-white"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin text-white"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="header-nav">
<div class="header-nav-wrapper navbar-scrolltofixed bg-white">
<div class="container">
<nav id="menuzord-right" class="menuzord green no-bg">
<a class="menuzord-brand pull-left flip" href="javascript:void(0)"><img src="images/logo-wide.png" alt=""></a>
<ul class="menuzord-menu">
<li class="active"><a href="index-boxed-mp-layout4.html">Home</a>
</div>
</div>
</div>
</li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<!-- Start main-content -->
<div class="main-content">
<!-- Section: inner-header -->
<section class="inner-header divider parallax layer-overlay overlay-dark-5" data-bg-img="images/bg/bg6.jpg">
<div class="container pt-90 pb-50">
<!-- Section Content -->
<div class="section-content pt-100">
<div class="row">
<div class="col-md-12">
<h3 class="title text-white">Pricing</h3>
</div>
</div>
</div>
</div>
</section>
<!-- Section: Pricing -->
<section id="pricing" data-bg-img="images/pattern/p4.png">
<div class="container pt-100 pb-50">
<div class="section-content">
<div class="row">
<div class="col-xs-12 col-sm-4 col-md-4 hvr-float-shadow mb-sm-30">
<div class="pricing-table style1 bg-lighter border-10px text-center">
<div class="pt-40 pb-60">
<h3 class="package-type mt-40">Basic</h3>
<p>Hurry to grap your offer now</p>
<h1 class="price text-theme-color-2 mb-10"><span class="font-48">$</span>80</h1>
<ul class="table-list pl-0 mb-30">
<li>Review of Safety Program</li>
<li>Annual Sexual Harassment Training</li>
<li>Monthly Newsletter</li>
<li>Safety Training Topics</li>
</ul>
<a href="#" class="btn btn-colored btn-theme-colored text-uppercase">Get Offer!</a><br>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-4 hvr-float-shadow mb-sm-30">
<div class="pricing-table style1 bg-lighter border-10px text-center">
<div class="pt-40 pb-60">
<h3 class="package-type mt-40">Premium</h3>
<p>Hurry to grap your offer now</p>
<h1 class="price text-theme-color-2 mb-10"><span class="font-48">$</span>60</h1>
<ul class="table-list pl-0 mb-30">
<li>Review of Safety Program</li>
<li>Annual Sexual Harassment Training</li>
<li>Monthly Newsletter</li>
<li>Safety Training Topics</li>
</ul>
<a href="#" class="btn btn-colored btn-theme-colored text-uppercase">Get Offer!</a><br>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-4 hvr-float-shadow mb-sm-30">
<div class="pricing-table style1 bg-lighter border-10px text-center">
<div class="pt-40 pb-60">
<h3 class="package-type mt-40">Standard</h3>
<p>Hurry to grap your offer now</p>
<h1 class="price text-theme-color-2 mb-10"><span class="font-48">$</span>30</h1>
<ul class="table-list pl-0 mb-30">
<li>Review of Safety Program</li>
<li>Annual Sexual Harassment Training</li>
<li>Monthly Newsletter</li>
<li>Safety Training Topics</li>
</ul>
<a href="#" class="btn btn-colored btn-theme-colored text-uppercase">Get Offer!</a><br>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Section:Get SErvices -->
<section>
<div class="container-fluid p-0">
<div class="row equal-height">
<div class="col-md-6 bg-light">
<div class="p-70">
<div class="row">
<div class="col-md-10">
<h2 class="mt-0 line-height-1"><span>Get A <span class="text-theme-colored">Service Now!</span></span></h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Enim labore iure repellendus quasi nobis.</p>
<form id="getaquote_form" name="getaquote_form" class="form-transparent mt-20" method="post" action="http://html.kodesolution.live/m/epetcare/v2.0/demo/includes/getaquote.php">
<div class="row">
<div class="col-sm-6">
<div class="form-group mb-10">
<input name="form_name" class="form-control" type="text" required="" placeholder="Enter Name" aria-required="true">
</div>
</div>
<div class="col-sm-6">
<div class="form-group mb-10">
<input name="form_email" class="form-control required email" type="email" placeholder="Enter Email" aria-required="true">
</div>
</div>
<div class="col-sm-6">
<div class="form-group mb-10">
<input name="form_phone" class="form-control" type="tel" placeholder="Enter Phone" aria-required="true">
</div>
</div>
<div class="col-sm-6">
<div class="form-group mb-10">
<input name="form_date" class="form-control required datetime-picker" type="text" placeholder="Reservation Date" aria-required="true">
</div>
</div>
<div class="col-sm-12">
<div class="form-group mb-10">
<div class="styled-select">
<select id="booking_service" name="booking_service" class="form-control" required="">
<option value="">- Select Your Vehicle Model -</option>
<option value="Toyota">Toyota</option>
<option value="Jeep">Jeep</option>
<option value="Audi">Audi</option>
<option value="Truck">Truck</option>
<option value="Land Rover">Land Rover</option>
<option value="Lexus">Lexus</option>
<option value="Mazda">Mazda</option>
<option value="Mercedes - Benz">Mercedes - Benz</option>
<option value="Nissan">Nissan</option>
<option value="Mitsubishi">Mitsubishi</option>
<option value="Saab">Saab</option>
<option value="Renault">Renault</option>
<option value="Mercury">Mercury</option>
<option value="Pontiac Porsche">Pontiac Porsche</option>
</select>
</div>
</div>
</div>
</div>
<div class="form-group mb-10">
<textarea id="form_message" name="form_message" class="form-control required" placeholder="Enter Message" rows="5" aria-required="true"></textarea>
</div>
<div class="form-group mb-0 mt-20">
<input id="form_botcheck" name="form_botcheck" class="form-control" type="hidden" value="">
<button type="submit" class="btn btn-dark btn-theme-colored text-uppercase" data-loading-text="Please wait...">Send Message</button>
</div>
</form>
<!-- Get Your Project Started Form Validation-->
<script type="text/javascript">
$("#getaquote_form").validate({
submitHandler: function(form) {
var form_btn = $(form).find('button[type="submit"]');
var form_result_div = '#form-result';
$(form_result_div).remove();
form_btn.before('<div id="form-result" class="alert alert-success" role="alert" style="display: none;"></div>');
var form_btn_old_msg = form_btn.html();
form_btn.html(form_btn.prop('disabled', true).data("loading-text"));
$(form).ajaxSubmit({
dataType: 'json',
success: function(data) {
if( data.status == 'true' ) {
$(form).find('.form-control').val('');
}
form_btn.prop('disabled', false).html(form_btn_old_msg);
$(form_result_div).html(data.message).fadeIn('slow');
setTimeout(function(){ $(form_result_div).fadeOut('slow') }, 6000);
}
});
}
});
</script>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-md-6 p-0 bg-img-cover" data-bg-img="images/bg/bg5.jpg">
</div>
</div>
</div>
</section>
<!-- Divider: Clients -->
<section class="clients bg-theme-colored">
<div class="container pt-10 pb-0">
<div class="row">
<div class="col-md-12">
<!-- Section: Clients -->
<div class="owl-carousel-6col transparent text-center owl-nav-top">
<div class="item"> <a href="#"><img src="images/clients/w1.png" alt=""></a></div>
<div class="item"> <a href="#"><img src="images/clients/w2.png" alt=""></a></div>
<div class="item"> <a href="#"><img src="images/clients/w3.png" alt=""></a></div>
<div class="item"> <a href="#"><img src="images/clients/w4.png" alt=""></a></div>
<div class="item"> <a href="#"><img src="images/clients/w5.png" alt=""></a></div>
<div class="item"> <a href="#"><img src="images/clients/w6.png" alt=""></a></div>
<div class="item"> <a href="#"><img src="images/clients/w3.png" alt=""></a></div>
<div class="item"> <a href="#"><img src="images/clients/w4.png" alt=""></a></div>
<div class="item"> <a href="#"><img src="images/clients/w5.png" alt=""></a></div>
<div class="item"> <a href="#"><img src="images/clients/w6.png" alt=""></a></div>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- end main-content -->
<!-- Footer -->
<footer id="footer" class="footer" data-bg-color="#1f1f1f">
<div class="container pt-70 pb-40">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<img src="images/logo-white-footer.html" alt="">
<p class="font-12 mt-20 mb-20">NextEvent is a library of corporate and business templates with predefined web elements which helps you to build your own site. Lorem ipsum dolor sit amet elit.</p>
<ul class="styled-icons flat medium list-inline mb-40">
<li><a href="#"><i class="fa fa-facebook"></i></a> </li>
<li><a href="#"><i class="fa fa-twitter"></i></a> </li>
<li><a href="#"><i class="fa fa-pinterest"></i></a> </li>
<li><a href="#"><i class="fa fa-google-plus"></i></a> </li>
<li><a href="#"><i class="fa fa-youtube"></i></a> </li>
</ul>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-md-3">
<div class="widget dark">
<h4 class="widget-title line-bottom-theme-colored-2">Opening Hours</h4>
<div class="opening-hourse">
<ul class="list-border">
<li class="clearfix"> <span> Mon - Tues : </span>
<div class="value pull-right"> 6.00 am - 10.00 pm </div>
</li>
<li class="clearfix"> <span> Wednes - Thurs :</span>
<div class="value pull-right"> 8.00 am - 6.00 pm </div>
</li>
<li class="clearfix"> <span> Fri : </span>
<div class="value pull-right"> 3.00 pm - 8.00 pm </div>
</li>
<li class="clearfix"> <span> Sun : </span>
<div class="value pull-right"> Closed </div>
</li>
</ul>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="widget dark">
<h4 class="widget-title line-bottom-theme-colored-2">Services</h4>
<ul class="list list-border">
<li><a href="#">Oil Change</a></li>
<li><a href="#">Engine Service</a></li>
<li><a href="#">Wheel Alignment</a></li>
<li><a href="#">Looking Glass</a></li>
<li><a href="#">Coloring</a></li>
</ul>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="widget dark">
<h4 class="widget-title line-bottom-theme-colored-2">Tags</h4>
<div class="tags">
<a href="#">Oil</a>
<a href="#">Break</a>
<a href="#">Engine</a>
<a href="#">Wheel</a>
<a href="#">Tires</a>
<a href="#">Car</a>
<a href="#">Auto</a>
<a href="#">Lubricant</a>
<a href="#">Color</a>
<a href="#">classic</a>
<a href="#">Heater</a>
<a href="#">Tools</a>
<a href="#">Workshop</a>
<a href="#">Truck</a>
<a href="#">Battery</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="widget dark">
<h4 class="widget-title line-bottom-theme-colored-2">Quick Contact</h4>
<form id="quick_contact_form2" name="footer_quick_contact_form" class="quick-contact-form" action="http://html.kodesolution.live/m/epetcare/v2.0/demo/includes/quickcontact.php" method="post">
<div class="form-group">
<input name="form_email" class="form-control" type="text" required="" placeholder="Enter Email">
</div>
<div class="form-group">
<textarea name="form_message" class="form-control" required="" placeholder="Enter Message" rows="3"></textarea>
</div>
<div class="form-group">
<input name="form_botcheck" class="form-control" type="hidden" value="" />
<button type="submit" class="btn btn-default btn-flat btn-xs btn-quick-contact text-gray pt-5 pb-5" data-loading-text="Please wait...">Send Message</button>
</div>
</form>
<!-- Quick Contact Form Validation-->
<script type="text/javascript">
$("#quick_contact_form2").validate({
submitHandler: function(form) {
var form_btn = $(form).find('button[type="submit"]');
var form_result_div = '#form-result';
$(form_result_div).remove();
form_btn.before('<div id="form-result" class="alert alert-success" role="alert" style="display: none;"></div>');
var form_btn_old_msg = form_btn.html();
form_btn.html(form_btn.prop('disabled', true).data("loading-text"));
$(form).ajaxSubmit({
dataType: 'json',
success: function(data) {
if( data.status == 'true' ) {
$(form).find('.form-control').val('');
}
form_btn.prop('disabled', false).html(form_btn_old_msg);
$(form_result_div).html(data.message).fadeIn('slow');
setTimeout(function(){ $(form_result_div).fadeOut('slow') }, 6000);
}
});
}
});
</script>
</div>
</div>
</div>
</div>
<div class="footer-bottom" data-bg-color="#2f2f2f">
<div class="container pt-15 pb-10">
<div class="row">
<div class="col-md-6">
<p class="font-11 text-black-777 m-0">Copyright ©2015 ThemeMascot. All Rights Reserved</p>
</div>
<div class="col-md-6 text-right">
<div class="widget no-border m-0">
<ul class="list-inline sm-text-center mt-5 font-12">
<li>
<a href="#">FAQ</a>
</li>
<li>|</li>
<li>
<a href="#">Help Desk</a>
</li>
<li>|</li>
<li>
<a href="#">Support</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<a class="scrollToTop" href="#"><i class="fa fa-angle-up"></i></a> </div>
<!-- end wrapper -->
<!-- Footer Scripts -->
<!-- JS | Custom script for all pages -->
<script src="js/custom.js"></script>
</body>
<!-- Mirrored from html.kodesolution.live/m/epetcare/v2.0/demo/page-pricing-style2.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Sep 2021 11:18:09 GMT -->
</html>