-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
764 lines (747 loc) · 37.2 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
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Funnel Templates!</title>
<!-- Styles -->
<link type="text/css" href="theme-forest-demo/funnel-templates/common/css/common-style.css" rel="stylesheet">
</head>
<body>
<!-- Banner Start -->
<section class="bannerDemoDisplay">
<div id="color-overlay"></div>
<div class="layout">
<h1><span class="text-yellow">High-Converting</span> <span class="text-blue"><u>Funnels Templates, Landing Pages</u></span> <span class="text-white">& more.</span></h1>
<h2 class="text-white">Let’s Get Started - By clicking below you will instantly be ready to sell products through Funnels!</h2>
<div class="btn-outer">
<div class="arrow">
<img src="theme-forest-demo/funnel-templates/common/images/banner-left-arrow.png" alt="arrow">
</div>
<div class="btn-container"> <a href="https://themeforest.net/item/tilmonial-responsive-html5-template/24843810" target="_blank" class="btn">Buy Now</a>
</div>
<div class="arrow">
<img src="theme-forest-demo/funnel-templates/common/images/banner-right-arrow.png" alt="arrow">
</div>
</div>
</div>
</section>
<!-- Banner End -->
<!-- Product Demo Start -->
<section class="our-products">
<!-- Demo 1 Start -->
<div class="BGColor_lightBlue">
<div class="demo_title">Demo 1</div>
<div class="layout">
<div class="products">
<div class="title">
<h2 class="text-red"><u>Summit Funnel</u></h2>
<p>Our high performing Funnels HTML templates will turn your potential client into leads and sales. Below is an example of our Business Coaching Funnels templates.</p>
</div>
<ul>
<li>
<div class="product-box">
<figure>
<a href="demo/business-coaching-consulting/index.html" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo1_1.jpg" alt="Optin">
</a>
</figure>
<h3>Optin Page</h3>
</div>
</li>
<li>
<div class="product-box">
<figure>
<a href="demo/business-coaching-consulting/upsell.html" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo1_2.jpg" alt="Upsell">
</a>
</figure>
<h3>Upsell Page</h3>
</div>
</li>
<li>
<div class="product-box">
<figure>
<a href="demo/business-coaching-consulting/order.html" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo1_3.jpg" alt="Order">
</a>
</figure>
<h3>Order Page</h3>
</div>
</li>
<li>
<div class="product-box">
<figure>
<a href="demo/business-coaching-consulting/order-confirmation.html" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo1_4.jpg" alt="Thank thank-you">
</a>
</figure>
<h3>Thank You Page</h3>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- Demo 1 End -->
<!-- Demo 2 Start -->
<div class="BGColor_white">
<div class="demo_title">Demo 2</div>
<div class="layout">
<div class="products">
<div class="title">
<h2 class="text-red"><u>Application Funnel</u></h2>
<p>Our high performing Funnels HTML templates will turn your potential client into leads and sales. Below is an example of our Hotel Guest or Tenet for Rental Homes Funnels templates.</p>
</div>
<ul>
<li>
<div class="product-box">
<figure>
<a href="demo/get-hotel-guest/" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo2_1.jpg" alt="Optin">
</a>
</figure>
<h3>Optin Page</h3>
</div>
</li>
<li>
<div class="product-box">
<figure>
<a href="demo/get-hotel-guest/oto.html" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo2_2.jpg" alt="Upsell">
</a>
</figure>
<h3>Upsell Page</h3>
</div>
</li>
<li>
<div class="product-box">
<figure>
<a href="demo/get-hotel-guest/order.html" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo2_3.jpg" alt="Apoinment confirmation">
</a>
</figure>
<h3>Order Page</h3>
</div>
</li>
<li>
<div class="product-box">
<figure>
<a href="demo/get-hotel-guest/thankyou.html" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo2_4.jpg" alt="Thank You">
</a>
</figure>
<h3>Thank You Page</h3>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- Demo 2 End -->
<!-- Demo 3 Start -->
<div class="BGColor_lightBlue">
<div class="demo_title">Demo 3</div>
<div class="layout">
<div class="products">
<div class="title">
<h2 class="text-red"><u>Summit Funnel</u></h2>
<p>Our high performing Funnels HTML templates will turn your potential client into leads and sales. Below is an example of our Music Concert Funnels templates.</p>
</div>
<ul>
<li>
<div class="product-box">
<figure>
<a href="demo/musicevent/" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo3_1.jpg" alt="Optin">
</a>
</figure>
<h3>Optin Page</h3>
</div>
</li>
<li>
<div class="product-box">
<figure>
<a href="demo/musicevent/oto.html" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo3_2.jpg" alt="Upsell">
</a>
</figure>
<h3>Upsell Page</h3>
</div>
</li>
<li>
<div class="product-box">
<figure>
<a href="demo/musicevent/order.html" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo3_3.jpg" alt="Downsell">
</a>
</figure>
<h3>Order Page</h3>
</div>
</li>
<li>
<div class="product-box">
<figure>
<a href="demo/musicevent/thankyou.html" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo3_4.jpg" alt="Thank thank-you">
</a>
</figure>
<h3>Thank You Page</h3>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- Demo 3 End -->
<!-- Demo 4 Start -->
<div class="BGColor_white">
<div class="demo_title">Demo 4</div>
<div class="layout">
<div class="products">
<div class="title">
<h2 class="text-red"><u>Summit Funnel</u></h2>
<p>Our high performing Funnels HTML templates will turn your potential client into leads and sales. Below is an example of our Design AGENCY Funnels templates.</p>
</div>
<ul>
<li>
<div class="product-box">
<figure>
<a href="demo/design-agency/" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo4_1.jpg" alt="Optin">
</a>
</figure>
<h3>Optin Page</h3>
</div>
</li>
<li>
<div class="product-box">
<figure>
<a href="demo/design-agency/upsell.html" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo4_2.jpg" alt="Upsell">
</a>
</figure>
<h3>Upsell Page</h3>
</div>
</li>
<li>
<div class="product-box">
<figure>
<a href="demo/design-agency/order.html" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo4_3.jpg" alt="Downsell">
</a>
</figure>
<h3>Order Page</h3>
</div>
</li>
<li>
<div class="product-box">
<figure>
<a href="demo/design-agency/thank-you.html" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo4_4.jpg" alt="Thank thank-you">
</a>
</figure>
<h3>Thank You Page</h3>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- Demo 4 End -->
<!-- Demo 5 Start -->
<div class="BGColor_lightBlue">
<div class="demo_title">Demo 5</div>
<div class="layout">
<div class="products">
<div class="title">
<h2 class="text-red"><u>Summit Funnel</u></h2>
<p>Our high performing Funnels HTML templates will turn your potential client into leads and sales. Below is an example of our Online Courses Funnels templates.</p>
</div>
<ul>
<li>
<div class="product-box">
<figure>
<a href="demo/onlinecourses/index.html" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo5_1.jpg" alt="Optin">
</a>
</figure>
<h3>Optin Page</h3>
</div>
</li>
<li>
<div class="product-box">
<figure>
<a href="demo/onlinecourses/upsell.html" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo5_2.jpg" alt="Upsell">
</a>
</figure>
<h3>Upsell Page</h3>
</div>
</li>
<li>
<div class="product-box">
<figure>
<a href="demo/onlinecourses/order.html" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo5_3.jpg" alt="Order Form">
</a>
</figure>
<h3>Order Page</h3>
</div>
</li>
<li>
<div class="product-box">
<figure>
<a href="demo/onlinecourses/thankyou.html" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo5_4.jpg" alt="Thank you">
</a>
</figure>
<h3>Thank You Page</h3>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- Demo 5 End -->
<!-- Demo 6 Start -->
<div class="BGColor_white">
<div class="demo_title">Demo 6</div>
<div class="layout">
<div class="products">
<div class="title">
<h2 class="text-red"><u>Application Funnel</u></h2>
<p>Our high performing Funnels HTML templates will turn your potential client into leads and sales. Below is an example of our GET LOAN 10X FASTER Funnels templates.</p>
</div>
<ul>
<li>
<div class="product-box">
<figure>
<a href="demo/get-loan/" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo6_1.jpg" alt="Optin">
</a>
</figure>
<h3>Optin Page</h3>
</div>
</li>
<li>
<div class="product-box">
<figure>
<a href="demo/get-loan/order.html" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo6_2.jpg" alt="Order Page">
</a>
</figure>
<h3>Order Page</h3>
</div>
</li>
<li>
<div class="product-box">
<figure>
<a href="demo/get-loan/thank-you.html" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo6_3.jpg" alt="Thank You">
</a>
</figure>
<h3>Thank You Page</h3>
</div>
</li>
<li>
<div class="product-box">
<figure>
<a href="demo/get-loan/order-cancelled.html" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo6_4.jpg" alt="Upsell">
</a>
</figure>
<h3>Cancle Page</h3>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- Demo 6 End -->
<!-- Demo 7 Start -->
<div class="BGColor_lightBlue">
<div class="demo_title">Demo 7</div>
<div class="layout">
<div class="products">
<div class="title">
<h2 class="text-red"><u>Application Funnel</u></h2>
<p>Our high performing Funnels HTML templates will turn your potential client into leads and sales. Below is an example of our Service Based Startup Funnels templates.</p>
</div>
<ul>
<li>
<div class="product-box">
<figure>
<a href="demo/startup/" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo7_1.jpg" alt="Optin">
</a>
</figure>
<h3>Optin Page</h3>
</div>
</li>
<li>
<div class="product-box">
<figure>
<a href="demo/startup/leadership.html" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo7_2.jpg" alt="Order">
</a>
</figure>
<h3>Upsell</h3>
</div>
</li>
<li>
<div class="product-box">
<figure>
<a href="demo/startup/order.html" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo7_3.jpg" alt="Order Confirmation">
</a>
</figure>
<h3>Order Page</h3>
</div>
</li>
<li>
<div class="product-box">
<figure>
<a href="demo/startup/thank-you.html" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo7_4.jpg" alt="Privacy Policy">
</a>
</figure>
<h3>Thank You Page</h3>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- Demo 7 End -->
<!-- Demo 8 Start -->
<div class="BGColor_white">
<div class="demo_title">Demo 8</div>
<div class="layout">
<div class="products">
<div class="title">
<h2 class="text-red"><u>Application Funnel</u></h2>
<p>Our high performing Funnels HTML templates will turn your potential client into leads and sales. Below is an example of our Tax Advisor Consultant Funnels templates.</p>
</div>
<ul>
<li>
<div class="product-box">
<figure>
<a href="demo/tax-advisor-consultant/" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo8_1.jpg" alt="Optin">
</a>
</figure>
<h3>Optin Page</h3>
</div>
</li>
<li>
<div class="product-box">
<figure>
<a href="demo/tax-advisor-consultant/oto.html" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo8_2.jpg" alt="Order">
</a>
</figure>
<h3>Upsell</h3>
</div>
</li>
<li>
<div class="product-box">
<figure>
<a href="demo/tax-advisor-consultant/order.html" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo8_3.jpg" alt="Order Confirmation">
</a>
</figure>
<h3>Order Page</h3>
</div>
</li>
<li>
<div class="product-box">
<figure>
<a href="demo/tax-advisor-consultant/thank-you.html" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo8_4.jpg" alt="Privacy Policy">
</a>
</figure>
<h3>Thank You Page</h3>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- Demo 8 End -->
<!-- Demo 9 Start -->
<div class="BGColor_lightBlue">
<div class="demo_title">Demo 9</div>
<div class="layout">
<div class="products">
<div class="title">
<h2 class="text-red"><u>Application Funnel</u></h2>
<p>Our high performing Funnels HTML templates will turn your potential client into leads and sales. Below is an example of our Software Product Launch Funnels templates.</p>
</div>
<ul>
<li>
<div class="product-box">
<figure>
<a href="demo/software-product-launch/" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo9_1.jpg" alt="Optin">
</a>
</figure>
<h3>Optin Page</h3>
</div>
</li>
<li>
<div class="product-box">
<figure>
<a href="demo/software-product-launch/video_1.html" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo9_2.jpg" alt="Order">
</a>
</figure>
<h3>Upsell</h3>
</div>
</li>
<li>
<div class="product-box">
<figure>
<a href="demo/software-product-launch/video_4.html" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo9_3.jpg" alt="Order Confirmation">
</a>
</figure>
<h3>Order Page</h3>
</div>
</li>
<li>
<div class="product-box">
<figure>
<a href="demo/software-product-launch/thankyou.html" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo9_4.jpg" alt="Privacy Policy">
</a>
</figure>
<h3>Thank You Page</h3>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- Demo 9 End -->
<!-- Demo 10 Start -->
<div class="BGColor_white">
<div class="demo_title">Demo 10</div>
<div class="layout">
<div class="products">
<div class="title">
<h2 class="text-red"><u>Application Funnel</u></h2>
<p>Our high performing Funnels HTML templates will turn your potential client into leads and sales. Below is an example of our Ketto Weight Loss Funnels templates.</p>
</div>
<ul>
<li>
<div class="product-box">
<figure>
<a href="demo/ketto/" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo10_1.jpg" alt="Optin">
</a>
</figure>
<h3>Optin Page</h3>
</div>
</li>
<li>
<div class="product-box">
<figure>
<a href="demo/ketto/oto.html" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo10_2.jpg" alt="Order">
</a>
</figure>
<h3>Upsell</h3>
</div>
</li>
<li>
<div class="product-box">
<figure>
<a href="demo/ketto/downsell.html" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo10_3.jpg" alt="Order Confirmation">
</a>
</figure>
<h3>Downsell Page</h3>
</div>
</li>
<li>
<div class="product-box">
<figure>
<a href="demo/ketto/thank-you.html" target="_blank">
<img src="theme-forest-demo/funnel-templates/common/images/V3_Demo10_4.jpg" alt="Privacy Policy">
</a>
</figure>
<h3>Thank You Page</h3>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- Demo 10 End -->
</section>
<!-- Product Demo End -->
<!-- Features Section Start -->
<section class="features_Section">
<div class="layout">
<div class="title">
<h2>Buy Awesome <u>High-Converting Funnels HTML Templates</u> and Enrich Your Online Business!</h2>
<p>We’ve accumulated some attractive <strong>Funnels HTML templates</strong> for you that you can buy, modify, and set up in a matter of minutes. All you need to do is just to swap in your images and content. In a minute, <strong>you will have an awesome sales funnel up and operating.</strong>
</p>
</div>
<ul>
<li>
<div class="item">
<img src="theme-forest-demo/funnel-templates/common/images/MobileOptimised.svg" alt="Mobile Optimised">
<h2>Mobile Optimised</h2>
</div>
</li>
<li>
<div class="item">
<img src="theme-forest-demo/funnel-templates/common/images/BeautifulDesign.svg" alt="Beautiful Design">
<h2>Beautiful Design</h2>
</div>
</li>
<li>
<div class="item">
<img src="theme-forest-demo/funnel-templates/common/images/ResponseDriven.svg" alt="Direct Response Driven">
<h2>Direct Response Driven</h2>
</div>
</li>
<li>
<div class="item">
<img src="theme-forest-demo/funnel-templates/common/images/One-Click-Upsells.svg" alt="One-Click Upsells">
<h2>One-Click Upsells</h2>
</div>
</li>
<li>
<div class="item">
<img src="theme-forest-demo/funnel-templates/common/images/One-Click-Downsells.svg" alt="One-Click Downsells">
<h2>One-Click Downsells</h2>
</div>
</li>
<li>
<div class="item">
<img src="theme-forest-demo/funnel-templates/common/images/UpsellSavers.svg" alt="Upsell Savers">
<h2>Upsell Savers</h2>
</div>
</li>
<li>
<div class="item">
<img src="theme-forest-demo/funnel-templates/common/images/OrderBumps.svg" alt="Built-In Order Bumps">
<h2>Built-In Order Bumps</h2>
</div>
</li>
<li>
<div class="item">
<img src="theme-forest-demo/funnel-templates/common/images/Built-InUrgency.svg" alt="Built-In Urgency">
<h2>Built-In Urgency</h2>
</div>
</li>
<li>
<div class="item">
<img src="theme-forest-demo/funnel-templates/common/images/CSS3.svg" alt="Bootstrap HTML5/CSS3">
<h2>Bootstrap HTML5/CSS3</h2>
</div>
</li>
<li>
<div class="item">
<img src="theme-forest-demo/funnel-templates/common/images/Fully%20Responsive.svg" alt="Fully Responsive">
<h2>Fully Responsive</h2>
</div>
</li>
<li>
<div class="item">
<img src="theme-forest-demo/funnel-templates/common/images/Google%20Font.svg" alt="Google font">
<h2>Google font</h2>
</div>
</li>
<li>
<div class="item">
<img src="theme-forest-demo/funnel-templates/common/images/Easy%20Documentation.svg" alt="Easy documentation">
<h2>Easy documentation</h2>
</div>
</li>
</ul>
</div>
</section>
<!-- Features Section End -->
<!-- 100% Satisfaction Guarantee Start -->
<div class="guarant-section">
<div class="layout">
<div class="wrapper">
<div class="satisfied">
<h2 class="text-yellow">100% Satisfaction Guarantee</h2>
<p class="text-white">If You won't be Satisfied Then We will create a custom Funnel Template according to your need at the Same Cost</p>
</div>
<div class="btn-outer">
<div class="arrow">
<img src="theme-forest-demo/funnel-templates/common/images/banner-left-arrow.png" alt="arrow">
</div>
<div class="btn-container"> <a href="https://themeforest.net/item/tilmonial-responsive-html5-template/24843810" target="_blank" class="btn">YES! I WANT TO BUY <span>No Hidden Costs</span></a>
</div>
<div class="arrow">
<img src="theme-forest-demo/funnel-templates/common/images/banner-right-arrow.png" alt="arrow">
</div>
</div>
</div>
</div>
</div>
<!-- 100% Satisfaction Guarantee End -->
<!-- Rate Us Start -->
<section class="rate-us">
<div class="layout">
<ul>
<li>
<img src="theme-forest-demo/funnel-templates/common/images/rating-star.png" alt="Star">
</li>
<li>
<img src="theme-forest-demo/funnel-templates/common/images/rating-star.png" alt="Star">
</li>
<li>
<img src="theme-forest-demo/funnel-templates/common/images/rating-star.png" alt="Star">
</li>
<li>
<img src="theme-forest-demo/funnel-templates/common/images/rating-star.png" alt="Star">
</li>
<li>
<img src="theme-forest-demo/funnel-templates/common/images/rating-star.png" alt="Star">
</li>
</ul>
<div class="title">
<h2>Rate us if you like and love our Theme</h2>
<p>New Demos are Continually Added and <u>Buying a Single License</u> We gives You <u>Access to All of What's Shown Below, Plus Everything That Will be Added in the Future.</u>
</p>
<h3 class="text-red">Thanks A Lot.</h3>
</div>
</div>
</section>
<!-- Rate Us End -->
<!-- Footer Start -->
<footer>
<div class="copy-right">
<p>© Copyright - All Rights Reserved.</p>
</div>
</footer>
<!-- Footer End -->
<!-- Product Display Section in Bottom Start Here -->
<section class="prodVarSection active">
<div class="closeIcon">
<img decoding="async" src="../../demo/common/images/popup-close.svg" alt="Templates" width="40px" class="img-fluid">
</div>
<div class="wrapper">
<div class="textBlock">
<h2>Purchasing an individual Funnel from the bundle will cost just $49.00</h2>
</div>
<div class="buttonBlock">
<a class="btn" href="funnels/html-funnel-templates/" target="_blank" rel="noopener">Buy Now</a>
</div>
</div>
</section>
<!-- Product Display Section in Bottom End Here -->
<!-- jQuery -->
<script src="../../demo/common/js/jquery.min.js"></script>
<script src="demo/common/js/custom.js"></script>
</body>
</html>