@font-face {
	font-family: 'Gotham Bold';
	src: url(assets/fonts/Gotham-Bold.woff2?h=8239f884b6582a570bfa13e11dcfe26c) format('woff2'), url(assets/fonts/Gotham-Bold.woff?h=8239f884b6582a570bfa13e11dcfe26c) format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap
}
@font-face {
	font-family: 'Gotham Medium';
	src: url(assets/fonts/GothamMedium.woff2?h=8239f884b6582a570bfa13e11dcfe26c) format('woff2'), url(assets/fonts/GothamMedium.woff?h=8239f884b6582a570bfa13e11dcfe26c) format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap
}
@font-face {
	font-family: 'Gotham Regular';
	src: url(assets/fonts/Gotham-Book.woff2?h=8239f884b6582a570bfa13e11dcfe26c) format('woff2'), url(assets/fonts/Gotham-Book.woff?h=8239f884b6582a570bfa13e11dcfe26c) format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}
@font-face {
	font-family: 'Optima Regular';
	src: url(assets/fonts/Optima-Medium.woff2?h=78aa18b12899532de75e3aba62762f47) format('woff2'), url(assets/fonts/Optima-Medium.woff?h=78aa18b12899532de75e3aba62762f47) format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap
}
body {
	font-size: 16px;
	line-height: 20px;
	color: #0a0a0a;
	font-family: 'Gotham Regular';
	-webkit-font-smoothing: antialiased
}
h1 {
	font-family: 'Optima Regular';
	color: #40595e;
	font-size: 54px;
	letter-spacing: -.5px;
	margin-bottom: 20px
}
h2,
.h2_title {
	font-family: 'Optima Regular';
	font-size: 30px;
	line-height: 40px;
	color: #40595e;
	letter-spacing: -.5px;
	margin-bottom: 20px
}
.accordionbox .accordion-body, section p {
	margin-bottom: 30px
}
a {
	text-decoration: none;
	color: inherit
}
section p a {
	text-decoration: underline;
}
strong {
	font-family: 'Gotham Bold';
	font-weight: 400
}
.text-white {
	color: #fff!important
}
section .btn {
	background: #c09c81;
	color: #fff;
	border: 1px solid #c09c81;
	border-radius: 0;
	text-transform: uppercase;
	font-family: 'Gotham Medium';
	padding: 7px 18px;
	text-decoration: none;
}
section .btn:hover {
	background: #fff;
	color: #c09c81;
	border: 1px solid #c09c81
}
section .btn_white {
	background: #fff;
	color: #c09c81
}
section .btn_white:hover {
	background: #40595e;
	color: #fff!important
}
.navbar .btn {
	font-size: 15px;
	background: 0 0;
	color: #fff !important;
	border: 1px solid #40595e;
	background: #40595e;
}
.navbar .btn:hover {
	background: #40595e;
	color: #fff
}
.btn_2row .btn {
	padding: 7px 5px;
}
.btn_2row .btn2 {
	margin-left: 10px;
}
section .btn_no_bg {
	background: 0 0;
	color: #c09c81
}
section .btn_no_bg:hover {
	background: #c09c81;
	color: #fff
}
#header-desktop {
	width: 100%;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	background: #fff;
	padding: 25px 0;
}
.navbar .boxinfo a {
	font-size: 16px
}
.navbar .boxinfo .address {
	margin-right: 25px
}
.navbar .boxinfo .address svg {
	position: relative;
	top: -3px
}
#header-desktop .logo img {
	transition: .4s
}
.sld-top .btn_white {
	display: block;
	max-width: 340px;
	margin: 15px auto;
	background: #fff
}
#boxsearch {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999999;
	width: 100%;
	background: rgb(255 255 255 / 90%)
}
#boxsearch .own-container {
	padding: 50px 0 25px;
	width: 96%;
	max-width: 800px;
	margin: 0 auto;
	overflow: hidden;
	position: relative
}
#boxsearch .search input {
	margin: 0;
	background: 0 0;
	border: none;
	font-size: 22px;
	padding: 10px;
	line-height: 34px;
	box-sizing: border-box;
	float: left;
	border-bottom: 1px solid;
	width: calc(100% - 70px);
	outline: 0;
	height: 60px;
	-webkit-appearance: none;
	-moz-box-sizing: border-box
}
#boxsearch .search button {
	height: 60px;
	width: 70px;
	background: #40595e;
	border: none;
	border-left: none;
	float: left;
	text-align: center;
	font-size: 25px;
	padding: 0;
	cursor: pointer;
	outline: 0;
	border-bottom: 1px solid #40595e;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: .4s
}
#boxsearch .search button svg {
	height: 28px;
	width: 33px;
	fill: #fff
}
#boxsearch .h_search_close {
	position: absolute;
	top: 4px;
	border: none;
	cursor: pointer;
	outline: 0;
	right: 0;
	color: #40595e;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 30px;
	height: 25px;
	background: 0 0
}
#boxsearch .h_search_close svg {
	fill: #40595E;
	width: 18px;
	height: 26px
}
#boxsearch .search button:hover {
	background: #fff
}
#boxsearch .search button:hover svg {
	fill: #40595E
}
.home_treatments svg path, .navbar .search:hover svg, .sec_tab svg path {
	fill: #fff
}
section {
	width: 100%;
	position: relative;
	padding: 40px 0
}
.noclick {
	pointer-events: none;
	opacity: 0.2
}
.navbar .logo svg {
	width: 250px;
	height: 84px;
	fill: #40595f;
	transition: .4s
}
.navbar .logo .cls-1 {
	fill: #40595f
}
section .row-reverse {
	flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;	
}
.container.white-text .row p,
.container.white-text .row li {
	color: #FFFFFF !important;	
}
body .uwy.userway_p1 .uai {
    top: auto !important;
    right: auto !important;
    bottom: 35px !important;
}
@media (min-width:780px) and (max-width:992px) {
.desktopnav .boxnav {
	position: absolute!important;
	top: 40px!important;
	right: 0
}
}

