{"id":9704,"date":"2025-09-26T19:25:06","date_gmt":"2025-09-26T13:55:06","guid":{"rendered":"https:\/\/dmer.maharashtra.gov.in\/english\/?page_id=9704"},"modified":"2025-09-27T21:19:44","modified_gmt":"2025-09-27T15:49:44","slug":"dental-services","status":"publish","type":"page","link":"https:\/\/dmer.maharashtra.gov.in\/english\/dental-services\/","title":{"rendered":"Dental Services"},"content":{"rendered":"\n\n\n<style>\na:hover\n{\ntext-decoration: none !important;\n}\n.services-tabs {\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 20px;\n  margin: 30px auto;\n  max-width: 900px;\n}\n\n.tab-btn {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  padding: 14px 28px;\n  border-radius: 50px;\n  font-size: 1rem;\n  font-weight: bold;\n  color: #333; \/* readable text for grey buttons *\/\n  text-decoration: none;\n  transition: transform 0.2s ease, box-shadow 0.3s ease, opacity 0.3s ease, background 0.3s ease;\n  box-shadow: inset 0 2px 4px rgba(255,255,255,0.3),\n              0 4px 8px rgba(0,0,0,0.15);\n  background: linear-gradient(145deg, #fff, #efef); \/* grey default *\/\n  position: relative;\n  overflow: hidden;\n}\n\n\/* glossy shine *\/\n.tab-btn::before {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  left: -75%;\n  width: 50%;\n  height: 100%;\n  background: linear-gradient(\n    120deg,\n    rgba(255,255,255,0.6) 0%,\n    rgba(255,255,255,0.1) 100%\n  );\n  transform: skewX(-25deg);\n}\n\n.tab-btn:hover::before {\n  left: 125%;\n  transition: left 0.7s ease;\n}\n\n.tab-btn:hover {\n  transform: scale(1.07);\n  opacity: 0.95;\n}\n\n\/* Color variants on hover *\/\n.tab-btn.speciality:hover {\n  background: linear-gradient(135deg, #00d8ff, #0094cc);\n  color: #fff;\n}\n\n.tab-btn.superspeciality:hover {\n  background: linear-gradient(135deg, #fea500, #cc8400);\n  color: #fff;\n}\n\n.tab-btn.ayush:hover {\n  background: linear-gradient(135deg, #1dae22, #148218);\n  color: #fff;\n}\n\n\/* Active tab = stays colored *\/\n.tab-btn.active.speciality {\n  background: linear-gradient(135deg, #00d8ff, #0094cc);\n  color: #fff;\n}\n\n.tab-btn.active.superspeciality {\n  background: linear-gradient(135deg, #fea500, #cc8400);\n  color: #fff;\n}\n\n.tab-btn.active.ayush {\n  background: linear-gradient(135deg, #1dae22, #148218);\n  color: #fff;\n}\n\n\/* Highlight active with extra glow *\/\n.tab-btn.active {\n  box-shadow: 0 0 12px rgba(0,0,0,0.4), inset 0 2px 6px rgba(255,255,255,0.3);\n  transform: scale(1.05);\n  opacity: 1;\n}\n\n.tab-btn .icon {\n  font-size: 1.5rem;\n}\n<\/style>\n\n<section class=\"services-section\">\n  <div class=\"services-tabs\">\n\n    <!-- Medical -->\n    <a href=\"https:\/\/dmer.maharashtra.gov.in\/english\/medical-services\/#primary\" class=\"tab-btn speciality\">\n      <span class=\"icon\">\ud83e\ude7a<\/span> <span>Medical<\/span>\n    <\/a>\n\n    <!-- Dental -->\n    <a href=\"https:\/\/dmer.maharashtra.gov.in\/english\/dental-services\/#primary\" class=\"tab-btn superspeciality active\">\n      <span class=\"icon\">\ud83e\uddb7<\/span> <span>Dental<\/span>\n    <\/a>\n\n    <!-- AYUSH -->\n    <a href=\"https:\/\/dmer.maharashtra.gov.in\/english\/ayush-services\/#primary\" class=\"tab-btn ayush\">\n      <span class=\"icon\">\ud83c\udf3f<\/span> <span>AYUSH<\/span>\n    <\/a>\n\n  <\/div>\n<\/section>\n\n\n\n\n<style>\n.tab-btn {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  padding: 14px 28px;\n  border-radius: 50px;\n  font-size: 1rem;\n  font-weight: bold;\n  color: #fff;\n  text-decoration: none;\n  transition: transform 0.2s ease, box-shadow 0.3s ease, background 0.3s ease;\n  box-shadow: inset 0 2px 4px rgba(255,255,255,0.3),\n              0 4px 8px rgba(0,0,0,0.2);\n  background: #bbb; \/* grey default *\/\n  opacity: 0.8;\n}\n\n\/* Hover (inactive tabs become colored) *\/\n.tab-btn.speciality:hover {\n  background: linear-gradient(135deg, #00d8ff, #0094cc);\n  opacity: 1;\n}\n\n.tab-btn.superspeciality:hover {\n  background: linear-gradient(135deg, #fea500, #cc8400);\n  opacity: 1;\n}\n\n.tab-btn.ayush:hover {\n  background: linear-gradient(135deg, #1dae22, #148218);\n  opacity: 1;\n}\n\n\/* Active state (the page you're on) *\/\n.tab-btn.active.speciality {\n  background: linear-gradient(135deg, #00d8ff, #0094cc);\n  opacity: 1;\n}\n\n.tab-btn.active.superspeciality {\n  background: linear-gradient(135deg, #fea500, #cc8400);\n  opacity: 1;\n}\n\n.tab-btn.active.ayush {\n  background: linear-gradient(135deg, #1dae22, #148218);\n  opacity: 1;\n}\n\n\/* General Styles *\/\nbody{font-family:\"Segoe UI\",Arial,sans-serif; margin:0; padding:0; background:#f9f9f9; color:#333;}\nh2,h3{margin:0;}\n\n\/* Services Section *\/\n.services-container { max-width:1000px; margin:0px auto; padding:20px; }\n.services-grid { display:grid; grid-template-columns:repeat(auto-fit, minmax(250px,1fr)); gap:20px; }\n.service-card { background:#fff; border-radius:15px; padding:20px; text-align:center; box-shadow:0 4px 12px rgba(0,0,0,0.1); cursor:pointer; transition:transform 0.2s, box-shadow 0.2s; }\n.service-card:hover { transform:scale(1.03); box-shadow:0 6px 16px rgba(0,0,0,0.15); }\n.service-icon { font-size:40px; margin-bottom:10px; }\n.service-title { font-size:1.15rem; font-weight:600; margin-bottom:8px; }\n.service-short { font-size:0.95rem; color:#555; margin-bottom:12px; }\n.btn { background:#007bff; color:#fff; border:none; padding:0px 14px; border-radius:8px; cursor:pointer; font-size:0.9rem; box-shadow:0 3px 8px rgba(0,0,0,0.12); }\n\n\/* Popup Modal *\/\n.modal { position:fixed; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.5); display:flex; justify-content:center; align-items:center; opacity:0; visibility:hidden; transition:opacity 0.4s ease; z-index:1000; }\n.modal.show { opacity:1; visibility:visible; }\n.modal-content { background:#fff; padding:20px; border-radius:12px; box-shadow:0 6px 18px rgba(0,0,0,0.2); max-width:600px; width:90%; position:relative; transform:translateY(40px); transition:transform 0.4s ease, opacity 0.4s ease; max-height:80vh; overflow-y:auto; opacity:0; }\n.modal.show .modal-content { transform:translateY(0); opacity:1; }\n.close-btn { position:absolute; top:15px; right:15px; background:#ff4d4f; color:#fff; border:none; border-radius:50%; width:30px; height:30px; font-size:16px; font-weight:bold; cursor:pointer; line-height:30px; text-align:center; box-shadow:0 3px 8px rgba(0,0,0,0.2); transition:background 0.2s; }\n.close-btn:hover{ background:#ff7875; }\n.modal-content::-webkit-scrollbar { width:8px; }\n.modal-content::-webkit-scrollbar-track { background:#f1f1f1; border-radius:8px; }\n.modal-content::-webkit-scrollbar-thumb { background:#007bff; border-radius:8px; }\n.modal-content::-webkit-scrollbar-thumb:hover { background:#0056b3; }\n.modal-content { scrollbar-width:thin; scrollbar-color:#007bff #f1f1f1; }\n.modal-content ul { margin-top:12px; padding-left:0; list-style:none; }\n.modal-content li { display:flex; align-items:center; margin-bottom:8px; font-size:0.95rem; color:#444; }\n.modal-content li::before { content:\"\u2695\ufe0f\"; margin-right:8px; color:#007bff; font-size:1rem; }\n.detail-title { display:flex; align-items:center; gap:10px; font-size:1.25rem; margin-bottom:8px; }\n\n\/* Dental Services Section *\/\n.dmer-dental { padding:50px 20px; }\n.dmer-container { max-width:900px; margin:0 auto; }\n.dmer-header { text-align:center; background:linear-gradient(135deg,#4f78b8,#305a91); padding:25px; border-radius:16px; color:#fff; margin-bottom:40px; box-shadow:0 8px 20px rgba(48,90,145,0.25); }\n.dmer-header h2 { font-size:2rem; font-weight:700; color: #fff }\n.dmer-header p { margin:5px 0 0; font-size:1rem; opacity:0.9; }\n.dmer-intro { text-align:center; font-size:1rem; margin-bottom:40px; color:#333; line-height:1.6; }\n.dental-inline { margin-bottom:40px; text-align:center; }\n.dental-inline h3 { font-size:1.5rem; color:#305a91; font-weight:700; margin-bottom:20px; }\n\n\/* Attractive Table *\/\n.attractive-table { width:80%; margin:0 auto; border-collapse:separate; border-spacing:0; box-shadow:0 4px 12px rgba(0,0,0,0.1); border-radius:12px; overflow:hidden; }\n.attractive-table thead tr { background:linear-gradient(90deg,#305a91,#4f78b8); color:#fff; font-weight:600; }\n.attractive-table th, .attractive-table td { padding:12px 15px; text-align:left; }\n.attractive-table th:first-child, .attractive-table td:first-child { text-align:center; width:60px; }\n.attractive-table tbody tr { border-bottom:1px solid #ccc; cursor:pointer; transition:transform 0.2s, box-shadow 0.2s; }\n.attractive-table tbody tr:hover { background:#eaf0fa; transform:scale(1.02); box-shadow:0 4px 12px rgba(48,90,145,0.15); }\n.attractive-table tbody tr:nth-child(even) { background:#f7faff; }\n.attractive-table tbody tr:nth-child(odd) { background:#fff; }\n\n@media(max-width:600px){\n  .dmer-header h2{ font-size:1.6rem; }\n  .dental-inline h3{ font-size:1.2rem; }\n  .attractive-table{ width:100%; }\n  .attractive-table th, .attractive-table td{ padding:10px; font-size:0.9rem; }\n}\n<\/style>\n\n<!-- Services Grid -->\n<div class=\"services-container\">\n  <div class=\"services-grid\" id=\"service-cards\">\n    <div class=\"service-card\" onclick=\"showServiceDetail('dental-opd-content')\">\n      <div class=\"service-icon\">\ud83c\udfe5<\/div>\n      <div class=\"service-title\">Outpatient Services (OPD)<\/div>\n      <div class=\"service-short\">Examination and treatment for dental and oral health without admission.<\/div>\n      <button class=\"btn\">View Details<\/button>\n    <\/div>\n\n    <div class=\"service-card\" onclick=\"showServiceDetail('dental-ipd-content')\">\n      <div class=\"service-icon\">\ud83d\udecf\ufe0f<\/div>\n      <div class=\"service-title\">Inpatient Services (IPD)<\/div>\n      <div class=\"service-short\">Hospital admission for specialized dental and oral treatments.<\/div>\n      <button class=\"btn\">View Details<\/button>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- Modal -->\n<div id=\"serviceModal\" class=\"modal\" aria-hidden=\"true\">\n  <div class=\"modal-content\">\n    <button class=\"close-btn\" onclick=\"closeModal()\">\u00d7<\/button>\n    <div id=\"modal-detail-content\"><\/div>\n  <\/div>\n<\/div>\n\n<!-- Hidden Content -->\n<div id=\"dental-opd-content\" style=\"display:none\">\n  <div class=\"detail-title\">\ud83c\udfe5 <strong>Outpatient Services (OPD)<\/strong><\/div><br>\n  <p>The Outpatient Department (OPD) of a Government Dental College &#038; Hospital provides specialized dental care to walk-in patients without the need for admission. These services are aimed at diagnosis, prevention, and treatment of various dental and oral health issues.<\/p><br>\n  <h2>Key Features<\/h2>\n    <ul>\n      <li><strong>Registration Counter:<\/strong> For new and follow-up patients.<\/li>\n      <li><strong>Initial Screening:<\/strong> General dental check-up to assess the patient&#8217;s condition and refer to the concerned department.<\/li>\n    <\/ul>\n\n    <h3>Specialty Clinics<\/h3>\n    <ul>\n      <li><strong>Oral Medicine &#038; Radiology<\/strong> \u2013 Diagnosis of oral diseases, X-rays<\/li>\n      <li><strong>Conservative Dentistry &#038; Endodontics<\/strong> \u2013 Fillings, Root Canal Treatment<\/li>\n      <li><strong>Prosthodontics<\/strong> \u2013 Dentures, Crowns, Bridges<\/li>\n      <li><strong>Periodontics<\/strong> \u2013 Gum treatments, Scaling, Curettage<\/li>\n      <li><strong>Orthodontics<\/strong> \u2013 Braces for irregular teeth<\/li>\n      <li><strong>Oral &#038; Maxillofacial Surgery<\/strong> \u2013 Tooth extractions, minor oral surgeries<\/li>\n      <li><strong>Pedodontics<\/strong> \u2013 Dental care for children<\/li>\n      <li><strong>Public Health Dentistry<\/strong> \u2013 Community outreach and oral health awareness<\/li>\n    <\/ul>\n\n    <h3>Additional Facilities<\/h3>\n    <ul>\n      <li><strong>X-ray and Diagnostic Support:<\/strong> In-house radiology services for accurate diagnosis.<\/li>\n      <li><strong>Pharmacy:<\/strong> Provision of essential medications and post-operative instructions.<\/li>\n      <li><strong>Referrals &#038; Follow-Up:<\/strong> Patients requiring advanced care are referred to specialized departments or scheduled for further treatment.<\/li>\n    <\/ul>\n\n    <h3>Timings<\/h3>\n    <p>Usually operates Monday to Saturday (morning hours).<br>\n    Emergency dental services may be available in some institutions.<\/p>\n\n    <h3>Objective<\/h3>\n    <p>To provide accessible, affordable, and quality dental care through comprehensive outpatient services by skilled dental professionals and students under expert supervision.<\/p>\n  <\/div>\n<\/div>\n\n<div id=\"dental-ipd-content\" style=\"display:none\">\n  <div class=\"detail-title\">\ud83d\udecf\ufe0f <strong>Inpatient Services (IPD)<\/strong><\/div><br>\n  <p>The In-Patient Department (IPD) at a Government Dental College &#038; Hospital provides comprehensive care for patients who require hospital admission for ongoing treatment, complex dental procedures, or surgeries.\n<\/p><br>\n <h2>Key Features<\/h2>\n    <ul>\n      <li><strong>Admission Process:<\/strong> Patients are admitted to the IPD based on the recommendation of a dental specialist or physician.<\/li>\n      <li><strong>Specialized Care:<\/strong> Services include oral and maxillofacial surgery, treatment of jaw fractures, oral cancer management, trauma care, and other complex dental conditions.<\/li>\n      <li><strong>Operation Theater (OT):<\/strong> Equipped with modern surgical instruments for performing major dental and oral surgeries.<\/li>\n      <li><strong>Intensive Care Unit (ICU):<\/strong> Available for critically ill patients needing close monitoring (where applicable).<\/li>\n      <li><strong>Diagnostic Support:<\/strong> Includes blood tests, X-rays, Orthopantomogram (OPG), Cone Beam CT (CBCT), and other advanced imaging techniques.<\/li>\n      <li><strong>Nursing and Patient Care:<\/strong> Skilled nursing staff provide continuous monitoring and support to admitted patients.<\/li>\n      <li><strong>Medicines and Diet:<\/strong> Appropriate medication and diet plans are provided as per patient needs.<\/li>\n      <li><strong>Discharge and Follow-up:<\/strong> After treatment and stabilization, patients are discharged with follow-up instructions and scheduled outpatient visits.<\/li>\n    <\/ul>\n\n    <h3>Facilities Include<\/h3>\n    <ul>\n      <li><strong>Oral and Maxillofacial Surgery Wards:<\/strong> For surgical and trauma cases.<\/li>\n      <li><strong>Dedicated Dental Chairs and Beds:<\/strong> For inpatient comfort and care.<\/li>\n      <li><strong>Linkage with General Hospital Services:<\/strong> For patients requiring medical treatment alongside dental care.<\/li>\n    <\/ul>\n\n    <h3>Objective<\/h3>\n    <p>To deliver specialized, continuous, and safe inpatient dental care, ensuring effective treatment of complex oral health conditions.<\/p>\n  <\/div>\n<\/div>\n\n<!-- Dental Services Section -->\n<section class=\"dmer-dental\">\n  <div class=\"dmer-container\">\n    <div class=\"dmer-header\">\n      <h2>\ud83e\uddb7 Dental Services<\/h2>\n      <p>Government Dental Colleges &#038; Hospitals<\/p>\n      <p>Superspeciality Services<\/p>\n    <\/div>\n\n    <p class=\"dmer-intro\">Government Dental Colleges provide state-of-the-art dental care services.<\/p>\n    \n   <div style=\"text-align:center; padding-bottom:20px;\">   <button class=\"btn\" onclick=\"showServiceDetail('dental-superspe-content')\">View Details<\/button> <\/div>\n\n<div id=\"dental-superspe-content\" style=\"display:none\"><br>\n<h3><strong>\ud83d\udecf\ufe0f Superspeciality Services Overview<\/strong><\/h3>\n <p>Government Dental Colleges often have superspeciality departments that provide advanced and specialized dental care beyond routine dentistry, focusing on complex oral health issues requiring expert intervention.<\/p>\n\n    <h3><strong>Facilities &#038; Services<\/strong><\/h3>\n    <ul>\n      <li>Access to advanced diagnostic tools like 3D imaging, CBCT scans, and digital radiography.<\/li>\n      <li>Complex surgical procedures and treatments under expert supervision.<\/li>\n      <li>Interdisciplinary collaboration for comprehensive patient care.<\/li>\n      <li>Training and research in specialized dental fields.<\/li>\n    <\/ul>\n\n    <h3><strong>Objective<\/strong><\/h3>\n    <p>To provide expert, multidisciplinary dental care for complex oral health problems using the latest techniques and technologies.<\/p>\n<\/div>\n\n\n    <div class=\"dental-inline\">\n      <h3>\ud83e\uddb7 Prosthodontics<\/h3>\n      <table class=\"attractive-table\">\n        <thead>\n          <tr><th>No.<\/th><th>College \/ Hospital<\/th><\/tr>\n        <\/thead>\n        <tbody>\n          <tr><td>1<\/td><td>Government Dental College &#038; Hospital, Mumbai<\/td><\/tr>\n          <tr><td>2<\/td><td>Government Dental College &#038; Hospital, Nagpur<\/td><\/tr>\n          <tr><td>3<\/td><td>Government Dental College &#038; Hospital, Chhatrapati Sambhajinagar<\/td><\/tr>\n          <tr><td>4<\/td><td>Government Dental College &#038; Hospital, Jalgaon<\/td><\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n\n    <div class=\"dental-inline\">\n      <h3>\ud83e\uddb7 Orthodontics<\/h3>\n      <table class=\"attractive-table\">\n        <thead>\n          <tr><th>No.<\/th><th>College \/ Hospital<\/th><\/tr>\n        <\/thead>\n        <tbody>\n          <tr><td>1<\/td><td>Government Dental College &#038; Hospital, Mumbai<\/td><\/tr>\n          <tr><td>2<\/td><td>Government Dental College &#038; Hospital, Nagpur<\/td><\/tr>\n          <tr><td>3<\/td><td>Government Dental College &#038; Hospital, Chhatrapati Sambhajinagar<\/td><\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n  <\/div>\n<\/section>\n\n<script>\nfunction showServiceDetail(id){\n  const modal = document.getElementById('serviceModal');\n  document.getElementById('modal-detail-content').innerHTML = document.getElementById(id).innerHTML;\n  modal.classList.add('show');\n  modal.setAttribute('aria-hidden','false');\n  document.body.style.overflow=\"hidden\";\n}\nfunction closeModal(){\n  const modal=document.getElementById('serviceModal');\n  modal.classList.remove('show');\n  modal.setAttribute('aria-hidden','true');\n  document.body.style.overflow=\"\";\n}\ndocument.getElementById('serviceModal').addEventListener('click',function(e){ if(e.target===this){ closeModal(); }});\ndocument.addEventListener('keydown',function(e){ if(e.key===\"Escape\"){ closeModal(); }});\n<\/script>\n\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"pagelayer_contact_templates":[],"_pagelayer_content":"","footnotes":"","_links_to":"","_links_to_target":""},"class_list":["post-9704","page","type-page","status-publish","hentry","no-featured-image","page-entry","loop-entry boxed clr"],"_links":{"self":[{"href":"https:\/\/dmer.maharashtra.gov.in\/english\/wp-json\/wp\/v2\/pages\/9704","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dmer.maharashtra.gov.in\/english\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dmer.maharashtra.gov.in\/english\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dmer.maharashtra.gov.in\/english\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dmer.maharashtra.gov.in\/english\/wp-json\/wp\/v2\/comments?post=9704"}],"version-history":[{"count":16,"href":"https:\/\/dmer.maharashtra.gov.in\/english\/wp-json\/wp\/v2\/pages\/9704\/revisions"}],"predecessor-version":[{"id":9767,"href":"https:\/\/dmer.maharashtra.gov.in\/english\/wp-json\/wp\/v2\/pages\/9704\/revisions\/9767"}],"wp:attachment":[{"href":"https:\/\/dmer.maharashtra.gov.in\/english\/wp-json\/wp\/v2\/media?parent=9704"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}