-
Notifications
You must be signed in to change notification settings - Fork 0
/
rct.html
207 lines (197 loc) · 6.78 KB
/
rct.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Root Canal Treatment - Aarthy's Dentistry</title>
<link rel="stylesheet" href="styles.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
/>
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap"
rel="stylesheet"
/>
<style>
/* Inline Montserrat font for title only */
h1,
.page-title {
font-family: "Montserrat", sans-serif;
font-weight: 200;
}
</style>
</head>
<body>
<header>
<h1 class="page-title">Aarthy's Dentistry</h1>
<nav aria-label="Primary Navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li>
<a href="#services">Services</a>
<ul class="dropdown">
<li><a href="fillings.html">Fillings</a></li>
<li><a href="braces.html">Braces</a></li>
<li><a href="rct.html">RCT</a></li>
</ul>
</li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
</header>
<main id="about-main">
<section class="rct-hero"></section>
<h2>Root Canal Treatment at Aarthys Dentistry</h2>
<p>
At Aarthys Dentistry, we specialize in Root Canal Treatment (RCT) to save
damaged or infected teeth, relieving pain and restoring dental health.
Our aim is to provide effective treatments that preserve your natural
smile.
</p>
<h2>What is Root Canal Treatment?</h2>
<p>
Root Canal Treatment is a dental procedure used to treat infection or
damage to the pulp (the innermost part) of a tooth. It involves removing
the infected pulp, cleaning and disinfecting the interior of the tooth,
and sealing it to prevent further infection.
</p>
<h2>When is RCT Needed?</h2>
<ul>
<li>
<strong>Severe Toothache:</strong> Persistent pain in the tooth may
indicate pulp damage.
</li>
<li>
<strong>Infection or Abscess:</strong> Presence of an abscess or
swelling around the tooth.
</li>
<li>
<strong>Trauma:</strong> Injury to a tooth that may have caused pulp
damage.
</li>
<li>
<strong>Deep Decay:</strong> Extensive decay that has reached the pulp
area.
</li>
</ul>
<h2>The RCT Process</h2>
<ul>
<li>
<strong>Initial Consultation:</strong> We evaluate the tooth and take
necessary X-rays to determine the extent of damage.
</li>
<li>
<strong>Local Anesthesia:</strong> The area around the tooth is numbed
for your comfort during the procedure.
</li>
<li>
<strong>Pulp Removal:</strong> The infected pulp is carefully removed
to clean the interior of the tooth.
</li>
<li>
<strong>Cleaning and Shaping:</strong> The canal is cleaned,
disinfected, and shaped for filling.
</li>
<li>
<strong>Sealing the Tooth:</strong> The cleaned canal is filled and
sealed to prevent future infections.
</li>
<li>
<strong>Follow-Up:</strong> A follow-up visit may be required to place
a crown for further protection.
</li>
</ul>
<h2>Post-Treatment Care</h2>
<p>
After RCT, it’s important to maintain good oral hygiene, avoid hard
foods for a few days, and follow any specific care instructions given
by our team to ensure healing and long-term success.
</p>
<h2>Book Your Appointment Today!</h2>
<p id="p-bottom">
Don’t let tooth pain disrupt your life. Contact Aarthys Dentistry today
to schedule your consultation for Root Canal Treatment and get back to
a healthy, pain-free smile.
</p>
</main>
<footer id="contact">
<div class="footer-container">
<!-- Contact Section -->
<div class="footer-row">
<div class="footer-section contact">
<h3>Contact</h3>
<p>
Address: 1/1, R.K.R Nagar, 1st Main Rd, Poompuhar Nagar, Chennai,
Tamil Nadu 600099
</p>
<p>Phone: <a href="tel:+918939299288">+91 8939 299 288</a></p>
<p>
Email:
<a href="mailto:[email protected]"
>
</p>
</div>
<!-- Quick Links Section -->
<div class="footer-section quick-links">
<h3>Quick Links</h3>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="contact.html">Find Us</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
<!-- Timings and Social Media Section -->
<div class="footer-row">
<div class="footer-section timings">
<h3>Timings</h3>
<p>Mon - Fri: 9:00 AM - 7:00 PM</p>
<p>Sat: 10:00 AM - 5:00 PM</p>
<p>Sun: Closed</p>
</div>
<!-- Social Icons Section -->
<div class="footer-section social-icons">
<h3>Follow Us</h3>
<div class="social-icons-inner">
<a
href="https://www.facebook.com/profile.php?id=61565575555432"
target="_blank"
class="social-icon"
aria-label="Facebook"
><i class="fab fa-facebook-f"></i
></a>
<a
href="https://twitter.com"
target="_blank"
class="social-icon"
aria-label="Twitter"
><i class="fab fa-twitter"></i
></a>
<a
href="https://www.instagram.com/aarthys_dentistry/"
target="_blank"
class="social-icon"
aria-label="Instagram"
><i class="fab fa-instagram"></i
></a>
<a
href="https://linkedin.com"
target="_blank"
class="social-icon"
aria-label="LinkedIn"
><i class="fab fa-linkedin-in"></i
></a>
</div>
</div>
</div>
</div>
<p class="footer-copyright">
© 2024 Aarthy's Dentistry. All rights reserved.
</p>
</footer>
</body>
</html>