Contact Us

Begin the conversation to establish a strong relationship and enhance your healthcare journey."

Get in touch and let us know how we can help.

Head Office

opposite Shri Guru Ram Das Medical Institute, and Research Centre
Opposite Old Mall Mandi,, Amritsar, Punjab 143001

edupediaoverseas@gmail.com

Call Us

099140 85663

Don't hesitate to contact us for more information.

function tempAlert(msg,duration) { var el = document.createElement("div"); el.classList.add('success-Message') el.setAttribute("style","position:absolute;top:40%;left:20%;background-color:white;"); el.innerHTML = msg; setTimeout(function(){ el.parentNode.removeChild(el); },duration); document.body.appendChild(el); console.log("jnk"); } tempAlert("close",5000);