body {
	margin:0;
	padding:0;
	font-family: 'Lato', sans-serif;
	font-size:18px;
	color:#464646;
	line-height:normal;
}
#main-wrapper {
	width:100%;
	float:left;
	padding:0 0 0 0;
}
header {
	width:100%;
	float:left;
	padding:0 0 0 0;
}
#middle-wrapper {
	width:100%;
	float:left;
	padding:0 0 0 0;
}
footer {
	width:100%;
	float:left;
	padding:0 0 0 0;
}
.top-part {
	float: left;
	margin: 50px 0 0;
	padding: 15px 0;
	width: 100%;
}
.site-header .navigation-top {
	bottom: inherit;
	position: fixed;
	top: 0;
	z-index: 999;
}
.strict-cookies-label::before {
	top: 8px !important;
}
.navigation-top {
	width:100%;
	float:left;
	padding:0 0 0 0;
	background:#654f6c;
	line-height:1;
}
.mail {
	width:auto;
	float:left;
	padding:0 30px 0 0;
	font-size:18px;
	color:#464646;
	font-weight:400;
}
.mail a {
	color: #464646;
	text-decoration: none;
	padding: 5px 0 0 0;
	float: left;
}
.mail a:hover {
	color:#90c43b;
	text-decoration:none;
}
.mail a.book-appoinment-btn {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
}
.phone {
	width:auto;
	float:left;
	padding:10px 0 0 10px;
	font-size:18px;
	color:#464646;
	font-weight:400;
}
.phone a {
	color: #464646;
	text-decoration: none;
	padding: 5px 0 0 0;
	float: left;
}
.phone a:hover {
	color:#90c43b;
	text-decoration:none;
}
.top-right {
	width:auto;
	float:right;
	padding: 8px 0 10px;
}
/*.row {
    display:inline-flex;
}*/
.top-part .row {
	display:inline;
}
.header-logo {
	float: left;
}
.mail-phone-icon {
	width:35px;
	height:35px;
	float:right;
	background:#90c43b;
	border-radius:35px;
	text-align:center;
	line-height:30px;
	margin:0 15px;
}
.header-slider {
	width:100%;
	float:left;
	margin:0 0 0 0;
}
.banner-video-text h1 {
	width:100%;
	float:left;
	text-align:center;
	padding:0 0 0 0;
	font-family: 'Raleway', sans-serif;
	color:#8dc540;
	font-size:50px;
	line-height:1;
	font-weight:600;
}
.banner-video-text p {
	width:100%;
	float:left;
	text-align:center;
	padding:5px 0 30px 0;
	font-family: 'Raleway', sans-serif;
	color:#fff;
	font-size:35px;
	line-height:1;
	font-weight:400;
	text-transform:uppercase;
	margin:0;
}
.banner-video-text .video-btn {
	width:auto;
	background:#8cc542;
	font-family: 'Raleway', sans-serif;
	color:#fff;
	font-size:20px;
	border-radius:8px;
	padding:10px 30px;
	text-decoration:none;
}
.banner-video-text .video-btn:hover {
	background:#45324b;
	text-decoration:none;
}
.middle-content {
	width:100%;
	float:left;
	padding:0 0 0 0;
}
.welcome-part {
	width:100%;
	float:left;
	padding:40px 0 40px 0;
	border-bottom:1px solid #cacaca;
}
.welcome-part h2 {
	width:100%;
	float:left;
	text-align:center;
	padding:0 0 0 0;
	font-family: 'Raleway', sans-serif;
	color:#535353;
	font-size:35px;
	line-height:44px;
	font-weight:400;
	text-transform:uppercase;
}
.welcome-part p {
	width:100%;
	float:left;
	text-align:center;
	padding:20px 0 0 0;
	color:#464646;
	font-size:18px;
	font-weight:400;
	margin:0;
}
.green {
	color:#8dc540;
}
.our-services {
	width:100%;
	float:left;
	padding:60px 0 60px 0
}
.our-services h2 {
	width:100%;
	float:left;
	text-align:center;
	padding:0 0 0 0;
	font-family: 'Raleway', sans-serif;
	color:#535353;
	font-size:35px;
	line-height:1;
	font-weight:400;
	text-transform:uppercase;
}
.services {
	width:100%;
	float:left;
	padding:60px 0 0 0
}
.services-box {
	width:100%;
	float:left;
	padding:0px 0 0 0;
	position:relative;
	overflow:hidden;
	cursor:pointer;
}
.no-padding {
	padding:0 0 0 0;
}
.services-box:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transform: translate(0px, 0%);
	-moz-transform: translate(0px, 0%);
	-o-transform: translate(0px, 0%);
	-ms-transform: translate(0px, 0%);
	transform: translate(0px, 0%);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	overflow:hidden;
}
.services-box:hover:before {
	background-color: rgba(0, 0, 0, 0.0);
	-webkit-transform: translate(0px, 100%);
	-moz-transform: translate(0px, 100%);
	-o-transform: translate(0px, 100%);
	-ms-transform: translate(0px, 100%);
	transform: translate(0px, 100%);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	color:#000;
}
.services-box .services-content {
	width: 100%;
	float: left;
	padding: 0 0 0 0;
	text-align: center;
	position: absolute;
	left:50%;
	top:50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.services-box .services-content h3 {
	width:100%;
	padding:0 0 0 0;
	text-align:center;
	font-size:25px;
	text-transform:uppercase;
	color:#ffffff;
	font-weight:600;
}
.services-box .services-content p {
	width:100%;
	float:left;
	padding:0 0 0 0;
	text-align:center;
	font-size:18px;
	color:#ffffff;
	font-weight:400;
}
.viewmore-btn {
	width:auto;
	background:#fff;
	color:#000000;
	font-size:12px;
	border-radius:30px;
	padding:8px 18px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:400;
}
.viewmore-btn:hover {
	background:#90c43b;
	text-decoration:none;
}
.services-box:hover h3, .services-box:hover p {
	color:#000000;
}
.services-box:hover .viewmore-btn {
	background:#90c43b;
	color:#000;
}
.get-in-touch {
	width:100%;
	float:left;
	padding:0px 0 75px 0;
}
.get-in-touch-box {
	width:100%;
	max-width:650px;
	margin:0 auto;
}
.get-in-touch h2 {
	width:100%;
	float:left;
	text-align:center;
	padding:0 0 0 0;
	font-family: 'Raleway', sans-serif;
	color:#535353;
	font-size:35px;
	line-height:1;
	font-weight:400;
	text-transform:uppercase;
}
.get-in-touch p {
	width:100%;
	float:left;
	text-align:center;
	padding:20px 0 0 0;
	color:#464646;
	font-size:15px;
	font-weight:400;
	margin:0;
}
.get-touch-form {
	width:100%;
	float:left;
	padding:40px 0 0 0;
}
.form {
	width: 100%;
	padding: 12px;
	background: #ffffff;
	border: 1px solid #d1d1d1;
	margin-bottom:15px;
	color: #a0a0a0 !important;
	font-size: 15px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	font-family: 'Lato', sans-serif;
}
.form-btn {
	width: 100%;
	display: block;
	height: auto;
	padding: 12px 35px;
	color: #fff;
	background: #654f6c;
	text-transform: uppercase;
	border: none;
	border-radius: 0px;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin: auto;
	font-size: 15px;
	max-width: 130px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out !important;
	cursor:pointer;
}
.form-btn:hover {
	background: #7cab41;
	color: #ffffff;
	border: none;
	width: 100%;
	max-width: 180px;
}
.textarea {
	height: 120px;
	max-height: 120px;
	max-width: 100%;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
/* Placeholder text color -- selectors need to be separate to work. */
.form::-webkit-input-placeholder {
 color: #a0a0a0;
}
 .form:-moz-placeholder {
 color: #a0a0a0;
}
 .form::-moz-placeholder {
 color: #a0a0a0;
 opacity: 1;
/* Since FF19 lowers the opacity of the placeholder by default */
}
 .form:-ms-input-placeholder {
 color: #a0a0a0;
}
.form:focus {
	outline: none;
	border: 1px solid #654f6c;
}
.testimonials {
	width:100%;
	float:left;
	padding:65px 0 65px 0;
	border-top:1px solid #e0e0e0;
	background:#f9faf9;
}
.testi-slide {
	width:100%;
	max-width:650px;
	margin:0 auto;
	position:relative;
}
.testimonials h2 {
	width:100%;
	float:left;
	text-align:center;
	padding:0 0 20px 0;
	font-family: 'Raleway', sans-serif;
	color:#535353;
	font-size:35px;
	line-height:1;
	font-weight:400;
	text-transform:uppercase;
}
.testimonials p {
	width:100%;
	float:left;
	text-align:left;
	padding:10px 0 0 0;
	color:#7d7d7d;
	font-size:16px;
	font-weight:400;
	margin:0;
}
.twitter-fb-blog {
	width:100%;
	float:left;
	padding:70px 0 70px 0;
	background:#654f6c;
}
.twitter-fb-blog h3 {
	width:100%;
	float:left;
	padding:0 0 15px 0;
	font-family: 'Raleway', sans-serif;
	color:#fff;
	font-size:30px;
	font-weight:400;
	position:relative;
	text-transform:uppercase;
	margin:0;
}
.twitter-fb-blog h3:before {
	width:35%;
	position:absolute;
	content:'';
	left:0;
	bottom:0;
	border-bottom:1px solid #ffffff;
}
.fb-post-main-area {
	float: left;
	width: 100%;
	padding: 20px 20px 20px 20px;
	height: 273px;
	background: #ffffff;
	margin: 20px 0 0 0;
	border-radius: 6px;
}
.fb-post {
	width: 100%;
	float: left;
	padding-bottom: 0;
	height: 238px;
	overflow: hidden;
	overflow-y: scroll;
}
.twitter-post {
	float: left;
	width: 100%;
	padding: 20px 20px 20px 20px;
	height: 273px;
	background: #ffffff;
	margin: 20px 0 0 0;
	border-radius: 6px;
	overflow-x: hidden;
}
.twitter-post #ctf {
	float: left;
	width: 100%;
	height: 100%;
	background: #ffffff;
}
.blog-post {
	width:100%;
	float:left;
	padding:20px 0 0 0;
}
.footer {
	width:100%;
	float:left;
	background:url(../images/footer-pattern.jpg) repeat left top;
	padding:40px 0 40px 0;
}
.footer h4 {
	width:100%;
	float:left;
	padding:0px 0 15px 0;
	font-size:25px;
	color:#90c43b;
	font-weight:400;
	margin:0;
}
.footer-menu {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	list-style-type:none;
}
.footer-menu li {
	width: 50%;
	float: left;
	padding: 3px 0;
}
.footer-menu li a {
	padding: 0;
	font-size:15px;
	color:#ffffff;
	font-weight:400;
}
.footer-menu li a:hover {
	color:#90c43b;
	text-decoration:none;
}
#menu-footer-menu .current-menu-item {
	color: #90c43b;
	background:none;
}
.address {
	width:100%;
	float:left;
	padding:0 0 0 0;
	font-size:15px;
	color:#ffffff;
	font-weight:400;
	line-height:36px;
}
.address a {
	float: left;
	color: #ffffff;
	width: 80%;
}
.address a:hover {
	color:#90c43b;
	text-decoration:none;
}
.address .footer-mail-phone-icon {
	float: left;
	padding-right: 6px;
}
.table th, .table td {
	padding:0;
	vertical-align:middle;
	border-top:0;
}
.hours-table td {
	color:#ffffff;
	font-size:15px;
	padding:2px 0;
}
.social-icon {
	width:100%;
	float:left;
	padding:5px 0 0 0;
}
.social-icon a {
	float:left;
	padding:0 0 0 0;
	color:#373638;
	background:#6e6d70;
	width:40px;
	height:40px;
	border-radius:40px;
	line-height:38px;
	font-size:28px;
	text-align:center;
	margin-right:8px;
}
.social-icon a:hover {
	color:#fff;
	background:#90c43b;
}
.copyright {
	width:100%;
	float:left;
	padding:12px 0;
	color:#fff;
	font-size:14px;
	text-align:center;
	font-weight:400;
	background:#58565d;
}
.hours-table {
	float: left;
	width: 100%;
	padding-top: 5px;
}
.bne_testimonial_slider_widget {
	float: left !important;
	width: 100% !important;
}
.bne-element-container {
	float: left !important;
	width: 100% !important;
}
.inner-header-banner {
	width:100%;
	float:left;
	padding:0 0 0 0;
	position:relative;
}
.middle-wrapper {
	width:100%;
	float:left;
	padding:60px 0 60px 0;
}
.contact-today {
	width:100%;
	float:left;
	padding:50px 0;
	background:#f9f9f9;
	text-align:center;
	margin-top: 60px;
}
.contact-today h2 {
	width:100%;
	float:left;
	padding:0 0;
	font-size:54px;
	color:#464646;
	line-height:1;
	font-weight:300;
}
.contact-today p {
	width:100%;
	float:left;
	padding:15px 0 0 0;
	font-size:28px;
	color:#464646;
	font-weight:300;
}
.phone-call {
	width:100%;
	max-width:674px;
	margin:0 auto;
	padding:0px 0 0 0;
	text-align:center;
}
.phone-call a {
	width: auto;
	float: left;
	padding: 10px 40px 10px 40px;
	text-align: center;
	font-size: 22px;
	color: #ffffff;
	background: #654f6c;
	font-weight: 300;
	border-radius: 60px;
	margin: 0 5px;
}
.phone-call a:hover {
	background:#90c43b;
	text-decoration:none;
	color:#ffffff;
}
.inner-contect-form {
	width:100%;
	float:left;
	padding:60px 0 30px;
}
.contect-ef {
	width:100%;
	max-width:906px;
	margin:0 auto;
}
.inner-contect-form .sub-contect-form {
	width: 100%;
	float: left;
	border: 1px solid #919191;
	padding: 60px 60px 10px 60px;
	border-radius: 24px;
}
.inner-contect-form p {
	width:100%;
	float:left;
	padding:15px 0 0 0;
	font-size:22px;
	color:#654f6c;
	font-weight:400;
	font-family: 'Raleway', sans-serif;
	text-align:center;
}
.content-sublist {
	/* width:100%; */
	/*float:left;*/
	padding:0 0 0 0;
	margin:0 0 5px 18px;
	list-style-type:disc;
}
.content-sublist li {
	width:100%;
	float:left;
	padding:0 0 20px 0;
	list-style-type:disc;
	font-size:16px;
	color:#464646;
	font-weight:400;
}
.middle-wrapper h3 {
	width:100%;
	float:left;
	padding:0 0 15px 0;
	list-style-type:disc;
	font-size:22px;
	color:#464646;
	font-weight:600;
}
.middle-wrapper h4{
	width: 100%;
    float: left;
    padding: 0 0 15px 0;
    list-style-type: disc;
    font-size: 18px;
    color: #464646;
    font-weight: 600;
    margin: 0px;
}
.middle-wrapper p{
	    width: 100%;
    float: left;
    padding: 0 0 20px 0;
    list-style-type: disc;
    font-size: 16px;
    color: #464646;
    font-weight: 400;
    line-height: 24px;
    margin: 0px;
}
.error {
	border: 1px solid red;
}
.form_response span.fail {
	color: red;
	float: left;
	width: 100%;
	border: 1px solid red;
	padding: 5px;
	margin-top: 10px;
}
.inner-contect-form .sub-contect-form .form.error {
	border-bottom: 1px solid red;
}
.intrasted-filde {
	padding-left:0px !important;
}
.inner-contect-form .sub-contect-form .form {
	width: 100%;
	padding: 12px 12px 12px 24px;
	border-bottom: 1px solid #919191;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	margin-bottom: 15px;
	color: #919191 !important;
	font-size: 15px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	font-family: 'Lato', sans-serif;
}
.form-name-icon {
	background:url(../images/contect-user-icon.png) no-repeat left 14px;
}
.form-phone-icon {
	background:url(../images/contect-phone-icon.png) no-repeat left 14px;
}
.form-email-icon {
	background:url(../images/contect-email-icon.png) no-repeat left 16px;
}
.form-massege-icon {
	background:url(../images/contect-massege-icon.png) no-repeat left 9px;
}
.sub-contect-form .form-btn {
	width: 100%;
	display: block;
	height: auto;
	padding: 15px 35px;
	color: #fff;
	background: #875f94;
	text-transform: uppercase;
	border:3px solid #d1d1d1;
	border-radius: 0px;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin: auto;
	font-size: 16px;
	max-width: 160px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out !important;
	cursor:pointer;
	position: relative;
	bottom: -37px;
	border-radius:60px;
	-moz-box-shadow:inset 0 0 10px #4f3d55;
	-webkit-box-shadow:inset 0 0 10px #4f3d55;
	box-shadow: inset 0 0 10px #4f3d55;
}
.sub-contect-form .form-btn:hover {
	background: #7cab41;
	color: #ffffff;
	border: none;
	width: 100%;
	max-width: 190px;
	border:3px solid #d1d1d1;
}
.sub-contect-form .form_response span.fail {
	color: red;
	float: left;
	width: 100%;
	border: 1px solid red;
	padding: 5px;
	margin-top: -60px;
}
.defalt-link {
	text-decoration:underline;
	font-weight:600;
	color: #464646;
}
.defalt-link:hover {
	text-decoration:none;
	color: #90c43b;
}
.cosmetic-dentistry-button a {
	padding: 9px 35px;
	color: #fff;
	float:left;
	background: #654f6c;
	border: none;
	border-radius: 0px;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size:20px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out !important;
    margin: 0 10px 10px 0;
	font-weight:300;
}
.cosmetic-dentistry-button a:hover {
	background: #8dc540;
	text-decoration:none;
	color:#ffffff;
}
.philips-zoom-img {
	width:100%;
	text-align:center;
}
.defalt-link2 {
	text-decoration:underline;
	font-weight:400;
	color: #654f6c;
	font-style:italic;
}
.defalt-link2:hover {
	text-decoration:none;
	color: #333;
}
.before-after-part {
	width:100%;
	float:left;
	padding:30px 0 0 0;
}
.before-after-part h2 {
	width: 100%;
	float: left;
	padding: 0 0 30px 0;
	font-size:35px;
	color: #535353;
	line-height: 1;
	font-weight:400;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
}
.before-after-part .row {
	display:inherit;
}
.before-after-part .ba-bdr {
	border:3px solid #c6c6c6;
}
.header-banner-area {
	width:100%;
	float:left;
	position:relative;
}
.header-banner-area::before {
	width:100%;
	height:100%;
	float:left;
	position:absolute;
	top:0;
	left:0;
	content:'';
	background:#654f6c;
	opacity: 0.4;
}
.banner-video {
	width: 100%;
	float: left;
	height: 390px;
	overflow: hidden;
}
.banner-video-text {
	width:100%;
	float:left;
	position:absolute;
	left:50%;
	top:53%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	text-align:center;
}
.book-appointment-online {
	float: right;
	position: fixed;
	right: 0;
	top: 30%;
	width: auto;
	z-index: 99;
}
.video {
	text-align: center;
	float: none;
}

