-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathservices.html
255 lines (236 loc) · 8.87 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
<!--
author: W3layouts
author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Better Dental - Services</title>
<!-- for-mobile-apps -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Dental Health Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template,
Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyEricsson, Motorola web design" />
<script>
addEventListener("load", function () {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<!-- css files -->
<link href="css/bootstrap.css" rel='stylesheet' type='text/css' /><!-- bootstrap css -->
<link href="css/style.css" rel='stylesheet' type='text/css' /><!-- custom css -->
<link href="css/font-awesome.min.css" rel="stylesheet"><!-- fontawesome css -->
<!-- //css files -->
<!-- google fonts -->
<link href="//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800&subset=latin-ext" rel="stylesheet">
<!-- //google fonts -->
</head>
<body>
<!-- top header -->
<div class="header-top">
<div class="container">
<div class="row">
<div class="col-sm-6">
<ul class="d-lg-flex header-w3_pvt">
<li class="mr-lg-3">
<span class="fa fa-envelope-open"></span>
<a href="mailto:betterdental@example.com" class="">betterdental@example.com</a>
</li>
<li>
<span class="fa fa-phone"></span>
<p class="d-inline">Call Us +12 345 678</p>
</li>
</ul>
</div>
<div class="col-sm-6 header-right-w3_pvt">
<ul class="d-lg-flex header-w3_pvt justify-content-lg-end">
<li class="mr-lg-3">
<span class=""><span class="fa fa-clock-o"></span>Mon - Fri : 8:30am to 9:30pm</span>
</li>
<li class="">
<span class=""><span class="fa fa-clock-o"></span>Sat & Sun : 9:00am to 6:00pm</span>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- //top header -->
<!-- //header -->
<header class="py-3">
<div class="container">
<div id="logo">
<h1> <a href="index.html"><span class="fa fa-stethoscope" aria-hidden="true"></span>Better Dental</a></h1>
</div>
<!-- nav -->
<nav class="d-lg-flex">
<label for="drop" class="toggle"><span class="fa fa-bars"></span></label>
<input type="checkbox" id="drop" />
<ul class="menu mt-2 ml-auto">
<li class="active"><a href="index.html">Home</a></li>
<li class=""><a href="about.html">About Us</a></li>
<li class=""><a href="services.html">Services</a></li>
<li class=""><a href="gallery.html">Gallery</a></li>
<li class=""><a href="contact.html">Contact Us</a></li>
</ul>
<div class="login-icon ml-2">
<a class="user" href="contact.html"> Book Now</a>
</div>
</nav>
<div class="clear"></div>
<!-- //nav -->
</div>
</header>
<!-- //header -->
<!-- banner -->
<div class="innerpage-banner" id="home">
<div class="inner-page-layer">
</div>
</div>
<!-- //banner -->
<!-- Services -->
<section class="services-inner py-5">
<div class="container py-md-3">
<h2 class="heading text-center mb-sm-5 mb-4">Services </h2>
<div class="row service-grids">
<div class="row col-lg-6 mb-5 padder-none">
<div class="col-sm-3 ser_icon">
<span class="icon bg1 mx-auto">
<span class="fa fa-heartbeat"></span>
</span>
</div>
<div class="col-sm-9 mt-sm-0 mt-3">
<h4>Root Canal and Teeth Whitening</h4>
<p class="">Root canal treatment is a treatment sequence for the infected pulp of a tooth which is intended to result in the elimination of infection and the protection of the decontaminated tooth from future microbial invasion.Tooth whitening or tooth bleaching is the process of lightening the color of human teeth. Whitening is often desirable when teeth become yellowed over time for a number of reasons, and can be achieved by changing the intrinsic or extrinsic color of the tooth enamel</p>
</div>
</div>
<div class="row col-lg-6 mb-sm-5 padder-none">
<div class="col-sm-9 text-sm-right">
<h4> Orthodontics and Dental Filling</h4>
<p class="">A filling is used to treat a small hole, or cavity, in a tooth. To repair a cavity, a dentist removes the decayed tooth tissue and then fills the space with a filling material.</p>
</div>
<div class="col-sm-3 mt-sm-0 mt-4 ser_icon ser-right">
<span class="icon bg2 mx-auto">
<span class="fa fa-stethoscope"></span>
</span>
</div>
</div>
<div class="row col-lg-6 mb-lg-0 mb-5 mt-sm-0 mt-5 padder-none">
<div class="col-sm-3 mb-sm-0 mb-4 ser_icon">
<span class="icon bg3 mx-auto">
<span class="fa fa-bullseye"></span>
</span>
</div>
<div class="col-sm-9">
<h4>Tooth Extraction Treatment</h4>
<p class="">A tooth extraction is a procedure to remove a tooth from the gum socket. It is usually done by a general dentist, an oral surgeon, or a periodontist.</p>
</div>
</div>
<div class="row col-lg-6 padder-none">
<div class="col-sm-9 text-sm-right">
<h4>Daily Routine Check-up</h4>
<p class="">medical examination which is performed for the purpose of general health monitoring, which may include routine medical tests and which is unrelated to any specific symptom, illness, condition or disease.</p>
</div>
<div class="col-sm-3 mt-sm-0 mt-4 ser_icon ser-right">
<span class="icon bg4 mx-auto">
<span class="fa fa-user-md"></span>
</span>
</div>
</div>
</div>
</div>
</section>
<!-- //Services -->
<!-- join -->
<section class="join py-5">
<div class="container py-lg-5 py-sm-3">
<div class="row join_grids">
<div class="col-lg-6">
<img src="images/b.jpg" class="img-fluid" alt="" />
</div>
<div class="col-lg-6">
<h4 class="mt-4">Make Your Appointment Today</h4>
<p class="py-sm-4 py-3">We best quality at low cost without any quue.So take care of your oral health and book your slot rignt now!</p>
<a class="btn btn-banner text-capitalize" href="#" role="button">Book Now</a>
</div>
</div>
</div>
</section>
<!-- //join -->
<!-- footer -->
<footer class="py-5">
<div class="container py-sm-3">
<div class="row footer-grids">
<div class="col-lg-3 col-sm-6 mb-lg-0 mb-sm-5 mb-4">
<h4 class="mb-sm-4 mb-3"><span class="fa fa-stethoscope"></span>Better Dental</h4>
<p class="mb-3">Counted to be one of best Dental Clinic in Pune</p>
<h5>Trusted by <span>500+ People</span> </h5>
</div>
<div class="col-lg-3 col-sm-6 mb-lg-0 mb-sm-5 mb-4">
<h4 class="mb-sm-4 mb-3">Address Info</h4>
<p><span class="fa mr-2 fa-map-marker"></span>Model Conlony<span>Pune,Maharashtra</span></p>
<p class="phone py-2"><span class="fa mr-2 fa-phone"></span> +1(12) 123 456 789 </p>
<p><span class="fa mr-2 fa-envelope"></span><a href="mailto:betterdental@example.com">betterdental@example.com</a></p>
</div>
<div class="col-lg-2 col-sm-6 mb-sm-0 mb-4">
<h4 class="mb-sm-4 mb-3">Quick Links</h4>
<ul>
<li><a href="#">Terms & Conditions</a></li>
<li class="my-2"><a href="#">Support Helpline</a></li>
<li><a href="#">Healthy Tips</a></li>
<li class="mt-2"><a href="#">Privacy Ploicy</a></li>
</ul>
</div>
<div class="col-lg-4 col-sm-6">
<h4 class="mb-sm-4 mb-3">Subscribe Us</h4>
<p class="mb-3">Subscribe to our newsletter</p>
<form action="#" method="post" class="d-flex">
<input type="email" id="email" name="EMAIL" placeholder="Enter your email here" required="">
<button type="submit" class="btn">Subscribe</button>
</form>
<div class="icon-social mt-3">
<a href="#" class="button-footr">
<span class="fa mx-2 fa-facebook"></span>
</a>
<a href="#" class="button-footr">
<span class="fa mx-2 fa-twitter"></span>
</a>
<a href="#" class="button-footr">
<span class="fa mx-2 fa-dribbble"></span>
</a>
<a href="#" class="button-footr">
<span class="fa mx-2 fa-pinterest"></span>
</a>
<a href="#" class="button-footr">
<span class="fa mx-2 fa-google-plus"></span>
</a>
</div>
</div>
</div>
</div>
</footer>
<!-- //footer -->
<!-- copyright -->
<div class="copyright">
<div class="container py-4">
<div class=" text-center">
<p>Designed By Vyom Singh.All rights are reserved</p>
</div>
</div>
</div>
<!-- //copyright -->
<!-- move top -->
<div class="move-top text-right">
<a href="#home" class="move-top">
<span class="fa fa-angle-up mb-3" aria-hidden="true"></span>
</a>
</div>
<!-- move top -->
</body>
</html>