document.addEventListener('DOMContentLoaded', function() { const h2 = document.querySelector('.doctor-details-top-content .title h2'); if (h2) { const h1 = document.createElement('h1'); h1.innerHTML = h2.innerHTML; // Copy all attributes Array.from(h2.attributes).forEach(attr => { h1.setAttribute(attr.name, attr.value); }); h2.parentNode.replaceChild(h1, h2); } });
Call us to get confirmations on appointments +91 81215 55055