/*!
Theme Name: smdrichardson
Theme URI: http://growwithom.com/
Author: OM Performance Marketers
Author URI: http://growwithom.com/
Description: This theme is for Family Smiles of Richardson website, created by OM Dev Team
Version: 1.0.0
Tested up to: 5.8
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: familysmilesboerne
Tags: custom-theme, smdrichardson,

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

smdrichardson is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

html,
body {
	overflow-x: hidden;
	overflow-y: auto;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Nunito Sans', sans-serif;
}

img {
	max-width: 100%;
}

p {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: 0.37px;
	color: #3e3e3e;
}

ul {
	font-size: 16px;
	opacity: 1;
	letter-spacing: 0.4px;
	color: #3b324c;
}

a {
	color: #e0a556;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Nunito Sans', sans-serif;
	color: #2b0656;
}

h1 {
	font-size: 50px;
	font-weight: 800;
	line-height: 60px;
	letter-spacing: 1.7px;
}

h2 {
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: 0.75px;
}

h3 {
	font-size: 21px;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: 0.52px;
}

h4 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.45px;
	color: #3b324c;
	line-height: 31px;
}

.btn + .btn {
	margin-left: 30px;
}

.btn {
	padding: 12px 25px;
	box-shadow: 3px 3px 14px 0 rgba(59, 50, 76, 0.12);
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.78px;
	text-transform: uppercase;
	outline: none;
	border: 0;
	text-decoration: none;
	border-radius: 10px !important;
}

.btn.btn-primary {
	background-color: #ffb004;
}

@media (hover: hover) {
	.btn.btn-primary:hover {
		background-color: #fcc650;
		box-shadow: none;
	}
}

.btn.btn-primary:focus {
	background-color: #cc9141;
	box-shadow: none;
}

.btn.btn-secondary {
	background-color: #2b0656;
	color: #fff;
}

@media (hover: hover) {
	.btn.btn-secondary:hover {
		background-color: #745f9d;
		box-shadow: none;
	}
}

.btn.btn-secondary:focus {
	background-color: #745f9d;
	box-shadow: none;
}

.btn.btn-light {
	background-color: #fbfbfb;
	color: #2e1e4d;
}

@media (hover: hover) {
	.btn.btn-light:hover {
		background-color: #f2f2f2;
		box-shadow: none;
	}
}

.btn.btn-light:focus {
	background-color: #f2f2f2;
	box-shadow: none;
}

.btn.btn-sm {
	padding: 10px 25px;
	height: 40px;
}

a.learn-link {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.35px;
	color: #ffb004;
	text-transform: uppercase;
}

@media (hover: hover) {
	a.learn-link:hover {
		font-weight: 900;
	}
}

header .navbar-nav .nav-item .nav-link {
	font-size: 14px;
	font-weight: bold;
	color: #2b0656;
	letter-spacing: 0.48px;
	text-transform: uppercase;
}

header .navbar-nav .nav-item.last-btn-nav a.nav-link {
	color: #fff;
	padding: 10px 28px;
	height: 40px;
	box-shadow: 3px 3px 14px 0 rgb(59 50 100 / 30%);
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.48px;
	outline: none;
	border: 0;
	text-decoration: none;
	border-radius: 10px;
	background-color: #2b0656;
}

@media (hover: hover) {
	header .navbar-nav .nav-item.last-btn-nav a.nav-link:hover {
		background-color: #510e9c;
		box-shadow: none;
	}
}

header .navbar-nav li.nav-item.last-btn-nav .btn {
	color: #fff;
	padding: 10px 28px;
	height: 40px;
}

header .navbar-nav .nav-item {
	margin-left: 45px;
}

header .header-phone {
	position: absolute;
	right: 15px;
	top: 0;
}

header .navbar-con {
	padding-top: 25px;
	padding-bottom: 5px;
}

header .header-phone a {
	font-size: 14px;
	font-weight: bold;
	color: #2b0656;
	letter-spacing: 0.48px;
}

header {
	height: 103px;
}

nav.navbar {
	position: fixed;
	top: 0;
	z-index: 99;
	width: 100%;
}

section.banner-wrap {
	background-color: #ffedd0;
	padding: 79px 0;
	position: relative;
	margin-bottom: 90px;
}

section.banner-wrap .banner-inner-wrap {
	max-width: 540px;
}

section.banner-wrap .banner-right-wrap {
	position: absolute;
	top: 0;
	right: 0;
	width: 48vw;
	text-align: right;
}

section.banner-wrap .banner-right-wrap img {
	max-height: 580px;
	border-radius: 0 0 0 80px;
}

section.banner-wrap .banner-inner-wrap h1 {
	margin-bottom: 25px;
}

section.banner-wrap .banner-inner-wrap p {
	margin-bottom: 40px;
}

section.two-section-wrap {
	padding: 90px 0;
}

.sm-circle {
	background-color: #ffedd0;
	width: 120px;
	height: 120px;
	border-radius: 100%;
	position: absolute;
	left: -20px;
	top: -30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mt-100 {
	margin-top: 140px;
}

.profile-left-inner {
	margin-top: -115px;
}

section.profile-section-wrap {
	padding: 120px 0;
	position: relative;
}

.profile-bg {
	border-radius: 0 200px 0 0;
	background-image: linear-gradient(to bottom, #f5f5f5, #fff);
	position: absolute;
	width: 86vw;
	height: 677px;
	z-index: -1;
	top: 80px;
}

.xl-circle {
	width: 612px;
	height: 612px;
	border-radius: 100%;
	position: absolute;
	left: -310px;
	z-index: -1;
	bottom: 40px;
	background-color: rgba(255, 237, 208, 0.3);
}

section.dental-services-wrap {
	background-color: #ffedd0;
	padding: 68px 0;
}

.mb-40 {
	margin-bottom: 40px;
}

.dental-services-box {
	border-radius: 16px;
	box-shadow: 3px 3px 14px 0 rgba(59, 50, 76, 0.12);
	background-color: #fff;
	margin-bottom: 30px;
	padding: 30px;
	padding-right: 70px;
}

.dental-services-box .dental-box {
	min-width: 85px;
	height: 85px;
	box-shadow: 3px 3px 14px 0 rgba(0, 0, 0, 0.1);
	background-color: #fff;
	border-radius: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 5px;
	margin-left: -71px;
}

.dental-services-box .dental-box img {
	max-width: 50px;
	max-height: 45px;
}

.dental-services-inner {
	margin: -100px 0;
	margin-left: 30px;
}

section.review-slider {
	padding: 40px 0 130px 0;
}

.review-bg {
	background-image: linear-gradient(to right, #f5f5f5, #fff 99%);
	width: 86vw;
	height: 435px;
	position: absolute;
	top: 0;
	z-index: -1;
	display: none;
}

.move-top-ani {
	-webkit-animation: mover 1s infinite alternate;
	animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
	0% {
		transform: translateY(0);
		-ms-transform: translateY(0);
	}
	to {
		transform: translateY(-10px);
		-ms-transform: translateY(-10px);
	}
}

@keyframes mover {
	0% {
		transform: translateY(0);
		-ms-transform: translateY(0);
	}
	to {
		transform: translateY(-10px);
		-ms-transform: translateY(-10px);
	}
}

section.hours-operation-wrap {
	padding: 110px 0;
}

.review-slider-inner {
	margin-top: 60px;
	margin-left: -15px;
	margin-right: -15px;
}

.review-slider-inner .wprevpro_t1_DIV_2 {
	padding: 32px 30px 61px;
	box-shadow: 3px 3px 14px 0 rgb(59 50 100 / 30%);
	background-color: #fff;
	margin-bottom: 40px;
	min-height: 245px;
}

.review-slider-inner .wprevpro_t1_DIV_2 p.wprevpro_t1_P_3 {
	opacity: 1;
}

.review-slider-inner .w3_wprs-row-padding > .w3_wprs-col {
	padding: 0 15px;
}

.review-slider-inner .wprevpro_t1_DIV_2::after {
	-webkit-filter: drop-shadow(1px 6px 2px rgba(0, 0, 0, .0980392));
	filter: drop-shadow(1px 6px 2px rgba(0, 0, 0, .0980392));
	left: 51px;
}

.review-slider-inner .wprevpro_t1_DIV_2 span.wprevpro_star_imgs_T1 {
	display: flex;
}

.review-slider-inner #wprev-slider-1 .wprevpro_star_imgs span.svgicons {
	background: #fcc650;
	width: 22px;
	height: 22px;
	margin-right: 8px;
}

.review-slider-inner #wprev-slider-1 .wprevpro_star_imgs {
	display: flex;
	margin-bottom: 15px;
	margin-left: 35px;
}

.review-slider-inner span.wprs_rd_more_1 {
	font-style: normal;
}

.review-slider-inner .wprevpro_t1_DIV_2::before {
	color: #e0a556;
	left: 73px;
	top: 56px;
	background-image: url(images/testimonial-quote.svg);
	content: "";
	background-repeat: no-repeat;
	opacity: 1;
}

.review-slider-inner .wprevpro_t1_IMG_4 {
	width: 65px;
	height: 65px;
}

.review-slider-inner .wprevpro_t1_rname {
	color: #2b0656;
	text-transform: capitalize;
}

.review-slider-inner .wprev_showdate_T1 {
	font-size: 12px;
	color: #2b0656;
}

.review-slider-inner .wprs_unslider-nav {
	display: none !important;
}

.review-slider-inner .wprs_unslider .wprs_unslider-arrow {
	box-shadow: 3px 3px 14px 0 rgb(59 50 76 / 12%) !important;
	width: 65px;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background-color: #fff;
	opacity: 1;
}

.review-slider-inner .wprs_unslider .wprs_unslider-arrow.prev {
	left: -70px;
	background-image: url(images/icon-right-arrow.svg);
	background-size: cover;
}

.review-slider-inner .wprs_unslider .wprs_unslider-arrow.next {
	right: -70px;
	background-size: cover;
	background-image: url(images/icon-right-arrow.svg);
}

.xxl-circle {
	width: 185px;
	height: 185px;
	background-color: #ffedd0;
	position: absolute;
	right: -60px;
	z-index: -1;
	border-radius: 100%;
	top: -70px;
}

#map-canvas {
	height: 274px;
	width: 320px;
	margin: 0;
	padding: 0;
	opacity: 0.7;
	border-radius: 15px;
	position: absolute;
	bottom: -20px;
}

.hour-right-img {
	max-width: 540px;
	margin-left: auto;
	max-height: 475px;
}

.hours-operation-right {
	display: flex;
	align-items: flex-end;
}

.day-week {
	font-size: 18px;
	color: #3b324c;
	font-weight: bold;
	line-height: 34px;
}

.day-close-row {
	display: flex;
	align-items: center;
}

.day-close-row .day-week {
	min-width: 80px;
	padding-right: 15px;
}

.day-close-row .day-time {
	padding-left: 15px;
	font-size: 18px;
	color: #3b324c;
	line-height: 34px;
}

.day-closed-wrap {
	margin-top: 20px;
}

footer {
	background-color: #2b0656;
	padding: 60px 0;
	border-top: solid 2px #fff;
}

.sm-text {
	letter-spacing: 0.41px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 10px;
}

.footer-right .sm-text {
	color: #ffb004;
	margin: 0;
}

.footer-right ul li a {
	letter-spacing: 0.66px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

@media (hover: hover) {
	.footer-right ul li a:hover {
		color: #ffb004;
	}
}

.footer-right ul li {
	margin-left: 30px;
}

.footer-right ul {
	justify-content: flex-end;
	margin-bottom: 60px;
}

.block {
	height: 34px;
	width: 40px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.cta {
	height: 34px;
	width: 34px;
	cursor: pointer;
}

.toggle-btn {
	height: 2px;
	width: 32px;
	background-color: #2e1e4d;
	position: relative;
	top: 50%;
	left: 0;
	margin: auto;
	transition: transform 0.3s ease-in-out;
}

.toggle-btn::before {
	content: "";
	height: 2px;
	width: 32px;
	box-shadow: 0 -10px 0 0 #2e1e4d;
	position: absolute;
	top: 0;
	left: 0;
	transition: transform 0.3s ease-in-out;
}

.toggle-btn::after {
	content: "";
	height: 2px;
	width: 32px;
	box-shadow: 0 10px 0 0 #2e1e4d;
	position: absolute;
	top: 0;
	left: 0;
	transition: transform 0.3s ease-in-out;
}

.active .toggle-btn {
	background-color: transparent;
	transition: transform 0.2s ease-in-out;
}

.active .toggle-btn::before,
.active .toggle-btn::after {
	top: 0;
	transition: transform 0.3s ease-in-out;
}

.active .type1::before {
	left: 6px;
	transform: translateY(6px) rotate(-45deg);
}

.active .type1::after {
	top: 0;
	left: 6px;
	transform: translateY(-8px) rotate(45deg);
}

section.service-two-main {
	padding: 90px 0;
	position: relative;
}

.service-circle {
	width: 120px;
	height: 120px;
	box-shadow: 3px 3px 14px 0 rgb(59 50 100 / 30%);
	background-color: #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: -60px;
	top: 30px;
}

.service-two-right .service-circle {
	left: inherit;
	right: -60px;
}

.service-circle img {
	max-width: 65px;
}

.service-two-wrap {
	position: relative;
}

.service-two-wrap > img {
	border-radius: 15px;
}

.service-two-main .xl-circle {
	top: 0;
}

section.service-two-main.service-two-right .xl-circle {
	right: -300px;
	left: inherit;
	bottom: -150px;
	top: inherit;
}

section.show-more-wrap {
	padding: 100px 0 40px 0;
}

.box-expand {
	padding: 28px 30px 28px;
	border-radius: 16px;
	box-shadow: 3px 3px 14px 0 rgb(59 50 100 / 30%);
	background-color: #fff;
	display: flex;
	align-items: self-start;
	flex-direction: column;
	justify-content: center;
	min-height: 120px;
	cursor: pointer;
	border: solid 1px transparent;
}

@media (hover: hover) {
	.box-expand:hover {
		border-color: #fcc650;
		box-shadow: none;
	}
}

.box-expand:hover .box-title h3 {
	color: #fcc650;
}

.box-desc {
	display: none;
	margin-top: 10px;
}

.box-expand.box-open .box-desc {
	display: block;
}

.box-expand .box-row {
	display: flex;
	align-items: center;
	min-height: 64px;
}

.box-expand .box-row .box-icon {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	margin-right: 30px;
}

.box-desc p {
	line-height: 26px;
	letter-spacing: 0.32px;
	color: #3b324c;
	margin: 0;
	font-size: 13px;
	opacity: 0.8;
}

.box-expand .box-row .box-title h3 {
	margin: 0;
}

section.book-app-wrap {
	padding: 96px 0;
	position: relative;
	margin-top: 120px;
	background-color: #2b0656;
}

section.book-app-wrap .service-two-wrap-desc {
	position: relative;
	max-width: 440px;
	width: 100%;
}

section.book-app-wrap .service-two-wrap-desc h2 {
	color: #ffffff;
}

section.book-app-wrap .service-two-wrap-desc p {
	color: #ffffff;
}

section.book-app-wrap .service-two-wrap-desc .btn {
	margin-top: 30px;
}

section.book-app-wrap .book-app-bg {
	border-radius: 200px 0 0 0;
	background-image: linear-gradient(to bottom, #f5f5f5, #fff);
	position: absolute;
	right: 0;
	width: 86vw;
	height: 100%;
	top: 0;
}

section.book-app-wrap .xxl-circle.move-top-ani {
	z-index: 1;
	top: inherit;
	bottom: 20px;
	right: -80px;
}

section.book-app-wrap .service-two-wrap {
	position: inherit;
}

section.book-app-wrap .service-two-wrap img {
	right: 0;
	z-index: 9;
	position: absolute;
	width: 46vw;
	bottom: 0;
	border-radius: 15px 0 0 0;
	max-height: 550px;
	object-fit: cover;
	min-height: 550px;
}

.service-two-wrap .xxl-circle.sm-circle {
	width: 96px;
	height: 96px;
	top: 0;
	bottom: inherit;
	left: -40px;
	right: inherit;
}

.contact-banner h3 {
	color: #2e1e4d;
}

.hours-operation-right.hours-operation-contact #map-canvas {
	bottom: 0;
}

section.hours-operation-wrap.contact-p-w .xxl-circle {
	top: 50px;
	background-color: rgba(255, 237, 208, 0.3);
	height: 230px;
	width: 230px;
	right: -110px;
	display: none;
}

section.hours-operation-wrap.contact-p-w {
	padding: 70px 0 70px 0;
	margin-bottom: 100px;
}

section.inner-banner-wrap {
	padding: 93px 0 110px 0;
	background-color: #2b0656;
}

section.hours-operation-wrap.contact-p-w .hours-operation-right {
	margin-left: -50px;
}

section.hours-operation-wrap.contact-p-w::after {
	position: absolute;
	right: 0;
	content: "";
	width: 46vw;
	height: 100%;
	top: 0;
	z-index: -1;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px 0 0 15px;
}

section.hours-operation-wrap.contact-p-w iframe {
	border-radius: 15px;
}

section.hours-operation-wrap.contact-p-w .day-time {
	color: #2b0656;
}

section.contact-p-w .day-close-row .day-week {
	color: #2b0656;
}

.container.container-lg {
	max-width: 920px;
}

.faq-accordion .accordion-item {
	padding: 30px 60px 33px;
	border-radius: 16px !important;
	box-shadow: 3px 3px 14px 0 rgb(59 50 100 / 30%);
	background-color: #fff;
	border: 0;
	margin-bottom: 45px;
	transition: box-shadow 0.4s;
}

@media (hover: hover) {
	.faq-accordion .accordion-item:hover {
		box-shadow: none;
	}
}

.faq-accordion .accordion-item .accordion-button {
	padding: 0;
	outline: none;
	background-color: #fff;
	box-shadow: none;
	color: #2e1e4d;
	font-weight: 600;
	font-size: 21px;
	line-height: 32px;
	letter-spacing: 0.52px;
}

.faq-accordion .accordion-item .accordion-button.collapsed {
	color: #2b0656;
}

.faq-accordion .accordion-item .accordion-body {
	padding: 0;
	font-size: 15px;
	opacity: 0.8;
	color: #3e3e3e;
	letter-spacing: 0.37px;
	line-height: 28px;
	margin-top: 20px;
}

.faq-accordion .accordion-item .accordion-button::after {
	display: none;
}

section.faq-wrap {
	margin-top: -47px;
	padding-bottom: 40px;
}

section.inner-banner-wrap h1 {
	margin-bottom: 30px;
	color: #ffb004;
}

section.inner-banner-wrap p {
	color: #ffffff;
}

.panel-wrap {
	padding: 96px 95px 60px;
	border-radius: 16px;
	box-shadow: 3px 3px 14px 0 rgb(59 50 100 / 30%);
	background-color: #fff;
	margin-bottom: 70px;
}

.panel-wrap h3 {
	margin-top: 40px;
}

section.faq-wrap .xl-circle {
	height: 500px;
	width: 500px;
	display: none;
}

section.faq-wrap .xl-circle .xl-circle-right {
	top: 300px;
	right: -250px;
	left: inherit;
}

.service-two-wrap-desc h2,
.service-two-wrap-desc h3 {
	margin-bottom: 20px;
	color: #ffb004;
}

.service-two-wrap-desc h3 {
	margin-top: 40px;
}

.logged-in.admin-bar div#wpadminbar + header nav.navbar {
	top: 32px;
}

.two-left-inner .embed-container video,
.two-left-inner .embed-container img {
	width: 100%;
	border-radius: 20px;
	height: auto;
	position: relative;
	z-index: 1;
}


/*new style start here*/

