
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WGLPZD2');</script>
<!-- End Google Tag Manager -->
	<link rel="preconnect" href="//use.typekit.net">
	<link rel="dns-prefetch" href="//use.typekit.net">
	<link rel="preconnect" href="//www.googletagmanager.com">
	<link rel="dns-prefetch" href="//www.googletagmanager.com">
	<link rel="preconnect" href="//fonts.googleapis.com">
	<link rel="dns-prefetch" href="//fonts.googleapis.com">
	<link rel="preconnect" href="//cdnjs.cloudflare.com">
	<link rel="dns-prefetch" href="//cdnjs.cloudflare.com">
	<link rel="dns-prefetch" href="//ajax.googleapis.com">
      

<!-- META TAGS-->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Blog</title>
<link href="https://www.simiwestdental.com/wp-content/themes/omatix/img/favicon.png" rel="shortcut icon" type="image/x-icon"/>  
<link href="https://www.simiwestdental.com/wp-content/themes/omatix/style.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://use.typekit.net/vzx2eqa.css">        
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css" integrity="sha512-NmLkDIU1C/C88wi324HBc+S2kLhi08PN5GDeUVVVC/BVt/9Izdsc9SVeVfA1UZbY3sHUlDSyRXhCzHfr6hmPPw==" crossorigin="anonymous" referrerpolicy="no-referrer">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" integrity="sha512-NhSC1YmyruXifcj/KFRWoC561YpHpc5Jtzgvbuzx5VozKpWvQ+4nXhPdFgmx8xqexRcpAglTj9sIBWINXa8x5w==" crossorigin="anonymous" referrerpolicy="no-referrer">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/8.3.2/swiper-bundle.min.css" integrity="sha512-T3xwtELy3dqQUajk2sl4V6x/VnT+WbXgAKIu/Go7L6oDDWf4A5dJbG49vKn0am3dTNh/KHAbU2+4Ih2vVioxSg==" crossorigin="anonymous" referrerpolicy="no-referrer">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css" integrity="sha512-1cK78a1o+ht2JcaW6g8OXYwqpev9+6GqOkz9xmBN9iUUhIndKtxwILGWYOSibOKjLsEdjyjZvYDq/cZwNeak0w==" crossorigin="anonymous" referrerpolicy="no-referrer">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/flexboxgrid/6.3.1/flexboxgrid.min.css" type="text/css">
<style>/*  Include lib:  */ a { 	color: #a2895e; } .c-grid-fluid, .c-grid { 	width: 100%; 	margin-right: auto; 	margin-left: auto; } .inner__bg>div img, .map__wrapper img, .map__wrapper iframe, .procedures__bg img, .meet__block img, .heading__bg video, .heading__bg img { 	position: absolute; 	top: 0; 	left: 0; 	width: 100%; 	height: 100%; 	-o-object-fit: cover; 	object-fit: cover; 	-o-object-position: center; 	object-position: center; } /*! * Hamburgers * @description Tasty CSS-animated hamburgers * @author Jonathan Suh @jonsuh * @site https://jonsuh.com/hamburgers * @link https://github.com/jonsuh/hamburgers */  .hamburger { 	padding: 15px 0; 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	cursor: pointer; 	-webkit-transition-property: opacity, -webkit-filter; 	transition-property: opacity, -webkit-filter; 	-o-transition-property: opacity, filter; 	transition-property: opacity, filter; 	transition-property: opacity, filter, -webkit-filter; 	-webkit-transition-duration: 0.35s; 	-o-transition-duration: 0.35s; 	transition-duration: 0.35s; 	-webkit-transition-timing-function: linear; 	-o-transition-timing-function: linear; 	transition-timing-function: linear; 	font: inherit; 	color: inherit; 	text-transform: none; 	background-color: transparent; 	border: 0; 	margin: 0; 	overflow: visible; } .hamburger:hover { 	opacity: 1; } .hamburger-box { 	width: 35px; 	height: 19px; 	display: inline-block; 	position: relative; } .hamburger-inner { 	display: block; 	top: 50%; 	margin-top: -1.5px; } .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after { 	width: 35px; 	height: 3px; 	background-color: #111; 	border-radius: 4px; 	position: absolute; 	-webkit-transition-property: -webkit-transform; 	transition-property: -webkit-transform; 	-o-transition-property: transform; 	transition-property: transform; 	transition-property: transform, -webkit-transform; 	-webkit-transition-duration: 0.15s; 	-o-transition-duration: 0.15s; 	transition-duration: 0.15s; 	-webkit-transition-timing-function: ease; 	-o-transition-timing-function: ease; 	transition-timing-function: ease; } .hamburger-inner::before, .hamburger-inner::after { 	content: ""; 	display: block; } .hamburger-inner::before { 	top: -8px; } .hamburger-inner::after { 	bottom: -8px; } /* * Squeeze */  .hamburger--squeeze .hamburger-inner { 	-webkit-transition-duration: 0.075s; 	-o-transition-duration: 0.075s; 	transition-duration: 0.075s; 	-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 	-o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } .hamburger--squeeze .hamburger-inner::before { 	-webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease; 	-o-transition: top 0.075s 0.12s ease, opacity 0.075s ease; 	transition: top 0.075s 0.12s ease, opacity 0.075s ease; } .hamburger--squeeze .hamburger-inner::after { 	-webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); 	transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); 	-o-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); 	transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); 	transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); } .hamburger--squeeze.is-active .hamburger-inner { 	-webkit-transform: rotate(45deg); 	-ms-transform: rotate(45deg); 	transform: rotate(45deg); 	-webkit-transition-delay: 0.12s; 	-o-transition-delay: 0.12s; 	transition-delay: 0.12s; 	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 	-o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } .hamburger--squeeze.is-active .hamburger-inner::before { 	top: 0; 	opacity: 0; 	-webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease; 	-o-transition: top 0.075s ease, opacity 0.075s 0.12s ease; 	transition: top 0.075s ease, opacity 0.075s 0.12s ease; } .hamburger--squeeze.is-active .hamburger-inner::after { 	bottom: 0; 	-webkit-transform: rotate(-90deg); 	-ms-transform: rotate(-90deg); 	transform: rotate(-90deg); 	-webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); 	transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); 	-o-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); 	transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); 	transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); } @font-face { 	font-family: "iconFont"; 	src: url("https://www.simiwestdental.com/wp-content/themes/omatix/fonts/iconFont.eot"); 	src: url("https://www.simiwestdental.com/wp-content/themes/omatix/fonts/iconFont.eot?#iefix") format("eot"), url("https://www.simiwestdental.com/wp-content/themes/omatix/fonts/iconFont.woff2") format("woff2"), url("https://www.simiwestdental.com/wp-content/themes/omatix/fonts/iconFont.woff") format("woff"), url("https://www.simiwestdental.com/wp-content/themes/omatix/fonts/iconFont.ttf") format("truetype"), url("https://www.simiwestdental.com/wp-content/themes/omatix/fonts/iconFont.svg#iconFont") format("svg"); } .icon-star:before, .icon-right-arrow:before, .icon-location:before, .icon-iphone:before, .icon-instagram:before, .icon-facebook:before { 	font-family: "iconFont", sans-serif; 	-webkit-font-smoothing: antialiased; 	-moz-osx-font-smoothing: grayscale; 	font-style: normal; 	font-variant: normal; 	font-weight: normal; 	text-decoration: none; 	text-transform: none; } .icon-facebook:before { 	content: "\e001"; } .icon-instagram:before { 	content: "\e002"; } .icon-iphone:before { 	content: "\e003"; } .icon-location:before { 	content: "\e004"; } .icon-right-arrow:before { 	content: "\e005"; } .icon-star:before { 	content: "\e006"; } html, body { 	width: 100%; 	min-height: 100vh; } html.is-hideScroll, body.is-hideScroll { 	overflow: hidden !important; 	width: 100%; } html { 	-ms-overflow-style: scrollbar; 	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { 	overflow-x: hidden; 	position: relative; 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	-webkit-box-orient: vertical; 	-webkit-box-direction: normal; 	-ms-flex-direction: column; 	flex-direction: column; 	margin: 0; 	padding: 0; 	background-color: #ffffff; 	line-height: 1.42857143; 	font-size: 14px; 	font-weight: normal; 	font-family: "Lato", sans-serif; 	-webkit-font-smoothing: antialiased; 	-moz-osx-font-smoothing: grayscale; } body>.main { 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	-webkit-box-orient: vertical; 	-webkit-box-direction: normal; 	-ms-flex-direction: column; 	flex-direction: column; 	-webkit-box-pack: center; 	-ms-flex-pack: center; 	justify-content: center; 	-webkit-box-flex: 1; 	-ms-flex: 1 0 auto; 	flex: 1 0 auto; } body>.main--start { 	-webkit-box-pack: start; 	-ms-flex-pack: start; 	justify-content: flex-start; } * { 	-webkit-box-sizing: border-box; 	box-sizing: border-box; } *:before, *:after { 	-webkit-box-sizing: border-box; 	box-sizing: border-box; } button, input, optgroup, select, textarea { 	font-size: 100%; 	margin: 0; } button, input { 	overflow: visible; } button[disabled] { 	opacity: 0.55; 	cursor: not-allowed; } [type=search] { 	-webkit-appearance: textfield; 	outline-offset: -2px; } [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration { 	-webkit-appearance: none; } textarea { 	overflow: auto; } p, h1, h2, h3, h4, h5, h6, hr { 	margin: 0; 	padding: 0; } ul { 	margin: 0; 	padding: 0; } ul li { 	list-style: none; } a { 	outline: none; 	text-decoration: none; } a:hover, a:focus { 	text-decoration: none; } input[type=text] { 	-webkit-appearance: none; 	-moz-appearance: none; 	appearance: none; } picture { 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	top: 0; 	left: 0; 	width: 100%; 	height: 100%; } .c-grid { 	max-width: 1440px; 	padding-right: 15px; 	padding-left: 15px; } .c-grid-fluid { 	max-width: 100%; 	padding-right: 15px; 	padding-left: 15px; } .coverContent { 	z-index: 5; 	position: relative; 	top: 100vh; 	background-color: #ffffff; } .copyright { 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	-webkit-box-align: center; 	-ms-flex-align: center; 	align-items: center; 	-webkit-box-pack: center; 	-ms-flex-pack: center; 	justify-content: center; 	text-align: center; 	font-size: 18px; 	color: #ffffff; } @media screen and (max-width: 767px) { 	.copyright { 		font-size: 14px; 	} } .copyright a { 	position: relative; 	color: #ffffff; 	font-size: 18px; } @media screen and (max-width: 767px) { 	.copyright a { 		font-size: 14px; 	} } .copyright a:before, .copyright a:after { 	content: ""; 	position: absolute; 	top: 100%; 	width: 0; 	height: 1px; 	background-color: #fff; 	-webkit-transition: width 0.3s ease-in-out; 	-o-transition: width 0.3s ease-in-out; 	transition: width 0.3s ease-in-out; } .copyright a:before { 	left: 50%; } .copyright a:after { 	right: 50%; } .copyright a:hover:before, .copyright a:hover:after { 	width: 50%; 	-webkit-transition: width 0.3s ease-in-out; 	-o-transition: width 0.3s ease-in-out; 	transition: width 0.3s ease-in-out; } .icon-font { 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	line-height: 1; } .logo { 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; } .logo.logo--header { 	max-width: 270px; } @media screen and (max-width: 767px) { 	.logo.logo--header { 		max-width: 200px; 	} } .logo.logo--footer a { 	width: 331px; 	height: 91px; 	background-color: #1a1a1a; 	background-image: url("https://www.simiwestdental.com/wp-content/themes/omatix/img/logo@2x.png"); 	background-repeat: no-repeat; 	background-position: center; 	background-size: contain; 	background-blend-mode: screen; } .logo a { 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	-webkit-box-align: start; 	-ms-flex-align: start; 	align-items: flex-start; } .logo a img { 	display: block; 	max-width: 100%; 	height: auto; } .c-title { 	padding-bottom: 50px; 	font-size: 45px; 	color: #a2895e; 	text-transform: uppercase; } @media screen and (max-width: 1279px) { 	.c-title { 		font-size: 40px; 	} } @media screen and (max-width: 767px) { 	.c-title { 		padding-bottom: 30px; 		font-size: 30px; 	} } .c-title--center { 	text-align: center; } .c-title--big { 	font-size: 60px; 	font-weight: bold; } @media screen and (max-width: 1365px) { 	.c-title--big { 		font-size: 50px; 	} } @media screen and (max-width: 1279px) { 	.c-title--big { 		font-size: 45px; 	} } @media screen and (max-width: 767px) { 	.c-title--big { 		font-size: 35px; 	} } .c-title--white { 	color: #ffffff; } .c-label { 	padding-bottom: 5px; 	font-size: 16px; 	color: #ffffff; 	line-height: 1; 	text-transform: uppercase; } @media screen and (max-width: 767px) { 	.c-label { 		font-size: 14px; 	} } .c-label--center { 	text-align: center; } .c-label--dark { 	color: #000000; } .c-desc { 	font-size: 18px; 	color: #ffffff; 	line-height: 1.8; } @media screen and (max-width: 767px) { 	.c-desc { 		font-size: 16px; 	} } .c-desc--dark { 	color: #000000; } .c-desc--center { 	text-align: center; } .header { 	z-index: 999; 	position: fixed; 	top: 0; 	left: 0; 	width: 100%; 	background-color: rgba(255,255,255,0.9); 	-webkit-transition: all 0.3s ease-in-out; 	-o-transition: all 0.3s ease-in-out; 	transition: all 0.3s ease-in-out;     box-shadow: 0 1em 2em rgba(0, 0, 0, 0.1); } .header.is-color{     background-color: rgba(255,255,255,1); } .header__wrapper { 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	-webkit-box-align: center; 	-ms-flex-align: center; 	align-items: center; } @media screen and (max-width: 1023px) { 	.header__wrapper { 		padding-top: 20px; 		padding-bottom: 20px; 	} } .header__wrapper-left { 	width: 100%; 	max-width: 500px; } @media screen and (max-width: 1279px) { 	.header__wrapper-left { 		max-width: 300px; 	} } @media screen and (max-width: 1023px) { 	.header__wrapper-left { 		display: -webkit-box; 		display: -ms-flexbox; 		display: flex; 		-webkit-box-align: center; 		-ms-flex-align: center; 		align-items: center; 		-webkit-box-pack: justify; 		-ms-flex-pack: justify; 		justify-content: space-between; 		max-width: 100%; 	} } .header__wrapper-left .hamburger { 	display: none; } @media screen and (max-width: 1023px) { 	.header__wrapper-left .hamburger { 		display: -webkit-box; 		display: -ms-flexbox; 		display: flex; 	} } .header__wrapper-right { 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	-webkit-box-orient: vertical; 	-webkit-box-direction: normal; 	-ms-flex-direction: column; 	flex-direction: column; 	-webkit-box-flex: 1; 	-ms-flex: 1; 	flex: 1; 	min-width: 1px; 	max-width: 100%; } @media screen and (max-width: 1023px) { 	.header__wrapper-right { 		z-index: 9990; 		opacity: 0; 		visibility: hidden; 		overflow: hidden; 		overflow-y: auto; 		-webkit-transform: translateX(100%); 		-ms-transform: translateX(100%); 		transform: translateX(100%); 		position: fixed; 		top: 95px; 		right: 0; 		display: grid; 		grid-template-columns: 1fr; 		-webkit-box-align: center; 		-ms-flex-align: center; 		align-items: center; 		width: 100%; 		max-width: 400px; 		height: calc(100% - 95px); 		padding: 50px 25px; 		border-top: 1px solid rgba(51, 51, 51, 0.1); 		background-color: #ffffff; 	} 	.header__wrapper-right.is-open { 		opacity: 1; 		visibility: visible; 		-webkit-transform: translateX(0); 		-ms-transform: translateX(0); 		transform: translateX(0); 		-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; 		transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; 		-o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out; 		transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out; 		transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; 	} 	.header__wrapper-right.is-animate { 		-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; 		transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; 		-o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out; 		transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out; 		transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; 	} 	.header__wrapper-right>div:nth-of-type(1) { 		-webkit-box-ordinal-group: 3; 		-ms-flex-order: 2; 		order: 2; 	} 	.header__wrapper-right>div:nth-of-type(2) { 		-webkit-box-ordinal-group: 2; 		-ms-flex-order: 1; 		order: 1; 		height: 100%; 		padding-bottom: 50px; 	} } @media screen and (max-width: 767px) { 	.header__wrapper-right { 		top: 92px; 		height: calc(100% - 92px); 		max-width: 100%; 	} } .header__wrapper-right>div { 	padding-bottom: 20px; } @media screen and (max-width: 1023px) { 	.header__wrapper-right>div { 		padding-bottom: 0; 	} 	.header__wrapper-right>div:nth-of-type(2) { 		width: 100%; 	} } .header__wrapper-right>div:nth-of-type(1) { 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	-webkit-box-pack: end; 	-ms-flex-pack: end; 	justify-content: flex-end; } .header__info { 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	-webkit-box-align: center; 	-ms-flex-align: center; 	align-items: center; } @media screen and (max-width: 1023px) { 	.header__info { 		-webkit-box-orient: vertical; 		-webkit-box-direction: normal; 		-ms-flex-direction: column; 		flex-direction: column; 		-webkit-box-align: start; 		-ms-flex-align: start; 		align-items: flex-start; 		width: 100%; 		max-width: 200px; 		margin-left: auto; 		margin-right: auto; 	} } .header__info li { 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	-webkit-box-align: center; 	-ms-flex-align: center; 	align-items: center; } .header__info li:not(:last-of-type) { 	margin-right: 100px; } @media screen and (max-width: 1279px) { 	.header__info li:not(:last-of-type) { 		margin-right: 50px; 	} } @media screen and (max-width: 1023px) { 	.header__info li:not(:last-of-type) { 		margin-right: 0; 		margin-bottom: 10px; 	} } .header__info li>u { 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	-webkit-box-align: center; 	-ms-flex-align: center; 	align-items: center; 	-webkit-box-pack: center; 	-ms-flex-pack: center; 	justify-content: center; 	width: 43px; 	height: 60px; 	margin-right: 20px; 	border-radius: 0 0 2rem 2rem; 	background-color: #E6E3D9; 	text-decoration: none; } @media screen and (max-width: 1023px) { 	.header__info li>u { 		border-radius: 2rem; 	} } .header__info li>u .icon-font { 	font-size: 22px; 	color: #111; } .header__info li>p { 	font-size: 14px; 	color: #333333; } .header__info li>a { 	position: relative; 	font-size: 18px; 	color: #333333; } .header__info li>a:before, .header__info li>a:after { 	content: ""; 	position: absolute; 	top: 100%; 	width: 0; 	height: 1px; 	background-color: #333333; 	-webkit-transition: width 0.3s ease-in-out; 	-o-transition: width 0.3s ease-in-out; 	transition: width 0.3s ease-in-out; } .header__info li>a:before { 	left: 50%; } .header__info li>a:after { 	right: 50%; } .header__info li>a:hover:before, .header__info li>a:hover:after { 	width: 50%; 	-webkit-transition: width 0.3s ease-in-out; 	-o-transition: width 0.3s ease-in-out; 	transition: width 0.3s ease-in-out; } .header__social { 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	-webkit-box-align: center; 	-ms-flex-align: center; 	align-items: center; } @media screen and (max-width: 1023px) { 	.header__social { 		display: none; 	} } .header__social p { 	padding-right: 10px; 	font-size: 14px; 	color: #a2895e; 	text-transform: uppercase; } .header__social a { 	position: relative; 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	font-size: 16px; 	color: #595959; 	-webkit-transition: color 0.3s ease-in-out; 	-o-transition: color 0.3s ease-in-out; 	transition: color 0.3s ease-in-out; } .header__social a:hover { 	color: #05978f; 	-webkit-transition: color 0.3s ease-in-out; 	-o-transition: color 0.3s ease-in-out; 	transition: color 0.3s ease-in-out; } .header__social a:not(:last-of-type) { 	margin-right: 10px; } .header__nav { 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	-webkit-box-align: center; 	-ms-flex-align: center; 	align-items: center; 	-webkit-box-pack: justify; 	-ms-flex-pack: justify; 	justify-content: space-between; } @media screen and (max-width: 1023px) { 	.header__nav { 		-webkit-box-orient: vertical; 		-webkit-box-direction: normal; 		-ms-flex-direction: column; 		flex-direction: column; 	} } .header__nav li { 	position: relative; } @media screen and (max-width: 1023px) { 	.header__nav li { 		display: -webkit-box; 		display: -ms-flexbox; 		display: flex; 		-webkit-box-orient: vertical; 		-webkit-box-direction: normal; 		-ms-flex-direction: column; 		flex-direction: column; 		-webkit-box-align: end; 		-ms-flex-align: end; 		align-items: flex-end; 		width: 100%; 	} } @media screen and (min-width: 1024px) { 	.header__nav li:hover ul { 		opacity: 1; 		visibility: visible; 		-webkit-transform: translate(-50%, 0); 		-ms-transform: translate(-50%, 0); 		transform: translate(-50%, 0); 		-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; 		transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; 		-o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out; 		transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out; 		transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; 	} } .header__nav li ul { 	opacity: 0; 	visibility: hidden; 	-webkit-transform: translate(-50%, 20px); 	-ms-transform: translate(-50%, 20px); 	transform: translate(-50%, 20px); 	position: absolute; 	top: 100%; 	left: 50%; 	width: 260px; 	padding: 15px 10px; 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	-webkit-box-orient: vertical; 	-webkit-box-direction: normal; 	-ms-flex-direction: column; 	flex-direction: column; 	-webkit-box-align: center; 	-ms-flex-align: center; 	align-items: center; 	border-top: 2px solid #333333; 	background-color: #ffffff; 	-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; 	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; 	-o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out; 	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out; 	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;     box-shadow: 0 1em 2em rgba(0, 0, 0, 0.1); } @media screen and (max-width: 1023px) { 	.header__nav li ul { 		opacity: 1; 		visibility: visible; 		display: none; 		-webkit-transform: unset; 		-ms-transform: unset; 		transform: unset; 		position: static; 		-webkit-box-align: end; 		-ms-flex-align: end; 		align-items: flex-end; 		width: 100%; 		padding: 0; 		margin-top: 10px; 		margin-bottom: 10px; 		border: none; 		background: #efefef; 	} 	.header__nav li ul.is-open { 		display: -webkit-box; 		display: -ms-flexbox; 		display: flex; 	} } .header__nav li ul li { 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	-webkit-box-orient: vertical; 	-webkit-box-direction: normal; 	-ms-flex-direction: column; 	flex-direction: column; 	-webkit-box-align: center; 	-ms-flex-align: center; 	align-items: center; } @media screen and (max-width: 1023px) { 	.header__nav li ul li { 		-webkit-box-align: end; 		-ms-flex-align: end; 		align-items: flex-end; 	} } .header__nav li ul a { 	min-height: 40px; 	-webkit-transition: opacity 0.3s ease-in-out; 	-o-transition: opacity 0.3s ease-in-out; 	transition: opacity 0.3s ease-in-out; } @media screen and (max-width: 1023px) { 	.header__nav li ul a { 		font-size: 14px; 	} } .header__nav li ul a:hover { -webkit-transition: color 0.3s ease-in-out; -o-transition: color 0.3s ease-in-out; transition: color 0.3s ease-in-out; } .header__nav li ul a:before, .header__nav li ul a:after { 	display: none; } .header__nav a { 	position: relative; 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	-webkit-box-align: center; 	-ms-flex-align: center; 	align-items: center; 	min-height: 45px; 	font-size: 16px; 	font-weight: bold; 	text-transform: uppercase; 	color: #333333; -webkit-transition: color 0.3s ease-in-out; -o-transition: color 0.3s ease-in-out; transition: color 0.3s ease-in-out;     flex-wrap: wrap; } @media screen and (max-width: 1023px) { 	.header__nav a { 		width: 100%; 		-webkit-box-pack: center; 		-ms-flex-pack: center; 		justify-content: center; 		margin-bottom: 5px; 		letter-spacing: 7px; 	} } .header__nav a:hover{ color: #a2895e;} .header__nav a .icon-font { 	z-index: 2; 	position: relative; 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	-webkit-box-align: center; 	-ms-flex-align: center; 	align-items: center; 	-webkit-box-pack: center; 	-ms-flex-pack: center; 	justify-content: center; 	margin-left: 5px; 	-webkit-transform: rotate(90deg); 	-ms-transform: rotate(90deg); 	transform: rotate(90deg); 	background-color: #ffffff; 	font-size: 12px; } @media screen and (max-width: 1023px) { 	.header__nav a .icon-font { 		-webkit-transform: rotate(90deg); 		-ms-transform: rotate(90deg); 		transform: rotate(90deg); 		width: 12px; 		height: 12px; 		margin-left: 6px; 		margin-top: 6px; 		-webkit-transition: -webkit-transform 0.3s ease-in-out; 		transition: -webkit-transform 0.3s ease-in-out; 		-o-transition: transform 0.3s ease-in-out; 		transition: transform 0.3s ease-in-out; 		transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; 	} } .header__nav a:before, .header__nav a:after { 	content: ""; 	position: absolute; 	top: 100%; 	width: 0; 	height: 1px; 	background-color: #333333; 	-webkit-transition: width 0.3s ease-in-out; 	-o-transition: width 0.3s ease-in-out; 	transition: width 0.3s ease-in-out; } .header__nav a:before { 	left: 50%; } .header__nav a:after { 	right: 50%; } @media screen and (min-width: 1024px) { 	.header__nav a:hover:before, .header__nav a:hover:after { 		width: 50%; 		-webkit-transition: width 0.3s ease-in-out; 		-o-transition: width 0.3s ease-in-out; 		transition: width 0.3s ease-in-out; 	} } .footer { 	padding-top: 170px; 	padding-bottom: 70px; 	background-color: #1a1a1a; } @media screen and (max-width: 1439px) { 	.footer { 		padding-top: 125px; 		padding-bottom: 125px; 	} } @media screen and (max-width: 1279px) { 	.footer { 		padding-top: 100px; 		padding-bottom: 100px; 	} } .footer__nav { 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	-webkit-box-align: center; 	-ms-flex-align: center; 	align-items: center; 	-webkit-box-pack: center; 	-ms-flex-pack: center; 	justify-content: center; 	padding-bottom: 125px; } @media screen and (max-width: 1439px) { 	.footer__nav { 		padding-bottom: 75px; 	} } @media screen and (max-width: 1279px) { 	.footer__nav { 		padding-bottom: 50px; 	} } @media screen and (max-width: 767px) { 	.footer__nav { 		-webkit-box-orient: vertical; 		-webkit-box-direction: normal; 		-ms-flex-direction: column; 		flex-direction: column; 	} } .footer__nav a { 	position: relative; 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	font-size: 16px; 	color: #ffffff; 	text-transform: uppercase; 	margin-left: 20px; 	margin-right: 20px; } @media screen and (max-width: 1023px) { 	.footer__nav a { 		margin-left: 10px; 		margin-right: 10px; 	} } @media screen and (max-width: 767px) { 	.footer__nav a { 		min-height: 45px; 	} } .footer__nav a:before, .footer__nav a:after { 	content: ""; 	position: absolute; 	top: 100%; 	width: 0; 	height: 1px; 	background-color: #fff; 	-webkit-transition: width 0.3s ease-in-out; 	-o-transition: width 0.3s ease-in-out; 	transition: width 0.3s ease-in-out; } @media screen and (max-width: 767px) { 	.footer__nav a:before, .footer__nav a:after { 		display: none; 	} } .footer__nav a:before { 	left: 50%; } .footer__nav a:after { 	right: 50%; } .footer__nav a:hover:before, .footer__nav a:hover:after { 	width: 50%; 	-webkit-transition: width 0.3s ease-in-out; 	-o-transition: width 0.3s ease-in-out; 	transition: width 0.3s ease-in-out; } .footer__row { 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	-webkit-box-align: center; 	-ms-flex-align: center; 	align-items: center; 	-webkit-box-pack: justify; 	-ms-flex-pack: justify; 	justify-content: space-between; 	padding-bottom: 70px; } @media screen and (max-width: 1439px) { 	.footer__row { 		padding-bottom: 50px; 	} } @media screen and (max-width: 1023px) { 	.footer__row { 		-ms-flex-wrap: wrap; 		flex-wrap: wrap; 	} } @media screen and (max-width: 1023px) { 	.footer__col:nth-of-type(1) { 		-webkit-box-ordinal-group: 3; 		-ms-flex-order: 2; 		order: 2; 		width: 50%; 	} 	.footer__col:nth-of-type(2) { 		-webkit-box-ordinal-group: 2; 		-ms-flex-order: 1; 		order: 1; 		display: -webkit-box; 		display: -ms-flexbox; 		display: flex; 		-webkit-box-pack: center; 		-ms-flex-pack: center; 		justify-content: center; 		width: 100%; 		padding-bottom: 50px; 	} 	.footer__col:nth-of-type(3) { 		-webkit-box-ordinal-group: 4; 		-ms-flex-order: 3; 		order: 3; 		width: 50%; 	} } @media screen and (max-width: 767px) { 	.footer__col:nth-of-type(1) { 		width: 100%; 		padding-bottom: 25px; 	} 	.footer__col:nth-of-type(3) { 		width: 100%; 	}  } .footer__col:last-of-type .footer__address { 	-webkit-box-pack: end; 	-ms-flex-pack: end; 	justify-content: flex-end; 	text-align: right; } @media screen and (max-width: 767px) { 	.footer__col:last-of-type .footer__address { 		-webkit-box-pack: center; 		-ms-flex-pack: center; 		justify-content: center; 		text-align: center; 	} } .footer__address { 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	-webkit-box-orient: vertical; 	-webkit-box-direction: normal; 	-ms-flex-direction: column; 	flex-direction: column; } @media screen and (max-width: 767px) { 	.footer__address { 		-webkit-box-align: center; 		-ms-flex-align: center; 		align-items: center; 	} } .footer__address p, .footer__address a { 	font-size: 18px; 	color: #ffffff; } @media screen and (max-width: 767px) { 	.footer__address p, .footer__address a { 		font-size: 16px; 	} } .footer__address p strong, .footer__address a strong { 	font-weight: bold; } .footer__address a { 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	padding-bottom: 20px; 	text-decoration: underline; } .footer__address>div { 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	-webkit-box-align: center; 	-ms-flex-align: center; 	align-items: center; 	-webkit-box-pack: end; 	-ms-flex-pack: end; 	justify-content: flex-end; } .footer__address>div .icon-font { 	color: #8B8B8B; 	font-size: 17px; } .footer__address>div .icon-font:not(:last-of-type) { 	margin-right: 5px; } .footer__social { 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	-webkit-box-align: center; 	-ms-flex-align: center; 	align-items: center; } @media screen and (max-width: 767px) { 	.footer__social { 		-webkit-box-pack: center; 		-ms-flex-pack: center; 		justify-content: center; 	} } .footer__social a { 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	color: #8B8B8B; 	font-size: 23px; 	-webkit-transition: color 0.3s ease-in-out; 	-o-transition: color 0.3s ease-in-out; 	transition: color 0.3s ease-in-out; } .footer__social a:hover { 	color: #ffffff; 	-webkit-transition: color 0.3s ease-in-out; 	-o-transition: color 0.3s ease-in-out; 	transition: color 0.3s ease-in-out; } .footer__social a:not(:last-of-type) { 	margin-right: 10px; } .heading { 	z-index: 3; 	position: fixed; 	top: 0; 	left: 0; 	width: 100%; 	background-color: #fff; } .heading__bg { 	z-index: 0; 	position: absolute; 	top: 0; 	left: 0; 	width: 100%; 	height: 100%; } .heading__bg:after { 	content: ""; 	position: absolute; 	top: 0; 	left: 0; 	width: 100%; 	height: 100%; 	background-color: rgba(0, 0, 0, 0.3); } @media screen and (max-width: 767px) { 	.heading__bg video { 		display: none; 	} } /* .heading__bg img { 	display: none; } @media screen and (max-width: 767px) { 	.heading__bg img { 		display: block; 	} } */ .heading__wrapper { 	z-index: 2; 	position: relative; 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	-webkit-box-align: center; 	-ms-flex-align: center; 	align-items: center; 	-webkit-box-pack: center; 	-ms-flex-pack: center; 	justify-content: center; 	min-height: 100vh; } .heading__wrapper>div { 	width: 100%; 	max-width: 100%; 	text-align: center; } .heading__title { 	color: #ffffff; 	font-weight: bold; 	font-size: 54px; 	text-align: center; } @media screen and (max-width: 1279px) { 	.heading__title { 		font-size: 48px; 	} } @media screen and (max-width: 767px) { 	.heading__title { 		font-size: 40px;         line-height: normal;         margin-bottom: 2rem; 	} } .heading__subtitle { 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	-webkit-box-align: center; 	-ms-flex-align: center; 	align-items: center; 	-webkit-box-pack: center; 	-ms-flex-pack: center; 	justify-content: center; 	margin-bottom: 34px; } @media screen and (max-width: 767px) { 	.heading__subtitle { 		margin-bottom: 14px; 	} } .heading__subtitle span { 	position: relative; 	padding-left: 60px; 	padding-right: 60px; 	font-size: 16px; 	color: #ffffff; 	text-transform: uppercase;     letter-spacing: 0.2rem; } @media screen and (max-width: 767px) { 	.heading__subtitle span { 		padding-left: 50px; 		padding-right: 50px;         font-size: 12px;         letter-spacing: 0.1rem; 	} } .heading__subtitle span:after, .heading__subtitle span:before { 	content: ""; 	position: absolute; 	top: 50%; 	-webkit-transform: translateY(-50%); 	-ms-transform: translateY(-50%); 	transform: translateY(-50%); 	width: 45px; 	height: 1px; 	background-color: #ffffff; } @media screen and (max-width: 767px) { 	.heading__subtitle span:after, .heading__subtitle span:before { 		width: 35px; 	} } .heading__subtitle span:after { 	left: 0; } .heading__subtitle span:before { 	right: 0; } .heading__btn { 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	-webkit-box-align: center; 	-ms-flex-align: center; 	align-items: center; 	-webkit-box-pack: center; 	-ms-flex-pack: center; 	justify-content: center; 	width: 100%; 	max-width: 294px; 	height: 57px; 	margin-left: auto; 	margin-right: auto; 	border-radius: 2rem; 	border: 2px solid #a2895e; 	-webkit-box-shadow: none; 	box-shadow: none; 	background-color: #a2895e; 	font-size: 16px; 	color: #ffffff; 	text-transform: uppercase; 	-webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; 	-o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; 	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; } .heading__btn:hover { 	background-color: transparent; 	color: #a2895e; 	-webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; 	-o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; 	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; } .heading__more { 	z-index: 5; 	position: absolute; 	left: 0; 	right: 0; 	bottom: 0; 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	-webkit-box-orient: vertical; 	-webkit-box-direction: normal; 	-ms-flex-direction: column; 	flex-direction: column; 	-webkit-box-align: center; 	-ms-flex-align: center; 	align-items: center; 	-webkit-box-pack: justify; 	-ms-flex-pack: justify; 	justify-content: space-between; 	width: 186px; 	height: 111px; 	padding: 20px; 	margin-left: auto; 	margin-right: auto; 	background-color: rgba(24, 24, 24, 0.83); 	-webkit-transition: border-radius 0.3s ease-in-out; 	-o-transition: border-radius 0.3s ease-in-out; 	transition: border-radius 0.3s ease-in-out; } @media screen and (max-width: 767px) { 	.heading__more { 		width: 150px; 		height: 100px; 		padding: 15px 10px; 	} } .heading__more:hover { 	border-radius: 2rem 2rem 0 0; 	-webkit-transition: border-radius 0.3s ease-in-out; 	-o-transition: border-radius 0.3s ease-in-out; 	transition: border-radius 0.3s ease-in-out; } .heading__more:hover>div { 	-webkit-transform: translateY(10px); 	-ms-transform: translateY(10px); 	transform: translateY(10px); 	-webkit-transition: -webkit-transform 0.3s ease-in-out; 	transition: -webkit-transform 0.3s ease-in-out; 	-o-transition: transform 0.3s ease-in-out; 	transition: transform 0.3s ease-in-out; 	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; } .heading__more span { 	font-size: 18px; 	text-transform: uppercase; 	color: #ffffff; } @media screen and (max-width: 767px) { 	.heading__more span { 		font-size: 14px; 	} } .heading__more div { 	-webkit-transform: translateY(6px); 	-ms-transform: translateY(6px); 	transform: translateY(6px); 	-webkit-transition: -webkit-transform 0.3s ease-in-out; 	transition: -webkit-transform 0.3s ease-in-out; 	-o-transition: transform 0.3s ease-in-out; 	transition: transform 0.3s ease-in-out; 	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; } .heading__more .icon-font { 	color: #a2895e; 	font-size: 20px; } @media screen and (max-width: 767px) { 	.heading__more .icon-font { 		font-size: 18px; 	} } .heading__more .icon-font:nth-of-type(1) { 	-webkit-transform: rotate(90deg) translateX(6px); 	-ms-transform: rotate(90deg) translateX(6px); 	transform: rotate(90deg) translateX(6px); } .heading__more .icon-font:nth-of-type(2) { 	-webkit-transform: rotate(90deg) translateX(-6px); 	-ms-transform: rotate(90deg) translateX(-6px); 	transform: rotate(90deg) translateX(-6px); } .features { 	padding-top: 125px; 	padding-bottom: 135px; } @media screen and (max-width: 767px) { 	.features { 		padding-top: 100px; 		padding-bottom: 50px; 	} } .features__wrapper { 	display: grid; 	grid-template-columns: repeat(4, 1fr); 	gap: 35px; } @media screen and (max-width: 1279px) { 	.features__wrapper { 		grid-template-columns: repeat(2, 1fr); 	} } @media screen and (max-width: 767px) { 	.features__wrapper { 		grid-template-columns: 1fr; 	} } .features__box { 	cursor: pointer; 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	-webkit-box-orient: vertical; 	-webkit-box-direction: normal; 	-ms-flex-direction: column; 	flex-direction: column; 	min-height: 100%; 	border: 1px solid #B79990; 	-webkit-box-shadow: 0 3px 10px 0 rgba(32, 178, 170, 0); 	box-shadow: 0 3px 10px 0 rgba(32, 178, 170, 0); 	background-color: #ffffff; 	-webkit-transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out; 	transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out; 	-o-transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; 	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; 	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out; } .features__box:hover { 	-webkit-transform: translateY(-5px); 	-ms-transform: translateY(-5px); 	transform: translateY(-5px); 	-webkit-box-shadow: 0 5px 15px 0 rgba(32, 178, 170, 0.3); 	box-shadow: 0 5px 15px 0 rgba(0,0,0, 0.3); 	-webkit-transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out; 	transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out; 	-o-transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; 	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; 	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out; } .features__box-body { 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	-webkit-box-orient: vertical; 	-webkit-box-direction: normal; 	-ms-flex-direction: column; 	flex-direction: column; 	-webkit-box-align: center; 	-ms-flex-align: center; 	align-items: center; 	-webkit-box-flex: 1; 	-ms-flex: 1; 	flex: 1; 	padding: 75px 30px 65px; } @media screen and (max-width: 767px) { 	.features__box-body { 		padding: 55px 15px; 	} } .features__box-footer { 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	-webkit-box-align: center; 	-ms-flex-align: center; 	align-items: center; 	-webkit-box-pack: center; 	-ms-flex-pack: center; 	justify-content: center; 	height: 60px; 	background-color: #B79990; } .features__box-footer span { 	position: relative; 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	color: #ffffff; 	text-transform: uppercase; 	font-weight: bold; 	font-size: 18px; } @media screen and (max-width: 767px) { 	.features__box-footer span { 		font-size: 16px; 	} } .features__box-footer span:before, .features__box-footer span:after { 	content: ""; 	position: absolute; 	top: 100%; 	width: 0; 	height: 1px; 	background-color: #fff; 	-webkit-transition: width 0.3s ease-in-out; 	-o-transition: width 0.3s ease-in-out; 	transition: width 0.3s ease-in-out; } .features__box-footer span:before { 	left: 50%; } .features__box-footer span:after { 	right: 50%; } .features__box-footer span:hover:before, .features__box-footer span:hover:after { 	width: 50%; 	-webkit-transition: width 0.3s ease-in-out; 	-o-transition: width 0.3s ease-in-out; 	transition: width 0.3s ease-in-out; } .features__box-icon { 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	-webkit-box-align: center; 	-ms-flex-align: center; 	align-items: center; 	-webkit-box-pack: center; 	-ms-flex-pack: center; 	justify-content: center; 	min-height: 100px; 	height: 100px; 	margin-bottom: 35px; } @media screen and (max-width: 767px) { 	.features__box-icon { 		margin-bottom: 25px; 	} } .features__box-icon img{     filter: #827D74; /* IE6-9 */   -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */   filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */ }     .features__box-title { 	padding-bottom: 10px; 	font-size: 24px; 	font-weight: bold; 	color: #1a1a1a; } @media screen and (max-width: 767px) { 	.features__box-title { 		font-size: 20px; 	} } .features__box-desc { 	font-size: 18px; 	color: #000000; 	text-align: center; } @media screen and (max-width: 767px) { 	.features__box-desc { 		font-size: 16px; 	} }  .features__box.fb-1{     border-color: #c9c5b9; } .features__box.fb-1 .features__box-footer{     background-color: #c9c5b9; }  .features__box.fb-3{     border-color: #827D74; } .features__box.fb-3 .features__box-footer{     background-color: #827D74; } .features__box.fb-4{     border-color: #a2895e; } .features__box.fb-4 .features__box-footer{     background-color: #a2895e; } .meet { 	position: relative; } @media screen and (max-width: 767px) { 	.meet { 		margin-top: 50px; 	} } .meet:before { 	content: ""; 	z-index: 1; 	position: absolute; 	top: 0; 	left: 0; 	width: 100%; 	max-width: 72%; 	height: 100%; 	background-color: #111; } @media screen and (max-width: 767px) { 	.meet:before { 		max-width: 100%; 	} } .meet:after { 	content: ""; 	z-index: 0; 	position: absolute; 	right: 0; 	bottom: 0; 	-webkit-transform: translate(-50%, -30%); 	-ms-transform: translate(-50%, -30%); 	transform: translate(-50%, -30%); 	width: 100%; 	max-width: 582px; 	height: 370px; 	background-color: #E6E3D9; } @media screen and (max-width: 767px) { 	.meet:after { 		display: none; 	} } .meet .c-grid { 	max-width: 1536px; } .meet__wrapper { 	z-index: 2; 	position: relative; 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	padding-top: 170px; 	padding-bottom: 170px; } @media screen and (max-width: 1279px) { 	.meet__wrapper { 		padding-top: 125px; 		padding-bottom: 125px; 	} } @media screen and (max-width: 767px) { 	.meet__wrapper { 		-ms-flex-wrap: wrap; 		flex-wrap: wrap; 		padding-top: 100px; 		padding-bottom: 100px; 	} } .meet__wrapper>div { 	width: 50%; } @media screen and (max-width: 767px) { 	.meet__wrapper>div { 		width: 100%; 	} } .meet__wrapper>div+div { 	padding-left: 30px; } @media screen and (max-width: 767px) { 	.meet__wrapper>div+div { 		padding-top: 50px; 		padding-left: 0; 	} } .meet__desc { 	width: 100%; 	max-width: 740px; 	padding-bottom: 50px; } .meet__link { 	position: relative; 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	padding-top: 20px; 	padding-bottom: 20px; 	font-size: 20px; 	text-transform: uppercase; 	color: #fff; } .meet__link:hover:after { 	width: 0; 	-webkit-transition: width 0.3s ease-in-out; 	-o-transition: width 0.3s ease-in-out; 	transition: width 0.3s ease-in-out; } .meet__link:after { 	content: ""; 	position: absolute; 	top: 100%; 	left: 0; 	width: 106px; 	height: 5px; 	background-color: #a2895e; 	-webkit-transition: width 0.3s ease-in-out; 	-o-transition: width 0.3s ease-in-out; 	transition: width 0.3s ease-in-out; } .meet__block { 	position: relative; 	width: 100%; 	max-width: 546px; 	height: 531px; 	margin-left: auto; 	border: 20px solid #fff; 	-webkit-box-shadow: 0px 1px 54px 0px rgba(0, 0, 0, 0.19); 	box-shadow: 0px 1px 54px 0px rgba(0, 0, 0, 0.19); 	background-color: #ffffff; } @media screen and (max-width: 767px) { 	.meet__block { 		-webkit-transform: unset !important; 		-ms-transform: unset !important; 		transform: unset !important; 	} } @media screen and (max-width: 767px) { 	.partner { 		padding-top: 50px; 	} } .partner__wrapper { 	display: grid; 	-webkit-box-align: center; 	-ms-flex-align: center; 	align-items: center; 	grid-template-columns: repeat(4, 1fr); 	gap: 200px; } @media screen and (max-width: 767px) { 	.partner__wrapper { 		grid-template-columns: repeat(2, 1fr);         gap: 70px; 	} } .partner__wrapper img { 	display: block; 	max-width: 100%; 	height: auto; } .procedures { 	position: relative; 	padding-bottom: 170px; } @media screen and (max-width: 1279px) { 	.procedures { 		padding-bottom: 100px; 	} } @media screen and (max-width: 767px) { 	.procedures { 		padding-bottom: 50px; 	} } .procedures__bg { 	z-index: 0; 	position: absolute; 	top: 0; 	left: 0; 	width: 100%; 	height: calc(100% - 170px); } @media screen and (max-width: 767px) { 	.procedures__bg { 		opacity: 0.25; 	} } .procedures__wrapper { 	z-index: 2; 	position: relative; 	padding-top: 205px; } @media screen and (max-width: 1023px) { 	.procedures__wrapper { 		padding-top: 150px; 	} } @media screen and (max-width: 767px) { 	.procedures__wrapper { 		padding-top: 100px; 	} } .procedures__wrapper>div { 	width: 100%; 	max-width: 50%; 	margin-left: auto; } @media screen and (max-width: 1023px) { 	.procedures__wrapper>div { 		max-width: 65%; 	} } @media screen and (max-width: 767px) { 	.procedures__wrapper>div { 		max-width: 100%; 	} } .procedures__desc { 	width: 100%; 	max-width: 642px; 	padding-bottom: 50px; } .procedures__link { 	position: relative; 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	padding-top: 20px; 	padding-bottom: 20px; 	font-size: 20px; 	text-transform: uppercase; 	color: #111; 	margin-bottom: 100px; } .procedures__link:hover:after { 	width: 0; 	-webkit-transition: width 0.3s ease-in-out; 	-o-transition: width 0.3s ease-in-out; 	transition: width 0.3s ease-in-out; } .procedures__link:after { 	content: ""; 	position: absolute; 	top: 100%; 	left: 0; 	width: 106px; 	height: 5px; 	background-color: #a2895e; 	-webkit-transition: width 0.3s ease-in-out; 	-o-transition: width 0.3s ease-in-out; 	transition: width 0.3s ease-in-out; } .procedures__visual { 	position: relative; 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	width: 100%; 	max-width: 675px; 	padding: 25px; 	-webkit-transform: translate(20%, 40%); 	-ms-transform: translate(20%, 40%); 	transform: translate(20%, 40%); 	background-color: #ffffff; } @media screen and (max-width: 1439px) { 	.procedures__visual { 		-webkit-transform: translate(0, 0); 		-ms-transform: translate(0, 0); 		transform: translate(0, 0); 	} } .procedures__visual>div { 	position: relative; 	-webkit-box-flex: 1; 	-ms-flex: 1; 	flex: 1; 	min-width: 1px; 	max-width: 100%; } .procedures__visual>div:nth-of-type(1) { 	margin-right: 25px; } .procedures__visual>div img { 	display: block; 	max-width: 100%; 	height: auto; } .procedures__visual>div p { 	position: absolute; 	right: 10px; 	bottom: 10px; 	color: #ffffff; 	font-size: 12px; } .reviews { 	padding-top: 100px; } @media screen and (max-width: 1023px) { 	.reviews { 		padding-top: 75px; 	} } @media screen and (max-width: 767px) { 	.reviews { 		padding-top: 50px; 	} } .reviews__rating { 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	-webkit-box-align: center; 	-ms-flex-align: center; 	align-items: center; 	-webkit-box-pack: center; 	-ms-flex-pack: center; 	justify-content: center; 	padding-bottom: 55px; } .reviews__rating .icon-font { 	margin-left: 5px; 	margin-right: 5px; 	color: #d2c9be; 	font-size: 29px; } @media screen and (max-width: 767px) { 	.reviews__rating .icon-font { 		font-size: 24px; 	} } .reviews__desc { 	padding-bottom: 50px; 	font-size: 26px; 	color: #333333; 	line-height: 2; 	text-align: center; } @media screen and (max-width: 1023px) { 	.reviews__desc { 		font-size: 22px; 	} } @media screen and (max-width: 767px) { 	.reviews__desc { 		font-size: 18px; 		padding-bottom: 30px; 	} } .reviews__author { 	font-size: 26px; 	font-weight: bold; 	line-height: 1; 	color: #111111; } @media screen and (max-width: 1023px) { 	.reviews__author { 		font-size: 22px; 	} } @media screen and (max-width: 767px) { 	.reviews__author { 		font-size: 16px; 	} } .reviews__carousel { 	position: relative; } .reviews__nav { 	position: absolute; 	top: 50%; 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	-webkit-box-align: center; 	-ms-flex-align: center; 	align-items: center; 	-webkit-box-pack: center; 	-ms-flex-pack: center; 	justify-content: center; 	width: 80px; 	height: 80px; 	border: 1px solid #a2895e; 	background-color: #fff; } @media screen and (max-width: 767px) { 	.reviews__nav { 		position: static; 	} } .reviews__nav .icon-font { 	font-size: 40px; 	color: #E6E3D9; } .reviews__nav--prev { 	left: 0; 	-webkit-transform: scaleX(-1) translateY(-50%) translateX(50%); 	-ms-transform: scaleX(-1) translateY(-50%) translateX(50%); 	transform: scaleX(-1) translateY(-50%) translateX(50%); } @media screen and (max-width: 1023px) { 	.reviews__nav--prev { 		-webkit-transform: scaleX(-1) translateY(-50%) translateX(0); 		-ms-transform: scaleX(-1) translateY(-50%) translateX(0); 		transform: scaleX(-1) translateY(-50%) translateX(0); 	} } @media screen and (max-width: 767px) { 	.reviews__nav--prev { 		-webkit-transform: scaleX(-1) translateY(0) translateX(0); 		-ms-transform: scaleX(-1) translateY(0) translateX(0); 		transform: scaleX(-1) translateY(0) translateX(0); 	} } .reviews__nav--next { 	right: 0; 	-webkit-transform: translateY(-50%) translateX(50%); 	-ms-transform: translateY(-50%) translateX(50%); 	transform: translateY(-50%) translateX(50%); } @media screen and (max-width: 1023px) { 	.reviews__nav--next { 		-webkit-transform: translateY(-50%) translateX(0); 		-ms-transform: translateY(-50%) translateX(0); 		transform: translateY(-50%) translateX(0); 	} } @media screen and (max-width: 767px) { 	.reviews__nav--next { 		-webkit-transform: translateY(0) translateX(0); 		-ms-transform: translateY(0) translateX(0); 		transform: translateY(0) translateX(0); 	} } .reviews__nav-wrapper { 	z-index: 10; 	position: absolute; 	top: 0; 	left: 0; 	right: 0; 	width: 100%; 	max-width: 932px; 	height: 100%; 	margin-left: auto; 	margin-right: auto; } @media screen and (max-width: 1023px) { 	.reviews__nav-wrapper { 		max-width: 100%; 	} } @media screen and (max-width: 767px) { 	.reviews__nav-wrapper { 		position: static; 		display: -webkit-box; 		display: -ms-flexbox; 		display: flex; 		-webkit-box-align: center; 		-ms-flex-align: center; 		align-items: center; 		-webkit-box-pack: center; 		-ms-flex-pack: center; 		justify-content: center; 		padding-top: 25px; 	} } .reviews .swiper-slide { 	opacity: 0.4; 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	-webkit-box-orient: vertical; 	-webkit-box-direction: normal; 	-ms-flex-direction: column; 	flex-direction: column; 	-webkit-box-align: center; 	-ms-flex-align: center; 	align-items: center; 	width: 642px !important; 	-webkit-transition: opacity 0.3s ease-in-out; 	-o-transition: opacity 0.3s ease-in-out; 	transition: opacity 0.3s ease-in-out; } @media screen and (max-width: 1023px) { 	.reviews .swiper-slide { 		width: 550px !important; 	} } @media screen and (max-width: 767px) { 	.reviews .swiper-slide { 		width: 100% !important; 		padding-left: 30px; 		padding-right: 30px; 	} } .reviews .swiper-slide-active { 	opacity: 1; 	-webkit-transition: opacity 0.3s ease-in-out; 	-o-transition: opacity 0.3s ease-in-out; 	transition: opacity 0.3s ease-in-out; } .care { 	position: relative; 	padding-top: 650px; 	padding-bottom: 150px; } @media screen and (max-width: 1439px) { 	.care { 		padding-top: 550px; 	} } @media screen and (max-width: 1279px) { 	.care { 		padding-top: 500px; 	} } @media screen and (max-width: 1023px) { 	.care { 		padding-bottom: 100px; 	} } @media screen and (max-width: 767px) { 	.care { 		padding-bottom: 50px; 	} } .care__bg { 	z-index: 0; 	position: absolute; 	top: 0; 	left: 0; 	width: 100%; 	height: 100%; 	padding-top: 280px; } .care__bg img { 	display: block; 	max-width: 100%; 	height: auto; } .care__bg>div { 	z-index: 1; 	position: absolute; 	top: 200px; 	left: 0; 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	-webkit-box-orient: vertical; 	-webkit-box-direction: normal; 	-ms-flex-direction: column; 	flex-direction: column; 	-webkit-box-align: start; 	-ms-flex-align: start; 	align-items: flex-start; 	-webkit-box-pack: justify; 	-ms-flex-pack: justify; 	justify-content: space-between;  	width: 100%; 	max-width: 485px; 	height: 422px; } @media screen and (max-width: 1023px) { 	.care__bg>div { 		max-width: 400px; 	} } .care__bg>div span { 	height: 2px; 	background-color: #a2895e; } .care__bg>div span:nth-of-type(1) { 	width: 100%; } .care__bg>div span:nth-of-type(2) { 	width: calc(100% - 50px); } .care__bg>div span:nth-of-type(3) { 	width: calc(100% - 100px); } .care__bg>div span:nth-of-type(4) { 	width: calc(100% - 150px); } .care__bg>div span:nth-of-type(5) { 	width: calc(100% - 200px); } .care__bg>div span:nth-of-type(6) { 	width: calc(100% - 250px); } .care__bg>div span:nth-of-type(7) { 	width: calc(100% - 300px); } .care__bg>div span:nth-of-type(8) { 	width: calc(100% - 350px); } .care__wrapper { 	z-index: 2; 	position: relative; 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	-webkit-box-pack: end; 	-ms-flex-pack: end; 	justify-content: flex-end; } .care__wrapper>div { 	width: 50%; 	padding: 120px; 	border: 20px solid #fff; 	border-right: none; 	background-color: #111; } @media screen and (max-width: 1439px) { 	.care__wrapper>div { 		padding: 100px; 	} } @media screen and (max-width: 1279px) { 	.care__wrapper>div { 		padding: 80px; 	} } @media screen and (max-width: 1023px) { 	.care__wrapper>div { 		width: 75%; 		padding: 50px; 	} } @media screen and (max-width: 767px) { 	.care__wrapper>div { 		width: 85%; 		padding: 25px; 	} } .care__desc { 	padding-bottom: 50px; } .care__link { 	position: relative; 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	padding-top: 20px; 	padding-bottom: 20px; 	font-size: 20px; 	text-transform: uppercase; 	color: #ffffff; } .care__link:hover:after { 	width: 0; 	-webkit-transition: width 0.3s ease-in-out; 	-o-transition: width 0.3s ease-in-out; 	transition: width 0.3s ease-in-out; } .care__link:after { 	content: ""; 	position: absolute; 	top: 100%; 	left: 0; 	width: 106px; 	height: 5px; 	background-color: #a2895e; 	-webkit-transition: width 0.3s ease-in-out; 	-o-transition: width 0.3s ease-in-out; 	transition: width 0.3s ease-in-out; } .map__wrapper { 	position: relative; 	width: 100%; 	height: 665px; } @media screen and (max-width: 1439px) { 	.map__wrapper { 		height: 600px; 	} } @media screen and (max-width: 1279px) { 	.map__wrapper { 		height: 500px; 	} } @media screen and (max-width: 767px) { 	.map__wrapper { 		height: 350px; 	} } .inner { 	position: relative; } .inner__container { 	position: relative; } .inner__container-1 { 	margin-top: 145px; } @media screen and (max-width: 1023px) { 	.inner__container-1 { 		margin-top: 95px; 	} } @media screen and (max-width: 767px) { 	.inner__container-1 { 		margin-top: 75px; 	} } .inner__bg { 	z-index: 0; 	position: absolute; 	top: 0; 	left: 0; 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	width: 100%; 	height: 100%; 	background-color: #1a1a1a; 	justify-content: flex-end; } .inner__bg>div { 	position: relative; 	width: 50%; } .hero-text { 	display: -ms-flexbox; 	display: -webkit-flex; 	display: flex; 	-webkit-flex-direction: column; 	-ms-flex-direction: column; 	flex-direction: column; 	-webkit-flex-wrap: nowrap; 	-ms-flex-wrap: nowrap; 	flex-wrap: nowrap; 	-webkit-justify-content: center; 	-ms-flex-pack: center; 	justify-content: center; 	-webkit-align-content: stretch; 	-ms-flex-line-pack: stretch; 	align-content: stretch; 	-webkit-align-items: flex-start; 	-ms-flex-align: start; 	align-items: flex-start; } .hero-text-wrap { 	width: 100%; } @media screen and (max-width: 767px) { 	.inner__bg>div img { 		display: none; 	} 	.hero-text-wrap { 		text-align: center; 	} } .inner__wrapper { 	z-index: 2; 	position: relative; } .inner__wrapper-1 { 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; } .inner__wrapper-1>div { 	width: 100%; 	max-width: 50%; 	padding: calc(100vw * 0.1); } @media screen and (max-width: 1023px) { 	.inner__wrapper-1>div { 		padding-top: 150px; 		padding-bottom: 150px; 	} } @media screen and (max-width: 767px) { 	.inner__wrapper-1>div { 		max-width: 100%; 		padding-top: 80px; 		padding-bottom: 80px; 	} } .inner__wrapper-2 { 	padding-top: 90px; 	padding-bottom: 45px; } .inner__wrapper-3 { 	padding-bottom: 135px; } .inner__title { 	padding-bottom: 0; } #breadcrumbs { 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	-webkit-box-align: center; 	-ms-flex-align: center; 	align-items: center; } @media screen and (max-width: 767px) { 	#breadcrumbs { 		-webkit-justify-content: center; 		-ms-flex-pack: center; 		justify-content: center; 	} } #breadcrumbs, #breadcrumbs a { 	font-size: 14px!important; 	color: #333333; 	text-transform: uppercase; 	letter-spacing: 0.2rem; } .title-case { 	text-transform: capitalize; } #breadcrumbs .bullet { 	padding: 0 5px; 	color: #a2895e; } @media screen and (max-width: 767px) { 	#breadcrumbs .bullet { 		padding: 0; 	} } #breadcrumbs i { 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	width: 6px; 	height: 6px; 	margin-left: 10px; 	margin-right: 10px; } @media screen and (max-width: 767px) { 	#breadcrumbs i { 		margin-left: 5px; 		margin-right: 5px; 	} } @media screen and (max-width: 767px) { 	#breadcrumbs, #breadcrumbs a { 		font-size: 12px; 		letter-spacing: 0.1rem; 	} }  .inner__desc { 	padding-bottom: 45px; } .inner__desc-1 { 	width: 100%; 	max-width: 1032px; 	margin-left: auto; 	margin-right: auto; } .inner__row-1 { 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	-ms-flex-wrap: wrap; 	flex-wrap: wrap; 	padding-bottom: 90px; } .inner__row-1>div { 	width: 50%; } @media screen and (max-width: 767px) { 	.inner__row-1>div { 		width: 100%; 	} } .inner__row-1>div:nth-of-type(1) { 	padding-right: 20px; } @media screen and (max-width: 767px) { 	.inner__row-1>div:nth-of-type(1) { 		padding-right: 0; 		padding-bottom: 45px; 	} } .inner__row-1>div:nth-of-type(2) { 	padding-left: 20px; } @media screen and (max-width: 767px) { 	.inner__row-1>div:nth-of-type(2) { 		padding-left: 0; 	} } .inner__row-1 img { 	display: block; 	max-width: 100%; 	height: auto; } .inner__row-2 { 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	-ms-flex-wrap: wrap; 	flex-wrap: wrap; 	padding-top: 90px; } .inner__row-2>div:nth-of-type(1) { 	width: 65%; 	padding-right: 20px; } @media screen and (max-width: 1023px) { 	.inner__row-2>div:nth-of-type(1) { 		width: 100%; 		padding-right: 0; 		padding-bottom: 20px; 	} } .inner__row-2>div:nth-of-type(2) { 	width: 35%; 	padding-left: 20px; } @media screen and (max-width: 1023px) { 	.inner__row-2>div:nth-of-type(2) { 		width: 100%; 		padding-left: 0; 	} } .inner__box { 	display: -webkit-box; 	display: -ms-flexbox; 	display: flex; 	-webkit-box-align: center; 	-ms-flex-align: center; 	align-items: center; 	width: 100%; 	max-width: 100%; 	height: 110px; 	border: 1px solid #a2895e; 	padding: 25px 30px; 	-webkit-box-shadow: 0 3px 10px 0 rgba(32, 178, 170, 0); 	box-shadow: 0 3px 10px 0 rgba(32, 178, 170, 0); 	background-color: #ffffff; 	-webkit-transition: -webkit-box-shadow 0.3s ease-in-out; 	transition: -webkit-box-shadow 0.3s ease-in-out; 	-o-transition: box-shadow 0.3s ease-in-out; 	transition: box-shadow 0.3s ease-in-out; 	transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out; } .inner__box:hover { 	-webkit-box-shadow: 0 5px 15px 0 rgba(32, 178, 170, 0.3); 	box-shadow: 0 5px 15px 0 rgba(32, 178, 170, 0.3); 	-webkit-transition: -webkit-box-shadow 0.3s ease-in-out; 	transition: -webkit-box-shadow 0.3s ease-in-out; 	-o-transition: box-shadow 0.3s ease-in-out; 	transition: box-shadow 0.3s ease-in-out; 	transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out; } .inner__box>div:nth-of-type(1) { 	width: 60px; } .inner__box>div:nth-of-type(1) img { 	display: block; 	max-width: 100%; 	height: auto; } .inner__box>div:nth-of-type(2) { 	-webkit-box-flex: 1; 	-ms-flex: 1; 	flex: 1; 	min-width: 1px; 	max-width: 100%; 	padding-left: 30px; } .inner__box-wrapper { 	display: grid; 	grid-template-columns: repeat(2, 1fr); 	gap: 35px; 	padding-bottom: 74px; } @media screen and (max-width: 1023px) { 	.inner__box-wrapper { 		-webkit-box-align: center; 		-ms-flex-align: center; 		align-items: center; 	} } @media screen and (max-width: 767px) { 	.inner__box-wrapper { 		grid-template-columns: repeat(1, 1fr); 	} 	.inner__box-wrapper { 		gap: 14px; 	} } .inner-content-wrap { 	padding-right: 6rem; } @media screen and (max-width: 1023px) { 	.inner-content-wrap { 		padding-right: .5rem; 	} } .inner__box p { 	font-size: 24px; 	font-weight: bold; 	color: #1a1a1a; } .bus-address a { 	color: #333333; } .tac { 	text-align: center; } .footer__address.hours a { 	justify-content: flex-end; 	padding: 20px 0 8px 0; } #inner-content section { 	position: relative;     z-index: 1; } #inner-content section { 	padding: 100px 0; } @media screen and (max-width: 767px) { 	#inner-content section { 		padding: 120px 20px; 	} } #inner-content p, #inner-content a, #inner-content li { 	font-size: 20px; 	line-height: 1.8; } #inner-content p { 	padding-bottom: 50px; } #inner-content ul { 	padding: 0 0 54px 44px; } #inner-content ul li::before { 	content: "\2022"; 	/* Add content: \2022 is the CSS Code/unicode for a bullet */ 	color: #a2895e; 	/* Change the color */ 	font-weight: bold; 	/* If you want it to be bold */ 	display: inline-block; 	/* Needed to add space between the bullet and the text */ 	width: 1em; 	/* Also needed for space (tweak if needed) */ 	margin-left: -1em; 	/* Also needed for space (tweak if needed) */ } #inner-content h2, #inner-content h3, #inner-content h4 { 	padding-bottom: 24px; 	font-size: 30px; 	text-transform: uppercase;     font-family: minerva-modern, sans-serif;      color: #333;; } #inner-content h3, #inner-content h4 {     font-size: 24px;     text-transform: none; }  @media screen and (max-width: 767px) { #inner-content h2, #inner-content h3, #inner-content h4 { 	font-size: 28px; } } #inner-content .inner-features { 	padding-top: 45px; } #inner-content img { 	max-width: 100%; } .sbItem { 	margin-bottom: 34px; } #sidebar-list ul { 	padding: 0; 	margin: 0 auto; 	width: 100%; } #sidebar-list ul li::before { 	content: none; } #sidebar-list ul li { 	list-style: none; 	padding-bottom: 0; } #sidebar-list>ul>li>span, #sidebar-list h3 { 	background: #896c63; 	color: #fff; 	display: block; 	text-transform: uppercase!important; 	padding: 12px 18px; 	font-size: 20px!important; 	margin: 0; } #sidebar-list ul li a { 	background: #111; 	display: block; 	font-size: 16px; 	padding: 8px 18px; 	border-bottom: 1px solid #222; 	position: relative; 	color: #fff; } #sidebar-list ul li a:before { 	content: "\f0da"; 	font-family: FontAwesome; 	right: 20px; 	position: absolute; 	color: #fff; 	top: 14px; 	font-size: 12px; } #sidebar-list ul li a:hover, #sidebar-list ul li a.selected, #sidebar-list ul li.current_page_item a, .current-cat a { 	background-color: #B79990!important; } .inner-features p { 	padding-bottom: 0!important; } .sr-only { 	position: absolute; 	width: 1px; 	height: 1px; 	padding: 0; 	overflow: hidden; 	clip: rect(0, 0, 0, 0); 	white-space: nowrap; 	border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { 	position: static; 	width: auto; 	height: auto; 	overflow: visible; 	clip: auto; 	white-space: normal; } .contact-form input[type="button"] { 	border: none; 	background-color: #a2895e; 	color: #fff; 	-webkit-transition: background 0.5s 0s ease; 	-moz-transition: background 0.5s 0s ease; 	-o-transition: background 0.5s 0s ease; 	transition: background 0.5s 0s ease; } .contact-form input[type="button"]:hover { 	background-color: #111; } .sub .meet .c-desc { 	color: #000; } .sub .meet:before { 	background: none; } .sub h1 {     font-family: minerva-modern, sans-serif;  	position: relative; 	margin-bottom: 34px; 	line-height: normal;     font-size: 54px;     text-transform: uppercase;     letter-spacing: -0.05rem;     color: #333;; }  @media screen and (max-width: 767px) { 	.sub h1 { 		font-size: 28px;         letter-spacing: 0; 	} }  /* .sub h1:after { 	content: ""; 	position: absolute; 	top: 120%; 	left: 0; 	width: 106px; 	height: 5px; 	background-color: #a2895e; 	-webkit-transition: width 0.3s ease-in-out; 	-o-transition: width 0.3s ease-in-out; 	transition: width 0.3s ease-in-out; }  @media screen and (max-width: 767px) { 	.sub h1:after { 		right: 0; 		margin: 0 auto; 	} } */  .photo-border { 	border: 20px solid #fff; 	-webkit-box-shadow: 0px 1px 54px 0px rgba(0, 0, 0, 0.19); 	box-shadow: 0px 1px 54px 0px rgba(0, 0, 0, 0.19); 	background-color: #ffffff; } .photo-wrap { 	position: relative; 	min-height: 480px; } .photo-wrap img { 	position: relative; 	z-index: 2; } .photo-box { 	position: absolute; 	width: 55%; 	bottom: -55px; 	left: -55px; 	height: 300px; 	background: #B79990; 	z-index: 1; } @media screen and (max-width: 767px) { 	.photo-wrap { 		min-height: 280px; 	} } .staff section { 	padding: 140px 0 180px; 	margin-bottom: 80px; } .staff section:nth-child(even) { 	background: #eee; } .pb-0 { 	padding-bottom: 0!important; } .pb-20 { 	padding-bottom: 20px!important; } .pb-40 { 	padding-bottom: 40px!important; } .pb-60 { 	padding-bottom: 60px!important; } .masonry-layout { 	display: flex; 	flex-direction: row; 	padding: 10px; } @media screen and (max-width: 1023px) { 	.masonry-layout { 		flex-direction: column; 	} } .masonry-layout__column { 	display: flex; 	flex: 1; 	flex-direction: column; } .masonry-layout__panel { 	display: flex; 	margin: 15px; 	border-radius: 10px; 	padding: 40px; 	background-color: #e9e9e9; 	flex-direction: column; } .masonry-layout .testimonial-author { 	padding-bottom: 0!important; 	font-weight: bold; } .btn { 	display: inline-block; 	border-radius: 2rem; 	border: 2px solid #a2895e; 	background-color: #a2895e; 	font-size: 16px; 	color: #ffffff; 	text-transform: uppercase; 	padding: 12px 84px; 	-webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; 	-o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; 	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; } @media screen and (max-width: 767px) { 	.btn { 		padding: 12px 44px; 	} } .btn:hover { 	background-color: transparent; 	color: #a2895e; 	-webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; 	-o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; 	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; } .contact-wrap { 	padding: 150px; } @media screen and (max-width: 1279px) { 	.contact-wrap { 		padding: 80px; 	} } @media screen and (max-width: 767px) { 	.contact-wrap { 		padding: 40px; 	} } .contact-wrap.the-form { 	background-color: #a2895e; } .contact-wrap.the-form .field { 	background-color: #fff!important; } .contact-wrap.the-form, .contact-wrap.the-form h2, .contact-form .required_text { 	color: #fff!important; } .contact-wrap.the-info { 	background-color: #f5f5f5; } .contact-wrap h2, .contact-wrap h3 { 	padding-bottom: 14px!important; } .contact-wrap h3 { 	font-size: 24px!important; 	padding-bottom: 8px!important; 	text-transform: none!important; } .contact-wrap ul { 	padding: 0!important; } .contact-wrap ul li::before { 	content: ""!important; } .contact-wrap .hours li { 	display: block; 	padding-bottom: 8px; 	border-bottom: 1px solid #bbb; 	margin-bottom: 8px; } .stretch { 	-webkit-align-content: stretch; 	-ms-flex-line-pack: stretch; 	align-content: stretch; } .contact-wrap.the-form .contact-form input[type="button"] { 	background-color: #1a1a1a; } .contact-wrap.the-form .contact-form input[type="button"]:hover { 	background-color: #202e34; } .contact-form.qc h2 { 	text-transform: none!important; 	font-size: 28px!important; } .contact-form.qc .required_text{     color: #555!important; } input:focus, select:focus, textarea:focus, button:focus { 	outline: none; } .banner-no-photo .bg-photo { 	display: none; } .banner-no-photo .inner__wrapper-1>div { 	max-width: 100%; 	padding: calc(50vw * 0.1); } @media screen and (max-width: 767px) { 	.banner-no-photo .inner__wrapper-1>div { 		padding: calc(100vw * 0.1);         padding-top: 80px; 		padding-bottom: 80px; 	} } .banner-no-photo h1:after { 	right: 0; 	margin: 0 auto; } .banner-no-photo h1:after { 	right: 0; 	margin: 0 auto; } .banner-no-photo #breadcrumbs { 	justify-content: center; } .banner-no-photo .hero-text-wrap { 	text-align: center; }  nav.list ul{ columns: 2;   -webkit-columns: 2;   -moz-columns: 2;     padding-bottom: 0!important; }  @media screen and (max-width: 767px) { nav.list ul{ columns: 1;   -webkit-columns: 1;   -moz-columns: 1;   padding-bottom: 60px!important;     } }  .p-inner{padding-top: 120px;}   @media screen and (max-width: 1024px) { .p-inner{padding-top: 20px;} }   @media screen and (max-width: 767px) { .p-inner{padding-top: 20px;} }  .banner-photo{ width: 100%;}  .logo-symbol{position: absolute; top: 15%; z-index: 0; left: -100px;}  @media screen and (max-width: 767px) {     .logo-symbol{display: none;} }  #di-1{float: right; margin: 0 0 24px 44px;}  @media screen and (max-width: 767px) { .staff .row{flex-direction: column-reverse;} .staff .inner-content-wrap{ padding-top: 120px;} }  .hidden-desktop{display:none!important;} @media screen and (max-width: 767px) { .hidden-desktop{display:flex!important;}     } .hidden-mobile{display:flex!important;} @media screen and (max-width: 767px) { .hidden-mobile{display:none!important;}     }  /* =Main Contact --------------------------------------------------------------------------------------------------*/ .contact-form {     width: 100%; }  .contact-form .captcha_main {     position: relative!important; }  .contact-form #captchaimg {     position: absolute!important;     right: 10px !important;     top: 12px !important; }  .contact-form .required_text {     color: #999999;     float: left!important;     font-size: 12px!important;     font-style: italic!important;     margin-top: 15px!important; }  .contact-form input[type=text], .contact-form textarea, .contact-form select{     background: none!important;     border: none!important;     color: #939494!important;     font: 12px/18px Arial,Helvetica,sans-serif!important;     width: 100%!important; 	height:auto!important; }  .contact-form .field { 	background: none repeat scroll 0 0 #E9EAEA; 	border: medium none!important; 	margin-bottom: 7px!important; 	padding: 12px 15px!important; 	height:auto!important; }  .contact-form select {     -moz-appearance: none!important;     /* background: url("../images/select_arrow.png") no-repeat scroll 605px center #E9EAEA!important;*/     text-indent: 0.01px!important;     text-overflow: ""!important;     width: 100%!important; }  .contact-form .err {     color: #990000!important; }  .contact-form .err ul, .contact-form .err ul li{ background:none; }  .contact-form input[type="button"]{     cursor: pointer!important;     float: right!important; 	margin-top:8px!important; 	padding:14px 24px!important; 	box-sizing: content-box!important; 	-webkit-border-radius: 4px; border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px!important; }  /* =Quick Contact --------------------------------------------------------------------------------------------------*/ .contact-form.qc textarea {     height: 85px!important; }  /* =Responsive Video --------------------------------------------------------------------------------------------------*/ video { width: 100% !important; height: auto !important; }  .book-appt{ padding: 0 20px; background:none; border-color: #a76f5e; color:#a76f5e!important;} .book-appt:hover{ background:#a76f5e; color:#fff!important; text-decoration: none;} .header__nav a:before, .header__nav a:after{height: 0!important;} #header{top:0!important;}  .fixed-cta {  position: fixed;  left: 0;  bottom: 0;  width: 100%;  text-align: center;  display: none;  z-index: 9999; } .fixed-cta a.btn {  width: 50%;  padding: 16px 10px 13px;  background: #222;  color: #fff;  display: block;  font-size: 16px;  margin-top: 0;  border-radius: 0;  text-transform: uppercase;  letter-spacing: 1px;  font-weight: 500;  border:0; } .fixed-cta a.btn+a.btn {  background: #a2895e;  color: #fff;  } .fixed-cta a.btn:hover {  opacity: 1 !important; }  .header__nav{     justify-content: flex-end; }  .c-grid{     max-width: 1920px; }  .header__nav li {   padding: 0 16px; }  .w-1400{     max-width: 1400px; }  .header__wrapper-left{     max-width: 300px;     padding-left: 30px; } .heading__bg img{     display: none; } .grid-3-col {   display: grid;   grid-template-columns: 1fr 1fr 1fr;   gap:6rem; } .subtitle{     font-size:1.8rem!important;  } .text-center{     text-align: center; } .black{     color: #000; } .pb-3{     padding-bottom: 3rem; } .font-sm{   font-size: 16px!important; } .gold{     color: #a2895e!important; } .w-1330{     max-width: 1330px; } .heading__bg video{     height:100vh!important; } h1, h2, h3, h4, .features__box-title{     font-family: minerva-modern, sans-serif;  } @media screen and (max-width:1280px){     .header__nav li {         padding: 0 10px!important;     }     .header__nav a{         font-size: 13px;     } }  @media screen and (max-width:1080px){     .header__nav li {         padding: 0 6px!important;     } } @media screen and (max-width:1024px){     .header__wrapper-left{         max-width: 100%!important;     }     .header__wrapper-left{         padding-left: 0;     } } @media screen and (max-width:768px){     .fixed-cta{         display: flex;     }      .heading__bg img{         display: block;     }     body .uwy.userway_p3 .uai {         bottom: 65px!important;     }     .grid-3-col {         grid-template-columns: 1fr;     } }</style>
      
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
	
	<!-- This site is optimized with the Yoast SEO plugin v25.3 - https://yoast.com/wordpress/plugins/seo/ -->
	<link rel="canonical" href="https://www.simiwestdental.com/blog/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="article" />
	<meta property="og:title" content="Blog" />
	<meta property="og:url" content="https://www.simiwestdental.com/blog/" />
	<meta property="og:site_name" content="Simi West Dental Group" />
	<meta name="twitter:card" content="summary_large_image" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":["WebPage","MedicalWebPage","CollectionPage"],"@id":"https://www.simiwestdental.com/blog/","url":"https://www.simiwestdental.com/blog/","name":"Blog","isPartOf":{"@id":"https://www.simiwestdental.com/#website"},"datePublished":"2013-07-15T16:21:19+00:00","dateModified":"2013-07-15T16:26:31+00:00","breadcrumb":{"@id":"https://www.simiwestdental.com/blog/#breadcrumb"},"inLanguage":"en-US"},{"@type":"BreadcrumbList","@id":"https://www.simiwestdental.com/blog/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://www.simiwestdental.com/"},{"@type":"ListItem","position":2,"name":"Blog"}]},{"@type":"WebSite","@id":"https://www.simiwestdental.com/#website","url":"https://www.simiwestdental.com/","name":"Simi West Dental Group","description":"Family Dentist in Simi Valley","publisher":{"@id":"https://www.simiwestdental.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.simiwestdental.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://www.simiwestdental.com/#organization","name":"Simi West Dental Group","url":"https://www.simiwestdental.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.simiwestdental.com/#/schema/logo/image/","url":"https://www.simiwestdental.com/wp-content/uploads/2022/10/logo-dark.png","contentUrl":"https://www.simiwestdental.com/wp-content/uploads/2022/10/logo-dark.png","width":864,"height":225,"caption":"Simi West Dental Group"},"image":{"@id":"https://www.simiwestdental.com/#/schema/logo/image/"}}]}</script>
	<!-- / Yoast SEO plugin. -->


<link rel='stylesheet' id='wp-block-library-css' href='https://www.simiwestdental.com/wp-includes/css/dist/block-library/style.min.css?ver=6.8.2' type='text/css' media='all' />
<style id='classic-theme-styles-inline-css' type='text/css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id='global-styles-inline-css' type='text/css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
</style>
<link rel="https://api.w.org/" href="https://www.simiwestdental.com/wp-json/" /><script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": ["Dentist", "MedicalOrganization"],
"founder": 
{"@type": "Person",
"knowsAbout": ["https://en.wikipedia.org/wiki/Dentistry", "https://en.wikipedia.org/wiki/Cosmetic_dentistry", "https://en.wikipedia.org/wiki/Dental_implant"],
"memberOf": [
{
"@type": "MedicalOrganization",
"name": "American Dental Association",
"@id": "https://www.ada.org/en"
},
{
"@type": "MedicalOrganization",
"name": "California Dental Association",
"@id": "https://www.cda.org/"
},
{
"@type": "MedicalOrganization",
"name": "Academy of General Dentistry",
"@id": "https://www.agd.org/"
},
{
"@type": "MedicalOrganization",
"name": "Santa Barbara Ventura County Dental Society",
"@id": "https://www.sbvcds.org/"
}
],
"worksFor": "https://www.simiwestdental.com/",
"disambiguatingDescription": "The doctors of Simi Valley West perform highly advanced general dentistry procedures for patients and their families. We welcome patients to our office no matter how serious their dental problem is. Our staff not only possesses an extensive training background, but also continues to adopt the latest practices developed in the field. ",
"jobTitle": "DDS",
"honorificSuffix": "DR"
},
"address": [
{
"@type": "PostalAddress",
"addressLocality": "Simi Valley",
"addressRegion":  "CA",
"postalCode":  "93065",
"streetAddress":  "1105 Red Tail Way"
}
],
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue":  "4.8",
"reviewCount":  "36"
},
"name":  "Simi West Dental Group",
"hasmap": "https://goo.gl/maps/hvggAkKhxYVbJ8rR7",
"image": "https://www.simiwestdental.com/wp-content/themes/omatix/img/logo--dark.png",
"openingHours": [
"Mo-Fr 08:00-17:00"   
],
"telephone": "805-577-7733",
"url": "https://www.simiwestdental.com/",
"areaServed": [		{
"@type": "City",
"name": "Simi Valley, California",
"@id": "https://en.wikipedia.org/wiki/Simi_Valley,_California"
},
{
"@type": "City",
"name": "Moorpark, California",
"@id": "https://en.wikipedia.org/wiki/Moorpark,_California"
},
{
"@type": "City",
"name": "Thousand Oaks, California",
"@id": "https://en.wikipedia.org/wiki/Thousand_Oaks,_California"
}
]
}</script>  

