-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcart.html
More file actions
732 lines (668 loc) · 55.5 KB
/
cart.html
File metadata and controls
732 lines (668 loc) · 55.5 KB
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
730
731
732
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>مستشفى الصاعدى </title>
<!-- <link rel="stylesheet" href="assets/css/bootstrap.min.css"> -->
<link rel="stylesheet" href="assets/css/bootstrap-rtl.min.css">
<link rel="stylesheet" href="assets/css/bootstrap-select.min.css">
<link rel="stylesheet" href="assets/css/jquery.fancybox.min.css">
<link rel="stylesheet" href="assets/css/jquery-ui.min.css">
<link rel="stylesheet" href="assets/css/swiper.min.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!-- header -->
<header class="header-om">
<!-- toolbar -->
<div class="header-wraper-om fixed-header-warper">
<div class="toolbar-sec-om">
<div class="container">
<div class="ss-wraper-om">
<!-- start toolbar-contact-info -->
<ul class="toolbar-contact-info list-unstyled">
<li class="li-om">
<a class="contact-block-om link-om" href="#!" data-toggle="modal"
data-target="#signinmodal">
<figure class="figure-om">
<svg class="svg-om" xmlns="http://www.w3.org/2000/svg" width="18.037"
height="18.037" viewBox="0 0 18.037 18.037">
<path fill="currentColor"
d="M9.018 10.146a5.073 5.073 0 1 0-5.072-5.073 5.074 5.074 0 0 0 5.072 5.073zm4.509 1.127h-1.94a6.132 6.132 0 0 1-5.136 0H4.509A4.509 4.509 0 0 0 0 15.782v.564a1.691 1.691 0 0 0 1.691 1.691h14.655a1.691 1.691 0 0 0 1.691-1.691v-.564a4.509 4.509 0 0 0-4.509-4.509z" />
</svg>
</figure>
<span class="text-om">تسجيل الدخول</span>
</a>
</li>
<li class="li-om">
<a class="contact-block-om link-om" href="tel: +966123456765">
<figure class="figure-om">
<svg class="svg-om" xmlns="http://www.w3.org/2000/svg" width="18.006"
height="18.006" viewBox="0 0 18.006 18.006">
<path fill="currentColor"
d="M17.352.865L13.694.021a.849.849 0 0 0-.967.489l-1.688 3.938a.842.842 0 0 0 .243.985l2.131 1.744a13.034 13.034 0 0 1-6.232 6.232l-1.744-2.131a.843.843 0 0 0-.985-.243L.513 12.723a.854.854 0 0 0-.492.971l.844 3.657a.844.844 0 0 0 .823.654A16.316 16.316 0 0 0 18.006 1.688a.843.843 0 0 0-.654-.823z"
transform="translate(.001 .001)" />
</svg>
</figure>
<span class="text-om">
رقم الجوال :
+966123456765
</span>
</a>
</li>
<li class="li-om">
<a class="contact-block-om link-om" href="mailto: Info@elsa3dy.com">
<figure class="figure-om">
<svg class="svg-om" xmlns="http://www.w3.org/2000/svg" width="22.909"
height="18" viewBox="0 0 22.909 18">
<path fill="currentColor"
d="M22.977 5.625H4.432A2.188 2.188 0 0 0 2.25 7.807v13.636a2.188 2.188 0 0 0 2.182 2.182h18.545a2.188 2.188 0 0 0 2.182-2.182V7.807a2.188 2.188 0 0 0-2.182-2.182zm-.277 4.636l-9 6-9-6V8.08l9 6 9-6z"
transform="translate(-2.25 -5.625)" />
</svg>
</figure>
<span class="text-om">البريد الالكتروني :
Info@elsa3dy.com
</span>
</a>
</li>
</ul>
<!-- end toolbar-contact-info -->
<div class="toolbar-lang-social-wr-om">
<div class="social-om">
<a class="link-om" href="#!">
<figure class="figure-om">
<svg xmlns="http://www.w3.org/2000/svg" width="15.869" height="15.869"
viewBox="0 0 15.869 15.869">
<path fill="currentColor"
d="M14.169 2.25H1.7A1.7 1.7 0 0 0 0 3.95v12.469a1.7 1.7 0 0 0 1.7 1.7h4.862v-5.4H4.33v-2.535h2.232V8.249A3.1 3.1 0 0 1 9.88 4.832 13.52 13.52 0 0 1 11.847 5v2.164h-1.108a1.27 1.27 0 0 0-1.432 1.372v1.649h2.436l-.39 2.539H9.307v5.4h4.862a1.7 1.7 0 0 0 1.7-1.7V3.95a1.7 1.7 0 0 0-1.7-1.7z"
transform="translate(0 -2.25)" />
</svg>
</figure>
</a>
<a class="link-om" href="#!">
<figure class="figure-om">
<svg xmlns="http://www.w3.org/2000/svg" width="17.426" height="14.153"
viewBox="0 0 17.426 14.153">
<path fill="currentColor"
d="M15.635 6.908c.011.155.011.31.011.464A10.092 10.092 0 0 1 5.484 17.533 10.093 10.093 0 0 1 0 15.93a7.388 7.388 0 0 0 .862.044A7.153 7.153 0 0 0 5.3 14.449a3.578 3.578 0 0 1-3.339-2.477 4.5 4.5 0 0 0 .675.055 3.777 3.777 0 0 0 .94-.122A3.572 3.572 0 0 1 .708 8.4v-.044a3.6 3.6 0 0 0 1.614.453 3.577 3.577 0 0 1-1.106-4.776A10.152 10.152 0 0 0 8.58 7.77a4.032 4.032 0 0 1-.088-.818 3.575 3.575 0 0 1 6.181-2.444 7.032 7.032 0 0 0 2.267-.862 3.562 3.562 0 0 1-1.57 1.968 7.16 7.16 0 0 0 2.057-.553 7.677 7.677 0 0 1-1.791 1.846z"
transform="translate(0 -3.381)" />
</svg>
</figure>
</a>
<a class="link-om" href="#!">
<figure class="figure-om">
<svg xmlns="http://www.w3.org/2000/svg" width="17.699" height="13.276"
viewBox="0 0 17.699 13.276">
<path fill="currentColor"
d="M17.583 7.432a2.687 2.687 0 0 0-2.558-2.807c-1.915-.09-3.869-.125-5.863-.125h-.623c-1.991 0-3.948.035-5.864.124A2.693 2.693 0 0 0 .121 7.439C.034 8.669 0 9.9 0 11.131s.035 2.462.118 3.7a2.7 2.7 0 0 0 2.555 2.818c2.012.093 4.076.135 6.175.131s4.159-.035 6.175-.131a2.7 2.7 0 0 0 2.558-2.818c.083-1.234.121-2.465.118-3.7s-.033-2.465-.116-3.699zm-10.427 7.09V7.729l5.013 3.395z"
transform="translate(0 -4.5)" />
</svg>
</figure>
</a>
<a class="link-om" href="#!">
<figure class="figure-om">
<svg xmlns="http://www.w3.org/2000/svg" width="15.955" height="15.951"
viewBox="0 0 15.955 15.951">
<path fill="currentColor"
d="M7.974 6.123a4.09 4.09 0 1 0 4.09 4.09 4.083 4.083 0 0 0-4.09-4.09zm0 6.748a2.659 2.659 0 1 1 2.659-2.659 2.664 2.664 0 0 1-2.659 2.659zm5.211-6.916A.954.954 0 1 1 12.231 5a.952.952 0 0 1 .954.956zm2.709.968A4.72 4.72 0 0 0 14.6 3.582a4.752 4.752 0 0 0-3.342-1.288c-1.317-.075-5.264-.075-6.581 0a4.745 4.745 0 0 0-3.338 1.285A4.736 4.736 0 0 0 .051 6.921c-.075 1.317-.075 5.264 0 6.581a4.72 4.72 0 0 0 1.288 3.342 4.758 4.758 0 0 0 3.342 1.288c1.317.075 5.264.075 6.581 0a4.721 4.721 0 0 0 3.338-1.288 4.751 4.751 0 0 0 1.293-3.344c.075-1.317.075-5.261 0-6.577zm-1.7 7.99a2.692 2.692 0 0 1-1.516 1.516c-1.05.416-3.542.32-4.7.32s-3.655.093-4.7-.32a2.692 2.692 0 0 1-1.516-1.516c-.416-1.05-.32-3.541-.32-4.7s-.093-3.655.32-4.7A2.692 2.692 0 0 1 3.272 4c1.05-.416 3.542-.32 4.7-.32s3.655-.093 4.7.32a2.692 2.692 0 0 1 1.516 1.516c.416 1.05.32 3.541.32 4.7s.1 3.652-.316 4.699z"
transform="translate(.005 -2.238)" />
</svg>
</figure>
</a>
<a class="link-om" href="#!">
<figure class="figure-om">
<svg xmlns="http://www.w3.org/2000/svg" width="17.851" height="16.782"
viewBox="0 0 17.851 16.782">
<path fill="currentColor"
d="M17.81 14.234c-.182.424-.95.735-2.348.952a6.539 6.539 0 0 0-.227.835.4.4 0 0 1-.423.309H14.8c-.328 0-.669-.151-1.355-.151a2.759 2.759 0 0 0-1.961.718 3.927 3.927 0 0 1-2.581.955 4 4 0 0 1-2.539-.952 2.756 2.756 0 0 0-1.964-.72 13.168 13.168 0 0 0-1.355.165.414.414 0 0 1-.433-.315 6.458 6.458 0 0 0-.227-.841c-.721-.112-2.347-.4-2.388-1.121a.371.371 0 0 1 .309-.386 5.248 5.248 0 0 0 3.564-3l.008-.018a.792.792 0 0 0 .086-.654c-.176-.415-.937-.564-1.257-.69-.827-.327-.942-.7-.893-.959a.9.9 0 0 1 1.151-.539 2 2 0 0 0 .821.22.712.712 0 0 0 .347-.076c-.071-1.253-.248-3.043.2-4.043a4.75 4.75 0 0 1 4.41-2.845h.352a4.717 4.717 0 0 1 4.418 2.846c.445 1 .27 2.782.2 4.045a.683.683 0 0 0 .3.075 2.083 2.083 0 0 0 .769-.218.944.944 0 0 1 .714 0 .724.724 0 0 1 .543.623c.006.34-.3.633-.9.872-.074.029-.164.058-.259.088-.342.108-.858.272-1 .6a.792.792 0 0 0 .086.654l.008.018a5.247 5.247 0 0 0 3.564 3 .38.38 0 0 1 .272.553z"
transform="translate(0 -1.078)" />
</svg>
</figure>
</a>
</div>
<div class="toolbar-lang-block-om">
<button class="butt-om ">
<figure class="figure-om">
<svg xmlns="http://www.w3.org/2000/svg" width="20.272" height="20.272"
viewBox="0 0 20.272 20.272">
<path fill="currentColor" stroke="#0178b5" stroke-width="0.5px"
d="M12.876 3a9.886 9.886 0 1 0 9.9 9.886A9.881 9.881 0 0 0 12.876 3zm6.851 5.932h-2.916a15.471 15.471 0 0 0-1.364-3.519 7.938 7.938 0 0 1 4.28 3.519zm-6.841-3.915a13.926 13.926 0 0 1 1.888 3.915H11a13.926 13.926 0 0 1 1.886-3.915zm-7.652 9.846a7.733 7.733 0 0 1 0-3.954h3.342a16.327 16.327 0 0 0-.138 1.977 16.327 16.327 0 0 0 .138 1.977zm.811 1.977h2.916a15.471 15.471 0 0 0 1.364 3.519 7.9 7.9 0 0 1-4.28-3.518zm2.916-7.908H6.045a7.9 7.9 0 0 1 4.281-3.519 15.471 15.471 0 0 0-1.365 3.519zm3.925 11.824A13.926 13.926 0 0 1 11 16.841h3.776a13.926 13.926 0 0 1-1.89 3.914zm2.314-5.893h-4.627a14.545 14.545 0 0 1-.158-1.977 14.419 14.419 0 0 1 .158-1.977H15.2a14.419 14.419 0 0 1 .158 1.977 14.545 14.545 0 0 1-.158 1.977zm.247 5.5a15.471 15.471 0 0 0 1.364-3.519h2.916a7.938 7.938 0 0 1-4.281 3.519zm1.75-5.5a16.327 16.327 0 0 0 .138-1.977 16.327 16.327 0 0 0-.138-1.977h3.342a7.733 7.733 0 0 1 0 3.954z"
transform="rotate(180 11.511 11.511)" />
</svg>
</figure>
<span class="text-om">
العربية
</span>
</button>
<ul class="sub-menu-om list-unstyled">
<li class="li-om"><a href="#!" class="link-om">العربية</a></li>
<li class="li-om"><a href="#!" class="link-om">English</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- header content -->
<div class="header-sec-om ">
<div class="container">
<div class="ss-wraper-om">
<a class="header-logo-om" href="index.html">
<figure class="figure-om">
<img src="assets/images/logo.png" alt="..">
</figure>
</a>
<nav class="nav-om" id="navbar-menu-om">
<button class="close-butt-om"></button>
<div class="toolbar-lang-block-om">
<button class="butt-om ">
<figure class="figure-om">
<svg xmlns="http://www.w3.org/2000/svg" width="20.272" height="20.272"
viewBox="0 0 20.272 20.272">
<path fill="currentColor" stroke="#0178b5" stroke-width="0.5px"
d="M12.876 3a9.886 9.886 0 1 0 9.9 9.886A9.881 9.881 0 0 0 12.876 3zm6.851 5.932h-2.916a15.471 15.471 0 0 0-1.364-3.519 7.938 7.938 0 0 1 4.28 3.519zm-6.841-3.915a13.926 13.926 0 0 1 1.888 3.915H11a13.926 13.926 0 0 1 1.886-3.915zm-7.652 9.846a7.733 7.733 0 0 1 0-3.954h3.342a16.327 16.327 0 0 0-.138 1.977 16.327 16.327 0 0 0 .138 1.977zm.811 1.977h2.916a15.471 15.471 0 0 0 1.364 3.519 7.9 7.9 0 0 1-4.28-3.518zm2.916-7.908H6.045a7.9 7.9 0 0 1 4.281-3.519 15.471 15.471 0 0 0-1.365 3.519zm3.925 11.824A13.926 13.926 0 0 1 11 16.841h3.776a13.926 13.926 0 0 1-1.89 3.914zm2.314-5.893h-4.627a14.545 14.545 0 0 1-.158-1.977 14.419 14.419 0 0 1 .158-1.977H15.2a14.419 14.419 0 0 1 .158 1.977 14.545 14.545 0 0 1-.158 1.977zm.247 5.5a15.471 15.471 0 0 0 1.364-3.519h2.916a7.938 7.938 0 0 1-4.281 3.519zm1.75-5.5a16.327 16.327 0 0 0 .138-1.977 16.327 16.327 0 0 0-.138-1.977h3.342a7.733 7.733 0 0 1 0 3.954z"
transform="rotate(180 11.511 11.511)" />
</svg>
</figure>
<span class="text-om">
العربية
</span>
</button>
<ul class="sub-menu-om list-unstyled">
<li class="li-om"><a href="#!" class="link-om">العربية</a></li>
<li class="li-om"><a href="#!" class="link-om">English</a></li>
</ul>
</div>
<figure class="figure-om nav-logo-om">
<img src="assets/images/logo.png" alt="..">
</figure>
<a class="header-reserv-link-om link-om" href="#!">
<figure class="figure-om">
<svg class="svg-om" xmlns="http://www.w3.org/2000/svg" width="22.81" height="26.068"
viewBox="0 0 22.81 26.068">
<path fill="currentColor"
d="M0 23.625a2.445 2.445 0 0 0 2.444 2.444h17.922a2.445 2.445 0 0 0 2.444-2.444V9.776H0zm16.293-9.979a.613.613 0 0 1 .611-.611h2.036a.613.613 0 0 1 .611.611v2.037a.613.613 0 0 1-.611.611H16.9a.613.613 0 0 1-.611-.611zm0 6.517a.613.613 0 0 1 .611-.611h2.036a.613.613 0 0 1 .611.611V22.2a.613.613 0 0 1-.611.611H16.9a.613.613 0 0 1-.611-.611zm-6.517-6.518a.613.613 0 0 1 .611-.611h2.037a.613.613 0 0 1 .611.611v2.037a.613.613 0 0 1-.611.611h-2.037a.613.613 0 0 1-.611-.611zm0 6.517a.613.613 0 0 1 .611-.611h2.037a.613.613 0 0 1 .611.611V22.2a.613.613 0 0 1-.611.611h-2.037a.613.613 0 0 1-.611-.611zm-6.517-6.517a.613.613 0 0 1 .611-.611h2.036a.613.613 0 0 1 .611.611v2.037a.613.613 0 0 1-.611.611H3.87a.613.613 0 0 1-.611-.611zm0 6.517a.613.613 0 0 1 .611-.611h2.036a.613.613 0 0 1 .611.611V22.2a.613.613 0 0 1-.611.611H3.87a.613.613 0 0 1-.611-.611zm17.107-16.9h-2.444V.815A.817.817 0 0 0 17.107 0h-1.629a.817.817 0 0 0-.815.815v2.444H8.146V.815A.817.817 0 0 0 7.332 0H5.7a.817.817 0 0 0-.815.815v2.444H2.444A2.445 2.445 0 0 0 0 5.7v2.446h22.81V5.7a2.445 2.445 0 0 0-2.444-2.441z" />
</svg>
</figure>
<span class="text-om">حجز موعد</span>
</a>
<div class="social-om">
<a class="link-om" href="#!">
<figure class="figure-om">
<svg xmlns="http://www.w3.org/2000/svg" width="15.869" height="15.869"
viewBox="0 0 15.869 15.869">
<path fill="currentColor"
d="M14.169 2.25H1.7A1.7 1.7 0 0 0 0 3.95v12.469a1.7 1.7 0 0 0 1.7 1.7h4.862v-5.4H4.33v-2.535h2.232V8.249A3.1 3.1 0 0 1 9.88 4.832 13.52 13.52 0 0 1 11.847 5v2.164h-1.108a1.27 1.27 0 0 0-1.432 1.372v1.649h2.436l-.39 2.539H9.307v5.4h4.862a1.7 1.7 0 0 0 1.7-1.7V3.95a1.7 1.7 0 0 0-1.7-1.7z"
transform="translate(0 -2.25)" />
</svg>
</figure>
</a>
<a class="link-om" href="#!">
<figure class="figure-om">
<svg xmlns="http://www.w3.org/2000/svg" width="17.426" height="14.153"
viewBox="0 0 17.426 14.153">
<path fill="currentColor"
d="M15.635 6.908c.011.155.011.31.011.464A10.092 10.092 0 0 1 5.484 17.533 10.093 10.093 0 0 1 0 15.93a7.388 7.388 0 0 0 .862.044A7.153 7.153 0 0 0 5.3 14.449a3.578 3.578 0 0 1-3.339-2.477 4.5 4.5 0 0 0 .675.055 3.777 3.777 0 0 0 .94-.122A3.572 3.572 0 0 1 .708 8.4v-.044a3.6 3.6 0 0 0 1.614.453 3.577 3.577 0 0 1-1.106-4.776A10.152 10.152 0 0 0 8.58 7.77a4.032 4.032 0 0 1-.088-.818 3.575 3.575 0 0 1 6.181-2.444 7.032 7.032 0 0 0 2.267-.862 3.562 3.562 0 0 1-1.57 1.968 7.16 7.16 0 0 0 2.057-.553 7.677 7.677 0 0 1-1.791 1.846z"
transform="translate(0 -3.381)" />
</svg>
</figure>
</a>
<a class="link-om" href="#!">
<figure class="figure-om">
<svg xmlns="http://www.w3.org/2000/svg" width="17.699" height="13.276"
viewBox="0 0 17.699 13.276">
<path fill="currentColor"
d="M17.583 7.432a2.687 2.687 0 0 0-2.558-2.807c-1.915-.09-3.869-.125-5.863-.125h-.623c-1.991 0-3.948.035-5.864.124A2.693 2.693 0 0 0 .121 7.439C.034 8.669 0 9.9 0 11.131s.035 2.462.118 3.7a2.7 2.7 0 0 0 2.555 2.818c2.012.093 4.076.135 6.175.131s4.159-.035 6.175-.131a2.7 2.7 0 0 0 2.558-2.818c.083-1.234.121-2.465.118-3.7s-.033-2.465-.116-3.699zm-10.427 7.09V7.729l5.013 3.395z"
transform="translate(0 -4.5)" />
</svg>
</figure>
</a>
<a class="link-om" href="#!">
<figure class="figure-om">
<svg xmlns="http://www.w3.org/2000/svg" width="15.955" height="15.951"
viewBox="0 0 15.955 15.951">
<path fill="currentColor"
d="M7.974 6.123a4.09 4.09 0 1 0 4.09 4.09 4.083 4.083 0 0 0-4.09-4.09zm0 6.748a2.659 2.659 0 1 1 2.659-2.659 2.664 2.664 0 0 1-2.659 2.659zm5.211-6.916A.954.954 0 1 1 12.231 5a.952.952 0 0 1 .954.956zm2.709.968A4.72 4.72 0 0 0 14.6 3.582a4.752 4.752 0 0 0-3.342-1.288c-1.317-.075-5.264-.075-6.581 0a4.745 4.745 0 0 0-3.338 1.285A4.736 4.736 0 0 0 .051 6.921c-.075 1.317-.075 5.264 0 6.581a4.72 4.72 0 0 0 1.288 3.342 4.758 4.758 0 0 0 3.342 1.288c1.317.075 5.264.075 6.581 0a4.721 4.721 0 0 0 3.338-1.288 4.751 4.751 0 0 0 1.293-3.344c.075-1.317.075-5.261 0-6.577zm-1.7 7.99a2.692 2.692 0 0 1-1.516 1.516c-1.05.416-3.542.32-4.7.32s-3.655.093-4.7-.32a2.692 2.692 0 0 1-1.516-1.516c-.416-1.05-.32-3.541-.32-4.7s-.093-3.655.32-4.7A2.692 2.692 0 0 1 3.272 4c1.05-.416 3.542-.32 4.7-.32s3.655-.093 4.7.32a2.692 2.692 0 0 1 1.516 1.516c.416 1.05.32 3.541.32 4.7s.1 3.652-.316 4.699z"
transform="translate(.005 -2.238)" />
</svg>
</figure>
</a>
<a class="link-om" href="#!">
<figure class="figure-om">
<svg xmlns="http://www.w3.org/2000/svg" width="17.851" height="16.782"
viewBox="0 0 17.851 16.782">
<path fill="currentColor"
d="M17.81 14.234c-.182.424-.95.735-2.348.952a6.539 6.539 0 0 0-.227.835.4.4 0 0 1-.423.309H14.8c-.328 0-.669-.151-1.355-.151a2.759 2.759 0 0 0-1.961.718 3.927 3.927 0 0 1-2.581.955 4 4 0 0 1-2.539-.952 2.756 2.756 0 0 0-1.964-.72 13.168 13.168 0 0 0-1.355.165.414.414 0 0 1-.433-.315 6.458 6.458 0 0 0-.227-.841c-.721-.112-2.347-.4-2.388-1.121a.371.371 0 0 1 .309-.386 5.248 5.248 0 0 0 3.564-3l.008-.018a.792.792 0 0 0 .086-.654c-.176-.415-.937-.564-1.257-.69-.827-.327-.942-.7-.893-.959a.9.9 0 0 1 1.151-.539 2 2 0 0 0 .821.22.712.712 0 0 0 .347-.076c-.071-1.253-.248-3.043.2-4.043a4.75 4.75 0 0 1 4.41-2.845h.352a4.717 4.717 0 0 1 4.418 2.846c.445 1 .27 2.782.2 4.045a.683.683 0 0 0 .3.075 2.083 2.083 0 0 0 .769-.218.944.944 0 0 1 .714 0 .724.724 0 0 1 .543.623c.006.34-.3.633-.9.872-.074.029-.164.058-.259.088-.342.108-.858.272-1 .6a.792.792 0 0 0 .086.654l.008.018a5.247 5.247 0 0 0 3.564 3 .38.38 0 0 1 .272.553z"
transform="translate(0 -1.078)" />
</svg>
</figure>
</a>
</div>
<ul class="nav-list-om list-unstyled">
<li><a href="about-us.html">من نحن</a></li>
<li><a href="#!">الفروع</a></li>
<li><a href="medical-specialties.html">التخصصات</a></li>
<li><a href="archive-doctors.html">الأطباء</a></li>
<li><a href="store.html"> المتجر الالكتروني</a></li>
<li><a href="archive-events.html">أخبار وفاعليات</a></li>
<li><a href="contact.html">اتصل بنا</a></li>
</ul>
</nav>
<div class="cart-reservation-block-om">
<button class="header-cart-block-om butt-om">
<figure class="figure-om">
<svg class="svg-om" xmlns="http://www.w3.org/2000/svg" width="42.554"
height="34.399" viewBox="0 0 42.554 34.399">
<g>
<path fill="currentColor"
d="M31.484 6.058a1.332 1.332 0 0 0-1.378-1.378h-7.04a1.373 1.373 0 0 0-.854.285 1.331 1.331 0 0 0-.494.764L21 8.665H.807L.6 8.035a1.239 1.239 0 0 0-1.292-.958.922.922 0 0 0-.389.06 1.29 1.29 0 0 0-.719.479 1.309 1.309 0 0 0-.27.809 1.674 1.674 0 0 0 .06.389l3.535 11.774a1.289 1.289 0 0 0 .475.719 1.316 1.316 0 0 0 .809.27h16.752a1.332 1.332 0 0 0 .854-.3 1.4 1.4 0 0 0 .494-.75l3.235-13.121h5.962a1.355 1.355 0 0 0 .974-.389 1.279 1.279 0 0 0 .404-.959zm-11.145 5.333l-1.857 7.43H3.832l-.059-.269-2.158-7.16h18.724zm-1.258 14.5a2.629 2.629 0 0 0-.824-1.947 2.706 2.706 0 0 0-1.962-.809 2.756 2.756 0 0 0 0 5.512 2.7 2.7 0 0 0 1.962-.808 2.632 2.632 0 0 0 .824-1.948zm-1.947-12.163h-4.973v2.755h4.375zm-7.34 2.756l-.03-2.755H4.91l.719 2.755zm-1.109 9.407a2.63 2.63 0 0 0-.825-1.947 2.7 2.7 0 0 0-1.96-.809 2.654 2.654 0 0 0-1.947.809 2.751 2.751 0 0 0 0 3.895 2.655 2.655 0 0 0 1.947.808 2.7 2.7 0 0 0 1.962-.808 2.63 2.63 0 0 0 .823-1.948z"
transform="translate(-50.553 9) translate(61.623 -3.247)" />
</g>
</svg>
</figure>
<span class="number-om">01</span>
</button>
<a class="header-reserv-link-om link-om" href="#!">
<figure class="figure-om">
<svg class="svg-om" xmlns="http://www.w3.org/2000/svg" width="22.81" height="26.068"
viewBox="0 0 22.81 26.068">
<path fill="currentColor"
d="M0 23.625a2.445 2.445 0 0 0 2.444 2.444h17.922a2.445 2.445 0 0 0 2.444-2.444V9.776H0zm16.293-9.979a.613.613 0 0 1 .611-.611h2.036a.613.613 0 0 1 .611.611v2.037a.613.613 0 0 1-.611.611H16.9a.613.613 0 0 1-.611-.611zm0 6.517a.613.613 0 0 1 .611-.611h2.036a.613.613 0 0 1 .611.611V22.2a.613.613 0 0 1-.611.611H16.9a.613.613 0 0 1-.611-.611zm-6.517-6.518a.613.613 0 0 1 .611-.611h2.037a.613.613 0 0 1 .611.611v2.037a.613.613 0 0 1-.611.611h-2.037a.613.613 0 0 1-.611-.611zm0 6.517a.613.613 0 0 1 .611-.611h2.037a.613.613 0 0 1 .611.611V22.2a.613.613 0 0 1-.611.611h-2.037a.613.613 0 0 1-.611-.611zm-6.517-6.517a.613.613 0 0 1 .611-.611h2.036a.613.613 0 0 1 .611.611v2.037a.613.613 0 0 1-.611.611H3.87a.613.613 0 0 1-.611-.611zm0 6.517a.613.613 0 0 1 .611-.611h2.036a.613.613 0 0 1 .611.611V22.2a.613.613 0 0 1-.611.611H3.87a.613.613 0 0 1-.611-.611zm17.107-16.9h-2.444V.815A.817.817 0 0 0 17.107 0h-1.629a.817.817 0 0 0-.815.815v2.444H8.146V.815A.817.817 0 0 0 7.332 0H5.7a.817.817 0 0 0-.815.815v2.444H2.444A2.445 2.445 0 0 0 0 5.7v2.446h22.81V5.7a2.445 2.445 0 0 0-2.444-2.441z" />
</svg>
</figure>
<span class="text-om">حجز موعد</span>
</a>
<button class="menu-button-om butt-om" id="menu-butt-activ-om">
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="bars"
class="svg-inline--fa fa-bars fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 448 512">
<path fill="currentColor"
d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z">
</path>
</svg>
</button>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="overlay"></div>
<section class="breatcramp-om">
<div class="container">
<h1 class="breatcramp-title-om fix-om">السلة</h1>
<ul class="breatcramp-list-om list-unstyled fix-om">
<li class="li-om fix-om"><a href="#!" class="link-om fix-om">الرئيسية</a></li>
<li class="li-om fix-om"><span class="link-om fix-om current">السلة</span></li>
</ul>
</div>
</section>
<main class="main-cart-page-om main_grey_background_om main-page-default-back-g-om">
<div class="container">
<div class="cart-products-wrapper-om">
<div class="cart-products-section-om single-page-wrapper-om">
<div class="heading-table-om">
<div class="row-om">
<div class="col-om">
<h3 class="head-om fix-om">صورة المنتج</h3>
</div>
<div class="col-om">
<h3 class="head-om fix-om">اسم المنتج</h3>
</div>
<div class="col-om">
<h3 class="head-om fix-om">السعر</h3>
</div>
<div class="col-om">
<h3 class="head-om fix-om">الكمية</h3>
</div>
<div class="col-om">
<h3 class="head-om fix-om">اجمالي السعر</h3>
</div>
</div>
</div>
<div class="cart-products-table-om">
<div class="cart-product-block-om">
<div class="row-om">
<div class="col-om">
<figure class="product-img-block-om figure-om loading-omd asp-om">
<img class="lazy-omd img-om" data-src="assets/images/shop-06-1.jpg" alt="..">
</figure>
</div>
<div class="col-om">
<p class="cat-om fix-om">الكترونيات</p>
<h3 class="product-name-om fix-om">سماعة دكتور</h3>
</div>
<div class="col-om">
<p class="price-om fix-om">200 ريال </p>
</div>
<div class="col-om">
<div class="input-group-om quantity-om">
<input class="input-om" type="number" min="1" name="">
</div>
</div>
<div class="col-om">
<div class="total-price-close-butt-om">
<p class="total-price-om fix-om">200 ريال </p>
<button class="remove-cart-product-om fix-om">
<figure class="figure-om">
<img src="assets/images/close.svg" alt="close">
</figure>
</button>
</div>
</div>
</div>
</div>
<div class="cart-product-block-om">
<div class="row-om">
<div class="col-om">
<figure class="product-img-block-om figure-om loading-omd asp-om">
<img class="lazy-omd img-om" data-src="assets/images/shop-06-1.jpg" alt="..">
</figure>
</div>
<div class="col-om">
<p class="cat-om fix-om">الكترونيات</p>
<h3 class="product-name-om fix-om">سماعة دكتور</h3>
</div>
<div class="col-om">
<p class="price-om fix-om">200 ريال </p>
</div>
<div class="col-om">
<div class="input-group-om quantity-om">
<input class="input-om" type="number" min="1" name="">
</div>
</div>
<div class="col-om">
<div class="total-price-close-butt-om">
<p class="total-price-om fix-om">200 ريال </p>
<button class="remove-cart-product-om fix-om">
<figure class="figure-om">
<img src="assets/images/close.svg" alt="close">
</figure>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="cart-code-final-prices-sec-om">
<div class="col-om-1">
<div class="discount-code-section-om single-page-wrapper-om">
<h2 class="head-om fix-om">كود الخصم</h2>
<div class="discount-input-group-om">
<input class="input-om" type="text" placeholder="ادخل رقم كوبون الخصم">
<button class="discount-submit-butt-om fix-om">تطبيق القسيمة</button>
</div>
</div>
</div>
<div class="col-om-2">
<div class="cart-total-paid-price-sec-om single-page-wrapper-om">
<h2 class="head-om fix-om">إجمالي السلة</h2>
<div class="all-prices-table-om">
<div class="price-block-om">
<h3 class="price-head-om fix-om">المجموع الفرعي</h3>
<p class="price-om fix-om">200 ر.س</p>
</div>
<div class="price-block-om">
<h3 class="price-head-om fix-om">خدمة التوصيل</h3>
<p class="price-om fix-om">مجــانا</p>
</div>
<div class="price-block-om final-om">
<h3 class="price-head-om fix-om">إجمالي السلة</h3>
<p class="price-om fix-om">200 ر.س</p>
</div>
</div>
<div class="continu-buttons-block-om">
<button class="submit-butt-om commplete-buy-butt-om fix-om ">إتمام الشراء</button>
<a class="continue-shopping-link-om fix-om" href="#!">متابعة التسوق</a>
</div>
</div>
</div>
</div>
</div>
</main>
<footer class="footer-om">
<div class="footer-content-om">
<div class="container">
<div class="row">
<div class="col-lg-4">
<div class="footer-block">
<figure class="footer-logo figure-om">
<img class="img-om" src="assets/images/logo.png" alt="..">
</figure>
<p class="footer-parg-om">
هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز
</p>
<div class="social-om footer-social-om">
<a class="link-om" href="#!">
<figure class="figure-om">
<svg xmlns="http://www.w3.org/2000/svg" width="15.869" height="15.869"
viewBox="0 0 15.869 15.869">
<path fill="currentColor"
d="M14.169 2.25H1.7A1.7 1.7 0 0 0 0 3.95v12.469a1.7 1.7 0 0 0 1.7 1.7h4.862v-5.4H4.33v-2.535h2.232V8.249A3.1 3.1 0 0 1 9.88 4.832 13.52 13.52 0 0 1 11.847 5v2.164h-1.108a1.27 1.27 0 0 0-1.432 1.372v1.649h2.436l-.39 2.539H9.307v5.4h4.862a1.7 1.7 0 0 0 1.7-1.7V3.95a1.7 1.7 0 0 0-1.7-1.7z"
transform="translate(0 -2.25)" />
</svg>
</figure>
</a>
<a class="link-om" href="#!">
<figure class="figure-om">
<svg xmlns="http://www.w3.org/2000/svg" width="17.426" height="14.153"
viewBox="0 0 17.426 14.153">
<path fill="currentColor"
d="M15.635 6.908c.011.155.011.31.011.464A10.092 10.092 0 0 1 5.484 17.533 10.093 10.093 0 0 1 0 15.93a7.388 7.388 0 0 0 .862.044A7.153 7.153 0 0 0 5.3 14.449a3.578 3.578 0 0 1-3.339-2.477 4.5 4.5 0 0 0 .675.055 3.777 3.777 0 0 0 .94-.122A3.572 3.572 0 0 1 .708 8.4v-.044a3.6 3.6 0 0 0 1.614.453 3.577 3.577 0 0 1-1.106-4.776A10.152 10.152 0 0 0 8.58 7.77a4.032 4.032 0 0 1-.088-.818 3.575 3.575 0 0 1 6.181-2.444 7.032 7.032 0 0 0 2.267-.862 3.562 3.562 0 0 1-1.57 1.968 7.16 7.16 0 0 0 2.057-.553 7.677 7.677 0 0 1-1.791 1.846z"
transform="translate(0 -3.381)" />
</svg>
</figure>
</a>
<a class="link-om" href="#!">
<figure class="figure-om">
<svg xmlns="http://www.w3.org/2000/svg" width="17.699" height="13.276"
viewBox="0 0 17.699 13.276">
<path fill="currentColor"
d="M17.583 7.432a2.687 2.687 0 0 0-2.558-2.807c-1.915-.09-3.869-.125-5.863-.125h-.623c-1.991 0-3.948.035-5.864.124A2.693 2.693 0 0 0 .121 7.439C.034 8.669 0 9.9 0 11.131s.035 2.462.118 3.7a2.7 2.7 0 0 0 2.555 2.818c2.012.093 4.076.135 6.175.131s4.159-.035 6.175-.131a2.7 2.7 0 0 0 2.558-2.818c.083-1.234.121-2.465.118-3.7s-.033-2.465-.116-3.699zm-10.427 7.09V7.729l5.013 3.395z"
transform="translate(0 -4.5)" />
</svg>
</figure>
</a>
<a class="link-om" href="#!">
<figure class="figure-om">
<svg xmlns="http://www.w3.org/2000/svg" width="15.955" height="15.951"
viewBox="0 0 15.955 15.951">
<path fill="currentColor"
d="M7.974 6.123a4.09 4.09 0 1 0 4.09 4.09 4.083 4.083 0 0 0-4.09-4.09zm0 6.748a2.659 2.659 0 1 1 2.659-2.659 2.664 2.664 0 0 1-2.659 2.659zm5.211-6.916A.954.954 0 1 1 12.231 5a.952.952 0 0 1 .954.956zm2.709.968A4.72 4.72 0 0 0 14.6 3.582a4.752 4.752 0 0 0-3.342-1.288c-1.317-.075-5.264-.075-6.581 0a4.745 4.745 0 0 0-3.338 1.285A4.736 4.736 0 0 0 .051 6.921c-.075 1.317-.075 5.264 0 6.581a4.72 4.72 0 0 0 1.288 3.342 4.758 4.758 0 0 0 3.342 1.288c1.317.075 5.264.075 6.581 0a4.721 4.721 0 0 0 3.338-1.288 4.751 4.751 0 0 0 1.293-3.344c.075-1.317.075-5.261 0-6.577zm-1.7 7.99a2.692 2.692 0 0 1-1.516 1.516c-1.05.416-3.542.32-4.7.32s-3.655.093-4.7-.32a2.692 2.692 0 0 1-1.516-1.516c-.416-1.05-.32-3.541-.32-4.7s-.093-3.655.32-4.7A2.692 2.692 0 0 1 3.272 4c1.05-.416 3.542-.32 4.7-.32s3.655-.093 4.7.32a2.692 2.692 0 0 1 1.516 1.516c.416 1.05.32 3.541.32 4.7s.1 3.652-.316 4.699z"
transform="translate(.005 -2.238)" />
</svg>
</figure>
</a>
<a class="link-om" href="#!">
<figure class="figure-om">
<svg xmlns="http://www.w3.org/2000/svg" width="17.851" height="16.782"
viewBox="0 0 17.851 16.782">
<path fill="currentColor"
d="M17.81 14.234c-.182.424-.95.735-2.348.952a6.539 6.539 0 0 0-.227.835.4.4 0 0 1-.423.309H14.8c-.328 0-.669-.151-1.355-.151a2.759 2.759 0 0 0-1.961.718 3.927 3.927 0 0 1-2.581.955 4 4 0 0 1-2.539-.952 2.756 2.756 0 0 0-1.964-.72 13.168 13.168 0 0 0-1.355.165.414.414 0 0 1-.433-.315 6.458 6.458 0 0 0-.227-.841c-.721-.112-2.347-.4-2.388-1.121a.371.371 0 0 1 .309-.386 5.248 5.248 0 0 0 3.564-3l.008-.018a.792.792 0 0 0 .086-.654c-.176-.415-.937-.564-1.257-.69-.827-.327-.942-.7-.893-.959a.9.9 0 0 1 1.151-.539 2 2 0 0 0 .821.22.712.712 0 0 0 .347-.076c-.071-1.253-.248-3.043.2-4.043a4.75 4.75 0 0 1 4.41-2.845h.352a4.717 4.717 0 0 1 4.418 2.846c.445 1 .27 2.782.2 4.045a.683.683 0 0 0 .3.075 2.083 2.083 0 0 0 .769-.218.944.944 0 0 1 .714 0 .724.724 0 0 1 .543.623c.006.34-.3.633-.9.872-.074.029-.164.058-.259.088-.342.108-.858.272-1 .6a.792.792 0 0 0 .086.654l.008.018a5.247 5.247 0 0 0 3.564 3 .38.38 0 0 1 .272.553z"
transform="translate(0 -1.078)" />
</svg>
</figure>
</a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="footer-block collapse-block-om">
<h2 class="footer-head-om collapse-head-om">روابط سريعة</h2>
<ul class="footer-links-list list-unstyled list-collapse-om">
<li class="li-om"><a href="#!" class="link-om">الرئيسية</a></li>
<li class="li-om"><a href="#!" class="link-om">من نحن</a></li>
<li class="li-om"><a href="#!" class="link-om">الفروع</a></li>
<li class="li-om"><a href="#!" class="link-om">التخصصات</a></li>
<li class="li-om"><a href="#!" class="link-om">الأطباء</a></li>
<li class="li-om"><a href="#!" class="link-om">المتجر الالكتروني</a></li>
<li class="li-om"><a href="#!" class="link-om">أخبار وفاعليات</a></li>
<li class="li-om"><a href="#!" class="link-om">اتصل بنا</a></li>
<li class="li-om"><a href="#!" class="link-om">تعليمات الاستخدام</a></li>
<li class="li-om"><a href="#!" class="link-om">سياسة الخصوصية</a></li>
</ul>
</div>
</div>
<div class="col-lg-4">
<div class="footer-block">
<h2 class="footer-head-om">تحميل التطبيق</h2>
<div class="footer-download-app-om">
<a class="download-block link-om" href="#!">
<figure class="figure-om loading-omd ">
<img class="lazy-omd img-om" data-src="assets/images/download_1.png" alt="..">
</figure>
</a>
<a class="download-block link-om" href="#!">
<figure class="figure-om loading-omd ">
<img class="lazy-omd img-om" data-src="assets/images/download_2.png" alt="..">
</figure>
</a>
</div>
<h2 class="footer-head-om">اشترك في نشرتنا البريدية</h2>
<div class="footer-newsletter-om">
<form action="">
<input class="newsletter-input-om" type="email" name=""
placeholder="ادخل البريد الاكتروني">
<button class="newsletter-submit-om butt-om">اشترك</button>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="copyright-om">
<div class="container">
<p class="copyright-parg-om">
جميع الحقوق محفوظة لمجموعة منشآت الصاعدي الطبية ٢٠٢١
</p>
</div>
</div>
</footer>
<!-- start sign in modal section -->
<section class="signin-modal-section-om modal-section-om modal fade" id="signinmodal" tabindex="-1" role="dialog"
aria-labelledby="signinmodalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<button type="button" class="close-butt-om" data-dismiss="modal" aria-label="Close">
</button>
<div class="tabs-block-group-om">
<div class="tab-block-om active-om" id="signin-tab-id-om">
<div class="signin-section-om">
<form action="">
<p class="signin-sub-head-om">مرحبا بك</p>
<h2 class="signin-head-om">تسجيل الدخول إلى حسابك</h2>
<div class="signin-form-content-om">
<div class="input-group-om">
<input class="input-om" type="email" name="email"
placeholder="رقم الهاتف او البريد الالكتروني">
</div>
<div class="input-group-om password-group-om">
<input class="input-om" type="password" name="password" placeholder="كلمة السر">
<button class="show-password-button-om">
<figure class="figure-om">
<svg xmlns="http://www.w3.org/2000/svg" width="20.164" height="20.164"
viewBox="0 0 20.164 20.164">
<defs>
<style>
.eye-path-cl-om {
fill: none;
stroke: #8d8d8d;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 1.5px
}
</style>
</defs>
<g id="Icon_feather-eye-off" transform="translate(-.439 -.439)">
<path id="Path_591"
d="M15.393 17.432a8.258 8.258 0 0 1-4.871 1.689c-5.741 0-9.021-6.561-9.021-6.561A15.131 15.131 0 0 1 5.65 7.689M8.8 6.2a7.479 7.479 0 0 1 1.721-.2c5.741 0 9.021 6.561 9.021 6.561a15.172 15.172 0 0 1-1.771 2.616M12.26 14.3a2.46 2.46 0 1 1-3.477-3.477"
class="eye-path-cl-om" transform="translate(0 -2.04)" />
<path id="Path_592" d="M1.5 1.5l18.042 18.042"
class="eye-path-cl-om ss-line-through-om" />
</g>
</svg>
</figure>
</button>
</div>
<a class="forget-password-link-om link-om ss-activate-tab-om" href="#!"
data-form-tab="#forget-password-tab-id-om">نسيت كلمة السر؟</a>
<div class="input-group-om">
<input class="submit-butt-om" type="submit" value="تسجيل الدخول">
</div>
<a class="signup-last-link-om link-om ss-activate-tab-om" href="#!"
data-form-tab="#signup-tab-id-om"><span class="text-om">إنشاء حساب
جديد</span></a>
</div>
</form>
</div>
</div>
<div class="tab-block-om" id="signup-tab-id-om">
<div class="signup-section-om">
<form action="">
<h2 class="signin-head-om">إنشاء حساب جديد</h2>
<div class="signup-form-content-om">
<div class="input-group-om">
<input class="input-om" type="text" name="name" placeholder="الاسم">
</div>
<div class="input-group-om">
<input class="input-om" type="tel" name="phone" placeholder="رقم الهاتف">
</div>
<div class="input-group-om">
<input class="input-om" type="email" name="email"
placeholder="البريد الالكتروني">
</div>
<div class="input-group-om">
<input class="input-om" type="password" name="password" placeholder="كلمة السر">
</div>
<div class="input-group-om">
<input class="submit-butt-om" type="submit" value="انشاء حساب">
</div>
<a class="signup-last-link-om link-om ss-activate-tab-om" href="#!"
data-form-tab="#signin-tab-id-om"><span class="text-om">تسجيل الدخول</span></a>
</div>
</form>
</div>
</div>
<div class="tab-block-om" id="forget-password-tab-id-om">
<div class="signup-section-om">
<form action="">
<h2 class="signin-head-om add-email-head-om">هل نسيت كلمة السر</h2>
<p class="signin-sub-head-om add-email-parg-om">من فضلك ادخل البريد الالكتروني لتتمكن من
استعادة كلمة المرور الخاصة بك</p>
<div class="signup-form-content-om">
<div class="input-group-om">
<input class="input-om" type="email" name="email"
placeholder="البريد الالكتروني">
</div>
<div class="input-group-om">
<input class="submit-butt-om" type="submit" value="ارسال">
</div>
<a class="signup-last-link-om link-om ss-activate-tab-om" href="#!"
data-form-tab="#signin-tab-id-om"><span class="text-om">تسجيل الدخول</span></a>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end sign in modal section -->
<!-- start js include -->
<script src="assets/js/jquery-3.3.1.min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/bootstrap-select.min.js"></script>
<script src="assets/js/mixitup.min.js"></script>
<script src="assets/js/jquery.fancybox.min.js"></script>
<script src="assets/js/jquery-ui.min.js"></script>
<!-- <script src="assets/js/jquery.datepick-ar.js"></script> -->
<script src="assets/js/swiper.min.js"></script>
<script src="assets/js/plugin.js"></script>
</body>
</html>