-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
492 lines (435 loc) · 23.2 KB
/
services.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>mediBase - Your Personal Health Partner | Services</title>
<link rel="icon" href="img/core-img/favicon.ico">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div class="medilife-load"></div>
</div>
<!-- ***** Header Area Start ***** -->
<header class="header-area">
<!-- Top Header Area -->
<div class="top-header-area">
<div class="container h-100">
<div class="row h-100">
<div class="col-12 h-100">
<div class="h-100 d-md-flex justify-content-between align-items-center">
<p>Welcome to the official <span>mediBase</span> website</p>
<p>Opening Hours : Monday to Saturday - 8am to 10pm Contact : <span>+49 162 1121100</span>
</p>
</div>
</div>
</div>
</div>
</div>
<!-- Main Header Area -->
<div class="main-header-area" id="stickyHeader">
<div class="container h-100">
<div class="row h-100 align-items-center">
<div class="col-12 h-100">
<div class="main-menu h-100">
<nav class="navbar h-100 navbar-expand-lg">
<!-- Logo Area -->
<a class="navbar-brand" href="index.html"><img src="img/core-img/logo.png"
alt="Logo"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#medilifeMenu" aria-controls="medilifeMenu" aria-expanded="false"
aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="medilifeMenu">
<!-- Menu Area -->
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home <span
class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="about-us.html">About Us</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="services.html">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="news.html">News</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
<!-- Login Button -->
<a href="mediBase-Portal/signin.php" class="btn medilife-appoint-btn ml-30">Login to
<span>mediBase</span> Portal</a>
</div>
</nav>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- ***** Header Area End ***** -->
<!-- ***** Breadcumb Area Start ***** -->
<section class="breadcumb-area bg-img gradient-background-overlay"
style="background-image: url(img/bg-img/breadcumb2.jpg);">
<div class="container h-100">
<div class="row h-100 align-items-center">
<div class="col-12">
<div class="breadcumb-content">
<h3 class="breadcumb-title">Services</h3>
<p>At mediBase, our services combine advanced medical technology with compassionate care to meet
diverse healthcare needs.</p>
</div>
</div>
</div>
</div>
</section>
<!-- ***** Breadcumb Area End ***** -->
<!-- ***** Services Area Start ***** -->
<div class="medilife-services-area section-padding-100-20">
<div class="container">
<div class="row">
<!-- Single Service Area -->
<div class="col-12 col-md-6 col-lg-4">
<div class="single-service-area d-flex">
<div class="service-icon">
<i class="icon-doctor"></i>
</div>
<div class="service-content">
<h5>The Best Doctors</h5>
<p>Your health is our priority we are dedicated to your well-being, every step of the way.
</p>
</div>
</div>
</div>
<!-- Single Service Area -->
<div class="col-12 col-md-6 col-lg-4">
<div class="single-service-area d-flex">
<div class="service-icon">
<i class="icon-blood-donation-1"></i>
</div>
<div class="service-content">
<h5>Top Maternity Care</h5>
<p>In mediBase we believe in a healthcare experience that goes beyond medical treatment –
it's a journey where healing meets hospitality.</p>
</div>
</div>
</div>
<!-- Single Service Area -->
<div class="col-12 col-md-6 col-lg-4">
<div class="single-service-area d-flex">
<div class="service-icon">
<i class="icon-helicopter"></i>
</div>
<div class="service-content">
<h5>Healthcare</h5>
<p>Experience a healthcare environment where your well-being is our priority, and where the
intersection of compassion and proficiency defines our commitment to you.</p>
</div>
</div>
</div>
<!-- Single Service Area -->
<div class="col-12 col-md-6 col-lg-4">
<div class="single-service-area d-flex">
<div class="service-icon">
<i class="icon-flask"></i>
</div>
<div class="service-content">
<h5>OB/GYN</h5>
<p>At mediBase, our OB/GYN services prioritize women's health with comprehensive and
compassionate care.</p>
</div>
</div>
</div>
<!-- Single Service Area -->
<div class="col-12 col-md-6 col-lg-4">
<div class="single-service-area d-flex">
<div class="service-icon">
<i class="icon-emergency-call-1"></i>
</div>
<div class="service-content">
<h5>Emergency Room</h5>
<p>mediBase is where compassionate care and exceptional expertise converge seamlessly.</p>
</div>
</div>
</div>
<!-- Single Service Area -->
<div class="col-12 col-md-6 col-lg-4">
<div class="single-service-area d-flex">
<div class="service-icon">
<i class="icon-blood-donation-2"></i>
</div>
<div class="service-content">
<h5>Cardiology</h5>
<p>At mediBase, our cardiology services offer expert heart care with advanced diagnostics
and compassion."</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ***** Services Area End ***** -->
<div class="medilife-services-area clearfix">
<!-- Single Services Area -->
<div class="singleServiceArea equalize d-flex">
<div class="singleServiceIcon">
<i class="icon-hospital-4"></i>
</div>
<div class="singleServiceText">
<h2>A new way of running things</h2>
<p>At mediBase, we embrace a new way of running things, driven by innovation and a commitment to
empowering change. Our forward-thinking approach redefines traditional norms, leveraging
cutting-edge technologies and streamlined processes to enhance efficiency and elevate the overall
experience. With a culture that encourages creativity and adaptability, we are poised to set new
standards in our industry. Join us on this transformative journey, where the pursuit of excellence
meets the power of innovation, shaping a future that is both dynamic and inspiring.</p>
</div>
</div>
<!-- Single Services Area -->
<div class="singleServiceArea equalize bg-img" style="background-image: url(img/bg-img/about1.jpg);"></div>
<!-- Single Services Area -->
<div class="singleServiceArea equalize d-flex">
<div class="singleServiceIcon">
<i class="icon-clinic-history-2"></i>
</div>
<div class="singleServiceText">
<h2>All Equipments are high tech</h2>
<p>At mediBase, we pride ourselves on embracing high-tech solutions to redefine industry standards. Our
commitment to excellence is underlined by the seamless integration of cutting-edge technologies,
fostering a dynamic environment where innovation thrives. From state-of-the-art medical equipment to
advanced digital platforms, we leverage high-tech solutions to enhance precision, efficiency, and
the overall quality of our services. At the forefront of technological advancements, we are
dedicated to shaping a future where high-tech innovation is not just a tool but a transformative
force for optimal outcomes and unparalleled experiences. Join us on this journey where technology
meets healthcare, and together, we pioneer excellence.</p>
</div>
</div>
</div>
<section class="medilife-benefits-area section-padding-100-50">
<div class="container">
<div class="row">
<div class="col-12">
<div class="section-heading">
<h2>We always put <br>our pacients first</h2>
</div>
</div>
</div>
<div class="row align-items-center">
<div class="col-12 col-md-4">
<div class="single-benefits-area mb-50 text-right">
<div class="single-benefits-title d-flex align-items-end row-reverse">
<i class="icon-teeth"></i>
<h5>Dental Services</h5>
</div>
<p>Our dental services at mediBase put an emphasis on providing each patient with thorough
treatment and a confident smile.</p>
</div>
<div class="single-benefits-area mb-50 text-right">
<div class="single-benefits-title d-flex align-items-end row-reverse">
<i class="icon-hospital-bed-1"></i>
<h5>Hospitality</h5>
</div>
<p>At mediBase, we create a warm and compassionate environment to ensure a welcoming experience
for everyone seeking healthcare services.</p>
</div>
<div class="single-benefits-area mb-50 text-right">
<div class="single-benefits-title d-flex align-items-end row-reverse">
<i class="icon-hospital-2"></i>
<h5>Expenditures</h5>
</div>
<p>At mediBase, we provide transparent and competitive pricing for accessible healthcare
services</p>
</div>
</div>
<div class="col-12 col-md-4">
<div class="single-benefits-thumb">
<img src="img/bg-img/benefits.png" alt="">
</div>
</div>
<div class="col-12 col-md-4">
<div class="single-benefits-area mb-50">
<div class="single-benefits-title d-flex align-items-end">
<i class="icon-flask-1"></i>
<h5>Safe tests</h5>
</div>
<p>At mediBase, our diagnostic tests prioritize safety and accuracy for your well-being.</p>
</div>
<div class="single-benefits-area mb-50">
<div class="single-benefits-title d-flex align-items-end">
<i class="icon-smartphone-1"></i>
<h5>Online results</h5>
</div>
<p>At mediBase, easily access your medical results online for quick and confidential
information.</p>
</div>
<div class="single-benefits-area mb-50">
<div class="single-benefits-title d-flex align-items-end">
<i class="icon-nuclear"></i>
<h5>Imagistic tests</h5>
</div>
<p>At mediBase, advanced imaging tests deliver accurate diagnostic information for effective
healthcare decisions.</p>
</div>
</div>
</div>
</div>
</section>
<!-- ***** CTA Area Start ***** -->
<div class="medilife-cta-area">
<div class="container">
<div class="row">
<div class="col-12">
<div class="cta-content">
<i class="icon-smartphone"></i>
<h2>For Emergency calls</h2>
<h3>+49 162 1121100</h3>
</div>
</div>
</div>
</div>
</div>
<!-- ***** CTA Area End ***** -->
<!-- ***** Footer Area Start ***** -->
<footer class="footer-area section-padding-100">
<!-- Main Footer Area -->
<div class="main-footer-area">
<div class="container-fluid">
<div class="row">
<div class="col-12 col-sm-6 col-xl-3">
<div class="footer-widget-area">
<div class="footer-logo">
<img src="img/core-img/logo.png" alt="">
</div>
<p>At mediBase, we take pride in offering a holistic healthcare experience. Our Labor and
Delivery section is designed for the most precious moments of life, ensuring the safety
and comfort of both mothers and newborns. Meanwhile, our Emergency Department stands
ready 24/7, staffed with skilled professionals and equipped with advanced technology,
providing immediate care and peace of mind for you and your loved ones.
</p>
<div class="footer-social-info">
<a href="#"><i class="fa fa-google-plus" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-pinterest" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-xl-3">
<div class="footer-widget-area">
<div class="widget-title">
<h6>Latest News</h6>
</div>
<div class="widget-blog-post">
<!-- 1st Single Blog Post -->
<div class="widget-single-blog-post d-flex">
<div class="widget-post-thumbnail">
<img src="img/blog-img/ln1.jpg" alt="">
</div>
<div class="widget-post-content">
<a href="#">Better Health Care</a>
<p>Nov 18, 2023</p>
</div>
</div>
<!-- 2nd Single Blog Post -->
<div class="widget-single-blog-post d-flex">
<div class="widget-post-thumbnail">
<img src="img/blog-img/ln2.jpg" alt="">
</div>
<div class="widget-post-content">
<a href="#">Revolutionary Cancer Drug</a>
<p>Aug 18, 2023</p>
</div>
</div>
<!-- 3rd Single Blog Post -->
<div class="widget-single-blog-post d-flex">
<div class="widget-post-thumbnail">
<img src="img/blog-img/ln3.jpg" alt="">
</div>
<div class="widget-post-content">
<a href="#">Mental Health Department Advice</a>
<p>Jul 07, 2023</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-xl-3">
<div class="footer-widget-area">
<div class="widget-title">
<h6>Contact Form</h6>
</div>
<div class="footer-contact-form">
<form action="#" method="post">
<input type="text" class="form-control border-top-0 border-right-0 border-left-0"
name="footer-name" id="footer-name" placeholder="Name">
<input type="email" class="form-control border-top-0 border-right-0 border-left-0"
name="footer-email" id="footer-email" placeholder="Email">
<textarea name="message"
class="form-control border-top-0 border-right-0 border-left-0"
id="footerMessage" placeholder="Message"></textarea>
<button type="submit" class="btn medilife-btn">Contact Us <span>+</span></button>
</form>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-xl-3">
<div class="footer-widget-area">
<div class="widget-title">
<h6>News Letter</h6>
</div>
<div class="footer-newsletter-area">
<form action="#">
<input type="email" class="form-control border-0 mb-0" name="newsletterEmail"
id="newsletterEmail" placeholder="Your Email Here">
<button type="submit">Subscribe</button>
</form>
<p>At mediBase, we stand as the epitome of exceptional healthcare. Renowned for our
unwavering commitment to excellence, compassionate patient care, and cutting-edge
services, we take pride in being the preferred choice for those seeking the pinnacle
of medical expertise and a superior healthcare experience.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Bottom Footer Area -->
<div class="bottom-footer-area">
<div class="container-fluid">
<div class="row">
<div class="col-12">
<div class="bottom-footer-content">
<!-- Copywrite Text -->
<div class="copywrite-text">
<p>©
<script>document.write(new Date().getFullYear());</script> All rights reserved <br>
MediBase is a subsidiary of <strong>Jouhanzasom®</strong>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- ***** Footer Area End ***** -->
<!-- jQuery (Necessary for All JavaScript Plugins) -->
<script src="js/jquery/jquery-2.2.4.min.js"></script>
<!-- Popper js -->
<script src="js/popper.min.js"></script>
<!-- Bootstrap js -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugins js -->
<script src="js/plugins.js"></script>
<!-- Active js -->
<script src="js/active.js"></script>
</body>
</html>