-
Notifications
You must be signed in to change notification settings - Fork 1
/
blood-bank.html
601 lines (587 loc) · 32.1 KB
/
blood-bank.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
<!DOCTYPE html>
<html lang="en">
<head>
<!--===============================================
Template Design By WpFreeware Team.
Author URI : http://www.wpfreeware.com/
====================================================-->
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Ankur Rehab Centre : Service</title>
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon -->
<!-- <link rel="shortcut icon" type="image/icon" href="images/favicon.ico"/> -->
<link rel="apple-touch-icon" sizes="57x57" href="images/logo/favis/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="images/logo/favis/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/logo/favis/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="images/logo/favis/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/logo/favis/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="images/logo/favis/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="images/logo/favis/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="images/logo/favis/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="images/logo/favis/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="images/logo/favis/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/logo/favis/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="images/logo/favis/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/logo/favis/favicon-16x16.png">
<link rel="manifest" href="images/logo/favis/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="images/logo/favis/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- CSS
================================================== -->
<!-- Bootstrap css file-->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Font awesome css file-->
<link href="css/font-awesome.min.css" rel="stylesheet">
<!-- Default Theme css file -->
<link id="switcher" href="css/themes/green-theme.css" rel="stylesheet">
<!-- Slick slider css file -->
<link href="css/slick.css" rel="stylesheet">
<!-- Main structure css file -->
<link href="style.css" rel="stylesheet">
<!-- Google fonts -->
<link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Habibi' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Cinzel+Decorative:900' rel='stylesheet' type='text/css'>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- BEGAIN PRELOADER -->
<div id="preloader">
<div id="status"> </div>
</div>
<!-- END PRELOADER -->
<!-- SCROLL TOP BUTTON -->
<a class="scrollToTop" href="#"><i class="fa fa-heartbeat"></i></a>
<!-- END SCROLL TOP BUTTON -->
<!--=========== BEGIN HEADER SECTION ================-->
<header id="header">
<!-- BEGIN MENU -->
<div class="menu_area">
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<!-- FOR MOBILE VIEW COLLAPSED BUTTON -->
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- LOGO -->
<!-- TEXT BASED LOGO -->
<a class="navbar-brand" href="index.html"><i class="fa fa-heartbeat"></i>WpF <span>Medinova</span></a>
<!-- IMG BASED LOGO -->
<!-- <a class="navbar-brand" href="index.html"><img src="images/logo.png" alt="logo"></a> -->
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul id="top-menu" class="nav navbar-nav navbar-right main-nav">
<li><a href="index.html">Home</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="about-us.html">About Us</a></li>
<li class="dropdown active">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Service <span class="fa fa-angle-down"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="medical-counseling.html">Medical Counseling</a></li>
<li><a href="medical-research.html">Medical Research</a></li>
<li><a href="blood-bank.html">Blood Bank</a></li>
</ul>
</li>
<li><a href="gallery.html">Gallery</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">News <span class="fa fa-angle-down"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="blog-archive.html">Blog Archive</a></li>
<li><a href="blog-archive-with-left-sidebar.html">Blog Archive with Left Sidebar</a></li>
<li><a href="blog-archive-with-right-sidebar.html">Blog Archive with Right Sidebar</a></li>
<li><a href="blog-single.html">Blog Single</a></li>
<li><a href="blog-single-with-left-sidebar.html">Blog Single with Left Sidebar</a></li>
<li><a href="blog-single-with-right-sidebar.html">Blog Single with Right Sidebar</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Page <span class="fa fa-angle-down"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="404.html">404 Page</a></li>
<li><a href="#">Link Two</a></li>
<li><a href="#">Link Three</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
</div>
<!-- END MENU -->
</header>
<!--=========== END HEADER SECTION ================-->
<section id="blogArchive">
<div class="row">
<div class="col-lg-12 col-md-12">
<div class="blog-breadcrumbs-area">
<div class="container">
<div class="blog-breadcrumbs-left">
<h2>Service</h2>
</div>
<div class="blog-breadcrumbs-right">
<ol class="breadcrumb">
<li>You are here</li>
<li><a href="#">Home</a></li>
<li class="active">Blood Bank</li>
</ol>
</div>
</div>
</div>
</div>
</div>
</section>
<!--=========== BEGIN Service SECTION ================-->
<section id="service">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12">
<div class="service-area">
<!-- Start Service Title -->
<div class="section-heading">
<h2>Our Services</h2>
<div class="line"></div>
</div>
<!-- Start Service Content -->
<div class="service-content">
<div class="row">
<!-- Start Single Service -->
<div class="col-lg-4 col-md-4">
<div class="single-service">
<div class="service-icon">
<span class="fa fa-stethoscope service-icon-effect"></span>
</div>
<h3><a href="#">Cardio Monitoring</a></h3>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour</p>
</div>
</div>
<!-- Start Single Service -->
<div class="col-lg-4 col-md-4">
<div class="single-service">
<div class="service-icon">
<span class="fa fa-heartbeat service-icon-effect"></span>
</div>
<h3><a href="#">Rehabilitation Therapy</a></h3>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour</p>
</div>
</div>
<!-- Start Single Service -->
<div class="col-lg-4 col-md-4">
<div class="single-service">
<div class="service-icon">
<span class="fa fa-h-square service-icon-effect"></span>
</div>
<h3><a href="#">Medical Health Care</a></h3>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour</p>
</div>
</div>
<!-- Start Single Service -->
<div class="col-lg-4 col-md-4">
<div class="single-service">
<div class="service-icon">
<span class="fa fa-medkit service-icon-effect"></span>
</div>
<h3><a href="#">Background Checks</a></h3>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour</p>
</div>
</div>
<!-- Start Single Service -->
<div class="col-lg-4 col-md-4">
<div class="single-service">
<div class="service-icon">
<span class="fa fa-user-md service-icon-effect"></span>
</div>
<h3><a href="#">Special Doctor</a></h3>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour</p>
</div>
</div>
<!-- Start Single Service -->
<div class="col-lg-4 col-md-4">
<div class="single-service">
<div class="service-icon">
<span class="fa fa-ambulance service-icon-effect"></span>
</div>
<h3><a href="#">24 Hours Service</a></h3>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--=========== End Service SECTION ================-->
<!--=========== BEGAIN Why Choose Us SECTION ================-->
<section id="whychooseSection">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12">
<div class="service-area">
<!-- Start Service Title -->
<div class="section-heading">
<h2>Why Choose Us</h2>
<div class="line"></div>
</div>
</div>
</div>
<div class="col-lg-12 col-md-12">
<div class="row">
<div class="col-lg-5 col-md-6 col-sm-6 col-xs-12">
<div class="whyChoose-left">
<div class="whychoose-slider">
<div class="whychoose-singleslide">
<img src="images/choose-us-img1.jpg" alt="img">
</div>
<div class="whychoose-singleslide">
<img src="images/choose-us-img2.jpg" alt="img">
</div>
<div class="whychoose-singleslide">
<img src="images/choose-us-img3.jpg" alt="img">
</div>
</div>
</div>
</div>
<div class="col-lg-7 col-md-6 col-sm-6 col-xs-12">
<div class="whyChoose-right">
<div class="media">
<div class="media-left">
<a href="#" class="media-icon">
<span class="fa fa-hospital-o"></span>
</a>
</div>
<div class="media-body">
<h4 class="media-heading">Great Infrastructure</h4>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam.</p>
</div>
</div>
<div class="media">
<div class="media-left">
<a href="#" class="media-icon">
<span class="fa fa-user-md"></span>
</a>
</div>
<div class="media-body">
<h4 class="media-heading">Qualified Doctors</h4>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam.</p>
</div>
</div>
<div class="media">
<div class="media-left">
<a href="#" class="media-icon">
<span class="fa fa-ambulance"></span>
</a>
</div>
<div class="media-body">
<h4 class="media-heading">Emergency Support</h4>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--=========== END Why Choose Us SECTION ================-->
<!--=========== BEGAIN Counter SECTION ================-->
<section id="counterSection">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12">
<div class="counter-area">
<div class="col-lg-3 col-md-3 col-sm-6">
<div class="counter-box">
<div class="counter-no counter">
200
</div>
<div class="counter-label">Doctors</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6">
<div class="counter-box">
<div class="counter-no counter">
300
</div>
<div class="counter-label">Clinic Rooms</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6">
<div class="counter-box">
<div class="counter-no counter">
350
</div>
<div class="counter-label">Awards</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6">
<div class="counter-box">
<div class="counter-no counter">
450
</div>
<div class="counter-label">Happy Patients</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--=========== End Counter SECTION ================-->
<section id="extraFeatures">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12">
<div class="departments-area">
<div class="section-heading">
<h2>Our Departments</h2>
<div class="line"></div>
</div>
<!-- Start Departments Accordion -->
<div class="panel-group custom-panel" id="accordion">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseOne">
Pediatric Clinic <span class="fa fa-minus"></span>
</a>
</h4>
</div>
<div id="collapseOne" class="panel-collapse collapse in">
<div class="panel-body">
<p> Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident.</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseTwo">
Dental Implants<span class="fa fa-plus"></span>
</a>
</h4>
</div>
<div id="collapseTwo" class="panel-collapse collapse">
<div class="panel-body">
<img class="img-center" src="images/choose-us-img3.jpg" alt="img">
<p> Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod.
</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseThree">
Laryngological Clinic <span class="fa fa-plus"></span>
</a>
</h4>
</div>
<div id="collapseThree" class="panel-collapse collapse">
<div class="panel-body">
<p>Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseFour">
Laryngological Clinic<span class="fa fa-plus"></span>
</a>
</h4>
</div>
<div id="collapseFour" class="panel-collapse collapse">
<div class="panel-body">
<img class="img-center" src="images/choose-us-img3.jpg" alt="img">
<p> Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod.
</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseFive">
Rehabilitation Therapy Clinic <span class="fa fa-plus"></span>
</a>
</h4>
</div>
<div id="collapseFive" class="panel-collapse collapse">
<div class="panel-body">
<p>Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<div class="how-works-area">
<div class="section-heading">
<h2>How we work</h2>
<div class="line"></div>
</div>
<div class="how-works">
<ul class="nav nav-tabs" id="myTab">
<li class="active"><a href="#experiment" data-toggle="tab">Experiment</a></li>
<li><a href="#monitor" data-toggle="tab">Monitor</a></li>
<li><a href="#clean" data-toggle="tab">Clean</a></li>
<li><a href="#fast" data-toggle="tab">Fast</a></li>
<li><a href="#support" data-toggle="tab">Support</a></li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<div class="tab-pane fade in active" id="experiment">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
<div class="tab-pane fade " id="monitor">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<img class="img-center" src="images/choose-us-img2.jpg" alt="img">
</div>
<div class="tab-pane fade " id="clean">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
<div class="tab-pane fade " id="fast">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<img class="img-center" src="images/choose-us-img1.jpg" alt="img">
</div>
<div class="tab-pane fade " id="support">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--=========== Start Footer SECTION ================-->
<footer id="footer">
<!-- Start Footer Top -->
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-3">
<div class="single-footer-widget">
<div class="section-heading">
<h2>About Us</h2>
<div class="line"></div>
</div>
<p>Ankur Rehab Center have come up with this novel idea of setting up a rehab center for catering psychiatric and/or addiction problem by highly expertise profession personals exclusively based on the specific need of the family members & their ward so that they can experience the delightful stay with quality care, comfort, security, kindness, love & empathy as provided by their family along with rehabilitation.</p>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-3">
<div class="single-footer-widget">
<div class="section-heading">
<h2>Our Service</h2>
<div class="line"></div>
</div>
<ul class="footer-service">
<li><a href="#"><span class="fa fa-check"></span>Service 1</a></li>
<li><a href="#"><span class="fa fa-check"></span>Service 2</a></li>
<li><a href="#"><span class="fa fa-check"></span>Service 3</a></li>
<li><a href="#"><span class="fa fa-check"></span>Service 4</a></li>
<li><a href="#"><span class="fa fa-check"></span>Service 5</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-3">
<div class="single-footer-widget">
<div class="section-heading">
<h2>Tags</h2>
<div class="line"></div>
</div>
<ul class="tag-nav">
<li><a href="#">Dental</a></li>
<li><a href="#">Surgery</a></li>
<li><a href="#">Pediatric</a></li>
<li><a href="#">Cardiac</a></li>
<li><a href="#">Ophthalmology</a></li>
<li><a href="#">Diabetes</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-3">
<div class="single-footer-widget">
<div class="section-heading">
<h2>Contact Info</h2>
<div class="line"></div>
</div>
<p>Rehabilitation Centre Address</p>
<address class="contact-info">
<p><span class="fa fa-home"></span>Dharampuri Bypass, Indore-Ujjain Highway, Indore M.P.</p>
<p><span class="fa fa-phone"></span>+91-97556-44422</p>
<p><span class="fa fa-envelope"></span>[email protected]</p>
</address>
</div>
</div>
</div>
</div>
</div>
<!-- Start Footer Middle -->
<div class="footer-middle">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
<div class="footer-copyright">
<p>© Copyright 2015 <a href="index.html">Ankur Rehab Centre</a></p>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
<div class="footer-social">
<a href="#"><span class="fa fa-facebook"></span></a>
<a href="#"><span class="fa fa-twitter"></span></a>
<a href="#"><span class="fa fa-google-plus"></span></a>
<a href="#"><span class="fa fa-linkedin"></span></a>
</div>
</div>
</div>
</div>
</div>
<!-- Start Footer Bottom -->
<div class="footer-bottom">
<div class="container">
<div class="row">
<div class="col-md-12">
<p>Design & Developed By <a rel="nofollow" href="#" target="blank">UT-Corp</a></p>
</div>
</div>
</div>
</div>
</footer>
<!--=========== End Footer SECTION ================-->
<!-- jQuery Library -->
<script src="js/jquery.js"></script>
<!-- Bootstrap default js -->
<script src="js/bootstrap.min.js"></script>
<!-- slick slider -->
<script src="js/slick.min.js"></script>
<script type="text/javascript" src="js/modernizr.custom.79639.js"></script>
<!-- counter -->
<script src="js/waypoints.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<!-- Doctors hover effect -->
<script src="js/snap.svg-min.js"></script>
<script src="js/hovers.js"></script>
<!-- Custom JS -->
<script src="js/custom.js"></script>
</body>
</html>