-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
470 lines (440 loc) · 16.1 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
<!doctype html>
<html lang="zxx">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Dentile a Medical Category Bootstrap Responsive Website Template | Services :: W3layouts
</title>
<!-- Template CSS -->
<link rel="stylesheet" href="assets/css/style-starter.css">
<!-- Template CSS -->
<link href="//fonts.googleapis.com/css?family=Poppins:300,400,400i,500,600,700&display=swap" rel="stylesheet">
<!-- Template CSS -->
</head>
<body>
<!--w3l-header-->
<section class="w3l-top-header-content">
<div class="hny-top-menu">
<div class="container">
<div class="row">
<div class="top-left col-lg-6">
<ul class="accounts">
<li class="top_li"><span class="fa fa-map-o"></span> <a href="#">A.B.Nageswara rao road, Rajahmudry</a>
</li>
<li class="top_li mr-lg-0"><span class="fa fa-envelope-o"></span> <a
href="mailto:[email protected]" class="mail"> [email protected]</a>
</li>
</ul>
</div>
<div class="social-top col-lg-6 mt-lg-0 mt-sm-3">
<div class="top-bar-text"><a class="bk-button" href="#">BOOK ONLINE </a> You can
request appointment in 24 hours</div>
</div>
</div>
</div>
</div>
</section>
<!--//top-header-content-->
<!--w3l-header-->
<header class="w3l-header-nav">
<!--/nav-->
<nav class="navbar navbar-expand-lg navbar-light px-lg-0 py-0 px-3 stroke">
<div class="container">
<a class="navbar-brand" href="index.html"><span>Dent</span>ile</a>
<!-- if logo is image enable this
<a class="navbar-brand" href="#index.html">
<img src="image-path" alt="Your logo" title="Your logo" style="height:35px;" />
</a> -->
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="fa icon-expand fa-bars"></span>
<span class="fa icon-close fa-times"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mx-lg-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</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="contact.html">Contact</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="healthbot.html">HealthBot</a>
</li>
</ul>
<!--/search-right-->
<div class="search-right">
<a href="#search" title="search"><span class="fa fa-search" aria-hidden="true"></span></a>
<!-- search popup -->
<div id="search" class="pop-overlay">
<div class="popup">
<form action="#" method="post" class="search-box">
<input type="search" placeholder="Saerch your Keyword" name="search"
required="required" autofocus="">
<button type="submit" class="btn"><span class="fa fa-search"
aria-hidden="true"></span></button>
</form>
</div>
<a class="close" href="#close">×</a>
</div>
<!-- /search popup -->
</div>
<!--//search-right-->
<div class="call-support">
<p>Call us for any question</p>
<h5>121-345-64369</h5>
</div>
</div>
</div>
</nav>
<!--//nav-->
</header>
<!-- //w3l-header -->
<!-- /breadcrumbs -->
<nav id="breadcrumbs" class="breadcrumbs">
<div class="container page-wrapper">
<a href="index.html">Home</a> » <span class="breadcrumb_last" aria-current="page">Services</span>
</div>
</nav>
<!-- //breadcrumbs -->
<!-- services block 2 -->
<div class="w3l-services-block py-5" id="classes">
<div class="container py-lg-5 py-md-5">
<div class="title-content text-left mb-lg-5 mt-4">
<h6 class="sub-title">What We Offer</h6>
<h3 class="hny-title">Our Services</h3>
<p>I will open the door to do it</p>
</div>
<div class="services-block_grids_bottom">
<div class="row">
<div class="col-lg-4 col-md-6 service_grid_btm_left mt-lg-5 mt-4">
<div class="service_grid_btm_left1">
<a href="#"><img src="assets/images/g1.jpg" alt=" " class="img-fluid" /></a>
<div class="service_grid_btm_left2">
<h5>Cosmetic Dentistry</h5>
<p>Maecenas cheered his members more invariably. the time of life is the time of life.</p>
<div class="read">
<a class="btn mt-4" href="services.html">Read More</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 service_grid_btm_left mt-lg-5 mt-4">
<div class="service_grid_btm_left1">
<a href="#"><img src="assets/images/g2.jpg" alt=" " class="img-fluid" /></a>
<div class="service_grid_btm_left2">
<h5>Pediatric Dentistry</h5>
<p>Maecenas cheered his members more invariably. the time of life is the time of life.</p>
<div class="read">
<a class="btn mt-4" href="services.html">Read More</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 service_grid_btm_left mt-lg-5 mt-4">
<div class="service_grid_btm_left1">
<a href="#"><img src="assets/images/g3.jpg" alt=" " class="img-fluid" /></a>
<div class="service_grid_btm_left2">
<h5>Dental Implants</h5>
<p>Maecenas cheered his members more invariably. the time of life is the time of life.</p>
<div class="read">
<a class="btn mt-4" href="services.html">Read More</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 service_grid_btm_left mt-lg-5 mt-4">
<div class="service_grid_btm_left1">
<a href="#"><img src="assets/images/g4.jpg" alt=" " class="img-fluid" /></a>
<div class="service_grid_btm_left2">
<h5>Preventive Dentistry</h5>
<p>Maecenas cheered his members more invariably. the time of life is the time of life.</p>
<div class="read">
<a class="btn mt-4" href="services.html">Read More</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 service_grid_btm_left mt-lg-5 mt-4">
<div class="service_grid_btm_left1">
<a href="#"><img src="assets/images/g5.jpg" alt=" " class="img-fluid" /></a>
<div class="service_grid_btm_left2">
<h5>Periodontal Therapy</h5>
<p>Maecenas cheered his members more invariably. the time of life is the time of life.</p>
<div class="read">
<a class="btn mt-4" href="services.html">Read More</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 service_grid_btm_left mt-lg-5 mt-4">
<div class="service_grid_btm_left1">
<a href="#"><img src="assets/images/g6.jpg" alt=" " class="img-fluid" /></a>
<div class="service_grid_btm_left2">
<h5>Teeth Whitening</h5>
<p>Maecenas cheered his members more invariably. the time of life is the time of life.</p>
<div class="read">
<a class="btn mt-4" href="services.html">Read More</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- // services block2 -->
<section class="features-4">
<div class="features4-block py-5">
<div class="container py-lg-5">
<div class="title-content text-left mb-lg-5 mt-4">
<h6 class="sub-title-1">Features</h6>
<h3 class="hny-title two">Some More Features</h3>
<p class="fea-para">I will open the door to do it</p>
</div>
<div class="row features4-grids text-left">
<div class="col-lg-3 col-md-6 features4-grid">
<div class="features4-grid-inn">
<span class="fa fa-pencil-square-o icon-fea4" aria-hidden="true"></span>
<h5><a href="#URL">Free Check up</a></h5>
<p>It is very important for the customer to be able to do it.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 features4-grid">
<div class="features4-grid-inn">
<span class="fa fa-umbrella icon-fea4" aria-hidden="true"></span>
<h5><a href="#URL">Always Open</a></h5>
<p>It is very important for the customer to be able to do it.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 features4-grid third">
<div class="features4-grid-inn">
<span class="fa fa-cogs icon-fea4" aria-hidden="true"></span>
<h5><a href="#URL">
Serve with Smile</a></h5>
<p>It is very important for the customer to be able to do it.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 features4-grid">
<div class="features4-grid-inn">
<span class="fa fa-spinner icon-fea4" aria-hidden="true"></span>
<h5><a href="#URL">Work with Hearts</a></h5>
<p>It is very important for the customer to be able to do it.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- features-4 -->
<!-- /specification-6-->
<section class="w3l-specification-6">
<div class="specification-6-mian py-5">
<div class="container py-lg-5">
<div class="row story-6-grids text-left">
<div class="col-lg-5 story-gd">
<img src="assets/images/ab1.jpg" class="img-fluid" alt="/">
</div>
<div class="col-lg-7 story-gd pl-lg-4">
<div class="title-content text-left mb-lg-5 mt-4">
<h6 class="sub-title">For a New smile</h6>
<h3 class="hny-title">Caring Technologies For Your Dental Health</h3>
<p>To do this, I will open the option to follow the download of the flight developer, it takes the whole thing of the soul
it often results in flattery</p>
</div>
<div class="skill_info mt-lg-5 mt-4">
<div class="stats_left">
<div class="counter_grid">
<div class="icon_info">
<p class="counter">165</p>
<h4>Daily appointments</h4>
<p class="counter-para">The company itself is a very successful company
</p>
</div>
</div>
</div>
<div class="stats_left">
<div class="counter_grid">
<div class="icon_info">
<p class="counter">563</p>
<h4>Happy Clients</h4>
<p class="counter-para">The company itself is a very successful company
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //specification-6-->
<!-- footer-66 -->
<footer class="w3l-footer-66">
<!-- footer -->
<div class="footer-66-info">
<div class="container">
<div class="row footer-top">
<div class="col-lg-4 footer-grid_section_w3layouts pr-lg-5">
<h2 class="logo-2 mb-lg-4 mb-3">
<a class="navbar-brand" href="index.html"><span>Dent</span>ile</a>
<!-- if logo is image enable this
<a class="navbar-brand" href="#index.html">
<img src="image-path" alt="Your logo" title="Your logo" style="height:35px;" />
</a> -->
</h2>
<p>For to come to the smallest detail, no one should practice any kind of work except as some of it good luck</p>
<h4 class="sub-con-fo ad-info my-4">Catch on Social</h4>
<ul class="w3layouts_social_list list-unstyled">
<li>
<a href="#" class="w3pvt_facebook">
<span class="fa fa-facebook-f"></span>
</a>
</li>
<li>
<a href="#" class="w3pvt_twitter">
<span class="fa fa-twitter"></span>
</a>
</li>
<li>
<a href="#" class="w3pvt_dribble">
<span class="fa fa-dribbble"></span>
</a>
</li>
<li>
<a href="#" class="w3pvt_google">
<span class="fa fa-google-plus"></span>
</a>
</li>
</ul>
</div>
<div class="col-lg-8 footer-right">
<div class="w3layouts-news-letter">
<h3 class="footer-title mb-0">Newsletter</h3>
<p class="mb-3">By subscribing to our mailing list you will always get latest news and
updates from us.
</p>
<form action="#" method="post" class="w3layouts-newsletter">
<input type="email" name="Email" placeholder="Enter your email..." required="">
<button class="btn1"> Subscribe</button>
</form>
</div>
<div class="bottom-w3layouts-sec-nav">
<div class="row sub-content-botom mx-0">
<div class="col-md-4 footer-grid_section_w3layouts pl-lg-0">
<h3 class="footer-title">Information</h3>
<ul class="footer list-unstyled">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About Us</a>
</li>
<li>
<a href="blog.html">Blog</a>
</li>
<li>
<a href="services.html">Services</a>
</li>
<li>
<a href="contact.html">Contact Us</a>
</li>
</ul>
</div>
<div class="col-md-4 footer-grid_section_w3layouts">
<!-- social icons -->
<h3 class="footer-title">Treatments</h3>
<ul class="footer list-unstyled">
<li>
<a href="#">Preventative Dentistry</a>
</li>
<li>
<a href="#">Child Dentistry</a>
</li>
<li>
<a href="#">Affordable Dentures</a>
</li>
<li>
<a href="#">Tooth Extraction</a>
</li>
</ul>
<!-- social icons -->
</div>
<div class="col-md-4 footer-grid_section_w3layouts ">
<h3 class="footer-title">Working Hours</h3>
<ul class="wrk-schedule-block">
<li>Monday<span class="schedule-time">09:00 – 17:00</span></li>
<li>Tuesday<span class="schedule-time">09:00 – 17:00</span></li>
<li>Wednesday<span class="schedule-time">09:00 – 17:00</span></li>
<li>Thursday<span class="schedule-time">09:00 – 17:00</span></li>
<li>Friday<span class="schedule-time">09:00 – 17:00</span></li>
<li>Sat day-Sunday<span class="schedule-time">Closed</span></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="cpy-right py-3">
<p class="text-center">© 2023 Dentile. All rights reserved | Design by
<a href="http://w3layouts.com"> Nagubandi Alekhya.</a>
</p>
</div>
<!-- move top -->
<button onclick="topFunction()" id="movetop" title="Go to top">
<span class="fa fa-level-up"></span>
</button>
<script>
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function () {
scrollFunction()
};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
document.getElementById("movetop").style.display = "block";
} else {
document.getElementById("movetop").style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<!-- /move top -->
</footer>
<!--//footer-66 -->
</body>
</html>
<script src="assets/js/jquery-3.3.1.min.js"></script>
<!-- disable body scroll which navbar is in active -->
<!--//-->
<script>
$(function () {
$('.navbar-toggler').click(function () {
$('body').toggleClass('noscroll');
})
});
</script>
<!-- //script -->
<!-- stats -->
<script src="assets/js/jquery.waypoints.min.js"></script>
<script src="assets/js/jquery.countup.js"></script>
<script>
$('.counter').countUp();
</script>
<!-- //stats -->
<script src="assets/js/bootstrap.min.js"></script>