-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
722 lines (655 loc) · 30.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Digital Health Clinic for Women | Be Bodywise | Skin, Hair, Nutrition</title>
<link rel="icon" type="image/x-icon" href="https://bebodywise.com/favicon.ico">
<link rel="stylesheet" href="./styles/header.css"/>
<link rel="stylesheet" href="./styles/slider.css"/>
<link rel="stylesheet" href="./styles/allproducts.css"/>
<link rel="stylesheet" href="./styles/finalgaurav.css"/>
<link rel="stylesheet" href="./styles/refer.css"/>
<link rel="stylesheet" href="./styles/refer2.css"/>
<link rel="stylesheet" href="./styles/frontpagediv.css"/>
<link rel="stylesheet" href="./styles/footer.css"/>
<link rel="stylesheet" href="./styles/payment.css"/>
<link rel="stylesheet" href="./styles/misc.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"/>
<script src="https://kit.fontawesome.com/66ab05bc09.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- /* Notification Bar */ -->
<div class="notificationBar">
<div class="notification">
<p>Consult a Doctor for free</p>
<button>Book Now</button>
<p class="close"><i class="fa-solid fa-circle-xmark"></i></p>
</div>
</div>
<div class="navBar">
<div class="mainImage">
<a href="index.html"><img src="https://res.cloudinary.com/mosaic-wellness/image/upload/f_auto,w_800,c_limit/v1606295435/staging/Home/Images/bodywise-logo.png" /></a>
</div>
<!-- Header menu bar -->
<div class="menu">
<ul>
<li class=""><a href="./doctorConsultation.html">Book Doctor Consultation</a></li>
<li class=""><a href="./takewell.html">Take Wellness Assessment</a></li>
<li class=""><a href="#">Choose Conern<i class="fa-solid fa-angle-down"></i></a>
<ul>
<li class=""><a href="#">Hair</a></li>
<li class=""><a href="#">Skin</a></li>
<li class=""><a href="#">Nutrition</a></li>
<li class="" ><a href="#">PCOS</a></li>
<li class=""><a href="#">Intimate Care</a></li>
</ul>
</li>
<li class="" id="signup"><a href="./allproducts.html">All Products</a></li>
<li class="" id="cart"><a href="./refer.html">Refer & Earn</a></li>
</ul>
</div>
<div class="icon">
<a href="#" class="search"><img src="https://res.cloudinary.com/mosaic-wellness/image/upload/f_auto,w_48/v1603950724/staging/Home/Images/u_search.svg"/></a>
<a href="#" class="login"><img src="https://res.cloudinary.com/mosaic-wellness/image/upload/f_auto,w_48/v1603950724/staging/Home/Images/u_user.svg"/></a>
<a href="https://api.whatsapp.com/send/?phone=917710096671&text=Hey%21+I+would+like+to+know+more+about+Bodywise.&app_absent=0"><img src="https://res.cloudinary.com/mosaic-wellness/image/upload/f_auto,w_48/v1603950724/staging/Home/Images/WhastApp.svg"/></a>
<a href="#" class="cart"><img src="https://res.cloudinary.com/mosaic-wellness/image/upload/v1603950724/staging/Home/Images/u_shopping-bag.svg"/></a>
<span id="cartNotification">0</span>
</div>
</div>
<div id="main">
<!-- first banner for home page -->
<!-- html part start form here -->
<!--top section -->
<div id="gaurav">
<div id="bodyLefttop">
<div>
<span>Be Bodywise</span>
<p>
The wisdom to stop the experiments and get health & wellness
solutions from experts
</p>
</div>
<div id="leftb">
<div>
<p>
Begin your journey with a Free Doctor or Nutritionist Consult
</p>
<button>Book Now</button>
</div>
<div id="womanShow">
<img
src="https://res.cloudinary.com/mosaic-wellness/image/upload/f_auto,w_200,c_limit/v1618984052/new%20home/Doc.png"
alt=""
/>
</div>
</div>
</div>
<div id="bodyRight">
<div>
<img
src="https://res.cloudinary.com/mosaic-wellness/image/upload/v1618391146/new%20home/image_24_3.png"
alt=""
/>
</div>
<div>
<div>
<img
src="https://res.cloudinary.com/mosaic-wellness/image/upload/f_auto,w_180,c_limit/v1617890609/staging/New%20category%20page%20banner/hair_1.png"
alt=""
/>
</div>
<div style="margin-top: 10px">
<img
src="https://res.cloudinary.com/mosaic-wellness/image/upload/f_auto,w_180,c_limit/v1617890609/staging/New%20category%20page%20banner/weight.png"
alt=""
/>
</div>
</div>
</div>
</div>
<!-- first banner -->
<div id="firstbanner">
<div><img class="firstimgbanner" src="https://res.cloudinary.com/mosaic-wellness/image/upload/v1623302237/new%20home/Hair_Desktop_new.png" alt=""></div>
<div><img class="firstimgbanner" src="https://res.cloudinary.com/mosaic-wellness/image/upload/v1639992700/new%20home/Skin_Blue_Desktop.png" alt=""></div>
<div><img class="firstimgbanner" src="https://res.cloudinary.com/mosaic-wellness/image/upload/v1636470038/new%20home/Nutrition_Desktop_new.png" alt=""></div>
<div><img class="firstimgbanner"src="https://res.cloudinary.com/mosaic-wellness/image/upload/v1634886012/new%20home/UPDATED_PCOS/PCOS_Desktop_N2.png" alt=""></div>
<div><img class="firstimgbanner" src="https://res.cloudinary.com/mosaic-wellness/image/upload/v1623302237/new%20home/UTI_Desktop_new.png" alt=""></div>
</div>
<div id="con1">
<div class="con1-image">
<img src="https://res.cloudinary.com/mosaic-wellness/image/upload/f_auto/v1611455725/Bodywise/Random/Rectangle_94.png" alt="">
</div>
<div class="feeling-head">
<h2>Feeling confused?</h2>
<p>Take a quick assessment co-created with our expert doctors</p>
<button>Consult Doctor Now</button>
</div>
</div>
<div id="con2">
<h2>How It Works</h2>
</div>
<div id="con3">
<div>01
<h4>Health Assessment</h4>
<p>Let us get to know you by asking a few questions. We will lay out actionable steps for you to achieve your wellness goals.</p>
</div>
<div>02
<h4>Online Doctor Consultation</h4>
<p>Get connected with a doctor to discuss your health concerns and understand the treatment options. Find products that are right for your needs.</p>
</div>
<div>03
<h4>Instant Product Delivery</h4>
<p>We know you’re busy. We will get your treatment shipped to your door in 3-5 days.</p>
</div>
</div>
<!-- end of first banner div -->
<!-- hair section start...............-->
<div id="hair001">
<div id="hairhead">
<div>
<h2 style="font-size: 50px">Hair</h2>
<p style="font-size: 24px; color: hsla(0, 0%, 100%, 0.7)">
Discover trichologist developed solutions that help address your
hair fall concerns and support further hair growth.
</p>
<button class="button2001">
View All
<i
class="fa fa-angle-right"
style="font-size: 20px; color: white"
></i>
</button>
</div>
</div>
</div>
<!-- hair section end...............-->
<!-- hair corousel start -->
<div id="main001">
<div class="hair-corousel">
<a href="#" class="hair-left"><i class="fa-solid fa-chevron-left"></i></a>
<div class="hair-slide">
<section class="hair-slide-cointainer">
<div class="hair-thumbnails">
</div>
</section>
</div>
<a href="#" class="hair-right"><i class="fa-solid fa-chevron-right"></i></a>
</div>
</div>
<!-- hair corousel end -->
<div id="head1">What to expect?</div>
<div id="exp1">
<div>
<div class="innerExp1">
<div class="innerMostExp1">
<img src="https://res.cloudinary.com/mosaic-wellness/image/upload/f_auto,w_150,c_limit/v1625127372/staging/Home/Images/Calendar.png" alt="">
</div>
</div>
<div class="innerExp2">
<h6>1-2 months</h6>
<p>There will likely be no visible change in the first two months. Some people may shed slightly more hair strands than before. This is temporary and absolutely normal.</p>
</div>
</div>
<div>
<div class="innerExp1">
<div class="innerMostExp1">
<img src="https://res.cloudinary.com/mosaic-wellness/image/upload/f_auto,w_150,c_limit/v1625127372/staging/Home/Images/Calendar.png" alt="">
</div>
</div>
<div class="innerExp2">
<h6>3-6 months</h6>
<p>At this point, it may become noticeable that hair loss has slowed, stopped, or in some cases maybe even reversed. Take a photo to track your progress</p>
</div>
</div>
<div>
<div class="innerExp1">
<div class="innerMostExp1">
<img src="https://res.cloudinary.com/mosaic-wellness/image/upload/f_auto,w_150,c_limit/v1625127372/staging/Home/Images/Calendar.png" alt="">
</div>
</div>
<div class="innerExp2">
<h6>After 6+ months</h6>
<p>By now, hair loss may have considerably slowed down or stopped, and some people may see signs of regrowth (usually at the crown of the head). Consistent daily treatment is required to maintain results.</p>
</div>
</div>
</div>
<!-- skin section start.............-->
<div id="skin001">
<div id="skinhead">
<div>
<h2 style="font-size: 50px">Skin</h2>
<p style="font-size: 24px; color: hsla(0, 0%, 100%, 0.7)">
Get clear, youthful looking skin with our dermatologist developed
solutions for your acne and aging concerns
</p>
<button class="button2001">
View All
<i
class="fa fa-angle-right"
style="font-size: 20px; color: white"
></i>
</button>
</div>
</div>
</div>
<!-- skin section end.............-->
<!-- Skin corousel start -->
<div id="main002">
<div class="skin-corousel">
<a href="#" class="skin-left"><i class="fa-solid fa-chevron-left"></i></a>
<div class="skin-slide">
<section class="skin-slide-cointainer">
<div class="skin-thumbnails">
</div>
</section>
</div>
<a href="#" class="skin-right"><i class="fa-solid fa-chevron-right"></i></a>
</div>
</div>
<!-- Skin corousel end -->
<div id="head2">What to expect?</div>
<div id="expp1">
<div>
<div class="innerExpp1">
<div class="innerMostExpp2">
<img src="https://res.cloudinary.com/mosaic-wellness/image/upload/f_auto,w_150,c_limit/v1625127372/staging/Home/Images/Calendar.png" alt="">
</div>
</div>
<div class="innerExpp2">
<h6>1-2 months</h6>
<p>There will likely be very few visible change in the first two months. Acne scars and hyperpigmentation may reduce and your skin texture will start improving.</p>
</div>
</div>
<div>
<div class="innerExpp1">
<div class="innerMostExpp2">
<img src="https://res.cloudinary.com/mosaic-wellness/image/upload/f_auto,w_150,c_limit/v1625127372/staging/Home/Images/Calendar.png" alt="">
</div>
</div>
<div class="innerExpp2">
<h6>3-6 months</h6>
<p>At this point, it may become noticeable that skin has started new skin cell production and there will be reduction in fine lines & wrinkles, number of pimples on your face.</p>
</div>
</div>
<div>
<div class="innerExpp1">
<div class="innerMostExpp2">
<img src="https://res.cloudinary.com/mosaic-wellness/image/upload/f_auto,w_150,c_limit/v1625127372/staging/Home/Images/Calendar.png" alt="">
</div>
</div>
<div class="innerExpp2">
<h6>After 6+ months</h6>
<p>By now, your skin may have healed completely. Aging signs and acne may have considerably slowed down or stopped, and some people may see a natural glow on their face. Consistent daily treatment is required to maintain results.</p>
</div>
</div>
</div>
<!-- nutrition section start....................... -->
<div id="nutri001">
<div id="nutrihead">
<div>
<h2 style="font-size: 50px">Nutrition</h2>
<p style="font-size: 24px; color: hsla(0, 0%, 100%, 0.7)">
Achieve your body goals with our nutritionist developed supplemental
solutions to aid your weight management journey - while maintaining
a healthy lifestyle.
</p>
<button class="button2001">
View All
<i
class="fa fa-angle-right"
style="font-size: 20px; color: white"
></i>
</button>
</div>
</div>
</div>
<!-- nutrition section end....................... -->
<!-- Weight/Nutrition corousel end -->
<div id="main002">
<div class="weight-corousel">
<a href="#" class="weight-left"><i class="fa-solid fa-chevron-left"></i></a>
<div class="weight-slide">
<section class="weight-slide-cointainer">
<div class="weight-thumbnails">
</div>
</section>
</div>
<a href="#" class="weight-right"><i class="fa-solid fa-chevron-right"></i></a>
</div>
</div>
<!-- Weight/Nutrition corousel end -->
<div id="head3">What to expect?</div>
<div id="expp3">
<div>
<div class="innerExpp1">
<div class="innerMostExpp3">
<img src="https://res.cloudinary.com/mosaic-wellness/image/upload/f_auto,w_150,c_limit/v1625127372/staging/Home/Images/Calendar.png" alt="">
</div>
</div>
<div class="innerExpp2">
<h6>1-2 months</h6>
<p>There will likely be very few visible change in the first two months. Your appetite may have reduced.</p>
</div>
</div>
<div>
<div class="innerExpp1">
<div class="innerMostExpp3">
<img src="https://res.cloudinary.com/mosaic-wellness/image/upload/f_auto,w_150,c_limit/v1625127372/staging/Home/Images/Calendar.png" alt="">
</div>
</div>
<div class="innerExpp2">
<h6>3-6 months</h6>
<p>At this point, it may become noticeable that body feels lighter. There may be reduction in acid reflux, bloating etc. Take a photo to track your progress.</p>
</div>
</div>
<div>
<div class="innerExpp1">
<div class="innerMostExpp3">
<img src="https://res.cloudinary.com/mosaic-wellness/image/upload/f_auto,w_150,c_limit/v1625127372/staging/Home/Images/Calendar.png" alt="">
</div>
</div>
<div class="innerExpp2">
<h6>After 6+ months</h6>
<p> By now, your appetite may have reduced while your eating habits may have changed as well. Consistent daily treatment is required to maintain results and increase the chance of maintaining your weight.</p>
</div>
</div>
</div>
<!-- pcos section start................ -->
<div id="pcos001">
<div id="pcoshead">
<div>
<h2 style="font-size: 50px">PCOS</h2>
<p style="font-size: 24px; color: hsla(0, 0%, 100%, 0.7)">
Restore hormonal imbalance and manage bloating, period cramps,
stress and more with our period management range.
</p>
<button class="button2001">
View All
<i
class="fa fa-angle-right"
style="font-size: 20px; color: white"
></i>
</button>
</div>
</div>
</div>
<!-- pcos corousel start -->
<div id="main002">
<div class="pcos-corousel">
<a href="#" class="pcos-left"><i class="fa-solid fa-chevron-left"></i></a>
<div class="pcos-slide">
<section class="pcos-slide-cointainer">
<div class="pcos-thumbnails">
</div>
</section>
</div>
<a href="#" class="pcos-right"><i class="fa-solid fa-chevron-right"></i></a>
</div>
</div>
<!-- pcos corousel end -->
<div id="head4">What to expect?</div>
<div id="expp4">
<div>
<div class="innerExpp1">
<div class="innerMostExpp4">
<img src="https://res.cloudinary.com/mosaic-wellness/image/upload/f_auto,w_150,c_limit/v1625127372/staging/Home/Images/Calendar.png" alt="">
</div>
</div>
<div class="innerExpp2">
<h6>3-6 months</h6>
<p>At this point, it may become noticeable that your stress and anxiety levels have reduced. Some people may notice an improvement in energy level & digestion. Your body may feel lighter; you’re able to manage your weight better.</p>
</div>
</div>
<div>
<div class="innerExpp1">
<div class="innerMostExpp4">
<img src="https://res.cloudinary.com/mosaic-wellness/image/upload/f_auto,w_150,c_limit/v1625127372/staging/Home/Images/Calendar.png" alt="">
</div>
</div>
<div class="innerExpp2">
<h6>After 6+ months</h6>
<p>By now, your hormonal imbalance may have reduced. Your periods are more regular than before. Consistent daily treatment is required to maintain results and manage PCOS symptoms and period cramps .</p>
</div>
</div>
</div>
<!-- feminine care start............... -->
<div id="femi001">
<div id="femihead">
<div>
<h2 style="font-size: 50px">Feminine Care</h2>
<p style="font-size: 24px; color: hsla(0, 0%, 100%, 0.7)">
Manage intimate hygiene, reduce UTI recurrence and improve gut
health with our intimate care product range.
</p>
<button class="button2001">
View All
<i
class="fa fa-angle-right"
style="font-size: 20px; color: white"
></i>
</button>
</div>
</div>
</div>
<!-- ------feminine care end.................................. -->
<div id="main002">
<div class="feminine-corousel">
<a href="#" class="feminine-left"><i class="fa-solid fa-chevron-left"></i></a>
<div class="feminine-slide">
<section class="feminine-slide-cointainer">
<div class="feminine-thumbnails">
</div>
</section>
</div>
<a href="#" class="feminine-right"><i class="fa-solid fa-chevron-right"></i></a>
</div>
</div>
<div id="head5">What to expect?</div>
<div id="expp5">
<div>
<div class="innerExpp1">
<div class="innerMostExpp5">
<img src="https://res.cloudinary.com/mosaic-wellness/image/upload/f_auto,w_150,c_limit/v1625127372/staging/Home/Images/Calendar.png" alt="">
</div>
</div>
<div class="innerExpp2">
<h6>3-6 months</h6>
<p>At this point, it may become noticeable that your stress and anxiety levels have reduced. Some people may notice an improvement in energy level & digestion. Your body may feel lighter; you’re able to manage your weight better.</p>
</div>
</div>
<div>
<div class="innerExpp1">
<div class="innerMostExpp5">
<img src="https://res.cloudinary.com/mosaic-wellness/image/upload/f_auto,w_150,c_limit/v1625127372/staging/Home/Images/Calendar.png" alt="">
</div>
</div>
<div class="innerExpp2">
<h6>After 6+ months</h6>
<p>By now, your hormonal imbalance may have reduced. Your periods are more regular than before. Consistent daily treatment is required to maintain results and manage PCOS symptoms and period cramps .</p>
</div>
</div>
</div>
<!-- login page -->
<div class="login-bg">
<div class="login-page">
<div class="login-head">
<p class="login-heading">Login or Signup</p>
<span class="login-close">X</span>
</div>
<hr/>
<p class="p1">Enter your phone number to verify yourself</p>
<input type="number" id="login-bar" placeholder="Enter Phone number">
<p class="p2">We will send OTP to this number</p>
<button id="login-submit">SUBMIT</button>
</div>
</div>
<!-- search page -->
<div class="search-bg">
<div class="search-page">
<div class="search-head">
<input type="text" placeholder="Search here...">
<a href="#"><img src="https://res.cloudinary.com/mosaic-wellness/image/upload/v1622088832/staging/Home/Images/Vector.png"/></a>
<span class="cartNotification">0</span>
<span class="search-close">+</span>
</div>
<div class="trending">
<p>Trending</p>
<div class="trending-items">
</div>
</div>
<div class="recommended">
<p>Recommended Products</p>
<div class="recommended-items">
</div>
</div>
</div>
</div>
<!-- cart page -->
<div class="cart-bg">
<div class="cart-page">
<div class="cart-head">
<div class="cartClose"><i class="fa-solid fa-xmark"></i></div>
<div class="cartheading">Cart</div>
</div>
<div class="cart-items">
<div class="items-empty">
<div class="empty-cart">
<img src="https://res.cloudinary.com/mosaic-wellness/image/upload/f_auto,w_100,c_limit/v1620122159/staging/Home/Images/image_13.png"/>
<p class="emptySentencemain">Your Personal Health Briefcase is empty!</p>
<p class="emptySentence">Add products to cart and begin your wellness journey now</p>
<button class="emptycartbutton">Add Products</button>
</div>
</div>
</div>
<div class="cart-footer">
</div>
</div>
</div>
<!-- Payment Part Here -->
<div class="paymentDiv">
<div id="containerSamson">
<div id="left">
<h4 id="one">Refer and Earn</h4>
<h4 id="two">Refer your friend to Bodywise and get rewarded</h4>
<button>Refer Now</button>
</div>
<div id="right">
<img id="referimg"
src="https://res.cloudinary.com/mosaic-wellness/image/upload/v1602666576/referral-snippet/referralSnippetDesktop.svg">
</div>
</div>
<!--Deliver Instruction -->
<div id="payment">
<h2>Delivery Instructions</h2>
<div id="paymentinside">
<div id="payment1">
<div>
<img id="paymentimg1"
src="https://res.cloudinary.com/mosaic-wellness/image/upload/v1603435297/staging/Home/Images/cod-icn.png"
alt="">
</div>
<div id="content">
<h4 style="font-size:20px">COD Available</h4>
<p style="font-size:18px">Free shipping all over India</p>
</div>
</div>
<div id="payment2">
<div>
<img id="paymentimg1"
src="https://res.cloudinary.com/mosaic-wellness/image/upload/v1603435297/staging/Home/Images/coupon-icn.png"
alt="">
</div>
<div id="content">
<h4 style="font-size:20px">20% Cashback</h4>
<p style="font-size:18px">When you place an order and pay online</p>
</div>
</div>
</div>
</div>
<!-- Payment OPtion -->
<div id="option">
<h3 style="font-size:36px">Complete your payment using any of these payment options</h3>
<div id="optioninside">
<div>
<img src="https://res.cloudinary.com/mosaic-wellness/image/upload/f_auto,w_200,c_limit/v1603435295/staging/Home/Images/amex-icn.png"
alt="">
</div>
<div>
<img src="https://res.cloudinary.com/mosaic-wellness/image/upload/f_auto,w_200,c_limit/v1603435295/staging/Home/Images/master-icn.png"
alt="">
</div>
<div>
<img src="https://res.cloudinary.com/mosaic-wellness/image/upload/f_auto,w_200,c_limit/v1603435295/staging/Home/Images/visa-icn.png"
alt="">
</div>
<div>
<img src="https://res.cloudinary.com/mosaic-wellness/image/upload/f_auto,w_200,c_limit/v1603435295/staging/Home/Images/bhim-icn.png"
alt="">
</div>
<div>
<img src="https://res.cloudinary.com/mosaic-wellness/image/upload/f_auto,w_200,c_limit/v1603435295/staging/Home/Images/gpay-icn.png"
alt="">
</div>
<div>
<img src="https://res.cloudinary.com/mosaic-wellness/image/upload/f_auto,w_200,c_limit/v1603435295/staging/Home/Images/netbanking-icn.png"
alt="">
</div>
<div>
<img src="https://res.cloudinary.com/mosaic-wellness/image/upload/f_auto,w_200,c_limit/v1603435295/staging/Home/Images/cash-icn.png"
alt="">
</div>
</div>
</div>
</div>
<!-- fotter -->
<div class="footerBody">
<div class="footerBox">
<div class="upperPart">
<div class="imagePart">
<img src="https://res.cloudinary.com/mosaic-wellness/image/upload/f_auto,w_800,c_limit/v1606295435/staging/Home/Images/bodywise-logo.png" alt="">
</div>
<ul>
<li><a href="#">Hair</a></li>
<li><a href="#">Skin</a></li>
<li><a href="#">Nutrition</a></li>
</ul>
<ul>
<li><a href="#">PCOS</a></li>
<li><a href="#">Intimate Care</a></li>
<li><a href="#">Blog</a></li>
</ul>
<hr class="hrline">
</div>
<div class="middlePart">
<ul>
<li><a href="#">Contact Us</a></li>
<li><a href="#">About Us</a></li>
</ul>
<ul>
<li><a href="#">FAQs</a></li>
<li><a href="#">Returns & Refunds</a></li>
</ul>
<hr class="hrline">
</div>
<div class="thirdPart">
<ul>
<li class="instagram"><a href="#"><img src="https://res.cloudinary.com/mosaic-wellness/image/upload/f_auto,w_50,c_limit/v1603435299/staging/Home/Images/insta.png" alt=""></a></li>
<li class="facebook"><a href="#"><img src="https://res.cloudinary.com/mosaic-wellness/image/upload/f_auto,w_50,c_limit/v1603435299/staging/Home/Images/fb.png" alt=""></a></li>
<li class="youtube"><a href="#"><img src="https://res.cloudinary.com/mosaic-wellness/image/upload/f_auto,w_50,c_limit/v1603435299/staging/Home/Images/youtube.png" alt=""></a></li>
</ul>
<ul>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Join Community</a></li>
</ul>
<p>Copyright © 2022 BeBodywise. All rights reserved</p>
</div>
</div>
</div>
</body>
</html>
<script src="./js/header.js"></script>
<script src="./js/products.js"></script>
<script src="./js/cart.js"></script>
<script src="./js/carousal.js"></script>