@media (max-width:767px) {
.home_treatments svg, .offerings .wrapper img {
	display: none
}
.offerings .wrapper {
	border-bottom: 1px solid #c09c81;
	margin-bottom: 20px;
	padding-bottom: 15px
}
.home_treatments .txtbox h3, .offerings .txtbox h3 {
	position: relative;
	padding-right: 40px;
	text-align: left!important;
	color: #222;
	display: block;
	width: 100%;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 5px
}
.home_treatments .txtbox h3::before, .offerings .txtbox h3::before {
	content: '';
	background: #c09c81;
	z-index: 20;
	position: absolute;
	right: 21px;
	top: 50%;
	transform: translate(0, -50%);
	width: 1px;
	height: 23px
}
.home_treatments .txtbox h3::after, .offerings .txtbox h3::after {
	content: '';
	background: #c09c81;
	z-index: 20;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
	width: 23px;
	height: 1px
}
.offerings .txtbox {
	display: block!important
}
.home_treatments .txtbox h3.active::before, .offerings .txtbox h3.active::before {
	content: normal
}
.offerings .txtbox ul {
	list-style: none;
	padding: 0;
	margin: 0 0 15px
}
.offerings .txtbox ul li {
	text-align: left;
	color: #222;
	font-size: 16px;
	line-height: 26px
}
.home_treatments .collapbox, .offerings .collapbox {
	padding: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height .2s ease-out;
	margin: 0
}
.home_treatments .txtbox h3 {
	color: #fff;
	margin: 0
}
.home_treatments .txtbox .collapbox p {
	padding: 10px 0 0;
	color: initial
}
.home_treatments .txtbox h3::after, .home_treatments .txtbox h3::before {
	background: #fff
}
.home_treatments .txtbox {
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	padding-top: 20px
}
.sec-banner .banner-info {
	max-width: 100%;	
}
.sec-banner .banner-info {
	max-width: 100%;	
}
.sec-banner .banner-info .d-flex {
	background: #40595E;
    padding: 30px;
    text-align: center;
}
}
h3 {
	font-family: 'Optima Regular';
	font-size: 36px;
    line-height: 48px;
	letter-spacing: -.5px;
	margin-bottom: 20px
}
.bg_F2EDE9 {
	background: #f2ede9
}
.bg_4F6765, .sec_meet .boximg {
	background: #4f6765
}
.bg_f6f2f0 {
	background: #f6f2f0
}
.bg_40595E {
	background: #40595e
}
.bg_C09C81 {
	background: #c09c81
}
.bg_D78D6D {
	background: #b78d6d
}
.color_beige {
	color: #c09c81
}
.offerings .collapbox ul, .trments_show_box ul {
	padding: 0;
	margin: 0;
	list-style: none
}
.sec_choose .div_max {
	max-width: 480px;
	margin: auto
}
.home-map .row a {
	text-decoration: none;	
	color: #fff !important;
}
.home-map .div_max {
	max-width: 502px;
	margin: auto
}
ol li {
	padding-bottom: 25px;	
}
.home-map .row .btn:hover {
	background: none !important;
	color: #fff !important;
    border: 1px solid #fff !important;
}
@media (min-width:1200px) {
.collapbox li {
	font-size: 18px;
	line-height: 32px
}
#header-desktop .logo img {
	padding-bottom: 20px
}
.table_area .icon_2col {
	display: inline-flex;
    position: relative;
    top: 12px;
}

}

@media (min-width:768px) {
.offerings .mw-1100px {
	max-width: 1100px;
	margin: auto
}
.offerings .wrapper {
	position: relative;
	overflow: hidden;
	z-index: 9;
	background: #000;
	margin: 20px 5px
}
.offerings .wrapper img {
	width: 100%;
	transition: transform .35s;
	transform: scale3d(1, 1, 1);
	vertical-align: top;
	opacity: .8
}
.offerings .wrapper:hover img {
	transform: scale3d(1.05, 1.05, 1);
	box-shadow: 0 3px 15px rgb(0 0 0 / 40%);
	opacity: .7
}
.offerings .txtbox {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 5px 20px;
}
.offerings .collapbox, .trments_show_box {
	font-size: 15px;
	line-height: 22px;
	padding: 0;
	list-style: none;
	margin: 0;
	visibility: hidden;
	opacity: 0;
	transition: visibility, opacity 1s;
	height: 0;
	width: 100%
}
.offerings .wrapper .collapbox a:hover {
	color: #fff;
	text-decoration: underline
}
.home_treatments .txtbox:hover .trments_show_box, .offerings .wrapper:hover .collapbox {
	visibility: visible;
	opacity: 1;
	height: auto
}
/*.home_treatments .txtbox:hover p {
	display: none
}*/
.collapbox li {
	font-size: 16px;
	line-height: 28px
}
.offerings .txtbox .collapsible {
	font-size: 26px;
	line-height: 32px
}
.home_treatments .txtbox {
	position: relative;
	padding: 40px 20px;
	background: #b78d6d;
	min-height: 410px
}
.sec-banner .banner-info {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
}
.sec-banner .row {
    height: 100%;
}
.sec-banner .banner-info .align-self-center {
	width: 100%;
    text-align: center;
    max-width: 1000px;
    margin: auto;
}
.sec-banner .banner-info .d-flex p {
	font-family: 'Optima Regular';
    font-size: 35px;
    line-height: 38px;
}
.row .pr-30 {
	padding-right: 30px;
}
.row .pl-30 {
	padding-left: 30px;
}

}
.sec_priority p, .sld-top.hero-banner h1, footer {
	color: #f2ede9
}
.home-map .w-100 {
	height: 100%;
	object-fit: cover;
	object-position: center center
}
.home_meet h3 {
	font-size: 22px;
	line-height: 28px;
	margin-top: 20px;
	margin-bottom: 15px
}
.splide__container {
	box-sizing: border-box;
	position: relative
}
.splide__list {
	backface-visibility: hidden;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0!important;
	padding: 0!important
}
.splide.is-initialized:not(.is-active) .splide__list {
	display: block
}
.splide__pagination {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	pointer-events: none
}
.splide__pagination li {
	display: inline-block;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	pointer-events: auto
}
.splide:not(.is-overflow) .splide__pagination, .splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
	display: none
}
.splide__progress__bar {
	width: 0
}
.splide {
	position: relative;
	visibility: hidden
}
@media (min-width:639px) {
.home_ba_slider.splide, .home_testimonial_slider.splide, .meet_slider.splide {
	visibility: visible
}
.home_ba_slider .splide__list, .meet_slider .splide__list {
	display: flex!important;
	flex-wrap: wrap
}
.meet_slider .splide__list .splide__slide {
	width: 25%;
	padding: 0 10px 70px;
	position: relative
}
.home_ba_slider .splide__list .splide__slide {
	width: 33.33%;
	padding: 0 10px;
	position: relative
}
.meet_slider .splide__list .splide__slide .btn_aps {
	position: absolute;
	bottom: 10px;
	left: 10px
}
.home_meet h3 {
	font-size: 22px;
	line-height: 28px
}
}
@media (min-width:1060px) {
.home_meet h3 {
	font-size: 18px;
	line-height: 22px
}
.home_meet p {
	font-size: 15px;
	line-height: 22px
}
}
@media (min-width:1000px) {
.home-map .row h2 {
	font-size: 34px;
}
}
@media (min-width:1200px) {
.home-map .row h2 {
	font-size: 45px;
}
}

