-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.php
90 lines (62 loc) · 3.9 KB
/
faq.php
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
<!doctype html>
<html class="no-js" lang="en">
<?php include("assets/headpart/head.php");
?>
<body>
<?php include("assets/headpart/header.php");
?>
<!-- Page Banner Section Start -->
<div class="page-banner-section section">
<h1 style="text-align: center;">Faq</h1>
</div><!-- Page Banner Section End -->
<!-- Faq Section Start -->
<div class="faq-section section mt-90 mb-40">
<div class="container">
<div class="row row-25">
<div class="col-lg-6 col-12 mb-50">
<div class="faq-wrap">
<div class="single-faq">
<h4>What Shipping Methods are Available?</h4>
<p>Terms know how to pursue pleasure rationally encounter cnces that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because.</p>
</div>
<div class="single-faq">
<h4>What Payment Methods are Available?</h4>
<p>Terms know how to pursue pleasure rationally encounter cnces that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because.</p>
</div>
<div class="single-faq">
<h4>How I Return back my product?</h4>
<p>Terms know how to pursue pleasure rationally encounter cnces that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because.</p>
</div>
<div class="single-faq">
<h4>What policy do you have for product sell?</h4>
<p>Terms know how to pursue pleasure rationally encounter cnces that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because.</p>
</div>
</div>
</div>
<div class="col-lg-6 col-12 mb-50">
<div class="faq-wrap">
<div class="single-faq">
<h4>What is the payment secutiry system?</h4>
<p>Terms know how to pursue pleasure rationally encounter cnces that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because.</p>
</div>
<div class="single-faq">
<h4>How can I track my order?</h4>
<p>Terms know how to pursue pleasure rationally encounter cnces that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because.</p>
</div>
<div class="single-faq">
<h4>Do I need creat account for buy products?</h4>
<p>Terms know how to pursue pleasure rationally encounter cnces that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because.</p>
</div>
<div class="single-faq">
<h4>How can I get discount coupon?</h4>
<p>Terms know how to pursue pleasure rationally encounter cnces that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because.</p>
</div>
</div>
</div>
</div>
</div>
</div><!-- Faq Section End -->
<?php include("assets/headpart/footer.php");
?>
</body>
</html>