• Replace broken, missing or very wobbly teeth
  • Save time with same day dental implants to replace teeth
  • Eat the foods you love again with dental implants
  • Dental implants can help you smile more confidently

 350+ 5 Star reviews

Replacing missing or broken teeth

Missing, broken or wobbly teeth can make it difficult to eat and also affect your confidence when speaking and smiling. Dental implants offer the gold standard solution to replace the teeth.

Same day implants to replace teeth

For added convenience dental implants can replace missing teeth on the same day to enable you to leave with an enhanced smile on the same day.

Be you again

Get back your smile, confidence and ability to eat the foods you love with dental implants.

loose dentures?

Removable loose dentures can be uncomfortable, awkward and embarrassing. Dental implants will let you smile more confidently again and eat the foods you love without having anything removable in your mouth as they are permanently fixed into the mouth.

Patient Testimonial

Dental Implant Before and After

Google rating score of 4.8 of 5, based on 350+ reviews

Porchia A

Got my Invisalign and whitening with dr Kunal at the Fleet Street branch and it really has been life changing. He’s given me the confidence to smile and laugh without covering my mouth. Very professional and listens to what i wanted and always exceeded my expectations. Also makes the entire Invisalign journey easy and comfortable as he was always there to answer any questions I had at any time. Highly recommend ruh dental and dr Kunal. It really is the best decision I’ve made. Had so many compliments on my teeth, even by strangers.

Isma

I’ve been wanting to come to Ruh dental for years for a perfect smile, my experience has been amazing, the whitening kit really has brightened my teeth I’m always getting compliments from everyone so I’m very glad I chose Ruh.

Ellie Rodriguez

I couldn’t be happier with my experience at Ruh Dental. The staff are all really friendly and helpful, and every step of the treatment was clearly explained with no sales pressure at any time. My dentist was amazing and I’m so pleased with the outcome.

0%

Finance Options

Evening and Weekend

Appointments

Free

Consultations

How Dental Implants Work

WHAT IS THE PROCESS OF GETTING A DENTAL IMPLANT

Easy 3 Step Action Plan

Consultation
and 3D scan

Placement of
dental implant

Connect tooth crown to
dental implant

How Much Do
Dental Implants cost

1 Tooth
Replace a missing
tooth
0% finance
From £2800
6-8 Teeth
Replace all missing broken / wobbly teeth
Wildest Fullest Smile
£133 per month 0% finance
From £9995

Frequently Asked Questions

What are implants made from?

Implant are predominantly made of titanium, but can also be made from other materials such as zirconia.

Do dental implants hurt?

There will be minor adjustments to the teeth, but this is minimal, especially if the teeth have been straightened previously How will I know if I like the look of veneers? The dentist providing the veneers will look at the current shape of the teeth, their colour, your facial and gum contours as well as things like lip position and tooth symmetry to make a decision on the character and profile of the veneers. However, the dental lab can perform a waxed version attached to a study model of your teeth so you can see and even trial the smile before any treatment begins.

How long does dental implant treatment take?

Regular maintenance with a hygienist and treating them like you would for any of your natural teeth is best practice, as this allows for them to stay healthy for as long as possible.

I’ve been told I don’t have enough bone, can I still have an implant?

Regular maintenance with a hygienist and treating them like you would for any of your natural teeth is best practice, as this allows for them to stay healthy for as long as possible.

What is a bone graft?

Regular maintenance with a hygienist and treating them like you would for any of your natural teeth is best practice, as this allows for them to stay healthy for as long as possible.

Implants take 12 weeks to heal, what do I do in the meantime?

Regular maintenance with a hygienist and treating them like you would for any of your natural teeth is best practice, as this allows for them to stay healthy for as long as possible.

+

GATHERING TREATMENTS

You’re one step closer to your dream smile.

If you’re not redirected in 5 seconds, click here
+

Let’s start

Get a 95% accurate quote from one of our treatment co-ordinators in 48 hours.

HOW DOES IT WORK?

Select your smile goals so we can tailor your treatment plan just for you
Upload a photo of your smile so we can provide an accurate assessment
Finish up with some dental history and preferences.
+

{{customer_data.first_name}},
you’re a star

Your details have been sent to our clinical team who will prepare your provisional treatment plan.

WHAT HAPPENS NEXT?

You will be contacted in the next 48 hours to arrange a digital consultation and report of your options.
You can choose to arrange a telephone or video dental consultation.
+

GATHERING TREATMENTS

You’re one step closer to your dream smile.

If you’re not redirected in 5 seconds, click here
+

Let’s start

Get a 95% accurate quote from one of our treatment co-ordinators in 48 hours.

HOW DOES IT WORK?