@media (min-width:1400px) {
.home_meet h3 {
	font-size: 22px;
	line-height: 28px
}
}
.splide.is-initialized, .splide.is-rendered {
	visibility: visible
}
.splide__slide {
	backface-visibility: hidden;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	list-style-type: none!important;
	margin: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent
}
.splide__slide img {
	vertical-align: bottom
}
.splide__spinner {
	animation: 1s linear infinite splide-loading;
	border: 2px solid #999;
	border-left-color: transparent;
	border-radius: 50%;
	bottom: 0;
	contain: strict;
	display: inline-block;
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px
}
.splide__sr {
	clip: rect(0 0 0 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.splide__toggle.is-active .splide__toggle__pause {
	display: inline
}
.splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0
}
@keyframes splide-loading {
0% {
transform:rotate(0)
}
to {
transform:rotate(1turn)
}
}
.splide__track--draggable {
	-webkit-touch-callout: none;
	-ms-user-select: none;
	user-select: none
}
.splide__track--fade>.splide__list>.splide__slide {
	margin: 0!important;
	opacity: 0;
	z-index: 0
}
.splide__track--fade>.splide__list>.splide__slide.is-active {
	opacity: 1;
	z-index: 1
}
.splide--rtl {
	direction: rtl
}
.splide__track--ttb>.splide__list {
	display: block
}
.splide__arrow {
	-ms-flex-align: center;
	align-items: center;
	background: #ccc;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	height: 2em;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2em;
	z-index: 1
}
.splide__arrow svg {
	fill: #000;
	height: 1.2em;
	width: 1.2em
}
.splide__arrow:hover:not(:disabled) {
	opacity: .9
}
.splide__arrow:disabled {
	opacity: .3
}
.splide__arrow:focus-visible {
outline:#0bf solid 3px;
outline-offset:3px
}
.splide__arrow--prev {
	left: 1em
}
.splide__arrow--prev svg {
	transform: scaleX(-1)
}
.splide__arrow--next {
	right: 1em
}
.splide.is-focus-in .splide__arrow:focus {
	outline: #0bf solid 3px;
	outline-offset: 3px
}
.splide__pagination {
	bottom: .5em;
	left: 0;
	padding: 0 1em;
	position: absolute;
	right: 0;
	z-index: 1
}
.splide__pagination__page {
	background: #dbbfab;
	border: 0;
	border-radius: 50%;
	display: inline-block;
	height: 10px;
	margin: 5px;
	opacity: .7;
	padding: 0;
	position: relative;
	transition: transform .2s linear;
	width: 10px
}
.splide__pagination__page.is-active {
	background: #c09c81;
	transform: scale(1.4);
	z-index: 1
}
.splide__pagination__page:hover {
	cursor: pointer;
	opacity: .9
}
.splide__pagination__page:focus-visible {
outline:#0bf solid 3px;
outline-offset:3px
}
.splide.is-focus-in .splide__pagination__page:focus {
	outline: #0bf solid 3px;
	outline-offset: 3px
}
.splide__progress__bar {
	background: #ccc;
	height: 3px
}
.splide__slide:focus {
	outline: 0
}
section.offerings {
	padding: 40px 0
}

@media screen and (-ms-high-contrast:none) {
.splide__slide:focus-visible {
border:3px solid #0bf
}
.splide.is-focus-in .splide__slide:focus {
	border: 3px solid #0bf
}
.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
	border-color: #0bf
}
}
.splide__toggle {
	cursor: pointer
}
.splide__toggle:focus-visible {
outline:#0bf solid 3px;
outline-offset:3px
}
.splide.is-focus-in .splide__toggle:focus {
	outline: #0bf solid 3px;
	outline-offset: 3px
}
.splide__track--nav>.splide__list>.splide__slide {
	border: 3px solid transparent;
	cursor: pointer
}
.splide__track--nav>.splide__list>.splide__slide.is-active {
	border: 3px solid #000
}
.splide__arrows--rtl .splide__arrow--prev {
	left: auto;
	right: 1em
}
.splide__arrows--rtl .splide__arrow--prev svg {
	transform: scaleX(1)
}
.splide__arrows--rtl .splide__arrow--next {
	left: 1em;
	right: auto
}
.splide__arrows--rtl .splide__arrow--next svg {
	transform: scaleX(-1)
}
.splide__arrows--ttb .splide__arrow {
	left: 50%;
	transform: translate(-50%)
}
.splide__arrows--ttb .splide__arrow--prev {
	top: 1em
}
.splide__arrows--ttb .splide__arrow--prev svg {
	transform: rotate(-90deg)
}
.splide__arrows--ttb .splide__arrow--next {
	bottom: 1em;
	top: auto
}
.splide__arrows--ttb .splide__arrow--next svg {
	transform: rotate(90deg)
}
.splide__pagination--ttb {
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	left: auto;
	padding: 1em 0;
	right: .5em;
	top: 0
}
.home_ba_slider .splide__list .splide__slide p {
	font-size: 14px
}
.home_ba_slider .splide__list .splide__slide .sub_title, .about_sec_dr .sub_title {
	margin: 15px 0 10px;
	font-size: 18px;
	font-family: 'Optima Regular'
}
.home_testimonial .review,
.page_testimonial .review {
	font-size: 28px;
	line-height: 32px;
	font-family: 'Optima Regular';
	color: #c09c81;
	margin-bottom: 50px
}
.home_testimonial .splide__pagination,
.page_testimonial .splide__pagination {
	bottom: 0;
	position: relative;
	margin-top: 25px
}
.home_testimonial .splide__pagination__page, .home_testimonial .splide__pagination__page.is-active {
	background: #d8d8d8
}
.home_treatments svg, .home_treatments2 svg, .sec_tab svg {
	width: 70px;
	height: 70px;
	fill: #fff;
	margin-bottom: 25px
}
.sec_tab .img_svg {
	width: 70px;
	height: 70px;
	margin-bottom: 25px
}
.home_treatments2 svg, .home_treatments2 svg path {
	fill: #C09C81
}
.home_treatments2 h3, .sec_tab h3 {
	font-size: 24px;
	line-height: 32px
}

