-
Notifications
You must be signed in to change notification settings - Fork 3
/
services.php
executable file
·53 lines (50 loc) · 2.2 KB
/
services.php
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
<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-h-square service-icon-effect"></span>
</div>
<h3><a href="#">Medical Health Care</a></h3>
<p>For all your tests related health needs this is the right place you are looking for,we cater to our patients need with utmost care.</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>Performing a full background check of our doctors and workers so that our patients don’t face any inconvenience.</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>A special doctor who acts as senior overlooker providing extra suggestions to all your cases.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>