-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
480 lines (469 loc) · 33.7 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
<!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>Tryna give u lifeee</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css">
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class=" ">
<navbar class="flex justify-between pb-[5vh] shadow-lg sticky top-0 bg-white w-full">
<div class="flex justify-center"><a href="" class="logo ml-[3vw] flex items-center pt-[2vh]"><i
class="fa-solid fa-hand-holding-heart"></i></a>
<b class="text-xl px-[1vw] flex items-center pt-[2vh] cursor-pointer text-green-400">CARE FOR YOU</b>
</div>
<ul class="flex space-x-[3vw] px-[1vw] pt-[2vh] ">
<li class="cursor-pointer hover:text-green-600">Home</li>
<li class="cursor-pointer hover:text-green-600">Services</li>
<li class="cursor-pointer hover:text-green-600">About</li>
<li class="cursor-pointer hover:text-green-600">Doctors</li>
<li class="cursor-pointer hover:text-green-600">Book</li>
<li class="cursor-pointer hover:text-green-600">Review</li>
<li class="cursor-pointer hover:text-green-600">Blogs</li>
</ul>
<div class="ham fas fa-bars hidden"></div>
</navbar>
<content class="flex justify-between bg-gray-200 pb-[5vh] pt-[5vh] w-full">
<div class="pl-[5vw]">
<div class=" pt-[30vh] text-[2.3rem] ">Be safe,Be happy</div>
<p class="w-1/2">Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quia quas sit voluptates
animi
quos
pariatur obcaecati, a quam alias quaerat dignissimos quis quod voluptas eligendi quidem? Hic sed ut
vero.
</p>
<div class="btn">
<button
class="mt-[3vh] px-[1vw] border border-black shadow shadow-md shadow-green-300 rounded-lg hover:pr-[3vw] hover:ease-in duration-200 hover:bg-green-600 hover:text-white">CONTACT
NOW<i class="fa-solid fa-circle-arrow-right pl-[1vw]"></i></button>
</div>
</div>
<div class="image pr-[5vw]">
<img src="Public health-pana.png" alt="">
</div>
</content>
<about class="flex justify-between py-[6vh] px-[2vw] w-full">
<div
class="bg-white docatwk px-[4em] pb-[1em] border border-green-600 rounded-lg border-2 shadow shadow-lg shadow-green-300">
<i class="fa-solid fa-user-doctor flex justify-center text-4xl mt-[0.3em]"></i>
<div class="flex justify-center text-5xl mt-[0.3em]">120+</div>
<p class="mt-[0.5em] font-mono">Doctors at work</p>
</div>
<div
class="bg-white hapat px-[4em] pb-[1em] border border-green-600 rounded-lg border-2 shadow shadow-lg shadow-green-300">
<i class="fa-solid fa-people-group flex justify-center text-4xl mt-[0.3em]"></i>
<div class="flex justify-center text-5xl mt-[0.3em]">1040+</div>
<p class="mt-[0.5em] font-mono">Happy patients</p>
</div>
<div
class="bg-white bedfac px-[4em] pb-[1em] border border-green-600 rounded-lg border-2 shadow shadow-lg shadow-green-300">
<i class="fa-solid fa-bed flex justify-center text-4xl mt-[0.3em]"></i>
<div class="flex justify-center text-5xl mt-[0.3em]">500+</div>
<p class="mt-[0.5em] font-mono">Bed facility</p>
</div>
<div
class="bg-white hosav px-[4em] pb-[1em] border border-green-600 rounded-lg border-2 shadow shadow-lg shadow-green-300 ">
<i class="fa-solid fa-hospital flex justify-center text-4xl mt-[0.3em]"></i>
<div class="flex justify-center text-5xl mt-[0.3em]">80+</div>
<p class="mt-[0.5em] font-mono">Hospital available</p>
</div>
</about>
<services class="block bg-gray-200">
<div class="flex justify-center text-[3rem] pb-[2vh] font-serif">Our <span
class="text-green-400 ml-[2vw]">Services</span>
</div>
<div class="tabs flex justify-around flex-wrap">
<div
class="bg-white frch border border-green-600 px-[1.5em] rounded-lg border-2 shadow shadow-lg shadow-green-300 pb-[1em] mx-[1.5em] my-[1em] w-1/4">
<i class="fa-solid fa-kit-medical text-4xl mt-[0.3em]"></i>
<div class=" text-[1.2rem] font-bold mr-[1vw]">Free checkup</div>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Eos, pariatur.</p>
<div class="btn">
<button
class="mt-[15px] py-[5px] px-[10px] border border-black shadow shadow-md shadow-green-300 rounded-lg hover:pr-[30px] hover:ease-in duration-200 hover:bg-green-600 hover:text-white">CONTACT
NOW<i class="fa-solid fa-circle-arrow-right pl-[0.5em]"></i></button>
</div>
</div>
<div
class=" bg-white border border-green-600 border-2 rounded-lg shadow shadow-lg shadow-green-300 px-[1.5em] pb-[1em] mx-[1.5em] my-[1em] w-1/4">
<i class="fa-solid fa-truck-medical text-4xl mt-[0.3em]"></i>
<div class=" text-[1.2rem] font-bold mr-[1vw]">24/7 Ambulance</div>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Eos, pariatur.</p>
<div class="btn">
<button
class="mt-[15px] py-[5px] px-[10px] border border-black shadow shadow-md shadow-green-300 rounded-lg hover:pr-[30px] hover:ease-in duration-200 hover:bg-green-600 hover:text-white">CONTACT
NOW<i class="fa-solid fa-circle-arrow-right pl-[0.5em]"></i></button>
</div>
</div>
<div
class="bg-white border border-green-600 border-2 rounded-lg shadow shadow-lg shadow-green-300 px-[1.5em] pb-[1em] mx-[1.5em] my-[1em] w-1/4">
<i class="fa-solid fa-user-doctor text-4xl mt-[0.3em]"></i>
<div class="text-[1.2rem] font-bold mr-[1vw]">Experts consultancy</div>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Eos, pariatur.</p>
<div class="btn">
<button
class="mt-[15px] py-[5px] px-[10px] border border-black shadow shadow-md shadow-green-300 rounded-lg hover:pr-[30px] hover:ease-in duration-200 hover:bg-green-600 hover:text-white">CONTACT
NOW<i class="fa-solid fa-circle-arrow-right pl-[0.5em]"></i></button>
</div>
</div>
<div
class=" bg-white border border-green-600 border-2 rounded-lg shadow shadow-lg shadow-green-300 px-[1.5em] pb-[1em] mx-[1.5em] my-[1em] w-1/4">
<i class="fa-solid fa-capsules text-4xl mt-[0.3em]"></i>
<div class="text-[1.2rem] font-bold mr-[1vw]">Experts consultancy</div>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Eos, pariatur.</p>
<div class="btn">
<button
class="mt-[15px] py-[5px] px-[10px] border border-black shadow shadow-md shadow-green-300 rounded-lg hover:pr-[30px] hover:ease-in duration-200 hover:bg-green-600 hover:text-white">CONTACT
NOW<i class="fa-solid fa-circle-arrow-right pl-[0.5em]"></i></button>
</div>
</div>
<div
class="bg-white border border-green-600 border-2 rounded-lg shadow shadow-lg shadow-green-300 px-[1.5em] pb-[1em] mx-[1.5em] my-[1em] w-1/4">
<i class="fa-solid fa-bed-pulse text-4xl mt-[0.3em]"></i>
<div class="text-[1.2rem] font-bold mr-[1vw]">Experts consultancy</div>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Eos, pariatur.</p>
<div class="btn">
<button
class="mt-[15px] py-[5px] px-[10px] border border-black shadow shadow-md shadow-green-300 rounded-lg hover:pr-[30px] hover:ease-in duration-200 hover:bg-green-600 hover:text-white">CONTACT
NOW<i class="fa-solid fa-circle-arrow-right pl-[0.5em]"></i></button>
</div>
</div>
<div
class=" bg-white border border-green-600 border-2 rounded-lg shadow shadow-lg shadow-green-300 px-[1.5em] pb-[1em] mx-[1.5em] my-[1em] w-1/4">
<i class="fa-solid fa-heart-pulse text-4xl mt-[0.3em]"></i>
<div class="text-[1.2rem] font-bold mr-[1vw]">Experts consultancy</div>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Eos, pariatur.</p>
<div class="btn">
<button
class="mt-[15px] py-[5px] px-[10px] border border-black shadow shadow-md shadow-green-300 rounded-lg hover:pr-[30px] hover:ease-in duration-200 hover:bg-green-600 hover:text-white">CONTACT
NOW<i class="fa-solid fa-circle-arrow-right pl-[0.5em]"></i></button>
</div>
</div>
</div>
</services>
<about class="pb-[5vh] pt-[5vh] w-full ">
<div class="flex justify-center text-[3em] pb-[0.5em] font-serif"><span class=" text-green-400">About
</span><span class=" ml-[0.4em]">us</span>
</div>
<div class="flex justify-around pb-[2em] pt-[2em] pl-[5vw]">
<div class=" ">
<div class=" pt-[10%] text-[2.3em] ">Be safe,Be happy</div>
<p class="w-1/2">Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quia quas sit voluptates
animi
quos
pariatur obcaecati, a quam alias quaerat dignissimos quis quod voluptas eligendi quidem? Hic sed ut
vero.
</p>
<div class="btn">
<button
class="mt-[10px] py-[5px] px-[10px] border border-black shadow shadow-md shadow-green-300 rounded-lg hover:pr-[30px] hover:ease-in duration-200 hover:bg-green-600 hover:text-white">CONTACT
NOW<i class="fa-solid fa-circle-arrow-right pl-[0.5em]"></i></button>
</div>
</div>
<div class="image pr-[5em]">
<img src="Doctors-amico.png" alt="">
</div>
</div>
</about>
<doctor class="block bg-gray-200">
<div class="flex justify-center text-[3em] pb-[0.5em] font-serif">Our <span
class="text-green-400 ml-[0.4em]">Doctors</span></div>
<div class="tabs flex justify-around flex-wrap">
<div
class="bg-white frch border border-green-600 px-[1.5em] rounded-lg border-2 shadow shadow-lg shadow-green-300 pb-[1em] mx-[1.5em] my-[1em] w-1/4">
<div
class="image flex justify-center mt-[1.7em] mx-[4.2em] border border-black shadow shadow-md shadow-green-300">
<img src="smiling-doctor-with-strethoscope-isolated-grey.jpg" alt="random Client"></div>
<div class=" text-[2em] flex justify-center py-[0.3em]">Free checkup</div>
<p class="flex justify-center py-[0.3em]">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Eos,
pariatur.</p>
<div class="btn flex justify-between mt-[1em]">
<i
class="fa-brands fa-facebook border border-black shadow shadow-md shadow-green-300 text-2xl px-[0.3em] py-[0.1em] hover:ease-in duration-200 hover:bg-green-600 hover:text-white"></i>
<i
class="fa-brands fa-square-instagram border border-black shadow shadow-md shadow-green-300 text-2xl px-[0.3em] py-[0.1em] hover:ease-in duration-200 hover:bg-green-600 hover:text-white"></i>
<i
class="fa-brands fa-twitter border border-black shadow shadow-md shadow-green-300 text-2xl px-[0.3em] py-[0.1em] hover:ease-in duration-200 hover:bg-green-600 hover:text-white"></i>
<i
class="fa-brands fa-linkedin border border-black shadow shadow-md shadow-green-300 text-2xl px-[0.3em] py-[0.1em] hover:ease-in duration-200 hover:bg-green-600 hover:text-white"></i>
</div>
</div>
<div
class="bg-white frch border border-green-600 px-[1.5em] rounded-lg border-2 shadow shadow-lg shadow-green-300 pb-[1em] mx-[1.5em] my-[1em] w-1/4">
<div
class="image flex justify-center mt-[1.7em] mx-[4.2em] border border-black shadow shadow-md shadow-green-300">
<img src="young-lady-looking-pointing-copy-space.jpg" alt="random Client"></div>
<div class=" text-[2em] flex justify-center py-[0.3em]">Free checkup</div>
<p class="flex justify-center py-[0.3em]">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Eos,
pariatur.</p>
<div class="btn flex justify-between mt-[1em]">
<i
class="fa-brands fa-facebook border border-black shadow shadow-md shadow-green-300 text-2xl px-[0.3em] py-[0.1em] hover:ease-in duration-200 hover:bg-green-600 hover:text-white"></i>
<i
class="fa-brands fa-square-instagram border border-black shadow shadow-md shadow-green-300 text-2xl px-[0.3em] py-[0.1em] hover:ease-in duration-200 hover:bg-green-600 hover:text-white"></i>
<i
class="fa-brands fa-twitter border border-black shadow shadow-md shadow-green-300 text-2xl px-[0.3em] py-[0.1em] hover:ease-in duration-200 hover:bg-green-600 hover:text-white"></i>
<i
class="fa-brands fa-linkedin border border-black shadow shadow-md shadow-green-300 text-2xl px-[0.3em] py-[0.1em] hover:ease-in duration-200 hover:bg-green-600 hover:text-white"></i>
</div>
</div>
<div
class="bg-white frch border border-green-600 px-[1.5em] rounded-lg border-2 shadow shadow-lg shadow-green-300 pb-[1em] mx-[1.5em] my-[1em] w-1/4">
<div
class="image flex justify-center mt-[1.7em] mx-[4.3em] border border-black shadow shadow-md shadow-green-300">
<img src="portrait-hansome-young-male-doctor-man.jpg" alt="random Client"></div>
<div class=" text-[2em] flex justify-center py-[0.3em]">Free checkup</div>
<p class="flex justify-center py-[0.3em]">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Eos,
pariatur.</p>
<div class="btn flex justify-between mt-[1em]">
<i
class="fa-brands fa-facebook border border-black shadow shadow-md shadow-green-300 text-2xl px-[0.3em] py-[0.1em] hover:ease-in duration-200 hover:bg-green-600 hover:text-white"></i>
<i
class="fa-brands fa-square-instagram border border-black shadow shadow-md shadow-green-300 text-2xl px-[0.3em] py-[0.1em] hover:ease-in duration-200 hover:bg-green-600 hover:text-white"></i>
<i
class="fa-brands fa-twitter border border-black shadow shadow-md shadow-green-300 text-2xl px-[0.3em] py-[0.1em] hover:ease-in duration-200 hover:bg-green-600 hover:text-white"></i>
<i
class="fa-brands fa-linkedin border border-black shadow shadow-md shadow-green-300 text-2xl px-[0.3em] py-[0.1em] hover:ease-in duration-200 hover:bg-green-600 hover:text-white"></i>
</div>
</div>
<!-- <div
class="bg-white frch border border-green-600 px-[1.5em] rounded-lg border-2 shadow shadow-lg shadow-green-300 pb-[1em] mx-[1.5em] my-[1em] w-1/4">
<div class="image flex justify-center"><img src="" alt="random Client"></div>
<div class=" text-[2em]">Free checkup</div>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Eos, pariatur.</p>
<div class="btn flex justify-between mt-[1em]">
<i
class="fa-brands fa-facebook border border-black shadow shadow-md shadow-green-300 text-2xl px-[0.3em] py-[0.1em] hover:ease-in duration-200 hover:bg-green-600 hover:text-white"></i>
<i
class="fa-brands fa-square-instagram border border-black shadow shadow-md shadow-green-300 text-2xl px-[0.3em] py-[0.1em] hover:ease-in duration-200 hover:bg-green-600 hover:text-white"></i>
<i
class="fa-brands fa-twitter border border-black shadow shadow-md shadow-green-300 text-2xl px-[0.3em] py-[0.1em] hover:ease-in duration-200 hover:bg-green-600 hover:text-white"></i>
<i
class="fa-brands fa-linkedin border border-black shadow shadow-md shadow-green-300 text-2xl px-[0.3em] py-[0.1em] hover:ease-in duration-200 hover:bg-green-600 hover:text-white"></i>
</div>
</div>
<div
class="bg-white frch border border-green-600 px-[1.5em] rounded-lg border-2 shadow shadow-lg shadow-green-300 pb-[1em] mx-[1.5em] my-[1em] w-1/4">
<div class="image flex justify-center"><img src="" alt="random Client"></div>
<div class=" text-[2em]">Free checkup</div>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Eos, pariatur.</p>
<div class="btn flex justify-between mt-[1em]">
<i
class="fa-brands fa-facebook border border-black shadow shadow-md shadow-green-300 text-2xl px-[0.3em] py-[0.1em] hover:ease-in duration-200 hover:bg-green-600 hover:text-white"></i>
<i
class="fa-brands fa-square-instagram border border-black shadow shadow-md shadow-green-300 text-2xl px-[0.3em] py-[0.1em] hover:ease-in duration-200 hover:bg-green-600 hover:text-white"></i>
<i
class="fa-brands fa-twitter border border-black shadow shadow-md shadow-green-300 text-2xl px-[0.3em] py-[0.1em] hover:ease-in duration-200 hover:bg-green-600 hover:text-white"></i>
<i
class="fa-brands fa-linkedin border border-black shadow shadow-md shadow-green-300 text-2xl px-[0.3em] py-[0.1em] hover:ease-in duration-200 hover:bg-green-600 hover:text-white"></i>
</div>
</div>
<div
class="bg-white frch border border-green-600 px-[1.5em] rounded-lg border-2 shadow shadow-lg shadow-green-300 pb-[1em] mx-[1.5em] my-[1em] w-1/4">
<div class="image flex justify-center"><img src="" alt="random Client"></div>
<div class=" text-[2em]">Free checkup</div>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Eos, pariatur.</p>
<div class="btn flex justify-between mt-[1em]">
<i
class="fa-brands fa-facebook border border-black shadow shadow-md shadow-green-300 text-2xl px-[0.3em] py-[0.1em] hover:ease-in duration-200 hover:bg-green-600 hover:text-white"></i>
<i
class="fa-brands fa-square-instagram border border-black shadow shadow-md shadow-green-300 text-2xl px-[0.3em] py-[0.1em] hover:ease-in duration-200 hover:bg-green-600 hover:text-white"></i>
<i
class="fa-brands fa-twitter border border-black shadow shadow-md shadow-green-300 text-2xl px-[0.3em] py-[0.1em] hover:ease-in duration-200 hover:bg-green-600 hover:text-white"></i>
<i
class="fa-brands fa-linkedin border border-black shadow shadow-md shadow-green-300 text-2xl px-[0.3em] py-[0.1em] hover:ease-in duration-200 hover:bg-green-600 hover:text-white"></i>
</div> -->
</div>
</div>
</doctor>
<book class="v">
<div class="flex justify-center text-[3em] pb-[0.5em] font-serif"><span class=" text-green-400">Book
</span><span class=" ml-[0.4em]">now</span>
</div>
<div class=" flex items-center space-x-[1em] px-[3em]">
<!-- <div class="pb-[0.5em] text-[1.9em] flex justify-end pr-[4em]">book appointment</div> -->
<!-- <div class="inline-flex justify-end pr-[4em]"> -->
<div class="img w-[100%] ">
<img src="Online Doctor-amico.png" alt="">
</div>
<form action=""
class=" text-center border border-black shadow shadow-lg shadow-green-300 rounded-md py-[2em]">
<h1 class="pb-[1em] text-4xl">Book appointment</h1>
<input type="text" name="" placeholder="your name"
class="w-[90%] mx-[1em] border border-black rounded-md px-[0.3em] my-[1em]">
<input type="number" name="" placeholder="your number"
class="w-[90%] mx-[1em] border border-black rounded-md px-[0.3em] my-[1em]">
<input type="text" name="" placeholder="your email"
class="w-[90%] mx-[1em] border border-black rounded-md px-[0.3em] my-[1em]">
<input type="date" name="" class="w-[90%] mx-[1em] border border-black rounded-md px-[0.3em] my-[1em]">
<button
class="mt-[15px] py-[5px] px-[10px] mx-[2.5em] border border-black shadow shadow-md shadow-green-300 rounded-lg hover:ease-in duration-200 hover:bg-green-600 hover:text-white">BOOK
NOW<i class="fa-solid fa-circle-arrow-right pl-[0.5em]"></i></button>
</form>
</div>
</book>
<review class="block bg-gray-200">
<div class="flex justify-center text-[3em] pb-[0.5em] font-serif">Client's <span
class="text-green-400 ml-[0.4em]">review</span></div>
<div class="tabs flex justify-around flex-wrap">
<div
class="bg-white frch border border-green-600 rounded-lg border-2 shadow shadow-lg shadow-green-300 pb-[1em] mx-[1.5em] my-[1em] w-1/4">
<!-- <div class=" text-[2em]">Free checkup</div> -->
<div class="image flex justify-center border rounded-b-[50%] bg-green-600 py-[1em]"><img
src="portrait-hansome-young-male-doctor-man.jpg" alt="random Client"
class="h-[6rem] w-[6rem] border rounded-[50%] object-cover"></div>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Eos, pariatur.</p>
</div>
<div
class="bg-white frch border border-green-600 rounded-lg border-2 shadow shadow-lg shadow-green-300 pb-[1em] mx-[1.5em] my-[1em] w-1/4">
<!-- <div class=" text-[2em]">Free checkup</div> -->
<div class="image flex justify-center border rounded-b-[50%] bg-green-600 py-[1em]"><img
src="young-lady-looking-pointing-copy-space.jpg" alt="random Client"
class="h-[6rem] w-[6rem] border rounded-[50%] object-cover"></div>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Eos, pariatur.</p>
</div>
<div
class="bg-white frch border border-green-600 rounded-lg border-2 shadow shadow-lg shadow-green-300 pb-[1em] mx-[1.5em] my-[1em] w-1/4">
<!-- <div class=" text-[2em]">Free checkup</div> -->
<div class="image flex justify-center border rounded-b-[50%] bg-green-600 py-[1em]"><img
src="smiling-doctor-with-strethoscope-isolated-grey.jpg" alt="random Client"
class="h-[6rem] w-[6rem] border rounded-[50%] object-cover"></div>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Eos, pariatur.</p>
</div>
</div>
</review>
<blogs class="v">
<div class="flex justify-center text-[3em] pb-[0.5em] font-serif"><span class=" text-green-400">Our
</span><span class=" ml-[0.4em]">blogs</span>
</div>
<div class="tabs flex justify-around flex-wrap">
<div
class="bg-white frch border border-green-600 px-[1.5em] rounded-lg border-2 shadow shadow-lg shadow-green-300 pb-[1em] mx-[1.5em] my-[1em] w-1/4">
<div class="image flex justify-center mt-[1.7em] mx-[4.3em] border border-black shadow shadow-md shadow-green-300"><img src="portrait-hansome-young-male-doctor-man.jpg"
alt="random Client"></div>
<div class="flex justify-between my-[1em]">
<div class="v">
<i class="fa-regular fa-calendar"></i><span class="mx-[0.5em]">654684</span>
</div>
<div class="v">
<i class="fa-regular fa-user"></i><span class="mx-[0.5em]">dirufl</span>
</div>
</div>
<div class="title text-[2em] flex justify-center">iugblukij</div>
<p class="mt-[1em]">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Eos, pariatur.</p>
<div class="btn">
<button
class="mt-[15px] py-[5px] px-[10px] border border-black shadow shadow-md shadow-green-300 rounded-lg hover:pr-[30px] hover:ease-in duration-200 hover:bg-green-600 hover:text-white">CONTACT
NOW<i class="fa-solid fa-circle-arrow-right pl-[0.5em]"></i></button>
</div>
</div>
<div
class="bg-white frch border border-green-600 px-[1.5em] rounded-lg border-2 shadow shadow-lg shadow-green-300 pb-[1em] mx-[1.5em] my-[1em] w-1/4">
<div class="image flex justify-center mt-[1.7em] mx-[4.3em] border border-black shadow shadow-md shadow-green-300"><img src="young-lady-looking-pointing-copy-space.jpg"
alt="random Client"></div>
<div class="flex justify-between my-[1em]">
<div class="v">
<i class="fa-regular fa-calendar"></i><span class="mx-[0.5em]">654684</span></div>
<div class="v">
<i class="fa-regular fa-user"></i><span class="mx-[0.5em]">dirufl</span></div>
</div>
<div class="title text-[2em] flex justify-center ">iugblukij</div>
<p class="mt-[1em]">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Eos, pariatur.</p>
<div class="btn">
<button
class="mt-[15px] py-[5px] px-[10px] border border-black shadow shadow-md shadow-green-300 rounded-lg hover:pr-[30px] hover:ease-in duration-200 hover:bg-green-600 hover:text-white">CONTACT
NOW<i class="fa-solid fa-circle-arrow-right pl-[0.5em]"></i></button>
</div>
</div>
<div
class="bg-white frch border border-green-600 px-[1.5em] rounded-lg border-2 shadow shadow-lg shadow-green-300 pb-[1em] mx-[1.5em] my-[1em] w-1/4">
<div class="image flex justify-center mt-[1.7em] mx-[4.3em] border border-black shadow shadow-md shadow-green-300"><img src="smiling-doctor-with-strethoscope-isolated-grey.jpg"
alt="random Client"></div>
<div class="flex justify-between my-[1em]">
<div class="v">
<i class="fa-regular fa-calendar"></i><span class="mx-[0.5em]">654684</span>
</div>
<div class="v">
<i class="fa-regular fa-user"></i><span class="mx-[0.5em]">dirufl</span>
</div>
</div>
<div class="title text-[2em] flex justify-center ">iugblukij</div>
<p class="mt-[1em]">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Eos, pariatur.</p>
<div class="btn">
<button
class="mt-[15px] py-[5px] px-[10px] border border-black shadow shadow-md shadow-green-300 rounded-lg hover:pr-[30px] hover:ease-in duration-200 hover:bg-green-600 hover:text-white">CONTACT
NOW<i class="fa-solid fa-circle-arrow-right pl-[0.5em]"></i></button>
</div>
</div>
</div>
</blogs>
<bottom class="flex bg-gray-200 justify-around">
<div class="quln pt-[1em]">
<div class="text-xl font-serif font-bold">Quick links</div>
<ul class="py-[0.5em]">
<li class="py-[0.5em] cursor-pointer mr-[1em] "><i
class="fa-solid fa-caret-right mr-[0.5em]"></i><span class="hover:px-[1em] hover:ease-in duration-200">home</span></li>
<li class="py-[0.5em] cursor-pointer mr-[1em] "><i
class="fa-solid fa-caret-right mr-[0.5em]"></i><span class="hover:px-[1em] hover:ease-in duration-200">home</span></li>
<li class="py-[0.5em] cursor-pointer mr-[1em] "><i
class="fa-solid fa-caret-right mr-[0.5em]"></i><span class="hover:px-[1em] hover:ease-in duration-200">home</span></li>
<li class="py-[0.5em] cursor-pointer mr-[1em] "><i
class="fa-solid fa-caret-right mr-[0.5em]"></i><span class="hover:px-[1em] hover:ease-in duration-200">home</span></li>
<li class="py-[0.5em] cursor-pointer mr-[1em] "><i
class="fa-solid fa-caret-right mr-[0.5em]"></i><span class="hover:px-[1em] hover:ease-in duration-200">home</span></li>
<li class="py-[0.5em] cursor-pointer mr-[1em] "><i
class="fa-solid fa-caret-right mr-[0.5em]"></i><span class="hover:px-[1em] hover:ease-in duration-200">home</span></li>
</ul>
</div>
<div class="ser pt-[1em]">
<div class="text-xl font-serif font-bold">Our services</div>
<ul class="py-[0.5em]">
<li class="py-[0.5em] cursor-pointer mr-[1em]"><i
class="fa-solid fa-caret-right mr-[0.5em]"></i><span class="hover:px-[1em] hover:ease-in duration-200">home</span></li>
<li class="py-[0.5em] cursor-pointer mr-[1em]"><i
class="fa-solid fa-caret-right mr-[0.5em]"></i><span class="hover:px-[1em] hover:ease-in duration-200">home</span></li>
<li class="py-[0.5em] cursor-pointer mr-[1em]"><i
class="fa-solid fa-caret-right mr-[0.5em]"></i><span class="hover:px-[1em] hover:ease-in duration-200">home</span></li>
<li class="py-[0.5em] cursor-pointer mr-[1em]"><i
class="fa-solid fa-caret-right mr-[0.5em]"></i><span class="hover:px-[1em] hover:ease-in duration-200">home</span></li>
<li class="py-[0.5em] cursor-pointer mr-[1em]"><i
class="fa-solid fa-caret-right mr-[0.5em]"></i><span class="hover:px-[1em] hover:ease-in duration-200">home</span></li>
<li class="py-[0.5em] cursor-pointer mr-[1em]"><i
class="fa-solid fa-caret-right mr-[0.5em]"></i><span class="hover:px-[1em] hover:ease-in duration-200">home</span></li>
</ul>
</div>
<div class="quln pt-[1em]">
<div class="text-xl font-serif font-bold">Contact info</div>
<ul class="py-[0.5em]">
<li class="py-[0.5em] cursor-pointer mr-[1em]"><i
class="fa-solid fa-phone mr-[0.5em]"></i><span class="hover:px-[1em] hover:ease-in duration-200">home</span></li>
<li class="py-[0.5em] cursor-pointer mr-[1em]"><i
class="fa-solid fa-phone mr-[0.5em]"></i><span class="hover:px-[1em] hover:ease-in duration-200">home</span></li>
<li class="py-[0.5em] cursor-pointer mr-[1em]"><i
class="fa-solid fa-envelope mr-[0.5em]"></i><span class="hover:px-[1em] hover:ease-in duration-200">home</span></li>
<li class="py-[0.5em] cursor-pointer mr-[1em]"><i
class="fa-solid fa-envelope mr-[0.5em]"></i><span class="hover:px-[1em] hover:ease-in duration-200">home</span></li>
<li class="py-[0.5em] cursor-pointer mr-[1em]"><i
class="fa-solid fa-location-dot mr-[0.5em]"></i><span class="hover:px-[1em] hover:ease-in duration-200">home</span></li>
<li class="py-[0.5em] cursor-pointer mr-[1em]"><i
class="fa-solid fa-location-dot mr-[0.5em]"></i><span class="hover:px-[1em] hover:ease-in duration-200">home</span></li>
</ul>
</div>
<div class="quln pt-[1em]">
<div class="text-xl font-serif font-bold">Follow us</div>
<ul class="py-[0.5em]">
<li class="py-[0.5em] cursor-pointer mr-[0.1em]"><i
class="fa-brands fa-facebook mr-[0.5em]"></i><span class="hover:px-[1em] hover:ease-in duration-200">home</span></li>
<li class="py-[0.5em] cursor-pointer mr-[0.1em]"><i
class="fa-brands fa-square-instagram mr-[0.5em]"></i><span class="hover:px-[1em] hover:ease-in duration-200">home</span></li>
<li class="py-[0.5em] cursor-pointer mr-[0.1em]"><i
class="fa-brands fa-twitter mr-[0.5em]"></i><span class="hover:px-[1em] hover:ease-in duration-200">home</span></li>
<li class="py-[0.5em] cursor-pointer mr-[0.1em]"><i
class="fa-brands fa-linkedin mr-[0.5em]"></i><span class="hover:px-[1em] hover:ease-in duration-200">home</span></li>
</ul>
</div>
</bottom>
</body>
</html>