@media (max-width:639px) {
.home_ba_slider .splide__pagination, .home_meet .splide__pagination {
	bottom: 0;
	position: relative;
	margin-top: 25px
}
.home_treatments2 svg {
	margin-top: 25px;
	margin-bottom: 5px
}
}

@media (min-width:768px) {
.sec_tab .txtbox {
	position: relative;
	padding: 40px 20px;
	background: #b78d6d
}
.offerings .collapbox p {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 5px
}
.home_treatments .collapsible, .home_treatments2 h3 {
	font-size: 28px;
	line-height: 36px
}
.img-obj {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center
}
.form_box .lbox, .form_box .rbox {
	width: 50%;
	float: left
}
.form_box .lbox {
	padding-right: 6px
}
.form_box .rbox {
	padding-left: 6px
}
.form_box .phone_box {
	max-width: 500px
}
}

@media (min-width:992px) {
.offerings .txtbox .collapsible {
	font-size: 34px;
	line-height: 36px
}
.offerings .collapbox {
	font-size: 18px;
	line-height: 26px
}
h2,
.h2_title {
	font-size: 36px;
	line-height: 48px
}
section {
	padding: 60px 0
}
.home_ba_slider .splide__list .splide__slide p {
	font-size: 16px
}
.home_ba_slider .splide__list .splide__slide .sub_title, .about_sec_dr .sub_title {
	font-size: 22px
}
.home_testimonial .review,
.page_testimonial .review {
	font-size: 36px;
	line-height: 40px
}
.home_treatments2 .txtbox {
	padding: 20px
}
.home_treatments .collapsible, .home_treatments2 h3 {
	font-size: 28px;
	line-height: 32px
}
footer .newsletter {
	max-width: 315px;
	margin-bottom: 60px
}
}

@media (min-width:1200px) {
.navbar .logo svg {
	margin-bottom: 20px
}
.offerings .txtbox .collapsible {
	font-size: 44px;
	line-height: 42px
}
h2,
.h2_title {
	font-size: 48px;
	line-height: 54px
}
section {
	padding: 80px 0
}
.home_treatments .collapsible, .home_treatments2 h3 {
	font-size: 30px;
	line-height: 38px
}
.sec_choose h2 {
	font-size: 45px;
}
}
.form_box .form-select, .form_box input, .form_box textarea {
	border: 1px solid #c09c81;
	border-radius: 0;
	background: 0 0;
	color: #c09c81
}
.form_box .form-select {
	background-image: url("data:image/svg+xml,%3Csvg style='fill:%23C09C81' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");
	background-position: 98% 50%;
	background-repeat: no-repeat;
	background-size: 11px
}
.form_box input::placeholder, .form_box textarea::placeholder {
color:#c09c81
}
:-moz-placeholder, :-ms-input-placeholder, ::-moz-placeholder, ::-ms-input-placeholder, ::-webkit-input-placeholder, ::placeholder {
color:#c09c81
}
footer .fnavbox a {
	display: block;
	line-height: 30px
}
footer .fnavbox a:hover {
	color: #f2ede9;
	text-decoration: underline
}
footer p {
	line-height: 30px;
	font-family: 'Gotham Regular';
}
.social {
	margin: 20px 0 25px
}
.social a {
	display: inline-block;
	margin-right: 10px
}
.social a svg {
	width: 30px;
	height: 25px;
	fill: #F2EDE9
}
footer .f_title {
	font-family: 'Optima Regular';
	font-size: 24px;
	line-height: 30px
}
.sec-sld-top .sub_title, .about_sec_dr .sub_title {
	margin-bottom: 5px;
	text-transform: uppercase;
}
footer .newsletter .form-control {
	background: 0 0;
	border-radius: 0;
	border: 1px solid #fff;
	color: #fff;
	border-right: 0;
	height: 38px;
	width: calc(100% - 60px)
}
footer .newsletter .btn-primary {
	background: 0 0;
	border-radius: 0;
	border: 1px solid #fff;
	padding: 3px 15px;
	color: #fff;
	font-size: 20px;
	height: 38px;
	border-left: 0;
	width: 60px
}
footer .newsletter .form-control::placeholder {
color:#fff
}
.sec_choose .flex-lg-wrap {
	margin-bottom: 25px
}
.sec_choose .svgbox svg {
	width: 80px;
	height: 80px;
	fill: #fff
}
.row .h3_sm, .sec_choose .txtbox h3 {
	font-size: 24px;
	line-height: 30px
}
.sec_meet .boximg img {
	width: 100%;
	transition: opacity .4s linear;
	transform: scale3d(1, 1, 1);
	vertical-align: top
}
.sec_meet .boximg p {
	visibility: hidden;
	opacity: 0;
	transition: visibility, opacity 1s;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 15px;
	margin: 0
}
.sec_meet .boximg:hover p {
	visibility: visible;
	opacity: 1
}
.sec_meet .boximg:hover img {
	opacity: .4;
	transform: scale3d(1.05, 1.05, 1);
	-webkit-box-shadow: 0 3px 15px rgba(0,0,0,.4)
}
.mapbox iframe {
	width: 100%;
	height: 400px
}
.sec_work .sub_title {
	font-size: 20px;
	color: #40595e;
	font-family: 'Gotham Medium';
	margin: 0
}
.sec_work .sub_title span {
	margin-left: 5px
}
.sec_work .sub_title svg,
.sec_work .sub_title .img_svg {
	width: 35px;
	height: 35px;
	margin: 0 15px;
	position: relative;
	top: -2px
}
.about_sec_dr .text-element .w50 {
    padding-top: 30px;
    padding-bottom: 40px;
}
.about_sec_dr {
	margin-top: 175px !important;	
}
	.sec_memb .px_15px {
    padding-bottom: 30px;
}
.row_memb .box {
    border: 1px solid #C09C81;
    height: 100%;
		padding: 30px;
		border-radius: 5px;
    background-color: #fbfaf3;
}
.row_memb .box h3 {
	color: #40595e;
}
.row_memb .box .sub_title {
	font-size: 20px;
	font-weight: 600;
}
.row_memb .box .sub_title i {
	font-weight: 400;
}
.row_memb .box_brd {
	border-bottom: 1px solid #aeaeae;
	margin-bottom: 20px;
}