Select your smile goals so we can tailor your treatment plan just for you
Upload a photo of your smile so we can provide an accurate assessment
Finish up with some dental history and preferences.
Back
Get Started
Close up, teeth together {{set_status_class('photo_1', 'text')}}
Close up, open mouth {{set_status_class('photo_2', 'text')}}
Your photos are stored securely and aren’t shared publicly with anyone or any third party.
Submit Photos and continue
Does your current smile affect your confidence?
Do you visit the dentist for regular check-ups?
Have you ever had orthodontic treatment?
Have you ever had dental cosmetic treatment?
Finish & Get Results
+

{{customer_data.first_name}},
you’re a star

Your details have been sent to our clinical team who will prepare your provisional treatment plan.

WHAT HAPPENS NEXT?

You will be contacted in the next 48 hours to arrange a digital consultation and report of your options.
You can choose to arrange a telephone or video dental consultation.
tag on yout theme's header.php Read the detailed step-by-step at https://humbertosilva.com/visual-composer-infinite-image-carousel/ */ // auxiliary code to create triggers for the add and remove class for later use (function($){ $.each(["addClass","removeClass"],function(i,methodname){ var oldmethod = $.fn[methodname]; $.fn[methodname] = function(){ oldmethod.apply( this, arguments ); this.trigger(methodname+"change"); return this; } }); })(jQuery); // main function for the infinite loop function vc_custominfiniteloop_init(vc_cil_element_id){ var vc_element = '#' + vc_cil_element_id; // because we're using this more than once let's create a variable for it window.maxItens = jQuery(vc_element).data('per-view'); // max visible items defined window.addedItens = 0; // auxiliary counter for added itens to the end // go to slides and duplicate them to the end to fill space jQuery(vc_element).find('.vc_carousel-slideline-inner').find('.vc_item').each(function(){ // we only need to duplicate the first visible images if (window.addedItens < window.maxItens) { if (window.addedItens == 0 ) { // the fisrt added slide will need a trigger so we know it ended and make it "restart" without animation jQuery(this).clone().addClass('vc_custominfiniteloop_restart').removeClass('vc_active').appendTo(jQuery(this).parent()); } else { jQuery(this).clone().removeClass('vc_active').appendTo(jQuery(this).parent()); } window.addedItens++; } }); // add the trigger so we know when to "restart" the animation without the user knowing about it jQuery('.vc_custominfiniteloop_restart').bind('addClasschange', null, function(){ // navigate to the carousel element , I know, its ugly ... var vc_carousel = jQuery(this).parent().parent().parent().parent(); // first we temporarily change the animation speed to zero jQuery(vc_carousel).data('vc.carousel').transition_speed = 0; // make the slider go to the first slide without animation and because the fist set of images shown // are the same that are being shown now the slider is now "restarted" without that being visible jQuery(vc_carousel).data('vc.carousel').to(0); // allow the carousel to go to the first image and restore the original speed setTimeout("vc_cil_restore_transition_speed('"+jQuery(vc_carousel).prop('id')+"')",100); }); } // restore original speed setting of vc_carousel function vc_cil_restore_transition_speed(element_id){ // after inspecting the original source code the value of 600 is defined there so we put back the original here jQuery('#' + element_id).data('vc.carousel').transition_speed = 600; } // init jQuery(document).ready(function(){ // find all vc_carousel with the defined class and turn them into infine loop jQuery('.vc_custominfiniteloop').find('div[data-ride="vc_carousel"]').each(function(){ // allow time for the slider to be built on the page // because the slider is "long" we can wait a bit before adding images and events needed var vc_cil_element = jQuery(this).prop("id"); setTimeout("vc_custominfiniteloop_init('"+vc_cil_element+"')",2000); }); jQuery(".dropdown-trigger2,.site-navigation-explore").mouseenter(function () { jQuery(this).closest(".site-header").toggleClass("active2"); jQuery(this).closest(".site-header").toggleClass("contrast"); }); jQuery(".site-navigation-explore,.hiderightmenu").mouseleave(function () { jQuery(".site-header").removeClass("active2"); jQuery(".site-header").removeClass("contrast"); jQuery(".c_darkmode .site-header").addClass("contrast"); }); const SECRET_KEY = "ab6cd84a-3488-4e67-a9aa-cb0eab68f008"; var formemail = jQuery('#wpforms-3276-field_4').val(); const hashedEmail = CryptoJS.AES.encrypt(formemail, SECRET_KEY); jQuery('input#wpforms-3276-field_16').val(hashedEmail); jQuery("#wpforms-form-3276").submit(function(){ //alert(formemail); dataLayer.push({ 'event': 'GA4ID', 'hash': hashedEmail }); }); }); function init_smile_bg_marquee() { if (jQuery(".background-slider").length) { jQuery('.background-slider').slick({ speed: 7000, autoplay: true, autoplaySpeed: 0, centerMode: true, cssEase: 'linear', slidesToShow: 1, slidesToScroll: 1, variableWidth: true, infinite: true, initialSlide: 1, arrows: false, buttons: false }); } } if (jQuery(".background-slider").length) { init_smile_bg_marquee(); } });