-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwisdom-tooth-extraction.html
More file actions
263 lines (243 loc) · 11.3 KB
/
Copy pathwisdom-tooth-extraction.html
File metadata and controls
263 lines (243 loc) · 11.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- 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 name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Need a tooth extraction? You are in good hands. If your tooth has been severely damaged, or you have an impacted tooth, tooth extraction may be required. Call now!">
<title>Wisdom Tooth Extraction - Seville Dental Clinic | Call Now</title>
<link rel="shortcut icon" href="images/fevicon.ico">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
<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">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<!-- 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 type="text/javascript">
function hide() {
var div_ref = document.getElementById("id_textbox_1");
div_ref.style.visibility = "hidden";
}
function show() {
var div_ref = document.getElementById("id_textbox_1");
div_ref.style.visibility = "visible";
}
</script>
<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>
<link rel="canonical" href="https://sevilledentalclinic.com.au/wisdom-tooth-extraction.html" />
<script src="js/seville.js"></script>
</head>
<body data-spy="scroll" data-target="#sevilleNavbar" data-offset="110">
<!-- 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 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" style="height:50vh">
<div class="carousel-item item18 active">
<div class="carousel-caption">
<h1 class="animated slideInDown" style="animation-delay: 0.3s;">WISDOM TOOTH EXTRACTION</h1>
</div>
</div>
</div>
</section>
</div>
<br>
</div>
<section id="aboutus">
<div class="container-fluid">
<div class="row">
<div class="col-lg-4">
<h2 align="center"></h2><br>
<img src="images/services/wisdom.jpg" alt="Wisdom Tooth Extraction - Seville Dental Clinic" class="img-fluid"><br><br>
<img src="images/services/Wisdom Tooth Extraction (1).png" alt="Wisdom Tooth Extraction" class="img-fluid">
</div>
<div class="col-lg-7 offset-lg-1"><br>
<h2>WISDOM TOOTH EXTRACTION</h2><br>
<p align="justify" style="font-family:Arial">Wisdom teeth 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.<br><br>
If there is enough room in the mouth the wisdom teeth will come through (erupt) in a useful position and there will only be minor discomfort as they erupt. However, wisdom teeth can cause problems if there is not enough room in the mouth, as the wisdom tooth erupts at an angle and gets stuck against the tooth in front; the dentist will describe this as ‘Impacted’.<br><br>
The dentist will be able to assess whether there is sufficient room for the teeth to come through by taking an 'X- rays' which will show the position of the root. Once the X-rays have been taken, the dentist will be able to tell how easy or difficult it will be to remove the tooth. The dentist will then determine whether the tooth should be taken out at the Dental Practice or by a Specialist Oral Surgeon.<br><br>
</p><br>
<p style="font-family:Arial"><b>The dentist will only recommend taking out wisdom teeth if:-</b></p>
<p align="justify" style="font-family:Arial"><b>- </b>The teeth are not able to fully erupt through the gum and are causing an infection in the surrounding tissue; this is known as Pericoronitis.<br>
<b>- </b>There is decay present - wisdom teeth will often decay as it is very difficult to clean them as thoroughly as your other teeth.<br><br>
An oral and maxillofacial surgeon or your dentist can remove (extract) a wisdom tooth. The procedure often can be done in the dentist’s or surgeon’s office. You may have the surgery in the hospital, especially if you are having all your wisdom teeth pulled at one time or if you are at high risk for complications. If you have any infections, surgery will usually be delayed until the infection has cleared up. Your doctor or dentist may prescribe you antibiotics to help heal the infection.</p>
<br>
</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 book an appointment today!</h4></div>
<div class="col-md-4 text-right"><a href="make-an-appointment.html" class="btn btn-transparent">BOOK 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="">
<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 class="gotoTop"><span></span></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>
<script>
function yesnoCheck() {
if (document.getElementById('yesCheck').checked) {
document.getElementById('ifYes').style.visibility = 'visible';
}
else document.getElementById('ifYes').style.visibility = 'hidden';
}
</script>
</body>
</html>