@media (min-width:780px) {
#header-mobile, .desktopnav .wt-menu>li .sub-menu, .desktopnav .wt-menu>li .sub-menu>li .sub-menu, .mob_search, .navbar .book {
	display: none
}
.desktopnav {
	width: calc(100% - 300px)
}
.desktopnav .wt-menu {
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	list-style: none
}
.desktopnav .wt-menu li, .desktopnav .wt-menu>li {
	position: relative
}
.desktopnav .wt-menu li a {
	font-size: 13px;
	line-height: 18px;
	display: inline-block;
	padding: 0;
	margin: 0;
	font-family: 'Gotham Medium';
	color: #40595e;
	text-transform: uppercase
}
.desktopnav .wt-menu .boxnav {
	top: -4px
}
.desktopnav .wt-menu li>a::after {
	content: '';
	height: 2px;
	background-color: transparent;
	width: 60%;
	bottom: 2px;
	left: 20%;
	position: absolute;
	display: block;
	transition: .5s
}
.desktopnav .wt-menu>li:hover a {
	color: #c09c81
}
.desktopnav .wt-menu>li:hover a::after {
	background-color: #c09c81;
	bottom: 0
}
.desktopnav .wt-menu>li.boxnav a {
	padding: 8px;
	margin: inherit;
	font-family: 'Gotham Medium';
	text-transform: uppercase;
	border-radius: 0
}
.desktopnav .wt-menu>li.boxnav:hover a {
	color: inherit
}
.desktopnav .wt-menu>li.boxnav a:hover {
	color: #fff
}
.desktopnav .wt-menu li .sub-menu li a::after, .desktopnav .wt-menu>li.boxnav a::after, .desktopnav .wt-menu>li.boxnav:hover a::after {
	content: normal
}
.navbar .boxinfo {
	position: absolute;
	top: 0;
	right: 0
}
.navbar .search {
	background: 0 0!important;
	border: none;
	padding: 0;
	margin-left: 15px;
	width: 35px;
	height: 36px
}
.navbar .search:hover {
	border-radius: 0
}
.navbar .boxinfo svg, .navbar .mob_search svg {
	width: 20px;
	height: 20px;
	fill: #40595E
}
.navbar .search svg {
	width: 23px;
	height: 23px
}
.sticky #header-desktop {
	background: rgb(255 255 255 / 95%);
	padding: 5px 0
}
.sticky #header-desktop .logo svg {
	width: 200px
}
.sticky #header-desktop .navbar .logo svg {
	margin-bottom: 7px
}
.sticky #header-desktop .navbar .boxinfo {
	top: 10px
}
#header-desktop {
	transition: .4s;
	padding: 35px 0 5px
}
.desktopnav .wt-menu>li .sub-menu>li .sub-menu {
	top: 0;
	left: 100%
}
.desktopnav .wt-menu li .sub-menu li a {
	padding: 10px;
	display: block;
	width: 100%;
	color: #40595e;
	border-bottom: 1px solid #d1d1d1
}
.desktopnav .wt-menu>li:hover .sub-menu {
	display: block;
	position: absolute;
	top: 100%;
	left: -10px;
	background: #fff;
	z-index: 10;
	padding: 0;
	width: 200px;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	text-align: left;
	list-style: none
}
.desktopnav .wt-menu>li .sub-menu li:hover .sub-menu {
	display: block
}
.desktopnav .wt-menu li .sub-menu li a:hover {
	background: #f2f2f2;
	text-decoration: none
}
}

@media (min-width:780px) and (max-width:1199px) {
.logo img {
	width: 200px
}
.navbar .logo svg {
	width: 200px;
	height: auto
}
.desktopnav {
	width: 100%;
	margin-top: 15px
}
.desktopnav .wt-menu li a {
	font-size: 14px
}
.sec-sld-top .sub_title, .sec-sld-top h1, .sec-sld-top p,
.about_sec_dr h1 {
	margin-bottom: 15px!important
}
.sec-sld-top .sub_title, .about_sec_dr .sub_title {
	margin-bottom: 5px!important
}
}

@media (max-width:1200px) {
.sec_work .sub_title {
	font-size: 16px
}
.sec_choose .div_max {
	max-width: 360px
}
.home-map .div_max {
	max-width: 375px
}
.sec-sld-top .sub_title,
.about_sec_dr .sub_title {
	margin-bottom: 15px
}
.btn_2row .btn {
	padding: 7px 5px;
    margin: 5px 0 !important;
    min-width: 250px;
}

}

@media (max-width:1000px) {
.sec_work .sub_title span {
	display: block;
	margin: 15px 0 0;
	font-family: 'Gotham Regular'
}
.sec_work .sub_title svg,
.sec_work .sub_title .img_svg {
	margin: 0 15px 0 0;
	top: 0
}
.about_sec_dr {
	margin-top: 180px !important;	
}
.about_sec_dr .image-element {
	padding: 0;	
}
.about_sec_dr .text-element {
	padding-bottom: 40px;	
}
}