section.banner-wrap.new-banner-wrap {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	min-height: 600px;
	display: flex;
	align-items: center;
}

section.banner-wrap.new-banner-wrap .row.banner-dec {
	justify-content: center;
	position: relative;
	z-index: 1;
}

section.banner-wrap.new-banner-wrap p {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	line-height: 1.45;
	letter-spacing: 0.55px;
}

section.banner-wrap.new-banner-wrap::after {
	position: absolute;
	left: 0;
	content: "";
	top: 0;
	background-image: url(images/cicle-banner.svg);
	height: 100%;
	right: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

section.banner-wrap.new-banner-wrap h1 {
	color: #fff;
	margin-bottom: 20px;
}

section.banner-wrap.new-banner-wrap .banner-inner-wrap {
	text-align: center;
}

section.dental-services-wrap.new-dental-services-wrap {
	background-color: transparent;
}

section.dental-services-wrap.new-dental-services-wrap .container {
	position: relative;
	margin-bottom: 80px;
}

section.dental-services-wrap.new-dental-services-wrap .container::after {
	position: absolute;
	left: 0;
	content: "";
	background-color: #2b0656;
	height: calc(100% - -90px);
	width: 150%;
	top: -60px;
	z-index: -1;
	border-radius: 25px;
}

section.dental-services-wrap.new-dental-services-wrap .dental-services-inner {
	margin-left: 60px;
}

section.dental-services-wrap.new-dental-services-wrap .dental-services-inner .dental-services-box {
	padding-right: 50px;
}

section.dental-services-wrap.new-dental-services-wrap .dental-services-left-inner h2 {
	color: #ffb004;
}

section.dental-services-wrap.new-dental-services-wrap .dental-services-left-inner p,
section.dental-services-wrap.new-dental-services-wrap .dental-services-left-inner ul {
	color: #fff;
}

section.dental-services-wrap.new-dental-services-wrap .dental-services-left-inner ul li::marker {
	color: #ffb004;
}

section.hours-operation-wrap.new-hours-operation-wrap {
	position: relative;
	padding: 70px 0;
	background-color: #2b0656;
}

section.hours-operation-wrap.new-hours-operation-wrap .hours-operation-right {
	position: absolute;
	left: 0;
	bottom: 0;
}

section.hours-operation-wrap.new-hours-operation-wrap .hours-operation-right img.hour-right-img {
	width: 38vw;
	max-width: inherit;
	object-fit: cover;
	min-height: 480px;
}

.new-hours-operation-wrap h2 {
	color: #fff;
}

.new-hours-operation-wrap .day-week,
.new-hours-operation-wrap .hours-manual * {
	color: #fff;
}

.new-hours-operation-wrap .day-time {
	color: #fff;
}

.new-hours-operation-wrap h4 {
	color: #fff;
}

section.service-two-main.right-bg-wrap::after {
	position: absolute;
	right: 0;
	content: "";
	background-color: #2b0656;
	width: 61vw;
	top: 0;
	height: 100%;
	z-index: -1;
	border-radius: 15px 0 0 15px;
}

section.service-two-main .service-two-wrap-desc p {
	color: #fff;
}

section.service-two-main .service-two-wrap-desc ul li {
	color: #fff;
}

section.service-two-main .service-two-wrap-desc ul li::marker {
	color: #ffb004;
}

section.service-two-wrap > img {
	border-radius: 15px;
}

.service-two-main.left-bg-wrap::before {
	position: absolute;
	left: 0;
	content: "";
	background-color: #2b0656;
	width: 61vw;
	top: 0;
	height: 100%;
	z-index: -1;
	border-radius: 0 15px 15px 0;
}

.service-two-main.left-bg-wrap {
	margin: 120px 0;
}

section.banner-wrap.new-banner-wrap.left-col-banner {
	background-repeat: no-repeat;
	background-position: center right;
	background-size: contain;
	z-index: 1;
	background-color: #2b0656;
	margin: 0;
}

section.banner-wrap.new-banner-wrap.left-col-banner::after {
	content: '';
	position: absolute;
	right: 48%;
	top: 50%;
	z-index: -1;
	display: inline-block;
	width: 100vw;
	height: 200%;
	background-image: linear-gradient(to right, #2b0656 66%, rgba(43, 6, 86, 0.7) 100%);
	transform: translateY( -50% );
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	left: inherit;
}

section.banner-wrap.new-banner-wrap.left-col-banner .row.banner-dec {
	justify-content: flex-start;
}

section.banner-wrap.new-banner-wrap.left-col-banner .banner-inner-wrap {
	text-align: left;
	max-width: 440px;
}

section.banner-wrap.new-banner-wrap.left-col-banner .banner-inner-wrap p {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.87;
	letter-spacing: 0.37px;
	color: #fff;
}

section.profile-section-wrap.teamslider {
	padding: 0;
	margin-bottom: -8px;
	margin-top: -50px;
}

section.profile-section-wrap.teamslider .carousel-item {
	padding: 0;
}

section.profile-section-wrap.teamslider .carousel-item .profile-left-inner {
	margin: 20px 0 0 0;
}

section.profile-section-wrap.teamslider .carousel-item > .row {
	align-items: center;
}

section.profile-section-wrap.teamslider .carousel-indicators {
	margin-bottom: 48px;
}

section.profile-section-wrap.teamslider .carousel-indicators > button {
	width: 10px;
	height: 10px;
	border: solid 2px #ffb004;
	border-radius: 70px;
	opacity: 1;
}

section.profile-section-wrap.teamslider .carousel-indicators > button.active {
	background-color: #ffb004;
}

section.profile-section-wrap.teamslider .xl-circle {
	right: 70px;
	left: inherit;
	bottom: -240px;
	width: 622px;
	height: 622px;
}

section.profile-section-wrap.teamslider .xl-circle {
	right: 70px;
	left: inherit;
	bottom: -240px;
	width: 622px;
	height: 622px;
}

section.profile-section-wrap.teamslider .carousel-control-prev {
	opacity: 1;
	width: 0;
}

section.profile-section-wrap.teamslider .carousel-control-prev .carousel-control-prev-icon {
	background-image: url(images/icon-left-arrow-new.svg);
	width: 95px;
	height: 95px;
	opacity: 1;
	margin-left: -120px;
}

section.profile-section-wrap.teamslider .carousel-control-next {
	opacity: 1;
	width: 0;
}

section.profile-section-wrap.teamslider .carousel-control-next .carousel-control-next-icon {
	width: 95px;
	height: 95px;
	opacity: 1;
	margin-right: -120px;
	background-image: url(images/icon-left-arrow-new.svg);
	transform: rotate(180deg);
}

section.banner-wrap.new-banner-wrap.contact-banner-wrap.left-col-banner .banner-inner-wrap {
	max-width: 490px;
}

section.banner-wrap.new-banner-wrap.contact-banner-wrap.left-col-banner {
	margin-bottom: 80px;
}

.review-slider-inner .wprs_unslider .wprs_unslider-arrow.next,
.review-slider-inner .wprs_unslider .wprs_unslider-arrow.prev {
	top: 160px !important;
}

.two-section-wrap .sm-circle {
	background-color: #fff9f0;
	width: 310px;
	height: 310px;
	left: -70px;
	top: -80px;
	display: block;
}

.read-more-link {
	color: #2b0656;
	letter-spacing: 0.32px;
	display: inline;
	font-weight: bold;
}

.dental-services-box a.learn-link::after {
	content: ">";
	position: absolute;
	display: inline-block;
	right: -15px;
	font-weight: bold;
	top: -2px;
}

.dental-services-box a.learn-link {
	position: relative;
}

.btn.btn-primary.btn-xs-show {
	display: none;
}

.btn + .btn + .btn {
	margin-left: 30px !important;
	margin-top: 0 !important;
}

.show-read-more .more-text {
	display: none;
}

.service-two-main.right-bg-wrap .xl-circle,
section.service-two-main.left-bg-wrap.service-two-right .xl-circle,
section.hours-operation-wrap.new-hours-operation-wrap .xxl-circle {
	display: none;
}

.show-read-more, .new-read-more {
	font-size: 15px;
	line-height: 1.87;
	letter-spacing: 0.37px;
	color: #3e3e3e;
	opacity: 0.8;
}

/*new style end here*/

@media (min-width: 1400px) {
	.container {
		max-width: 1140px;
	}
}

@media (min-width: 992px) {
	.pr-30 {
		padding-right: 30px;
	}

	.pl-30 {
		padding-left: 30px;
	}

	.pr-45 {
		padding-right: 45px;
	}

	.pl-45 {
		padding-left: 45px;
	}
}

@media (max-width: 1340px) {
	.review-slider-inner .wprs_unslider .wprs_unslider-arrow.prev {
		left: -10px;
	}

	.review-slider-inner .wprs_unslider .wprs_unslider-arrow.next {
		right: -10px;
	}

}

@media (max-width: 1299px) {
	section.profile-section-wrap.teamslider .carousel-control-prev .carousel-control-prev-icon {
		margin-left: -60px;
	}

	section.profile-section-wrap.teamslider .carousel-control-next .carousel-control-next-icon {
		margin-right: -60px;
	}

	section.profile-section-wrap.teamslider .profile-right-inner {
		padding-bottom: 0;
		margin-bottom: 80px;
		margin-top: 60px;
	}

	section.profile-section-wrap.teamslider .xl-circle {
		right: -50px;
		left: inherit;
		bottom: -106px;
		width: 492px;
		height: 492px;
	}

}

@media (max-width: 1199.98px) {
	header .navbar-nav .nav-item {
		margin-left: 25px;
	}

	.profile-bg {
		width: 91vw;
	}

	.footer-right ul li {
		margin-left: 30px;
	}

	.hour-right-img {
		max-width: 470px;
	}

	section.banner-wrap.contact-banner .btn.btn-light {
		margin: 25px 0 0 0;
	}

	section.banner-wrap.contact-banner {
		margin-bottom: 30px;
	}

	section.banner-wrap.contact-banner-wrap .btn-group-custom .btn.btn-light {
		margin: 25px 0 0 0;
	}
}

@media (max-width: 1060px) {

	section.profile-section-wrap.teamslider .carousel-control-prev .carousel-control-prev-icon {
		margin-left: 0;
	}

	section.profile-section-wrap.teamslider .carousel-control-next .carousel-control-next-icon {
		margin-right: 0;
	}

	section.profile-section-wrap.teamslider .carousel-control-prev,
	section.profile-section-wrap.teamslider .carousel-control-next {
		width: 60px;
	}

}

@media (max-width: 1023.98px) {
	section.banner-wrap.new-banner-wrap.left-col-banner {
		background-size: cover;
		background-position: -30px;
	}

	section.banner-wrap.new-banner-wrap.left-col-banner::after {
		right: 44%;
	}
}

@media (max-width: 991.98px) {

	section.banner-wrap.new-banner-wrap.left-col-banner {
		background-size: cover;
		background-position: -190px;
	}

	.btn + .btn + .btn {
		margin-left: 0 !important;
		margin-top: 20px !important;
	}

	h1 {
		font-size: 36px;
		line-height: 45px;
		letter-spacing: 1.22px;
	}

	.banner-inner-wrap .btn.btn-light {
		margin: 25px 0 0 0;
	}

	section.banner-wrap {
		padding: 50px 0;
		margin-bottom: 0;
	}

	section.banner-wrap .banner-right-wrap img {
		min-height: 402px;
		object-fit: cover;
		object-position: left;
	}

	.sm-circle ,
	.xl-circle {
		display: none;
	}

	.mb-30 {
		margin-bottom: 18px;
	}

	section.two-section-wrap {
		padding: 85px 0;
	}

	.profile-bg {
		width: 100%;
		border-radius: 0;
		height: 100%;
		background-image: linear-gradient(to bottom, #f5f5f5 23%, #fff);
	}

	.lg-top-none {
		margin-top: -25px;
	}

	.mt-100 {
		margin-top: 80px;
	}

	.dental-services-inner {
		margin: 0 auto;
		max-width: 525px;
		margin-top: -140px;
		margin-bottom: 80px;
	}

	section.review-slider {
		padding: 100px 0 80px 0;
		background-color: #fbfbfb;
	}

	.hour-right-img {
		max-width: 300px;
	}

	#map-canvas {
		width: 172px;
		height: 146px;
		top: 200px;
		margin-left: -60px;
	}

	section.hours-operation-wrap {
		padding: 90px 0;
	}

	footer {
		position: relative;
		padding: 60px 0 120px 0;
	}

	.footer-right ul {
		justify-content: flex-start;
		margin-bottom: 0;
	}

	.footer-right ul li {
		margin: 10px 0;
		min-width: 165px;
	}

	.footer-right .sm-text {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 60px;
	}

	.xxl-circle {
		width: 105px;
		height: 105px;
	}

	button.navbar-toggler {
		outline: none;
		box-shadow: none !important;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 0.48px;
		color: #3b324c;
		margin-top: 10px;
	}

	.tab-center,
	.tab-center-right {
		display: flex;
		justify-content: center;
	}

	.tab-center .service-two-wrap {
		margin-bottom: 60px;
		margin-left: 60px;
		max-width: 510px;
	}

	.tab-center .service-two-wrap-desc {
		max-width: 510px;
		margin-left: 60px;
	}

	.tab-center-right .service-two-wrap {
		margin-bottom: 60px;
		margin-right: 60px;
		max-width: 510px;
	}

	.tab-center-right .service-two-wrap-desc {
		max-width: 510px;
		margin-right: 60px;
	}

	section.service-two-main {
		padding-bottom: 100px;
		padding-top: 0;
	}

	section.show-more-wrap {
		padding: 80px 0 80px 0;
	}

	section.book-app-wrap {
		margin: 120px 0 0 0;
		padding: 60px 0 0 0;
	}

	section.book-app-wrap .book-app-bg {
		border-radius: 0;
		width: 100%;
	}

	.hours-operation-right.hours-operation-contact #map-canvas {
		bottom: 0;
		position: relative;
		top: 0;
		width: 100%;
		margin: 0;
		height: 290px;
	}

	.faq-accordion .accordion-item {
		margin-bottom: 40px;
		padding: 30px;
	}

	.faq-accordion .accordion-item .accordion-body {
		margin-top: 10px;
	}

	.container.container-lg {
		max-width: 720px;
	}

	section.inner-banner-wrap {
		padding: 50px 0 90px 0;
	}

	.panel-wrap {
		padding: 41px 30px 35px;
	}

	section.inner-banner-wrap.pp-banner h1 {
		margin: 0;
	}

	.review-slider-inner .wprs_unslider .wprs_unslider-arrow.prev,
	.review-slider-inner .wprs_unslider .wprs_unslider-arrow.next {
		display: none;
	}

	.review-slider-inner {
		margin-top: 50px;
	}

	.review-slider-inner .wprs_unslider-nav {
		display: block !important;
	}

	.review-slider-inner .wprs_unslider-nav ol li {
		width: 15px;
		height: 15px;
		border-radius: 60px !important;
		border: solid 2px #ffb004;
	}

	.review-slider-inner .wprs_unslider-nav ol li.wprs_unslider-active {
		background-color: #ffb004;
	}

	.review-bg {
		background-image: linear-gradient(to bottom, #f5f5f5, #fff);
		width: 100%;
		height: 605px;
	}

	section.dental-services-wrap.new-dental-services-wrap {
		background-color: #2b0656;
	}

	section.dental-services-wrap.new-dental-services-wrap .container::after {
		display: none;
	}

	section.dental-services-wrap.new-dental-services-wrap .dental-services-inner {
		margin-left: auto;
		margin-right: auto;
		z-index: 9;
		position: relative;
	}

	section.dental-services-wrap.new-dental-services-wrap .container {
		margin-bottom: 30px;
	}

	section.hours-operation-wrap.new-hours-operation-wrap .hours-operation-right {
		position: inherit;
		margin-top: 60px;
		margin-left: 0;
		margin-right: 0;
		min-height: 620px;
	}

	section.hours-operation-wrap.new-hours-operation-wrap .hours-operation-right img.hour-right-img {
		width: 100vw;
		max-width: 100%;
		object-fit: cover;
		min-height: 620px;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		object-position: bottom;
	}

	section.hours-operation-wrap.new-hours-operation-wrap .container > .row {
		flex-direction: column-reverse;
	}

	section.hours-operation-wrap.new-hours-operation-wrap {
		padding: 60px 0;
		padding-bottom: 0;
	}

	.new-hours-operation-wrap h2 {
		margin-bottom: 15px;
	}

	section.banner-wrap.new-banner-wrap::after {
		left: -90%;
	}

	section.banner-wrap.new-banner-wrap .row.banner-dec {
		justify-content: start;
	}

	section.banner-wrap.new-banner-wrap .banner-inner-wrap {
		text-align: left;
	}

	section.banner-wrap.new-banner-wrap {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center right;
	}

	section.service-two-main.right-bg-wrap::after {
		width: 90vw;
		top: 446px;
		height: calc(100% - 446px);
	}

	.service-two-main.left-bg-wrap::before {
		width: 90vw;
		top: 446px;
		height: calc(100% - 446px);
	}

	section.book-app-wrap .service-two-wrap img {
		position: absolute;
		width: 100vw;
		margin-top: 60px;
		border-radius: 0;
	}

	section.book-app-wrap .service-two-wrap {
		position: inherit;
		min-height: 610px;
	}

	section.book-app-wrap .service-two-wrap-desc {
		max-width: 510px;
		margin-left: 120px;
	}

	section.hours-operation-wrap.contact-p-w::after {
		display: none;
	}

	section.hours-operation-wrap.contact-p-w {
		margin-bottom: 0;
	}

	section.profile-section-wrap.teamslider .carousel-indicators {
		margin-bottom: 86px;
		width: 50%;
		margin-left: 0;
		margin-right: 0;
		z-index: 9;
	}

	section.profile-section-wrap.teamslider .carousel-control-prev .carousel-control-prev-icon {
		margin-left: 30px;
		width: 55px;
		height: 55px;
		margin-bottom: 0;
		position: absolute;
		bottom: 65px;
		z-index: 99;
	}

	section.profile-section-wrap.teamslider .carousel-control-next .carousel-control-next-icon {
		margin-right: 720px;
		width: 55px;
		height: 55px;
		position: absolute;
		margin-bottom: 0;
		bottom: 64px;
		z-index: 999;
	}

	section.profile-section-wrap.teamslider .profile-right-inner {
		padding-bottom: 60px;
		margin-bottom: 70px;
	}

	.dental-services-inner {
		margin-top: -100px;
	}

	section.profile-section-wrap.teamslider .xl-circle {
		display: block;
		right: -250px;
		top: 0px;
	}

	section.banner-wrap.new-banner-wrap.left-col-banner {
		background-size: cover;
		background-position: right center;
	}

	section.banner-wrap.new-banner-wrap.left-col-banner::after {
		right: 40%;
		height: 150%;
	}

	section.banner-wrap.new-banner-wrap.contact-banner-wrap.left-col-banner {
		margin-bottom: 20px;
	}

	section.profile-section-wrap.teamslider .carousel-control-prev,
	section.profile-section-wrap.teamslider .carousel-control-next {
		width: 0;
	}

	.two-section-wrap .sm-circle {
		width: 180px;
		height: 180px;
		left: -70px;
		top: -40px;
	}

	section.profile-section-wrap.teamslider {
		margin-bottom: 0;
	}

	section.hours-operation-wrap.new-hours-operation-wrap .xxl-circle {
		display: none;
	}

	section.hours-operation-wrap.contact-p-w .hours-operation-right {
		margin-left: 0;
	}

}

@media (min-width: 768px) and (max-width: 991.98px) {
	ul.navbar-nav {
		flex-direction: row;
		justify-content: end;
		margin: 0 auto;
		padding: 6px 15px;
		max-width: 720px;
	}

	.navbar-collapse {
		position: absolute;
		width: 100%;
		left: 0;
		top: 95px;
		z-index: 9;
		background-color: #f5f5f5;
	}

	header .header-phone {
		position: absolute;
		top: 2px;
		max-width: 720px;
		display: block;
		width: 100%;
		text-align: right;
		margin: 0 auto;
		padding: 0 25px;
		right: inherit;
	}

	.navbar-collapse::before {
		position: absolute;
		left: -80%;
		background: #f5f5f5;
		height: 49px;
		content: "";
		z-index: -1;
		width: 100%;
	}

	.navbar-collapse::after {
		position: absolute;
		right: -98%;
		background: #f5f5f5;
		height: 49px;
		content: "";
		z-index: -1;
		width: 100%;
		top: 0;
	}

	.tab-toggle-icon svg {
		height: 20px;
		width: 30px;
		position: relative;
		top: -3px;
		left: -2px;
	}

	.pr-t-30 {
		padding-right: 30px;
	}

	.pl-t-30 {
		padding-left: 30px;
	}

	.service-two-main .xl-circle {
		top: 0;
		display: block;
	}

	.footer-right ul li {
		width: 50%;
	}

	.footer-right ul li a {
		padding-left: 0;
		padding-right: 0;
		text-align: left;
	}

	.contact-p-w .hours-operation-right div#map-canvas {
		width: 330px;
		height: 300px;
		position: relative;
		top: 0;
		right: 0;
		margin: 0;
	}

}

@media (max-width: 767.98px) {
	h2 {
		font-size: 28px;
		line-height: 38px;
	}

	section.banner-wrap .banner-right-wrap {
		position: relative;
		width: calc(100% + 15px);
		right: 0;
		margin-bottom: -320px;
		margin-top: 60px;
	}

	section.banner-wrap {
		margin-bottom: 260px;
		padding-top: 30px;
	}

	section.banner-wrap .banner-right-wrap img {
		min-height: 312px;
	}

	.two-right-inner {
		margin-bottom: 40px;
	}

	section.two-section-wrap {
		padding-bottom: 40px;
	}

	.profile-right-inner {
		margin-top: 50px;
	}

	.mt-100 {
		margin-top: 0;
	}

	.profile-left-inner.lg-top-none {
		margin-top: 30px;
	}

	.dental-services-box {
		padding-right: 30px;
	}

	.dental-services-box .dental-box {
		min-width: 64px;
		height: 64px;
		margin-top: -5px;
		margin-left: -60px;
	}

	.dental-services-inner {
		margin-top: -120px;
		margin-bottom: 80px;
		margin-left: 30px;
	}

	h3 {
		font-size: 18px;
		line-height: 28px;
		letter-spacing: 0.45px;
	}

	.dental-services-box .dental-box img {
		max-width: 40px;
		max-height: 37px;
	}

	.tab-btn-set {
		position: static;
		left: inherit;
		bottom: inherit;
		margin-bottom: 50px;
	}

	#map-canvas {
		width: 157px;
		height: 134px;
		top: inherit;
		margin-left: 0;
	}

	.hour-right-img {
		max-width: 75%;
	}

	footer {
		padding: 50px 0;
	}

	.footer-left a.mb-4.d-flex {
		justify-content: center;
	}

	footer .sm-text {
		text-align: center;
	}

	.footer-right ul li {
		margin: 13px 0;
		text-align: center;
		width: 50%;
	}

	.footer-right ul {
		margin-top: 20px;
	}

	.footer-right .sm-text {
		position: static;
		margin: 0 auto;
		text-align: center;
		margin-top: 30px;
	}

	.xxl-circle {
		width: 65px;
		height: 65px;
		bottom: 190px;
		top: inherit;
		right: -20px;
	}

	header .navbar-con {
		padding-top: 0;
		padding-bottom: 0;
	}

	.btn-group-custom {
		display: flex;
		flex-direction: column;
		align-items: start;
	}

	button.navbar-toggler {
		padding-right: 0;
	}

	.navbar-brand > img {
		max-height: 33px;
	}

	header .navbar-nav .nav-item {
		margin-left: 0;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.header-phone.xs-header-phone {
		position: inherit;
	}

	.xs-bottom-show {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		border-radius: 0 40px 0 0;
		background-color: #2b0656;
		padding: 30px 15px;
		margin-bottom: -8px;
		margin-left: -15px;
	}

	header {
		height: 59px;
	}

	.navbar-collapse {
		padding-top: 10px;
	}

	section.show-more-wrap {
		padding: 60px 0 50px 0;
	}

	.service-circle {
		width: 73px;
		height: 73px;
		left: -37px;
		top: 20px;
	}

	.service-circle img {
		max-width: 45px;
		max-height: 40px;
	}

	.tab-center .service-two-wrap {
		margin-bottom: 40px;
		margin-left: 36px;
		max-width: 510px;
	}

	.tab-center .service-two-wrap-desc {
		margin-left: 0;
	}

	section.service-two-main {
		padding-bottom: 70px;
	}

	.tab-center-right .service-two-wrap {
		margin-bottom: 40px;
		margin-right: 36px;
	}

	.service-two-right .service-circle {
		right: -36px;
	}

	.tab-center-right .service-two-wrap-desc {
		margin-right: 0;
	}

	section.book-app-wrap {
		padding: 70px 0;
	}

	section.book-app-wrap .service-two-wrap-desc {
		margin-bottom: 60px;
		max-width: 100%;
	}

	section.book-app-wrap .xxl-circle,
	section.book-app-wrap .xxl-circle.move-top-ani {
		display: none;
	}

	section.banner-wrap.contact-banner {
		margin-bottom: 280px;
	}

	.hours-operation-right.hours-operation-contact {
		margin-top: 50px;
	}

	section.banner-wrap .banner-right-wrap img {
		border-radius: 0 0 0 140px;
	}

	section.inner-banner-wrap {
		padding: 30px 0 60px 0;
	}

	.faq-accordion .accordion-item .accordion-button {
		font-size: 18px;
		line-height: 28px;
	}

	.faq-accordion .accordion-item {
		margin-bottom: 30px;
		padding: 30px 15px;
	}

	.panel-wrap {
		padding: 20px 15px 31px;
	}

	section.inner-banner-wrap.pp-banner h1 {
		margin: 20px 0 20px 0;
	}

	.footer-right ul li a {
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}

	.contact-p-w .hours-operation-right div#map-canvas {
		position: relative;
		width: 100%;
		height: 315px;
		border-radius: 10px;
		margin-top: 50px;
	}

	section.review-slider {
		padding: 70px 0 70px 0;
	}

	.review-slider-inner {
		margin-top: 20px;
	}

	section.banner-wrap.new-banner-wrap {
		margin-bottom: 0;
		background-size: 170%;
		background-position: top right;
		background-repeat: no-repeat;
		background-color: #2b0656;
	}

	section.banner-wrap.new-banner-wrap::after {
		display: none;
	}

	section.banner-wrap.new-banner-wrap .banner-inner-wrap {
		margin-top: 300px;
	}

	section.hours-operation-wrap.new-hours-operation-wrap .hours-operation-right img.hour-right-img {
		max-width: 100%;
		min-height: auto;
	}

	section.hours-operation-wrap.new-hours-operation-wrap .hours-operation-right {
		margin: 0 -12px;
	}

	section.dental-services-wrap.new-dental-services-wrap .dental-services-inner {
		margin-left: 35px;
		margin-right: 10px;
		margin-bottom: 50px;
	}

	section.service-two-main.right-bg-wrap::after {
		width: 100%;
		top: 200px;
		height: calc(100% - 200px);
		border-radius: 0;
	}

	.service-two-main.left-bg-wrap::before {
		border-radius: 0;
		width: 100%;
		top: 200px;
		height: calc(100% - 200px);
	}

	.service-two-main.left-bg-wrap {
		margin: 80px 0;
	}

	section.book-app-wrap .service-two-wrap-desc {
		max-width: 100%;
		margin-left: 0;
	}

	section.book-app-wrap .service-two-wrap img {
		margin-top: 0;
		border-radius: 0;
		min-height: 350px;
		max-height: 350px;
	}

	section.book-app-wrap {
		padding: 14px 0 0 0;
		margin-top: 0;
	}

	section.hours-operation-wrap.contact-p-w iframe {
		margin-top: 30px;
		width: 100%;
	}

	section.profile-section-wrap.teamslider .carousel-indicators {
		width: calc(100% - 130px);
		z-index: 9;
		margin-left: auto;
		margin-right: auto;
	}

	section.profile-section-wrap.teamslider .carousel-indicators > button {
		background-color: transparent;
	}

	section.profile-section-wrap.teamslider .carousel-control-prev .carousel-control-prev-icon {
		margin-left: 40px;
		margin-bottom: 0;
	}

	section.profile-section-wrap.teamslider .carousel-control-prev,
	section.profile-section-wrap.teamslider .carousel-control-next {
		align-items: end;
	}

	section.profile-section-wrap.teamslider .carousel-control-next .carousel-control-next-icon {
		margin-right: 30px;
	}

	section.profile-section-wrap.teamslider .profile-right-inner {
		padding-bottom: 0;
		min-height: 250px;
		margin-bottom: 10px;
	}

	section.profile-section-wrap.teamslider .xl-circle {
		right: -130px;
		top: 380px;
	}

	section.banner-wrap.new-banner-wrap.left-col-banner {
		background-size: 768px;
		background-position: top center;
	}

	section.banner-wrap.new-banner-wrap.left-col-banner::after {
		right: 3%;
		height: 110%;
		transform: translateY( -50% ) rotate(-90deg);
		top: 72%;
	}

	section.banner-wrap.new-banner-wrap.left-col-banner .banner-inner-wrap {
		text-align: left;
		max-width: 100%;
		padding-top: 0;
	}

	section.banner-wrap.new-banner-wrap{
		z-index: 1;
		background-color: #2b0656;
		margin: 0;
		background-size: 770px 449px;
	}

	section.banner-wrap.new-banner-wrap::after {
		content: '';
		position: absolute;
		z-index: -1;
		display: inline-block;
		width: 100vw;
		background-image: linear-gradient(to right, #2b0656 66%, rgba(43, 6, 86, 0.7) 100%);
		right: 15px;
		height: 896px;
		transform: translateY( -50% ) rotate(-95deg);
		top: 560px;
		border-top-right-radius: 50%;
		border-bottom-right-radius: 50%;
		left: inherit;
	}

	section.banner-wrap.new-banner-wrap.left-col-banner::after {
		right: 0;
		height: 110%;
		transform: translateY( -50% ) rotate(-90deg);
		top: 72%;
	}

	section.banner-wrap.new-banner-wrap p{
		line-height: 1.56;
		letter-spacing: 0.45px;
		font-size: 18px;
		opacity: 0.8;
		font-weight: 600;
	}

	.d-md-none.xs-bottom-show .nav-link {
		color: #fff;
	}

	header .header-phone a {
		color: #fff;
	}

	.new-hours-operation-wrap h4 {
		margin-top: 30px;
	}

	.two-section-wrap .sm-circle {
		left: -70px;
		top: 260px;
		z-index: -1;
	}

	.btn.btn-primary > span {
		display: none;
	}

	section.banner-wrap.new-banner-wrap .btn-group-custom {
		flex-direction: row;
	}

	section.banner-wrap.new-banner-wrap .btn-group-custom .btn.btn-light {
		margin: 0 0 0 20px;
	}

	section.profile-section-wrap.teamslider {
		z-index: 0;
	}

	section.hours-operation-wrap.new-hours-operation-wrap .hours-operation-right {
		min-height: 470px;
	}

	section.book-app-wrap .service-two-wrap {
		position: inherit;
		min-height: 350px;
	}

	.btn.btn-primary.btn-xs-show {
		display: block;
	}

	.btn.btn-primary.btn-xs-none {
		display: none;
	}

	.btn-group-custom .btn + .btn {
		margin-left: 0;
		margin-right: 30px;
	}

	.btn-group-custom .btn + .btn + .btn {
		margin-left: 0 !important;
		margin-top: 0 !important;
	}

	nav.navbar .navbar-toggler.p-0.ms-auto {
		margin-top: 0;
	}
}

@media (max-width: 567.98px) {
	section.banner-wrap.new-banner-wrap::after {
		right: 35px;
		height: 616px;
		transform: translateY( -50% ) rotate(-95deg);
		top: 430px;
	}

	section.banner-wrap.new-banner-wrap.left-col-banner::after {
		right: 30px;
		height: 626px;
		transform: translateY( -50% ) rotate(-95deg);
		top: 430px;
	}

	section.hours-operation-wrap.new-hours-operation-wrap .hours-operation-right {
		min-height: 360px;
	}

	section.hours-operation-wrap.new-hours-operation-wrap .hours-operation-right img.hour-right-img {
		min-height: 360px;
		max-height: 360px;
	}
}

@media (min-width: 1023px) and (max-width: 1080px) {
	section.banner-wrap.new-banner-wrap.contact-banner-wrap.left-col-banner {
		background-size: 106%;
	}
}