Logo Image

At Nuface Numed, we go beyond treatment — we craft complete wellness experiences. Our polyclinic brings together advanced skin aesthetics, expert dental care, and comprehensive medical services under one roof.

99%

Satisfaction Rate

500+

Patients Served

200+

Treatments Offered

2k+

Customer Reviews

Comprehensive Wellness Solutions

Our services ↗
Skin Aesthetics

Skin Aesthetics

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been

View More →
Dental Care

Dental Care

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been

View More →
Medical Polyclinic

Medical Polyclinic

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been

View More →

Comprehensive Care Crafted With
Expertise & Compassion

Advanced Skin Aesthetics

Personalized treatments designed to rejuvenate, restore, and reveal your natural glow — using the latest technology with dermatologist-backed safety.

Trusted Medical Services

General and specialized medical care under one roof — focused on preventive health, accurate diagnosis, and effective treatment.

NuFace NuMed reception

Expert Dental Care

From routine check-ups to advanced cosmetic dentistry, our dental specialists ensure your smile stays healthy, confident, and radiant.

Patient-Centered Approach

Every service is tailored to your unique needs, combining compassion with medical excellence to deliver a seamless healthcare experience.

/* ===== Global JS (lightweight slider) ===== */ (function(){ const slider = document.getElementById('treatmentsSlider'); if(!slider) return; const viewport = slider.querySelector('.treat-viewport'); const track = slider.querySelector('.treat-track'); const prevBtn = slider.querySelector('.treat-nav.prev'); const nextBtn = slider.querySelector('.treat-nav.next'); function stepSize(){ const first = track.children[0]; const gap = parseFloat(getComputedStyle(track).gap) || 0; return first.getBoundingClientRect().width + gap; } function updateButtons(){ // small tolerance for floating point const maxScroll = track.scrollWidth - viewport.clientWidth - 2; prevBtn.disabled = viewport.scrollLeft <= 2; nextBtn.disabled = viewport.scrollLeft >= maxScroll; } function move(dir){ viewport.scrollBy({ left: dir * stepSize(), behavior: 'smooth' }); } prevBtn.addEventListener('click', ()=>move(-1)); nextBtn.addEventListener('click', ()=>move(1)); viewport.addEventListener('scroll', updateButtons, { passive:true }); window.addEventListener('resize', updateButtons); // init updateButtons(); })();