@media (max-width:780px) {
#header-mobile, .mob_search, .navbar .phone svg {
	display: block;
	z-index: 9999
}
#close-menu, #open-menu {
	padding: 0;
	z-index: 12;
	cursor: pointer;
	width: 60px;
	height: 60px;
	background: 0 0;
	position: relative;
	border: none
}
#close-menu, .navbar .boxinfo .address, .sidenav .wt-menu>li.boxnav {
	display: none
}
#close-menu:focus, #open-menu:focus {
	outline: 0
}
.burger {
	position: absolute;
	top: 50%;
	left: 16px;
	height: 32px;
	width: 32px;
	margin: -16px -16px 0 0
}
.burger span, .burger:after, .burger:before {
	position: absolute;
	left: 0;
	content: "";
	height: 2px;
	width: 100%;
	display: block;
	background: #40595e
}
.burger span {
	top: 15px
}
.burger:before {
	top: 8px
}
.burger:after {
	bottom: 8px
}
#close-menu:after, #close-menu:before {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	height: 32px;
	width: 2px;
	background: #40595e;
	margin-top: -16px;
	margin-left: -1px
}
#close-menu:before {
	transform: rotate(45deg)
}
#close-menu:after {
	transform: rotate(-45deg)
}
.sidenav {
	height: 100%;
	width: 1px;
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: .5s;
	padding: 130px 0 0;
	opacity: 0
}
.sidenav .menu-content {
	height: 100%;
	overflow-x: hidden
}
.sidenav .wt-menu {
	padding: 0 20px
}
.sidenav .wt-menu li {
	border-top: 1px solid #40595f;
	display: block;
	overflow: hidden;
	clear: both
}
.sidenav a {
	padding: 24px 0;
	text-decoration: none;
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
	display: block;
	user-select: none
}
.sidenav.closed li {
	opacity: 0;
	transition: .1s
}
.sidenav.opened {
	width: 100%;
	opacity: 1
}
.sidenav.closed {
	width: 0
}
.sidenav.opened li {
	opacity: 1;
	transition: 1s
}
.sidenav .sub-menu {
	display: none;
	padding: 0;
	background: #40595f
}
.sidenav .has-children>.arrow.active::after, .sidenav .has-children>.arrow::after, .sidenav .has-children>.arrow::before, .sidenav .sub-menu.opened-sub-menu, .sidenav .unlock-sub .sub-menu.opened-sub-menu {
	display: block
}
.sidenav .sub-menu.opened-sub-menu .sub-menu.opened-sub-menu {
	background: #f5f5f5
}
.sidenav .sub-menu.opened-sub-menu .sub-menu.opened-sub-menu .sub-menu.opened-sub-menu {
	background: #d9e4ff
}
.sidenav ul li ul li a {
	padding-left: 20px
}
.sidenav .has-children .sub-menu .has-children .sub-menu .has-children .sub-menu li a, .sidenav ul li ul li ul li a {
	padding-left: 40px
}
.sidenav .sub-menu.opened-sub-menu li:first-child {
	border-top: 1px solid #40595f
}
.sidenav .sub-menu.opened-sub-menu li:last-child, .sidenav .wt-menu>li:last-child {
	border-bottom: none
}
.sidenav>li.menu-item a.active, .sidenav>li.menu-item>.sub-menu .menu-item>a.active {
	color: #28a8e0
}
.sidenav .sub-menu li .sub-menu {
	display: block;
	background: #5b6d71
}
.sidenav li {
	padding: 0;
	position: relative
}
.sidenav .has-children .sub-menu li {
	border-bottom: 1px solid #fff
}
.sidenav .has-children .sub-menu li a {
	padding-left: 30px;
	color: #fff;
	font-size: 18px;
	text-transform: none
}
.sidenav .has-children .sub-menu .has-children .sub-menu li a {
    padding-left: 50px;
}
.sidenav .has-children .arrow {
	width: 100%;
	height: 75px;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin: 0;
	cursor: pointer
}
.sidenav .has-children .arrow_link {
	width: 46px;
	border-left: 1px solid #40595f;
	height: 40px;
    top: 17px;
}
.sidenav .has-children .arrow::before {
	content: '';
	background: #40595f;
	z-index: 20;
	position: absolute;
	right: 21px;
	top: 50%;
	transform: translate(0, -50%);
	width: 1px;
	height: 23px
}
.sidenav .has-children .arrow::after {
	content: '';
	background: #40595f;
	z-index: 20;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
	width: 23px;
	height: 1px
}
.sidenav .has-children .arrow.active::before {
	content: normal
}
.sidenav .wt-menu>li:last-child span {
	display: block;
	color: #40595e;
	padding: 12px 0 0;
	font-size: 16px
}
.boxinfo {
	width: 100%;
	text-align: center;
	margin-top: 15px
}
.boxinfo a {
	font-size: 15px;
	background: 0 0;
	color: #40595e;
	border: 1px solid #40595e;
	margin: 0 10px;
	padding: 1px 15px;
	display: inline-block
}
.mob_search {
	width: 60px;
	text-align: center
}
.mob_search .search {
	width: 38px;
	background: 0 0;
	border: none
}
.mob_search .search svg {
	width: 25px;
	height: 25px;
	fill: #40595E
}
#header-desktop .logo img, .navbar .logo svg {
	width: 200px;
	height: 67px;
	z-index: 9999;
	position: relative
}
.navbar .search:hover {
	background: 0 0
}
.navbar .search:hover svg {
	fill: #40595E
}
.navbar .boxinfo a {
	padding: 5px 10px;
	text-transform: uppercase;
	margin: 0;
	font-size: 15px
}
.navbar .boxinfo .phone {
	margin-right: 5px
}
.navbar .boxinfo .book {
	margin-left: 5px;
	background: #40595e;
	color: #fff;
}
#boxsearch .own-container {
	padding: 70px 0
}
.home-map .pe-0 {
	padding: 0 !important
}
}

@media (max-width:576px) {
.last-border {
	border-bottom: 1px solid #707b7d;
	padding-bottom: 20px;
	margin-bottom: 25px
}
.sec_work .sub_title {
	margin: 20px 0 30px
}
#boxsearch .search input {
	font-size: 16px;
	padding: 5px 10px;
	height: 50px
}
#boxsearch .search button {
	height: 50px;
	width: 65px
}
#boxsearch .search button svg {
	height: 23px;
	width: 23px
}
}

