-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.HTML
503 lines (478 loc) · 27.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WellnessWise</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
</head>
<body>
<nav id="navbar" class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<img id="main_logo" src="Logo.jpeg" alt="WellnessWise" width="150px" height="90px">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a id="home" class="nav-link active" aria-current="page" href="index.HTML">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="doctors.HTML">Doctors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="services.html">Services</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Departments
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="department.HTML">Neurology</a></li>
<li><a class="dropdown-item" href="department.HTML">Cardiology</a></li>
<li><a class="dropdown-item" href="department.HTML">Orthopaedic</a></li>
</ul>
<li class="nav-item">
<a class="nav-link" href="contactUs.html">Contact Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Login</a>
<img id="icon_image" src="icon.jpg" alt="" width="30px" height="30px">
</li>
</li>
</ul>
</div>
<form class="d-flex" role="search">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success" type="submit">Search</button>
</form>
</div>
</nav>
<section>
<div id="carouselExampleCaptions" class="carousel slide">
<div class="carousel-indicators">
<button id="btn1" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active"
aria-current="true" aria-label="Slide 1"></button>
<button id="btn2" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1"
aria-label="Slide 2"></button>
<button id="btn3" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="2"
aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img width="1200px" height="900px" src="2.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<div id="label1">
<h5>We provide the best medical services in town</h5>
<p>
We're the top choice for premier medical care in town, offering unmatched expertise, cutting-edge facilities, and personalized attention. Our commitment to excellence ensures optimal health outcomes and peace of mind for every patient we serve</p>
<div class="bttn">
<button id="bttn1">Get appointment</button>
<button id="bttn2">Contact us</button>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<img width="1200px" height="900px" src="1.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<div id="label2">
<h5>Unrivaled Medical Excellence in Our Community</h5>
<p>Experience unparalleled medical care right here in our town. With top-notch professionals, advanced facilities, and personalized service, we're setting the standard for excellence in healthcare. Trust us for optimal health and peace of mind</p>
<div class="bttn">
<button id="bttn3">Get appointment</button>
<button id="bttn4">Contact us</button>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<img width="1200px" height="900px" src="3.jpeg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<div id="label3">
<h5>Elevating Healthcare Standards Locally</h5>
<p>Discover exceptional medical care right in our neighborhood. With expert staff, advanced facilities, and personalized service, we're redefining healthcare excellence. Count on us for your well-being and peace of mind</p>
<div class="bttn">
<button id="bttn5">Get appointment</button>
<button id="bttn6">Contact us</button>
</div>
</div>
</div>
</div>
</div>
<button style="color: black;" class="carousel-control-prev" type="button"
data-bs-target="#carouselExampleCaptions" data-bs-slide="prev">
<span id="prev" class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleCaptions"
data-bs-slide="next">
<span id="next" class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</section>
<section>
<div class="services">
<h2>Our Website is at your</h2>
<h2>Service Always</h2>
<br>
<img src="heart.png" alt="" width="100px" height="40px">
<br>
<br>
<p>Unparalleled medical excellence, tailored for you.</p>
<div class="subService">
<div class="card1">
<img class="img1" src="card1.png" alt="" width="100px" height="100px">
<h3>Emergency Services</h3>
<p>Get immediate assistance in critical situations. Our dedicated team ensures prompt and reliable care for urgent medical needs, providing peace of mind during emergencies</p>
</div>
<div class="card2">
<img class="img1" src="card2.png" alt="" width="100px" height="100px">
<h3>Enriched Pharmacy</h3>
<p>Experience a superior pharmacy service with us. Our pharmacy offers a wide range of medications and personalized care, ensuring you receive the highest quality service and products tailored to your needs</p>
</div>
<div class="card3">
<img class="img1" src="card3.png" alt="" width="100px" height="100px">
<h3>Medical Treatment</h3>
<p>Receive comprehensive medical care with us. Our expert team provides tailored treatment plans and compassionate support, ensuring optimal health outcomes for every patient</p>
</div>
</div>
</div>
</section>
<section>
<div id="about">
<div class="info1">
<i class="bi bi-house-door-fill"></i>
<svg id="icn1" xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="currentColor"
class="bi bi-house-door-fill" viewBox="0 0 16 16">
<path
d="M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5" />
</svg>
<div id="subInfo1">
<h3>3468</h3>
<p>Hospitals</p>
</div>
</div>
<div class="info2">
<i class="bi bi-person-circle"></i>
<svg id="icn2" xmlns="http://www.w3.org/2000/svg" width="80" height="80" fill="currentColor"
class="bi bi-person-circle" viewBox="0 0 16 16">
<path d="M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0" />
<path fill-rule="evenodd"
d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8m8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1" />
</svg>
<div id="subInfo2">
<h3>557</h3>
<p>Specialist Doctors</p>
</div>
</div>
<div class="info3">
<i class="bi bi-emoji-smile"></i>
<svg id="icn3" xmlns="http://www.w3.org/2000/svg" width="80" height="80" fill="currentColor"
class="bi bi-emoji-smile" viewBox="0 0 16 16">
<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16" />
<path
d="M4.285 9.567a.5.5 0 0 1 .683.183A3.5 3.5 0 0 0 8 11.5a3.5 3.5 0 0 0 3.032-1.75.5.5 0 1 1 .866.5A4.5 4.5 0 0 1 8 12.5a4.5 4.5 0 0 1-3.898-2.25.5.5 0 0 1 .183-.683M7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5m4 0c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5" />
</svg>
<div id="subInfo3">
<h3>4379</h3>
<p>Happy Patients</p>
</div>
</div>
<div class="info4">
<i class="bi bi-calendar"></i>
<svg id="icn4" xmlns="http://www.w3.org/2000/svg" width="80" height="80" fill="currentColor"
class="bi bi-calendar" viewBox="0 0 16 16">
<path
d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z" />
</svg>
<div id="subInfo4">
<h3>32</h3>
<p>Years of Experience</p>
</div>
</div>
</div>
</section>
<section>
<div class="about_section">
<h2>We offer Different Services to</h2>
<h2>Improve Your Health</h2>
<br>
<img src="heart.png" alt="" width="100px" height="40px">
<br>
<br>
<p>We offer a diverse range of health services aimed at enhancing your well-being. From preventive care to specialized treatments, our services are designed to improve and maintain your overall health</p>
</div>
<div class="sub_about">
<div class="text_div">
<h2>Who We Are</h2>
<div id="hr"></div>
<p>Experienced healthcare professionals dedicated to providing quality medical services tailored to your needs</p>
<div class="bullets">
<div class="bullet1">
<ul>
<li><i class="bi bi-arrow-right-square-fill"></i><svg xmlns="http://www.w3.org/2000/svg" width="25"
height="25" fill="currentColor" class="bi bi-arrow-right-square-fill" viewBox="0 0 16 16">
<path
d="M0 14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2zm4.5-6.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5a.5.5 0 0 1 0-1" />
</svg><span style="color: black; font-size: 18px;">
Experienced professionals</span></li>
<li><i class="bi bi-arrow-right-square-fill"></i><svg xmlns="http://www.w3.org/2000/svg" width="25"
height="25" fill="currentColor" class="bi bi-arrow-right-square-fill" viewBox="0 0 16 16">
<path
d="M0 14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2zm4.5-6.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5a.5.5 0 0 1 0-1" />
</svg><span style="color: black; font-size: 18px;">Quality healthcare</span></li>
<li><i class="bi bi-arrow-right-square-fill"></i><svg xmlns="http://www.w3.org/2000/svg" width="25"
height="25" fill="currentColor" class="bi bi-arrow-right-square-fill" viewBox="0 0 16 16">
<path
d="M0 14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2zm4.5-6.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5a.5.5 0 0 1 0-1" />
</svg><span style="color: black; font-size: 18px;">Tailored treatments</span></li>
<li><i class="bi bi-arrow-right-square-fill"></i><svg xmlns="http://www.w3.org/2000/svg" width="25"
height="25" fill="currentColor" class="bi bi-arrow-right-square-fill" viewBox="0 0 16 16">
<path
d="M0 14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2zm4.5-6.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5a.5.5 0 0 1 0-1" />
</svg><span style="color: black; font-size: 18px;">Comprehensive solutions</span></li>
</ul>
</div>
<div class="bullet2">
<ul>
<li><i class="bi bi-arrow-right-square-fill"></i><svg xmlns="http://www.w3.org/2000/svg" width="25"
height="25" fill="currentColor" class="bi bi-arrow-right-square-fill" viewBox="0 0 16 16">
<path
d="M0 14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2zm4.5-6.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5a.5.5 0 0 1 0-1" />
</svg><span style="color: black; font-size: 18px;">Patient-centered approach</span></li>
<li><i class="bi bi-arrow-right-square-fill"></i><svg xmlns="http://www.w3.org/2000/svg" width="25"
height="25" fill="currentColor" class="bi bi-arrow-right-square-fill" viewBox="0 0 16 16">
<path
d="M0 14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2zm4.5-6.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5a.5.5 0 0 1 0-1" />
</svg><span style="color: black; font-size: 18px;">Personalized care</span></li>
<li><i class="bi bi-arrow-right-square-fill"></i><svg xmlns="http://www.w3.org/2000/svg" width="25"
height="25" fill="currentColor" class="bi bi-arrow-right-square-fill" viewBox="0 0 16 16">
<path
d="M0 14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2zm4.5-6.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5a.5.5 0 0 1 0-1" />
</svg><span style="color: black; font-size: 18px;">Trusted community provider</span></li>
<li><i class="bi bi-arrow-right-square-fill"></i><svg xmlns="http://www.w3.org/2000/svg" width="25"
height="25" fill="currentColor" class="bi bi-arrow-right-square-fill" viewBox="0 0 16 16">
<path
d="M0 14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2zm4.5-6.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5a.5.5 0 0 1 0-1" />
</svg><span style="color: black; font-size: 18px;">Holistic wellness focus</span></li>
</ul>
</div>
</div>
</div>
<div class="image_div">
<img src="sub_about.png" alt="" width="650px" height="400px">
</div>
</div>
</section>
<section id="emergency">
<div class="sub_emergency">
<div class="emergency_text">
<h2>Do you need Emergency Medical</h2>
<h2>Care? Call @12345678</h2>
<p>
In need of urgent medical attention? Simply dial @12345678 for immediate emergency care</p>
</div>
<div class="emergency_button">
<button id="butin1">Contact Now</button>
<button id="butin2">Learn More -></button>
</div>
</div>
</section>
<section>
<div class="bookings">
<div class="book_info">
<h2>We provide you the best treatment</h2>
<h2>at reasonable prices</h2>
<br>
<img id="bookings_image" src="heart.png" alt="" width="100px" height="40px">
<br>
<br>
<p>
Experience top-quality treatment at affordable rates</p>
</div>
<div class="sub_booking">
<div class="book1">
<i></i>
<h3>General Treatment</h3>
<h4>Rs.2000 <span>/per visit</span></h4>
<div id="details0" class="details">
<ul>
<li>General healthcare</li>
<li>Affordable pricing</li>
<li>Rs.2000 per visit</li>
<li>Quality treatment</li>
</ul>
</div>
<button id="bt1" class="bt">Book Now</button>
</div>
<div class="book2">
<i></i>
<h3>Tests and Laboratory Services</h3>
<h4>Rs.3000 <span>onwards</span></h4>
<div class="details">
<ul>
<li>
Testing services available</li>
<li>Laboratory facilities</li>
<li>Prices start at Rs.3000</li>
<li>Comprehensive diagnostics</li>
</ul>
</div>
<button class="bt">Book Now</button>
</div>
<div class="book3">
<i></i>
<h3>Surgeries and Operations</h3>
<h4>Rs.30000 <span>onwards</span></h4>
<div class="details">
<ul>
<li>
Surgical procedures offered</li>
<li>Operations available</li>
<li>Prices start at Rs.30000</li>
<li>Experienced surgical team</li>
</ul>
</div>
<button id="bt2" class="bt">Book Now</button>
</div>
</div>
</section>
<section class="appointment_section">
<div class="bookings">
<div class="book_info">
<h2>We are always ready to help you</h2>
<h2>Book an appointment</h2>
<br>
<img id="bookings_image" src="heart.png" alt="" width="100px" height="40px">
<br>
<br>
<p>We're here to assist you whenever you need us. Simply schedule an appointment for personalized care and attention</p>
</div>
<div class="form">
<form action="">
<div class="form1">
<div class="form1_sub">
<input type="text" placeholder="Name">
<input type="email" name="" id="" placeholder="Email">
<input type="number" name="" id="" placeholder="Phone">
</div>
<div class="form1_sub_sub">
<select name="" id="" placeholder="Department">
<option selected disabled value="">Departments</option>
<option value="Neurology">Neurology</option>
<option value="Cardiology">Cardiology</option>
<option value="Orthopaedic">Orthopaedic</option>
</select>
<select name="" id="" placeholder="Doctors">
<option selected disabled value="">Doctors</option>
<option value="Dr Srijita Baksi">Dr Srijita Baksi</option>
<option value="Dr Yusuf Islam">Dr Yusuf Islam</option>
<option value="Dr Tiyasha Nag">Dr Tiyasha Nag</option>
</select>
<input type="date" name="" id="" placeholder="Date">
</div>
</div>
<div class="form2">
<textarea name="" id="text_area" cols="30" rows="10" placeholder="Write your message here"></textarea>
</div>
<div class="appointment_button_div">
<button class="appointment_button" type="submit">Submit</button>
</div>
</form>
<div class="img">
<img width="400px" height="400px" src="teeth.jpeg" alt="">
</div>
</div>
</section>
<footer>
<!-- footer about -->
<div class="footer_section1">
<div class="footer_about">
<h2>About Us</h2>
<div id="hr1"></div>
<p>As healthcare professionals, we are dedicated to providing top-quality medical services tailored to your needs. With our expertise and commitment to your well-being, you can trust us to deliver compassionate care and support.</p>
<div class="footer_about_icon">
<i class="bi bi-facebook"></i>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-facebook" viewBox="0 0 16 16">
<path d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951"/>
</svg>
<i class="bi bi-twitter-x"></i>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-twitter-x" viewBox="0 0 16 16">
<path d="M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z"/>
</svg>
<i class="bi bi-instagram"></i>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-instagram" viewBox="0 0 16 16">
<path d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.9 3.9 0 0 0-1.417.923A3.9 3.9 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.9 3.9 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.9 3.9 0 0 0-.923-1.417A3.9 3.9 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599s.453.546.598.92c.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.5 2.5 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.5 2.5 0 0 1-.92-.598 2.5 2.5 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233s.008-2.388.046-3.231c.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92s.546-.453.92-.598c.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92m-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217m0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334"/>
</svg>
<i class="bi bi-linkedin"></i>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-linkedin" viewBox="0 0 16 16">
<path d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z"/>
</svg>
</div>
</div>
<!-- footer quick links -->
<div class="footer_quick_links">
<h2>Quick Links</h2>
<div id="hr1"></div>
<ul>
<li><i class="bi bi-arrow-right-short"></i><svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" fill="currentColor" class="bi bi-arrow-right-short" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8"/>
</svg>Home</li>
<li><i class="bi bi-arrow-right-short"></i><svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" fill="currentColor" class="bi bi-arrow-right-short" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8"/>
</svg>Doctors</li>
<li><i class="bi bi-arrow-right-short"></i><svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" fill="currentColor" class="bi bi-arrow-right-short" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8"/>
</svg>Services</li>
<li><i class="bi bi-arrow-right-short"></i><svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" fill="currentColor" class="bi bi-arrow-right-short" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8"/>
</svg>Departments</li>
<li><i class="bi bi-arrow-right-short"></i><svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" fill="currentColor" class="bi bi-arrow-right-short" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8"/>
</svg>Contact Us</li>
</ul>
</div>
<!-- Opening hours -->
<div class="footer_open_hours">
<h2>Open Hours</h2>
<div id="hr1"></div>
<p>
We're available daily from 8:00 to 20:00, Mondays to Fridays, and from 9:00 to 18:30 on Saturdays. On Sundays, we're open from 9:00 to 15:00.</p>
<table class="table">
<tbody>
<tr>
<td>Monday - Friday</td>
<td>8.00 - 20.00</td>
</tr>
<tr>
<td>Saturday</td>
<td>9.00 - 18.30</td>
</tr>
<tr>
<td>Sunday</td>
<td>9.00 - 15.00</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="footer_section2">
<h4>© Copyright 2045 | All Rights Reserved by WellnessWise.com</h4>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
</body>
</html>