-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathrefer.html
729 lines (689 loc) · 25.9 KB
/
refer.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
<!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>refer&earn</title>
<style>
/* --Navbar-- */
*{
margin:0px;
}
.font{
font-family: 'Open Sans', sans-serif;
}
.spaceup
{
margin:auto;
margin-top: 80px;
width:90%;
}
#navbar{
position: sticky;
top:0px;
background-color: #10847e;
border:1px solid transparent;
}
#upperNav{
margin-top: 15px;
}
#upperNav>div:first-child{
/* border: 1px solid red; */
display: flex;
width:90%;
margin: auto;
}
#upperNav>div>img{
width:180px
}
input{
width:60%;
margin-left: 5%;
border-radius: 6px;
border: 0px;
}
#lowerNav{
color:white;
display: flex;
justify-content: space-around;
font-size: 17px;
font-family: 'Noto Sans', sans-serif;
margin: auto;
}
#lowerNav>div:first-child{
/* border:1px solid red; */
display: flex;
margin-left: 13%;
}
#lowerNav>div:first-child>div{
padding:20px 15px 10px 20px
/* border:1px solid red; */
}
.highlight
{
position: relative;
/* border:1px solid black; */
height:3px;
margin: 0px;
top:10px;
}
#lowerNav>div>div:hover > .highlight
{
background-color: white;
transition: 350ms;
}
#lowerNav>div:nth-child(2)>div:hover > .highlight
{
background-color: white;
}
#lowerNav>div:last-child{
/* border:1px solid red; */
display:flex;
align-items: center;
}
#lowerNav>div:last-child>div{
/* border:1px solid blue; */
padding:22px;
margin-bottom: -10px;
}
#login{
display: flex;
}
#login+div{
display: flex;
}
#login p,#login+div p{
margin: auto;
}
/* naaaaaaaaaaaaaaaaaaaaavvvvvvvvvvvvvvvvvvvvbbbbbbbbbbbbbbbbbaaaaaaaaaaaaaaaaaaaaarrrrrrrrrrrrrrrrrrr */
#lower{
/* border: 1px solid red; */
display: flex;
margin: auto;
width: 70%;
height:700px;
justify-content: space-around;
margin-top: 20px;
}
#lowerleft{
/* border: 1px solid red; */
width:30%;
height:820px;
}
/* #lowerright>img{
text-align: center;
width: 190px;
margin: 40px auto 32px;
} */
#lowerleft>div:first-child{
height:100px;
width: 100%;
background-color: #8573E1;
color: white;
display: flex;
justify-content:space-between;
}
#lowerleft>div:last-child{
margin-top: 15px;
height:750px;
width:100%;
border: 1px solid rgb(224, 224, 224);
}
#lowerleft>div:first-child>div:nth-child(2){
width:170px;
}
#lowerleft>div:first-child>div:nth-child(1){
margin-left: 15px;
margin-top: 25px;
}
#lowerleft>div:first-child>div:nth-child(3){
margin-top: 35px;
}
#lowerleft>div:first-child>div:nth-child(3):hover{
cursor:pointer;
}
#lowerleft>div:first-child>div>p{
font-size: 15px;
margin-left: px;
font-family: 'Open Sans', sans-serif;
}
#lowerleft>div:first-child>div:first-child>img{
width:25px;
}
#lowerleft>div:first-child>div{
margin-top: 15px;
}
#lowerleftdown{
display:grid;
grid-template-columns: repeat(1,1fr);
grid-template-rows: repeat(15,40px);
gap:10px;
border-radius: 4px;
}
#lowerleftdown>div{
margin-top: 10px;
}
#lowerleftdown>div{
/* border:1px solid; */
/* width:70%; */
height:40px;
display: flex;
}
#lowerleftdown>div>img{
width:23.99px;
height: 23.99px;
margin-left: 20px;
}
#lowerleftdown>div>p{
font-family: 'Open Sans', sans-serif;
color:#4F585E;
margin-left: 20px;
font-size: 15px;
margin-top: 5px;
cursor: pointer;
}
#pagehead{
height:40px;
width:1050px;
margin: auto;
margin-top: 90px;
margin-left: 15%;
display: flex;
/* justify-content: space-between; */
/* border: 1px solid; */
}
#lowerleft>div>div:last-child{
cursor: pointer;
}
#lowerright{
/* border:1px solid red; */
width:60%;
height:370px;
display: grid;
grid-template-columns: (1,1fr);
grid-template-rows: (7,30px);
padding:25px;
margin-left: 40px;
border-radius: 5px;
border: 1px solid rgb(224, 224, 224);
}
#lowerright>div{
width:100%;
/* border: 1px solid red; */
}
#lowerright>div:first-child{
height:30px;
margin-top: -10px;
margin-bottom:-25px;
display: flex;
justify-content: flex-end;
}
#lowerright>div:nth-child(2){
height:120px;
margin-top: -45px;
margin-bottom: -5px;
}
#lowerright>div:nth-child(2)>img{
width: 100%;
}
#lowerright>div:nth-child(3){
height: 110px;
margin-top: -65px;
margin-bottom: -55px;
display: flex;
}
#lowerright>div:nth-child(4){
height:100px;
margin-top: -15px;
/* border: 1px solid green; */
margin-bottom: -95px;
}
/* ffffffffffffffffffffffffffffffffffflooooooooooooooooooooooooooooooooooooootttttttttttttteeeeeeeeeerrrrrrrrrrrrrr */
#endpart{
background-color: #f4f7fb;
}
#fourthdiv {
height: 900px;
padding: 20px;
width: 100%;
margin: auto;
/* border: 1px solid black; */
margin-top: 200px;
background-color: #f4f7fb;
}
#kolo {
/* border: 1px solid black; */
width: 90%;
margin: auto;
height: 75%;
margin-top: 50px;
display: flex;
}
.footerheadings{
font-size: 16px;
margin-top: 20px;
color: #4F585E;
}
.CFN {
height: 100%;
width: 90%;
/* border: 1px solid black; */
display: grid;
grid-template-columns: repeat(3, 1fr);
}
.CFN>div {
height: 100%;
/* border: 1px solid black; */
font-family: sans-serif;
margin-left: 110px;
}
.CFN>div>p {
margin-top: 18px;
font-size: 16px;
color: #4f585e;
}
#followus {
height: 20%;
margin-left: 90px;
/* border: 1px solid red; */
width: 40%;
}
#followus>h3 {
font-family: Open Sans, sans-serif;
text-rendering: optimizeLegibility;
font-weight: 400;
}
#followus>div {
height: 50%;
width: 100%;
/* border: 1px solid red; */
display: flex;
align-items: center;
}
#followus>div>a {
margin-right: 30px;
color: #10847e;
}
#partners {
height: 00px;
width: 90%;
margin: auto;
margin-left: 170px;
margin-top: -100px;
/* border: 2px solid black; */
font-family: sans-serif;
}
#partners>div {
height: 100px;
width: 100%;
/* border: 1px solid black; */
margin-top: 10px;
display: flex;
}
.logos {
height: 100%;
width: 67%;
margin-top: 20px;
/* border: 1px solid black; */
}
.logos>img {
height: 28px;
/* width: 42px; */
margin-right: 21px;
}
#rights {
height: 100%;
width: 20%;
/* border: 1px solid red; */
margin-left: 20px;
}
#rights>p {
font-size: 17px;
color: #4f585e;
}
#h4name{
font-size: 19px;
}
a{
text-decoration: none;
}
</style>
</head>
<body>
<!-- -- Navbar start-- -->
<div id="navbar">
<div id="upperNav">
<div>
<img src="images/navbarimg.png" alt="pharmeasyimage">
<input type="text">
</div>
</div>
<div id="lowerNav">
<div>
<div>
<p id="orderMedicinebtn">Order Medicines</p>
<div></div>
</div>
<div>Healthcare Products
<div class="highlight"></div>
</div>
<div>Lab Tests
<div class="highlight"></div>
</div>
<div>RTPCR
<div class="highlight"></div>
</div>
</div>
<div>
<div id="offer">
<img src="images/discount.png" alt="flaticon">
Offers</div>
<div id="login">
<img src="images/loginsignup.svg" alt="login/signup">
<p>User</p>
</div>
<div>
<img src="images/cart.svg" alt="">
<p>Cart</p>
</div>
</div>
</div>
</div>
<!-- --Navbar end-- -->
<div></div>
<div id="pagehead">
<div style="width:40px;height:40px;border-radius: 20px;background-color:#10847e ;text-align: center;border: none;"><p style="color: white;font-size: 20px;margin-top: 7px;">U</p></div>
<div style="width:270px;height:18px;margin-top: 20px;margin-left: 270px;"><p style="color:#4f585e;font-weight:bolder;font-family: 'Open Sans', sans-serif; margin-left: 20%;">REFER AND EARN</p></div>
<!-- <div style="width:40px;height: 40px;margin-left: 520px;"><p style="color:#10847e;font-size: 20px;font-weight: bold;margin-top: 7px;">₹0</p></div> -->
</div>
<div id="lower">
<div id="lowerleft">
<div>
<div><img src="https://assets.pharmeasy.in/web-assets/dist/3864b471.svg"></div>
<div><p>Save flat 5% extra on medicines & enjoy FREE delivery with Plus Membership</p></div>
<div><img src="https://assets.pharmeasy.in/web-assets/dist/ab5ce12b.svg"/></div>
</div>
<div id="lowerleftdown">
<div>
<img src="https://assets.pharmeasy.in/web-assets/dist/6d757b2d.svg"/>
<a href="cart.html"><p style="font-weight:bold;font-size:12px;font-family:'Open Sans', sans-serif;
color:#4F585E;
margin-left: 20px;
font-size: 15px;
margin-top: 5px;cursor: pointer;">Your Orders</p></a>
</div>
<div><p style="margin-left: 65px;">Medicine/Healthcare</p></div>
<div><a href="Labtest.html"><p style="font-family: 'Open Sans', sans-serif;
color:#4F585E;
margin-left: 20px;
font-size: 15px;
margin-top: 5px;
cursor: pointer;margin-left: 65px;">Lab Test</p></a></div>
<div><img src="https://assets.pharmeasy.in/web-assets/dist/6d757b2d.svg"/>
<p style="font-weight:bold;font-size:13px">Refills</p></div>
<div><p style="margin-left: 65px;">Active</p></div>
<div><p style="margin-left: 65px;">Inactive</p></div>
<div>
<img src="https://assets.pharmeasy.in/web-assets/dist/5673272f.svg"/>
<p style="font-weight:bold;font-size:13px">Medical Records</p>
</div>
<div><p style="margin-left: 65px;">All</p></div>
<div>
<img src="https://assets.pharmeasy.in/web-assets/dist/a2995809.svg"/>
<a href="myprofile.html"><p style="font-weight:bold;font-size:12px;font-family:'Open Sans', sans-serif;
color:#4F585E;
margin-left: 20px;
font-size: 15px;
margin-top: 5px;">Profile Settings</p></a>
</div>
<div ><p style="margin-left: 65px;">Edit Profile</p></div>
<div><p style="margin-left: 65px;">Manage address</p></div>
<div><p style="margin-left: 65px;">Manage Refunds</p></div>
<div >
<img src="https://assets.pharmeasy.in/web-assets/dist/ab7afe51.svg"/>
<a href="wallet.html"> <p style="font-weight:bold;font-size:13px;font-family:'Open Sans', sans-serif;
color:#4F585E;
margin-left: 20px;
font-size: 15px;
margin-top: 5px;">Wallet</p></a>
</div>
<div style="background-color: #f4f7fb;">
<!-- </div> -->
<img src="https://assets.pharmeasy.in/web-assets/dist/319c59f0.svg"/>
<p style="font-weight:bold;font-size:13px;font-weight:bold;font-size:13px;color: #10847e;">Refer Earn</p></div>
<div>
<img src="https://assets.pharmeasy.in/web-assets/dist/9a22e94b.svg"/>
<a href="index.html"><p style="font-weight:bold;font-size:13px;font-family:'Open Sans', sans-serif;
color:#4F585E;
margin-left: 20px;
font-size: 15px;
margin-top: 5px;">Log-out</p></a> </div>
</div>
</div>
<div id="lowerright">
<div>
<div style="border:1px solid #10847e;margin-right:10px;border-radius: 14px;width:20px;height:20px;margin-top:5px;"><p style="margin-top:1px;text-align: center;font-size:18px;font-family:'Open Sans', sans-serif;color: #10847e;">?</p></div>
<div><p style="margin-right:15px;font-size:14px;font-family:'Open Sans', sans-serif;color: #10847e;font-weight: bolder;margin-top:10px;">Help</p></div>
</div>
<div>
<img src="https://assets.pharmeasy.in/web-assets/dist/651d1013.jpg"/>
</div>
<div>
<div style="line-height: 20px;width:50%;">
<p style="font-weight:bold;font-size:16px;font-family:'Open Sans', sans-serif;
color:#4F585E;margin-top: 15px;">REFER FRIEND AND SAVE TOGETHER</p>
<p style="font-size:14px;font-family:'Open Sans', sans-serif;
color:#4F585E;margin-top: 10px;">You both get EXTRA 5% OFF on the next order. Hurry, refer now!</p>
</div>
<div style="width:60%;">
<div style="background-color:#5573AD;margin-top: 15px;border-radius: 5px;width:85%;height:62px;margin-left: 25px;padding-top:15px">
<div style="border:1px solid white;border-style: dashed;width:85%;height:45px;margin-left: 22px;display:flex"><div style="margin-right:20px">
<p style="color:white;font-family:'Open Sans', sans-serif;font-size: 13px;margin-left: 25px;margin-top: 15px;">REFERAL CODE</p>
</div>
<div>
<p style="color:white;font-family:'Open Sans', sans-serif;font-size:18px;margin-left: 25px;margin-top: 11px;font-weight: bold;">AHJVJ</p>
</div>
</div>
</div>
<p style="font-size:10px;font-family:'Open Sans', sans-serif;
color:#4F585E;margin-top: 10px;margin-left: 25px;">Click to copy the code</p>
</div>
</div>
<div>
<div style="width:100%;height:30px;">
<p style="font-weight:bold;font-size:15px;font-family:'Open Sans', sans-serif;
color:#4F585E;margin-top: 5px;">REFER TO YOUR FRIEND</p>
</div>
<div style="display:flex">
<div>
<a> <img src="https://assets.pharmeasy.in/web-assets/dist/a303616c.png" style="width: 80%;"></a>
<p style="font-size:8px;font-family:'Open Sans', sans-serif;
color:#4F585E;margin-top: 5px;">WHATSAPP</p>
</div>
<div>
<a><img src="https://assets.pharmeasy.in/web-assets/dist/ca255b3f.png" style="width: 50%; margin-left: 25px"/></a>
<p style="font-size:8px;font-family:'Open Sans', sans-serif;
color:#4F585E;margin-top: 5px; margin-left: 25px;">FACEBOOK</p>
</div>
<div>
<a><img src="https://www.danoneinstitute.org/wp-content/uploads/2020/06/logo-rond-twitter.png" style="width:6.5%; margin-left: 25px;"/></a>
<p style="font-size:8px;font-family:'Open Sans', sans-serif;
color:#4F585E;margin-top: 5px; margin-left: 25px">TWITTER</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- fooooooooooooooooooooooooterrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr -->
<div id="endpart">
<div id="fourthdiv">
<div id="kolo">
<div class="CFN">
<div>
<h3 class="footerheadings">Company</h3>
<p>About Us</p>
<p>Carrers</p>
<p>Blog</p>
<p>Partner with Pharmeasy</p>
<p>Sell at the Pharmeasy</p>
<h3 class="footerheadings">Our services</h3>
<p>Order Medicine</p>
<p>Healthcare Products</p>
<p>Lab Tests</p>
<p>Find Nearest Collection Centre</p>
</div>
<div>
<h3 class="footerheadings">Featured Categories</h3>
<p>Personal Care</p>
<p>Health Foods and Drinks</p>
<p>Skin Care</p>
<p>Home Care</p>
<p>Ayurvedic Care</p>
<p>Sexual Wellness</p>
<p>FItness & Supplements</p>
<p>Healthcare Devices</p>
<p>Surgical and Dressings</p>
<p>COvid Essentials</p>
<p>Health Condition</p>
<p>Diabetic care</p>
<p>Elderly Care</p>
<p>Accessories And Wearables</p>
<p>Pet Care</p>
</div>
<div>
<h3 class="footerheadings">Need Help</h3>
<p>Browse All Medicines</p>
<p>Browse All Molecules</p>
<p>Browse All Cities & Areas</p>
<p>FAQs</p>
<h3 class="footerheadings">Policy Info</h3>
<p>Editorial Policy</p>
<p>Privacy Policy</p>
<p>Vulnerability Disclosure</p>
<p>Terms and Condition</p>
<p>Customer Supprt Policy</p>
<p>Return Policy</p>
</div>
</div>
<div id="followus">
<h3 class="footerheadings">FOLLOW US</h3>
<div>
<a
target="_blank"
rel="noopener"
class="_2ZIsZ"
href="https://www.instagram.com/pharmeasyapp/"
><svg viewBox="0 0 25 25" width="40" height="40">
<defs>
<path id="a" d="M.001.054h24.944v24.708H.001z"></path>
</defs>
<g fill="none" fill-rule="evenodd">
<path
fill="currentColor"
d="M12.475 10.084c-1.398 0-2.541 1.133-2.545 2.513 0 1.38 1.147 2.517 2.541 2.517 1.39.004 2.537-1.133 2.541-2.513 0-1.38-1.147-2.517-2.537-2.517"
></path>
<path
fill="currentColor"
fill-rule="nonzero"
d="M16.54 9.482c-.506-.004-.926-.42-.919-.919a.907.907 0 0 1 .911-.899c.521-.004.923.386.923.899 0 .51-.413.922-.915.919m-4.073 6.995a3.878 3.878 0 0 1-3.91-3.916c0-2.13 1.759-3.84 3.95-3.84a3.883 3.883 0 0 1 3.882 3.88c0 2.155-1.747 3.876-3.922 3.876m6.244-5.787a21.264 21.264 0 0 0-.094-1.717c-.129-1.277-.897-2.156-2.167-2.396-.666-.125-1.361-.143-2.043-.157a122.67 122.67 0 0 0-3.877 0c-.644.01-1.291.032-1.929.132-1.1.169-1.854.796-2.158 1.879a4.51 4.51 0 0 0-.166 1.072c-.032 1.37-.051 2.736-.047 4.102.003.871.022 1.747.097 2.61.117 1.298.917 2.183 2.205 2.417.663.118 1.351.133 2.028.147 1.274.02 2.552.014 3.826 0a20.128 20.128 0 0 0 1.749-.097c.542-.05 1.053-.225 1.487-.57.71-.56.984-1.327 1.025-2.18.056-1.151.068-2.301.102-3.453-.012 0-.023 0-.034-.004 0-.595.011-1.19-.004-1.785"
></path>
<g transform="translate(0 .184)">
<mask id="b" fill="#fff"><use xlink:href="#a"></use></mask>
<path
fill="currentColor"
fill-rule="nonzero"
d="M20.08 14.801c-.008.79-.035 1.578-.3 2.334-.51 1.471-1.549 2.36-3.074 2.65-.691.129-1.404.158-2.11.17-1.506.02-3.016.013-4.525-.004-.797-.008-1.592-.034-2.361-.295-1.484-.501-2.381-1.53-2.678-3.04-.131-.682-.16-1.391-.171-2.087a179.946 179.946 0 0 1 0-4.5c.011-.79.036-1.578.3-2.338.513-1.466 1.551-2.359 3.078-2.646.688-.129 1.4-.143 2.107-.172.713-.026 1.426-.004 2.14-.004v-.022c1.024.019 2.047.03 3.069.058.891.021 1.752.18 2.522.645 1.015.613 1.634 1.517 1.833 2.665.12.684.162 1.388.174 2.086.022 1.5.015 3.002-.004 4.5M12.47.054C5.582.054.001 5.583.001 12.406c0 6.824 5.581 12.356 12.47 12.356s12.475-5.532 12.475-12.356C24.946 5.583 19.36.054 12.471.054"
mask="url(#b)"
></path>
</g>
</g></svg>
</a>
<a
target="_blank"
rel="noopener"
class="_2ZIsZ"
href="https://www.facebook.com/pharmeasy/"><svg viewBox="0 0 25 25" width="40" height="40" class="">
<defs><path id="a" d="M0 0h24.945v24.945H0z"></path></defs>
<g fill="none" fill-rule="evenodd">
<mask id="b" fill="#fff"><use xlink:href="#a"></use></mask>
<path
fill="currentColor"
fill-rule="nonzero"
d="M15.635 12.478h-2.067v7.374h-3.066v-7.374H9.043V9.874h1.46V8.188c0-1.205.572-3.091 3.09-3.091l2.27.011v2.527h-1.647c-.269 0-.648.133-.648.71v1.533h2.335l-.268 2.6zM12.47.001C5.586 0 0 5.586 0 12.475c0 6.888 5.586 12.47 12.47 12.47 6.89 0 12.475-5.582 12.475-12.47C24.945 5.585 19.36 0 12.47 0z"
mask="url(#b)"
class=""
></path>
</g></svg>
</a>
<a
target="_blank"
rel="noopener"
class="_2ZIsZ"
href="https://www.youtube.com/channel/UCDats_DLX-bGZH3-KGu8JhA"
><svg viewBox="0 0 25 25" width="40" height="40">
<defs><path id="a" d="M0 .054h24.945v24.707H0z"></path></defs>
<g fill="none" fill-rule="evenodd">
<path
fill="currentColor"
fill-rule="nonzero"
d="M10.983 15.09l4.257-2.78-4.257-2.782z"
></path>
<g transform="translate(0 .184)">
<mask id="b" fill="#fff"><use xlink:href="#a"></use></mask>
<path
fill="currentColor"
fill-rule="nonzero"
d="M19.927 15.368a2.22 2.22 0 0 1-2.228 2.209H7.246a2.22 2.22 0 0 1-2.229-2.21V9.45a2.22 2.22 0 0 1 2.23-2.21h10.452c1.23 0 2.228.99 2.228 2.21v5.919zM12.471.054C5.585.054 0 5.587 0 12.41c0 6.82 5.585 12.351 12.471 12.351 6.889 0 12.475-5.532 12.475-12.351C24.946 5.587 19.36.054 12.471.054z"
mask="url(#b)"
></path>
</g>
</g></svg>
</a>
<a
target="_blank"
rel="noopener"
class="_2ZIsZ"
href="https://www.twitter.com/pharmeasyapp/"
><svg viewBox="0 0 25 25" width="40" height="40">
<defs><path id="a" d="M0 0h24.945v24.945H0z"></path></defs>
<g fill="none" fill-rule="evenodd">
<mask id="b" fill="#fff"><use xlink:href="#a"></use></mask>
<path
fill="currentColor"
fill-rule="nonzero"
d="M18.596 9.332c.004.134.008.271.008.41 0 4.174-3.179 8.988-8.99 8.988a8.937 8.937 0 0 1-4.84-1.423A6.349 6.349 0 0 0 9.453 16 3.16 3.16 0 0 1 6.5 13.807c.193.035.388.058.594.058.286 0 .565-.04.833-.113a3.16 3.16 0 0 1-2.534-3.095v-.044c.422.24.912.382 1.43.4a3.164 3.164 0 0 1-.978-4.218 8.951 8.951 0 0 0 6.509 3.297 3.16 3.16 0 0 1 5.383-2.881 6.343 6.343 0 0 0 2.01-.764 3.184 3.184 0 0 1-1.39 1.745 6.238 6.238 0 0 0 1.813-.496 6.45 6.45 0 0 1-1.575 1.636M12.471 0C5.586 0 0 5.582 0 12.47c0 6.89 5.586 12.476 12.471 12.476 6.888 0 12.474-5.586 12.474-12.475C24.945 5.582 19.359 0 12.471 0"
mask="url(#b)"
></path>
</g></svg>
</a>
</div>
</div>
</div>
<div id="partners">
<h3 style="font-weight: 550; color: #3a423e; margin-top:200px ">Our Payment Partners</h3>
<div>
<div class="logos">
<img src="https://assets.pharmeasy.in/web-assets/dist/af0c6812.svg" alt="">
<img src="https://assets.pharmeasy.in/web-assets/dist/0e010044.svg" alt="">
<img src="https://assets.pharmeasy.in/web-assets/dist/1066bb1f.svg" alt="">
<img src="https://assets.pharmeasy.in/web-assets/dist/3a1a533d.svg" alt="">
<img src="https://assets.pharmeasy.in/web-assets/dist/fbea1701.svg" alt="">
<img src="https://assets.pharmeasy.in/web-assets/dist/4733a49d.svg" alt="">
<img src="https://assets.pharmeasy.in/web-assets/dist/b278e536.svg" alt="">
<img src="https://assets.pharmeasy.in/web-assets/dist/0aca2077.svg" alt="">
<img src="https://assets.pharmeasy.in/web-assets/dist/d058b00d.svg" alt="">
<img src="https://assets.pharmeasy.in/web-assets/dist/e9445364.svg" alt="">
<img src="https://assets.pharmeasy.in/web-assets/dist/6e09c713.svg" alt="">
</div>
<div id="rights">
<p> © 2022 Pharmeasy. All Rights Reserved</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
<script src="cart.js"></script>