IV Sedation

IV Sedation, also known as Intravenous Sedation, gives you the option of complete unconsciousness during a dental appointment, and can be a great way to complete treatments such as wisdom teeth extractions, root canals or abscess treatments in a single appointment that you can simply sleep through and wake up with better oral health.

Learn more about IV Sedation or book an IV sedation appointment by visiting the individual page of one of our IV sedation clinics.

IV Sedation Clinics:

[insert_php]
$args = array(‘post_type’ => ‘portfolio’, ‘orderby’ => ‘rand’, ‘posts_per_page’ => 20, ‘order’=> ‘ASC’, ‘orderby’ => ‘rand’,
‘tax_query’ => array(
array(
‘taxonomy’ => ‘services’,
‘terms’ => array(‘iv-sedation-dentistry’),
‘field’ => ‘slug’
),
),
);
$loop = new WP_Query($args);
if($loop->have_posts()) {
echo ‘

‘;
}
wp_reset_query();
[/insert_php]