<script type="text/javascript"
src="https://firebasestorage.googleapis.com/v0/b/deardoc-embed-codes.appspot.com/o/Simi%20West%20Dental%20Group%2FSimi%20West%20Dental%20Group%20-%20%20Info%20Needed%2Fcode.js?alt=media&token=0af41604-d9a5-490a-b93c-a3ddfb56973f"></script>    
</head>
<body class="blog wp-theme-omatix sub">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WGLPZD2"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->    
<!-- HEADER :: START-->
<nav class="header" id="header">
<div class="c-grid">
<div class="header__wrapper">
<div class="header__wrapper-left">
<div class="logo logo--header"><a class="logo__btn" href="/"><img src="https://www.simiwestdental.com/wp-content/themes/omatix/img/logo--dark.png" srcset="https://www.simiwestdental.com/wp-content/themes/omatix/img/logo--dark@2x.png 2x" alt="Simi West Dental Group Logo"></a></div>
<div class="hamburger hamburger--squeeze" role="button" hamburger-js="hamburger-js" aria-label="Main Menu">
<div class="hamburger-box">
<div class="hamburger-inner"></div>
</div>
</div>
</div>
<div class="header__wrapper-right">
<div>
<ul class="header__info">
<li>
<div class="header__social">
<p>Follow us:</p><a href="https://www.facebook.com/simiwestdentalgroup" target="_blank"><i class="icon-font icon-facebook"></i></a><a href="https://www.instagram.com/simiwestdentalgroup/" target="_blank"><i class="icon-font icon-instagram"></i></a>
</div>
</li>
<li class="bus-address">
<u><i class="icon-font icon-location"></i></u>
<p><a href="https://goo.gl/maps/hvggAkKhxYVbJ8rR7" target="_blank">1105 Red Tail Way <br>Simi Valley, CA 93065</a></p>
</li>
<li class="bus-phone">
<u><i class="icon-font icon-iphone"></i></u><a href="tel:+18055777733">805.577.7733</a>
</li>
</ul>
</div>
<div>
<ul class="header__nav">
<li><a href="/">Home</a></li>
<li><a href="#" header-nav-toggle-js><span>About</span></a>
<ul>
<li><a href="/meet-the-dentists/">Meet the Dentists</a></li>
<li><a href="/our-team/">Our Team</a></li>
<li><a href="/about-us/">Why Choose Us</a></li>
<li><a href="/tour-our-facility/">Tour Our Facility</a></li>    
</ul>
</li>
<li><a href="#" header-nav-toggle-js><span>Services</span></a>
<ul>
<li class="page_item page-item-94"><a href="https://www.simiwestdental.com/services/cosmetic-dentistry/">Cosmetic Dentistry</a></li>
<li class="page_item page-item-105"><a href="https://www.simiwestdental.com/services/composite-fillings/">Composite Fillings</a></li>
<li class="page_item page-item-117"><a href="https://www.simiwestdental.com/services/dental-bridge/">Dental Bridge</a></li>
<li class="page_item page-item-87"><a href="https://www.simiwestdental.com/services/dental-crowns/">Dental Crowns</a></li>
<li class="page_item page-item-125"><a href="https://www.simiwestdental.com/services/dental-implants/">Dental Implants</a></li>
<li class="page_item page-item-93"><a href="https://www.simiwestdental.com/services/dentures/">Dentures</a></li>
<li class="page_item page-item-103"><a href="https://www.simiwestdental.com/services/family-dentistry/">Family Dentistry</a></li>
<li class="page_item page-item-109"><a href="https://www.simiwestdental.com/services/general-dentistry/">General Dentistry</a></li>
<li class="page_item page-item-96"><a href="https://www.simiwestdental.com/services/invisalign/">Invisalign</a></li>
<li class="page_item page-item-89"><a href="https://www.simiwestdental.com/services/orthodontics/">Orthodontics</a></li>
<li class="page_item page-item-115"><a href="https://www.simiwestdental.com/services/porcelain-inlays-and-onlays/">Inlays and Onlays</a></li>
<li class="page_item page-item-107"><a href="https://www.simiwestdental.com/services/porcelain-veneers/">Porcelain Veneers</a></li>
<li class="page_item page-item-119"><a href="https://www.simiwestdental.com/services/root-canal/">Root Canal</a></li>
<li class="page_item page-item-91"><a href="https://www.simiwestdental.com/services/sleep-apnea/">Sleep Apnea</a></li>
<li class="page_item page-item-123"><a href="https://www.simiwestdental.com/services/teeth-whitening/">Teeth Whitening</a></li>
<li class="page_item page-item-121"><a href="https://www.simiwestdental.com/services/6-month-braces/">6-Month Braces</a></li>
</ul>
</li>
<li><a href="/reviews/">Reviews</a></li>
<li><a href="/patient-forms/">Patient Forms</a></li>
<li><a href="/insurance/">Insurance</a></li>
<li><a href="/contact-us/">Contact</a></li>    
<li><a href="/book-appointment/" target="_blank" class="hidden-mobile heading__btn book-appt"><span>Book Now</span></a></li>
</ul>
</div>
</div>
</div>
</div>
</nav>
<!-- HEADER :: END-->

<main class="main p-inner">
<!-- SECTION :: START-->
        

 

  
    
   
<div id="inner-content">    
<section>
<div class="c-grid w-1400">
<div class="row">
<div class="col-xs-12 col-md-8 inner-content-wrap">    
    
<h1 class="inverted" data-aos="fade-in-btm">Blog</h1>      
      
     
  

<div class="blog_item cf">
<a href="https://www.simiwestdental.com/blog/benefits-of-dental-implants/" rel="bookmark" title="Benefits of Dental Implants"  class="more_link"></a><h2><a href="https://www.simiwestdental.com/blog/benefits-of-dental-implants/" rel="bookmark" title="Benefits of Dental Implants"  class="more_link">Benefits of Dental Implants</a></h2>
<span class="postTime">Posted on July 26th, 2023 </span>

<error>
    <code>internal_server_error</code>
    <title><![CDATA[WordPress &amp;rsaquo; Error]]></title>
    <message><![CDATA[&lt;p&gt;There has been a critical error on this website.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://wordpress.org/documentation/article/faq-troubleshooting/&quot;&gt;Learn more about troubleshooting WordPress.&lt;/a&gt;&lt;/p&gt;]]></message>
    <data>
        <status>500</status>
    </data>
</error>
