-
Notifications
You must be signed in to change notification settings - Fork 0
/
faqs.html
525 lines (520 loc) · 39.8 KB
/
faqs.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Answers To Frequently Asked Questions</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<link rel="icon" href="assets/logo/title-logo.png">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css">
<link rel="stylesheet" href="responsive-style.css">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<section id="faqs" class="bg-white">
<div id="home">
<div class="d-flex bg-light w-auto">
<nav class="p-4 d-flex flex-nowrap w-100 align-items-center bg-white shadow-sm">
<div class="logo d-flex justify-content-center">
<a href="index.html"><img src="assets/logo/logo.png" alt="" height="50px"></a>
</div>
<div class="w-75">
<ul class="list-group d-flex flex-row justify-content-center">
<li><a class="text-decoration-none text-dark" href="why-rbs.html">Why RBS</a></li>
<li><a class="text-decoration-none text-dark" href="faqs.html">FAQS</a></li>
</ul>
</div>
<div class="nav-button d-flex justify-content-center">
<a class="btn btn-dark btn-lg" href="buy-rbs.html">BUY RBS</a>
</div>
<div class="cart-logo d-flex justify-content-center">
<div class="cart-logo2">
<a href="#" id="cart-toggle">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="dark" class="bi bi-cart2" viewBox="0 0 16 16">
<path d="M0 2.5A.5.5 0 0 1 .5 2H2a.5.5 0 0 1 .485.379L2.89 4H14.5a.5.5 0 0 1 .485.621l-1.5 6A.5.5 0 0 1 13 11H4a.5.5 0 0 1-.485-.379L1.61 3H.5a.5.5 0 0 1-.5-.5zM3.14 5l1.25 5h8.22l1.25-5H3.14zM5 13a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0zm9-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0z"/>
</svg>
</a>
</div>
</div>
<div class="cart-sidebar h-75 p-5 shadow-lg rounded-bottom" id="cart">
<span class="cart-close fs-1" id="cart-close">×</span>
<div class="pt-5">
<h4>No products in the cart.</h4>
</div>
</div>
</nav>
</div>
</div>
<div class="container-xxl mt-0 h-100 w-100">
<div class="rounded-5 w-auto p-5">
<div class="w-50">
<div class="pb-5 ms-5">
<h1>FAQS</h1>
</div>
<div class="pt-5 ms-5">
<p class="fs-3 text-secondary">All your questions answered.</p>
</div>
</div>
</div>
</div>
</section>
<section id="faqs-section" class="bg-white pt-5 h-auto">
<div class="container py-5">
<div class="d-flex flex-row">
<aside class="w-25">
<ul class="row gap-4 position-sticky top-0 py-5">
<div class="faqs-aside align-content-center d-flex flex-wrap ps-3">
<li class="fs-3"><a class="text-decoration-none" href="#general">General</a></li>
</div>
<div class="faqs-aside align-content-center d-flex flex-wrap ps-3">
<li class="fs-3"><a class="text-decoration-none" href="#rbs-wearable">RBS Wearable</a></li>
</div>
<div class="faqs-aside align-content-center d-flex flex-wrap ps-3">
<li class="fs-3"><a class="text-decoration-none" href="#snr">Science & Results</a></li>
</div>
</ul>
</aside>
<div class="w-75">
<div class="container p-5">
<div class="mb-5">
<h1>Frequently Asked Questions</h1>
</div>
<div id="general" class="mb-4">
<h2>General</h2>
</div>
<div class="d-flex justify-content-start py-4">
<div class="accordion w-100" id="faqAccordion">
<div class="accordion-item border-end-0 border-start-0 py-3">
<h2 class="accordion-header" id="faqGenHeading1">
<button class="accordion-button collapsed fs-3" type="button" data-bs-toggle="collapse" data-bs-target="#faqGenCollapse1" aria-expanded="false" aria-controls="faqGenCollapse1">
What is RBS 60-day money back guarantee?
</button>
</h2>
<div id="faqGenCollapse1" class="accordion-collapse collapse" aria-labelledby="faqGenHeading1" data-bs-parent="#faqAccordion">
<div class="accordion-body text-start">
<p class="fs-5 text-secondary">
We want to make sure your purchase is satisfying for you. However, if you bought your RBS from our website and are unhappy with it and would like to return it for a full refund, you can do it within 60 days of the day you got your entire order. The item must be returned in good (almost new) condition, with its original packaging. <br><br>
Additionally, keep in mind that we only offer returns for the RBS wearable if you ordered the Annual package; we do not offer refunds for the RBS app. You can get in touch with us at <a href="mailto:support@rbsofficial.com">support@rbsofficial.com</a> to cancel your annual subscription to the RBS app.
</p>
</div>
</div>
</div>
<div class="accordion-item border-end-0 border-start-0 py-3">
<h2 class="accordion-header" id="faqGenHeading2">
<button class="accordion-button collapsed fs-3" type="button" data-bs-toggle="collapse" data-bs-target="#faqGenCollapse2" aria-expanded="false" aria-controls="faqGenCollapse2">
Where do you ship from?
</button>
</h2>
<div id="faqGenCollapse2" class="accordion-collapse collapse" aria-labelledby="faqGenHeading2" data-bs-parent="#faqAccordion">
<div class="accordion-body text-start">
<p class="fs-5 text-secondary">
We typically ship orders to North and South Luzon from our warehouse in Cavite.
</p>
</div>
</div>
</div>
<div class="accordion-item border-end-0 border-start-0 py-3">
<h2 class="accordion-header" id="faqGenHeading3">
<button class="accordion-button collapsed fs-3" type="button" data-bs-toggle="collapse" data-bs-target="#faqGenCollapse3" aria-expanded="false" aria-controls="faqGenCollapse3">
When will I receive my RBS device?
</button>
</h2>
<div id="faqGenCollapse3" class="accordion-collapse collapse" aria-labelledby="faqGenHeading3" data-bs-parent="#faqAccordion">
<div class="accordion-body text-start">
<p class="fs-5 text-secondary">
Delivery typically takes 2 - 5 business days for orders arriving from Luzon, and 3 - 10 business days somewhere else, depending on the location.
</p>
</div>
</div>
</div>
<div class="accordion-item border-end-0 border-start-0 py-3">
<h2 class="accordion-header" id="faqGenHeading4">
<button class="accordion-button collapsed fs-3" type="button" data-bs-toggle="collapse" data-bs-target="#faqGenCollapse4" aria-expanded="false" aria-controls="faqGenCollapse4">
How long is the warranty of RBS?
</button>
</h2>
<div id="faqGenCollapse4" class="accordion-collapse collapse" aria-labelledby="faqGenHeading4" data-bs-parent="#faqAccordion">
<div class="accordion-body text-start">
<p class="fs-5 text-secondary">RBS comes with a 1-year warranty</p>
</div>
</div>
</div>
<div class="accordion-item border-end-0 border-start-0 py-3">
<h2 class="accordion-header" id="faqGenHeading5">
<button class="accordion-button collapsed fs-3" type="button" data-bs-toggle="collapse" data-bs-target="#faqGenCollapse5" aria-expanded="false" aria-controls="faqGenCollapse5">
What payment methods do you accept?
</button>
</h2>
<div id="faqGenCollapse5" class="accordion-collapse collapse" aria-labelledby="faqGenHeading5" data-bs-parent="#faqAccordion">
<div class="accordion-body text-start">
<p class="fs-5 text-secondary">
You can use a credit card, debit card, or GCash to buy your RBS device from our website. Additionally, we provide "buy now, pay later" through Affirm. At checkout, you can choose this option and confirm your eligibility.
</p>
</div>
</div>
</div>
<div class="accordion-item border-end-0 border-start-0 py-3">
<h2 class="accordion-header" id="faqGenHeading6">
<button class="accordion-button collapsed fs-3" type="button" data-bs-toggle="collapse" data-bs-target="#faqGenCollapse6" aria-expanded="false" aria-controls="faqGenCollapse6">
Is my data secure?
</button>
</h2>
<div id="faqGenCollapse6" class="accordion-collapse collapse" aria-labelledby="faqGenHeading6" data-bs-parent="#faqAccordion">
<div class="accordion-body text-start">
<p class="fs-5 text-secondary">
Your information is totally protected. Any personal information we gather is only used to make your interaction with RBS easier and more customized to your needs. Except to process payment information, such information will not be sold, licensed, transmitted, or otherwise made available to third parties without your prior written consent. You can read our Privacy Policy from <a href="#">here</a>.
</p>
</div>
</div>
</div>
</div>
</div>
<div id="rbs-wearable" class="mt-5 mb-4">
<h2>RBS Wearable</h2>
</div>
<div class="d-flex justify-content-start py-4">
<div class="accordion w-100" id="faqAccordion">
<div class="accordion-item border-end-0 border-start-0 py-3">
<h2 class="accordion-header" id="faqRWHeading1">
<button class="accordion-button collapsed fs-3" type="button" data-bs-toggle="collapse" data-bs-target="#faqRWCollapse1" aria-expanded="false" aria-controls="faqRWCollapse1">
How long should I wear RBS for?
</button>
</h2>
<div id="faqRWCollapse1" class="accordion-collapse collapse" aria-labelledby="faqRWHeading1" data-bs-parent="#faqAccordion">
<div class="accordion-body text-start">
<p class="fs-5 text-secondary">
An RBS session usually lasts about 20 minutes. RBS was created in such a way that it effortlessly integrates with your daily activities, letting you to carry on with tasks like cooking, using a laptop, brushing your teeth, etc. while wearing it.
</p>
</div>
</div>
</div>
<div class="accordion-item border-end-0 border-start-0 py-3">
<h2 class="accordion-header" id="faqRWHeading2">
<button class="accordion-button collapsed fs-3" type="button" data-bs-toggle="collapse" data-bs-target="#faqRWCollapse2" aria-expanded="false" aria-controls="faqRWCollapse2">
Do I sleep wearing RBS?
</button>
</h2>
<div id="faqRWCollapse2" class="accordion-collapse collapse" aria-labelledby="faqRWHeading2" data-bs-parent="#faqAccordion">
<div class="accordion-body text-start">
<p class="fs-5 text-secondary">
No, for RBS to work, you must wear it with your eyes open.
</p>
</div>
</div>
</div>
<div class="accordion-item border-end-0 border-start-0 py-3">
<h2 class="accordion-header" id="faqRWHeading3">
<button class="accordion-button collapsed fs-3" type="button" data-bs-toggle="collapse" data-bs-target="#faqRWCollapse3" aria-expanded="false" aria-controls="faqRWCollapse3">
Can I use RBS if I wear glasses?
</button>
</h2>
<div id="faqRWCollapse3" class="accordion-collapse collapse" aria-labelledby="faqRWHeading3" data-bs-parent="#faqAccordion">
<div class="accordion-body text-start">
<p class="fs-5 text-secondary">
RBS is compatible with the majority of standard prescription eyewear frames. By placing RBS on top of your glasses and adjusting the flexible nosepiece, you may achieve this. However, since prescription glasses can reduce RBS effectiveness, we advise against using it for optimal outcomes.
</p>
</div>
</div>
</div>
<div class="accordion-item border-end-0 border-start-0 py-3">
<h2 class="accordion-header" id="faqRWHeading4">
<button class="accordion-button collapsed fs-3" type="button" data-bs-toggle="collapse" data-bs-target="#faqRWCollapse4" aria-expanded="false" aria-controls="faqRWCollapse4">
What's special about the RBS light?
</button>
</h2>
<div id="faqRWCollapse4" class="accordion-collapse collapse" aria-labelledby="faqRWHeading4" data-bs-parent="#faqAccordion">
<div class="accordion-body text-start">
<p class="fs-5 text-secondary">
Approximately 470 nm of blue-turquoise light is produced by RBS. The 150 W/cm2 RBS irradiance levels, or light strength, are comparable to 10,000 lux of strong light emitted by a standard light box.
</p>
</div>
</div>
</div>
<div class="accordion-item border-end-0 border-start-0 py-3">
<h2 class="accordion-header" id="faqRWHeading5">
<button class="accordion-button collapsed fs-3" type="button" data-bs-toggle="collapse" data-bs-target="#faqRWCollapse5" aria-expanded="false" aria-controls="faqRWCollapse5">
Is the RBS light safe for the eyes?
</button>
</h2>
<div id="faqRWCollapse5" class="accordion-collapse collapse" aria-labelledby="faqRWHeading5" data-bs-parent="#faqAccordion">
<div class="accordion-body text-start">
<p class="fs-5 text-secondary">
RBS light has undergone extensive testing and has received complete certification for photobiological safety.
</p>
</div>
</div>
</div>
<div class="accordion-item border-end-0 border-start-0 py-3">
<h2 class="accordion-header" id="faqRWHeading6">
<button class="accordion-button collapsed fs-3" type="button" data-bs-toggle="collapse" data-bs-target="#faqRWCollapse6" aria-expanded="false" aria-controls="faqRWCollapse6">
Are there any contraindications?
</button>
</h2>
<div id="faqRWCollapse6" class="accordion-collapse collapse" aria-labelledby="faqRWHeading6" data-bs-parent="#faqAccordion">
<div class="accordion-body text-start">
<p class="fs-5 text-secondary">
As with any light therapy device, there is a small chance of experiencing unusual unpleasant responses like discomfort, headache, dry mouth, eye strain, nausea, or hyperactivity. The majority of these reactions are moderate and transient in nature.
</p>
</div>
</div>
</div>
<div class="accordion-item border-end-0 border-start-0 py-3">
<h2 class="accordion-header" id="faqRWHeading7">
<button class="accordion-button collapsed fs-3" type="button" data-bs-toggle="collapse" data-bs-target="#faqRWCollapse7" aria-expanded="false" aria-controls="faqRWCollapse7">
Do I need a smartphone to use RBS?
</button>
</h2>
<div id="faqRWCollapse7" class="accordion-collapse collapse" aria-labelledby="faqRWHeading7" data-bs-parent="#faqAccordion">
<div class="accordion-body text-start">
<p class="fs-5 text-secondary">
No, using a smartphone or downloading the RBS app is not required in order to utilize RBS.
</p>
</div>
</div>
</div>
<div class="accordion-item border-end-0 border-start-0 py-3">
<h2 class="accordion-header" id="faqRWHeading8">
<button class="accordion-button collapsed fs-3" type="button" data-bs-toggle="collapse" data-bs-target="#faqRWCollapse8" aria-expanded="false" aria-controls="faqRWCollapse8">
Is RBS a medical device?
</button>
</h2>
<div id="faqRWCollapse8" class="accordion-collapse collapse" aria-labelledby="faqRWHeading8" data-bs-parent="#faqAccordion">
<div class="accordion-body text-start">
<p class="fs-5 text-secondary">
RBS is not a medical device that can diagnose, treat, or cure any ailment; rather, it is a consumer health tool.
</p>
</div>
</div>
</div>
</div>
</div>
<div id="snr" class="mt-5 mb-4">
<h2>Science & Results</h2>
</div>
<div class="d-flex justify-content-start py-4">
<div class="accordion w-100" id="faqAccordion">
<div class="accordion-item border-end-0 border-start-0 py-3">
<h2 class="accordion-header" id="faqSnrHeading1">
<button class="accordion-button collapsed fs-3" type="button" data-bs-toggle="collapse" data-bs-target="#faqSnrCollapse1" aria-expanded="false" aria-controls="faqSnrCollapse1">
When will I start to notice results?
</button>
</h2>
<div id="faqSnrCollapse1" class="accordion-collapse collapse" aria-labelledby="faqSnrHeading1" data-bs-parent="#faqAccordion">
<div class="accordion-body text-start">
<p class="fs-5 text-secondary">
After just one session with RBS, several of our clients say that they already feel more energized and happier. Others take several days to a few weeks to notice a long-lasting shift in their circadian rhythm and quality of sleep. In order to begin experiencing the intended effects, we advise using the product every day for at least 3 weeks.
</p>
</div>
</div>
</div>
<div class="accordion-item border-end-0 border-start-0 py-3">
<h2 class="accordion-header" id="faqSnrHeading2">
<button class="accordion-button collapsed fs-3" type="button" data-bs-toggle="collapse" data-bs-target="#faqSnrCollapse2" aria-expanded="false" aria-controls="faqSnrCollapse2">
Do I use it during the day or before going to sleep?
</button>
</h2>
<div id="faqSnrCollapse2" class="accordion-collapse collapse" aria-labelledby="faqSnrHeading2" data-bs-parent="#faqAccordion">
<div class="accordion-body text-start">
<p class="fs-5 text-secondary">
The best time to utilize RBS is typically in the morning to restore your circadian rhythm. The ideal hour will, however, differ from person to person and be influenced by your personal circadian cycle as well as your intended health and wellness objectives. You can get useful advice from the RBS app regarding when to use RBS, when to avoid light, and other crucial parameters.
</p>
</div>
</div>
</div>
<div class="accordion-item border-end-0 border-start-0 py-3">
<h2 class="accordion-header" id="faqSnrHeading3">
<button class="accordion-button collapsed fs-3" type="button" data-bs-toggle="collapse" data-bs-target="#faqSnrCollapse3" aria-expanded="false" aria-controls="faqSnrCollapse3">
What benefits can I expect from the product?
</button>
</h2>
<div id="faqSnrCollapse3" class="accordion-collapse collapse" aria-labelledby="faqSnrHeading3" data-bs-parent="#faqAccordion">
<div class="accordion-body text-start">
<p class="fs-5 text-secondary">
<ol class="fs-5 text-secondary">
<li >Your energy and attention levels can be raised immediately after or shortly after an RBS session. The reason for this effect is that RBS functions similarly to natural sunlight in that it inhibits the production of the sleep hormone melatonin, causing you to become more aware and awake.</li><br>
<li>You may actively alter your circadian rhythm to suit your lifestyle because melatonin is suppressed at a precise period during the day-night cycle. This means that RBS can ensure that you awaken on a Monday morning feeling rested and ready to greet the day as well as assist your body in adjusting to a new time zone or a hard shift work schedule.</li><br>
<li>Lastly, by reducing melatonin production during the day, you can encourage your body to create more melatonin at night so that you can get a decent night's sleep.</li>
</ol>
</p>
</div>
</div>
</div>
<div class="accordion-item border-end-0 border-start-0 py-3">
<h2 class="accordion-header" id="faqSnrHeading4">
<button class="accordion-button collapsed fs-3" type="button" data-bs-toggle="collapse" data-bs-target="#faqSnrCollapse4" aria-expanded="false" aria-controls="faqSnrCollapse4">
How do I use it for my specific case?
</button>
</h2>
<div id="faqSnrCollapse4" class="accordion-collapse collapse" aria-labelledby="faqSnrHeading4" data-bs-parent="#faqAccordion">
<div class="accordion-body text-start">
<p class="fs-5 text-secondary">
The app can fully instruct you on how to utilize RBS for achieving your desired objective according on your circadian cycle, desired effect, and lifestyle. As an alternative, you can consult your RBS manual or contact us in email. We would be delighted to hear from you and assist you in maximizing RBS.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex flex-row">
<aside class="w-25">
<ul class="row gap-4 py-5">
<div class="faqs-aside2 align-content-center d-flex flex-wrap ps-3">
<li class="fs-3 text-secondary">Send us a message</li>
</div>
</ul>
</aside>
<div class="w-75 p-5">
<h1>Didn't find an answer to your question?</h1>
<div class="container mt-5">
<form class="pt-3">
<div class="mb-3">
<label for="fullName" class="form-label fs-3">Full Name</label>
<input type="text" class="fs-5 form-control border-black border-start-0 border-top-0 border-end-0" id="fullName" placeholder="Enter your full name" required>
</div>
<div class="mb-3">
<label for="email" class="form-label fs-3">Email address</label>
<input type="email" class="fs-5 form-control border-black border-start-0 border-top-0 border-end-0" id="email" placeholder="Enter your email address" required>
</div>
<div class="mb-3">
<label for="helpText" class="form-label fs-3">How can we help?</label>
<textarea class="fs-5 form-control border-black border-start-0 border-top-0 border-end-0" id="helpText" rows="5" placeholder="Please describe how we can assist you" required></textarea>
</div>
<div class="h-50 float-end">
<button type="submit" class="btn btn-primary bg-black border-0 p-3 px-5">Submit</button>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<div class="product-ext d-flex justify-content-center bg-white">
<div class="container h-auto text-center">
<br><br><hr>
<div class="p-5 d-flex flex-row">
<div class="w-25">
<svg xmlns="http://www.w3.org/2000/svg" width="53" height="53" viewBox="0 0 53 53" fill="none">
<rect x="0.342285" y="0.657715" width="52" height="52" rx="6" fill="black"></rect>
<path d="M26.3423 38.6577C32.9697 38.6577 38.3423 33.2851 38.3423 26.6577C38.3423 20.0303 32.9697 14.6577 26.3423 14.6577C19.7149 14.6577 14.3423 20.0303 14.3423 26.6577C14.3423 33.2851 19.7149 38.6577 26.3423 38.6577Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
<path d="M37.1129 31.9538L30.3271 27.7803C30.2081 27.7071 30.0752 27.6597 29.9368 27.641L27.0845 27.2565C26.8703 27.2277 26.6525 27.2689 26.4638 27.3742C26.275 27.4795 26.1255 27.6431 26.0375 27.8405L24.3251 31.6828C24.2455 31.8615 24.22 32.0596 24.2519 32.2526C24.2837 32.4456 24.3715 32.6251 24.5043 32.7687L26.8542 35.3105C26.9608 35.4258 27.0387 35.5645 27.0817 35.7154C27.1247 35.8663 27.1316 36.0252 27.1018 36.1793L26.6231 38.6539" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
<path d="M18.4613 17.6089L17.3433 20.2526C17.2436 20.4883 17.2381 20.7533 17.3279 20.993L18.7642 24.8265C18.823 24.9835 18.9204 25.1232 19.0473 25.2327C19.1742 25.3422 19.3266 25.4181 19.4905 25.4533L22.1693 26.029C22.3179 26.061 22.4573 26.1264 22.5768 26.2203C22.6964 26.3142 22.793 26.4342 22.8592 26.571L23.3349 27.5538C23.4168 27.7229 23.5446 27.8655 23.7038 27.9653C23.863 28.0651 24.0471 28.1181 24.235 28.1181H25.9141" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
<path d="M29.3996 15.0513L30.5663 17.1411C30.6766 17.3386 30.7166 17.5677 30.6798 17.791C30.6431 18.0143 30.5317 18.2184 30.3639 18.3702L27 21.4124C26.9429 21.464 26.8801 21.5089 26.8127 21.5461L25.2825 22.3912C25.1344 22.4729 24.9681 22.5158 24.799 22.5158H22.1309C21.9341 22.5158 21.7417 22.5738 21.5778 22.6826C21.4139 22.7915 21.2857 22.9462 21.2093 23.1276L20.1684 25.5986" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
<div class="my-3">
<span>Free Shipping</span>
</div>
</div>
<div class="w-25">
<svg xmlns="http://www.w3.org/2000/svg" width="53" height="53" viewBox="0 0 53 53" fill="none">
<rect x="0.342285" y="0.657715" width="52" height="52" rx="6" fill="black"></rect>
<path d="M20.3423 25.6577L14.3423 31.6577L20.3423 37.6577" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
<path d="M20.3423 17.6577H31.3423C33.1988 17.6577 34.9793 18.3952 36.292 19.708C37.6048 21.0207 38.3423 22.8012 38.3423 24.6577V24.6577C38.3423 25.577 38.1612 26.4872 37.8094 27.3365C37.4577 28.1858 36.942 28.9575 36.292 29.6075C35.642 30.2575 34.8704 30.7731 34.0211 31.1249C33.1718 31.4767 32.2615 31.6577 31.3423 31.6577H14.3423" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
<div class="my-3">
<span>60-day Money Back Guarantee</span>
</div>
</div>
<div class="w-25">
<svg xmlns="http://www.w3.org/2000/svg" width="53" height="53" viewBox="0 0 53 53" fill="none">
<rect x="0.3423" y="0.657715" width="52" height="52" rx="6" fill="black"></rect>
<path d="M15.3423 24.991V17.6577C15.3423 17.3925 15.4477 17.1381 15.6352 16.9506C15.8227 16.7631 16.0771 16.6577 16.3423 16.6577H36.3423C36.6075 16.6577 36.8619 16.7631 37.0494 16.9506C37.2369 17.1381 37.3423 17.3925 37.3423 17.6577V24.991C37.3423 35.493 28.4291 38.9723 26.6493 39.5624C26.4504 39.6308 26.2342 39.6308 26.0353 39.5624C24.2556 38.9723 15.3423 35.493 15.3423 24.991Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
<path d="M31.8423 23.6577L24.5089 30.6577L20.8423 27.1577" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
<div class="my-3">
<span>1-year Warranty</span>
</div>
</div>
<div class="w-25">
<svg xmlns="http://www.w3.org/2000/svg" width="53" height="53" viewBox="0 0 53 53" fill="none">
<rect x="0.342285" y="0.657715" width="52" height="52" rx="6" fill="black"></rect>
<path d="M36.3423 21.6577H16.3423C15.79 21.6577 15.3423 22.1054 15.3423 22.6577V36.6577C15.3423 37.21 15.79 37.6577 16.3423 37.6577H36.3423C36.8946 37.6577 37.3423 37.21 37.3423 36.6577V22.6577C37.3423 22.1054 36.8946 21.6577 36.3423 21.6577Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
<path d="M21.8423 21.6577V17.1577C21.8423 15.9642 22.3164 14.8196 23.1603 13.9757C24.0042 13.1318 25.1488 12.6577 26.3423 12.6577C27.5358 12.6577 28.6804 13.1318 29.5243 13.9757C30.3682 14.8196 30.8423 15.9642 30.8423 17.1577V21.6577" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
<path d="M26.3423 31.1577C27.1707 31.1577 27.8423 30.4861 27.8423 29.6577C27.8423 28.8293 27.1707 28.1577 26.3423 28.1577C25.5139 28.1577 24.8423 28.8293 24.8423 29.6577C24.8423 30.4861 25.5139 31.1577 26.3423 31.1577Z" fill="black"></path>
</svg>
<div class="my-3">
<span>100% Secure Checkout</span>
</div>
</div>
</div><hr>
</div>
</div>
<section id="ftr-section" class="h-auto p-5 bg-white">
<div class="container">
<div class="d-flex">
<div class="rbs-logo w-25">
<img src="assets/logo/title-logo.png" alt="">
</div>
<div class="w-25">
<ul class="ftr-section-li">
<li><a class="text-decoration-none text-dark" href="#home">Home</a></li>
<li><a class="text-decoration-none text-dark" href="why-rbs.html">Why RBS</a></li>
<li><a class="text-decoration-none text-dark" href="faqs.html">FAQS</a></li>
</ul>
</div>
<div class="w-50">
<h1>Stay in touch</h1><br><br>
<div class="ftr-section-input-email">
<input class="h-100 bg-white" type="email" placeholder="Enter your email address" required>
<button class="p-0 m-0" type="submit">
<svg class="bg-white" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
<path d="M3.125 10H16.875" stroke="black" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path>
<path d="M11.25 4.375L16.875 10L11.25 15.625" stroke="black" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</button>
</div>
<p class="fst-italic fs-4">No spam ever. Just interesting updates and exciting announcements.</p><br>
<input class="ftr-section-checkbox" type="checkbox">I have read and I agree with the Terms of Use and Privacy Policy.
</div>
</div>
</div>
</section>
<footer id="ftr" class="h-auto bg-white">
<div class="container p-4">
<div class="d-flex flex-row align-items-center justify-content-between w-100 h-50">
<div class="mx-5">
<p class="fs-5">Copyright RBS @ 2023</p>
</div>
<div>
<a class="text-decoration-none fs-5" href="">Terms of Use, Privacy Policy & Cookie Policy</a>
</div>
<div>
<a class="text-decoration-none fs-5" href="">Returns & Warranty</a>
</div>
<div class="ftr-social d-flex flex-row align-items-center justify-content-between">
<p class="fs-5">Follow Us</p>
<div class="d-flex flex-row w-75 px-3">
<div>
<i class="bi bi-facebook fs-3"></i>
</div>
<div>
<i class="bi bi-twitter fs-3"></i>
</div>
<div>
<i class="bi bi-instagram fs-3"></i>
</div>
<div>
<i class="bi bi-linkedin fs-3"></i>
</div>
</div>
</div>
</div>
</div>
</footer>
<script>
$(document).ready(function() {
$("#cart-toggle").click(function() {
$("#cart").toggleClass("cart-open");
});
$("#cart-close").click(function() {
$("#cart").removeClass("cart-open");
});
});
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>