-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex1.html
More file actions
701 lines (644 loc) · 35.8 KB
/
Copy pathindex1.html
File metadata and controls
701 lines (644 loc) · 35.8 KB
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
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<link rel="canonical" href="https://www.sevilledentalclinic.com.au/"/>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
<script>
$(document).ready(function(){
$("#myModal").modal('show');
$("#headerContent").load('./header.html');
});
</script>
<script type="text/javascript">
$(document).ready(function(){
$("#exampleModal").modal('show');
});
</script>
</head>
<body>
<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-header" style="border: none">
<button type="button" class="close" data-dismiss="modal" aria-label="Close" style="background-color: rgba(165, 42, 42, 0); margin-right: 60px; margin-top: 30px">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<img src="images/2.jpeg" width="400" height="430" style="border:thick solid #fff " class="img-fluid">
</div>
</div>
</div>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PM55P6B');</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<META http-EQUIV="Refresh" CONTENT="Temps; url=https://www.sevilledentalclinic.com.au/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="If you're looking for a good dentist in Seville & surrounding who offers general, cosmetic, and pediatric dentistry services, Seville Dental is the place to call.">
<title>Best Dentist in Seville & Surroundings - Seville Dental</title>
<link rel="shortcut icon" href="images/fevicon.ico">
<link href="https://fonts.googleapis.com/css?family=Raleway:400,600,800&display=swap" rel="stylesheet">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Bootstrap -->
<link href="css/bootstrap-4.2.1.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="css/animate.css" rel="stylesheet" type="text/css">
<link href="css/owl.carousel.css" rel="stylesheet">
<link href="css/owl.theme.css" rel="stylesheet">
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '2321117504822058');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=2321117504822058&ev=PageView&noscript=1"
/></noscript>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-167053482-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-167053482-1');
</script>
<style>
.icon-bar {
position: fixed;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.icon-bar a {
display: block;
text-align: center;
padding: 16px;
transition: all 0.3s ease;
color: white;
font-size: 20px;
}
.icon-bar a:hover {
background-color: #000;
}
.facebook {
background: #3B5998;
color: white;
}
.instagram {
background: red;
color: white;
}
.linkedin {
background: #007bb5;
color: white;
}
.content {
margin-left: 75px;
font-size: 30px;
}
</style>
</head>
<body data-spy="scroll" data-target="#sevilleNavbar" data-offset="110">
<div class="icon-bar">
<a href="https://www.facebook.com/sevilledentalclinic" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="https://www.linkedin.com/in/sevilledentalclinic/" class="linkedin"><i class="fa fa-linkedin"></i></a>
<a href="https://www.instagram.com/seville_dental/" class="instagram"><i class="fa fa-instagram"></i></a>
</div>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PM55P6B"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!--<div class="icon-bar">
<a href="#" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="#" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="#" class="google"><i class="fa fa-google"></i></a>
<a href="#" class="linkedin"><i class="fa fa-linkedin"></i></a>
<a href="#" class="youtube"><i class="fa fa-youtube"></i></a>
</div>-->
<div id="headerContent"></div>
<!-- Full Page Image Background Carousel Header -->
<section id="home">
<div id="dental-clinic" class="carousel slide carousel-fade" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item item1 active">
<div class="carousel-caption">
<h2 class="animated slideInDown" style="animation-delay: 0.3s;">Welcome to Seville Dental</h2>
<p class="animated slideInUp pb-4" style="animation-delay: 0.3s;">Our office is dedicated to providing you with friendly, professional service while addressing all of your dental health needs.</p>
<a href="make-an-appointment.html" class="btn btn-default text-uppercase animated fadeInLeftBig">Make An Appointment</a> <a href="contact.html" class="btn text-uppercase animated fadeInRightBig">contact us</a> </div>
</div>
<div class="carousel-item item2">
<div class="carousel-caption">
<h2 class="animated slideInDown">Welcome to Seville Dental</h2>
<p class="animated slideInUp pb-4">Our office is dedicated to providing you with friendly, professional service while addressing all of your dental health needs.</p>
<a href="#aboutus" class="btn btn-default text-uppercase animated fadeInLeftBig">Make An Appointment</a> <a href="contact.html" class="btn text-uppercase animated fadeInRightBig">contact us</a> </div>
</div>
</div>
<div class="sliderFooter animated fadeInUpBig" style="animation-delay: 0.5s;">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 70 100" preserveAspectRatio="none" style="position: absolute; top: -99px; left:0;pointer-events:none;" height="100px" width="100%"><path d="M0 0 L50 90 L100 -50 V100 H0" fill="#eeeeee"></path></svg>
<div class="container-fluid">
<div class="row" style="font-family:Arial"> <div class="col-md-4 col-sm-6"><div class="row"><div class="col-3 text-right"><i class="fa fa-location-arrow faa-pulse animated"></i></div><div class="col-9">Shop 13, 547-567<br> Warburton Highway<br> Seville VIC 3139<br> Australia</div></div></div>
<div class="col-md-4 d-sm-none d-none d-md-inline-block d-lg-inline-block d-xl-inline-block"><div class="row"><div class="col-3 text-right"><i class="fa fa-clock-o fa-spin"></i></div><div class="col-9">Monday, Wednesday, Friday<br><strong>9:30 am - 6:00 pm</strong><br>
Tuesday, Thursday<br><strong>9:30 am - 3:00 pm</strong><br>
Saturday, Sunday<br><strong>CLOSED</strong> </div></div></div>
<div class="col-md-4 col-sm-6"><div class="row"><div class="col-3 text-right"><i class="fa fa-envelope faa-horizontal animated"></i></div><div class="col-9">sevilledentalclinic@gmail.com<br>P : 03 5964 4340</div></div></div>
</div>
</div>
</div>
</div>
</section>
<section id="aboutus">
<div class="container-fluid">
<div class="row">
<div class="col-12 text-center mb-5">
<h2 class=" animated fadeInDown">Welcome To Seville Dental</h2>
<p style="font-family:Arial" class="lead animated fadeInUp" style="animation-delay:1s">Our goal is to make sure you leave with a smile on your face!</p></div>
</div>
<div class="row">
<div class="col-lg-5"><div class="figure mb-5"><img src="images/aboutImg.jpg" alt="Dental clinic" class="img-fluid"></div></div>
<div class="col-lg-5 offset-lg-1">
<p align="justify" style="font-family:Arial">Our goal is to give you the vibrant, healthy and confident smile you deserve. We are proud to offer you a complete range of services including cosmetic treatments, extractions, root-canal, dentures, crown and bridges, veneers and much more at your professional dental care and at affordable price.</p>
<p align="justify" style="font-family:Arial"> Our State of the art equipment and core expertise in modern treatment methods enable us to assure our patients of top of the line outcomes of their dental treatment. Seville Dental represents a high standard of excellence.</p>
<p align="justify" style="font-family:Arial"> Well-versed in modern treatment methods, patients can be assured that their consultation and dental treatment outcomes will be provided with precision and care.</p>
<a href="services.html" class="btn btn-primary mt-4">VIEW OUR SERVICES</a> </div>
</div>
</div>
</section>
<div class="services">
<section id="services">
<div class="container-fluid">
<div class="row py-4">
<div class="col-sm-10 offset-sm-1 text-center text-white">
<h2>Our Services</h2>
<p class="lead">Some of the services we provide:</p>
<div class="d-block d-sm-none p-3"></div>
</div></div>
<div class="row">
<div class="col-sm-10 offset-sm-1">
<div id="servicesListed" class="owl-carousel owl-theme">
<div class="item text-white"><div class="itemBox"><img src="images/icon_tools_white.png" alt="general dentistry" class="img-fluid" alt="General Dentistry Services - Seville Dental Clinic"><h4>GENERAL DENTISTRY</h4><p>General dentists are the most common dental care providers.</p><a data-toggle="modal" data-target="#general-dentistry" href="#" class="btn btn-white">MORE INFO</a></div></div>
<div class="item text-white"><div class="itemBox"><img src="images/icon_cavity_white.png" alt="Dental Extraction Services - Seville Dental Clinic" class="img-fluid" ><h4>DENTAL EXTRACTION</h4><p>When might you need a tooth extraction?</p><br><a data-toggle="modal" data-target="#dental-extraction" href="#" class="btn btn-white">MORE INFO</a></div></div>
<div class="item text-white"><div class="itemBox"><img src="images/icon_chair_white.png" class="img-fluid" alt="Dental Chair - Seville Dental Clinic"><h4>TEETH WHITENING</h4><p>Tooth whitening lightens teeth and helps to remove stains</p><a data-toggle="modal" data-target="#whitening" href="#" class="btn btn-white">MORE INFO</a></div></div>
<div class="item text-white"><div class="itemBox"><img src="images/tf.png" class="img-fluid" alt="Dental Tooth Filling Services - Seville Dental
"><h4>TOOTH<br>FILLING</h4><p>A filling is a way to restore a tooth damaged by decay back.</p><a data-toggle="modal" data-target="#implants" href="#" class="btn btn-white">MORE INFO</a></div></div>
<div class="item text-white"><div class="itemBox"><img src="images/icon-root-canal.png" class="img-fluid" alt="Root Canal Treatment - Seville Dental Clinic"><h4>ROOT CANAL TREATMENT</h4><p>Root canal is a treatment that is used to repair and save a tooth.</p><a data-toggle="modal" data-target="#root-canal" href="#" class="btn btn-white">MORE INFO</a></div></div>
<div class="item text-white"><div class="itemBox"><img src="images/icon-tooth-extractions.png" class="img-fluid" alt="Wisdom Tooth Extraction - Seville Dental Clinic"><h4>WISDOM TOOTH EXTRACTION</h4><p>Wisdom teeth and these are the last to come through the gum.</p><a data-toggle="modal" data-target="#wisdom" href="#" class="btn btn-white">MORE INFO</a></div></div>
<div class="item text-white"><div class="itemBox"><img src="images/gum-disease-icon.png" class="img-fluid" alt="Gum Disease Treatment - Seville Dental Clinic"><h4>GUM DISEASE</h4><p>Gum disease lead to tooth loss in adults.</p><a data-toggle="modal" data-target="#gum-disease" href="#" class="btn btn-white">MORE INFO</a></div></div>
<div class="item text-white"><div class="itemBox"><img src="images/crown-icon.png" class="img-fluid" alt="Crown, Bridges and Veneers - Seville Dental Clinic"><h4>CROWN AND BRIDGES</h4><p>Repairing decayed, broken or missing teeth</p><a data-toggle="modal" data-target="#crown" href="#" class="btn btn-white">MORE INFO</a></div></div>
<div class="item text-white"><div class="itemBox"><img src="images/denture-icon.png" class="img-fluid" alt="Dentures Treatment - Seville Dental Clinic"><h4>DENTURE</h4><p>Appliances to replace missing teeth</p><a data-toggle="modal" data-target="#denture" href="#" class="btn btn-white">MORE INFO</a></div></div>
<div class="item text-white"><div class="itemBox"><img src="images/mouthguard-icon.png" class="img-fluid" alt="Custom Mouth Guards - Seville Dental Clinic"><h4>MOUTH GUARD</h4><p>mouth protectors, known as a Mouth guard.</p><a data-toggle="modal" data-target="#mouth-guard" href="#" class="btn btn-white">MORE INFO</a></div></div>
<div class="item text-white"><div class="itemBox"><img src="images/splints-icon.png" class="img-fluid" alt="Teeth Grinding (Splints) - Seville Dental Clinic"><h4>SPLINTS</h4><p>plint is a custom-made device that will protect your teeth </p><a data-toggle="modal" data-target="#splints" href="#" class="btn btn-white">MORE INFO</a></div></div>
</div>
</div>
</div>
</div>
</section></div>
<div class="posrel white-bg">
<section>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none" style="position: absolute; top: -99px; left:0;" height="100px" width="100%"><path d="M0 0 L50 90 L100 0 V100 H0" fill="#ffffff"></path></svg>
<div class="container-fluid">
<div class="row" style="font-family:Arial">
<div class="col-lg-5 offset-lg-1">
<h2>Now Offering Teeth Whitening</h2>
<p class="lead">We offer take-home and in office whitening</p>
<p class="mt-5" align="justify">Most people want a whiter, brighter smile. But 'teeth tend to be like ivory' they discolor over time due to the natural ageing process, and lifestyle factors such as smoking, tea, coffee, diet and red wine only speed up the discoloration process. Unfortunately, no toothpaste by itself can guarantee a whiter smile; it will only remove external stains. But now this can be reversed in an easy and effective way so you can achieve the whiter, brighter smile you want.</p>
<p>Seville Dental is pleased to offer a safe, cost effective way of getting a million dollar smile in the shortest possible time, using a technique known as tooth whitening. The whitening gel we use has been proven to be safe and effective.</p>
</div>
<div class="col-lg-5 col-md-6 offset-lg-1 offset-md-3">
<div class="posrel">
<img src="images/before.jpg" alt="dental clinic" class="img-fluid invisible">
<div class="wrapper">
<div class="before">
<img class="content-image" src="images/before.jpg" alt="Before Teeth Whitening - Seville Dental Clinic" draggable="false"/> </div>
<div class="after">
<img class="content-image" src="images/after.jpg" alt="dental clinic" draggable="false"/> </div>
<div class="scroller">
<svg class="scroller__thumb" xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><polygon points="0 50 37 68 37 32 0 50" style="fill:#fff"/><polygon points="100 50 64 32 64 68 100 50" style="fill:#fff"/></svg>
</div>
</div>
</div>
</div>
</div>
</section></div>
<section id="team" style="background-color:#ccc">
<div class="container">
<div class="row">
<div class="col-sm-4" style="padding:10; margin:10">
<img src="images/dr.jpeg" style="border-radius:200px" alt="Dr Vishal Panchhi" class="img-fluid">
<div style="height:20px"></div>
</div>
<div class="col-sm-8" style="padding:10; margin:10">
<br><h2>Dr. Vishal Panchhi</h2>
<h2>Principle dentist, Seville Dental, Since Sep 2016
</h2>
<p align="justify" style="line-height:2em; font-family:arial">Principal Dentist at Seville Dental Clinic, since September 2016. The Midas Touch behind
successful smiles.<br>
<p align="left" style="font-family:arial">
<b>Knocked every single door of all the dental mansions that you could think of?</b><br><br>
<b>Spent fortunes on dental tourisms that have cost you an arm and a leg for that potentially priceless
smile?</b><br><br>
<b>Tired of awaiting the illustrious dental transformation that could make you smile forever?</b><br></p>
<p align="right"><a href="dr-vishal.html" class="btn btn-primary mt-4" style="width:250px">Click Here</a></p>
</div>
</div>
</div>
</section>
<div class="bg-blue py-5">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-md-6 offset-md-1"><h4 class="text-white m-0">Call or Email to make an appointment today!</h4></div>
<div class="col-md-4 text-right"><a href="make-an-appointment.html" class="btn btn-transparent">MAKE AN APPOINTMENT NOW <i class="fa fa-calendar"></i></a></div></div>
</div></div>
<div class="contact">
<section id="contact">
<div class="container-fluid">
<div class="row">
<div class="col-sm-10 offset-sm-1">
<div class="row">
<div class="col-md-3"><img src="images/logo.png" width="150" class="img-fluid my-5" alt="Seville Dental Logo - Best Dentist in Seville & Surroundings">
<p class="text-white">Our office is dedicated to providing you with friendly, professional service while addressing all of your dental health needs.</p>
</div>
<div class="col-md-4">
<h3 class="text-white mb-4">On The Map</h3>
<div class="map-container">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3153.5239422126006!2d145.4566011152136!3d-37.77775927975894!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6ad62988ba7f4135%3A0xd5380e7885d731c2!2sShop+13%2F547+Warburton+Hwy%2C+Seville+VIC+3139%2C+Australia!5e0!3m2!1sen!2sin!4v1564847148161!5m2!1sen!2sin" width="100%" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
<div class="col-md-5">
<h3 class="text-white mb-4">Contact Us</h3>
<form>
<div class="row">
<div class="col-sm-6">
<div class="form-group">
<input type="text" class="form-control" id="yourname" placeholder="Your Name">
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<input type="email" class="form-control" id="youremail" placeholder="Your Email">
</div>
</div>
<div class="col-12">
<div class="form-group">
<textarea class="form-control" id="message" name="contact_form_message" placeholder="Message" rows="7"></textarea>
</div>
</div>
<div class="col-12">
<div class="text-center">
<button class="btn btn-submit btn-block" type="submit">SEND</button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section></div>
<div class="sticky-footer">
<div class="container-fluid">
<div class="row">
<div class="col-10 offset-1" style="font-family:arial">
© 2019 www.SevilleDentalClinic.com.au ALL RIGHTS ARE RESERVED.<br>Designed by <a href="http://bsitsolutions.com.au/" style="color:#33FFFF; text-decoration:none" target="_blank">BSIT SOLUTIONS</a></div>
</div>
</div>
</div>
<div class="gotoTop"><span></span></div>
<div class="modal fade" id="general-dentistry" tabindex="-1" role="dialog" aria-labelledby="implantsLabel" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content bg-blue">
<div class="modal-header">
<h3 class="modal-title text-white" id="implantsLabel">GENERAL DENTISTRY</h3>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span> </button>
</div>
<div class="modal-body">
<div class="container-fluid">
<div class="row">
<div class="col-sm-4 "><img src="images/icon_implant_white.png" class="img-fluid" alt="Dental Health - Seville Dental Clinic"></div>
<div class="col-sm-8 text-white">General dentists are the most common dental care providers. By definition, they diagnose, treat, and manage overall oral healthcare needs including cleanings and exams, gum care, root canals, fillings, crowns, veneers, bridges, and preventative education.
<p> <a href="gental-dental-checkups.html" class="btn btn-primary mt-4">READ MORE</a></div></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="implants" tabindex="-1" role="dialog" aria-labelledby="implantsLabel" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content bg-blue">
<div class="modal-header">
<h3 class="modal-title text-white" id="implantsLabel">TOOTH FILLING</h3>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span> </button>
</div>
<div class="modal-body">
<div class="container-fluid">
<div class="row">
<div class="col-sm-4 "><img src="images/icon_implant_white.png" class="img-fluid" alt="implant"></div>
<div class="col-sm-8 text-white">A filling is a way to restore a tooth damaged by decay back to its normal function and shape. When a dentist gives you a filling, he or she first removes the decayed tooth material, cleans the affected area, and then fills the cleaned out cavity with a filling material.
By closing off spaces where bacteria can enter, a filling also helps prevent further decay. Materials used for fillings include gold, porcelain, a composite resin (tooth-coloured fillings), and an amalgam (an alloy of mercury, silver, copper, tin and sometimes zinc).
<p> <a href="filling.html" class="btn btn-primary mt-4">READ MORE</a></div></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="whitening" tabindex="-1" role="dialog" aria-labelledby="implantsLabel" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content bg-blue">
<div class="modal-header">
<h3 class="modal-title text-white" id="implantsLabel">TEETH WHITENING</h3>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span> </button>
</div>
<div class="modal-body">
<div class="container-fluid">
<div class="row">
<div class="col-sm-4 "><img src="images/icon_implant_white.png" class="img-fluid" alt="tooth implant"></div>
<div class="col-sm-8 text-white">Tooth whitening lightens teeth and helps to remove stains and discoloration. Whitening is among the most popular cosmetic dental procedures because it can greatly improve how your teeth look. Most dentists perform tooth whitening.
Whitening is not a one-time procedure. It will need to be repeated from time to time if you want to maintain the brighter color.
<p> <a href="teeth-whitening.html" class="btn btn-primary mt-4">READ MORE</a></div></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="dental-extraction" tabindex="-1" role="dialog" aria-labelledby="implantsLabel" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content bg-blue">
<div class="modal-header">
<h3 class="modal-title text-white" id="implantsLabel">DENTAL EXTRACTION</h3>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span> </button>
</div>
<div class="modal-body">
<div class="container-fluid">
<div class="row">
<div class="col-sm-4 "><img src="images/icon_implant_white.png" class="img-fluid" alt="tooth-implant"></div>
<div class="col-sm-8 text-white">Wisdom teeth, which are the last adult teeth you get, sometimes need to be removed. They can become stuck if they don’t have enough space to grow properly.
<p> <a href="dental-extraction.html" class="btn btn-primary mt-4">READ MORE</a></div></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="mouth-guard" tabindex="-1" role="dialog" aria-labelledby="implantsLabel" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content bg-blue">
<div class="modal-header">
<h3 class="modal-title text-white" id="implantsLabel">MOUTH GUARD</h3>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span> </button>
</div>
<div class="modal-body">
<div class="container-fluid">
<div class="row">
<div class="col-sm-4 "><img src="images/icon_implant_white.png" class="img-fluid" alt="MOUTH GUARD"></div>
<div class="col-sm-8 text-white">If you or your children play sports, we recommend one of our custom made mouth protectors, known as a Mouth guard. These are professionally fitted mouth guards that are designed to protect not just the inside of your mouth, but your lips, jaw and most importantly your lower skull.
<p> <a href="mouth-guard.html" class="btn btn-primary mt-4">READ MORE</a></div></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="splints" tabindex="-1" role="dialog" aria-labelledby="implantsLabel" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content bg-blue">
<div class="modal-header">
<h3 class="modal-title text-white" id="implantsLabel">SPLINTS</h3>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span> </button>
</div>
<div class="modal-body">
<div class="container-fluid">
<div class="row">
<div class="col-sm-4 "><img src="images/icon_implant_white.png" class="img-fluid" alt="SPLINTS"></div>
<div class="col-sm-8 text-white">Teeth grinding is one of the most dangerous things that can happen to your teeth. A cavity will affect one tooth, but grinding your teeth can irreversibly damage a dozen teeth or more.Grinding is all the more dangerous as it often happens whilst we are asleep, so diagnosing it in its early stages can be difficult.
<p> <a href="splints.html" class="btn btn-primary mt-4">READ MORE</a></div></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="denture" tabindex="-1" role="dialog" aria-labelledby="implantsLabel" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content bg-blue">
<div class="modal-header">
<h3 class="modal-title text-white" id="implantsLabel">DENTURE</h3>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span> </button>
</div>
<div class="modal-body">
<div class="container-fluid">
<div class="row">
<div class="col-sm-4 "><img src="images/icon_implant_white.png" class="img-fluid" alt="DENTURE"></div>
<div class="col-sm-8 text-white">Dentures are removable appliances to replace one or more missing teeth, or all the teeth in your upper or lower jaw<br><br>
Metal Denture-A metal-based denture is one in which a portion of the denture body is made of a substantial metal casting rather than all plastic (acrylic resin).<br><br>
<p> <a href="dentures.html" class="btn btn-primary mt-4">READ MORE</a></div></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="crown" tabindex="-1" role="dialog" aria-labelledby="implantsLabel" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content bg-blue">
<div class="modal-header">
<h3 class="modal-title text-white" id="implantsLabel">CROWNS AND BRIDGES</h3>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span> </button>
</div>
<div class="modal-body">
<div class="container-fluid">
<div class="row">
<div class="col-sm-4 "><img src="images/icon_implant_white.png" class="img-fluid" alt="CROWNS AND BRIDGE"></div>
<div class="col-sm-8 text-white">Repairing decayed, broken or missing teeth is important for your overall health and can also aid in improving your appearance. Cosmetic dentistry offers several options that can effectively repair your smile while giving you back the natural bite between your upper and lower teeth.<br><br>
Bridges – A natural-looking alternative to dentures, a bridge can replace a section of one or several missing teeth. They are custom made to blend naturally with your remaining teeth and can help you enjoy all of your favourite foods once again.<br><br>
Crowns – Typically used to cover a heavily filled or broken tooth, crowns can also provide strength to a tooth after a root canal treatment and attach bridges. They are also excellent for covering stained or chipped teeth.
<p> <a href="crowns-and-bridges.html" class="btn btn-primary mt-4">READ MORE</a></div></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="root-canal" tabindex="-1" role="dialog" aria-labelledby="implantsLabel" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content bg-blue">
<div class="modal-header">
<h3 class="modal-title text-white" id="implantsLabel">ROOT CANAL TREATMENT</h3>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span> </button>
</div>
<div class="modal-body">
<div class="container-fluid">
<div class="row">
<div class="col-sm-4 "><img src="images/icon_implant_white.png" class="img-fluid" alt="ROOT CANAL TREATMENT"></div>
<div class="col-sm-8 text-white">Root canal is a treatment that is used to repair and save a tooth that is decayed or infected. A root canal procedure is important; without the treatment the tissue surrounding the tooth will become infected and abscesses may form.
<p> <a href="root-canal-treatment.html" class="btn btn-primary mt-4">READ MORE</a></div></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="wisdom" tabindex="-1" role="dialog" aria-labelledby="implantsLabel" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content bg-blue">
<div class="modal-header">
<h3 class="modal-title text-white" id="implantsLabel">WISDOM TOOTH EXTRACTION</h3>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span> </button>
</div>
<div class="modal-body">
<div class="container-fluid">
<div class="row">
<div class="col-sm-4 "><img src="images/icon_implant_white.png" class="img-fluid" alt="WISDOM TOOTH"></div>
<div class="col-sm-8 text-white">Wisdom teeth and these are the last to come through the gum. They are the one’s right at the back of the mouth and usually appear between the ages of 17 and 25 although sometimes they can appear in later years.
<p> <a href="wisdom-tooth-extraction.html" class="btn btn-primary mt-4">READ MORE</a></div></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="gum-disease" tabindex="-1" role="dialog" aria-labelledby="implantsLabel" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content bg-blue">
<div class="modal-header">
<h3 class="modal-title text-white" id="implantsLabel">GUM DISEASE</h3>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span> </button>
</div>
<div class="modal-body">
<div class="container-fluid">
<div class="row">
<div class="col-sm-4 "><img src="images/icon_implant_white.png" class="img-fluid" alt="GUM DISEASE"></div>
<div class="col-sm-8 text-white">Gum disease lead to gingivitis or periodontists is the main cause for tooth loss in adults. Periodontists is the inflammation of the gums and other structures that support the teeth. It is caused by bacteria and is characterised by red, swollen, bleeding gums, loose teeth and bad breath. If periodontists is left untreated it progresses and ultimately results in loss of teeth.
<p> <a href="gum-disease.html" class="btn btn-primary mt-4">READ MORE</a></div></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-3.3.1.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/popper.min.js"></script>
<script src="js/bootstrap-4.2.1.js"></script>
<script src="js/owl.carousel.2.3.4.js"></script>
<script src="js/beforeAfter.js"></script>
<script>
//CODE Written by Sandeep Kumar
$('html, body').animate({scrollTop: $('body').offset().top}, 100)
var wh = $(window).outerHeight() - 50;
var ww = $(window).outerWidth();
$('.carousel').carousel({
interval: 10000
});
$(window).scroll(function(){
if ($(window).scrollTop() >= 100) {
$('nav').addClass('darker');
$('.gotoTop').addClass('in');
}
else {
$('nav').removeClass('darker');
$('.gotoTop').removeClass('in');
}
});
$('.gotoTop').click(function (){
$('html, body').animate({scrollTop: $('body').offset().top}, 1000);
});
$('nav a').click(function (){
var el = $(this).attr("href");
if (ww <992) {
$('html, body').animate({scrollTop: $(el).offset().top - 90}, 1000);
$(".navbar-toggler").click();
}
else {
$('html, body').animate({scrollTop: $(el).offset().top}, 1000);
}
return false;
})
$('a.btn-primary, .carousel-caption a').click(function (){
var el = $(this).attr("href");
$('html, body').animate({scrollTop: $(el).offset().top}, 1000);
return false;
})
$(document).ready(function() {
$('.owl-carousel').owlCarousel({
loop: true,
margin: 10,
nav: true,
responsiveClass: true,
dots:false,
responsive: {
0: {
items: 1
},
800: {
items: 2
},
1000: {
items: 3
},
1200: {
items: 4
}
}
})
})
</script>
<!--Start of Tawk.to Script-->
<p>
<div id="wpac-google-review"></div>
<script type="text/javascript">
wpac_init = window.wpac_init || [];
wpac_init.push({widget: 'GoogleReview', id: 32358, place_id: 'ChIJVXELy4gp1moR883D4lsBOfo', view_mode: 'badge'});
(function() {
if ('WIDGETPACK_LOADED' in window) return;
WIDGETPACK_LOADED = true;
var mc = document.createElement('script');
mc.type = 'text/javascript';
mc.async = true;
mc.src = 'https://embed.widgetpack.com/widget.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(mc, s.nextSibling);
})();
</script>
</p>
<!--End of Tawk.to Script-->
</body>
</html>