301 Moved Permanently means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 OK is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: tdhtx.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html > <html xmlns="http://www.w3.org/1999/xhtml" lang="en" class=""> <head> <meta charset="utf-8"> <script type="text/javascript"> window._currentDevice = 'desktop'; window.Parameters = window.Parameters || { HomeUrl: 'https://www.tdhtx.com/', AccountUUID: '040ea9ae651d4524acf452bcc0df2155', SystemID: 'US_DIRECT_PRODUCTION', SiteAlias: '3cf31d88', SiteType: atob('RFVEQU9ORQ=='), PublicationDate: 'Tue May 06 14:54:11 UTC 2025', ExternalUid: null, IsSiteMultilingual: false, InitialPostAlias: '', InitialPostPageUuid: '', InitialDynamicItem: '', DynamicPageInfo: { isDynamicPage: false, base64JsonRowData: 'null', }, InitialPageAlias: 'home', InitialPageUuid: 'fe190591089e4ab580198a74d9f18dcb', InitialPageId: '1177183013', InitialEncodedPageAlias: 'aG9tZQ==', InitialHeaderUuid: '4255fa6f9fab4240a674223b02c342f1', CurrentPageUrl: '', IsCurrentHomePage: true, AllowAjax: false, AfterAjaxCommand: null, HomeLinkText: 'Back To Home', UseGalleryModule: false, CurrentThemeName: 'Layout Theme', ThemeVersion: '53860', DefaultPageAlias: '', RemoveDID: true, WidgetStyleID: null, IsHeaderFixed: false, IsHeaderSkinny: false, IsBfs: true, StorePageAlias: 'null', StorePagesUrls: 'e30=', IsNewStore: 'false', StorePath: '', StoreId: 'null', StoreVersion: 0, StoreBaseUrl: '', StoreCleanUrl: true, StoreDisableScrolling: true, IsStoreSuspended: false, HasCustomDomain: true, SimpleSite: false, showCookieNotification: false, cookiesNotificationMarkup: 'null', translatedPageUrl: '', isFastMigrationSite: false, sidebarPosition: 'NA', currentLanguage: 'en', currentLocale: 'en', NavItems: '{}', errors: { general: 'There was an error connecting to the page.<br/> Make sure you are not offline.', password: 'Incorrect name/password combination', tryAgain: 'Try again' }, NavigationAreaParams: { ShowBackToHomeOnInnerPages: true, NavbarSize: -1, NavbarLiveHomePage: 'https://www.tdhtx.com/', BlockContainerSelector: '.dmBody', NavbarSelector: '#dmNav:has(a)', SubNavbarSelector: '#subnav_main' }, hasCustomCode: true, planID: '7', customTemplateId: 'null', siteTemplateId: 'null', productId: 'DM_DIRECT', disableTracking: false, pageType: 'FROM_SCRATCH', isRuntimeServer: true, isInEditor: false, hasNativeStore: false, defaultLang: 'en', hamburgerMigration: null, isFlexSite : false }; window.Parameters.LayoutID = {}; window.Parameters.LayoutID[window._currentDevice] = 6; window.Parameters.LayoutVariationID = {}; window.Parameters.LayoutVariationID[window._currentDevice] = 5; </script> <!-- Injecting site-wide to the head --> <!-- End Injecting site-wide to the head --> <!-- Inject secured cdn script --> <!-- ========= Meta Tags ========= --> <!-- PWA settings --> <script> function toHash(str) { var hash = 5381, i = str.length; while (i) { hash = hash * 33 ^ str.charCodeAt(--i) } return hash >>> 0 } </script> <script> (function (global) { //const cacheKey = global.cacheKey; const isOffline = 'onLine' in navigator && navigator.onLine === false; const hasServiceWorkerSupport = 'serviceWorker' in navigator; if (isOffline) { console.log('offline mode'); } if (!hasServiceWorkerSupport) { console.log('service worker is not supported'); } if (hasServiceWorkerSupport && !isOffline) { window.addEventListener('load', function () { const serviceWorkerPath = '/runtime-service-worker.js?v=3'; navigator.serviceWorker .register(serviceWorkerPath, { scope: './' }) .then( function (registration) { // Registration was successful console.log( 'ServiceWorker registration successful with scope: ', registration.scope ); }, function (err) { // registration failed :( console.log('ServiceWorker registration failed: ', err); } ) .catch(function (err) { console.log(err); }); }); // helper function to refresh the page var refreshPage = (function () { var refreshing; return function () { if (refreshing) return; // prevent multiple refreshes var refreshkey = 'refreshed' + location.href; var prevRefresh = localStorage.getItem(refreshkey); if (prevRefresh) { localStorage.removeItem(refreshkey); if (Date.now() - prevRefresh < 30000) { return; // dont go into a refresh loop } } refreshing = true; localStorage.setItem(refreshkey, Date.now()); console.log('refereshing page'); window.location.reload(); }; })(); function messageServiceWorker(data) { return new Promise(function (resolve, reject) { if (navigator.serviceWorker.controller) { var worker = navigator.serviceWorker.controller; var messageChannel = new MessageChannel(); messageChannel.port1.onmessage = replyHandler; worker.postMessage(data, [messageChannel.port2]); function replyHandler(event) { resolve(event.data); } } else { resolve(); } }); } } })(window); </script> <!-- Add manifest --> <!-- End PWA settings --> <link rel="canonical" href="https://www.tdhtx.com/"> <meta id="view" name="viewport" content="initial-scale=1, minimum-scale=1, maximum-scale=5, viewport-fit=cover"> <meta name="apple-mobile-web-app-capable" content="yes"> <!--Add favorites icons--> <link rel="apple-touch-icon" href="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/logo+long+.jpg"/> <link rel="icon" type="image/x-icon" href="https://irp.cdn-website.com/3cf31d88/site_favicon_16_1688674181585.ico"/> <!-- End favorite icons --> <link rel="preconnect" href="https://lirp.cdn-website.com/"/> <!-- render the required CSS and JS in the head section --> <script id='d-js-dmapi'> window.SystemID = 'US_DIRECT_PRODUCTION'; if (!window.dmAPI) { window.dmAPI = { registerExternalRuntimeComponent: function () { }, getCurrentDeviceType: function () { return window._currentDevice; }, runOnReady: (ns, fn) => { const safeFn = dmAPI.toSafeFn(fn); ns = ns || 'global_' + Math.random().toString(36).slice(2, 11); const eventName = 'afterAjax.' + ns; if (document.readyState === 'complete') { $.DM.events.off(eventName).on(eventName, safeFn); setTimeout(function () { safeFn({ isAjax: false, }); }, 0); } else { window?.waitForDeferred?.('dmAjax', () => { $.DM.events.off(eventName).on(eventName, safeFn); safeFn({ isAjax: false, }); }); } }, toSafeFn: (fn) => { if (fn?.safe) { return fn; } const safeFn = function (...args) { try { return fn?.apply(null, args); } catch (e) { console.log('function failed ' + e.message); } }; safeFn.safe = true; return safeFn; } }; } if (!window.requestIdleCallback) { window.requestIdleCallback = function (fn) { setTimeout(fn, 0); } } </script> <!-- loadCSS function header.jsp--> <script id="d-js-load-css"> /** * There are a few <link> tags with CSS resource in them that are preloaded in the page * in each of those there is a "onload" handler which invokes the loadCSS callback * defined here. * We are monitoring 3 main CSS files - the runtime, the global and the page. * When each load we check to see if we can append them all in a batch. If threre * is no page css (which may happen on inner pages) then we do not wait for it */ (function () { let cssLinks = {}; function loadCssLink(link) { link.onload = null; link.rel = "stylesheet"; link.type = "text/css"; } function checkCss() { const pageCssLink = document.querySelector("[id*='CssLink']"); const widgetCssLink = document.querySelector("[id*='widgetCSS']"); if (cssLinks && cssLinks.runtime && cssLinks.global && (!pageCssLink || cssLinks.page) && (!widgetCssLink || cssLinks.widget)) { const storedRuntimeCssLink = cssLinks.runtime; const storedPageCssLink = cssLinks.page; const storedGlobalCssLink = cssLinks.global; const storedWidgetCssLink = cssLinks.widget; storedGlobalCssLink.disabled = true; loadCssLink(storedGlobalCssLink); if (storedPageCssLink) { storedPageCssLink.disabled = true; loadCssLink(storedPageCssLink); } if(storedWidgetCssLink) { storedWidgetCssLink.disabled = true; loadCssLink(storedWidgetCssLink); } storedRuntimeCssLink.disabled = true; loadCssLink(storedRuntimeCssLink); requestAnimationFrame(() => { setTimeout(() => { storedRuntimeCssLink.disabled = false; storedGlobalCssLink.disabled = false; if (storedPageCssLink) { storedPageCssLink.disabled = false; } if (storedWidgetCssLink) { storedWidgetCssLink.disabled = false; } // (SUP-4179) Clear the accumulated cssLinks only when we're // sure that the document has finished loading and the document // has been parsed. if(document.readyState === 'interactive') { cssLinks = null; } }, 0); }); } } function loadCSS(link) { try { var urlParams = new URLSearchParams(window.location.search); var noCSS = !!urlParams.get("nocss"); var cssTimeout = urlParams.get("cssTimeout") || 0; if (noCSS) { return; } if (link.href && link.href.includes("d-css-runtime")) { cssLinks.runtime = link; checkCss(); } else if (link.id === "siteGlobalCss") { cssLinks.global = link; checkCss(); } else if (link.id && link.id.includes("CssLink")) { cssLinks.page = link; checkCss(); } else if (link.id && link.id.includes("widgetCSS")) { cssLinks.widget = link; checkCss(); } else { requestIdleCallback(function () { window.setTimeout(function () { loadCssLink(link); }, parseInt(cssTimeout, 10)); }); } } catch (e) { throw e } } window.loadCSS = window.loadCSS || loadCSS; })(); </script> <script data-role="deferred-init" type="text/javascript"> /* usage: window.getDeferred(<deferred name>).resolve() or window.getDeferred(<deferred name>).promise.then(...)*/ function Def() { this.promise = new Promise((function (a, b) { this.resolve = a, this.reject = b }).bind(this)) } const defs = {}; window.getDeferred = function (a) { return null == defs[a] && (defs[a] = new Def), defs[a] } window.waitForDeferred = function (b, a, c) { let d = window?.getDeferred?.(b); d ? d.promise.then(a) : c && ["complete", "interactive"].includes(document.readyState) ? setTimeout(a, 1) : c ? document.addEventListener("DOMContentLoaded", a) : console.error(`Deferred does not exist`); }; </script> <style id="forceCssIncludes"> /* This file is auto-generated from a `scss` file with the same name */ .videobgwrapper{overflow:hidden;position:absolute;z-index:0;width:100%;height:100%;top:0;left:0;pointer-events:none;border-radius:inherit}.videobgframe{position:absolute;width:101%;height:100%;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);object-fit:fill}#dm video.videobgframe{margin:0}@media (max-width:767px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:80vh}}@media (min-width:1025px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}@media (min-width:768px) and (max-width:1024px){.responsiveTablet .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}#dm [data-show-on-page-only]{display:none!important}#dmRoot div.stickyHeaderFix div.site_content{margin-top:0!important}#dmRoot div.stickyHeaderFix div.hamburger-header-container{position:relative} </style> <style id="cssVariables" type="text/css"> :root { --color_1: rgba(0,94,145,1); --color_2: rgba(0,0,0,1); --color_3: rgba(247, 153, 46, 1); --color_4: rgba(255,255,255,1); --color_5: rgba(100,100,100,1); --color_6: rgba(255,211,0,1); --color_7: rgba(10, 118, 232, 1); } </style> <!-- Google Fonts Include --> <!-- loadCSS function fonts.jsp--> <link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/fonts/css2?family=Spartan:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Oswald:ital,wght@0,200..700;1,200..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&subset=latin-ext&display=swap" /> <!-- RT CSS Include d-css-runtime-desktop-one-package-structured-global--> <link rel="stylesheet" type="text/css" href="https://static.cdn-website.com/mnlt/production/5441/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-structured-global.min.css" /> <!-- End of RT CSS Include --> <link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/WIDGET_CSS/6af7eeed5b7f145221c3e9cf980d0d73.css" id="widgetCSS" /> <!-- Support `img` size attributes --> <style>img[width][height] { height: auto; }</style> <!-- Support showing sticky element on page only --> <style> body[data-page-alias="home"] #dm [data-show-on-page-only="home"] { display: block !important; } </style> <!-- This is populated in Ajax navigation --> <style id="pageAdditionalWidgetsCss" type="text/css"> </style> <!-- Site CSS --> <link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/3cf31d88/files/3cf31d88_withFlex_1.min.css?v=374" id="siteGlobalCss" /> <style id="customWidgetStyle" type="text/css"> </style> <style id="innerPagesStyle" type="text/css"> </style> <style id="additionalGlobalCss" type="text/css" > </style> <!-- Page CSS --> <link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/3cf31d88/files/3cf31d88_home_withFlex_1.min.css?v=374" id="homeCssLink" /> <style id="pagestyle" type="text/css"> </style> <style id="pagestyleDevice" type="text/css"> </style> <!-- Flex Sections CSS --> <style id="globalFontSizeStyle" type="text/css"> .font-size-10, .size-10, .size-10 > font { font-size: 10px !important; }.font-size-11, .size-11, .size-11 > font { font-size: 11px !important; }.font-size-45, .size-45, .size-45 > font { font-size: 45px !important; }.font-size-14, .size-14, .size-14 > font { font-size: 14px !important; }.font-size-36, .size-36, .size-36 > font { font-size: 36px !important; }.font-size-16, .size-16, .size-16 > font { font-size: 16px !important; } </style> <style id="pageFontSizeStyle" type="text/css"> </style> <style id="hideAnimFix"> .dmDesktopBody:not(.editGrid) [data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) [data-anim-extended] { visibility: hidden; } .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-extended] { visibility: hidden !important; } #dmRoot:not(.editGrid) .flex-element [data-anim-extended] { visibility: hidden; } </style> <style id="fontFallbacks"> @font-face { font-family: "Roboto Fallback"; src: local('Arial'); ascent-override: 92.6709%; descent-override: 24.3871%; size-adjust: 100.1106%; line-gap-override: 0%; }@font-face { font-family: "Montserrat Fallback"; src: local('Arial'); ascent-override: 84.9466%; descent-override: 22.0264%; size-adjust: 113.954%; line-gap-override: 0%; }@font-face { font-family: "Poppins Fallback"; src: local('Arial'); ascent-override: 92.326%; descent-override: 30.7753%; line-gap-override: 8.793%; size-adjust: 113.7274%; }@font-face { font-family: "Lato Fallback"; src: local('Arial'); ascent-override: 101.3181%; descent-override: 21.865%; size-adjust: 97.4159%; line-gap-override: 0%; }@font-face { font-family: "PT Sans Fallback"; src: local('Arial'); ascent-override: 104.2579%; descent-override: 28.2664%; size-adjust: 97.6425%; line-gap-override: 0%; }@font-face { font-family: "Oswald Fallback"; src: local('Arial'); ascent-override: 145.0682%; descent-override: 35.1423%; size-adjust: 82.2372%; line-gap-override: 0%; }@font-face { font-family: "Open Sans Fallback"; src: local('Arial'); ascent-override: 101.1768%; descent-override: 27.7323%; size-adjust: 105.6416%; line-gap-override: 0%; } </style> <!-- End render the required css and JS in the head section --> <link type="application/rss+xml" rel="alternate" href="https://www.tdhtx.com/feed/rss2"/> <link type="application/atom+xml" rel="alternate" href="https://www.tdhtx.com/feed/atom"/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://www.tdhtx.com/"/> <script type="application/ld+json"> { "@context" : "https://schema.org", "@type" : "WebSite", "name" : "Transcend Dental Health", "url" : "https://www.tdhtx.com/" } </script> <title> Holistic Dentist in Round Rock, TX | Natural And Biological Dentistry </title> <meta name="keywords" content="holistic dentist round rock tx"/> <meta name="description" content="Looking for a holistic dentist in Round Rock, TX? We offer fluoride-free, mercury-safe, and biological dentistry for optimal health. Contact us today. "/> <meta name="google-site-verification" content="eh-BkQfvZNRQWUE7nEXsPw_JGDyGDe4Acyjh6SsEBGw"/> <meta name="twitter:card" content="summary"/> <meta name="twitter:title" content="Holistic Dentist in Round Rock, TX | Natural And Biological Dentistry"/> <meta name="twitter:description" content="Looking for a holistic dentist in Round Rock, TX? We offer fluoride-free, mercury-safe, and biological dentistry for optimal health. Contact us today. "/> <meta name="twitter:image" content="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/Logo-verticalworange-1920w.png"/> <meta property="og:description" content="Looking for a holistic dentist in Round Rock, TX? We offer fluoride-free, mercury-safe, and biological dentistry for optimal health. Contact us today. "/> <meta property="og:title" content="Holistic Dentist in Round Rock, TX | Natural And Biological Dentistry"/> <meta property="og:image" content="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/Logo-verticalworange-1920w.png"/> <!-- SYS- VVNfRElSRUNUX1BST0RVQ1RJT04= --> </head> <body id="dmRoot" data-page-alias="home" class="dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder dmResellerSite dmLargeBody responsiveTablet " style="padding:0;margin:0;" > <!-- ========= Site Content ========= --> <div id="dm" class='dmwr'> <div class="dm_wrapper standard-var5 widgetStyle-3 standard"> <div dmwrapped="true" id="1901957768" class="dm-home-page" themewaschanged="true" desktop-global-classes="header-over-content" tablet-global-classes="header-over-content" mobile-global-classes="header-over-content"> <div dmtemplateid="Hamburger" data-responsive-name="ResponsiveDesktopTopTabletHamburger" class="runtime-module-container dm-bfs dm-layout-home hasAnimations rows-1200 inMiniHeaderMode hasStickyHeader hamburger-reverse header-over-content dmPageBody d-page-1716942098 dmFreeHeader" id="dm-outer-wrapper" data-page-class="1716942098" data-soch="true" data-background-parallax-selector=".dmHomeSection1, .dmSectionParallex"> <div id="dmStyle_outerContainer" class="dmOuter"> <div id="dmStyle_innerContainer" class="dmInner"> <div class="dmLayoutWrapper standard-var dmStandardDesktop"> <div id="site_content"> <div class="p_hfcontainer showOnMedium"> <div id="hamburger-drawer" class="hamburger-drawer layout-drawer" layout="e9d510f4eb904e939c2be8efaf777e6e===header" data-origin="side-reverse" data-auto-height="true"> <div class="u_1826294544 dmRespRow" style="text-align: center;" id="1826294544"> <div class="dmRespColsWrapper" id="1337204992"> <div class="u_1183846399 dmRespCol small-12 medium-12 large-12 empty-column" id="1183846399"></div> </div> </div> <div class="u_1021493186 dmRespRow middleDrawerRow" style="text-align: center;" id="1021493186"> <div class="dmRespColsWrapper" id="1170137577"> <div class="dmRespCol small-12 u_1808057136 medium-12 large-12" id="1808057136"> <nav class="u_1144820115 effect-none main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_4" layout-sub="" data-show-vertical-sub-items="HIDE" id="1144820115" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-nav-structure="VERTICAL" wr="true" icon="true" surround="true" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/" class="unifiednav__item dmNavItemSelected dmUDNavigationItem_00 " target="" data-target-page-alias="" data-auto="selected-page"> <span class="nav-item-text " data-link-text=" Home " data-auto="page-text-style">Home<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item dmUDNavigationItem_010101228751 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="About Us" data-auto="page-text-style">About Us<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/meet-dr-chang" class="unifiednav__item dmUDNavigationItem_010101143871 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Meet Dr. Chang" data-auto="page-text-style">Meet Dr. Chang<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/meet-dr-mary" class="unifiednav__item dmUDNavigationItem_010101694312 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Meet Dr. Mary" data-auto="page-text-style">Meet Dr. Mary<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/meet-the-team" class="unifiednav__item dmUDNavigationItem_010101661033 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Meet the Team " data-auto="page-text-style">Meet the Team<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/integrative-services-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101357537 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Services " data-auto="page-text-style">Services<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/preventive-dentistry-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101780135 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Preventive Dentistry " data-auto="page-text-style">Preventive Dentistry<span class="icon icon-angle-right"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="1" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/exams-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101310044 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Exams " data-auto="page-text-style">Exams<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/teeth-cleanings-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101217405 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Teeth Cleanings " data-auto="page-text-style">Teeth Cleanings<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/gum-health-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101207267 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Gum Health " data-auto="page-text-style">Gum Health<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/general-dentistry-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101935992 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" General Dentistry " data-auto="page-text-style">General Dentistry<span class="icon icon-angle-right"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="1" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/fillings-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101774251 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Fillings " data-auto="page-text-style">Fillings<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/mercury-removal-roundrock-tx" class="unifiednav__item dmUDNavigationItem_01010137412 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Mercury Removal " data-auto="page-text-style">Mercury Removal<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/three-month-protocol-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101664425 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Mercury Removal Three-Month Protocol " data-auto="page-text-style">Mercury Removal Three-Month Protocol<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/crowns-and-bridges-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101981457 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Crowns and Bridges " data-auto="page-text-style">Crowns and Bridges<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/dental-implants-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101624769 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Dental Implants " data-auto="page-text-style">Dental Implants<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/extractions-/-oral-surgery-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101968903 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Extractions / Oral Surgery " data-auto="page-text-style">Extractions / Oral Surgery<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/sedation-dentistry-round-rock-tx" class="unifiednav__item dmUDNavigationItem_010101232854 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Sedation" data-auto="page-text-style">Sedation<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/tmj-tmd-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101161574 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" TMJ/TMD " data-auto="page-text-style">TMJ/TMD<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/suresmile-roundrock-tx" class="unifiednav__item dmUDNavigationItem_01010195065 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="SureSmile" data-auto="page-text-style">SureSmile<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/dental-emergency-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101914853 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Dental Emergency " data-auto="page-text-style">Dental Emergency<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/holistic-dentistry-round-rock-tx" class="unifiednav__item dmUDNavigationItem_010101733660 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Holistic Dentistry " data-auto="page-text-style">Holistic Dentistry<span class="icon icon-angle-right"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="1" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/our-philosophy-and-approach-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101852277 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Our Philosophy and Approach " data-auto="page-text-style">Our Philosophy and Approach<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/the-huggins-protocol-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101338787 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" The Huggins Protocol " data-auto="page-text-style">The Huggins Protocol<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/holistic-dentistry-austin-tx" class="unifiednav__item dmUDNavigationItem_010101423111 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Holistic Dentistry Austin Tx" data-auto="page-text-style">Holistic Dentistry Austin Tx<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/holistic-dentistry-for-children-round-rock-tx" class="unifiednav__item dmUDNavigationItem_010101864843 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Holistic Dentistry for Children " data-auto="page-text-style">Holistic Dentistry for Children<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/additional-services-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101107027 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Additional Services " data-auto="page-text-style">Additional Services<span class="icon icon-angle-right"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="1" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/naturopathy-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101842081 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Naturopathy " data-auto="page-text-style">Naturopathy<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/ozone-therapy-round-rock-tx" class="unifiednav__item dmUDNavigationItem_01010144651 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Ozone Therapy " data-auto="page-text-style">Ozone Therapy<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/cimt-scan-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101175420 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="CIMT SCAN" data-auto="page-text-style">CIMT SCAN<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/sinus-allergy-therapy-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101604312 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Sinus & Allergy Therapy " data-auto="page-text-style">Sinus & Allergy Therapy<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/patients-roundrock-tx" class="unifiednav__item dmUDNavigationItem_01010144717 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Patients " data-auto="page-text-style">Patients<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/why-become-a-new-patient-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101579485 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Why Become a New Patient " data-auto="page-text-style">Why Become a New Patient<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/the-transcend-patient-experience-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101723970 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" The Transcend Patient Experience " data-auto="page-text-style">The Transcend Patient Experience<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/insurance-and-finance-policies-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101690234 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Insurance and Finance Policies " data-auto="page-text-style">Insurance and Finance Policies<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/education-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101926054 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Education " data-auto="page-text-style">Education<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/video-library-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101318187 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Video Library " data-auto="page-text-style">Video Library<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/more-about-naturopathy-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101169680 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" More About Naturopathy " data-auto="page-text-style">More About Naturopathy<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/more-about-ozone-therapy-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101796392 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" More About Ozone Therapy " data-auto="page-text-style">More About Ozone Therapy<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/tooth-meridian-chart-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101730540 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Tooth Meridian Chart " data-auto="page-text-style">Tooth Meridian Chart<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/published-articles-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101430004 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Published Articles " data-auto="page-text-style">Published Articles<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/blog-roundrock-tx" class="unifiednav__item dmUDNavigationItem_01010193021 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Blog " data-auto="page-text-style">Blog<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/reviews" class="unifiednav__item dmUDNavigationItem_010101198263 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Reviews " data-auto="page-text-style">Reviews<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/contact" class="unifiednav__item dmUDNavigationItem_010101943230 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Contact " data-auto="page-text-style">Contact<span class="icon icon-angle-down"></span> </span> </a> </li> </ul> </nav> </div> </div> </div> <div class="dmRespRow u_1676049285" style="text-align: center;" id="1676049285"> <div class="dmRespColsWrapper" id="1888750820"> <div class="u_1916182198 dmRespCol small-12 medium-12 large-12" id="1916182198"> <a data-display-type="block" class="u_1849504323 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="mailto:[email protected]" data-element-type="dButtonLinkId" id="1849504323"> <span class="iconBg" id="1311374902"> <span class="icon hasFontIcon icon-star" id="1217800879"></span> </span> <span class="text" id="1523047860">[email protected]</span> </a> <div class="u_1681767064 align-center text-align-center dmSocialHub gapSpacing" id="1681767064" dmle_extension="social_hub" data-element-type="social_hub" wr="true" networks="" icon="true" surround="true" adwords=""> <div class="socialHubWrapper"> <div class="socialHubInnerDiv "> <a href="https://facebook.com/TranscendDentalHealth" target="_blank" dm_dont_rewrite_url="true" aria-label="facebook" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Facebook')"> <span class="dmSocialFacebook dm-social-icons-facebook oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect="float"></span> </a> <a href="https://instagram.com/TranscendDentalHealth/" target="_blank" dm_dont_rewrite_url="true" aria-label="instagram" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Instagram')"> <span class="dmSocialInstagram dm-social-icons-instagram oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect="float"></span> </a> </div> </div> </div> <a data-display-type="block" class="u_1368233050 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="https://www.google.com/maps/place/Dentist+Round+Rock+TX+-+Transcend+Dental+Health/@30.5145888,-97.7186126,17.43z/data=!4m5!3m4!1s0x0:0xeab1366231ab22d7!8m2!3d30.5139018!4d-97.7174848?hl=en" data-element-type="dButtonLinkId" id="1368233050" target="_blank"> <span class="iconBg" id="1370231668"> <span class="icon hasFontIcon icon-star" id="1738149190"></span> </span> <span class="text" id="1054186417">7215 Wyoming Springs Dr #800, Round Rock, TX 78681</span> </a> <a data-display-type="block" class="u_1255717563 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/contact" data-element-type="dButtonLinkId" id="1255717563"> <span class="iconBg" id="1884016555"> <span class="icon hasFontIcon icon-star" id="1442956029"></span> </span> <span class="text" id="1765563105">CONTACT US</span> </a> </div> </div> </div> </div> <div class="layout-drawer-overlay" id="layout-drawer-overlay"></div> </div> <div class="site_content"> <div id="hamburger-header-container" class="showOnMedium hamburger-header-container p_hfcontainer"> <div id="hamburger-header" class="hamburger-header p_hfcontainer" layout="44dc38f951e9489490b055748e10ba9f===header" has-shadow="true"> <div class="u_1705692124 dmRespRow" style="text-align: center;" id="1705692124"> <div class="dmRespColsWrapper" id="1469942216"> <div class="dmRespCol small-12 u_1655486006 large-4 medium-4" id="1655486006"> <div class="u_1923160809 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1923160809"> <a href="/" id="1573522578" file="false"><img src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/TranscendDentalHealth-Roundrock-TX-verticallogo-1920w.png" id="1761992403" class="" data-dm-image-path="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/TranscendDentalHealth-Roundrock-TX-verticallogo.png" width="393" height="218" alt="A dental logo with a silhouette of a person and the word dental." onerror="handleImageLoadError(this)"/></a> </div> <div class="u_1201570584 dmNewParagraph" data-element-type="paragraph" id="1201570584" style="transition: none 0s ease 0s; display: block;"> <div><span style="color: var(--color_4);" class="lh-1 font-size-10"><b>Biological Dentistry Uniquely for You</b></span></div> </div> </div> <div class="u_1362581973 dmRespCol small-12 large-6 medium-6" id="1362581973"> <a data-display-type="block" class="u_1622661740 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/contact" data-element-type="dButtonLinkId" id="1622661740"> <span class="iconBg" id="1240732650"> <span class="icon hasFontIcon icon-star" id="1570122716"></span> </span> <span class="text" id="1077439843">CONTACT US</span> </a> </div> <div class="u_1606614788 dmRespCol empty-column small-12 large-2 medium-2" id="1606614788"></div> </div> </div> </div> </div> <button class="showOnMedium layout-drawer-hamburger hamburger-on-header" id="layout-drawer-hamburger" aria-label="menu"> <span class="hamburger__slice"></span> <span class="hamburger__slice"></span> <span class="hamburger__slice"></span> </button> <div class="dmHeaderContainer fHeader d-header-wrapper showOnLarge"> <div id="hcontainer" class="u_hcontainer dmHeader p_hfcontainer" freeheader="true" headerlayout="b58ba5b5703b4cd7b5f5f7951565dc87===horizontal-layout-5" layout="78f5c343822e4eb3aac27f4ad5d13812===header" data-scrollable-target="body" data-scrollable-target-threshold="1" data-scroll-responder-id="1" logo-size-target="80%" mini-header-show-only-navigation-row="true"> <div dm:templateorder="85" class="dmHeaderResp dmHeaderStack noSwitch" id="1709005236"> <div class="u_1679745451 dmRespRow dmDefaultListContentRow fullBleedChanged fullBleedMode" style="text-align:center" id="1679745451"> <div class="dmRespColsWrapper" id="1181925362"> <div class="u_1365582594 small-12 dmRespCol large-3 medium-3" id="1365582594"> <div class="u_1712084101 imageWidget align-center hasFullWidth" data-widget-type="image" id="1712084101" data-element-type="image"> <a href="/" id="1651566596" file="false"><img src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/TranscendDentalHealth-Roundrock-TX-Logo1-1920w.png" id="1046936988" class="" data-dm-image-path="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/TranscendDentalHealth-Roundrock-TX-Logo1.png" data-hover-effect="zoomout" width="652" height="170" alt="A dental logo with a silhouette of a person and the word dental" onerror="handleImageLoadError(this)"/></a> </div> <div class="u_1864979172 dmNewParagraph" data-element-type="paragraph" id="1864979172" style="transition: none 0s ease 0s; display: block; line-height: initial; text-align: center;" data-version="5"><p class="size-11 m-size-9" style=""><span style="display: initial; color: var(--color_4);" class="font-size-11 m-font-size-9">Holistic Dentistry Uniquely for You</span></p></div> </div> <div class="u_1991243392 dmRespCol small-12 large-6 medium-6" id="1991243392"> <nav class="u_1509847621 effect-bottom main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_1" layout-sub="submenu_horizontal_2" data-show-vertical-sub-items="HOVER" id="1509847621" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/" class="unifiednav__item dmNavItemSelected dmUDNavigationItem_00 " target="" data-target-page-alias="" data-auto="selected-page"> <span class="nav-item-text " data-link-text=" Home " data-auto="page-text-style">Home<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item dmUDNavigationItem_010101228751 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="About Us" data-auto="page-text-style">About Us<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/meet-dr-chang" class="unifiednav__item dmUDNavigationItem_010101143871 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Meet Dr. Chang" data-auto="page-text-style">Meet Dr. Chang<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/meet-dr-mary" class="unifiednav__item dmUDNavigationItem_010101694312 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Meet Dr. Mary" data-auto="page-text-style">Meet Dr. Mary<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/meet-the-team" class="unifiednav__item dmUDNavigationItem_010101661033 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Meet the Team " data-auto="page-text-style">Meet the Team<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/integrative-services-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101357537 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Services " data-auto="page-text-style">Services<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/preventive-dentistry-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101780135 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Preventive Dentistry " data-auto="page-text-style">Preventive Dentistry<span class="icon icon-angle-right"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="1" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/exams-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101310044 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Exams " data-auto="page-text-style">Exams<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/teeth-cleanings-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101217405 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Teeth Cleanings " data-auto="page-text-style">Teeth Cleanings<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/gum-health-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101207267 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Gum Health " data-auto="page-text-style">Gum Health<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/general-dentistry-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101935992 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" General Dentistry " data-auto="page-text-style">General Dentistry<span class="icon icon-angle-right"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="1" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/fillings-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101774251 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Fillings " data-auto="page-text-style">Fillings<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/mercury-removal-roundrock-tx" class="unifiednav__item dmUDNavigationItem_01010137412 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Mercury Removal " data-auto="page-text-style">Mercury Removal<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/three-month-protocol-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101664425 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Mercury Removal Three-Month Protocol " data-auto="page-text-style">Mercury Removal Three-Month Protocol<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/crowns-and-bridges-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101981457 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Crowns and Bridges " data-auto="page-text-style">Crowns and Bridges<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/dental-implants-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101624769 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Dental Implants " data-auto="page-text-style">Dental Implants<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/extractions-/-oral-surgery-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101968903 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Extractions / Oral Surgery " data-auto="page-text-style">Extractions / Oral Surgery<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/sedation-dentistry-round-rock-tx" class="unifiednav__item dmUDNavigationItem_010101232854 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Sedation" data-auto="page-text-style">Sedation<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/tmj-tmd-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101161574 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" TMJ/TMD " data-auto="page-text-style">TMJ/TMD<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/suresmile-roundrock-tx" class="unifiednav__item dmUDNavigationItem_01010195065 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="SureSmile" data-auto="page-text-style">SureSmile<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/dental-emergency-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101914853 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Dental Emergency " data-auto="page-text-style">Dental Emergency<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/holistic-dentistry-round-rock-tx" class="unifiednav__item dmUDNavigationItem_010101733660 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Holistic Dentistry " data-auto="page-text-style">Holistic Dentistry<span class="icon icon-angle-right"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="1" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/our-philosophy-and-approach-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101852277 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Our Philosophy and Approach " data-auto="page-text-style">Our Philosophy and Approach<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/the-huggins-protocol-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101338787 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" The Huggins Protocol " data-auto="page-text-style">The Huggins Protocol<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/holistic-dentistry-austin-tx" class="unifiednav__item dmUDNavigationItem_010101423111 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Holistic Dentistry Austin Tx" data-auto="page-text-style">Holistic Dentistry Austin Tx<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/holistic-dentistry-for-children-round-rock-tx" class="unifiednav__item dmUDNavigationItem_010101864843 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Holistic Dentistry for Children " data-auto="page-text-style">Holistic Dentistry for Children<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/additional-services-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101107027 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Additional Services " data-auto="page-text-style">Additional Services<span class="icon icon-angle-right"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="1" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/naturopathy-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101842081 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Naturopathy " data-auto="page-text-style">Naturopathy<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/ozone-therapy-round-rock-tx" class="unifiednav__item dmUDNavigationItem_01010144651 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Ozone Therapy " data-auto="page-text-style">Ozone Therapy<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/cimt-scan-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101175420 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="CIMT SCAN" data-auto="page-text-style">CIMT SCAN<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/sinus-allergy-therapy-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101604312 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Sinus & Allergy Therapy " data-auto="page-text-style">Sinus & Allergy Therapy<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/patients-roundrock-tx" class="unifiednav__item dmUDNavigationItem_01010144717 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Patients " data-auto="page-text-style">Patients<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/why-become-a-new-patient-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101579485 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Why Become a New Patient " data-auto="page-text-style">Why Become a New Patient<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/the-transcend-patient-experience-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101723970 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" The Transcend Patient Experience " data-auto="page-text-style">The Transcend Patient Experience<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/insurance-and-finance-policies-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101690234 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Insurance and Finance Policies " data-auto="page-text-style">Insurance and Finance Policies<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/education-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101926054 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Education " data-auto="page-text-style">Education<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/video-library-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101318187 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Video Library " data-auto="page-text-style">Video Library<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/more-about-naturopathy-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101169680 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" More About Naturopathy " data-auto="page-text-style">More About Naturopathy<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/more-about-ozone-therapy-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101796392 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" More About Ozone Therapy " data-auto="page-text-style">More About Ozone Therapy<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/tooth-meridian-chart-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101730540 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Tooth Meridian Chart " data-auto="page-text-style">Tooth Meridian Chart<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/published-articles-roundrock-tx" class="unifiednav__item dmUDNavigationItem_010101430004 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Published Articles " data-auto="page-text-style">Published Articles<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/blog-roundrock-tx" class="unifiednav__item dmUDNavigationItem_01010193021 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Blog " data-auto="page-text-style">Blog<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/reviews" class="unifiednav__item dmUDNavigationItem_010101198263 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Reviews " data-auto="page-text-style">Reviews<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/contact" class="unifiednav__item dmUDNavigationItem_010101943230 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Contact " data-auto="page-text-style">Contact<span class="icon icon-angle-down"></span> </span> </a> </li> </ul> </nav> </div> <div class="u_1708863553 dmRespCol small-12 large-3 medium-3" id="1708863553"> <a data-display-type="block" class="u_1939938993 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1939938993 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="tel:5122553618" data-element-type="dButtonLinkId" id="1939938993" data-binding="W3siYmluZGluZ05hbWUiOiJsaW5rIiwidmFsdWUiOiJjb250ZW50X2xpYnJhcnkuZ2xvYmFsLnBob25lLm1haW4ifV0=" data-diy-link=""> <span class="iconBg" id="1135915316"> <span class="icon hasFontIcon icon-star" id="1680870609"></span> </span> <span class="text" id="1424248412" data-diy-text="">CALL (512) 255-3618</span> </a> </div> </div> </div> </div> </div> </div> <div class="stickyHeaderSpacer" id="stickyHeaderSpacer" data-new="true"></div> <div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_home dm-home-page" themewaschanged="true" desktop-global-classes="header-over-content" tablet-global-classes="header-over-content" mobile-global-classes="header-over-content"> <div id="allWrapper" class="allWrapper"><!-- navigation placeholders --> <div id="dm_content" class="dmContent" role="main"> <div dm:templateorder="170" class="dmHomeRespTmpl mainBorder dmRespRowsWrapper dmFullRowRespTmpl" id="1716942098"> <div class="u_1706823904 dmRespRow fullBleedChanged fullBleedMode dmSectionNoParallax hasBackgroundOverlay hasExtraLayerOverlay relativePos" id="1706823904" data-gallery-bg="eyJzbGlkZXMiOltdLCJzcGVlZCI6IjUifQ==" data-video-bg="eyJzcmMiOiJodHRwczovL3ZpZC5jZG4td2Vic2l0ZS5jb20vM2NmMzFkODgvdmlkZW9zL3FEc0ZNaUhjUXJTSGZVWUtYM2dIX1RyYW5zY2VuZERlbnRhbEhlYWx0aC1Sb3VuZHJvY2stVFgtT2ZmaWNlVmlkLXYubXA0IiwiaWQiOiJodHRwczovL3ZpZC5jZG4td2Vic2l0ZS5jb20vM2NmMzFkODgvdmlkZW9zL3FEc0ZNaUhjUXJTSGZVWUtYM2dIX1RyYW5zY2VuZERlbnRhbEhlYWx0aC1Sb3VuZHJvY2stVFgtT2ZmaWNlVmlkLXYubXA0IiwicHJvdmlkZXIiOiJjZG4iLCJlbWJlZCI6Imh0dHBzOi8vdmlkLmNkbi13ZWJzaXRlLmNvbS8zY2YzMWQ4OC92aWRlb3MvcURzRk1pSGNRclNIZlVZS1gzZ0hfVHJhbnNjZW5kRGVudGFsSGVhbHRoLVJvdW5kcm9jay1UWC1PZmZpY2VWaWQtdi5tcDQiLCJyYXRpbyI6MC41NjI1LCJ0aHVtYm5haWwiOiJodHRwczovL2lycC5jZG4td2Vic2l0ZS5jb20vM2NmMzFkODgvZG1zM3JlcC9tdWx0aS9xRHNGTWlIY1FyU0hmVVlLWDNnSF9UcmFuc2NlbmREZW50YWxIZWFsdGgtUm91bmRyb2NrLVRYLU9mZmljZVZpZC52Mi4wMDAwMDAwLmpwZyIsInN1cHBvcnRCZ09uTW9iaWxlIjp0cnVlLCJzdXBwb3J0QmdMb29wIjp0cnVlLCJwb3N0ZXIiOiJodHRwczovL2lycC5jZG4td2Vic2l0ZS5jb20vM2NmMzFkODgvZG1zM3JlcC9tdWx0aS9xRHNGTWlIY1FyU0hmVVlLWDNnSF9UcmFuc2NlbmREZW50YWxIZWFsdGgtUm91bmRyb2NrLVRYLU9mZmljZVZpZC52Mi4wMDAwMDAwLmpwZyJ9" data-video-bg-mobile="true" data-video-init="true"> <div class="videobgwrapper video-ssr" data-ratio="0.5625"> <video autoplay="autoplay" playsinline="playsinline" muted="muted" loop="loop" class="videobgframe" poster="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/qDsFMiHcQrSHfUYKX3gH_TranscendDentalHealth-Roundrock-TX-OfficeVid.v2.0000000-1920w.jpg" src="https://vid.cdn-website.com/3cf31d88/videos/qDsFMiHcQrSHfUYKX3gH_TranscendDentalHealth-Roundrock-TX-OfficeVid-v.mp4" style="object-position: 50% 50%" id="videobgframe-1706823904"></video> </div> <div class="bgExtraLayerOverlay"></div> <div class="dmRespColsWrapper" id="1287571996"> <div class="dmRespCol small-12 medium-12 large-12 u_1251915097" id="1251915097"> <div class="u_1220021834 dmNewParagraph text-align-center" data-element-type="paragraph" id="1220021834" style="transition: none; text-align: center; display: block;" data-version="5"> <h1 style=""><span style="display: initial; color: var(--color_4);">PERSONALIZED</span></h1> <h1><span style="display: initial; color: var(--color_3);">HOLISTIC </span><span single-space="true" class="" style="display: initial;"> <span style="display: initial;"></span> </span></h1> <h1><span style="display: initial; color: var(--color_4);">DENTISTRY</span></h1> </div> <a data-display-type="block" class="u_1485765372 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/contact" data-element-type="dButtonLinkId" id="1485765372"> <span class="iconBg" id="1401353202"> <span class="icon hasFontIcon icon-star" id="1275875533"></span> </span> <span class="text" id="1632737565">REQUEST APPOINTMENT</span> </a> <div class="u_1834047959 graphicWidget hide-for-small" data-element-type="graphic" data-widget-type="graphic" id="1834047959"> <a href="/#welcome" id="1337013434" file="false"> <svg width="100%" height="100%" version="1.1" viewbox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" id="1429365406" class="svg u_1429365406" data-hover-effect="float" data-icon-custom="true" aria-labelledby="1741364963"> <title id="1741364963">A black arrow pointing down on a white background.</title> <path d="m69.531 96.965-13.672-15.578-1.7578-1.9883-11.914-13.594h12.891l-0.078125-3.3047c0.058594-2.0859-0.085938-4.1719-0.42969-6.2344l-0.89844-6.1914c-0.4375-2.0156-0.98438-4.0039-1.6406-5.957l-0.85938-3c-0.39062-0.97656-0.85938-1.875-1.2891-2.8125-0.78906-1.9453-1.7148-3.832-2.7734-5.6484-4.418-7.6172-10.59-14.066-18.008-18.809-7.8828-5.1484-16.715-8.6719-25.977-10.363 9.8867-0.84375 19.848 0.28125 29.297 3.3125 10.074 3.1797 19.266 8.6758 26.836 16.047 1.9609 1.8828 3.7891 3.8984 5.4688 6.0391 0.85938 1.0117 1.7969 2.0625 2.6172 3.1562l2.1875 3.4297c1.4062 2.3438 3.0859 4.6328 4.2578 7.0508l3.3594 7.4805c1.1523 2.4688 2.082 5.0391 2.7734 7.6719l2.3438 7.8281c0.039063 0.11719 0.039063 0.19531 0.078125 0.3125h14.531z"></path> </svg> </a> </div> </div> </div> </div> <div class="u_1718776201 dmRespRow dmDefaultListContentRow fullBleedChanged fullBleedMode mobile-columns-reversed hide-for-small" style="text-align:center" id="1718776201"> <div class="dmRespColsWrapper" id="1488723518"> <div class="u_1334229450 small-12 dmRespCol large-4 medium-4" id="1334229450"> <a data-display-type="block" class="u_1537482499 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="mailto:[email protected]" data-element-type="dButtonLinkId" id="1537482499"> <span class="iconBg" id="1896815650"> <span class="icon hasFontIcon icon-star" id="1841546095"></span> </span> <span class="text" id="1839623715">[email protected]</span> </a> </div> <div class="u_1628547272 dmRespCol small-12 large-4 medium-4" id="1628547272"> <a data-display-type="block" class="u_1827822324 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="https://www.google.com/maps/place/Dentist+Round+Rock+TX+-+Transcend+Dental+Health/@30.5145888,-97.7186126,17.43z/data=!4m5!3m4!1s0x0:0xeab1366231ab22d7!8m2!3d30.5139018!4d-97.7174848?hl=en" data-element-type="dButtonLinkId" id="1827822324" target="_blank"> <span class="iconBg" id="1087940119"> <span class="icon hasFontIcon icon-star" id="1996195785"></span> </span> <span class="text" id="1725038377">7215 Wyoming Springs Dr #800, Round Rock, TX 78681</span> </a> </div> <div class="dmRespCol large-4 medium-4 small-12" id="1335678930"> <div class="u_1486563551 align-center text-align-center dmSocialHub gapSpacing" id="1486563551" dmle_extension="social_hub" data-element-type="social_hub" data-binding="W3siYmluZGluZ05hbWUiOiJzb2NpYWwiLCJ2YWx1ZSI6ImNvbnRlbnRfbGlicmFyeS5nbG9iYWwuc29jaWFsIn1d" wr="true" networks="" icon="true" surround="true" adwords=""> <div class="socialHubWrapper"> <div class="socialHubInnerDiv "> <a href="https://facebook.com/TranscendDentalHealth" target="_blank" dm_dont_rewrite_url="true" aria-label="facebook" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Facebook')"> <span class="dmSocialFacebook dm-social-icons-facebook oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect="float"></span> </a> <a href="https://instagram.com/TranscendDentalHealth/" target="_blank" dm_dont_rewrite_url="true" aria-label="instagram" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Instagram')"> <span class="dmSocialInstagram dm-social-icons-instagram oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect="float"></span> </a> </div> </div> </div> </div> </div> </div> <div class="dmRespRow u_pa_8166413 mobile-columns-reversed" id="pa_8166413"> <div class="dmRespColsWrapper" id="1030779224"> <div class="u_1072810834 dmRespCol small-12 large-8 medium-8" id="1072810834"> <div class="u_1782477637 dmNewParagraph" data-element-type="paragraph" id="1782477637" style="transition: none; text-align: center;" data-version="5"> <h3 class="text-align-left"><span style="display: initial;">Meet Dr. Kevin Chang</span></h3> </div> <div class="u_1914551180 dmNewParagraph text-align-left ql-disabled" data-element-type="paragraph" id="1914551180" style="display:block;transition:none 0s ease 0s;" data-version="5"><p class="text-align-left" style="line-height: 18px;"><span style="display: initial;"> <br/></span></p><p class="text-align-left"><span style="display: initial;">Dr. Kevin Chang earned his Bachelor of Science in Biology at the University of the Pacific and his Doctorate of Dental Surgery at New York University College of Dentistry. During this time, he received many awards for his leadership and service. Upon graduation, Dr. Kevin went to practice in an especially under-served area in New Mexico. He focused on treating patients who were in much need of medical and dental care - many of his patients who had lived lives in poor health and dental neglect. This experience forged a dedication to helping those who are most in need.</span></p><p class="text-align-left" style="line-height: 18px;"><span style="display: initial;"> <br/></span></p></div> <a data-display-type="block" class="u_1700369190 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient flexButton" file="false" href="/meet-dr-chang" data-element-type="dButtonLinkId" id="1700369190"> <span class="iconBg" aria-hidden="true" id="1892878078"> <span class="icon hasFontIcon icon-star" id="1840338306"></span> </span> <span class="text" id="1434121375">LEARN MORE</span> </a> </div> <div class="u_1565765312 dmRespCol small-12 large-4 medium-4" id="1565765312"> <div data-element-type="spacer" class="u_1767766766 dmSpacer" id="1767766766"></div> </div> </div> </div> <div class="dmRespRow u_welcome fullBleedChanged fullBleedMode" id="welcome" data-anchor="welcome"> <div class="dmRespColsWrapper" id="1967367894"> <div class="u_1676394569 dmRespCol small-12 dmSectionNoParallax large-6 medium-6" id="1676394569" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS8zY2YzMWQ4OC9kbXMzcmVwL211bHRpL29wdC9UcmFuc2NlbmQtRGVudGFsLVJvdW5kcm9jay1UWC1Gcm9udC1CdWlsZGluZy04YTZkOWMxZi0xOTIwdy5qcGciLCJodHRwczovL2xpcnAuY2RuLXdlYnNpdGUuY29tLzNjZjMxZDg4L2RtczNyZXAvbXVsdGkvb3B0L1RyYW5zY2VuZC1EZW50YWwtUm91bmRyb2NrLVRYLUVudHJhbmNlLURvb3ItOGVlN2E0ZmQtMTkyMHcuanBlZyIsImh0dHBzOi8vbGlycC5jZG4td2Vic2l0ZS5jb20vM2NmMzFkODgvZG1zM3JlcC9tdWx0aS9vcHQvVHJhbnNjZW5kLURlbnRhbC1IZWFsdGgtUm91bmRyb2NrLVRYLU9mZmljZTQtMTkyMHcuanBnIiwiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS8zY2YzMWQ4OC9kbXMzcmVwL211bHRpL29wdC9UcmFuc2NlbmQtRGVudGFsLUhlYWx0aC1Sb3VuZHJvY2stVFgtT2ZmaWNlMi03YTFmMDcwYi0xOTIwdy5qcGciLCJodHRwczovL2xpcnAuY2RuLXdlYnNpdGUuY29tLzNjZjMxZDg4L2RtczNyZXAvbXVsdGkvb3B0L1RyYW5zY2VuZC1EZW50YWwtSGVhbHRoLVJvdW5kcm9jay1UWC1PZmZpY2UxLTE5MjB3LmpwZyIsImh0dHBzOi8vbGlycC5jZG4td2Vic2l0ZS5jb20vM2NmMzFkODgvZG1zM3JlcC9tdWx0aS9vcHQvVHJhbnNjZW5kLURlbnRhbC1Sb3VuZHJvY2stVFgtTWVkaWNpbmVzLWM3YTA3YmE3LTE5MjB3LmpwZWciLCJodHRwczovL2xpcnAuY2RuLXdlYnNpdGUuY29tLzNjZjMxZDg4L2RtczNyZXAvbXVsdGkvb3B0L1RyYW5zY2VuZC1EZW50YWwtUm91bmRyb2NrLVRYLVdvcmtlcnNTcGFjZS05NTBjOTJjYi0xOTIwdy5qcGVnIiwiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS8zY2YzMWQ4OC9kbXMzcmVwL211bHRpL29wdC9UcmFuc2NlbmQtRGVudGFsLUhlYWx0aC1Sb3VuZHJvY2stVFgtT2ZmaWNlMy0xOTIwdy5qcGciLCJodHRwczovL2xpcnAuY2RuLXdlYnNpdGUuY29tLzNjZjMxZDg4L2RtczNyZXAvbXVsdGkvb3B0L1RyYW5zY2VuZC1EZW50YWwtUm91bmRyb2NrLVRYLUxhYlRlY2huaWNpYW5zLTMzMzBjMDFjLTE5MjB3LmpwZWciXSwic3BlZWQiOiIyIn0="> <div data-element-type="spacer" class="u_1493220259 dmSpacer" id="1493220259"></div> </div> <div class="u_1621326965 dmRespCol small-12 large-6 medium-6" id="1621326965"> <div id="1100140629" dmle_extension="ssraccordion" data-element-type="ssraccordion" class="u_1100140629"><span id="ssrWrap-1100140629" ><style data-styled="true" data-styled-version="5.3.11">@media all{.UJRim{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:8px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:18px 20px;padding-top:16px;padding-bottom:16px;border-bottom:solid 1px #e1e1e1;border-top-width:0px;border-bottom-color:rgb(225,225,225);border-right-width:0px;border-bottom-width:0px;border-left-color:rgb(51,51,51);border-top-color:rgb(51,51,51);border-right-color:rgb(51,51,51);border-style:solid;border-left-width:0px;}}/*!sc*/ @media all{.iEBlKe{aspect-ratio:1 / 1;width:20px;color:var(--color_4);}}/*!sc*/ @media (min-width:1025px){.iEBlKe{width:30px;height:30px;}}/*!sc*/ @media (max-width:1024px) and (min-width:768px){.iEBlKe{width:30px;height:30px;}}/*!sc*/ @media (max-width:767px){.iEBlKe{width:30px;height:30px;}}/*!sc*/ @media all{.nXtpH{width:100%;height:100%;-webkit-transition:-webkit-transform 0.3s ease-in-out;-webkit-transition:transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;}}/*!sc*/ @media all{.dygwmn{overflow:hidden;-webkit-transition:max-height 0.3s ease-out;transition:max-height 0.3s ease-out;height:auto;max-height:0;}}/*!sc*/ @media all{.bGGwRQ{padding:16px;padding-top:16px;padding-bottom:16px;margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;gap:24px;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:solid 1px #e1e1e1;background:#f2f2f2;border-top-width:0px;border-bottom-color:rgb(225,225,225);border-right-width:0px;border-left-color:rgb(51,51,51);border-right-color:rgb(51,51,51);border-left-width:0px;background-color:rgba(242,242,242,0);border-bottom-width:0px;border-top-color:rgb(51,51,51);border-style:solid;}}/*!sc*/ @media (max-width:767px){.bGGwRQ{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}}/*!sc*/ @media all{.hzZYLO{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:16px;text-align:start;-webkit-flex:1;-ms-flex:1;flex:1;}}/*!sc*/ data-styled.g2[id="sc-gEvEer"]{content:"UJRim,iEBlKe,nXtpH,dygwmn,bGGwRQ,hzZYLO,"}/*!sc*/ @media all{.cqCbBg{-webkit-flex:1;-ms-flex:1;flex:1;}}/*!sc*/ data-styled.g3[id="sc-eqUAAy"]{content:"cqCbBg,"}/*!sc*/ @media all{.kOipFV{cursor:pointer;}}/*!sc*/ data-styled.g6[id="sc-iGgWBj"]{content:"kOipFV,"}/*!sc*/ @media all{.klkBRG{list-style-type:none;overflow:hidden;margin:0;padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:0;border:solid 1px #e1e1e1;border-bottom:none;border-top-width:0px;border-bottom-color:rgb(0,0,0);border-right-width:0px;border-bottom-width:0px;border-left-color:rgb(225,225,225);border-top-color:rgb(225,225,225);border-right-color:rgb(225,225,225);border-style:solid;border-left-width:0px;}}/*!sc*/ data-styled.g7[id="sc-gsFSXq"]{content:"klkBRG,"}/*!sc*/ @media all{.bxaZdP{-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;fill:currentColor;height:100%;width:100%;}}/*!sc*/ data-styled.g8[id="sc-kAyceB"]{content:"bxaZdP,"}/*!sc*/ @media all{#dm#dm#dm .hTUjCQ.hTUjCQ{margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:8px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-flex:1;flex:1;text-align:start;color:var(--color_4);}}/*!sc*/ @media (min-width:1025px){#dm#dm#dm .hTUjCQ.hTUjCQ{font-size:40px;}}/*!sc*/ @media (max-width:1024px) and (min-width:768px){#dm#dm#dm .hTUjCQ.hTUjCQ{font-size:40px;}}/*!sc*/ @media (max-width:767px){#dm#dm#dm .hTUjCQ.hTUjCQ{font-size:32px;}}/*!sc*/ @media all{#dm#dm#dm .jAXunl.jAXunl{color:var(--color_4);}#dm#dm#dm .jAXunl.jAXunl p{margin-block:0;overflow-wrap:anywhere;}}/*!sc*/ data-styled.g9[id="sc-imWYAI"]{content:"hTUjCQ,jAXunl,"}/*!sc*/ </style><div data-auto="runtime-accordion-widget" class="sc-gEvEer"><ul data-grab="accordion-container" class="sc-gsFSXq klkBRG"><li data-grab="accordion-item-container" class="sc-iGgWBj kOipFV"><div tabindex="0" data-grab="accordion-item-title-wrapper" class="sc-gEvEer UJRim"><h2 data-auto="accordion-item-title" data-grab="accordion-item-title" class="sc-imWYAI hTUjCQ"><span class="sc-eqUAAy cqCbBg">Welcome to Transcend Dental Health</span></h2><div data-grab="accordion-item-arrow-wrapper" class="sc-gEvEer iEBlKe"><div data-grab="accordion-item-arrow" class="sc-gEvEer nXtpH"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1152 1792" fill="currentColor" class="sc-kAyceB bxaZdP"><path fill="inherit" d="M1075 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"></path></svg></div></div></div><div class="sc-gEvEer"><div class="sc-gEvEer dygwmn"><div data-grab="accordion-item-desc" class="sc-gEvEer bGGwRQ"><div class="sc-gEvEer hzZYLO"><div data-auto="desc" data-grab="accordion-item-desc-text" class="sc-imWYAI jAXunl"><p class="rteBlock" no_space_b="true" no_space_e="true">Welcome to Transcended Dental Health, your trusted choice for holistic dentistry in Round Rock, TX. Our practice is dedicated to protecting your family’s health through modern biological dentistry rooted in science and traditional healing wisdom. Dr. Kevin Chang and our experienced team focus on natural, mercury-free dental care that supports your entire body—not just your smile.</p><p class="rteBlock" no_space_b="true" no_space_e="true">We believe your oral health is a reflection of your overall well-being. That’s why every treatment is designed to promote balance, prevent chronic issues, and encourage growth, healing, and long-term health.</p><br/></div></div></div></div></div></li></ul></div><script data-role="hydration">;window?.waitForDeferred?.('ssrLibrariesLoaded', () => {window.SSRRuntime.RuntimeReactHelpers.initiateWidget({"type":"SSR_ACCORDION","props":{"layout":"LAYOUT_3","itemsData":[{"title":"Welcome to Transcend Dental Health","desc":"<p class=\"rteBlock\" no_space_b=\"true\" no_space_e=\"true\">Welcome to Transcended Dental Health, your trusted choice for holistic dentistry in Round Rock, TX. Our practice is dedicated to protecting your family’s health through modern biological dentistry rooted in science and traditional healing wisdom. Dr. Kevin Chang and our experienced team focus on natural, mercury-free dental care that supports your entire body—not just your smile.</p><p class=\"rteBlock\" no_space_b=\"true\" no_space_e=\"true\">We believe your oral health is a reflection of your overall well-being. That’s why every treatment is designed to promote balance, prevent chronic issues, and encourage growth, healing, and long-term health.</p><br/>","button":{"text":"Button"},"showButton":false,"showMedia":false}],"firstExpanded":false,"closeOthers":true,"addSchemaMarkup":false,"titleTag":"h2","_styles":{"container":{"common":{"border-top-width":"0px","border-bottom-color":"rgb(0, 0, 0)","border-right-width":"0px","border-bottom-width":"0px","border-left-color":"rgb(225, 225, 225)","border-top-color":"rgb(225, 225, 225)","border-width":null,"border-color":null,"border-right-color":"rgb(225, 225, 225)","border-style":"solid","border-left-width":"0px"}},"itemTitleWrapper":{"common":{"border-top-width":"0px","border-bottom-color":"rgb(225, 225, 225)","border-right-width":"0px","border-bottom-width":"0px","border-left-color":"rgb(51, 51, 51)","border-top-color":"rgb(51, 51, 51)","border-width":null,"border-color":null,"border-right-color":"rgb(51, 51, 51)","border-style":"solid","border-left-width":"0px"}},"itemTitle":{"common":{"color":"var(--color_4)"},"desktop":{"font-size":"40px"},"tablet":{"font-size":"40px"},"mobile_implicit":{"font-size":"32px"}},"itemArrowWrapper":{"common":{"color":"var(--color_4)"},"desktop":{"width":"30px"},"tablet":{"width":"30px"},"mobile":{"width":"30px"}},"itemDesc":{"common":{"border-top-width":"0px","border-bottom-color":"rgb(225, 225, 225)","border-right-width":"0px","border-left-color":"rgb(51, 51, 51)","border-color":null,"border-right-color":"rgb(51, 51, 51)","border-left-width":"0px","background-color":"rgba(242, 242, 242, 0)","border-bottom-width":"0px","border-top-color":"rgb(51, 51, 51)","border-width":null,"background-origin":null,"border-style":"solid"}},"desc":{"common":{"color":"var(--color_4)"}}}},"id":"1100140629"}, false)});</script></span></div> <a data-display-type="block" class="u_1251262854 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/our-philosophy-and-approach-roundrock-tx" data-element-type="dButtonLinkId" id="1251262854"> <span class="iconBg" id="1290210565"> <span class="icon hasFontIcon icon-star" id="1737494630"></span> </span> <span class="text" id="1395765207">LEARN ABOUT OUR PHILOSOPHY & APPROACH TO CARE</span> </a> </div> </div> </div> <div class="u_1689190646 dmRespRow fullBleedChanged fullBleedMode hide-for-medium" id="1689190646" data-page-element-type="section" data-page-element-id="1700317176"> <div class="dmRespColsWrapper" id="1608281276"> <div class="dmRespCol large-12 medium-12 small-12 u_1524322257" id="1524322257"> <div class="u_1383347099 dmNewParagraph" data-element-type="paragraph" id="1383347099" style="transition: none 0s ease 0s; display: block; text-align: center;" data-version="5"> <h2 class="m-text-align-center text-align-center"><span style="display: initial;">Our Whole Dental Care Services</span></h2> </div> <div class="u_1739855262 dmPhotoGallery newPhotoGallery dmPhotoGalleryResp button_2 photo-gallery-done text-layout-bottom captionAlignment-top_left photoGallery" galleryoptionsparams="{thumbnailsPerRow: 3, rowsToShow: 3, imageScaleMethod: true}" data-desktop-layout="vertical-rounded" data-desktop-columns="4" data-element-type="dPhotoGalleryId" data-desktop-text-layout="bottom" id="1739855262" data-rows-to-show="100" data-mobile-columns="1" data-link-gallery="true" data-desktop-caption-alignment="top_left" data-placeholder="false" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6ImZhZGVJbkNvbWJvIiwiZHVyYXRpb24iOjEsImRlbGF5IjowLCJpbnRlbnNpdHkiOjEsImRpciI6ImluLXBsYWNlIn19" data-anim-desktop="fadeInCombo"> <div class="dmPhotoGalleryHolder clearfix gallery shadowEffectToChildren gallery4inArow" id="1362986591"></div> <div class="layout-container vertical-rounded"> <div class="photogallery-row " data-index=""> <div class="photogallery-column column-4" data-index="0"> <div index="0" class="photoGalleryThumbs animated vertical-height" data-index="0"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1950301189" data-image-url="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/iStock-1842575695-78b3c563-11974da2.jpg" style="background-image: url('https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/iStock-1842575695-78b3c563-11974da2-640w.jpg');"><img id="1465343913" data-src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/iStock-1842575695-78b3c563-11974da2-1920w.jpg" alt="A woman is sitting in a dental chair while a dentist examines her teeth." onerror="handleImageLoadError(this)"/></a> </div> <div id="1097288105" class="caption-container u_1097288105" style=""> <span class="caption-inner"> <h3 id="1148867464" class="caption-title u_1148867464">HOLISTIC DENTISTRY</h3> <div id="1512289018" class="caption-text u_1512289018"><p class="rteBlock">Visiting the dentist’s office regularly is important for healthy teeth. If you’ve been looking for an office that can provide clean teeth and good dental health overall, look no further. We provide adults with the cleanings and checkups needed for strong, beautiful teeth, and long-lasting dental health.</p></div> <a id="1460955521" class="caption-button dmWidget clearfix u_1460955521" href="/holistic-dentistry-round-rock-tx" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">LEARN MORE</span> </a> </span> </div> </div> </div> </div> <div class="photogallery-column column-4" data-index="1"> <div index="1" class="photoGalleryThumbs animated vertical-height" data-index="1"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1350754643" data-image-url="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/iStock-1167807581-bfa52981.jpg" style="background-image: url('https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/iStock-1167807581-bfa52981-640w.jpg');"><img id="1129665856" data-src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/iStock-1167807581-bfa52981-1920w.jpg" alt="Emergency Dentistry" onerror="handleImageLoadError(this)"/></a> </div> <div id="1383005656" class="caption-container u_1383005656" style=""> <span class="caption-inner"> <h3 id="1654952933" class="caption-title u_1654952933">PREVENTIVE DENTISTRY</h3> <a id="1008189612" class="caption-button dmWidget clearfix u_1008189612" href="/preventive-dentistry-roundrock-tx" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">LEARN MORE</span> </a> </span> </div> </div> </div> </div> <div class="photogallery-column column-4" data-index="2"> <div index="2" class="photoGalleryThumbs animated vertical-height" data-index="2"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1417987237" data-image-url="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/iStock-2148103910.jpg" style="background-image: url('https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/iStock-2148103910-640w.jpg');"><img id="1277101266" data-src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/iStock-2148103910-1920w.jpg" alt="A woman with gray hair is smiling and wearing a pink shirt." onerror="handleImageLoadError(this)"/></a> </div> <div id="1200181260" class="caption-container u_1200181260" style=""> <span class="caption-inner"> <h3 id="1206211555" class="caption-title u_1206211555">GENERAL DENTISTRY</h3> <a id="1010440263" class="caption-button dmWidget clearfix u_1010440263" href="/general-dentistry-roundrock-tx" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">LEARN MORE</span> </a> </span> </div> </div> </div> </div> <div class="photogallery-column column-4" data-index="3"> <div index="3" class="photoGalleryThumbs animated vertical-height" data-index="3"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1818496978" data-image-url="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/iStock-1394442594-b27db387.jpg" style="background-image: url('https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/iStock-1394442594-b27db387-640w.jpg');"><img id="1364168738" data-src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/iStock-1394442594-b27db387-1920w.jpg" alt="A man is sitting in a dental chair looking at his teeth in a mirror." onerror="handleImageLoadError(this)"/></a> </div> <div id="1871502549" class="caption-container u_1871502549" style=""> <span class="caption-inner"> <h3 id="1577556050" class="caption-title u_1577556050">CHILDREN DENTISTRY</h3> <a id="1814965320" class="caption-button dmWidget clearfix u_1814965320" href="/holistic-dentistry-for-children-round-rock-tx" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">LEARN MORE</span> </a> </span> </div> </div> </div> </div> </div> </div> </div> <a data-display-type="block" class="u_1523908027 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient flexButton" file="false" href="/insurance-and-finance-policies-roundrock-tx" data-element-type="dButtonLinkId" id="1523908027"> <span class="iconBg" aria-hidden="true" id="1958555034"> <span class="icon hasFontIcon icon-star" id="1622679750"></span> </span> <span class="text" id="1092441040">APPLY FOR FINANCING</span> </a> </div> </div> </div> <div class="u_1734357586 dmRespRow fullBleedChanged fullBleedMode hide-for-small hide-for-large" id="1734357586" data-page-element-type="section" data-page-element-id="1700317176"> <div class="dmRespColsWrapper" id="1709137918"> <div class="dmRespCol large-12 medium-12 small-12 u_1844815893" id="1844815893"> <div class="u_1734457006 dmNewParagraph" data-element-type="paragraph" id="1734457006" style="transition: none 0s ease 0s; display: block; text-align: center;" data-version="5"> <h2 class="text-align-center m-text-align-left"><span style="display: initial;">Our Dental Services</span></h2> </div> <div class="u_1876768256 dmPhotoGallery newPhotoGallery dmPhotoGalleryResp button_2 photo-gallery-done text-layout-bottom captionAlignment-top_left photoGallery" galleryoptionsparams="{thumbnailsPerRow: 3, rowsToShow: 3, imageScaleMethod: true}" data-desktop-layout="vertical-rounded" data-desktop-columns="4" data-element-type="dPhotoGalleryId" data-desktop-text-layout="bottom" id="1876768256" data-rows-to-show="100" data-mobile-columns="1" data-link-gallery="true" data-desktop-caption-alignment="top_left" data-placeholder="false" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6ImZhZGVJbkNvbWJvIiwiZHVyYXRpb24iOjEsImRlbGF5IjowLCJpbnRlbnNpdHkiOjEsImRpciI6ImluLXBsYWNlIn19" data-anim-desktop="fadeInCombo"> <div class="dmPhotoGalleryHolder clearfix gallery shadowEffectToChildren gallery4inArow" id="1362986591"></div> <div class="layout-container vertical-rounded"> <div class="photogallery-row " data-index=""> <div class="photogallery-column column-4" data-index="0"> <div index="0" class="photoGalleryThumbs animated vertical-height" data-index="0"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1880394853" data-image-url="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/iStock-1842575695-78b3c563-11974da2.jpg" style="background-image: url('https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/iStock-1842575695-78b3c563-11974da2-640w.jpg');"><img id="1323205096" data-src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/iStock-1842575695-78b3c563-11974da2-1920w.jpg" alt="A woman is sitting in a dental chair while a dentist examines her teeth." onerror="handleImageLoadError(this)"/></a> </div> <div id="1364787514" class="caption-container u_1364787514" style=""> <span class="caption-inner"> <h3 id="1359308430" class="caption-title u_1359308430">HOLISTIC DENTISTRY</h3> <div id="1752040924" class="caption-text u_1752040924"><p class="rteBlock">Visiting the dentist’s office regularly is important for healthy teeth. If you’ve been looking for an office that can provide clean teeth and good dental health overall, look no further. We provide adults with the cleanings and checkups needed for strong, beautiful teeth, and long-lasting dental health.</p></div> <a id="1842698632" class="caption-button dmWidget clearfix u_1842698632" href="/holistic-dentistry-round-rock-tx" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Learn More</span> </a> </span> </div> </div> </div> </div> <div class="photogallery-column column-4" data-index="1"> <div index="1" class="photoGalleryThumbs animated vertical-height" data-index="1"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1700543105" data-image-url="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/iStock-1167807581-bfa52981.jpg" style="background-image: url('https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/iStock-1167807581-bfa52981-640w.jpg');"><img id="1443674843" data-src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/iStock-1167807581-bfa52981-1920w.jpg" alt="Emergency Dentistry" onerror="handleImageLoadError(this)"/></a> </div> <div id="1284921924" class="caption-container u_1284921924" style=""> <span class="caption-inner"> <h3 id="1726689309" class="caption-title u_1726689309">PREVENTIVE DENTISTRY</h3> <a id="1601219069" class="caption-button dmWidget clearfix u_1601219069" href="/preventive-dentistry-roundrock-tx" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Learn More</span> </a> </span> </div> </div> </div> </div> <div class="photogallery-column column-4" data-index="2"> <div index="2" class="photoGalleryThumbs animated vertical-height" data-index="2"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1037630637" data-image-url="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/iStock-2148103910.jpg" style="background-image: url('https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/iStock-2148103910-640w.jpg');"><img id="1726633432" data-src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/iStock-2148103910-1920w.jpg" alt="A woman with gray hair is smiling and wearing a pink shirt." onerror="handleImageLoadError(this)"/></a> </div> <div id="1286331521" class="caption-container u_1286331521" style=""> <span class="caption-inner"> <h3 id="1516611048" class="caption-title u_1516611048">GENERAL DENTISTRY</h3> <a id="1460971112" class="caption-button dmWidget clearfix u_1460971112" href="/general-dentistry-roundrock-tx" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Learn More</span> </a> </span> </div> </div> </div> </div> <div class="photogallery-column column-4" data-index="3"> <div index="3" class="photoGalleryThumbs animated vertical-height" data-index="3"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1694828755" data-image-url="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/iStock-1394442594-b27db387.jpg" style="background-image: url('https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/iStock-1394442594-b27db387-640w.jpg');"><img id="1265009896" data-src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/iStock-1394442594-b27db387-1920w.jpg" alt="A man is sitting in a dental chair looking at his teeth in a mirror." onerror="handleImageLoadError(this)"/></a> </div> <div id="1060823061" class="caption-container u_1060823061" style=""> <span class="caption-inner"> <h3 id="1480803213" class="caption-title u_1480803213">CHILDREN DENTISTRY</h3> <a id="1826112385" class="caption-button dmWidget clearfix u_1826112385" href="/holistic-dentistry-for-children-round-rock-tx" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Learn More</span> </a> </span> </div> </div> </div> </div> </div> </div> </div> <a data-display-type="block" class="u_1282275907 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient flexButton" file="false" href="/insurance-and-finance-policies-roundrock-tx" data-element-type="dButtonLinkId" id="1282275907"> <span class="iconBg" aria-hidden="true" id="1139926046"> <span class="icon hasFontIcon icon-star" id="1318702296"></span> </span> <span class="text" id="1479629446">APPLY FOR FINANCING</span> </a> </div> </div> </div> <div class="u_1972006122 dmRespRow" style="text-align: center;" id="1972006122"> <div class="dmRespColsWrapper" id="1427199549"> <div class="u_1218184024 dmRespCol small-12 medium-12 large-12" id="1218184024"> <span id="1416876297"></span> <div class="u_1814461672 dmNewParagraph" id="1814461672" style="transition: opacity 1s ease-in-out; display: block;" data-element-type="paragraph" data-version="5"> <h2 class="text-align-center"><span style="display: initial;">Featured Services of Interest</span></h2> </div> <div class="widget-7b2ba5 u_1371401597 dmCustomWidget" data-lazy-load="" data-title="" id="1371401597" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="7b2ba547771b4d4db17e3e2b9f0abd0c" data-widget-version="226" data-widget-config="eyJ0YWJzIjpbeyJpbWFnZSI6Imh0dHBzOi8vaXJwLWNkbi5tdWx0aXNjcmVlbnNpdGUuY29tLzNjZjMxZDg4L2RtczNyZXAvbXVsdGkvcHJldmVudGF0aXZlLWRlbnRpc3RyeS1sYXJnZS5qcGciLCJpdGVtTGFiZWwiOiJQcmV2ZW50YXRpdmUgRGVudGlzdHJ5IiwiaGVhZGluZ1R5cGUiOiJoNCIsIml0ZW1UaXRsZSI6IiIsIml0ZW1EZXNjIjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPk91ciB0ZWFtIG1heSByZWNvbW1lbmQgPHN0cm9uZz54eWxpdG9sPC9zdHJvbmc+LCBhIG5hdHVyYWwgc3dlZXRlbmVyIGtub3duIHRvIGZpZ2h0IHRoZSBiYWN0ZXJpYSB0aGF0IGNhdXNlIGNhdml0aWVzLCB3aXRob3V0IGFueSBoYXJzaCBjaGVtaWNhbHMuIFdlIGFsc28gb2ZmZXIgcHJvZHVjdHMgY29udGFpbmluZyA8c3Ryb25nPnZpdGFtaW4gRDwvc3Ryb25nPiwgd2hpY2ggaGVscHMgc3VwcG9ydCBzdHJvbmcgYm9uZXMgYW5kIGhlYWx0aHkgdGVldGguPC9wPjxicj48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+V2UgYmVsaWV2ZSBpbiA8c3Ryb25nPnByZXZlbnRpdmUgY2FyZTwvc3Ryb25nPsKgdGhhdOKAmXMgcm9vdGVkIGluIG5hdHVyZSBhbmQgc3VwcG9ydGVkIGJ5IHNjaWVuY2UuIFdlIGVtcG93ZXIgZmFtaWxpZXMgdG8gdGFrZSBhbiBhY3RpdmUgcm9sZSBpbiB0aGVpciBjaGlsZHJlbiYjeDI3O3MgPHN0cm9uZz5vcmFsIGh5Z2llbmU8L3N0cm9uZz7CoGFuZCBvdmVyYWxsIHdlbGxuZXNzLjwvcD4iLCJzaG93QnRuIjp0cnVlLCJ0ZXh0T25MaW5rIjoiTEVBUk4gTU9SRSIsImxpbmsiOnsidmFsdWUiOiJwcmV2ZW50aXZlLWRlbnRpc3RyeS1yb3VuZHJvY2stdHgiLCJsYWJlbCI6IiIsInR5cGUiOiJwYWdlIiwiaHJlZiI6Ii9wcmV2ZW50aXZlLWRlbnRpc3RyeS1yb3VuZHJvY2stdHgiLCJyYXdfdXJsIjoiL3NpdGUvM2NmMzFkODgvcHJldmVudGl2ZS1kZW50aXN0cnktcm91bmRyb2NrLXR4P25lZT10cnVlJmVkPXRydWUmc2hvd09yaWdpbmFsPXRydWUmcHJldmlldz10cnVlJmRtX3RyeV9tb2RlPXRydWUmZG1fY2hlY2tTeW5jPTEifX0seyJpbWFnZSI6Imh0dHBzOi8vaXJwLWNkbi5tdWx0aXNjcmVlbnNpdGUuY29tLzNjZjMxZDg4L2RtczNyZXAvbXVsdGkvZ2VuZXJhbC1kZW50aXN0cnktbGFyZ2UuanBnIiwiaXRlbUxhYmVsIjoiR2VuZXJhbCBEZW50aXN0cnkiLCJoZWFkaW5nVHlwZSI6Img0IiwiaXRlbVRpdGxlIjoiIiwiaXRlbURlc2MiOiI8cCBjbGFzcz1cInJ0ZUJsb2NrXCI+V2hlbiBvZmZlcmluZyBnZW5lcmFsIGRlbnRpc3RyeSwgRHIuIENoYW5nIGZ1bGx5IGV4cGxhaW4gdGhlIHByb3MgYW5kIGNvbnMgb2YgYW55IHRyZWF0bWVudCBzbyBwYXRpZW50cyBjYW4gbWFrZSB0cnVseSBpbmZvcm1lZCBjaG9pY2VzLiBUaGUgb25seSBtYXRlcmlhbHMgd2UgdXNlIGluIG91ciBnZW5lcmFsIGRlbnRhbCBjYXJlIGFyZSB0aG9zZSBtb3N0IGNvbXBhdGlibGUgd2l0aCB0aGUgcGF0aWVudOKAmXMgYm9keS4gR2VuZXJhbCBkZW50aXN0cnkgaW5jbHVkZXMgbm90IG9ubHkgZmlsbGluZ3MsIGNyb3ducywgYnJpZGdlcyBhbmQgZGVudGFsIGltcGxhbnRzLCBidXQgYWxzbyB0aGUgY2FyZWZ1bCByZW1vdmFsIG9mIG1lcmN1cnkgYW5kIG90aGVyIHRveGljIG1ldGFscyBhY2NvcmRpbmcgdG8gc3RyaWN0IGd1aWRlbGluZXMgdG8gcHJvdGVjdCB0aGUgcGF0aWVudC7CoDwvcD4iLCJzaG93QnRuIjp0cnVlLCJ0ZXh0T25MaW5rIjoiTEVBUk4gTU9SRSIsImxpbmsiOnsidmFsdWUiOiJnZW5lcmFsLWRlbnRpc3RyeSIsInR5cGUiOiJwYWdlIiwiaHJlZiI6Ii9nZW5lcmFsLWRlbnRpc3RyeSIsInJhd191cmwiOiIvc2l0ZS8zY2YzMWQ4OC9nZW5lcmFsLWRlbnRpc3RyeT9uZWU9dHJ1ZSZlZD10cnVlJnNob3dPcmlnaW5hbD10cnVlJnByZXZpZXc9dHJ1ZSZkbV90cnlfbW9kZT10cnVlJmRtX2NoZWNrU3luYz0xIn19LHsiaW1hZ2UiOiJodHRwczovL2lycC1jZG4ubXVsdGlzY3JlZW5zaXRlLmNvbS8zY2YzMWQ4OC9kbXMzcmVwL211bHRpL2hvbGlzdGljLWRlbnRpc3RyeS1jaGlsZHJlbi5qcGciLCJpdGVtTGFiZWwiOiJIb2xpc3RpYyBQZWRpYXRyaWMgRGVudGlzdHJ5IiwiaGVhZGluZ1R5cGUiOiJoNCIsIml0ZW1UaXRsZSI6IiIsIml0ZW1EZXNjIjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPldlIHRha2UgYSBtaW5kZnVsIGFwcHJvYWNoIHRvIHBlZGlhdHJpYyBkZW50YWwgY2FyZSBieSBtaW5pbWl6aW5nIHRveGljIGV4cG9zdXJlIHdoZXJldmVyIHBvc3NpYmxlLiBPdXIgdHJlYXRtZW50cyBhcmUgY2FyZWZ1bGx5IGNob3NlbiB3aXRoIHlvdXIgY2hpbGTigJlzIG92ZXJhbGwgaGVhbHRoIGluIG1pbmQ6PC9wPjxicj48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+4oCiIEZsdW9yaWRlLWZyZWUgYW5kIGFsdW1pbnVtLWZyZWUgcHJvZHVjdHM8L3A+PGJyPjxwIGNsYXNzPVwicnRlQmxvY2tcIj7igKIgR2x1dGVuLWZyZWUgdG9vdGgtY2xlYW5pbmcgb3B0aW9uczwvcD48YnI+PHAgY2xhc3M9XCJydGVCbG9ja1wiPuKAoiBCUEEtZnJlZSBjb21wb3NpdGUgZmlsbGluZ3M8L3A+PGJyPjxwIGNsYXNzPVwicnRlQmxvY2tcIj7igKIgRXBpbmVwaHJpbmUtZnJlZSBhbmVzdGhldGljczwvcD48YnI+PHAgY2xhc3M9XCJydGVCbG9ja1wiPuKAoiBNb3N0IGltcG9ydGFudGx5LCB3ZSBkbyBub3QgdXNlIHNlZGF0aW9uIGZvciBjaGlsZHJlbjwvcD48YnI+PHAgY2xhc3M9XCJydGVCbG9ja1wiPkluc3RlYWQsIHdlIGZvY3VzIG9uIGNvbWZvcnQsIHRydXN0LCBhbmQgY3JlYXRpbmcgYSBzcGFjZSB3aGVyZSBjaGlsZHJlbiBmZWVsIGF0IGVhc2UgZHVyaW5nIGV2ZXJ5IHZpc2l0LjwvcD4iLCJzaG93QnRuIjp0cnVlLCJ0ZXh0T25MaW5rIjoiTEVBUk4gTU9SRSIsImxpbmsiOnsidmFsdWUiOiJob2xpc3RpYy1kZW50aXN0cnktZm9yLWNoaWxkcmVuIiwidHlwZSI6InBhZ2UiLCJocmVmIjoiL2hvbGlzdGljLWRlbnRpc3RyeS1mb3ItY2hpbGRyZW4iLCJyYXdfdXJsIjoiL3NpdGUvM2NmMzFkODgvaG9saXN0aWMtZGVudGlzdHJ5LWZvci1jaGlsZHJlbj9uZWU9dHJ1ZSZlZD10cnVlJnNob3dPcmlnaW5hbD10cnVlJnByZXZpZXc9dHJ1ZSZkbV90cnlfbW9kZT10cnVlJmRtX2NoZWNrU3luYz0xIn19XSwic2hvd0ltYWdlcyI6dHJ1ZSwibGF5b3V0cyI6ImxheW91dC1hIiwibW9iaWxlTGF5b3V0VG9nZ2xlIjp0cnVlLCJmdWxsV2lkdGhJbWciOnRydWUsInJldmVyc2VUYWJzRGlyZWN0aW9uIjp0cnVlLCJpbWFnZVBvc2l0aW9uIjpmYWxzZSwicmV2ZXJzZUJ0bkRpciI6ZmFsc2V9"> <div class="wrapper layout-a"> <nav class="nav desktop reverse-tabs-direction"> <div class="tab-label active layout-a "> <h4 class="horizontal-label">Preventative Dentistry</h4> </div> <div class="tab-label layout-a not-active"> <h4 class="horizontal-label">General Dentistry</h4> </div> <div class="tab-label layout-a not-active"> <h4 class="horizontal-label">Holistic Pediatric Dentistry</h4> </div> </nav> <div class="tab layout-a active "> <div class="image-container layout-a" style="background-image: url('https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/preventative-dentistry-large-1920w.jpg');"><img src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/preventative-dentistry-large-1920w.jpg" alt="" class="image" onerror="handleImageLoadError(this)"/></div> <div class="tab-space"></div> <div class="tab-text-container"> <div class="tab-description"> <div class="desc-title"> <p class=""></p> </div> <p></p> <p class="rteBlock">Our team may recommend <strong>xylitol</strong>, a natural sweetener known to fight the bacteria that cause cavities, without any harsh chemicals. We also offer products containing <strong>vitamin D</strong>, which helps support strong bones and healthy teeth.</p><br/><p class="rteBlock">We believe in <strong>preventive care</strong> that’s rooted in nature and supported by science. We empower families to take an active role in their children's <strong>oral hygiene</strong> and overall wellness.</p> <p></p> </div> <div class="btn-container "> <a class="dmWidget button-class" value="preventive-dentistry-roundrock-tx" label="" type="page" href="/preventive-dentistry-roundrock-tx" raw_url="/site/3cf31d88/preventive-dentistry-roundrock-tx?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span class="text">LEARN MORE</span> <span class="iconBg"></span> </a> </div> </div> </div> <div class="tab layout-a "> <div class="image-container layout-a" style="background-image: url('https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/general-dentistry-large-1920w.jpg');"><img src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/general-dentistry-large-1920w.jpg" alt="" class="image" onerror="handleImageLoadError(this)"/></div> <div class="tab-space"></div> <div class="tab-text-container"> <div class="tab-description"> <div class="desc-title"> <p class=""></p> </div> <p></p> <p class="rteBlock">When offering general dentistry, Dr. Chang fully explain the pros and cons of any treatment so patients can make truly informed choices. The only materials we use in our general dental care are those most compatible with the patient’s body. General dentistry includes not only fillings, crowns, bridges and dental implants, but also the careful removal of mercury and other toxic metals according to strict guidelines to protect the patient. </p> <p></p> </div> <div class="btn-container "> <a class="dmWidget button-class" value="general-dentistry" type="page" href="/general-dentistry" raw_url="/site/3cf31d88/general-dentistry?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span class="text">LEARN MORE</span> <span class="iconBg"></span> </a> </div> </div> </div> <div class="tab layout-a "> <div class="image-container layout-a" style="background-image: url('https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/holistic-dentistry-children-1920w.jpg');"><img src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/holistic-dentistry-children-1920w.jpg" alt="" class="image" onerror="handleImageLoadError(this)"/></div> <div class="tab-space"></div> <div class="tab-text-container"> <div class="tab-description"> <div class="desc-title"> <p class=""></p> </div> <p></p> <p class="rteBlock">We take a mindful approach to pediatric dental care by minimizing toxic exposure wherever possible. Our treatments are carefully chosen with your child’s overall health in mind:</p><br/><p class="rteBlock">• Fluoride-free and aluminum-free products</p><br/><p class="rteBlock">• Gluten-free tooth-cleaning options</p><br/><p class="rteBlock">• BPA-free composite fillings</p><br/><p class="rteBlock">• Epinephrine-free anesthetics</p><br/><p class="rteBlock">• Most importantly, we do not use sedation for children</p><br/><p class="rteBlock">Instead, we focus on comfort, trust, and creating a space where children feel at ease during every visit.</p> <p></p> </div> <div class="btn-container "> <a class="dmWidget button-class" value="holistic-dentistry-for-children" type="page" href="/holistic-dentistry-for-children" raw_url="/site/3cf31d88/holistic-dentistry-for-children?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span class="text">LEARN MORE</span> <span class="iconBg"></span> </a> </div> </div> </div> </div> </div> </div> </div> </div> <div class="u_1405031591 dmRespRow mobile-columns-reversed" style="text-align: center;" id="1405031591" mode="1" data-page-element-type="section" data-page-element-id="1296490831"> <div class="dmRespColsWrapper" id="1167343282"> <div class="u_1731974500 dmRespCol small-12 large-6 medium-6" id="1731974500"> <div class="u_1268982131 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1268982131" style="transition: none; text-align: left; display: block;"> <h2 class="m-size-36 size-45"><span style="color: var(--color_4); text-transform: none; display: initial;" class="m-font-size-36 font-size-45">Dr. Kevin Chang Talks About Prevention</span><span style="display: initial;"><br/></span></h2> </div> <a data-display-type="block" class="u_1426685018 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/contact" data-element-type="dButtonLinkId" id="1426685018"> <span class="iconBg" id="1735752902"> <span class="icon hasFontIcon icon-star" id="1677196769"></span> </span> <span class="text" id="1012277007">BOOK NOW</span> </a> </div> <div class="u_1840654715 dmRespCol small-12 large-5 medium-5" id="1840654715"> <span id="1905697383"></span> <div data-element-type="dYouTubeId" class="u_1297812755 youtubeExt dmNoMark youtube-padding-fix" id="1297812755" data-video-uploaded="true"> <div class="innerYoutubeExt" id="1439685570"> <video src="https://vid.cdn-website.com/3cf31d88/videos/gYDyQ1fTQaN0QNCX1yhh_Transcend+Dental+Health+-+Dr.KevinChang-VEED-v.mp4" data-src="https://vid.cdn-website.com/3cf31d88/videos/gYDyQ1fTQaN0QNCX1yhh_Transcend+Dental+Health+-+Dr.KevinChang-VEED-v.mp4" poster="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/Transcend-Dental-Health-Roundrock-TX-Dr.Chang.jpg" controls="" id="1954543749" data-upload-date="1738596954541" class=""></video> </div> </div> </div> <div class="u_1887430380 dmRespCol empty-column small-12 large-1 medium-1 hide-for-small" id="1887430380"></div> </div> </div> <div class="dmRespRow u_1178800442 fullBleedChanged fullBleedMode" id="1178800442" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6ImZhZGVJbiIsInJldmVyc2UiOmZhbHNlfX0=" data-anim-desktop="fadeIn"> <div class="dmRespColsWrapper" id="1628683116"> <div class="dmRespCol large-12 medium-12 small-12 u_1239825330" id="1239825330"> <div class="dmNewParagraph u_1956561280 text-align-center" data-element-type="paragraph" id="1956561280" style="line-height: initial; transition: opacity 1s ease-in-out; text-align: center;" data-version="5"> <h2><span style="display: initial;">Transcend Dental Practice Affiliations</span></h2> </div> </div> </div> </div> <div class="u_1660072072 dmRespRow fullBleedChanged fullBleedMode" id="1660072072"> <div class="dmRespColsWrapper" id="1080845150"> <div class="dmRespCol small-12 large-3 medium-3 u_1924684085" id="1924684085"> <div class="u_1253948263 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1253948263"> <a href="https://thesmartchoice.com/" id="1921967664" class="" target="_blank" file="false"><img src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/smart-choice-1920w.png" alt="A logo for smart safe mercury amalgam removal technique" id="1009597104" class="" width="200" height="200" data-dm-image-path="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/smart-choice.png" data-hover-effect="zoomout" onerror="handleImageLoadError(this)"/></a> </div> </div> <div class="dmRespCol small-12 large-3 medium-3" id="1654385733"> <div class="u_1705838382 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1705838382"> <a href="https://iaomt.org/search-by-region/chang-kevin-dds/" id="1541201441" class="" target="_blank" file="false"><img src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/IAOMT-1920w.png" alt="The logo for the international academy of oral medicine and toxicology" id="1062721358" class="" width="200" height="200" data-dm-image-path="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/IAOMT.png" data-hover-effect="zoomout" onerror="handleImageLoadError(this)"/></a> </div> </div> <div class="dmRespCol small-12 large-3 medium-3" id="1439572091"> <div class="u_1774811367 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1774811367"> <a href="https://iabdm.org/" id="1191918634" class="" target="_blank" file="false"><img src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/IABDM-1920w.png" alt="The logo for iabdm is a green and blue logo with a green circle in the middle." id="1407229941" class="" width="200" height="200" data-dm-image-path="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/IABDM.png" data-hover-effect="zoomout" onerror="handleImageLoadError(this)"/></a> </div> </div> <div class="dmRespCol large-3 medium-3 small-12" id="1884016739"> <div class="u_1663152037 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1663152037"> <a href="https://aaot.us/?" id="1843552331" class="" target="_blank" file="false"><img src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/the-american-academy-of-ozonotherapy-1920w.png" alt="The american academy of ozonetherapy logo with a blue globe on a white background." id="1119059783" class="" width="200" height="200" data-dm-image-path="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/the-american-academy-of-ozonotherapy.png" data-hover-effect="zoomout" onerror="handleImageLoadError(this)"/></a> </div> </div> </div> </div> <div class="u_1211550749 dmRespRow" id="1211550749"> <div class="dmRespColsWrapper" id="1389684663"> <div class="dmRespCol large-12 medium-12 small-12" id="1976471027"> <div class="u_1056146051 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1056146051"> <a href="https://www.tda.org/" id="1482984529" class="" target="_blank" file="false"><img src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/TDA+icon-1920w.PNG" alt="The logo for the texas dental association is blurred" id="1519460673" class="" width="527" height="68" data-dm-image-path="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/TDA+icon.PNG" data-hover-effect="zoomout" onerror="handleImageLoadError(this)"/></a> </div> </div> </div> </div> <div class="dmRespRow u_1842171492" id="1842171492" data-page-element-type="section" data-page-element-id="1376924362"> <div class="dmRespColsWrapper" id="1106590050"> <div class="dmRespCol large-12 medium-12 small-12 u_1737121259" id="1737121259"> <div class="u_1250354996 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1250354996" data-styletopreserve="{" background-image":""}"=""> <h2 class="text-align-center"><span style="color: var(--color_4); display: initial;">What Are Patients Saying?</span></h2> </div> <div class="dmRespRow u_1355666483" id="1355666483" mode="2" data-anim-desktop="fadeInCombo" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6ImZhZGVJbkNvbWJvIiwiZGlyIjoiaW4tcGxhY2UifX0="> <div class="dmRespColsWrapper" id="1292648559"> <div class="u_1749132327 dmRespCol small-12 large-4 medium-4" id="1749132327"> <div class="u_1390081366 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1390081366"> <a href="/" id="1659333862"><img src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/TranscendDentalHealth-Roundrock-TX-bluelogo-1920w.jpg" alt="The logo for transcend dental health shows a tooth and a person." id="1127353541" class="" width="690" height="268" data-dm-image-path="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/TranscendDentalHealth-Roundrock-TX-bluelogo.jpg" data-hover-effect="zoomout" onerror="handleImageLoadError(this)"/></a> </div> </div> <div class="u_1090826939 dmRespCol small-12 large-4 medium-4" id="1090826939"> <div class="u_1563665559 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1563665559"> <a href="https://www.google.com/maps/place/Transcend+Dental+Health/data=!4m2!3m1!1s0x0:0xeab1366231ab22d7?sa=X&ved=1t:2428&ictx=111" id="1317644796" class="" target="_blank" file="false"><img src="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/star-icons-5.svg" alt="Five orange stars are lined up in a row on a white background." id="1686627568" class="" data-dm-image-path="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/star-icons-5.svg" width="300" height="38" data-hover-effect="zoomout" onerror="handleImageLoadError(this)"/></a> </div> <div class="dmNewParagraph u_1412387009" data-element-type="paragraph" data-version="5" id="1412387009" style="transition: opacity 1s ease-in-out 0s;"><p class="m-text-align-center m-size-12 size-14" style="line-height: 1.5;"><span class="m-font-size-12 font-size-14" m-font-size-set="true" style="display: unset;">Based on 193 reviews</span></p></div> </div> <div class="u_1428069671 dmRespCol small-12 large-4 medium-4" id="1428069671"> <div class="u_1887362486 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1887362486"> <a href="https://www.google.com/maps/place/Transcend+Dental+Health/data=!4m2!3m1!1s0x0:0xeab1366231ab22d7?sa=X&ved=1t:2428&ictx=111" id="1685151185" class="" target="_blank" file="false"><img src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/TranscendDentalHealth-Roundrock-TX-Googlereviewslogo-1920w.png" alt="A google logo with five stars on it" id="1249098089" class="" width="1080" height="540" data-dm-image-path="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/TranscendDentalHealth-Roundrock-TX-Googlereviewslogo.png" data-hover-effect="zoomout" onerror="handleImageLoadError(this)"/></a> </div> </div> </div> </div> <div class="dmRespRow u_1098649534" id="1098649534" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6ImZhZGVJbkNvbWJvIiwiZGlyIjoiaW4tcGxhY2UifX0=" data-anim-desktop="fadeInCombo"> <div class="dmRespColsWrapper" id="1522842741"> <div class="u_1369939646 dmRespCol small-12 large-4 medium-4" id="1369939646"> <div class="imageWidget align-center u_1669191288" data-element-type="image" data-widget-type="image" id="1669191288"> <a id="1859373540" class=""><img src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/TranscendDentalHalth-RoundRockTX-GoogleReview-1920w.png" alt="A review for kaylee b local guide has 22 reviews and 26 photos" id="1039842091" class="" width="305" height="84" data-dm-image-path="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/TranscendDentalHalth-RoundRockTX-GoogleReview.png" onerror="handleImageLoadError(this)"/></a> </div> </div> <div class="u_1535860048 dmRespCol small-12 large-8 medium-8" id="1535860048"> <div class="dmNewParagraph u_1578200497" data-element-type="paragraph" data-version="5" id="1578200497" style="transition: opacity 1s ease-in-out 0s;"><p style="line-height: 1.5;" class="m-size-16"><span style="display: initial;" class="m-font-size-16" m-font-size-set="true">I visited Transcend Dental Health and Dr. Chang for a second opinion after</span></p><p style="line-height: 1.5;" class="m-size-16"><span class="m-font-size-16" style="display: initial;"><span style="display: initial;" class="m-font-size-16" m-font-size-set="true">experiencing extreme sensitivity in one of my teeth.</span> </span><span style="color: var(--color_2); display: initial;"><br/></span></p></div> <div id="1197858391" dmle_extension="ssraccordion" data-element-type="ssraccordion" class="u_1197858391"><span id="ssrWrap-1197858391" ><style data-styled="true" data-styled-version="5.3.11">@media all{.jKgrHM{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:8px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:16px;padding-top:16px;padding-bottom:16px;background:#f2f2f2;background-color:var(--color_4);}}/*!sc*/ @media all{.eyjLSC{aspect-ratio:1 / 1;width:32px;border-radius:50%;padding:4px;background-color:rgba(0,0,0,0);color:var(--color_1);height:32px;}}/*!sc*/ @media (min-width:1025px){.eyjLSC{width:35px;height:35px;}}/*!sc*/ @media (max-width:1024px) and (min-width:768px){.eyjLSC{width:35px;height:35px;}}/*!sc*/ @media (max-width:767px){}/*!sc*/ @media all{.nXtpH{width:100%;height:100%;-webkit-transition:-webkit-transform 0.3s ease-in-out;-webkit-transition:transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;}}/*!sc*/ @media all{.dygwmn{overflow:hidden;-webkit-transition:max-height 0.3s ease-out;transition:max-height 0.3s ease-out;height:auto;max-height:0;}}/*!sc*/ @media all{.chjLlT{padding:16px;padding-top:16px;padding-bottom:16px;margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;gap:24px;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}}/*!sc*/ @media (max-width:767px){.chjLlT{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}}/*!sc*/ @media all{.hzZYLO{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:16px;text-align:start;-webkit-flex:1;-ms-flex:1;flex:1;}}/*!sc*/ data-styled.g2[id="sc-gEvEer"]{content:"jKgrHM,eyjLSC,nXtpH,dygwmn,chjLlT,hzZYLO,"}/*!sc*/ @media all{.cqCbBg{-webkit-flex:1;-ms-flex:1;flex:1;}}/*!sc*/ data-styled.g3[id="sc-eqUAAy"]{content:"cqCbBg,"}/*!sc*/ @media all{.kOipFV{cursor:pointer;}}/*!sc*/ data-styled.g6[id="sc-iGgWBj"]{content:"kOipFV,"}/*!sc*/ @media all{.fLipYU{list-style-type:none;overflow:hidden;margin:0;padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:24px;}}/*!sc*/ data-styled.g7[id="sc-gsFSXq"]{content:"fLipYU,"}/*!sc*/ @media all{.bxaZdP{-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;fill:currentColor;height:100%;width:100%;}}/*!sc*/ data-styled.g8[id="sc-kAyceB"]{content:"bxaZdP,"}/*!sc*/ @media all{#dm#dm#dm .fGPIGa.fGPIGa{margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:8px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-flex:1;flex:1;text-align:start;}}/*!sc*/ @media (min-width:1025px){#dm#dm#dm .fGPIGa.fGPIGa{font-size:18px;}}/*!sc*/ @media (max-width:1024px) and (min-width:768px){#dm#dm#dm .fGPIGa.fGPIGa{font-size:18px;}}/*!sc*/ @media (max-width:767px){#dm#dm#dm .fGPIGa.fGPIGa{font-size:14px;}}/*!sc*/ @media all{#dm#dm#dm .TTVEz.TTVEz p{margin-block:0;overflow-wrap:anywhere;}}/*!sc*/ data-styled.g9[id="sc-imWYAI"]{content:"fGPIGa,TTVEz,"}/*!sc*/ </style><div data-auto="runtime-accordion-widget" class="sc-gEvEer"><ul data-grab="accordion-container" class="sc-gsFSXq fLipYU"><li data-grab="accordion-item-container" class="sc-iGgWBj kOipFV"><div tabindex="0" data-grab="accordion-item-title-wrapper" class="sc-gEvEer jKgrHM"><h6 data-auto="accordion-item-title" data-grab="accordion-item-title" class="sc-imWYAI fGPIGa"><span class="sc-eqUAAy cqCbBg">Read More</span></h6><div data-grab="accordion-item-arrow-wrapper" class="sc-gEvEer eyjLSC"><div data-grab="accordion-item-arrow" class="sc-gEvEer nXtpH"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1152 1792" fill="currentColor" class="sc-kAyceB bxaZdP"><path fill="inherit" d="M1075 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"></path></svg></div></div></div><div class="sc-gEvEer"><div class="sc-gEvEer dygwmn"><div data-grab="accordion-item-desc" class="sc-gEvEer chjLlT"><div class="sc-gEvEer hzZYLO"><div data-auto="desc" data-grab="accordion-item-desc-text" class="sc-imWYAI TTVEz"><p class="rteBlock" no_space_b="true" no_space_e="true">My previous dentist performed an exam and X-ray but found no clear issue, yet they still recommended a root canal as my only option.</p><br/><p class="rteBlock" no_space_b="true" no_space_e="true">I'm so glad I sought another perspective! Dr. Chang and his team took the time to perform a thorough exam, including a cone beam CT scan, and they identified two small ‘wear and tear’ spots that were the real cause of my pain. Instead of an unnecessary root canal, they simply filled those areas—resolving my discomfort without an invasive procedure.</p><br/><p class="rteBlock" no_space_b="true" no_space_e="true">Not only that, but Dr. Chang carefully reviewed the entire scan with me and even caught a developing cavity that would have caused issues in just a few weeks. Thanks to his attention to detail, I was able to address it early and prevent further complications.</p><br/><p class="rteBlock" no_space_b="true" no_space_e="true">The team here is professional, detail-oriented, and truly focused on finding the right solution rather than defaulting to aggressive treatments. I really appreciate their patient-centered approach, and I highly recommend them to anyone looking for a thoughtful and thorough dentist!</p></div></div></div></div></div></li></ul></div><script data-role="hydration">;window?.waitForDeferred?.('ssrLibrariesLoaded', () => {window.SSRRuntime.RuntimeReactHelpers.initiateWidget({"type":"SSR_ACCORDION","props":{"layout":"LAYOUT_1","itemsData":[{"title":"Read More","desc":"<p class=\"rteBlock\" no_space_b=\"true\" no_space_e=\"true\">My previous dentist performed an exam and X-ray but found no clear issue, yet they still recommended a root canal as my only option.</p><br/><p class=\"rteBlock\" no_space_b=\"true\" no_space_e=\"true\">I'm so glad I sought another perspective! Dr. Chang and his team took the time to perform a thorough exam, including a cone beam CT scan, and they identified two small ‘wear and tear’ spots that were the real cause of my pain. Instead of an unnecessary root canal, they simply filled those areas—resolving my discomfort without an invasive procedure.</p><br/><p class=\"rteBlock\" no_space_b=\"true\" no_space_e=\"true\">Not only that, but Dr. Chang carefully reviewed the entire scan with me and even caught a developing cavity that would have caused issues in just a few weeks. Thanks to his attention to detail, I was able to address it early and prevent further complications.</p><br/><p class=\"rteBlock\" no_space_b=\"true\" no_space_e=\"true\">The team here is professional, detail-oriented, and truly focused on finding the right solution rather than defaulting to aggressive treatments. I really appreciate their patient-centered approach, and I highly recommend them to anyone looking for a thoughtful and thorough dentist!</p>","button":{"text":"Button"},"showButton":false,"showMedia":false}],"firstExpanded":false,"closeOthers":true,"addSchemaMarkup":false,"titleTag":"h6","_styles":{"itemTitleWrapper":{"common":{"background-color":"var(--color_4)","background-origin":null}},"itemTitle":{"desktop":{"font-size":"18px"},"tablet":{"font-size":"18px"},"mobile_implicit":{"font-size":"14px"}},"itemArrowWrapper":{"common":{"background-color":"rgba(0, 0, 0, 0)","color":"var(--color_1)","background-origin":null},"desktop":{"width":"35px"},"tablet":{"width":"35px"}}}},"id":"1197858391"}, false)});</script></span></div> </div> </div> </div> <div class="dmRespRow u_1189459670" id="1189459670" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6ImZhZGVJbkNvbWJvIiwiZGlyIjoiaW4tcGxhY2UifX0=" data-anim-desktop="fadeInCombo"> <div class="dmRespColsWrapper" id="1070141975"> <div class="u_1794952866 dmRespCol small-12 large-4 medium-4" id="1794952866"> <div class="u_1379228352 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1379228352"><img src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/TranscendDentalHalth-RoundRockTX-GoogleReview1-1920w.png" alt="A review for melissa local guide has 24 reviews and 7 photos" id="1874164128" class="" width="288" height="86" data-dm-image-path="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/TranscendDentalHalth-RoundRockTX-GoogleReview1.png" onerror="handleImageLoadError(this)"/></div> </div> <div class="u_1807595324 dmRespCol small-12 large-8 medium-8" id="1807595324"> <div class="dmNewParagraph u_1662135033" data-element-type="paragraph" data-version="5" id="1662135033" style="transition: opacity 1s ease-in-out 0s;"><p style="line-height: 1.5;" class="m-size-16"><span style="display: initial;" class="m-font-size-16" m-font-size-set="true">I have never had a dentist who made me feel so heard. Dr. Kevin also went over all my past dental work. something that no other dentist has done with me before.</span></p></div> <div id="1054309615" dmle_extension="ssraccordion" data-element-type="ssraccordion" class="u_1054309615"><span id="ssrWrap-1054309615" ><style data-styled="true" data-styled-version="5.3.11">@media all{.jKgrHM{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:8px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:16px;padding-top:16px;padding-bottom:16px;background:#f2f2f2;background-color:var(--color_4);}}/*!sc*/ @media all{.eyjLSC{aspect-ratio:1 / 1;width:32px;border-radius:50%;padding:4px;background-color:rgba(0,0,0,0);color:var(--color_1);height:32px;}}/*!sc*/ @media (min-width:1025px){.eyjLSC{width:35px;height:35px;}}/*!sc*/ @media (max-width:1024px) and (min-width:768px){.eyjLSC{width:35px;height:35px;}}/*!sc*/ @media (max-width:767px){}/*!sc*/ @media all{.nXtpH{width:100%;height:100%;-webkit-transition:-webkit-transform 0.3s ease-in-out;-webkit-transition:transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;}}/*!sc*/ @media all{.dygwmn{overflow:hidden;-webkit-transition:max-height 0.3s ease-out;transition:max-height 0.3s ease-out;height:auto;max-height:0;}}/*!sc*/ @media all{.chjLlT{padding:16px;padding-top:16px;padding-bottom:16px;margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;gap:24px;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}}/*!sc*/ @media (max-width:767px){.chjLlT{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}}/*!sc*/ @media all{.hzZYLO{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:16px;text-align:start;-webkit-flex:1;-ms-flex:1;flex:1;}}/*!sc*/ data-styled.g2[id="sc-gEvEer"]{content:"jKgrHM,eyjLSC,nXtpH,dygwmn,chjLlT,hzZYLO,"}/*!sc*/ @media all{.cqCbBg{-webkit-flex:1;-ms-flex:1;flex:1;}}/*!sc*/ data-styled.g3[id="sc-eqUAAy"]{content:"cqCbBg,"}/*!sc*/ @media all{.kOipFV{cursor:pointer;}}/*!sc*/ data-styled.g6[id="sc-iGgWBj"]{content:"kOipFV,"}/*!sc*/ @media all{.fLipYU{list-style-type:none;overflow:hidden;margin:0;padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:24px;}}/*!sc*/ data-styled.g7[id="sc-gsFSXq"]{content:"fLipYU,"}/*!sc*/ @media all{.bxaZdP{-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;fill:currentColor;height:100%;width:100%;}}/*!sc*/ data-styled.g8[id="sc-kAyceB"]{content:"bxaZdP,"}/*!sc*/ @media all{#dm#dm#dm .fGPIGa.fGPIGa{margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:8px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-flex:1;flex:1;text-align:start;}}/*!sc*/ @media (min-width:1025px){#dm#dm#dm .fGPIGa.fGPIGa{font-size:18px;}}/*!sc*/ @media (max-width:1024px) and (min-width:768px){#dm#dm#dm .fGPIGa.fGPIGa{font-size:18px;}}/*!sc*/ @media (max-width:767px){#dm#dm#dm .fGPIGa.fGPIGa{font-size:14px;}}/*!sc*/ @media all{#dm#dm#dm .TTVEz.TTVEz p{margin-block:0;overflow-wrap:anywhere;}}/*!sc*/ data-styled.g9[id="sc-imWYAI"]{content:"fGPIGa,TTVEz,"}/*!sc*/ </style><div data-auto="runtime-accordion-widget" class="sc-gEvEer"><ul data-grab="accordion-container" class="sc-gsFSXq fLipYU"><li data-grab="accordion-item-container" class="sc-iGgWBj kOipFV"><div tabindex="0" data-grab="accordion-item-title-wrapper" class="sc-gEvEer jKgrHM"><h6 data-auto="accordion-item-title" data-grab="accordion-item-title" class="sc-imWYAI fGPIGa"><span class="sc-eqUAAy cqCbBg">Read More</span></h6><div data-grab="accordion-item-arrow-wrapper" class="sc-gEvEer eyjLSC"><div data-grab="accordion-item-arrow" class="sc-gEvEer nXtpH"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1152 1792" fill="currentColor" class="sc-kAyceB bxaZdP"><path fill="inherit" d="M1075 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"></path></svg></div></div></div><div class="sc-gEvEer"><div class="sc-gEvEer dygwmn"><div data-grab="accordion-item-desc" class="sc-gEvEer chjLlT"><div class="sc-gEvEer hzZYLO"><div data-auto="desc" data-grab="accordion-item-desc-text" class="sc-imWYAI TTVEz"><p class="rteBlock" no_space_b="true" no_space_e="true">It was a very in-depth appointment, and you can tell the staff really cares for their patients. I also have a cold sensitivity, and during the cleaning, they used warm water. I will be switching my whole family over to them.</p></div></div></div></div></div></li></ul></div><script data-role="hydration">;window?.waitForDeferred?.('ssrLibrariesLoaded', () => {window.SSRRuntime.RuntimeReactHelpers.initiateWidget({"type":"SSR_ACCORDION","props":{"layout":"LAYOUT_1","itemsData":[{"title":"Read More","desc":"<p class=\"rteBlock\" no_space_b=\"true\" no_space_e=\"true\">It was a very in-depth appointment, and you can tell the staff really cares for their patients. I also have a cold sensitivity, and during the cleaning, they used warm water. I will be switching my whole family over to them.</p>","button":{"text":"Button"},"showButton":false,"showMedia":false}],"firstExpanded":false,"closeOthers":true,"addSchemaMarkup":false,"titleTag":"h6","_styles":{"itemTitleWrapper":{"common":{"background-color":"var(--color_4)","background-origin":null}},"itemTitle":{"desktop":{"font-size":"18px"},"tablet":{"font-size":"18px"},"mobile_implicit":{"font-size":"14px"}},"itemArrowWrapper":{"common":{"background-color":"rgba(0, 0, 0, 0)","color":"var(--color_1)","background-origin":null},"desktop":{"width":"35px"},"tablet":{"width":"35px"}}}},"id":"1054309615"}, false)});</script></span></div> </div> </div> </div> <div class="dmRespRow u_1479373778" id="1479373778" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6ImZhZGVJbkNvbWJvIiwiZGlyIjoiaW4tcGxhY2UifX0=" data-anim-desktop="fadeInCombo"> <div class="dmRespColsWrapper" id="1770598682"> <div class="u_1561205857 dmRespCol small-12 large-4 medium-4" id="1561205857"> <div class="u_1921834510 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1921834510"><img src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/TranscendDentalHalth-RoundRockTX-GoogleReview2-1920w.png" alt="Barbara pica has 6 reviews and 2 months ago" id="1598370667" class="" width="258" height="94" data-dm-image-path="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/TranscendDentalHalth-RoundRockTX-GoogleReview2.png" onerror="handleImageLoadError(this)"/></div> </div> <div class="u_1656333721 dmRespCol small-12 large-8 medium-8" id="1656333721"> <div class="dmNewParagraph u_1978131664" data-element-type="paragraph" data-version="5" id="1978131664" style="transition: none; text-align: left; display: block;"><p style="line-height: 1.5;" class="m-size-16"><span class="m-font-size-16" style="font-style: inherit; font-weight: inherit; text-decoration: inherit; display: inline;"><span style="font-style: inherit; font-weight: inherit; text-decoration: inherit; display: inline;" class="m-font-size-16" m-font-size-set="true">I went to Transcend Dental Health for a second opinion on a root canal, as my current dentist is very conventional. I went in fully expecting to be told to extract the tooth. </span> </span></p></div> <div id="1267539715" dmle_extension="ssraccordion" data-element-type="ssraccordion" class="u_1267539715"><span id="ssrWrap-1267539715" ><style data-styled="true" data-styled-version="5.3.11">@media all{.jKgrHM{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:8px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:16px;padding-top:16px;padding-bottom:16px;background:#f2f2f2;background-color:var(--color_4);}}/*!sc*/ @media all{.eyjLSC{aspect-ratio:1 / 1;width:32px;border-radius:50%;padding:4px;background-color:rgba(0,0,0,0);color:var(--color_1);height:32px;}}/*!sc*/ @media (min-width:1025px){.eyjLSC{width:35px;height:35px;}}/*!sc*/ @media (max-width:1024px) and (min-width:768px){.eyjLSC{width:35px;height:35px;}}/*!sc*/ @media (max-width:767px){}/*!sc*/ @media all{.nXtpH{width:100%;height:100%;-webkit-transition:-webkit-transform 0.3s ease-in-out;-webkit-transition:transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;}}/*!sc*/ @media all{.dygwmn{overflow:hidden;-webkit-transition:max-height 0.3s ease-out;transition:max-height 0.3s ease-out;height:auto;max-height:0;}}/*!sc*/ @media all{.chjLlT{padding:16px;padding-top:16px;padding-bottom:16px;margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;gap:24px;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}}/*!sc*/ @media (max-width:767px){.chjLlT{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}}/*!sc*/ @media all{.hzZYLO{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:16px;text-align:start;-webkit-flex:1;-ms-flex:1;flex:1;}}/*!sc*/ data-styled.g2[id="sc-gEvEer"]{content:"jKgrHM,eyjLSC,nXtpH,dygwmn,chjLlT,hzZYLO,"}/*!sc*/ @media all{.cqCbBg{-webkit-flex:1;-ms-flex:1;flex:1;}}/*!sc*/ data-styled.g3[id="sc-eqUAAy"]{content:"cqCbBg,"}/*!sc*/ @media all{.kOipFV{cursor:pointer;}}/*!sc*/ data-styled.g6[id="sc-iGgWBj"]{content:"kOipFV,"}/*!sc*/ @media all{.fLipYU{list-style-type:none;overflow:hidden;margin:0;padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:24px;}}/*!sc*/ data-styled.g7[id="sc-gsFSXq"]{content:"fLipYU,"}/*!sc*/ @media all{.bxaZdP{-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;fill:currentColor;height:100%;width:100%;}}/*!sc*/ data-styled.g8[id="sc-kAyceB"]{content:"bxaZdP,"}/*!sc*/ @media all{#dm#dm#dm .fGPIGa.fGPIGa{margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:8px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-flex:1;flex:1;text-align:start;}}/*!sc*/ @media (min-width:1025px){#dm#dm#dm .fGPIGa.fGPIGa{font-size:18px;}}/*!sc*/ @media (max-width:1024px) and (min-width:768px){#dm#dm#dm .fGPIGa.fGPIGa{font-size:18px;}}/*!sc*/ @media (max-width:767px){#dm#dm#dm .fGPIGa.fGPIGa{font-size:14px;}}/*!sc*/ @media all{#dm#dm#dm .TTVEz.TTVEz p{margin-block:0;overflow-wrap:anywhere;}}/*!sc*/ data-styled.g9[id="sc-imWYAI"]{content:"fGPIGa,TTVEz,"}/*!sc*/ </style><div data-auto="runtime-accordion-widget" class="sc-gEvEer"><ul data-grab="accordion-container" class="sc-gsFSXq fLipYU"><li data-grab="accordion-item-container" class="sc-iGgWBj kOipFV"><div tabindex="0" data-grab="accordion-item-title-wrapper" class="sc-gEvEer jKgrHM"><h6 data-auto="accordion-item-title" data-grab="accordion-item-title" class="sc-imWYAI fGPIGa"><span class="sc-eqUAAy cqCbBg">Read More</span></h6><div data-grab="accordion-item-arrow-wrapper" class="sc-gEvEer eyjLSC"><div data-grab="accordion-item-arrow" class="sc-gEvEer nXtpH"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1152 1792" fill="currentColor" class="sc-kAyceB bxaZdP"><path fill="inherit" d="M1075 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"></path></svg></div></div></div><div class="sc-gEvEer"><div class="sc-gEvEer dygwmn"><div data-grab="accordion-item-desc" class="sc-gEvEer chjLlT"><div class="sc-gEvEer hzZYLO"><div data-auto="desc" data-grab="accordion-item-desc-text" class="sc-imWYAI TTVEz"><p class="rteBlock" no_space_b="true" no_space_e="true">After x-rays of the root of the tooth and a CT scan to check out a previous root canal on a different tooth (prior to knowing how bad they are), he gave me the pros and cons. He doesn't like root canals but does recommend them in certain situations. I didn't realize that there are some major cons to extractions.</p><br/><p class="rteBlock" no_space_b="true" no_space_e="true">He fully explained my tooth situation using the x-rays and CT scan, giving me time to process and ask all questions I could come up with. He did not press me to get work done with his office. He was friendly and pleasant, as was his assistant and front office staff. This was my first time using a holistic dentist, and I was thoroughly impressed with Dr. Chang and his entire office.</p></div></div></div></div></div></li></ul></div><script data-role="hydration">;window?.waitForDeferred?.('ssrLibrariesLoaded', () => {window.SSRRuntime.RuntimeReactHelpers.initiateWidget({"type":"SSR_ACCORDION","props":{"layout":"LAYOUT_1","itemsData":[{"title":"Read More","desc":"<p class=\"rteBlock\" no_space_b=\"true\" no_space_e=\"true\">After x-rays of the root of the tooth and a CT scan to check out a previous root canal on a different tooth (prior to knowing how bad they are), he gave me the pros and cons. He doesn't like root canals but does recommend them in certain situations. I didn't realize that there are some major cons to extractions.</p><br/><p class=\"rteBlock\" no_space_b=\"true\" no_space_e=\"true\">He fully explained my tooth situation using the x-rays and CT scan, giving me time to process and ask all questions I could come up with. He did not press me to get work done with his office. He was friendly and pleasant, as was his assistant and front office staff. This was my first time using a holistic dentist, and I was thoroughly impressed with Dr. Chang and his entire office.</p>","button":{"text":"Button"},"showButton":false,"showMedia":false}],"firstExpanded":false,"closeOthers":true,"addSchemaMarkup":false,"titleTag":"h6","_styles":{"itemTitleWrapper":{"common":{"background-color":"var(--color_4)","background-origin":null}},"itemTitle":{"desktop":{"font-size":"18px"},"tablet":{"font-size":"18px"},"mobile_implicit":{"font-size":"14px"}},"itemArrowWrapper":{"common":{"background-color":"rgba(0, 0, 0, 0)","color":"var(--color_1)","background-origin":null},"desktop":{"width":"35px"},"tablet":{"width":"35px"}}}},"id":"1267539715"}, false)});</script></span></div> </div> </div> </div> <div class="dmRespRow u_1079659402" id="1079659402" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6ImZhZGVJbkNvbWJvIiwiZGlyIjoiaW4tcGxhY2UifX0=" data-anim-desktop="fadeInCombo"> <div class="dmRespColsWrapper" id="1815188691"> <div class="u_1082000732 dmRespCol small-12 large-4 medium-4" id="1082000732"> <div class="u_1713455636 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1713455636"><img src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/TranscendDentalHalth-RoundRockTX-GoogleReview3-5a2f6ab9-1920w.png" alt="A picture of a person with 7 reviews and 1 photo a month ago." id="1492416124" class="" width="267" height="86" data-dm-image-path="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/TranscendDentalHalth-RoundRockTX-GoogleReview3-5a2f6ab9.png" onerror="handleImageLoadError(this)"/></div> </div> <div class="u_1069164339 dmRespCol small-12 large-8 medium-8" id="1069164339"> <div class="dmNewParagraph u_1387963499" data-element-type="paragraph" data-version="5" id="1387963499" style="transition: opacity 1s ease-in-out 0s;"><p style="line-height: 1.5;" class="m-size-16"><span class="m-font-size-16" style="display: unset;"><span style="display: unset;" class="m-font-size-16" m-font-size-set="true">I've been very happy going to Transcend Dental Health for the past three years. Dr. Kevin is extremely knowledgeable, caring, and funny.</span> </span></p></div> <div id="1372057303" dmle_extension="ssraccordion" data-element-type="ssraccordion" class="u_1372057303"><span id="ssrWrap-1372057303" ><style data-styled="true" data-styled-version="5.3.11">@media all{.jKgrHM{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:8px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:16px;padding-top:16px;padding-bottom:16px;background:#f2f2f2;background-color:var(--color_4);}}/*!sc*/ @media all{.eyjLSC{aspect-ratio:1 / 1;width:32px;border-radius:50%;padding:4px;background-color:rgba(0,0,0,0);color:var(--color_1);height:32px;}}/*!sc*/ @media (min-width:1025px){.eyjLSC{width:35px;height:35px;}}/*!sc*/ @media (max-width:1024px) and (min-width:768px){.eyjLSC{width:35px;height:35px;}}/*!sc*/ @media (max-width:767px){}/*!sc*/ @media all{.nXtpH{width:100%;height:100%;-webkit-transition:-webkit-transform 0.3s ease-in-out;-webkit-transition:transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;}}/*!sc*/ @media all{.dygwmn{overflow:hidden;-webkit-transition:max-height 0.3s ease-out;transition:max-height 0.3s ease-out;height:auto;max-height:0;}}/*!sc*/ @media all{.chjLlT{padding:16px;padding-top:16px;padding-bottom:16px;margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;gap:24px;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}}/*!sc*/ @media (max-width:767px){.chjLlT{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}}/*!sc*/ @media all{.hzZYLO{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:16px;text-align:start;-webkit-flex:1;-ms-flex:1;flex:1;}}/*!sc*/ data-styled.g2[id="sc-gEvEer"]{content:"jKgrHM,eyjLSC,nXtpH,dygwmn,chjLlT,hzZYLO,"}/*!sc*/ @media all{.cqCbBg{-webkit-flex:1;-ms-flex:1;flex:1;}}/*!sc*/ data-styled.g3[id="sc-eqUAAy"]{content:"cqCbBg,"}/*!sc*/ @media all{.kOipFV{cursor:pointer;}}/*!sc*/ data-styled.g6[id="sc-iGgWBj"]{content:"kOipFV,"}/*!sc*/ @media all{.fLipYU{list-style-type:none;overflow:hidden;margin:0;padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:24px;}}/*!sc*/ data-styled.g7[id="sc-gsFSXq"]{content:"fLipYU,"}/*!sc*/ @media all{.bxaZdP{-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;fill:currentColor;height:100%;width:100%;}}/*!sc*/ data-styled.g8[id="sc-kAyceB"]{content:"bxaZdP,"}/*!sc*/ @media all{#dm#dm#dm .fGPIGa.fGPIGa{margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:8px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-flex:1;flex:1;text-align:start;}}/*!sc*/ @media (min-width:1025px){#dm#dm#dm .fGPIGa.fGPIGa{font-size:18px;}}/*!sc*/ @media (max-width:1024px) and (min-width:768px){#dm#dm#dm .fGPIGa.fGPIGa{font-size:18px;}}/*!sc*/ @media (max-width:767px){#dm#dm#dm .fGPIGa.fGPIGa{font-size:14px;}}/*!sc*/ @media all{#dm#dm#dm .TTVEz.TTVEz p{margin-block:0;overflow-wrap:anywhere;}}/*!sc*/ data-styled.g9[id="sc-imWYAI"]{content:"fGPIGa,TTVEz,"}/*!sc*/ </style><div data-auto="runtime-accordion-widget" class="sc-gEvEer"><ul data-grab="accordion-container" class="sc-gsFSXq fLipYU"><li data-grab="accordion-item-container" class="sc-iGgWBj kOipFV"><div tabindex="0" data-grab="accordion-item-title-wrapper" class="sc-gEvEer jKgrHM"><h6 data-auto="accordion-item-title" data-grab="accordion-item-title" class="sc-imWYAI fGPIGa"><span class="sc-eqUAAy cqCbBg">Read More</span></h6><div data-grab="accordion-item-arrow-wrapper" class="sc-gEvEer eyjLSC"><div data-grab="accordion-item-arrow" class="sc-gEvEer nXtpH"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1152 1792" fill="currentColor" class="sc-kAyceB bxaZdP"><path fill="inherit" d="M1075 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"></path></svg></div></div></div><div class="sc-gEvEer"><div class="sc-gEvEer dygwmn"><div data-grab="accordion-item-desc" class="sc-gEvEer chjLlT"><div class="sc-gEvEer hzZYLO"><div data-auto="desc" data-grab="accordion-item-desc-text" class="sc-imWYAI TTVEz"><p class="rteBlock" no_space_b="true" no_space_e="true">I had some issues with past dental work, specifically the way old crowns were created. He fixed those issues, and my teeth and health are doing so much better. His team also has a lot of information about the best holistic dental practices, which are based on science and actually work. I'm also super happy with Stephanie as my dental hygienist. In every other dentist's office, I've always had issues with them being too rough during my cleaning, then judging me for the fact that my gums bled due to their rough treatment. Stephanie is very gentle but thorough, and quite a delight to talk to as well. Overall I've had nothing but positive experiences here, and I would highly recommend them to everyone.</p></div></div></div></div></div></li></ul></div><script data-role="hydration">;window?.waitForDeferred?.('ssrLibrariesLoaded', () => {window.SSRRuntime.RuntimeReactHelpers.initiateWidget({"type":"SSR_ACCORDION","props":{"layout":"LAYOUT_1","itemsData":[{"title":"Read More","desc":"<p class=\"rteBlock\" no_space_b=\"true\" no_space_e=\"true\">I had some issues with past dental work, specifically the way old crowns were created. He fixed those issues, and my teeth and health are doing so much better. His team also has a lot of information about the best holistic dental practices, which are based on science and actually work. I'm also super happy with Stephanie as my dental hygienist. In every other dentist's office, I've always had issues with them being too rough during my cleaning, then judging me for the fact that my gums bled due to their rough treatment. Stephanie is very gentle but thorough, and quite a delight to talk to as well. Overall I've had nothing but positive experiences here, and I would highly recommend them to everyone.</p>","button":{"text":"Button"},"showButton":false,"showMedia":false}],"firstExpanded":false,"closeOthers":true,"addSchemaMarkup":false,"titleTag":"h6","_styles":{"itemTitleWrapper":{"common":{"background-color":"var(--color_4)","background-origin":null}},"itemTitle":{"desktop":{"font-size":"18px"},"tablet":{"font-size":"18px"},"mobile_implicit":{"font-size":"14px"}},"itemArrowWrapper":{"common":{"background-color":"rgba(0, 0, 0, 0)","color":"var(--color_1)","background-origin":null},"desktop":{"width":"35px"},"tablet":{"width":"35px"}}}},"id":"1372057303"}, false)});</script></span></div> </div> </div> </div> <a data-display-type="block" class="u_1033361012 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient flexButton" file="false" href="/reviews" data-element-type="dButtonLinkId" id="1033361012"> <span class="iconBg" aria-hidden="true" id="1490915261"> <span class="icon hasFontIcon icon-star" id="1711053573"></span> </span> <span class="text" id="1312695653">READ MORE REVIEWS</span> </a> </div> </div> </div> <div class="u_1941015879 dmRespRow fullBleedChanged fullBleedMode" style="text-align: center;" id="1941015879" data-page-element-type="section" data-page-element-id="1473014614"> <div class="dmRespColsWrapper" id="1841320038"> <div class="u_1566927836 dmRespCol small-12 large-5 medium-5" id="1566927836"> <div data-element-type="html" class="u_oraldnalabs dmCustomHtml" id="oraldnalabs" data-anchor="oraldnalabs" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6ImZhZGVJbkNvbWJvIiwiZGlyIjoiaW4tcGxhY2UifX0=" data-anim-desktop="fadeInCombo"> <a href="http://www.OralDNA.Com"><img style="margin: 0 auto;display: block;" src="http://www.OralDNA.com/AddOurSite/Logo.jpg" border="1" onerror="handleImageLoadError(this)"/></a> <br/></div> </div> <div class="u_1785056259 dmRespCol small-12 large-7 medium-7" id="1785056259" data-anim-desktop="fadeIn"> <div class="u_1808033169 dmNewParagraph" id="1808033169" style="transition:none;line-height:initial;" data-version="5"><p class="text-align-left m-size-16"><span class="m-font-size-16" style="display: initial;"><span style="display: initial;" class="m-font-size-16" m-font-size-set="true">At our office, we use clinical laboratory services from</span> </span><a href="https://www.oraldna.com/" target="_blank" runtime_url="https://www.oraldna.com/" type="url" style="display: initial;" class="m-font-size-16" m-font-size-set="true">OralDNA Labs®️</a><span class="m-font-size-16" style="display: initial;"> <span style="display: initial;" class="m-font-size-16" m-font-size-set="true">to ensure we are giving our patients the best oral health information possible.</span> </span><a href="https://www.oraldna.com/" target="_blank" runtime_url="https://www.oraldna.com/" type="url" style="display: initial;" class="m-font-size-16" m-font-size-set="true">OralDNA Labs®️</a><span class="m-font-size-16" style="display: initial;"> <span style="display: initial;" class="m-font-size-16" m-font-size-set="true">is a specialty diagnostics company designed to provide reliable, definitive and cost effective clinical tests that guide oral health professionals in detecting and prognosing disease at an earlier, more treatable stage.</span></span></p></div> <a data-display-type="block" class="u_1796415917 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="https://www.oraldna.com/" data-element-type="dButtonLinkId" id="1796415917" target="_blank"> <span class="iconBg" id="1578705785"> <span class="icon hasFontIcon icon-star" id="1387735096"></span> </span> <span class="text" id="1835161810">READ MORE</span> </a> </div> </div> </div> <div class="u_1730594834 dmRespRow mobile-columns-reversed hasBackgroundOverlay dmSectionNoParallax" id="1730594834" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS8zY2YzMWQ4OC9kbXMzcmVwL211bHRpL29wdC9UcmFuc2NlbmQtRGVudGFsLVJvdW5kcm9jay1UWC1NZWRpY2luZXMtMTkyMHcuanBlZyIsImh0dHBzOi8vbGlycC5jZG4td2Vic2l0ZS5jb20vM2NmMzFkODgvZG1zM3JlcC9tdWx0aS9vcHQvVHJhbnNjZW5kLURlbnRhbC1IZWFsdGgtUm91bmRyb2NrLVRYLU9mZmljZTUtMTkyMHcuanBnIiwiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS8zY2YzMWQ4OC9kbXMzcmVwL211bHRpL29wdC9UcmFuc2NlbmQtRGVudGFsLVJvdW5kcm9jay1UWC1wYXRod2F5LTE5MjB3LmpwZWciXX0="> <div class="dmRespColsWrapper" id="1751118410"> <div class="u_1089488594 dmRespCol small-12 medium-12 large-12" id="1089488594"> <div class="dmNewParagraph u_1097327324" data-element-type="paragraph" data-version="5" id="1097327324" style="transition: none; text-align: left; display: block;"> <h2 style="line-height: 1.38;"><span style="color: var(--color_3); display: initial;">Whole-Body Dental Care</span></h2> <p style="line-height: 1.38;"><span class="" style="color: var(--color_4); display: initial;"><span style="color: var(--color_4); display: initial;">Our personalized approach</span> </span><strong style="color: var(--color_4); display: initial; font-weight: 700;">transcends dental practice affiliations</strong><span class="" style="color: var(--color_4); display: initial;"><span style="color: var(--color_4); display: initial;">—because you're not just a patient, you're a whole person. Our</span> </span><strong style="color: var(--color_4); display: initial; font-weight: 700;">Round Rock</strong><span single-space="true" class="" style="color: var(--color_4); display: initial;"> <span style="color: var(--color_4); display: initial;"></span> </span><strong style="color: var(--color_4); display: initial; font-weight: 700;">dental office</strong><span class="" style="color: var(--color_4); display: initial;"> <span style="color: var(--color_4); display: initial;">combines safe, non-toxic techniques with compassionate care to deliver a truly</span> </span><strong style="color: var(--color_4); display: initial; font-weight: 700;">calm</strong><span class="" style="color: var(--color_4); display: initial;"><span style="color: var(--color_4); display: initial;">, gentle, and</span> </span><strong style="color: var(--color_4); display: initial; font-weight: 700;">personalized holistic dentistry</strong><span class="" style="color: var(--color_4); display: initial;"> <span style="color: var(--color_4); display: initial;">experience.</span></span></p><p style="line-height: 1.38;"><span style="color: var(--color_4); display: initial;">Services include:</span></p> <ul class="defaultList bullet"><li style="line-height: 1.38; color: var(--color_4);"><span class="" style="color: var(--color_4); display: initial;"><span style="color: var(--color_4); display: initial;">Safe removal of</span> </span><strong style="color: var(--color_4); display: initial; font-weight: 700;">amalgam fillings</strong><span class="" style="color: var(--color_4); display: initial;"> <span style="color: var(--color_4); display: initial;">using SMART protocols<br/><br/></span></span></li><li style="line-height: 1.38; color: var(--color_4);"><span class="" style="color: var(--color_4); display: initial;"><span style="color: var(--color_4); display: initial;">Mercury-safe and</span> </span><strong style="color: var(--color_4); display: initial; font-weight: 700;">fluoride-free</strong><span class="" style="color: var(--color_4); display: initial;"> <span style="color: var(--color_4); display: initial;">restorations<br/><br/></span></span></li><li style="line-height: 1.38; color: var(--color_4);"><span class="" style="color: var(--color_4); display: initial;"><span style="color: var(--color_4); display: initial;">Use of</span> </span><strong style="color: var(--color_4); display: initial; font-weight: 700;">essential oils</strong><span class="" style="color: var(--color_4); display: initial;"> <span style="color: var(--color_4); display: initial;">and natural detox support<br/><br/></span></span></li><li style="line-height: 1.38; color: var(--color_4);"><span class="" style="color: var(--color_4); display: initial;"><span style="color: var(--color_4); display: initial;">Prevention-focused exams and</span> </span><strong style="color: var(--color_4); display: initial; font-weight: 700;">biocompatible</strong><span class="" style="color: var(--color_4); display: initial;"> <span style="color: var(--color_4); display: initial;">materials<br/><br/></span></span></li><li style="line-height: 1.38; color: var(--color_4);"><span class="" style="color: var(--color_4); display: initial;"><span style="color: var(--color_4); display: initial;">Ozone therapy for deep</span> </span><strong style="color: var(--color_4); display: initial; font-weight: 700;">oral hygiene</strong><span class="" style="color: var(--color_4); display: initial;"> <span style="color: var(--color_4); display: initial;">and healing<br/><br/></span></span></li></ul> <p style="line-height: 1.38;"><span class="" style="color: var(--color_4); display: initial;"><span style="color: var(--color_4); display: initial;">Every material, treatment plan, and tool we use is chosen to support your</span> </span><strong style="color: var(--color_4); display: initial; font-weight: 700;">wellness</strong><span class="" style="color: var(--color_4); display: initial;"><span style="color: var(--color_4); display: initial;">,</span> </span><strong style="color: var(--color_4); display: initial; font-weight: 700;">dental health</strong><span class="" style="color: var(--color_4); display: initial;"><span style="color: var(--color_4); display: initial;">, and the complex system that is your</span> </span><strong style="color: var(--color_4); display: initial; font-weight: 700;">body</strong><span style="color: var(--color_4); display: initial;">.</span><span style="display: initial;"><br/><br/></span></p></div> <a data-display-type="block" class="u_1505956272 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient flexButton" file="false" href="/holistic-dentistry-round-rock-tx" data-element-type="dButtonLinkId" id="1505956272"> <span class="iconBg" aria-hidden="true" id="1690499282"> <span class="icon hasFontIcon icon-star" id="1727977736"></span> </span> <span class="text" id="1826431650">LEARN MORE</span> </a> </div> </div> </div> <div class="u_1151811925 dmRespRow mobile-columns-reversed" id="1151811925"> <div class="dmRespColsWrapper" id="1938172193"> <div class="u_1533495021 dmRespCol small-12 medium-12 large-12" id="1533495021"> <div class="u_1642248912 dmNewParagraph" id="1642248912" style="text-align: left;" data-element-type="paragraph" data-version="5"> <h2 class="text-align-center"><span style="color: var(--color_1); display: initial;">Our Mission</span></h2> </div> <div class="u_1404626711 dmNewParagraph" data-element-type="paragraph" id="1404626711" style="text-align: left; transition: none; display: block;" data-version="5"><p class="text-align-center m-size-16"><span style="display: initial; color: var(--color_2);" class="m-font-size-16" m-font-size-set="true">At Transcend Dental Health, our mission is to encourage all our patients to achieve the highest level of wellbeing possible, to provide personalized education and to tailor a unique treatment plan to support our patients’ health, function, and longevity. </span></p></div></div> </div> </div> <div data-flex-id="8f25bd20" data-auto="flex-section" id="1280857648" data-layout-section="" data-page-element-type="section" data-page-element-id="1107251752"> <div class="flex-widgets-container" id="1819969766"></div> <section id="4a3f82d2" class="flex-element section" data-auto="flex-element-section"> <div id="e510fe29" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="e19382f3" class="flex-element group" data-auto="flex-element-group"> <div id="14ef7084" class="flex-element group" data-auto="flex-element-group"> <div id="9da40dea" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1387563888"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1387563888" style=""> <h2 class="text-align-center m-size-29 size-36 m-text-align-center"><span style="display: unset; color: var(--color_1);" class="font-size-36 m-font-size-29">Cardio Risk CIMT Testing</span></h2> </div> </div> <div id="widget_i4t" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="link" data-external-id="1576017134"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient flexButton" file="false" href="https://cardiorisk.com/" data-element-type="dButtonLinkId" id="1576017134" target="_blank"> <span class="iconBg" aria-hidden="true" id="1272863134"> <span class="icon hasFontIcon icon-star" id="1139289505"></span> </span> <span class="text" id="1925800290">LEARN MORE</span> </a> </div> </div> <div id="e36253c1" class="flex-element group" data-auto="flex-element-group"> <div id="ce20e463" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1920969533"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1920969533"> <h2 class="m-size-29 text-align-center size-36 m-text-align-center"><span style="color: var(--color_1); display: unset;" class="m-font-size-29 font-size-36">Mercury Tri Test</span></h2> </div> </div> <div id="widget_fgp" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="link" data-external-id="1265349857"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient flexButton" file="false" href="https://www.quicksilverscientific.com/collections/all?sort_by=best-selling&filter.p.m.custom.filter_shop=Testing" data-element-type="dButtonLinkId" id="1265349857" target="_blank"> <span class="iconBg" aria-hidden="true" id="1929132863"> <span class="icon hasFontIcon icon-star" id="1794192958"></span> </span> <span class="text" id="1760608861">LEARN MORE</span> </a> </div> </div> <div id="e59cd250" class="flex-element group" data-auto="flex-element-group"> <div id="f27b4584" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1543452399"> <div class="imageWidget align-center u_1543452399" data-element-type="image" data-widget-type="image" id="1543452399"><img src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/Transcend-Dental-Health-Roundrock-TX-Office4-1920w.jpg" alt="A dental office with a mickey mouse toy on the counter." id="1638645722" class="" data-dm-image-path="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/Transcend-Dental-Health-Roundrock-TX-Office4.jpg" width="512" height="384" onerror="handleImageLoadError(this)"/></div> </div> </div> </div> </div> </section> </div> <div data-flex-id="d2b871c5" data-auto="flex-section" id="1114622406" data-layout-section="" data-page-element-type="section" data-page-element-id="1107251752"> <div class="flex-widgets-container" id="1166816470"></div> <section id="1793c307" class="flex-element section" data-auto="flex-element-section"> <div id="72b4f1cf" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="7bf85f5b" class="flex-element group" data-auto="flex-element-group"> <div id="34e907ca" class="flex-element group" data-auto="flex-element-group"> <div id="ac952e90" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1152363453"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1152363453" style=""> <h2 class="text-align-center m-size-29 size-36 m-text-align-center"><span style="color: var(--color_1); display: unset;" class="font-size-36 m-font-size-29">Biocompatibility Testing</span></h2> </div> </div> <div id="widget_p82" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="link" data-external-id="1246519620"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient flexButton" file="false" href="/biocompatibility-testing" data-element-type="dButtonLinkId" id="1246519620"> <span class="iconBg" aria-hidden="true" id="1870389211"> <span class="icon hasFontIcon icon-star" id="1098632426"></span> </span> <span class="text" id="1043520656">LEARN MORE</span> </a> </div> </div> <div id="3f5ccea2" class="flex-element group" data-auto="flex-element-group"> <div id="2914e9d8" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1452728886"> <div class="imageWidget align-center u_1452728886" data-element-type="image" data-widget-type="image" id="1452728886"><img src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/Transcend-Dental-Health-Roundrock-TX-Office1-1920w.jpg" alt="A waiting room with a couch , table , and television." id="1015723160" class="" data-dm-image-path="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/Transcend-Dental-Health-Roundrock-TX-Office1.jpg" width="512" height="384" onerror="handleImageLoadError(this)"/></div> </div> </div> <div id="9a108df4" class="flex-element group" data-auto="flex-element-group"> <div id="6ce16693" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1298381932"> <div class="imageWidget align-center u_1298381932" data-element-type="image" data-widget-type="image" id="1298381932"><img src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/Transcend-Dental-Health-Roundrock-TX-Office2-1920w.jpg" alt="A waiting room with a couch , chairs and a counter." id="1113033402" class="" data-dm-image-path="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/Transcend-Dental-Health-Roundrock-TX-Office2.jpg" width="512" height="384" onerror="handleImageLoadError(this)"/></div> </div> </div> </div> </div> </section> </div> <div class="dmRespRow u_1433152353" id="1433152353"> <div class="dmRespColsWrapper" id="1871110967"> <div class="dmRespCol large-12 medium-12 small-12" id="1951066546"> <div class="u_1707926958 dmNewParagraph text-align-center" data-element-type="paragraph" id="1707926958" style="display:block;transition:opacity 1s ease-in-out 0s;" data-version="5"> <h3 class="text-align-center"><span style="display: initial; color: var(--color_3);">Learn More About Our Latest Articles</span></h3> </div> <div class="u_1542077810 default mainBlog list_slider" id="1542077810" dmle_extension="internal_blog_list" data-element-type="internal_blog_list" show-images="true" wr="true" trim-title="false" show-blog-title="false" posts-animation="none" show-action-text="true" text-align="left" icon="true" surround="true" adwords="" list-layout="list_slider" visible-items="3" visible-post-lines="4" search-tags="article" search-term="" more-posts-text="Show More" header-type="H2" posts-padding="10" posts-per-row="3" show-author="true" text-box-padding="true" action-text="Read More →" skip-post-index="-1" blog-posts-feature-flag="true" data-image-hover-effect="zoomout" show-more-posts-text="false"> <div class="inner clearfix"> <div style="-ms-grid-column:1; -ms-grid-row:1" class="postArticle "> <div class="inner clearfix wow" style="animation-delay: 200.0ms;"> <a class="blogImgLink" dont-color-link="true" href="/articles/the-wizard-of-ozone" data-blog-post-alias="articles/the-wizard-of-ozone"> <div class="blogImg" style="background-image: url('https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/wizard-of-ozone-FEATURE-TDHTX-1920w.jpg');"><img src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/wizard-of-ozone-FEATURE-TDHTX-1920w.jpg" "="" onerror="handleImageLoadError(this)"/></div> </a> <div class="postText clearfix"> <div class="postTitle"> <h3> <a dont-color-link="true" href="/articles/the-wizard-of-ozone" data-blog-post-alias="articles/the-wizard-of-ozone">THE WIZARD OF OZONE</a> </h3> </div> <div class="authorBar"> <span>By TDHOffice</span> <span>•</span> <span>February 7, 2019</span> </div> <div class="postDescription">High above the Earth, lightning cracks. There’s no one around to hear the thunder as molecules split. As they reform, no one is there to witness something new and powerful being created, a superhero with the power to fight invaders capable of wreaking havoc on life as we know it.</div> <div class="readMore"> <a dont-color-link="true" href="/articles/the-wizard-of-ozone"></a> </div> </div> </div> </div> <div style="-ms-grid-column:2; -ms-grid-row:1" class="postArticle "> <div class="inner clearfix wow" style="animation-delay: 400.0ms;"> <a class="blogImgLink" dont-color-link="true" href="/uncategorized/natural-health-pioneers" data-blog-post-alias="uncategorized/natural-health-pioneers"> <div class="blogImg" style="background-image: url('https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/articles-AAN-009-1-1920w.jpg');"><img src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/articles-AAN-009-1-1920w.jpg" "="" onerror="handleImageLoadError(this)"/></div> </a> <div class="postText clearfix"> <div class="postTitle"> <h3> <a dont-color-link="true" href="/uncategorized/natural-health-pioneers" data-blog-post-alias="uncategorized/natural-health-pioneers">Natural Health Pioneers</a> </h3> </div> <div class="authorBar"> <span>By TDHPublisher</span> <span>•</span> <span>December 16, 2018</span> </div> <div class="postDescription">NATURAL HEALTH PIONEERS: Biological dentistry, chemical sensitivities, and the story of Annde</div> <div class="readMore"> <a dont-color-link="true" href="/uncategorized/natural-health-pioneers"></a> </div> </div> </div> </div> <div style="-ms-grid-column:3; -ms-grid-row:1" class="postArticle lastArticle"> <div class="inner clearfix wow" style="animation-delay: 600.0ms;"> <a class="blogImgLink" dont-color-link="true" href="/articles/the-mouth-is-a-window-into-the-body" data-blog-post-alias="articles/the-mouth-is-a-window-into-the-body"> <div class="blogImg" style="background-image: url('https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/articles-AAN-003-1-1920w.jpg');"><img src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/articles-AAN-003-1-1920w.jpg" alt="A bowl of olives next to a bowl of olive oil" onerror="handleImageLoadError(this)"/></div> </a> <div class="postText clearfix"> <div class="postTitle"> <h3> <a dont-color-link="true" href="/articles/the-mouth-is-a-window-into-the-body" data-blog-post-alias="articles/the-mouth-is-a-window-into-the-body">The Mouth Is a Window Into the Body</a> </h3> </div> <div class="authorBar"> <span>By TDHPublisher</span> <span>•</span> <span>December 16, 2018</span> </div> <div class="postDescription">Increasing your awareness of oral plaque is a key component in improving gum health and preventing decay.</div> <div class="readMore"> <a dont-color-link="true" href="/articles/the-mouth-is-a-window-into-the-body"></a> </div> </div> </div> </div> </div> <div></div> </div> <a data-display-type="block" class="u_1046941708 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/video-library-roundrock-tx" data-element-type="dButtonLinkId" id="1046941708"> <span class="iconBg" id="1135127957"> <span class="icon hasFontIcon icon-star" id="1623857381"></span> </span> <span class="text" id="1104983701">VIEW ALL OUR PUBLISHED ARTICLES</span> </a> </div> </div> </div> <div class="u_1738654947 dmRespRow" id="1738654947" data-page-element-type="section" data-page-element-id="1902064173"> <div class="dmRespColsWrapper" id="1344500218"> <div class="dmRespCol large-12 medium-12 small-12 u_1793604898" id="1793604898"> <div class="u_1930710740 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1930710740" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h2 class="text-align-center"><span style="display: unset;">Experience Holistic Dental Care</span></h2> </div> </div> </div> </div> <div class="u_1131215371 dmRespRow fullBleedChanged fullBleedMode" id="1131215371" data-page-element-type="section" data-page-element-id="1902064173"> <div class="dmRespColsWrapper" id="1867019980"> <div class="dmRespCol large-12 medium-12 small-12 u_1524217149" id="1524217149"> <div class="u_1485127362 dmPhotoGallery newPhotoGallery dmPhotoGalleryResp hasFullWidth button_2 photo-gallery-done text-layout-bottom captionAlignment-top_left photoGallery" galleryoptionsparams="{thumbnailsPerRow: 3, rowsToShow: 3, imageScaleMethod: true}" data-desktop-layout="square" data-desktop-columns="4" data-element-type="dPhotoGalleryId" data-desktop-text-layout="bottom" id="1485127362" data-desktop-caption-alignment="top_left" data-image-hover-effect="none" data-rows-to-show="100" data-mobile-columns="1" data-mobile-caption-alignment="top_left" data-mobile-layout="square"> <div class="dmPhotoGalleryHolder clearfix gallery shadowEffectToChildren gallery4inArow" id="1362986591"></div> <div class="layout-container square"> <div class="photogallery-row " data-index=""> <div class="photogallery-column column-4" data-index="0"> <div index="0" class="photoGalleryThumbs animated " data-index="0"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1606298471" data-image-url="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/iStock-1300662861.jpg" style="background-image: url('https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/iStock-1300662861-640w.jpg');"><img id="1024295215" data-src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/iStock-1300662861-1920w.jpg" alt="A computer generated image of a tooth being drilled with a drill." onerror="handleImageLoadError(this)"/></a> </div> <div id="1567869225" class="caption-container u_1567869225" style=""> <span class="caption-inner"> <h3 id="1911013744" class="caption-title u_1911013744">Gentle Amalgam Removal</h3> <div id="1079672107" class="caption-text u_1079672107">We safely remove amalgam fillings using SMART protocols, ensuring your comfort and health throughout the process.</div> <a id="1933880832" class="caption-button dmWidget clearfix u_1933880832" href="/mercury-removal-roundrock-tx" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Learn More</span> </a> </span> </div> </div> </div> </div> <div class="photogallery-column column-4" data-index="1"> <div index="1" class="photoGalleryThumbs animated " data-index="1"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1698779950" data-image-url="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/iStock-1496589808-55cf0c5e.jpg" style="background-image: url('https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/iStock-1496589808-55cf0c5e-640w.jpg');"><img id="1590539896" data-src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/iStock-1496589808-55cf0c5e-1920w.jpg" alt="A close up of three teeth with a filling in them on a pink surface." onerror="handleImageLoadError(this)"/></a> </div> <div id="1771953289" class="caption-container u_1771953289" style=""> <span class="caption-inner"> <h3 id="1054286387" class="caption-title u_1054286387">Mercury-Safe Restorations</h3> <div id="1200678911" class="caption-text u_1200678911">Our fluoride-free restorations are designed with your well-being in mind, using only biocompatible materials.</div> <a id="1560047675" class="caption-button dmWidget clearfix u_1560047675" href="/fillings-roundrock-tx" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Discover Options</span> </a> </span> </div> </div> </div> </div> <div class="photogallery-column column-4" data-index="2"> <div index="2" class="photoGalleryThumbs animated " data-index="2"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1064205286" data-image-url="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/iStock-2150430113.jpg" style="background-image: url('https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/iStock-2150430113-640w.jpg');"><img id="1368320565" data-src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/iStock-2150430113-1920w.jpg" alt="There is a bottle of mint essential oil next to mint leaves." onerror="handleImageLoadError(this)"/></a> </div> <div id="1948554294" class="caption-container u_1948554294" style=""> <span class="caption-inner"> <h3 id="1712605051" class="caption-title u_1712605051">Natural Detox Support</h3> <div id="1116993253" class="caption-text u_1116993253">We incorporate essential oils and natural detox methods to enhance your overall wellness during treatments.</div> <a id="1241695737" class="caption-button dmWidget clearfix u_1241695737" href="/naturopathy-in-dentistry" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Explore Benefits</span> </a> </span> </div> </div> </div> </div> <div class="photogallery-column column-4" data-index="3"> <div index="3" class="photoGalleryThumbs animated " data-index="3"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1745552278" data-image-url="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/iStock-133758501-83070496.jpg" style="background-image: url('https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/iStock-133758501-83070496-640w.jpg');"><img id="1381727597" data-src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/iStock-133758501-83070496-1920w.jpg" alt="A woman is smiling while sitting in a dental chair." onerror="handleImageLoadError(this)"/></a> </div> <div id="1817365976" class="caption-container u_1817365976" style=""> <span class="caption-inner"> <h3 id="1734928107" class="caption-title u_1734928107">Ozone Therapy</h3> <div id="1290095949" class="caption-text u_1290095949">Utilizing ozone therapy, we promote deep oral hygiene and healing, supporting your body's natural defenses.</div> <a id="1429143348" class="caption-button dmWidget clearfix u_1429143348" href="/ozone-therapy-in-dentistry" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Find Out More</span> </a> </span> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="u_1688933179 dmRespRow mobile-columns-reversed hasBackgroundOverlay dmSectionNoParallax" id="1688933179" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS8zY2YzMWQ4OC9kbXMzcmVwL211bHRpL29wdC9UcmFuc2NlbmQtRGVudGFsLVJvdW5kcm9jay1UWC1NZWRpY2luZXMtMTkyMHcuanBlZyIsImh0dHBzOi8vbGlycC5jZG4td2Vic2l0ZS5jb20vM2NmMzFkODgvZG1zM3JlcC9tdWx0aS9vcHQvVHJhbnNjZW5kLURlbnRhbC1IZWFsdGgtUm91bmRyb2NrLVRYLU9mZmljZTUtMTkyMHcuanBnIiwiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS8zY2YzMWQ4OC9kbXMzcmVwL211bHRpL29wdC9UcmFuc2NlbmQtRGVudGFsLVJvdW5kcm9jay1UWC1wYXRod2F5LTE5MjB3LmpwZWciXX0="> <div class="dmRespColsWrapper" id="1427480257"> <div class="u_1297474378 dmRespCol small-12 medium-12 large-12" id="1297474378"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1689730660" style="transition: opacity 1s ease-in-out;"> <h2 style="line-height: 1.38;"><span style="color: var(--color_3); display: initial;">Gentle, Preventive, and Informed Dentistry</span></h2> <p style="line-height: 1.38;"><span style="color: var(--color_4); display: initial; font-weight: normal;">From your first appointment, we take time to understand your needs and concerns—especially if you’re managing chronic conditions like fibromyalgia, autoimmune issues, or allergies to certain dental materials. Our goal is to remove harmful toxins, prevent disease, and restore comfort in a way that respects the importance of your unique health journey.</span></p><p><span style="display: initial;"><br/></span></p> <h2 style="line-height: 1.38;"><span style="color: var(--color_3); display: initial;">Your Trusted Mercury-Free Dentist in Round Rock, TX</span></h2> <p style="line-height: 1.38;"><span class="" style="color: var(--color_4); display: initial;"><span style="color: var(--color_4); display: initial;">Dr. Chang is proud to be one of the leading</span> </span><strong style="color: var(--color_4); display: initial; font-weight: 700;">mercury-free dentists in Round Rock</strong><span class="" style="color: var(--color_4); display: initial;"><span style="color: var(--color_4); display: initial;">. Our office follows strict safety protocols when working with</span> </span><strong style="color: var(--color_4); display: initial; font-weight: 700;">amalgam</strong><span style="color: var(--color_4); display: initial;">, ensuring your health is protected during every procedure.</span></p><p style="line-height: 1.38;"><span class="" style="color: var(--color_4); display: initial;"><span style="color: var(--color_4); display: initial;">Whether you're replacing</span> </span><strong style="color: var(--color_4); display: initial; font-weight: 700;">fillings</strong><span class="" style="color: var(--color_4); display: initial;"><span style="color: var(--color_4); display: initial;">, seeking detox-safe</span> </span><strong style="color: var(--color_4); display: initial; font-weight: 700;">crowns</strong><span class="" style="color: var(--color_4); display: initial;"><span style="color: var(--color_4); display: initial;">, or exploring a more natural</span> </span><strong style="color: var(--color_4); display: initial; font-weight: 700;">dental treatment</strong><span class="" style="color: var(--color_4); display: initial;"> <span style="color: var(--color_4); display: initial;">plan, we make sure your care supports both your</span> </span><strong style="color: var(--color_4); display: initial; font-weight: 700;">oral health</strong><span class="" style="color: var(--color_4); display: initial;"> <span style="color: var(--color_4); display: initial;">and your</span> </span><strong style="color: var(--color_4); display: initial; font-weight: 700;">whole-body health</strong><span style="color: var(--color_4); display: initial;">.</span></p><p><span style="display: initial;"><br/></span></p></div> <a data-display-type="block" class="u_1424134661 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient flexButton" file="false" href="/holistic-dentistry-round-rock-tx" data-element-type="dButtonLinkId" id="1424134661"> <span class="iconBg" aria-hidden="true" id="1291974323"> <span class="icon hasFontIcon icon-star" id="1638109165"></span> </span> <span class="text" id="1019531533">LEARN MORE</span> </a> </div> </div> </div> <div class="dmRespRow u_1073946511 fullBleedChanged fullBleedMode" id="1073946511"> <div class="dmRespColsWrapper" id="1415156779"> <div class="u_1691628687 dmRespCol small-12 medium-12 large-12" id="1691628687"> <div id="1962866990" dmle_extension="ssraccordion" data-element-type="ssraccordion" class="u_1962866990"><span id="ssrWrap-1962866990" ><style data-styled="true" data-styled-version="5.3.11">@media all{.UJRim{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:8px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:18px 20px;padding-top:16px;padding-bottom:16px;border-bottom:solid 1px #e1e1e1;border-top-width:0px;border-bottom-color:rgb(225,225,225);border-right-width:0px;border-bottom-width:0px;border-left-color:rgb(51,51,51);border-top-color:rgb(51,51,51);border-right-color:rgb(51,51,51);border-style:solid;border-left-width:0px;}}/*!sc*/ @media all{.cEIUjV{aspect-ratio:1 / 1;width:20px;color:var(--color_3);}}/*!sc*/ @media (min-width:1025px){.cEIUjV{width:35px;height:35px;}}/*!sc*/ @media (max-width:1024px) and (min-width:768px){.cEIUjV{width:35px;height:35px;}}/*!sc*/ @media (max-width:767px){.cEIUjV{width:30px;height:30px;}}/*!sc*/ @media all{.nXtpH{width:100%;height:100%;-webkit-transition:-webkit-transform 0.3s ease-in-out;-webkit-transition:transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;}}/*!sc*/ @media all{.dygwmn{overflow:hidden;-webkit-transition:max-height 0.3s ease-out;transition:max-height 0.3s ease-out;height:auto;max-height:0;}}/*!sc*/ @media all{.bGGwRQ{padding:16px;padding-top:16px;padding-bottom:16px;margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;gap:24px;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:solid 1px #e1e1e1;background:#f2f2f2;border-top-width:0px;border-bottom-color:rgb(225,225,225);border-right-width:0px;border-left-color:rgb(51,51,51);border-right-color:rgb(51,51,51);border-left-width:0px;background-color:rgba(242,242,242,0);border-bottom-width:0px;border-top-color:rgb(51,51,51);border-style:solid;}}/*!sc*/ @media (max-width:767px){.bGGwRQ{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}}/*!sc*/ @media all{.hzZYLO{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:16px;text-align:start;-webkit-flex:1;-ms-flex:1;flex:1;}}/*!sc*/ data-styled.g2[id="sc-gEvEer"]{content:"UJRim,cEIUjV,nXtpH,dygwmn,bGGwRQ,hzZYLO,"}/*!sc*/ @media all{.cqCbBg{-webkit-flex:1;-ms-flex:1;flex:1;}}/*!sc*/ data-styled.g3[id="sc-eqUAAy"]{content:"cqCbBg,"}/*!sc*/ @media all{.kOipFV{cursor:pointer;}}/*!sc*/ data-styled.g6[id="sc-iGgWBj"]{content:"kOipFV,"}/*!sc*/ @media all{.klkBRG{list-style-type:none;overflow:hidden;margin:0;padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:0;border:solid 1px #e1e1e1;border-bottom:none;border-top-width:0px;border-bottom-color:rgb(0,0,0);border-right-width:0px;border-bottom-width:0px;border-left-color:rgb(225,225,225);border-top-color:rgb(225,225,225);border-right-color:rgb(225,225,225);border-style:solid;border-left-width:0px;}}/*!sc*/ data-styled.g7[id="sc-gsFSXq"]{content:"klkBRG,"}/*!sc*/ @media all{.bxaZdP{-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;fill:currentColor;height:100%;width:100%;}}/*!sc*/ data-styled.g8[id="sc-kAyceB"]{content:"bxaZdP,"}/*!sc*/ @media all{#dm#dm#dm .fhArhi.fhArhi{margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:8px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;color:var(--color_3);}}/*!sc*/ @media (min-width:1025px){#dm#dm#dm .fhArhi.fhArhi{font-size:40px;}}/*!sc*/ @media (max-width:1024px) and (min-width:768px){#dm#dm#dm .fhArhi.fhArhi{font-size:40px;}}/*!sc*/ @media (max-width:767px){#dm#dm#dm .fhArhi.fhArhi{font-size:30px;}}/*!sc*/ @media all{#dm#dm#dm .jAXunl.jAXunl{color:var(--color_4);}#dm#dm#dm .jAXunl.jAXunl p{margin-block:0;overflow-wrap:anywhere;}}/*!sc*/ data-styled.g9[id="sc-imWYAI"]{content:"fhArhi,jAXunl,"}/*!sc*/ </style><div data-auto="runtime-accordion-widget" class="sc-gEvEer"><ul data-grab="accordion-container" class="sc-gsFSXq klkBRG"><li data-grab="accordion-item-container" class="sc-iGgWBj kOipFV"><div tabindex="0" data-grab="accordion-item-title-wrapper" class="sc-gEvEer UJRim"><h2 data-auto="accordion-item-title" data-grab="accordion-item-title" class="sc-imWYAI fhArhi"><span class="sc-eqUAAy cqCbBg">FAQs – What Patients Want to Know</span></h2><div data-grab="accordion-item-arrow-wrapper" class="sc-gEvEer cEIUjV"><div data-grab="accordion-item-arrow" class="sc-gEvEer nXtpH"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1152 1792" fill="currentColor" class="sc-kAyceB bxaZdP"><path fill="inherit" d="M1075 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"></path></svg></div></div></div><div class="sc-gEvEer"><div class="sc-gEvEer dygwmn"><div data-grab="accordion-item-desc" class="sc-gEvEer bGGwRQ"><div class="sc-gEvEer hzZYLO"><div data-auto="desc" data-grab="accordion-item-desc-text" class="sc-imWYAI jAXunl"><p class="rteBlock" no_space_b="true" no_space_e="true"><strong no_space_b="true" no_space_e="true">Q: What makes your office different?</strong></p><br/><p class="rteBlock" no_space_b="true" no_space_e="true"> A: We’re a biological dentist office that blends modern dentistry with holistic principles. That includes fluoride-free, mercury-safe, and biocompatible dental care designed around your health—not just your teeth.</p><br/><p class="rteBlock" no_space_b="true" no_space_e="true"><strong no_space_b="true" no_space_e="true">Q: Do you see families?</strong></p><br/><p class="rteBlock" no_space_b="true" no_space_e="true"> A: Yes! We provide holistic dentistry for children and adults, making us a great dental home for your entire family.</p><br/><p class="rteBlock" no_space_b="true" no_space_e="true"><strong no_space_b="true" no_space_e="true">Q: What are biocompatible materials?</strong></p><br/><p class="rteBlock" no_space_b="true" no_space_e="true"> A: They’re materials that won’t trigger immune reactions, ensuring your body tolerates your dental work long-term.</p><br/><p class="rteBlock" no_space_b="true" no_space_e="true"><strong no_space_b="true" no_space_e="true">Q: Do you help with detox or chronic illness support?</strong></p><br/><p class="rteBlock" no_space_b="true" no_space_e="true"> A: We do. Our protocols help patients suffering from mold, toxins, infections, or parasites by eliminating oral sources that can impact their overall health.</p><br/></div></div></div></div></div></li></ul></div><script data-role="hydration">;window?.waitForDeferred?.('ssrLibrariesLoaded', () => {window.SSRRuntime.RuntimeReactHelpers.initiateWidget({"type":"SSR_ACCORDION","props":{"layout":"LAYOUT_3","itemsData":[{"title":"FAQs – What Patients Want to Know","desc":"<p class=\"rteBlock\" no_space_b=\"true\" no_space_e=\"true\"><strong no_space_b=\"true\" no_space_e=\"true\">Q: What makes your office different?</strong></p><br/><p class=\"rteBlock\" no_space_b=\"true\" no_space_e=\"true\"> A: We’re a biological dentist office that blends modern dentistry with holistic principles. That includes fluoride-free, mercury-safe, and biocompatible dental care designed around your health—not just your teeth.</p><br/><p class=\"rteBlock\" no_space_b=\"true\" no_space_e=\"true\"><strong no_space_b=\"true\" no_space_e=\"true\">Q: Do you see families?</strong></p><br/><p class=\"rteBlock\" no_space_b=\"true\" no_space_e=\"true\"> A: Yes! We provide holistic dentistry for children and adults, making us a great dental home for your entire family.</p><br/><p class=\"rteBlock\" no_space_b=\"true\" no_space_e=\"true\"><strong no_space_b=\"true\" no_space_e=\"true\">Q: What are biocompatible materials?</strong></p><br/><p class=\"rteBlock\" no_space_b=\"true\" no_space_e=\"true\"> A: They’re materials that won’t trigger immune reactions, ensuring your body tolerates your dental work long-term.</p><br/><p class=\"rteBlock\" no_space_b=\"true\" no_space_e=\"true\"><strong no_space_b=\"true\" no_space_e=\"true\">Q: Do you help with detox or chronic illness support?</strong></p><br/><p class=\"rteBlock\" no_space_b=\"true\" no_space_e=\"true\"> A: We do. Our protocols help patients suffering from mold, toxins, infections, or parasites by eliminating oral sources that can impact their overall health.</p><br/>","button":{"text":"Button"},"showButton":false,"showMedia":false}],"firstExpanded":false,"closeOthers":true,"addSchemaMarkup":false,"titleTag":"h2","_styles":{"container":{"common":{"border-top-width":"0px","border-bottom-color":"rgb(0, 0, 0)","border-right-width":"0px","border-bottom-width":"0px","border-left-color":"rgb(225, 225, 225)","border-top-color":"rgb(225, 225, 225)","border-width":null,"border-color":null,"border-right-color":"rgb(225, 225, 225)","border-style":"solid","border-left-width":"0px"}},"itemTitleWrapper":{"common":{"border-top-width":"0px","border-bottom-color":"rgb(225, 225, 225)","border-right-width":"0px","border-bottom-width":"0px","border-left-color":"rgb(51, 51, 51)","border-top-color":"rgb(51, 51, 51)","border-width":null,"border-color":null,"border-right-color":"rgb(51, 51, 51)","border-style":"solid","border-left-width":"0px"}},"itemTitle":{"common":{"color":"var(--color_3)","text-align":"center"},"desktop":{"font-size":"40px"},"tablet":{"font-size":"40px"},"mobile_implicit":{"font-size":"32px"},"mobile":{"font-size":"30px"}},"itemArrowWrapper":{"common":{"color":"var(--color_3)"},"desktop":{"width":"35px"},"tablet":{"width":"35px"},"mobile":{"width":"30px"}},"itemDesc":{"common":{"border-top-width":"0px","border-bottom-color":"rgb(225, 225, 225)","border-right-width":"0px","border-left-color":"rgb(51, 51, 51)","border-color":null,"border-right-color":"rgb(51, 51, 51)","border-left-width":"0px","background-color":"rgba(242, 242, 242, 0)","border-bottom-width":"0px","border-top-color":"rgb(51, 51, 51)","border-width":null,"background-origin":null,"border-style":"solid"}},"desc":{"common":{"color":"var(--color_4)"}}}},"id":"1962866990"}, false)});</script></span></div> </div> </div> </div> <div class="u_1524454685 dmRespRow fullBleedChanged fullBleedMode hide-for-small hide-for-medium" id="1524454685"> <div class="dmRespColsWrapper" id="1900113046"> <div class="dmRespCol large-12 medium-12 small-12" id="1668899083"> <div class="dmNewParagraph u_1937905964 text-align-center" data-element-type="paragraph" id="1937905964" style="" data-version="5" data-styletopreserve="{"background-image":""}"> <h2 class="ql-indent-6"><span style="display: initial;"> Office Tour</span></h2> </div> <div class="u_1372233959 dmNewParagraph text-align-center" data-element-type="paragraph" id="1372233959" style="transition: opacity 1s ease-in-out 0s; text-align: center;" data-version="5"><p class="text-align-center"><span style="display: initial;">Click on the images to enlarge</span></p></div> <div class="u_1983096166 dmPhotoGallery newPhotoGallery dmPhotoGalleryResp hasShadow" galleryoptionsparams="{thumbnailsPerRow: 3, rowsToShow: 3, imageScaleMethod: true}" data-desktop-layout="pinterest" data-desktop-columns="5" data-element-type="dPhotoGalleryId" data-desktop-text-layout="over" id="1983096166" data-rows-to-show="1" data-image-hover-effect="zoomout" data-placeholder="false"> <ul class="dmPhotoGalleryHolder clearfix gallery shadowEffectToChildren gallery4inArow" id="1569809196"> <li class="photoGalleryThumbs" id="1203116138"> <div class="image-container" id="1338690424"> <a data-dm-multisize-attr="href" data-image-url="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/Transcend-Dental-Health-Roundrock-TX-Office3-4f719002.jpg" id="1572891695"><img irh="" irw="" alt="A dental office with a dental chair and a painting on the wall." data-src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/Transcend-Dental-Health-Roundrock-TX-Office3-4f719002-1920w.jpg" id="1365869221" onerror="handleImageLoadError(this)"/></a> </div> <div class="caption-container" style="display:none" id="1197870016"> <span class="caption-inner" id="1204323681"> <a class="caption-button dmWidget clearfix" id="1703010636"> <span class="iconBg" id="1934069914"> <span class="icon hasFontIcon icon-star" id="1122880901"></span> </span> <span class="text" id="1327447307">Button</span> </a> </span> </div> </li> <li class="photoGalleryThumbs" id="1393088689"> <div class="image-container" id="1798317460"> <a data-dm-multisize-attr="href" data-image-url="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/Transcend-Dental-Health-Roundrock-TX-Office2-7a1f070b.jpg" id="1697739424"><img irh="" irw="" alt="A waiting room with a couch , chairs and a counter." data-src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/Transcend-Dental-Health-Roundrock-TX-Office2-7a1f070b-1920w.jpg" id="1445844289" onerror="handleImageLoadError(this)"/></a> </div> <div class="caption-container" style="display:none" id="1498946240"> <span class="caption-inner" id="1614698219"> <a class="caption-button dmWidget clearfix" id="1326123932"> <span class="iconBg" id="1468947460"> <span class="icon hasFontIcon icon-star" id="1369172725"></span> </span> <span class="text" id="1242961297">Button</span> </a> </span> </div> </li> <li class="photoGalleryThumbs" id="1983657548"> <div class="image-container" id="1897843860"> <a data-dm-multisize-attr="href" data-image-url="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/Transcend-Dental-Health-Roundrock-TX-Office4-7d259e24.jpg" id="1665266634"><img irh="" irw="" alt="A dental office with a mickey mouse toy on the counter." data-src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/Transcend-Dental-Health-Roundrock-TX-Office4-7d259e24-1920w.jpg" id="1286251026" onerror="handleImageLoadError(this)"/></a> </div> <div class="caption-container" style="display:none" id="1287469797"> <span class="caption-inner" id="1117182357"> <a class="caption-button dmWidget clearfix" id="1761591365"> <span class="iconBg" id="1338881533"> <span class="icon hasFontIcon icon-star" id="1029326178"></span> </span> <span class="text" id="1900666247">Button</span> </a> </span> </div> </li> <li class="photoGalleryThumbs" id="1948650211"> <div class="image-container" id="1581231239"> <a data-dm-multisize-attr="href" data-image-url="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/Transcend-Dental-Health-Roundrock-TX-Office1-dc4b54c9.jpg" id="1959074019"><img irh="" irw="" alt="A waiting room with a couch , table , and television." data-src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/Transcend-Dental-Health-Roundrock-TX-Office1-dc4b54c9-1920w.jpg" id="1655873692" onerror="handleImageLoadError(this)"/></a> </div> <div class="caption-container" style="display:none" id="1596827702"> <span class="caption-inner" id="1820149658"> <a class="caption-button dmWidget clearfix" id="1670064693"> <span class="iconBg" id="1590739151"> <span class="icon hasFontIcon icon-star" id="1402699395"></span> </span> <span class="text" id="1477071392">Button</span> </a> </span> </div> </li> <li class="photoGalleryThumbs" id="1623432684"> <div class="image-container" id="1393955549"> <a data-dm-multisize-attr="href" data-image-url="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/Transcend-Dental-Health-Roundrock-TX-Office5.jpg" id="1395658641"><img irh="" irw="" alt="A row of shelves filled with lots of different types of medications." data-src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/Transcend-Dental-Health-Roundrock-TX-Office5-1920w.jpg" id="1913614931" onerror="handleImageLoadError(this)"/></a> </div> <div class="caption-container" style="display:none" id="1023374653"> <span class="caption-inner" id="1654673831"> <a class="caption-button dmWidget clearfix" id="1593869608"> <span class="iconBg" id="1314703462"> <span class="icon hasFontIcon icon-star" id="1451119917"></span> </span> <span class="text" id="1903901603">Button</span> </a> </span> </div> </li> <li class="photoGalleryThumbs" id="1465832466"> <div class="image-container" id="1223221979"> <a data-dm-multisize-attr="href" data-image-url="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/Transcend-Dental-Roundrock-TX-Front-Building-8a6d9c1f.jpg" id="1224203058" class="u_1224203058"><img irh="" irw="" alt="A building with a sign that says transcend dental on it" data-src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/Transcend-Dental-Roundrock-TX-Front-Building-8a6d9c1f-1920w.jpg" id="1862014796" class="" onerror="handleImageLoadError(this)"/></a> </div> <div class="caption-container" style="display:none" id="1025276928"> <span class="caption-inner" id="1142207176"> <a class="caption-button dmWidget clearfix" id="1463251144"> <span class="iconBg" id="1965424595"> <span class="icon hasFontIcon icon-star" id="1650290768"></span> </span> <span class="text" id="1453335026">Button</span> </a> </span> </div> </li> <li class="photoGalleryThumbs" id="1218141333"> <div class="image-container" id="1600219265"> <a data-dm-multisize-attr="href" data-image-url="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/Transcend-Dental-Roundrock-TX-LabTechnicians-129e46dd.jpeg" id="1372403641" class="u_1372403641"><img irh="" irw="" alt="A doctor is looking through a microscope in a lab." data-src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/Transcend-Dental-Roundrock-TX-LabTechnicians-129e46dd-1920w.jpeg" id="1462233331" class="" onerror="handleImageLoadError(this)"/></a> </div> <div class="caption-container" style="display:none" id="1934707798"> <span class="caption-inner" id="1275876850"> <a class="caption-button dmWidget clearfix" id="1413142537"> <span class="iconBg" id="1251893559"> <span class="icon hasFontIcon icon-star" id="1383067932"></span> </span> <span class="text" id="1246032492">Button</span> </a> </span> </div> </li> <li class="photoGalleryThumbs" id="1965906288"> <div class="image-container" id="1181371818"> <a data-dm-multisize-attr="href" data-image-url="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/Transcend-Dental-Roundrock-TX-LabEquipments-cce81b74.jpeg" id="1646403254" class="u_1646403254"><img irh="" irw="" alt="A computer monitor is sitting on a desk next to a microscope." data-src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/Transcend-Dental-Roundrock-TX-LabEquipments-cce81b74-1920w.jpeg" id="1862369048" class="" onerror="handleImageLoadError(this)"/></a> </div> <div class="caption-container" style="display:none" id="1778854879"> <span class="caption-inner" id="1010154055"> <a class="caption-button dmWidget clearfix" id="1911175463"> <span class="iconBg" id="1880530900"> <span class="icon hasFontIcon icon-star" id="1627046148"></span> </span> <span class="text" id="1088089740">Button</span> </a> </span> </div> </li> <li class="photoGalleryThumbs" id="1884973859"> <div class="image-container" id="1792134574"> <a data-dm-multisize-attr="href" data-image-url="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/Transcend-Dental-Roundrock-TX-WorkersSpace-950c92cb.jpeg" id="1977700813" class="u_1977700813"><img irh="" irw="" alt="A dental office with a sign on the wall that says transcend dental" data-src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/Transcend-Dental-Roundrock-TX-WorkersSpace-950c92cb-1920w.jpeg" id="1644237568" class="" onerror="handleImageLoadError(this)"/></a> </div> <div class="caption-container" style="display:none" id="1692193067"> <span class="caption-inner" id="1778335366"> <a class="caption-button dmWidget clearfix" id="1717691234"> <span class="iconBg" id="1319061259"> <span class="icon hasFontIcon icon-star" id="1330686882"></span> </span> <span class="text" id="1640995302">Button</span> </a> </span> </div> </li> <li class="photoGalleryThumbs" id="1459622359"> <div class="image-container" id="1009909359"> <a data-dm-multisize-attr="href" data-image-url="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/Transcend-Dental-Roundrock-TX-pathway-4169edb1.jpeg" id="1693335472" class="u_1693335472"><img irh="" irw="" alt="A long hallway filled with shelves filled with lots of food." data-src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/Transcend-Dental-Roundrock-TX-pathway-4169edb1-1920w.jpeg" id="1655017767" class="" onerror="handleImageLoadError(this)"/></a> </div> <div class="caption-container" style="display:none" id="1288488645"> <span class="caption-inner" id="1488567985"> <a class="caption-button dmWidget clearfix" id="1617494163"> <span class="iconBg" id="1283259860"> <span class="icon hasFontIcon icon-star" id="1649727326"></span> </span> <span class="text" id="1187546261">Button</span> </a> </span> </div> </li> </ul> <div class="photoGalleryViewAll link" isall="true" data-viewall="View more" data-viewless="View less" style="display:none;" id="1394537130"></div> </div> </div> </div> </div> <div class="u_1425153339 dmRespRow fullBleedChanged fullBleedMode" id="1425153339"> <div class="dmRespColsWrapper" id="1964821302"> <div class="u_1600377322 dmRespCol large-12 medium-12 small-12" id="1600377322"> <div data-element-type="html" class="u_1740047703 dmCustomHtml hide-for-small" id="1740047703"> <iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2545.4347857925127!2d-97.7186125541953!3d30.51458881777054!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xeab1366231ab22d7!2sDentist%20Round%20Rock%20TX%20-%20Transcend%20Dental%20Health!5e0!3m2!1sen!2sus!4v1579211558344!5m2!1sen!2sus" width="100%" height="450" frameborder="0" style="border:0;" allowfullscreen=""></iframe> </div> </div> </div> </div> </div> </div> </div> </div> <div class="sticky-widgets-container-global" id="1425822714"></div> <div class="dmFooterContainer"> <div id="fcontainer" class="u_fcontainer f_hcontainer dmFooter p_hfcontainer"> <div dm:templateorder="250" class="dmFooterResp generalFooter" id="1943048428"> <div class="dmRespRow u_1340935590 fullBleedChanged fullBleedMode" id="1340935590"> <div class="dmRespColsWrapper" id="1861494809"> <div class="dmRespCol small-12 medium-12 large-12" id="1048413098"> <div class="dmRespRow fullBleedChanged fullBleedMode" id="1292171480"> <div class="dmRespColsWrapper" id="1950747590"> <div class="u_1873437333 dmRespCol small-12 large-1 medium-1" id="1873437333"> <div class="u_1156361243 graphicWidget" data-element-type="graphic" data-widget-type="graphic" id="1156361243"> <a href="/contact" id="1980094642" file="false"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 70 70" id="1984371127" class="svg u_1984371127" data-icon-name="wp-clock_thin" aria-labelledby="1954200871" data-hover-effect="zoomout"> <title id="1954200871">A black and white clock in a circle on a white background.</title> <g id="1690690607"> <path d="M35,60c-13.8,0-25-11.2-25-25s11.2-25,25-25s25,11.2,25,25S48.8,60,35,60z M35,12c-12.7,0-23,10.3-23,23s10.3,23,23,23 s23-10.3,23-23S47.7,12,35,12z" id="1312273533"></path> <path d="M26,45c-0.3,0-0.5-0.1-0.7-0.3c-0.4-0.4-0.4-1,0-1.4l8.7-8.7V17c0-0.6,0.4-1,1-1c0.6,0,1,0.4,1,1v18c0,0.3-0.1,0.5-0.3,0.7 l-9,9C26.5,44.9,26.3,45,26,45z" id="1384564787"></path> </g> </svg> </a> </div> </div> <div class="u_1637904353 dmRespCol small-12 large-6 medium-6" id="1637904353"> <div class="u_1114733534 default dmHoursOfOperation" id="1114733534" dmle_extension="open_hours" data-element-type="open_hours" time_format="12" wr="true" displaytitle="true" lang="" forcedisplay="false" icon="true" surround="true" adwords=""> <h3 class="dmwidget-title ">Business Hours</h3> <dl class="open-hours-data"> <div class="open-hours-item"> <dt day="0">Mon - Thu</dt> <dd> <time>8:00 am</time> - <time>4:00 pm</time> </dd> </div> <div class="open-hours-item"> <dt day="4">Friday</dt> <dd>Appointment Only</dd> </div> <div class="open-hours-item"> <dt day="5">Sat - Sun</dt> <dd>Closed</dd> </div> </dl> </div> </div> <div class="u_1050467222 dmRespCol small-12 large-2 medium-2" id="1050467222"> <div class="u_1430180800 graphicWidget" data-widget-type="graphic" id="1430180800" data-element-type="graphic"> <a href="https://www.google.com/maps/place/Dentist+Round+Rock+TX+-+Transcend+Dental+Health/@30.5145888,-97.7186126,17.43z/data=!4m5!3m4!1s0x0:0xeab1366231ab22d7!8m2!3d30.5139018!4d-97.7174848?hl=en" id="1706965636" class="" target="_blank" file="false"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 70 70" id="1466885305" class="svg u_1466885305" data-icon-name="wp-location_pin_thin" aria-labelledby="1417643519" data-hover-effect="zoomout"> <title id="1417643519">Map Icon</title> <g id="1527613779"> <path d="M35,10c-9.4,0-17,7.6-17,17c0,4.1,1.5,8,4.1,11.1l0.1,0.1c4.6,5.3,7.9,10.8,9.9,16.4l1,3.7l0,0.1c0.3,1.1,1,1.6,1.9,1.6 s1.6-0.5,1.9-1.6l1-3.8c1.9-5.6,5.3-11.2,9.9-16.4l0.1-0.1C50.5,35,52,31.1,52,27C52,17.6,44.4,10,35,10z M46.4,36.8L46.4,36.8 C41.5,42.3,38.1,48.1,36,54l0,0.1c0,0-1,3.7-1,3.7c0,0-0.1-0.2-0.1-0.2L34,54l0-0.1c-2-5.8-5.5-11.5-10.2-17l-0.1-0.1 C21.3,34.1,20,30.6,20,27c0-8.3,6.7-15,15-15s15,6.7,15,15C50,30.6,48.7,34.1,46.4,36.8z" id="1085638093"></path> <path d="M35,34c-3.9,0-7-3.1-7-7s3.1-7,7-7c3.9,0,7,3.1,7,7S38.9,34,35,34z M35,22c-2.8,0-5,2.2-5,5s2.2,5,5,5c2.8,0,5-2.2,5-5 S37.8,22,35,22z" id="1432579174"></path> </g> </svg> </a> </div> </div> <div class="u_1310042983 dmRespCol small-12 large-3 medium-3" id="1310042983"> <a data-display-type="block" class="u_1165951967 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient flexButton" file="false" href="https://www.google.com/maps/place/Dentist+Round+Rock+TX+-+Transcend+Dental+Health/@30.5145888,-97.7186126,17.43z/data=!4m5!3m4!1s0x0:0xeab1366231ab22d7!8m2!3d30.5139018!4d-97.7174848?hl=en" data-element-type="dButtonLinkId" id="1165951967" target="_blank"> <span class="iconBg" aria-hidden="true" id="1831680563"> <span class="icon hasFontIcon icon-star" id="1467043462"></span> </span> <span class="text" id="1245654723">7215 Wyoming Springs Dr #800, Round Rock, TX 78681</span> </a> </div> </div> </div> <div class="dmRespRow fullBleedChanged fullBleedMode" id="1012818303"> <div class="dmRespColsWrapper" id="1439359872"> <div class="u_1280882149 dmRespCol empty-column small-12 large-4 medium-4 hide-for-small" id="1280882149"></div> <div class="dmRespCol small-12 large-4 medium-4" id="1380052248"> <div class="u_1019088664 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1019088664"> <a href="/" id="1366167874"><img src="https://lirp.cdn-website.com/3cf31d88/dms3rep/multi/opt/TranscendDentalHealth-Roundrock-TX-bluelogo-1920w.jpg" alt="The logo for transcend dental health shows a tooth and a person." id="1150860494" class="" width="690" height="268" data-dm-image-path="https://irp.cdn-website.com/3cf31d88/dms3rep/multi/TranscendDentalHealth-Roundrock-TX-bluelogo.jpg" data-hover-effect="zoomout" onerror="handleImageLoadError(this)"/></a> </div> </div> <div class="u_1048003436 dmRespCol empty-column large-4 medium-4 small-12 hide-for-small" id="1048003436"></div> </div> </div> <div class="dmRespRow fullBleedChanged fullBleedMode" id="1333936045"> <div class="dmRespColsWrapper" id="1390552627"> <div class="u_1064496534 dmRespCol small-12 large-1 medium-1" id="1064496534"> <div class="u_1964448614 graphicWidget" data-widget-type="graphic" id="1964448614" data-element-type="graphic"> <a href="tel:5122553618" id="1144662103" file="false"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" id="1149974728" class="svg u_1149974728" data-icon-name="li_phone" aria-labelledby="1477011024" data-hover-effect="zoomout"> <title id="1477011024">telephone icon</title> <g id="1061069841"> <path d="M36.2,22.1v2.2c5.5,0,10,4.5,10,10h2.2C48.4,27.6,42.9,22.1,36.2,22.1z" id="1076044196"></path> <path d="M52.4,34.3h2.2c0-4.9-1.9-9.6-5.4-13.1c-3.5-3.5-8.1-5.4-13.1-5.4V18c4.4,0,8.5,1.7,11.5,4.8C50.7,25.9,52.4,30,52.4,34.3z " id="1518850267"></path> <path d="M65.1,57l-7.8,7.8L38.8,46.3l7.8-7.8l-15-15L23,32.1c-4.7,4.7-4.7,12.5,0,17.2l31.3,31.3c2.3,2.3,5.4,3.6,8.6,3.6 c3.2,0,6.3-1.3,8.6-3.6l8.6-8.6L65.1,57z M70,79.1c-1.9,1.9-4.4,2.9-7,2.9c-2.7,0-5.2-1-7-2.9L24.6,47.8c-3.9-3.9-3.9-10.2,0-14.1 l7-7l11.9,11.9l-7.8,7.8L57.3,68l7.8-7.8L77,72L70,79.1z" id="1798456070"></path> </g> </svg> </a> </div> </div> <div class="u_1369009873 dmRespCol small-12 large-6 medium-6" id="1369009873"> <a data-display-type="block" class="u_1963024232 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient u_1963024232 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="tel:5122553618" data-element-type="dButtonLinkId" id="1963024232" data-binding="W3siYmluZGluZ05hbWUiOiJsaW5rIiwidmFsdWUiOiJjb250ZW50X2xpYnJhcnkuZ2xvYmFsLnBob25lLm1haW4ifV0=" data-diy-link=""> <span class="iconBg" id="1437359631"> <span class="icon hasFontIcon icon-star" id="1361859219"></span> </span> <span class="text" id="1248641227" data-diy-text="">Call Us: (512) 255-3618</span> </a> </div> <div class="u_1256399729 dmRespCol small-12 large-2 medium-2" id="1256399729"> <div class="u_1208758092 graphicWidget" data-widget-type="graphic" id="1208758092" data-element-type="graphic"> <a href="/contact" id="1569079187" file="false"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" id="1930495305" class="svg u_1930495305" data-icon-name="web_desktop_mobile" aria-labelledby="1996232268" data-hover-effect="zoomout"> <title id="1996232268">Computer Icon</title> <path d="M44.71,61.63a1.51,1.51,0,1,0,1.51,1.51A1.51,1.51,0,0,0,44.71,61.63Zm0,1.75a.24.24,0,1,1,.24-.24A.24.24,0,0,1,44.71,63.38Z" id="1906419914"></path> <path d="M85.58,69.37H68.65a.88.88,0,0,0,0,1.75H85.58a.88.88,0,1,0,0-1.75Z" id="1001173105"></path> <path d="M86.08,41.47H78V26.26a4.35,4.35,0,0,0-4.34-4.34H15.77a4.35,4.35,0,0,0-4.34,4.34V63.83A4.08,4.08,0,0,0,15.5,67.9H34.42a17.31,17.31,0,0,1-.28,3.74,5.79,5.79,0,0,1-3.22,3.84A1.34,1.34,0,0,0,30.18,77a1.51,1.51,0,0,0,1.51,1.1h26A1.51,1.51,0,0,0,59.23,77a1.34,1.34,0,0,0-.74-1.51,5.79,5.79,0,0,1-3.22-3.84A17.37,17.37,0,0,1,55,67.9H65.65v7.68a2.5,2.5,0,0,0,2.5,2.5H86.08a2.5,2.5,0,0,0,2.5-2.5V44A2.5,2.5,0,0,0,86.08,41.47ZM13.18,26.26a2.59,2.59,0,0,1,2.59-2.59H73.65a2.59,2.59,0,0,1,2.59,2.59V41.47H68.15a2.5,2.5,0,0,0-2.5,2.5v14.4H13.18ZM53.55,72a7.16,7.16,0,0,0,3,4.35H32.88a7.16,7.16,0,0,0,3-4.35,19,19,0,0,0,.32-4.08H53.24A19,19,0,0,0,53.55,72Zm1.57-5.84H15.5a2.32,2.32,0,0,1-2.32-2.32V60.12H65.65v6Zm31.7,9.43a.75.75,0,0,1-.75.75H68.15a.75.75,0,0,1-.75-.75V67h0V44a.75.75,0,0,1,.75-.75H86.08a.75.75,0,0,1,.75.75Z" id="1459117634"></path> <path d="M77.11,72.32a1.44,1.44,0,1,0,1.44,1.44A1.44,1.44,0,0,0,77.11,72.32Zm0,1.75a.31.31,0,1,1,.31-.31A.31.31,0,0,1,77.11,74.07Z" id="1039320753"></path> <path d="M75,46.75h4.2a.88.88,0,1,0,0-1.75H75a.88.88,0,1,0,0,1.75Z" id="1993756300"></path> </svg> </a> </div> </div> <div class="u_1516569073 dmRespCol small-12 large-3 medium-3" id="1516569073"> <a data-display-type="block" class="u_1482435049 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/contact" data-element-type="dButtonLinkId" id="1482435049"> <span class="iconBg" id="1255556794"> <span class="icon hasFontIcon icon-star" id="1443625738"></span> </span> <span class="text" id="1404496041">For general questions or concerns, reach out to us!</span> </a> </div> </div> </div> </div> </div> </div> <div class="dmRespRow u_1914997888" id="1914997888"> <div class="dmRespColsWrapper" id="1975814816"> <div class="dmRespCol small-12 medium-12 large-12" id="1784837944"> <nav class="u_1155440333 effect-bottom2 main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_1" layout-sub="submenu_horizontal_1" data-show-vertical-sub-items="HOVER" data-divider="PIPE" id="1155440333" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="" alt="" data-nav-structure="HORIZONTAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/accessibility-statement" class="unifiednav__item " target="" data-target-page-alias="accessibility-statement"> <span class="nav-item-text " data-link-text=" Accessibility Statement " data-auto="page-text-style">Accessibility Statement<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="https://www.iubenda.com/privacy-policy/24277119/cookie-policy" class="unifiednav__item " target="_blank" data-target-page-alias="https://www.iubenda.com/privacy-policy/24277119/cookie-policy"> <span class="nav-item-text " data-link-text="Cookie Policy" data-auto="page-text-style">Cookie Policy<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="https://www.iubenda.com/privacy-policy/24277119" class="unifiednav__item " target="_blank" data-target-page-alias="https://www.iubenda.com/privacy-policy/24277119"> <span class="nav-item-text " data-link-text="Privacy Policy" data-auto="page-text-style">Privacy Policy<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/terms-and-conditions" class="unifiednav__item " target="" data-target-page-alias="terms-and-conditions"> <span class="nav-item-text " data-link-text="Terms And Conditions" data-auto="page-text-style">Terms And Conditions<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/notice-of-privacy-practices" class="unifiednav__item " target="" data-target-page-alias="notice-of-privacy-practices"> <span class="nav-item-text " data-link-text="Notice of Privacy Practices" data-auto="page-text-style">Notice of Privacy Practices<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </nav> <div class="u_1883858543 widget-1f5975 dmCustomWidget" data-lazy-load="" data-title="" id="1883858543" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="1f5975986930429f819d4cd2154b5c4a" data-widget-version="22" data-widget-config="eyJjb3B5cmlnaHRUZXh0IjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPkFsbCBSaWdodHMgUmVzZXJ2ZWQgfCBUcmFuc2NlbmQgRGVudGFsIEhlYWx0aDwvcD4ifQ=="> <div class="copyright"> <div>© 2025 </div> <div><p class="rteBlock">All Rights Reserved | Transcend Dental Health</p></div> </div> </div> <div class="u_1821033107 dmNewParagraph" data-element-type="paragraph" id="1821033107" style="transition: opacity 1s ease-in-out 0s; line-height: initial; text-align: center;" data-version="5"><p class="text-align-center m-size-13 size-16"><span class="font-size-16 m-font-size-13" style="display: initial; color: var(--color_4);"><span class="font-size-16 m-font-size-13" style="display: initial; color: var(--color_4);">Website designed and maintained by</span> </span><a href="https://www.xpresspromotion.com/" target="_blank" runtime_url="https://www.xpresspromotion.com/" type="url" class="font-size-16 m-font-size-13" style="display: initial; color: var(--color_4);">Xpress, INC</a></p></div> <div class="u_1963664650 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1963664650" style="transition: opacity 1s ease-in-out 0s;"><p class="text-align-center m-size-8 size-10"><span class="font-size-10 m-font-size-8" style="display: unset; color: rgba(0, 0, 0, 0);">512-641-5717</span></p></div> </div> </div> </div> </div> <div id="1236746004" dmle_extension="powered_by" data-element-type="powered_by" icon="true" surround="false"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- Add full CSS and Javascript before the close tag of the body if needed --> <!-- ========= JS Section ========= --> <script> var isWLR = true; window.customWidgetsFunctions = {}; window.customWidgetsStrings = {}; window.collections = {}; window.currentLanguage = "ENGLISH" window.isSitePreview = false; </script> <script> window.customWidgetsFunctions["1f5975986930429f819d4cd2154b5c4a~22"] = function (element, data, api) { null }; </script> <script> window.customWidgetsFunctions["7b2ba547771b4d4db17e3e2b9f0abd0c~226"] = function (element, data, api) { var $element = $(element); var $tabs = $element.find('.tab');// not relevant for mobile var $tabLables = $element.find('.tab-label'); if ($tabs.length > 0) { if (data.device==="mobile" && data.config.mobileLayoutToggle) {// on mobile and dropdown mode addMobileClickListener($element); } else { // on desktop or accordion mobile layout addDesktopClickListener($element); } addHoverHandler($tabLables); } function addMobileClickListener($element) { // tab label mobile click handler; $element.off('click.tabs.mobile').on('click.tabs.mobile', '.tab-label', function() { var $clicked_tab_item = $(this).closest('.tab-item'); var $siblings = $clicked_tab_item.siblings(); domChangeOnMobileClick($clicked_tab_item, $siblings); }); } function addDesktopClickListener($element) { $tabLables.off('click.tabs.desktop').on('click.tabs.desktop', function(event) { var $curr = $(this); // layout-e-aux-tab-label is an auxilary class represents the // remaining space on layout 3's labels, it shouldn't be selectable if ( $curr.hasClass('active') || $curr.hasClass('layout-e-aux-tab-label')){ return; } domChangeOnDesktopClick($curr); }); } function addHoverHandler($tabLables) { //background hover issue hack - pseusu class support in widget builder is limited $tabLables.off('mouseover.tabs').on('mouseenter.tabs', function(event) { var $this = $(this); // aux label on layout e should'nt be selected if ($this.hasClass('layout-e-aux-tab-label')) return; $this.addClass('hover'); $this.removeClass('not-active'); }); $tabLables.off('mouseout.tabs').on('mouseleave.tabs', function(event){ var $this = $(this); // aux label on layout e should'nt be selected if ($this.hasClass('layout-e-aux-tab-label')) return; if (! $this.hasClass('active') ) { $this.removeClass('hover'); $this.addClass('not-active'); } }); } function domChangeOnMobileClick($clicked_tab_item, $siblings) { $siblings.removeClass('expanded'); $siblings.find('.tab-label').removeClass('active').addClass('not-active'); $clicked_tab_item.toggleClass('expanded'); $clicked_tab_item.find('.tab-label').toggleClass('active'); } function domChangeOnDesktopClick($curr) { $curr.addClass('active').removeClass('not-active').removeClass('hover'); $siblings = $curr.siblings(); $siblings.removeClass('active').addClass('not-active').removeClass('hover'); //If no argument is passed to the .index() method, the return value is an integer indicating the position of the //first element within the jQuery object relative to its sibling elements. var index = $curr.index(); $tabs.removeClass('active'); $tabs.eq(index).addClass('active'); } }; </script> <script type="text/javascript"> var d_version = "production_5441"; var build = "2025-05-06T10_48_44"; window['v' + 'ersion'] = d_version; function buildEditorParent() { window.isMultiScreen = true; window.editorParent = {}; window.previewParent = {}; window.assetsCacheQueryParam = "?version=2025-05-06T10_48_44"; try { var _p = window.parent; if (_p && _p.document && _p.$ && _p.$.dmfw) { window.editorParent = _p; } else if (_p.isSitePreview) { window.previewParent = _p; } } catch (e) { } } buildEditorParent(); </script> <!-- Load jQuery --> <script type="text/javascript" id='d-js-jquery' src="https://static.cdn-website.com/libs/jquery/jquery-3.7.0.min.js"></script> <!-- End Load jQuery --> <!-- Injecting site-wide before scripts --> <!-- End Injecting site-wide to the head --> <script> var _jquery = window.$; var jqueryAliases = ['$', 'jquery', 'jQuery']; jqueryAliases.forEach((alias) => { Object.defineProperty(window, alias, { get() { return _jquery; }, set() { console.warn("Trying to over-write the global jquery object!"); } }); }); window.jQuery.migrateMute = true; </script> <script> window.cookiesNotificationMarkupPreview = 'null'; </script> <!-- HEAD RT JS Include --> <script id='d-js-params'> window.INSITE = window.INSITE || {}; window.INSITE.device = "desktop"; window.rtCommonProps = {}; rtCommonProps["rt.ajax.ajaxScriptsFix"] =true; rtCommonProps["rt.pushnotifs.sslframe.encoded"] = 'aHR0cHM6Ly97c3ViZG9tYWlufS5wdXNoLW5vdGlmcy5jb20='; rtCommonProps["runtimecollector.url"] = 'https://rtc.multiscreensite.com'; rtCommonProps["performance.tabletPreview.removeScroll"] = 'false'; rtCommonProps["inlineEditGrid.snap"] =true; rtCommonProps["popup.insite.cookie.ttl"] = '0.5'; rtCommonProps["rt.pushnotifs.force.button"] =true; rtCommonProps["common.mapbox.token"] = 'pk.eyJ1IjoiZGFubnliMTIzIiwiYSI6ImNqMGljZ256dzAwMDAycXBkdWxwbDgzeXYifQ.Ck5P-0NKPVKAZ6SH98gxxw'; rtCommonProps["common.mapbox.js.override"] =false; rtCommonProps["common.here.appId"] = 'iYvDjIQ2quyEu0rg0hLo'; rtCommonProps["common.here.appCode"] = '1hcIxLJcbybmtBYTD9Z1UA'; rtCommonProps["isCoverage.test"] =false; rtCommonProps["ecommerce.ecwid.script"] = 'https://app.multiscreenstore.com/script.js'; rtCommonProps["feature.flag.mappy.kml"] =false; rtCommonProps["common.resources.dist.cdn"] =true; rtCommonProps["common.build.dist.folder"] = 'production/5441'; rtCommonProps["common.resources.cdn.host"] = 'https://static.cdn-website.com'; rtCommonProps["common.resources.folder"] = 'https://static.cdn-website.com/mnlt/production/5441'; rtCommonProps["feature.flag.runtime.backgroundSlider.preload.slowly"] =true; rtCommonProps["feature.flag.runtime.newAnimation.enabled"] =true; rtCommonProps["feature.flag.runtime.newAnimation.jitAnimation.enabled"] =true; rtCommonProps["feature.flag.sites.google.analytics.gtag"] =true; rtCommonProps["feature.flag.runOnReadyNewTask"] =true; rtCommonProps["isAutomation.test"] =false; rtCommonProps['common.mapsProvider'] = 'mapbox'; rtCommonProps['common.mapsProvider.version'] = '0.52.0'; rtCommonProps['common.geocodeProvider'] = 'mapbox'; rtCommonProps['common.map.defaults.radiusSize'] = '1500'; rtCommonProps['common.map.defaults.radiusBg'] = 'rgba(255, 255, 255, 0.4)'; rtCommonProps['common.map.defaults.strokeColor'] = 'rgba(255, 255, 255, 1)'; rtCommonProps['common.map.defaults.strokeSize'] = '2'; rtCommonProps['server.for.resources'] = ''; rtCommonProps['feature.flag.lazy.widgets'] = true; rtCommonProps['feature.flag.single.wow'] = false; rtCommonProps['feature.flag.disallowPopupsInEditor'] = true; rtCommonProps['feature.flag.mark.anchors'] = true; rtCommonProps['captcha.public.key'] = '6LffcBsUAAAAAMU-MYacU-6QHY4iDtUEYv_Ppwlz'; rtCommonProps['captcha.invisible.public.key'] = '6LeiWB8UAAAAAHYnVJM7_-7ap6bXCUNGiv7bBPME'; rtCommonProps["images.sizes.small"] =160; rtCommonProps["images.sizes.mobile"] =640; rtCommonProps["images.sizes.tablet"] =1280; rtCommonProps["images.sizes.desktop"] =1920; rtCommonProps["modules.resources.cdn"] =true; rtCommonProps["import.images.storage.imageCDN"] = 'https://lirp.cdn-website.com/'; rtCommonProps["feature.flag.runtime.inp.threshold"] =150; rtCommonProps["feature.flag.performance.logs"] =true; rtCommonProps["site.widget.form.captcha.type"] = 'g_recaptcha'; rtCommonProps["friendly.captcha.site.key"] = 'FCMGSQG9GVNMFS8K'; rtCommonProps["cookiebot.mapbox.consent.category"] = 'marketing'; // feature flags that's used out of runtime module (in legacy files) rtCommonProps["platform.monolith.personalization.dateTimeCondition.popupMsgAction.moveToclient.enabled"] =true; window.rtFlags = {}; rtFlags["unsuspendEcwidStoreOnRuntime.enabled"] =true; rtFlags["scripts.widgetCount.enabled"] =true; rtFlags["ecom.ecwidNewUrlStructure.enabled"] = false; rtFlags["ecom.ecwid.storefrontV3.enabled"] = false; rtFlags["ecom.ecwid.old.store.fix.facebook.share"] = true; rtFlags["feature.flag.photo.gallery.exact.size"] =true; rtFlags["geocode.search.localize"] =false; rtFlags["feature.flag.runtime.newAnimation.asyncInit.setTimeout.enabled"] =false; rtFlags["twitter.heightLimit.enabled"] = true; rtFlags["editor.classicHybrid.photogallery.fix"] =true; rtFlags["runtime.lottieOverflow"] =false; rtFlags["runtime.monitoring.sentry.ignoreErrors"] = ""; rtFlags["contact.form.browserValidation.enabled"] =true; rtFlags["streamline.monolith.personalization.supportMultipleConditions.enabled"] =false; rtFlags["runtime.cwv.report.cls.enabled"] =true; rtFlags["editor.link.on.container"] =false; rtFlags["flex.runtime.popup.with.show"] =true; rtFlags["contact.form.useActiveForm"] =true; rtFlags["runtime.ssr.productStore.internal.observer"] =true; rtFlags["runtime.ssr.productCustomizations"] =true; rtFlags["flex.megaMenu.a11y"] =false; </script> <script src="https://static.cdn-website.com/mnlt/production/5441/_dm/s/rt/dist/scripts/d-js-one-runtime-unified-desktop.min.js" id="d-js-core"></script> <!-- End of HEAD RT JS Include --> <script src="https://static.cdn-website.com/mnlt/production/5441/_dm/s/rt/dist/scripts/d-js-jquery-migrate.min.js" ></script> <script> $(window).bind("orientationchange", function (e) { $.layoutManager.initLayout(); }); $(document).resize(function () { }); </script> <script type="text/javascript" id="d_track_campaign"> (function() { if (!window.location.search) { return; } const cleanParams = window.location.search.substring(1); // Strip ? const queryParams = cleanParams.split('&'); const expires = 'expires=' + new Date().getTime() + 24 * 60 * 60 * 1000; const domain = 'domain=' + window.location.hostname; const path = "path=/"; queryParams.forEach((param) => { const [key, value = ''] = param.split('='); if (key.startsWith('utm_')) { const cookieName = "_dm_rt_" + key.substring(4); const cookie = cookieName + "=" + value; const joined = [cookie, expires, domain, path].join(";"); document.cookie = joined; } }); }()); </script> <script type="text/javascript" > var _dm_gaq = {}; var _gaq = _gaq || []; var _dm_insite = []; </script> <script> window.dataLayer = window.dataLayer || []; window.dataLayer.push({'gtm.start': new Date().getTime(), event: 'gtm.js'}); </script> <script async src="https://www.googletagmanager.com/gtm.js?id=GTM-KBQ3HCFK" id="d-js-gtm" onload="window.dispatchEvent(new CustomEvent('gtmLoaded', { bubbles: true }))"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=G-3GWF86WLZQ"></script> <script type="text/javascript" id="d_track_ga"> _dm_gaq.siteAlias = '3cf31d88'; _dm_gaq.systemAggregatedGaqID = ''; _dm_gaq.externalGaqID = 'G-3GWF86WLZQ'; _dm_gaq.gaAggregatedEventAttributes = { 'site_alias': _dm_gaq.siteAlias, 'product': 'DM_DIRECT', 'plan': 'BUSINESS_PLUS', 'dfooter': 'false', 'sitetype': '1', 'pwaEnabled': 'true' } _dm_gaq.pushEvent = function(trackingId, event, category, label, value, additionalParams = {}) { const eventProps = { send_to: trackingId, event_category: category, event_label: label, value, ...additionalParams, ...(trackingId === _dm_gaq.systemAggregatedGaqID ? _dm_gaq.gaAggregatedEventAttributes : {}) }; gtag('event', event, eventProps); } window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); function pushInsiteImpressions(id) { _dm_insite.forEach((rule) => { _dm_gaq.pushEvent(id, 'insite_impression', 'insite', rule.ruleType + '__' + rule.ruleId); }); } if(_dm_gaq.systemAggregatedGaqID){ // track aggregated account gtag('config', '', { 'send_page_view': false, 'anonymize_ip': true, 'transport_type': 'beacon', 'custom_map': {'dimension1': 'site_alias', 'dimension2': 'product', 'dimension3': 'dFooter', 'dimension4': 'sitetype'} }); gtag('set', 'developer_id.dMDU5Nj', true); _dm_gaq.pushEvent('', 'page_view'); pushInsiteImpressions(_dm_gaq.systemAggregatedGaqID); } if(_dm_gaq.externalGaqID && _dm_gaq.externalGaqID!= '') { gtag('config', 'G-3GWF86WLZQ', { 'send_page_view': false, 'anonymize_ip': true, 'transport_type': 'beacon', 'linker': { 'domains': ['tdhtx.com'] } }); _dm_gaq.pushEvent('G-3GWF86WLZQ', 'page_view'); pushInsiteImpressions(_dm_gaq.externalGaqID); } </script> <script type="text/javascript" id="d_track_sp"> ;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[]; p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments) };p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1; n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","//d32hwlnfiv2gyn.cloudfront.net/sp-2.0.0-dm-0.1.min.js","snowplow")); window.dmsnowplow = window.snowplow; dmsnowplow('newTracker', 'cf', 'd32hwlnfiv2gyn.cloudfront.net', { // Initialise a tracker appId: '3cf31d88' }); // snowplow queries element styles so we wait until CSS calculations are done. requestAnimationFrame(() => { dmsnowplow('trackPageView'); _dm_insite.forEach((rule) => { // Specifically in popup only the client knows if it is shown or not so we don't always want to track its impression here // the tracking is in popup.js if (rule.actionName !== "popup") { dmsnowplow('trackStructEvent', 'insite', 'impression', rule.ruleType, rule.ruleId); } window?.waitForDeferred?.('dmAjax', () => { $.DM.events.trigger('event-ruleTriggered', {value: rule}); }); }); }); </script> <div style="display:none;" id="P6iryBW0Wu"></div> <!-- photoswipe markup --> <!-- Root element of PhotoSwipe. Must have class pswp. --> <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> <!-- Background of PhotoSwipe. It's a separate element as animating opacity is faster than rgba(). --> <div class="pswp__bg"></div> <!-- Slides wrapper with overflow:hidden. --> <div class="pswp__scroll-wrap"> <!-- Container that holds slides. PhotoSwipe keeps only 3 of them in the DOM to save memory. Don't modify these 3 pswp__item elements, data is added later on. --> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. --> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <!-- Controls are self-explanatory. Order can be changed. --> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title="Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button> <!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR --> <!-- element will get class pswp__preloader--active when preloader is running --> <div class="pswp__preloader"> <div class="pswp__preloader__icn"> <div class="pswp__preloader__cut"> <div class="pswp__preloader__donut"></div> </div> </div> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"> </button> <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"> </button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> <div id="fb-root" data-locale="en"></div> <!-- Alias: 3cf31d88 --> <div class="dmPopupMask" id="dmPopupMask"></div> <div id="dmPopup" class="dmPopup"> <div class="dmPopupCloseWrapper"> <div class="dmPopupClose dm-common-icons-close oneIcon" onclick="dmHidePopup(event);"></div> </div> <div class="dmPopupTitle"> <span></span> Share by:</div> <div class="data"></div> </div><script id="d_track_personalization"> window?.waitForDeferred?.('dmAjax', () => { // Collects client data and updates cookies used by smart sites window.expireDays = 365; window.visitLength = 30 * 60000; $.setCookie("dm_timezone_offset", (new Date()).getTimezoneOffset(), window.expireDays); setSmartSiteCookiesInternal("dm_this_page_view","dm_last_page_view","dm_total_visits","dm_last_visit"); }); </script> <script type="text/javascript"> Parameters.NavigationAreaParams.MoreButtonText = 'MORE'; Parameters.NavigationAreaParams.LessButtonText = 'LESS'; Parameters.HomeLinkText = 'Home'; </script> <div><script type="text/javascript"> try{ if (globalThis.parent){ var parentFlags = globalThis.parent._flags; var parentStrings = globalThis.parent.dmStr; } } catch(e) {} _flags = window._flags || {};_flags = {...parentFlags,..._flags,...{"runtime.ssr.add.render":true,"runtime.ssr.ecom.productStore.connectedWidgets.init.listener.from.rt.mobx.store":false,"runtime.ssr.enabled":true,"runtime.ssr.initial-props-in-data-attribute":true,"runtime.ssr.lazyHydrate":true,"runtime.ssr.log.showHydrationDiff":false,"runtime.ssr.log.showHydrationErrors":true,"runtime.ssr.non-view-media-server-placeholder":true,"runtime.ssr.productCustomizations":true,"runtime.ssr.productStore.internal.observer":true,"runtime.ssr.render.overrideMarkup":true,"runtime.ssr.script-fetch-priority-low":false,"runtime.ssr.slider-dev-logging":false,"runtime.ssr.slider-reOrderSelectedToBeFirst":true,"runtime.ssr.slider.alternative.animation.to.reduce.cls.enabled":true,"runtime.ssr.slider.image.fillAvailableSpace.enabled":true,"runtime.ssr.ssrAddToCart.snipcart.new.api.addProduct.enabled":true,"runtime.ssr.ssrSlider.multiplePaginationPerLayout.enabled":true,"runtime.ssr.ssrSlider.slideCleanWrap.enabled":true,"runtime.ssr.widget.migration.addtocart":false,"runtime.ssr.widget.migration.options.variations":false}} var dmStr = {...parentStrings,...dmStr,...{"ui.ed.breadcrumbs.empty.message":"There aren't any visible pages to show in the breadcrumbs. This message won't appear on your live published site.","ui.runtimessr.addtocart.subscribe.title":"Subscribe Now","ui.runtimessr.addtocart.subscribe.tooltip.text":"Test your subscription’s checkout by publishing your site and using its live version. ","ui.runtimessr.collectionSearch.noResults":"No results.","ui.runtimessr.priceOptions.option.oneTimeOnly":"One-time purchase","ui.runtimessr.productCustomizations.errors.required":"This field is required","ui.runtimessr.productCustomizations.noCustomizations":"This product has no product customizations. This widget will not show up on the live site.","ui.runtimessr.productPrice.omnibus.last.price":"Lowest price in the last {period} days - {displayedPrice}","ui.runtimessr.productPrice.omnibus.total.price.might.change":"Total price might change based on shipping location","ui.runtimessr.productPrice.omnibus.vat":"Includes {vatPercentage}% tax","ui.runtimessr.productPriceOptions.autoRenew":"Will auto-renew until canceled","ui.runtimessr.productPriceOptions.expiresAfter":"Expires after","ui.runtimessr.productPriceOptions.frequency.monthly":"month","ui.runtimessr.productPriceOptions.frequency.weekly":"week","ui.runtimessr.productPriceOptions.frequency.yearly":"year","ui.runtimessr.productPriceOptions.frequencyPlural.monthly":"months","ui.runtimessr.productPriceOptions.frequencyPlural.weekly":"weeks","ui.runtimessr.productPriceOptions.frequencyPlural.yearly":"years","ui.runtimessr.productPriceOptions.title":"Price options","widget.addtocart.disabledText.placeHolder":"OUT OF STOCK","widget.filtersort.clear-all":"clear all","widget.filtersort.filter-by.title":"Filter by","widget.filtersort.sort-by.title":"Sort by","widget.filtersort.title":"Sort & Filter","key.runtime":"some value","placeholder.add-content":"Add Content","second.key":"value2","widget.addtocart.title":"Add to cart"}} </script> <script id="ssr-static" type="module" src="https://ms-cdn.multiscreensite.com/runtime-react/3885/res/js/runtime-react.js"></script></div><!-- End Script tags --> <!-- Site Wide Html Markup --> <!-- Site Wide Html Markup --> </body> </html>