@media (max-width:768px) {
.fnavcol {
	padding-top: 125px
}
.home-map .div_max {
	max-width: 310px
}
.sec_choose .svgbox svg {
	fill: #C09C81;
	margin-bottom: 15px
}
.newsletterbox {
	position: absolute;
	top: 0
}
.sec_tab .tab-content .tablist li span {
	display: none
}
.sec_tab .tab-content .tab-pane .col-md-6 {
	padding-bottom: 25px
}
.sec_tab .tab-content .tab-pane .txtbox {
	border-bottom: none;
	margin-bottom: 0;
	position: relative;
	padding: 40px 20px;
	background: #b78d6d;
	text-align: center
}
.sec_tab .tab-content .tab-pane .txtbox svg {
	display: block;
	margin: 0 auto 25px
}
.sec_tab .tab-content .tablist li a {
	font-size: 16px!important
}
.desktopnav {
	display: none !important;	
}g
#header-desktop {
	height: 180px;
}
}
@media (max-w©) {
.row_memb .box h3 {
    font-size: 26px;
}
}
@media (max-width:360px) {
.navbar .boxinfo a {
	margin: 0;
	padding: 1px;
	font-size: 15px
}
#header-desktop .logo img {
	width: 148px
}
.navbar .logo svg {
	width: 148px;
	height: auto
}
.sec_tab .tab-content .tablist li a {
	font-size: 15px!important
}
}
.sld-top {
	margin-top: 110px;
	padding: 0
}
.sec-sld-top h1, .sld-top.hero-banner h1,
.about_sec_dr h1 {
	font-size: 32px;
	line-height: 36px
}
.accordionbox .accordion-button {
	position: relative;
	padding-right: 40px;
	text-align: left!important;
	color: #40595e;
	display: block;
	width: 100%;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 30px
}
.accordionbox .accordion-button.collapsed::before {
	content: '';
	background: #40595e;
	z-index: 20;
	position: absolute;
	right: 21px;
	top: 50%;
	transform: translate(0, -50%);
	width: 1px;
	height: 23px
}
.accordionbox .accordion-button::after {
	content: '';
	background: #40595e;
	z-index: 20;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
	width: 23px;
	height: 1px
}
.accordionbox .accordion-item {
	border-bottom: 1px solid #c09c81;
	padding-top: 30px
}
.sec_tab .tab-content .tablist,
.sec_ba_page .tablist {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
	border-bottom: 1px solid #fff
}
.sec_tab .tab-content .tablist li {
	width: 50%
}
.sec_tab .tab-content .tablist li a,
.sec_ba_page .tablist li a {
	text-align: center;
	display: block;
	padding-bottom: 15px;
	font-size: 20px;
	color: #fff;
	font-family: 'Gotham Medium'
}
.sec_tab .tab-content .tablist li .active, .sec_tab .tab-content .tablist li a:hover {
	border-bottom: 2px solid #fff
}
.home-map .btn_ml, .home-map .btn_mr {
	min-width: 260px
}
.sec_meet .meet_box .boximg a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sec_ba_page .px_15px {
	padding-bottom: 30px;
}
.sec_ba_page .box img {
	padding: 30px;
}
.sec_ba_page .box p {
	padding-left: 30px;
	padding-right: 30px;
}
.sec_ba_page .box {
	border: 1px solid #C09C81;
	height: 100%;
}
.sec_ba_page .sec_ba_nav {
	margin: 70px 0 10px;
}
.sec_ba_page .sub_title {
	border-top: 1px solid #979797;
    padding-top: 25px;
    margin: 0 0 20px 0;
    font-size: 22px;
    font-family: 'Optima Regular';
}
.sec_ba_page .tablist {
    border-bottom: 1px solid #40595E;
    justify-content: center;
}
.sec_ba_page .tablist li a {
	color: #C09C81;
	padding: 0 10px 20px;
	margin: 0 10px 15px;
	border-bottom: 2px solid transparent;
	text-transform: uppercase;
}
.sec_ba_page .tablist li .active{
	color: #40595E;
}
.sec_ba_page .tablist li a:hover {
    border-bottom: 2px solid #40595E;
	color: #40595E;
}
.sec_ba_page .ba_cont_hide .ba_hide {
	display: none;	
}
.selectmenu {
    width: 100%;
    list-style-type: none;
    display: none;
    flex-direction: column;
    color: #C09C81;
    font-weight: bold;
    font-size: 1.1em;
    position: relative;
    border: 1px solid #C09C81;
    padding: 0;
    text-align: left;
	margin: 50px 0 30px;
}
.selectmenu a {
    padding: 20px 20px;
	color: #C09C81 !important;
}
.selectmenu a:not(:first-child) {
    position: relative;
}
.selectmenu a:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 5px;
    width: 97%;
    height: 1px;
    background-color: #C09C81;
}
.selectmenu::after {
    content: "";
    position: absolute;
    right: 25px;
    top: 22px;
    width: 0.6em;
    height: 0.6em;
    border-left: 0.2rem solid #C09C81;
    border-bottom: 0.2rem solid #C09C81;
    transform: rotate(315deg);
    transition: transform .3s;
}
.selectmenu.open::after {
  transform: rotate(135deg);
}
.selectmenu .arrow-up::after {
    transform: rotate(135deg);
    top: 28px;
}
.selectmenu:not(.open) a:not(:first-of-type) {
  display: none;
}
.sec_testimonials .row_title {
	padding-bottom: 40px;	
}
.sec_testimonials .box {
	padding: 85px 40px 35px;
	background: #F8F6F4;	
}
.sec_testimonials .px_15px {
	padding-top: 35px;
	padding-bottom: 35px;
}
.sec_testimonials .px_15px .box {
	position: relative;
	height: 100%;
}
.sec_testimonials .px_15px .box::before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg style='fill:%23ddc9bb' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M0 216C0 149.7 53.7 96 120 96h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V320 288 216zm256 0c0-66.3 53.7-120 120-120h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H320c-35.3 0-64-28.7-64-64V320 288 216z'/%3E%3C/svg%3E");
	width: 89px;
	height: 85px;
	display: block;
	position: absolute;
	top: -40px;
	left: 20px;
	background-size: cover;
}
.sec_testimonials .box .review {
	font-family: 'Optima Regular';
	font-size: 18px;
	line-height: 24px;
	color: #222222;	
	padding-bottom: 20px;
}
.sec_testimonials .box .review {
	font-family: 'Optima Regular';
	font-size: 20px;
	line-height: 26px;
	color: #222222;	
}
.sec_testimonials .box .author {
	text-transform: uppercase;
}
.sec_testim_hide .ba_hide {
	display: none;
}
.page_testimonial {
	margin-top: 110px;
}
.page_testimonial .testim_title {
	font-size: 20px;
	color: #40595E;
	font-weight: bold;
}
.page_testimonial .review {
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}
.home_meet .text-element .btn {
	min-width: 246px;
}
.meet_box .boxtxt h3 {
	margin: 15px 0 10px;
}
.page-id-267 .w-650 .box_mx_w50,
.page-id-417 .w-650 .box_mx_w50 {
    max-width: 413px;
}
.search-page {
	margin: 0!important;
	padding: 0 !important;
	list-style: none !important;
}
.search-page li {
	font-size: 24px;
    padding: 15px 0;
    border-bottom: 1px solid;
    margin-bottom: 15px;
}
@media (max-width:1200px) {
.sec_ba_page .sec_ba_nav {
    margin: 30px 0 10px;
}
.sec_ba_page .tablist li a {
    padding: 0 10px 20px;
    font-size: 18px;
}
.sec_testimonials .box .review {
    font-size: 17px;
    line-height: 22px;
    padding-bottom: 10px;
}
.sec_testimonials .box {
    padding: 85px 25px 35px;
    background: #F8F6F4;
}
}
@media (max-width:1000px) {
.sec_ba_page .tablist li a {
    padding: 0 5px 20px;
    font-size: 15px;
}
.sec_ba_page .box img {
    padding: 15px;
}
.sec_ba_page .box p {
    padding-left: 15px;
    padding-right: 15px;
}
.sec_ba_page .sub_title {
    font-size: 18px;
}
.page_testimonial .home_testimonial_slider  img {
	height: 40px;
}
.table_area .icon_2col br {
	display: none;
}

}