.video iframe{
	float: none;
	text-align: center;
}
span.head-top-img img {
	width:100%;
	float:left;
	margin:0 0 30px 0;
}
.watch-vedio-img {
	float: left;
	margin: 0 0 30px;
	text-align: center;
	width: 100%;
}
.meet-team-box {
	width:100%;
	float:left;
	padding:0px;
}
.meet-team-main-area {
	width:100%;
	float:left;
	padding:0px;
}
.no-padding {
	padding:0px;
}
.meet-team-box a {
	float:left;
	padding:0px 0 0 0;
	position:relative;
	overflow:hidden;
}
.meet-team-box a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding:0px;
}
.meet-team-box a:hover:before {
	border:10px solid #a9dc66;
	background-color: #8cc542;
	-webkit-transform: translate(0px, 0%);
	-moz-transform: translate(0px, 0%);
	-o-transform: translate(0px, 0%);
	-ms-transform: translate(0px, 0%);
	transform: translate(0px, 0%);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	padding:0px;
	overflow: hidden;
}
.meet-team-box .meet-team-content {
	width: 100%;
	float: left;
	padding: 0 0 0 0;
	text-align: center;
	position: absolute;
	left:50%;
	top:50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.meet-team-box .meet-team-content h3 {
	width:100%;
	display:none;
	padding:0 0 0 0;
	text-align:center;
	font-size:20px;
	color:#ffffff;
	font-weight:500;
}
.meet-team-box .meet-team-content p {
	width:100%;
	display:none;
	float:left;
	padding:0 0 0 0;
	text-align:center;
	font-size:16px;
	color:#ffffff;
	font-weight:400;
}
.meet-team-box:hover h3, .meet-team-box:hover p {
	display:block;
}
.testimonial-manin-area-bg {
	width: 100%;
	float: left;
}
.testimonial-manin-area-bg .easy_t_single_testimonial {
	width: 100%;
	float: left;
	background-color: #f5f5f5;
	margin: 0 0 30px 0;
	padding: 15px;
}
.testimonial-manin-area-bg .easy_t_single_testimonial p {
	width: 100%;
	float: left;
	margin: 0;
	color: #464646;
	padding: 0px;
	font-size: 16px;
	font-style: normal;
}
.testimonial-manin-area-bg .easy_t_single_testimonial span.testimonial-client {
	width: 100%;
	float: right;
	text-align: right;
	margin: 0;
	color: #654f6c;
	padding: 0px;
	font-size: 18px;
	font-style: italic;
}
/*** Before After CSS ***/
ul.before-after-gallery {
	float: left;
	text-align: center;
}
ul.before-after-gallery li {
	text-align: center;
	display: inline-block;
	position: relative;
	float: none;
	margin:15px 0px;
}
ul.before-after-gallery li:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 3px;
	background: #ffffff;
	height: 97%;
	color: #ffffff;
	z-index: 9;
	width: 6px;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.before-gallery {
	position: relative;
	text-align: center;
	display: inline-block;
	float: left;
}
.before-gallery img {
	width: 100%;
	display: block;
	vertical-align: middle;
	align-items: center;
	object-fit: cover;
	height: 100%;
	border: 3px solid #c6c6c6;
}
.before-gallery span {
	background-color: #eee6f1;
	bottom: 0;
	color: #29242b;
	font-size: 14px;
	left: 0;
	margin: 0 0 6px 6px;
	padding: 8px 20px;
	position: absolute;
}
.after-gallery {
	position: relative;
	text-align: center;
	display: inline-block;
	float: left;
}
.after-gallery img {
	width: 100%;
	display: block;
	vertical-align: middle;
	align-items: center;
	object-fit: cover;
	height: 100%;
	border: 3px solid #c6c6c6;
}
.after-gallery span {
	background-color: #eee6f1;
	bottom: 0;
	color: #29242b;
	font-size: 14px;
	right: 0;
	margin: 0 6px 6px 0px;
	padding: 8px 20px;
	position: absolute;
}
/*** Before After CSS ***/
.contat-main-tital a:hover {
	background-color: #654f6c;
	color: #ffffff;
	text-decoration:none;
}
.testimonial-readmore {
	color: #ffffff;
	margin: -30px 0 0 10px;
	display: inline;
	background-color: #8dc540;
	padding: 6px 20px;
	border-radius: 5px;
	line-height: normal;
	float: left;
}
.testimonial-readmore:hover {
	background-color: #654f6c;
	text-decoration:none;
	color:#fff;
}
span.teeth-lft-img img {
	width: 100%;
}
.contat-main-tital {
	float: left;
	width: 100%;
}
.contat-main-tital p {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0 0 15px 0;
	font-size: 18px;
}
.contat-main-tital a {
	color: #ffffff;
	padding: 8px 40px 10px;
	display: inline-block;
	background-color: #90c43b;
	font-size: 24px;
	border-radius: 15px;
	line-height: normal;
	margin: 0px 0 30px;
}
.contact-bg-area {
	background-color: #654f6c;
	float: left;
	width: 100%;
	padding: 20px;
}
.contact-bg-area h4 {
	float: left;
	width: 100%;
	padding: 0px 0 10px 0;
	color: #8dc540;
	font-size: 20px;
	font-weight: 400;
}
.contact-address p {
	color:#ffffff;
	font-size:15px;
	line-height:30px;
	margin: 0;
}
.contact-address a {
	color:#ffffff;
}
.contact-address a:hover {
	color:#8dc540;
	text-decoration:none;
}
.carousel-right-area {
	float: left;
	width: 100%;
	padding: 0;
	margin: 20px 0 30px 0;
}
.carousel-right-area form {
	float: left;
	width: 100%;
}
.carousel-right-area h4 {
	float: left;
	width: 100%;
	padding: 0px 0 10px 0;
	color: #8dc540;
	font-size: 20px;
	font-weight: 400;
}
span.label-form {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
	color:#5b5b5b;
	font-size:15px;
}
.left-side {
	float: left;
	width: 48%;
	margin: 0 0 10px;
}
.left-side input[type="text"], .left-side input[type="email"], .left-side input[type="url"], .left-side input[type="password"], .left-side input[type="search"], .left-side input[type="number"], .left-side input[type="tel"], .left-side input[type="range"], .left-side input[type="date"], .left-side input[type="month"], .left-side input[type="week"], .left-side input[type="time"], .left-side input[type="datetime"], .left-side input[type="datetime-local"], .left-side input[type="color"] {
	border: 1px solid #d0d0d0;
	background: #ffffff;
	color: #8c8c8c;
	font-size: 14px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding: 10px 12px;
	margin: 0px;
	width: 100%;
}
.left-side input.enter-code-text {
	width:60%;
	float:left;
}
.left-side input.captch-code {
	width:35%;
	float:right;
}
.right-side {
	float: right;
	width: 48%;
	margin: 0 0 10px;
}
.right-side input[type="text"], .right-side input[type="email"], .right-side input[type="url"], .right-side input[type="password"], .right-side input[type="search"], .right-side input[type="number"], .right-side input[type="tel"], .right-side input[type="range"], .right-side input[type="date"], .right-side input[type="month"], .right-side input[type="week"], .right-side input[type="time"], .right-side input[type="datetime"], .right-side input[type="datetime-local"], .right-side input[type="color"], .right-side textarea {
	border: 1px solid #d0d0d0;
	background: #ffffff;
	color: #8c8c8c;
	font-size: 14px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding: 10px 12px;
	margin: 0px;
	width:100%;
}
.right-side textarea {
	resize: none;
	min-height: 115px;
}
.left-side sup, .right-side sup {
	color: red;
	font-size: 18px;
	line-height: 0;
	top: -3px;
}
input[type="text"].captcha {
	width: auto;
}
.carousel-right-area button, .carousel-right-area input[type="button"], .carousel-right-area input[type="submit"] {
	background: #8dc540;
	color: #ffffff;
	font-size: 20px;
	line-height: normal;
	font-weight: 300;
	padding: 10px 25px;
	float: left;
	margin: 15px 0px 0px 0px;
	cursor: pointer;
	border: none;
}
.carousel-right-area button:hover, .carousel-right-area button:focus, .carousel-right-area input[type="button"]:hover, .carousel-right-area input[type="button"]:focus, .carousel-right-area input[type="submit"]:hover, .carousel-right-area input[type="submit"]:focus {
	background: #654f6c;
	color: #ffffff;
}
.complaints-policy-text {
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
}
.complaints-policy-text ol {
	width: auto;
	float: left;
	margin: 0px;
	padding: 0 0 0 3%;
}
.complaints-policy-text ol li {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	padding: 0px;
	font-size: 16px;
	line-height: 26px;
}
.policy-address {
	background-color: #654f6c;
	width: 100%;
	float: left;
	padding: 20px;
	margin: 10px;
}
.policy-address h4 {
	float: left;
	width: 100%;
	padding: 0px 0 10px 0;
	color: #8dc540;
	font-size: 20px;
	font-weight: 400;
}
.policy-address p {
	color: #ffffff;
	font-size: 15px;
	line-height: 30px;
	margin: 0;
}
.fees-table-main-area {
	width: 100%;
	margin: 20px 0 40px 0;
	padding: 0px;
}
.fees-table-main-area table {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.fees-table-main-area table thead {
	margin:0px;
	padding:0px;
}
.fees-table-main-area table thead tr {
	margin:0px;
	padding:0px;
}
.fees-table-main-area table thead tr th {
	margin: 0px;
	background-color: #654f6c;
	font-weight: 800;
	vertical-align: middle;
	font-size: 16px;
	padding: 15px 20px;
	border: none;
	color: #ffffff;
}
.fees-table-main-area table thead tr th.column-1 {
	width:80%;
}
.fees-table-main-area table thead tr th.column-2 {
	width:20%;
}
.fees-table-main-area tbody tr {
	border-bottom:1px solid #654f6c;
}
.fees-table-main-area tbody tr td {
	font-size: 16px;
	padding: 15px 20px;
	color: #464646;
}
.blog-left-area {
	width: 100%;
	float: left;/* margin: 0; */
    /* padding: 0; */
}
.blog-listing header.entry-header {
	margin: 0px;
	padding: 0px !important;
}
.blog-listing {
	float: left;
	margin: 0 0 30px;
	padding: 20px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #a1b474;
}
.blog-listing h2.entry-title {
	width: 100%;
	float: left;
	margin: 0 0 10px;
	padding: 0px;
}
.blog-listing h2.entry-title a {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	color: #49324f;
	font-size: 30px;
	font-weight: 800;
}
.blog-listing h2.entry-title a:hover {
	color:#90c43b;
	text-decoration:none;
}
.blog-listing .date-author-comments {
	float: left;
	width: 100%;
	color: #90c43b;
	font-size: 16px;
	line-height: normal;
	margin: 0 0px 20px 0px;
	font-weight: 800;
}
.blog-listing .post-thumbnail {
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
}
.blog-listing .post-thumbnail a {
	float: left;
	width: 100%;
}
.blog-listing .entry-content {
	float: left;
	width: 100%;
}
.blog-listing .entry-content p {
	width: 100%;
	float: left;
	padding: 20px 0 0 0;
	color: #464646;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}
.blog-listing .entry-content p a {
	width: auto;
	background: #43334d;
	font-size: 18px;
	line-height: 24px;
	padding: 12px 48px;
	float: left;
	margin: 0px;
	color: #ffffff;
}
.blog-listing .entry-content p a:hover {
	background: #90c43b;
	text-decoration:none;
}
.blog-right-area .widget-area {
	float: left;
	padding: 0;
	margin:0px;
	width: 100%;
}
.blog-right-area .widget.widget_search {
	width: 100%;
	float: left;
	margin: 0 0 40px 0;
	padding: 0;
}
.blog-right-area input.search-field {
	float: left;
	margin: 0 0 15px 0;
	width: 100%;
	background-color: #fff;
	padding: 12px 10px;
	font-size: 18px;
	color: #464646;
	border: none;
}
.blog-right-area .search-form {
	position: relative;
	background: #90c43b;
	border: none;
	float: left;
	width: 100%;
	padding: 15px;
	margin: 0px;
}
.blog-right-area .search-form .search-submit {
	width: auto;
	background: transparent;
	-webkit-border-radius: 5px;
	border: none;
	display: block;
	margin: 0px auto;
	float: none;
	padding: 0;
}
.blog-right-area .search-form .search-submit .screen-reader-text {
	position: relative !important;
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	display: block;
	height: auto;
	background-color: #45334b;
	color: #fff;
	padding: 10px 30px;
	margin: 0;
	text-transform: uppercase;
}
.blog-right-area .widget {
	border: 1px solid #d2d2d2;
	float: left;
	width: 100%;
	padding: 5px 15px 5px 15px;
	margin: 0px 0px 30px 0px;
	background: #ffffff url(../images/title-back.jpg);
	background-repeat: no-repeat;
}
.blog-right-area h2.widget-title {
	float: left;
	width: 100%;
	font-size: 24px;
	line-height: normal;
	color: #664f6c;
	margin: 0;
	letter-spacing: normal;
	text-transform: none;
	font-weight: 600;
}
.blog-right-area .widget ul {
	float: left;
	width: 100%;
	margin: 10px 0px 0px 0px;
}
.blog-right-area .widget ul li, .blog-right-area .widget ol li {
	color: #5a5a5a;
	font-size: 15px;
	line-height: 32px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #d2d2d2;
	border-top:none;
	position: relative;
}
.blog-right-area .widget ul li:last-child, .blog-right-area .widget ol li:last-child {
	border-bottom: none;
	border-top: none;
}
.blog-right-area .widget_categories ul li:before, .blog-right-area .widget_categories ol li:before {
	content: "\f046";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 16px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 18px;
	left: 0px;
	color:#90c43b;
}
.blog-right-area .widget_categories ul li a, .blog-right-area .widget_categories ol li a {
	padding: 0px 0px 0px 20px;
	color: #464646;
	font-size: 16px
}
.blog-right-area .widget_categories ul li a:hover, .blog-right-area .widget_categories ol li a:hover {
	color: #90c43e;
	text-decoration:none;
}
.blog-right-area .rpwwt-widget {
	float: left;
	width: 100%;
}
.blog-right-area #rpwwt-recent-posts-widget-with-thumbnails-2 a {
	float: left;
	width: 100%;
	line-height: normal;
}
.blog-right-area #rpwwt-recent-posts-widget-with-thumbnails-2 a:hover {
	text-decoration:none;
}
.blog-right-area #rpwwt-recent-posts-widget-with-thumbnails-2 img {
	width: 100px;
	float:left;
	height: 70px;
	margin: 0 15px 0 0;
	object-fit: contain;
}
.blog-right-area .rpwwt-widget span.rpwwt-post-title {
	width: auto;
	display: inline;
	line-height: 24px;
	font-size: 16px;
	font-weight: 800;
	color:#46324b;
}
.blog-right-area .rpwwt-widget span.rpwwt-post-title:hover {
	color:#8dc639;
}
.blog-right-area .widget_tag_cloud {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
}
.blog-right-area .tagcloud {
	width: 100%;
	float: left;
	margin: 20px 0 5px 0;
}
.blog-right-area .widget_tag_cloud .tagcloud a.tag-cloud-link {
	border: 1px solid #d3d3d3;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	float: left;
	color: #5a5a5a;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 15px !important;
	line-height: 24px;
	padding: 10px 15px;
	margin: 0px 10px 10px 0px;
}
.blog-listing header.entry-header h1.entry-title {
	width: 100%;
	float: left;
	position: inherit;
	font-family: 'Lato', sans-serif;
	margin: 0 0 10px 0;
	padding: 0px;
	color: #49324f;
	font-size: 30px;
	font-weight: 800;
	transform: inherit;
}
.blog-listing #comments {
	width: 100%;
	float: left;
	margin: 30px 0 0 0;
	padding: 0;
}
.comment-respond {
	float: left;
	width: 100%;
}
.blog-listing .comment-reply-title {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	margin: 0px 0px 20px 0px;
	font-weight: 600;
	background: #664f6c;
	padding: 15px 15px 15px 15px;
}
.comment-form {
	float: left;
	width: 100%;
}
.comment-notes {
	font-size: 16px;
	color: #515151;
	float: left;
	width: 100%;
	font-weight: 400;
	margin: 5px 0px 20px 0px;
}
.comment-form-comment {
	float: left;
	width: 100%;
}
.comment-form p {
	float: left;
	width: 100%;
	margin:0px 0px 20px 0px;
}
.comment-form p label {
	color: #515151;
	font-size: 15px;
	line-height: 26px;
	font-weight: 500;
	display: inline-block;
	float: left;
	width: 15%;
	margin: 0px 0px 5px 0px;
}
.comment-form p textarea, .comment-form p input {
	float: left;
	width: 85%;
	border: 1px solid #d1d1d1;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	margin: 0px;
	padding: 10px;
}
.comment-form p.form-submit input {
	background: #45334b;
	border: 1px solid #657382;
	width: auto;
	color: #ffffff;
}
.post-navigation .nav-previous a {
	float:left;
	width: auto;
}
.post-navigation .nav-previous i {
	font-size:18px;
	margin-right:5px;
}
.post-navigation .nav-next a {
	float:right;
	width: auto;
}
.post-navigation .nav-next i {
	font-size:18px;
	margin-left:5px;
}
.blog-left-area article.comment-body {
	background: #f9f9f9;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}
p.comment-awaiting-moderation {
	width: 100%;
	float: left;
	padding: 0;
	color: #464646;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
}
.comment-content {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: normal;
	color: #515151;
	font-weight: 400;
	display: inline-block;
}
.comment-content p {
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 24px;
	color: #5a5a5a;
	font-weight: normal;
	margin: 20px 0px 20px 0px;
}
.reply {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: normal;
	color: #515151;
	margin: 0px;
	font-weight: 400;
	display: inline-block;
}
.blog-listing article {
	margin: 0 0 40px;
	float: left;
}
.blog-listing.search-paegs {
	background: none;
	padding: 0;
	border: none;
}
.blog-listing.search-paegs article {
	float: left;
	margin: 0 0 30px;
	padding: 20px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #a1b474;
}
.blog-listing.search-paegs header.page-header {
	background: none;
	padding: 0;
}
.blog-listing.search-paegs header.page-header h1 {
	background: none;
	padding: 0;
	font-size: 24px;
	margin: 0 0 20px 0;
}
.search-paegs form.search-form input.search-field {
	float: left;
	margin: 0 0 15px 0;
	width: 100%;
	background-color: #fff;
	padding: 12px 10px;
	font-size: 18px;
	color: #464646;
	border: none;
}
.search-paegs form.search-form span.screen-reader-text {
	position: relative !important;
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	display: block;
	height: auto;
	color: #fff;
	padding: 10px 40px 10px 40px;
	background: #45334b;
}
.not-found-text {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 0 20px 0;
}
.not-found-text h1 {
	text-align: center;
	color: #8cc542;
	font-size: 42px;
	font-weight: bold;
}
.no-found-discription {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 0 20px 0;
}
.no-found-discription p {
	width: 100%;
	float: left;
	font-size: 20px;
}
.page-id-165 .inner-header-banner h1.entry-title {
	display: none;
}
.complaints-policy-text ul {
	width: auto;
	float: left;
	margin: 20px 0 0 0px;
	padding: 0 0 0 3%;
}
.complaints-policy-text ul li {
	width: 100%;
	float: left;
	margin: 0 0 0 0;
	padding: 0px;
	font-size: 16px;
	line-height: 26px;
}
.homecaptcha input.form.captha.required {
	width: auto;
}
.copyright a {
	color:#ffffff;
}
.copyright a:hover {
	color:#90c43b;
}
.footer-phone {
    float: left;
    width: 100%;
}
.panoramic{
	float: left;
    width: 100%;
	margin:10px 0px 0px 0px;
}
.video-fram{
	width:100%;
	#max-width:560px;
	float:left;
	padding:10px 0;
	display: inline-flex;
}
.video-fram iframe {
	border:4px solid #ddd;
	width:100% !important;
	float:left;
	padding-right: 0px;
	margin-left: 46px;
}

/* Pink color H2 CSS */
h2.title-pink {
width: 100%;
float: left;
padding: 0 0 10px 0;
padding-top: 0px;
font-size: 25px;
color: #C71585;
line-height: 1;
font-weight: 400;
font-family: 'Raleway', sans-serif;
}

/* Home page special offer img CSS */
.special-img-class {
    width: 140px;
    position: absolute;
    top: 10px;
    right: 500px;
    border: 2px dotted #f48b8e;
    border-radius: 70px;
}

/* 7-2-2018 changes space */
p.space1 {
    margin-bottom: 25px;
}

/* 8-2-2018*/

p.pink{
	color: #C71585;
}
.video embed, iframe, object{
	float: none;
}

.white-teeth-img{
	padding-left: 0;
}
.block .responsive-img{
	width: 100%;
}

