xxxxxxxxxx
1
<div class="container my-5">
2
3
4
<!--Section: Content-->
5
<section>
6
7
<h6 class="font-weight-normal text-uppercase font-small grey-text mb-4 text-center">FAQ</h6>
8
<!-- Section heading -->
9
<h3 class="font-weight-bold black-text mb-4 pb-2 text-center">Frequently Asked Questions</h3>
10
<hr class="w-header">
11
<!-- Section description -->
12
<p class="lead text-muted mx-auto mt-4 pt-2 mb-5 text-center">Got a question? We've got answers. If you have some other questions, see our support center.</p>
13
14
<div class="row">
15
<div class="col-md-6 col-lg-4 mb-4">
16
<h5 class="font-weight-normal mb-3">Is this a secure site for purchases?</h5>
17
<p class="text-muted">Absolutely! We work with top payment companies which guarantees your safety and security. All billing information is stored on our payment processing partner which has the most stringent level of certification available in the payments industry.</p>
18
</div>
19
20
<div class="col-md-6 col-lg-4 mb-4">
21
<h5 class="font-weight-normal mb-3">Can I cancel my subscription?</h5>
22
<p class="text-muted">You can cancel your subscription anytime in your account. Once the subscription is cancelled, you will not be charged next month. You will continue to have access to your account until your current subscription expires.</p>
23
</div>
24
25
<div class="col-md-6 col-lg-4 mb-4">
26
<h5 class="font-weight-normal mb-3">How long are your contracts?</h5>
27
<p class="text-muted">Currently, we only offer monthly subscription. You can upgrade or cancel your monthly account at any time with no further obligation.</p>
28
</div>
29
30
<div class="col-md-6 col-lg-4 mb-4">
31
<h5 class="font-weight-normal mb-3">Can I update my card details?</h5>
32
<p class="text-muted">Yes. Go to the billing section of your dashboard and update your payment information.</p>
33
</div>
34
35
<div class="col-md-6 col-lg-4 mb-4">
36
<h5 class="font-weight-normal mb-3">Can I request refund?</h5>
37
<p class="text-muted">Unfortunately, not. We do not issue full or partial refunds for any reason.</p>
38
</div>
39
40
<div class="col-md-6 col-lg-4 mb-4">
41
<h5 class="font-weight-normal mb-3">Can I try your service for free?</h5>
42
<p class="text-muted">Of course! We’re happy to offer a free plan to anyone who wants to try our service.</p>
43
</div>
44
</div>
45
46
</section>
47
48
</div>
1
1
1
1
Console errors: 0