@media (max-width:767px) {
.sld-top {
	height: auto;
	margin-top: 170px;
	background: 0 0!important
}
footer .position-relative {
	padding: 0 25px
}
footer .f_title {
	font-size: 18px
}
.sld-top.hero-banner .image-element {
	height: 300px;
	background: url(assets/img/home-header-top-mob-new.webp) center/cover no-repeat
}
.sec-sld-top .text-element, .sld-top.hero-banner .tetx-element {
	background: #40595e;
	padding: 30px
}
.sld-top.hero-banner .btn_white {
	margin: 0 auto 15px;
	background: #c09c81;
	color: #fff;
	font-size: 15px
}
.sld-top.hero-banner h1,
.about_sec_dr h1 {
	color: #c09c81
}
.sld-top.hero-banner p {
	color: #fff
}
section .row>* {
	padding-right: 30px;
	padding-left: 30px
}
section .row .px_15px {
	padding-right: 15px;
	padding-left: 15px
}
.home_ba_slider .splide__list .splide__slide .sub_title {
	margin-top: 15px;
    font-size: 22px;
}
.home_meet h3 {
	margin-top: 30px
}
.sld-top.hero-banner .btn_mt {
	margin: 0 auto 25px
}
.selectmenu {
	display: flex;
}
.sec_ba_page .rownav {
	display: none;
}
.sec_ba_page .tab-content .btn {
	margin: auto;
	padding: 7px 18px;
}
.sec-gallery-banner .banner-info h1 {
	color: #c09c81 !important;
}
.offerings-mob-white  .txtbox .collapsible,
.offerings-mob-white  .txtbox .collapbox p,
.offerings-mob-white  .txtbox .collapbox a {
		color: #F2EDE9;
	}
.offerings-mob-white .txtbox h3::after {
    background: #F2EDE9;
}	
.offerings-mob-white .txtbox h3::after,
.offerings-mob-white .txtbox h3::before{
    background: #F2EDE9;
}
.offerings-mob-white .wrapper {
    border-bottom: 1px solid #F2EDE9;
}
.sec_testimonials .row_title {
    padding-bottom: 10px;
}
.sec_testimonials .px_15px {
    padding-top: 25px;
    padding-bottom: 25px;
}
.sec_testimonials .box {
    padding: 70px 25px 25px;
}
.sec_testimonials .px_15px .box::before {
    left: 28px;
}
.home_testimonial {
	padding-top: 80px;
}
}

@media (min-width:768px) {
.mapbox iframe {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}
.sld-top {
	height: 450px;
	margin-top: 160px
}
.sec-sld-top .img-obj {
	height: 450px
}
.sld-top-about-sec,
.sec-sld-top .img-obj {
	height: 450px
}


}

@media (max-width:767px) {
.home_treatments .collapbox li, .offerings .collapbox p {
	text-align: left;
	color: #000
}
.collapbox ul {
	margin-bottom: 25px!important
}
.collapbox ul li {
	margin-bottom: 10px
}
}

@media (min-width:768px) {
.sld-top.hero-banner {
	background: url(assets/img/home-header-top-new.jpg?h=38868817381a620c103dcf912bd82009) left/cover no-repeat
}
.sec-sld-top h1, .sld-top.hero-banner h1, .about_sec_dr h1 {
	font-size: 44px;
	line-height: 48px
}
.sec-sld-top h1, .about_sec_dr h1 {
	margin-bottom: 30px
}
}
.no_top_ban {
	margin-top: 40px
}

@media (min-width:992px) {
.sec_choose .svgbox {
	width: 100px
}
.sec_choose .txtbox {
	width: calc(100% - 100px)
}
.no_top_ban, .sld-top {
	margin-top: 175px
}
.w50 {
	max-width: 460px;
	width: 100%
}
.w-650 {
	width: 455px;
}

}

@media (min-width:1200px) {
footer .newsletter {
	max-width: 385px;
	margin-bottom: 60px
}
.sld-top {
	margin-top: 150px
}
.sec-sld-top .img-obj, .sld-top {
	height: 600px
}
.sec-sld-top h1, .sld-top.hero-banner h1, .about_sec_dr h1 {
	font-size: 54px;
	line-height: 60px
}
.no_top_ban {
	margin-top: 140px
}
.w50 {
	max-width: 550px;
	width: 100%
}
.justify-content-lg-end .w50 {
	padding-right: 50px;
	padding-left: 70px
}
.w-650 {
	width: 545px
}
.w-650 .box_mx_w50 {
	max-width: 430px;
    width: 100%;
}
.page-id-449 .sec-sld-top h1 {
	font-size: 52px;
}
}

@media (min-width:1400px) {
.w-650 {
	width: 635px
}
.w-650 .box_mx_w50 {
	max-width: 480px;
    width: 100%;
}
.sld-top-about-sec .w-650 .box_mx_w50 {
    padding: 25px 0;
}
.sec-sld-top-about .w-650 .box_mx_w50 {
	width: 465px
}
.home_treatments2 h3 {
	font-size: 25px;
	line-height: 30px;
	letter-spacing: -1px
}
.w50 {
	max-width: 650px
}
.justify-content-lg-end .w50 {
	padding-right: 100px
}
.about_sec_dr .text-element .w50 {
	max-width: 530px;
}
}

@media (min-width:768px) {
.sec_work .box_brd .p-md-5 {
	border: 1px solid #c09c81
}
.sec_work .box_brd .br-none {
	border-right: none
}
.sec_work .box_brd .col-12 {
	border-top: none
}
}

@media (min-width:300px) {
.home-map .btn_mr {
	margin-bottom: 25px
}
}

@media (min-width:1200px) {
.home-map .btn_mr {
	margin-right: 10px;
	margin-bottom: 0
}
.home-map .btn_ml {
	margin-left: 10px
}
}

@media (max-width:440px) {
.home-map {
	padding: 0
}
.home_ba .btn {
	padding: 7px 5px;
	display: block
}
.home_ba_slider .splide__list .splide__slide p {
	text-align: left;
	margin: 0
}
.home_treatments2 h3 {
	font-size: 20px;
	line-height: 26px;
	margin: 15px 0 10px
}
.home-map .div_max {
	max-width: 300px
}
.home-map h2,
.home-map .h2_title {
	letter-spacing: -1px
}
.about_sec_dr .text-element .w50 {
    padding-top: 30px;
    padding-bottom: 0;
}
.sec-sld-top img {
	object-fit: cover;
    object-position: center center;
    height: 293px;
}
}

@media (max-width:360px) {
.home-map h2,
.home-map .h2_title {
	letter-spacing: -1.7px
}
}

@media (max-width:340px) {
footer .position-relative, section .row>* {
	padding-right: 15px;
	padding-left: 15px
}
.navbar .boxinfo a {
	padding: 5px 1px;
	font-size: 14px
}
}
