/*== Font css ==*/
	@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; font-stretch: 100%; src: url(../fonts/opensans-300.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
	@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; font-stretch: 100%; font-display: swap; src: url(../fonts/opensans-400.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
	@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 500; font-stretch: 100%; font-display: swap; src: url(../fonts/opensans-500.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
	@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; font-stretch: 100%; font-display: swap; src: url(../fonts/opensans-600.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
	@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; font-stretch: 100%; font-display: swap; src: url(../fonts/opensans-700.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
	@font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 400; font-display: swap; src: url(../fonts/playfairdisplay-400.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
	@font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 500; font-display: swap; src: url(../fonts/playfairdisplay-500.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
	@font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 600; font-display: swap; src: url(../fonts/playfairdisplay-600.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/*== Font css End ==*/

/*== Basic css ==*/
	*, *::before, *::after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	body { font-family: 'Open Sans', sans-serif; font-size: 15px; font-weight: 400; line-height: 1.5; color: #43494d; }
	a { color: inherit; text-decoration: underline; }
	a:hover, a:focus { color: inherit; text-decoration: none; }
	p { margin-bottom: 1rem; }
	img { max-width: 100%; height: auto; }
	b { font-weight: 600; }
	strong { font-weight: 700; }
	.transition { -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; transition-duration: 0.5s; }
	a.phonelink { display: inline-block; }
	a.phonelink, a.phonelink:hover, a.phonelink:focus { cursor: default; text-decoration: none !important; color: inherit !important; }
	hr { opacity: 0.1; }
	.z-index{z-index: 1;}
	@media (max-width: 1024px) {
		a.phonelink { text-decoration: underline !important; }
	}
	@media (min-width: 768px) {
		body {font-size: 18px;}
		p { margin-bottom: 1.5rem; }
	}
/*== Basic css End ==*/

/*== Taxonomy ==*/
	.text-primary { color: #43494d !important; }
	.text-secondary { color: #d7a78f !important; }
	.text-dark { color: #414141 !important; }
	.text-darker { color: #2c3032 !important; }
	.fw-medium { font-weight: 500 !important; }
	.fw-sbold { font-weight: 600 !important; }
	.fs-smaller { font-size: 14px !important; }
	.fs-small { font-size: 16px !important; }
	.fs-large { font-size: 18px !important; }
	.text-uppercase-none { text-transform: none !important; }
/*== Taxonomy End ==*/

/*== Backgrounds ==*/
	.bg-primary { background-color: #43494d !important; }
	.bg-secondary { background-color: #d7a78f !important; }
	.bg-light { background-color: #f7f7f7 !important; }
	.bg-dark { background-color: #414141 !important; }
	.bg-darker { background-color: #000000 !important; }
	.bg-info{background-color: #2c3032 !important;}
	.bg-light-blue{background-color: #dbe5e7 !important;}
	.bg-gradiunt {background: rgb(255,255,255); background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgb(255 255 255 / 81%) 50%, rgb(255 255 255 / 0%) 100%); background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgb(255 255 255 / 81%) 50%, rgb(255 255 255 / 0%) 100%); background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgb(255 255 255 / 81%) 50%, rgb(255 255 255 / 0%) 100%);}
	.bg-cover { background-size: cover !important; }
	.bg-contain { background-size: contain !important; }
	.bg-start { background-position: left !important; }
	.bg-start-top { background-position: left top !important; }
	.bg-end { background-position: right !important; }
	.bg-end-top { background-position: right top !important; }
	.bg-center { background-position: center !important; }
	.bg-center-top { background-position: center top !important; }
	.bg-center-bottom { background-position: center bottom !important; }
	.bg-repeat { background-repeat: repeat !important; }
	.bg-repeat-x { background-repeat: repeat-x !important; }
	.bg-repeat-y { background-repeat: repeat-y !important; }
	.bg-norepeat { background-repeat: no-repeat !important; }
	.object-cover { object-fit: cover; object-position: center; }
	.object-center-top { object-position: center top; }
	.object-center-bottom { object-position: center bottom; }
	.object-start { object-position: left; }
	.object-end { object-position: right; }
/*== Backgrounds End ==*/

/*== Border ==*/
	.border-primary { border-color: #43494d !important; }
	.border-secondary { border-color: #d7a78f !important; }
	.border-light { border-color: #f2f2f2 !important; }
	.border-dark { border-color: #414141 !important; }
	.border-darker { border-color: #000000 !important; }
/*== Border End ==*/

/*== Position ==*/
	@media (min-width: 576px) {
		.position-sm-absolute { position: absolute !important; }
	}
	@media (min-width: 768px) {
		.position-md-absolute { position: absolute !important; }
	}
	@media (min-width: 992px) {
		.position-lg-absolute { position: absolute !important; }
	}
	@media (min-width: 1200px) {
		.position-xl-absolute { position: absolute !important; }
	}
	@media (min-width: 1400px) {
		.position-xxl-absolute { position: absolute !important; }
	}
/*== Position End ==*/

/*== Sizing ==*/
	@media (min-width: 576px) {
		.w-sm-25   { width: 25% !important; }
		.w-sm-50   { width: 50% !important; }
		.w-sm-75   { width: 75% !important; }
		.w-sm-100  { width: 100% !important; }
		.w-sm-auto { width: auto !important; }
		.mw-sm-25   { max-width: 25% !important; }
		.mw-sm-50   { max-width: 50% !important; }
		.mw-sm-75   { max-width: 75% !important; }
		.mw-sm-100  { max-width: 100% !important; }
		.mw-sm-auto { max-width: auto !important; }
	}
	@media (min-width: 768px) {
		.w-md-25   { width: 25% !important; }
		.w-md-50   { width: 50% !important; }
		.w-md-75   { width: 75% !important; }
		.w-md-100  { width: 100% !important; }
		.w-md-auto { width: auto !important; }
		.mw-md-25   { max-width: 25% !important; }
		.mw-md-50   { max-width: 50% !important; }
		.mw-md-75   { max-width: 75% !important; }
		.mw-md-100  { max-width: 100% !important; }
		.mw-md-auto { max-width: auto !important; }
	}
	@media (min-width: 992px) {
		.w-lg-25   { width: 25% !important; }
		.w-lg-50   { width: 50% !important; }
		.w-lg-75   { width: 75% !important; }
		.w-lg-100  { width: 100% !important; }
		.w-lg-auto { width: auto !important; }
		.mw-lg-25   { max-width: 25% !important; }
		.mw-lg-50   { max-width: 50% !important; }
		.mw-lg-75   { max-width: 75% !important; }
		.mw-lg-100  { max-width: 100% !important; }
		.mw-lg-auto { max-width: auto !important; }
	}
	@media (min-width: 1200px) {
		.w-xl-25   { width: 25% !important; }
		.w-xl-50   { width: 50% !important; }
		.w-xl-75   { width: 75% !important; }
		.w-xl-100  { width: 100% !important; }
		.w-xl-auto { width: auto !important; }
		.mw-xl-25   { max-width: 25% !important; }
		.mw-xl-50   { max-width: 50% !important; }
		.mw-xl-75   { max-width: 75% !important; }
		.mw-xl-100  { max-width: 100% !important; }
		.mw-xl-auto { max-width: auto !important; }
	}
	@media (min-width: 1400px) {
		.w-xxl-25   { width: 25% !important; }
		.w-xxl-50   { width: 50% !important; }
		.w-xxl-75   { width: 75% !important; }
		.w-xxl-100  { width: 100% !important; }
		.w-xxl-auto { width: auto !important; }
		.mw-xxl-25   { max-width: 25% !important; }
		.mw-xxl-50   { max-width: 50% !important; }
		.mw-xxl-75   { max-width: 75% !important; }
		.mw-xxl-100  { max-width: 100% !important; }
		.mw-xxl-auto { max-width: auto !important; }
	}
/*== Sizing End ==*/

/*== Table ==*/
	.direction-right { direction: rtl; }
	.direction-left { direction: ltr; }
	@media (min-width: 576px) {
		.direction-sm-right { direction: rtl; }
		.direction-sm-left { direction: ltr; }
	}
	@media (min-width: 768px) {
		.direction-md-right { direction: rtl; }
		.direction-md-left { direction: ltr; }
	}
	@media (min-width: 992px) {
		.direction-lg-right { direction: rtl; }
		.direction-lg-left { direction: ltr; }
	}
	@media (min-width: 1200px) {
		.direction-xl-right { direction: rtl; }
		.direction-xl-left { direction: ltr; }
	}
	@media (min-width: 1400px) {
		.direction-xxl-right { direction: rtl; }
		.direction-xxl-left { direction: ltr; }
	}
/*== Table End ==*/

/*== Heading ==*/
	.playfair-display{font-family: 'Playfair Display' !important;}
	.page-title {font-family: 'Playfair Display'; font-size: 30px; font-weight: 600; line-height: 1.2;  margin-bottom: 0rem; letter-spacing: 2px; }
	.sub-title1 {font-family: 'Playfair Display'; font-size: 28px; font-weight: 500; line-height: 1.2;  margin-bottom: 1rem; }
	.sub-title2 { font-size: 20px; font-weight: 400; line-height: 1.2;  margin-bottom: 0.6rem; }
	.sub-title3 { font-size: 22px; font-weight: 400; line-height: 1.2;  margin-bottom: 0.6rem; }
	.h1-home { font-size: inherit; font-weight: 400; line-height: inherit; text-transform: uppercase; }
	.sub-title4 { font-size: 20px; }
	@media (min-width: 768px) {
		.page-title { font-size: 45px; }
		.sub-title1 { font-size: 42px; }
		.sub-title2 { font-size: 21px; }
		.sub-title3 { font-size: 30px; }
	}
	@media (min-width: 1200px) {
		.sub-title2 { font-size: 25px; }
		.sub-title1 { font-size: 50px; }
		.sub-title3 { font-size: 35px; }
		.sub-title4 { font-size: 24px; }
	}
	@media (min-width: 1400px) {
		.page-title { font-size: 60px; }
		.sub-title2 { font-size: 30px; }
	}
/*== Heading End ==*/

/*== Header ==*/
	.page-header { font-size: 15px; font-weight: 400; line-height: 1.4; }
	.page-header .site-logo {  max-width: 120px;}
	.sticky-fixed { position: fixed; left: 0; right: 0; top: 0; z-index: 1020;  background: #ffffff !important;  box-shadow: 1px -8px 13px 0px #020202; } 
	.sticky-fixed .site-logo {max-width: 100px !important;}
	.sticky-fixed .main-sticky{display: none;}

	@media (min-width: 768px) {
		.sticky-header .site-logo {max-width: 120px !important;  height: auto; top: 5px; }
		.sticky-fixed .site-logo {max-width: 120px !important; }
	}
	@media (min-width: 992px){
		.page-header .site-logo {position: absolute; left: 0; right: 0;	margin: 0 auto; z-index: 999; top: 20px;}
		.sticky-fixed .site-logo {max-width: 120px !important; top: 10px;}
		.page-header .site-logo {max-width: 100% ;}
		.sticky-fixed { animation: smoothScroll 1s forwards; padding-top: 40px !important;} 
	}
	@keyframes smoothScroll {
		0% {
			transform: translateY(-100px);
		}
		100% {
			transform: translateY(0px);
		}
	}
/*== Header End ==*/

/*== Footer ==*/
	.contact-map { min-height: 300px; background-size: auto 370px; }
	.contact-map .btn { margin-top: 160px; }
	.table-hours { max-width: 280px; width: 100%; text-align: left; }
	.table-hours tr td:first-child { width: 180px; }
	.slinks { list-style: none; margin: 0; padding: 0; }
	.slinks a { display: block; text-decoration: none; }
	.slinks li { display: inline-block; -webkit-transition: .6s ease; transition: .6s ease; }
	.slinks li + li { margin-left: 10px; }
	.slinks li a svg path { -webkit-transition: .4s ease; transition: .4s ease; }
	.slinks li a:hover svg path { fill: #d7a78f; }
	.tooltip-inner { background-color: #d7a78f; color: #fff; }
	.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before { border-top-color: #d7a78f; }
	.page-footer { font-size: 15px; line-height: 1.4; }
	.page-footer a { color: inherit; }
	.copyright-text { font-family: Verdana, Geneva, sans-serif; font-size: 11px; line-height: 1.4; }
	.webauthorv1 { color: #828487; text-align: left !important; font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important; font-size: 11px !important; line-height: 1.4 !important; text-transform: uppercase !important; display: inline-block !important; position: relative !important; padding-left: 35px; }
	.webauthorv1 strong.dfbold { font-size: 16px !important; font-weight: 700 !important; letter-spacing: 0.3px !important; }
	.webauthorv1 a.dflink, .webauthorv1 a.dflink:hover, .webauthorv1 a.dflink:focus { color: inherit !important; text-decoration: none !important; font-weight: inherit !important; font-size: inherit !important; }
	.webauthorv1 a.dflink:focus { outline: none !important; }
	.webauthorv1 .dflogo { position: absolute; left: 0; top: 4px; }
	.lineup1 { margin-left: -0.3px; }
	.lineup2 { margin-left: -1.3px; }
	.lineup3 { margin-left: -0.5px; }
	.lineup4 { margin-left: -0.5px; }
	.lineup5 { margin-left: -0.5px; }
	.lineup6a { margin-left: 0.5px; }
	.lineup6b { margin-left: -0.5px; }
	.df-author[data-theme=white] .webauthorv1 { color: #fff !important; }
	.df-author[data-theme=white] .webauthorv1 path { fill: #fff !important; }
	.df-author[data-theme=light] .webauthorv1 { color: #bbb !important; }
	.df-author[data-theme=light] .webauthorv1 path { fill: #bbb !important; }
	.df-author[data-theme=dark] .webauthorv1 { color: #555 !important; }
	.df-author[data-theme=dark] .webauthorv1 path { fill: #555 !important; }
	@media (min-width: 768px) {
		.contact-map { min-height: 400px; background-size: auto; }
		.contact-map .btn { margin-top: 230px; }
		.table-hours { max-width: 310px; }
	}
/*== Footer end ==*/


/*== Menu ==*/
	.navbar-toggler { width: 25px; height: 21px; padding: 0; outline: none !important; vertical-align: middle; display: inline-block; }
	.navbar-toggler:focus { box-shadow: none; }
	.navbar-toggler .i-line { width: 100%; height: 2px; border-radius: 10px; background-color: #d7a78f; position: absolute; left: 0; right: 0; margin-left: auto; margin-right: auto; }
	.navbar-toggler .i-line.top { top: 0; }
	.navbar-toggler .i-line.middle { top: 50%; margin-top: -1.5px; }
	.navbar-toggler .i-line.bottom { bottom: 0; }
	.closed .i-line.middle { width: 0; opacity: 0; }
	.closed .i-line.top { top: 9px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); }
	.closed .i-line.bottom { bottom: 7px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg); }
	.navbar .nav-item { outline: none; }
	.navbar .nav-link {font-family: 'Open Sans'; color: #43494d; font-size: 14px; font-weight: 500; line-height: 1.4;  text-decoration: none; padding: 14px 16px;  }
	.active .nav-link, .open .nav-link, .nav-item:hover .nav-link, .nav-item:focus .nav-link { background-color: transparent; color: #d7a78f; text-decoration: none; }
	.navbar .dropdown-menu { font-size: 14px; font-weight: 500; line-height: 1.2; background-color: #ffffff; color: #d7a78f; margin: 0; border: none; border-radius: 0; padding: 5px 0; }
	.navbar .dropdown-menu .dropdown-item { color: #d7a78f; text-decoration: none; padding: 6px 16px; white-space: normal; }
	.navbar .dropdown-menu .dropdown-item:hover, .navbar .dropdown-menu .dropdown-item:focus, .navbar .dropdown-menu .dropdown-item:active { background-color: transparent; color: #43494d; }
	.navbar .open > .dropdown-menu { display: block; }
	.sidebar-nav { z-index: 1121; position: fixed; left: -250px; top: 0; width: 100%; max-width: 250px; height: 100%; text-align: left; -webkit-box-shadow: rgba(0,0,0,.1) 1px 0px 5px; box-shadow: rgba(0,0,0,.1) 1px 0px 5px; background: #ffffff !important;}
	.sidebar-nav .container, .sidebar-nav .container-fluid { height: 100%; }
	.sidebar-nav .navbar-collapse { display: block; overflow-y: auto; height: 100% !important; }
	.sidebar-nav .navbar-nav > .nav-item { border-bottom: rgba(100,100,100,.5) 1px solid; }
	.sidebar-nav .navbar-nav .dropdown-toggle { padding-right: 28px; }
	.sidebar-nav .dropdown-toggle::after { position: absolute; right: 15px; top: 23px; border-width: 5px; opacity: .7; -webkit-transform: rotate(-90deg); transform: rotate(-90deg);  -webkit-transition-duration: .4s; transition-duration: .4s; }
	.sidebar-nav .show::after { -webkit-transform: rotate(0); transform: rotate(0); }
	.menu-fade { position: fixed; left: 0 !important; right: 0 !important; top: 0 !important; bottom: 0 !important; z-index: 1020; background-color: rgba(0,0,0,.1); display: none; }
	@media (min-width: 992px) {
		.navbar-expand-lg .navbar-nav .nav-item { position: relative;  margin-bottom: 0px;}
		.navbar-expand-lg .dropdown-menu .dropdown-item { padding: 7px 9px; }
		.navbar-expand-lg .dropdown-menu { min-width: 8.9rem; font-size: 14px; }
		.navbar-expand-lg .dropdown-menu .dropdown-item { white-space: nowrap;  -webkit-transition-duration: .4s; transition-duration: .4s; }
		.navbar-expand-lg .dropdown-menu .dropdown-item:hover { -webkit-transform: translateX(5px); transform: translateX(5px); }
		.navbar .dropdown-toggle::after { display: none; }
		.navbar-expand-lg .navbar-nav .nav-link { padding: 11px 6px; }
	}
	@media (min-width: 1060px) {
		.navbar-expand-lg .navbar-nav .nav-item { position: relative; margin: auto; margin-bottom: 0px;}
	}
	@media (min-width: 1200px) {
		.navbar-expand-lg .navbar-nav .nav-link { padding: 15px 22px; }
		.navbar-expand-lg .dropdown-menu .dropdown-item { padding: 7px 22px; }
		.navbar-expand-lg .dropdown-menu { min-width: 11.64rem; }
	}
/*== Menu End ==*/

/*== Form ==*/
	.site-form { font-size: 1rem; }
	.form-control, .form-select { border-color: #ced4da; color: #000; font-size: 16px; font-weight: 400; line-height: 1.4; height: calc(1.5em + .75rem + 4px); border-radius: 0; box-shadow: none; outline: none; }
	.form-control:focus, .form-select:focus { box-shadow: none; border-color: #202833; }
	.form-select { background-size: 15px; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); }
	textarea.form-control { height: 70px; }
	.g-recaptcha { -webkit-transform: scale(.8); transform: scale(.8); -webkit-transform-origin: center; transform-origin: center; }
	.form-check { padding-left: 2rem; margin-bottom: 0.5rem; }
	.form-check-input { margin-top: 2px; width: 18px; height: 18px; margin-left: -2rem !important; }
	.form-check-input[type=checkbox] { border-radius: 0 !important; }
	.form-check-input:focus { box-shadow: none; }
	.form-check-input:checked { background-color: #d7a78f; border-color: #d7a78f; }
	.form-check-label { line-height: 1.3; }
	.rating { display: table; direction: rtl; }
	.rating>input { display: none; }
	.rating>label { position: relative; font-size: 32px; cursor: pointer; display: table-cell; }
	.rating>label::before { content: "\2605"; position: absolute; opacity: 0; }
	.rating>label:hover:before, .rating>label:hover~label:before { opacity: 1 !important; }
	.rating>input:checked~label:before { opacity: 1; }
	.rating:hover>input:checked~label:before { opacity: 0.4; }
	.datepicker-top-left, .datepicker-top-right { border-top-color: #d7a78f !important; }
	.datepicker-top-left::before, .datepicker-top-right::before { border-bottom-color: #d7a78f !important; }
	.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover { color: #d7a78f !important; }
	.datepicker-panel > ul > li.highlighted, .datepicker-panel > ul > li:hover { background-color: #ddd !important; }
	.input-group-text { font-size: 14px; }
	.contact-form { max-width: 710px; margin-left: auto; margin-right: auto; }
	.form-light .form-control, .form-light .form-select { background-color: #fff; color: #000; border-color: rgba(255,255,255,.55); }
	.form-light .form-check-input { background-color: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
	.form-light .form-control:focus, .form-light .form-select:focus { border-color: #fff; }
	.form-light .form-select option { color: #000; }
	input[type="checkbox"]:required { border-color: red; }
	.form-check-input:checked[type=checkbox]:required { border-color: #0b5ed7; }
	.input-group .form-floating { flex: 1; }
	.form-floating>label { white-space: nowrap; }
	.form-control[type=file] { font-size: inherit; line-height: 1.7; }
	@media (min-width: 768px) {
		.form-light .g-recaptcha { -webkit-transform: scale(.8); transform: scale(.8); -webkit-transform-origin: left; transform-origin: left; }
	}
/*== Form End ==*/

/*== Button ==*/
	.btn { font-size: 14px; font-weight: 600; padding: 7px 16px; text-transform: uppercase; text-decoration: none; border-radius: 0rem; box-shadow: none !important; }
	.btn-primary { color: #fff; background-color: #d7a78f; border-color: #d7a78f; }
	.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active { color: #fff; background-color: #43494d; border-color: #43494d; }
	.btn-secondary { color: #43494d; background-color: #ffffff; border-color: #000; }
	.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active { color: #fff; background-color: #d7a78f; border-color: #d7a78f; }
	.btn-info { color: #43494d; background-color: #ffffff; border-color: #ffffff; }
	.btn-info:hover, .btn-info:focus, .btn-info:not(:disabled):not(.disabled):active { color: #d7a78f; background-color: #ffffff; border-color: #ffffff; }
	.btn-dark { color: #fff; background-color: #202833; border-color: #202833; }
	.btn-dark:hover, .btn-dark:focus, .btn-dark:not(:disabled):not(.disabled):active { color: #fff; background-color: #000; border-color: #000; }
	.btn-outline-primary { color: #43494d; border-color: #43494d; }
	.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled):active { color: #fff; background-color: #d7a78f; border-color: #d7a78f; }
	.btn-outline-secondary { color: #d7a78f; border-color: #d7a78f; }
	.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active { color: #fff; background-color: #d7a78f; border-color: #d7a78f; }
	.btn-outline-white { color: #ffffff; border-color: #ffffff; }
	.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:not(:disabled):not(.disabled):active { color: #d7a78f; background-color: #ffffff; border-color: #ffffff; }
	.btn-outline-dark { color: #202833; border-color: #202833; }
	.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:not(:disabled):not(.disabled):active { color: #fff; background-color: #202833; border-color: #202833; }
	.btns-group { max-width: 260px; }
/*== Button End ==*/

/*== Back to top ==*/ 
	#back-to-top { position: fixed; bottom: 160px; right: 10px; z-index: 1000; }
	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { #back-to-top { right: 20px; } }
	#back-to-top a { background-color: #d7a78f; height: 2.6rem; width: 2.6rem; border-radius: 100px; display: block; -webkit-transition-duration: 0.6s; transition-duration: 0.6s; -webkit-box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.4); box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.4); }
	#back-to-top a:hover { background-color: #43494d; }
	#back-to-top svg { position: absolute; left: 0; right: 0; top: 50%; margin: -19px auto 0; }
/*== Back to top End ==*/

/*== Carousel ==*/
	.carousel-indicators [data-bs-target] { width: 4px; height: 4px; border-radius: 50%; border: 2px solid #c3c3c3; background-color: #c3c3c3; opacity: 1; margin: 0 7px; }
	.carousel-indicators .active { width: 4px; height: 4px; background-color: #d7a78f; border-color: #d7a78f; }
	#carouselSliderHome .carousel-item { min-height: 420px; }
	#carouselSliderHome .carousel-indicators [data-bs-target] { background-color: #fff; border-color: #fff; }
	#carouselSliderHome .carousel-indicators .active { background-color: transparent; border-color: #fff; }
	#carouselReviews .active.carousel-item-end, #carouselReviews .carousel-item-next:not(.carousel-item-start) { transform: translateY(100%); }
	#carouselReviews .active.carousel-item-start, #carouselReviews .carousel-item-prev:not(.carousel-item-end) { transform: translateY(-100%); }
	#carouselReviews .carousel-item { min-height: 210px; } 

	@media (min-width: 576px) {
		#carouselSliderHome .carousel-item { min-height: 370px; }
		 #carouselReviews .carousel-item {min-height: 200px;} 
	}
	@media (min-width: 768px) {
		#carouselSliderHome .carousel-item { min-height: 400px; }
		 #carouselReviews .carousel-item {min-height: 230px;} 
	}
	@media (min-width: 992px) {
		#carouselSliderHome .carousel-item { min-height: 470px; }
		#carouselReviews .carousel-indicators {left: inherit; transform: rotate(90deg); right: 0px;	top: 50px; margin-right: -15%; bottom: inherit;}
		#carouselReviews .carousel-item {min-height: 160px;} 
	}
	@media (min-width: 1200px) {
		#carouselSliderHome .carousel-item { min-height: 600px; }
		#carouselReviews .carousel-item {min-height: 160px;}
	}
	@media (min-width: 1400px) {
		#carouselSliderHome .carousel-item { min-height: 800px; }
		#carouselReviews .carousel-item { min-height: 132px; }
	}
/*== Carousel End ==*/
	.slider-section .arrow-left, .slider-section .arrow-right { width: 45px; height: 45px; background-color: #2F2F2F; display: flex; align-items: center; justify-content: center; border-radius: 50px; font-size: 31px; color: #fff; position: absolute; top: calc(50% - 22.5px); cursor: pointer; background-repeat: no-repeat; background-position: center; background-size: contain; }
	.slider-section .arrow-left { left: 0; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45'%3e%3cpath fill='%23FFFFFF' d='M25.516,14.681l0.82,0.798c0.098,0.098,0.164,0.225,0.164,0.369c0,0.129-0.066,0.272-0.164,0.368l-6.9,6.284 l6.9,6.285c0.097,0.095,0.164,0.239,0.164,0.367c0,0.127-0.066,0.272-0.164,0.368l-0.82,0.8c-0.099,0.095-0.246,0.159-0.377,0.159 s-0.279-0.064-0.377-0.16l-8.098-7.451C16.566,22.772,16.5,22.628,16.5,22.5c0-0.127,0.066-0.272,0.164-0.368l8.097-7.451 c0.099-0.096,0.248-0.16,0.378-0.16S25.417,14.585,25.516,14.681z'/%3e%3c/svg%3e"); }
	.slider-section .arrow-right { right: 0; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45'%3e%3cpath fill='%23FFFFFF' d='M19.484,30.319l-0.82-0.798c-0.098-0.098-0.164-0.225-0.164-0.369c0-0.129,0.066-0.272,0.164-0.368 l6.9-6.284l-6.9-6.285c-0.097-0.095-0.164-0.239-0.164-0.367c0-0.127,0.066-0.272,0.164-0.368l0.82-0.8 c0.099-0.095,0.246-0.159,0.377-0.159s0.279,0.064,0.377,0.16l8.098,7.451c0.099,0.096,0.165,0.241,0.165,0.369 c0,0.127-0.066,0.272-0.164,0.368l-8.097,7.451c-0.099,0.096-0.248,0.16-0.378,0.16S19.583,30.415,19.484,30.319z'/%3e%3c/svg%3e"); }
	.slider-section .arrow-left span, .slider-section .arrow-right span { position: relative; top: 0; display: none; }
	.row.slider-section { padding: 0 45px; position: relative; margin: 0 auto; float: none; }
	.slider-line { padding: 0 25px; display: flex; justify-content: space-around; align-items: center; }
	.slick-slide img { margin: 0 auto; width: 100%; }
	.slick-slide { padding: 0 15px; }
	.slide-wrapper { background-color: #EBF8FF; text-align: center; }
	.slide-week { font-size: 14px; font-weight: 500; border-bottom: 20px solid #000; padding: 10px 0; color:#000; }
	.slide-week, .slide-title { text-align: center; }
	.slide-title { color: #000; font-size: 20px; font-weight: 500; padding: 10px 0 0 0; line-height:32px; }
	.slider-range { -webkit-appearance: none; width: 100%; height: 2px; border-radius: 5px; background: #000; outline: none; }
	.slide-range { position: relative; }
	.slider-range::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; content: '\3e'; width: 20px; height: 20px; border-radius: 50px; background: #000; cursor: pointer; z-index: 100; border:none; }
	.slider-range::-moz-range-thumb { width: 20px; height: 20px; border-radius: 50px; background: #000; cursor: pointer; z-index: 100; border:none; }
	.fill { height: 2px; background-color: #000; position: absolute; left: 0; bottom: 7px; }
	@media (max-width: 767px) {
		.row.slider-section { padding: 0px 20px; }
		.row.slider-section .slide { width: 93%; }
		.slider-section .arrow-left { left: -10px; }
		.slider-section .arrow-right { right: -10px; }
		.slider-section .arrow-right, .slider-section .arrow-left { width: 40px; height: 40px; font-size: 20px; }
		.main-banner .page-title{font-size: 22px;}
		.main-banner {margin-top: 150px;}
		.main-banner .box-right{padding: 1rem 2rem 0rem 1rem !important;}
	}
/*== Animation ==*/
	.animated { -webkit-animation-duration:1s; animation-duration:1s; -webkit-animation-fill-mode:both; animation-fill-mode:both }
	.fast { -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
	.slow { -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
	.delay-250 { -webkit-animation-delay:0.25s; -moz-animation-delay:0.25s; -o-animation-delay:0.25s; animation-delay:0.25s; }
	.delay-500 { -webkit-animation-delay:0.5s; -moz-animation-delay:0.5s; -o-animation-delay:0.5s; animation-delay:0.5s; }
	.delay-750 { -webkit-animation-delay:0.75s; -moz-animation-delay:0.75s; -o-animation-delay:0.75s; animation-delay:0.75s; }
	@-webkit-keyframes fadeInLeft {
		0% { opacity:0; -webkit-transform:translate3d(-400px, 0, 0); transform:translate3d(-400px, 0, 0) }
		to { opacity:1; -webkit-transform:none; transform:none }
	}
	@keyframes fadeInLeft {
		0% { opacity:0; -webkit-transform:translate3d(-400px, 0, 0); transform:translate3d(-400px, 0, 0) }
		to { opacity:1; -webkit-transform:none; transform:none }
	}
	.fadeInLeft { -webkit-animation-name:fadeInLeftSlow; animation-name:fadeInLeftSlow }

	@-webkit-keyframes fadeInRight {
		0% { opacity:0; -webkit-transform:translate3d(400px, 0, 0); transform:translate3d(400px, 0, 0) }
		to { opacity:1; -webkit-transform:none; transform:none }
	}
	@keyframes fadeInRight {
		0% { opacity:0; -webkit-transform:translate3d(400px, 0, 0); transform:translate3d(400px, 0, 0) }
		to { opacity:1; -webkit-transform:none; transform:none }
	}
	.fadeInRight { -webkit-animation-name:fadeInRightSlow; animation-name:fadeInRightSlow }

	@-webkit-keyframes fadeInUp {
		0% { opacity:0; -webkit-transform:translate3d(0, 400px, 0); transform:translate3d(0, 400px, 0) }
		to { opacity:1; -webkit-transform:none; transform:none }
	}
	@keyframes fadeInUp { 
		0% { opacity:0; -webkit-transform:translate3d(0, 400px, 0); transform:translate3d(0, 400px, 0) }
		to { opacity:1; -webkit-transform:none; transform:none }
	}
	.fadeInUp { -webkit-animation-name:fadeInUpSlow; animation-name:fadeInUpSlow }

	@-webkit-keyframes fadeInDown {
		0% { opacity:0; -webkit-transform:translate3d(0, -400px, 0); transform:translate3d(0, -400px, 0) }
		to { opacity:1; -webkit-transform:none; transform:none }
	}
	@keyframes fadeInDown {
		0% { opacity:0; -webkit-transform:translate3d(0, -400px, 0); transform:translate3d(0, -400px, 0) }
		to { opacity:1; -webkit-transform:none; transform:none }
	}
	.fadeInDown { -webkit-animation-name:fadeInDownSlow; animation-name:fadeInDownSlow }

	.fadeInRight-slow, .fadeInLeft-slow, .fadeInUp-slow, .fadeInDown-slow { opacity:0; -webkit-transform: translateX(40px); transform: translateX(40px); }
	@-webkit-keyframes fadeInLeftSlow {
		0% { opacity: 0; -webkit-transform: translateX(-40px); } 
		100% {  opacity: 1;  -webkit-transform: translateX(0); } 
	}
	@keyframes fadeInLeftSlow {
		0% { opacity: 0; transform: translateX(-40px); } 
		100% { opacity: 1; transform: translateX(0); } 
	}
	.fadeInLeft-slow { opacity: 0; -webkit-transform: translateX(-40px); transform: translateX(-40px); }
	.fadeInLeft-slow.go { -webkit-animation-name: fadeInLeftSlow; animation-name: fadeInLeftSlow; }

	@-webkit-keyframes fadeInRightSlow {
		0% { opacity: 0; -webkit-transform: translateX(40px); } 
		100% {  opacity: 1;  -webkit-transform: translateX(0); } 
	}
	@keyframes fadeInRightSlow {
		0% { opacity: 0; transform: translateX(40px); } 
		100% { opacity: 1; transform: translateX(0); } 
	}
	.fadeInRight-slow { opacity: 0; -webkit-transform: translateX(40px); transform: translateX(40px); }
	.fadeInRight-slow.go { -webkit-animation-name: fadeInRightSlow; animation-name: fadeInRightSlow; }

	@-webkit-keyframes fadeInUpSlow {
		0% { opacity: 0; -webkit-transform: translateY(40px); } 
		100% { opacity: 1; -webkit-transform: translateY(0); } 
	}
	@keyframes fadeInUpSlow {
    	0% { opacity: 0; transform: translateY(40px); } 
		100% { opacity: 1; transform: translateY(0); } 
	}
	.fadeInUp-slow { opacity: 0; -webkit-transform: translateY(40px); transform: translateY(40px); }
	.fadeInUp-slow.go { -webkit-animation-name: fadeInUpSlow; animation-name: fadeInUpSlow; }

	@-webkit-keyframes fadeInDownSlow {
		0% { opacity: 0; -webkit-transform: translateY(-40px); } 
		100% { opacity: 1; -webkit-transform: translateY(0); } 
	}
	@keyframes fadeInDownSlow {
    	0% { opacity: 0; transform: translateY(-40px); } 
		100% { opacity: 1; transform: translateY(0); } 
	}
	.fadeInDown-slow { opacity: 0; -webkit-transform: translateY(-40px); transform: translateY(-40px); }
	.fadeInDown-slow.go { -webkit-animation-name: fadeInDownSlow; animation-name: fadeInDownSlow; }
/*== Animation End ==*/

/*== Common Styles ==*/
	.data-src { background-repeat: no-repeat; }
	.list-group { padding-left: 24px; margin-bottom: 0.5rem; text-align: left; }
	.list-group li { margin-bottom: 0.6rem; }
	.breadcrumb { background-color: transparent; font-weight: 400; }
	.breadcrumb, .breadcrumb h2 { font-size: 13px; font-weight: 400; }
	.breadcrumb a { color: #000; text-decoration: none; }
	.breadcrumb a:hover { color: #d7a78f; }
	.breadcrumb-item { display: inline-block; }
	.breadcrumb-item+.breadcrumb-item::before { content: '→'; font-size: 18px; line-height: 1; opacity: .5; }
	.block-content { padding-left: 15px; padding-right: 15px; margin-left: auto; margin-right: auto; }
	.block-img { min-height: 300px; }
	.text-shadow { text-shadow: #ffffff 0px 0px 6px; }
	.brand-logo img { max-width: 120px; max-height: 40px; }
	.box-right {border-top-right-radius: 28% 61%;}
	.box-right:before {content: ""; position: absolute; top: 0px; bottom: 30px; left: 0; right: 0; border-bottom-right-radius: 28% 61%; border: 1px solid #d7a78f;margin-bottom: 50px;	margin-top: -50px; }
	.letter-spacing-2{letter-spacing: 2px;}
	.banner-button {position: relative; bottom: -15px;}
	.overlay:before {content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgb(35 38 40 / 85%);}
	.box-treatment{border-top-left-radius: 28% 61%; right: 0; width: 280px; min-height: 137px; bottom: 0;}
	.box-treatment:before {content: ""; position: absolute; top: 0px; bottom: 30px; left: 0; right: 0; border-bottom-left-radius: 28% 61%; border: 1px solid #ffffff;	margin-bottom: 30px; margin-top: -30px; border-right: 0;}
	.btn-hot {min-height: 370px; width: 95% !important;}
	.tre-radius-right{border-top-right-radius: 25% 33%;}
	.tre-radius-left{border-top-left-radius: 25% 33%;}
	.bg-secondary-transparent{background-color: rgb(215 167 143 / 95%);}
	.inner-banner {border-top-right-radius: 17% 56%; border: 1px solid #2c3032;}
	.inner-banner:before {content: "";	position: absolute; top: 0px; bottom: 0px; left: -1px; right: 0; border-bottom-right-radius: 17% 56%; border: 1px solid #d7a78f;	margin-bottom: 20px; margin-top: -20px;}
	.box-tre {border-top-right-radius: 28% 61%; left: 0; width: 280px; min-height: 180px; bottom: 0;}
	.box-tre:before {content: ""; position: absolute; top: 0px; bottom: 0px; left: 0; right: 0; border-bottom-right-radius: 28% 61%; border: 1px solid #ffffff;		margin-bottom: 20px;margin-top: -20px; border-left: 0;}
	.box-tre-left {border-top-left-radius: 28% 61%; right: 0; width: 280px;	min-height: 180px; bottom: 0;}
	.box-tre-left:before {content: ""; position: absolute; top: 0px; bottom: 0px; left: 0; right: 0; border-bottom-left-radius: 28% 61%; border: 1px solid #ffffff; margin-bottom: 20px; margin-top: -20px; border-right: 0;}
	.list-groups-arrow li, .list-groups-arrow1 li {list-style: none;}
	.list-groups-arrow li, .list-groups-arrow1 li {position: relative;}
	.list-groups-arrow li:before {content: ''; position: absolute; left: -24px; top: 6px; width: 15px; height: 15px; background: url("../retina-images/arrow.png"); }
	.list-groups-arrow1 li:before {content: ''; position: absolute; left: -24px; top: 6px; width: 15px; height: 15px; background: url("../retina-images/arrow1.png");}
	.tre-ul li, .tre-ul1 li {list-style: none;}
	.tre-ul li, .tre-ul1 li {position: relative;}
	.tre-ul li:before {content: ''; position: absolute; left: -20px; top: 6px; width: 15px; height: 15px; background: url("../retina-images/arrow.png"); }
	.tre-ul1 li:after {content: ''; position: absolute; right: -20px; top: 6px; width: 15px; height: 15px; background: url("../retina-images/arrow1.png");}
	.tre-ul li{-webkit-transition-duration: .4s; transition-duration: .4s;}
	.tre-ul li:hover {-webkit-transform: translateX(5px); transform: translateX(5px);}
	.tre-text, .tre-ul1 li{-webkit-transition-duration: .4s; transition-duration: .4s;}
	.tre-text:hover, .tre-ul1 li:hover{-webkit-transform: translateX(-5px);	transform: translateX(-5px);}
	.tre-text1{-webkit-transition-duration: .4s; transition-duration: .4s;}
	.tre-text1:hover {-webkit-transform: translateX(5px); transform: translateX(5px);}
	.tre-primary{background-color: #2c3032;}
	.tre-secondary{background-color: #d7a78f;}
	.tre-hot{min-height: 380px;}
	.treatment-block {min-height: 380px;}
	#about-slider.owl-carousel .active img {transform: scale(1.2); transition: 5s all; border-top-left-radius: 25% 33%; overflow: hidden;}
	#about-slider.owl-carousel.owl-drag .owl-item {border-top-left-radius: 25% 33%; overflow: hidden !important;}
	.team-member{background-color: #d7a78f; min-height: 260px; transition: all 1s;}
	.team-member:hover{background-color: #43494d;}
	.team-member:before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border: 2px solid #fff; margin: 10px !important;}
	
	.accordion-button {font-size: 1rem;}
	.accordion-button {color: #fff; background-color: #d7a78f;}
	.accordion-button:focus, .accordion-button:not(.collapsed) {box-shadow: none; border: none; background: #d7a78f; color: #fff;}
	.accordion-button::after {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	}
	.accordion-button:not(.collapsed)::after {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");}
	.number{font-size:37px;border-radius: 50%; height: 70px; width: 70px;}
	.fees-table tr td:last-child, .fees-table tr th:last-child{text-align: end;}
	.icon-mobile {display: inline-block; background: #2c3032; padding: 5px; width: 40px; height: 40px; line-height: 29px; text-align: center;}
	main {overflow-x: hidden; display: flex; position: sticky; top: 300px;}
	.tre-position{position: fixed; top: 220px; left: 0;	right: 0;}
	#treatment.owl-theme .owl-nav [class*=owl-] {background: transparent; border-radius: 0px;}
	#treatment.owl-theme .owl-nav .nav-button {color: #2c3032; font-size: 39px; margin: -5px;	padding: 0px 5px; background: transparent; border-radius: 0px;		border: 1px solid #2c3032; width: 50px; height: 50px; line-height: 40px;}
	.top-quote{ margin-top:-13px;}
	.bg-banner:after {content: "";position: absolute;top: 0;bottom: 0;left: 0;right: 0;background: rgb(255,255,255);background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgb(255 255 255 / 81%) 50%, rgb(255 255 255 / 0%) 100%);background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgb(255 255 255 / 81%) 50%, rgb(255 255 255 / 0%) 100%);background: linear-gradient(180deg, rgb(255 255 255 / 90%) 0%, rgb(255 255 255 / 79%) 50%, rgb(255 255 255 / 0%) 100%);height: 170px;}
	.bg-block {min-height: 620px;}
	.review-quote { width: 32px; height: 25px; display: inline-block; background-repeat: no-repeat; background-position: center; background-size: contain; }
	.review-quote.quote-start { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 25' fill='%23D6A890'%3e%3cpath d='M7.846,25c-1.515,0-2.754-0.297-3.717-0.893c-0.964-0.596-1.755-1.355-2.374-2.281 c-0.758-1.059-1.239-2.215-1.445-3.473C0.104,17.098,0,16.071,0,15.279c0-3.241,0.86-6.185,2.581-8.831 C4.3,3.804,6.984,1.654,10.632,0l0.93,1.786C9.427,2.646,7.588,4.002,6.04,5.853C4.491,7.706,3.717,9.59,3.717,11.508 c0,0.794,0.103,1.489,0.31,2.083c1.1-0.858,2.374-1.289,3.819-1.289c1.789,0,3.337,0.563,4.645,1.687 c1.307,1.126,1.961,2.679,1.961,4.663c0,1.852-0.654,3.372-1.961,4.564C11.183,24.404,9.634,25,7.846,25z M25.395,25 c-1.516,0-2.753-0.297-3.717-0.893s-1.754-1.355-2.374-2.281c-0.759-1.059-1.239-2.215-1.445-3.473 c-0.206-1.256-0.31-2.282-0.31-3.074c0-3.241,0.859-6.185,2.58-8.831c1.72-2.645,4.403-4.794,8.053-6.448l0.929,1.786 c-2.135,0.86-3.975,2.217-5.522,4.067c-1.549,1.853-2.323,3.737-2.323,5.655c0,0.794,0.104,1.489,0.31,2.083 c1.101-0.858,2.374-1.289,3.82-1.289c1.788,0,3.336,0.563,4.645,1.687C31.346,15.114,32,16.667,32,18.651 c0,1.852-0.654,3.372-1.961,4.564C28.73,24.404,27.183,25,25.395,25z' /%3e%3c/svg%3e"); }
	.review-quote.quote-end { vertical-align: bottom; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 25' fill='%23D6A890'%3e%3cpath d='M24.154,0c1.516,0,2.754,0.297,3.717,0.893c0.965,0.596,1.755,1.355,2.374,2.281 c0.758,1.059,1.239,2.215,1.445,3.473C31.896,7.902,32,8.929,32,9.721c0,3.241-0.859,6.185-2.58,8.831 c-1.72,2.645-4.403,4.794-8.052,6.448l-0.93-1.786c2.135-0.86,3.974-2.217,5.522-4.067c1.549-1.853,2.322-3.737,2.322-5.654 c0-0.794-0.103-1.489-0.31-2.083c-1.1,0.858-2.374,1.289-3.819,1.289c-1.788,0-3.337-0.563-4.645-1.687 c-1.307-1.126-1.961-2.679-1.961-4.663c0-1.852,0.654-3.372,1.961-4.564C20.817,0.596,22.366,0,24.154,0z M6.605,0 c1.516,0,2.753,0.297,3.717,0.893s1.754,1.355,2.374,2.281c0.759,1.059,1.239,2.215,1.445,3.473c0.206,1.256,0.31,2.282,0.31,3.074 c0,3.241-0.859,6.185-2.58,8.831c-1.72,2.645-4.403,4.794-8.053,6.448L2.89,23.214c2.135-0.86,3.975-2.217,5.522-4.067 c1.549-1.853,2.323-3.737,2.323-5.654c0-0.794-0.104-1.489-0.31-2.083c-1.101,0.858-2.374,1.289-3.82,1.289 c-1.788,0-3.336-0.563-4.645-1.687C0.654,9.886,0,8.333,0,6.349c0-1.852,0.654-3.372,1.961-4.564C3.27,0.596,4.817,0,6.605,0z' /%3e%3c/svg%3e"); }
	.btn-close {
    position: absolute;padding: 0.25rem 1rem;right: -16px;top: -30px;color: #fff !important;opacity: 1;text-shadow: none !important;font-size: 20px;outline: none !important;border: 0;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat}
    .modal-new { top: 4%;}
	.btn-close:focus {box-shadow: inherit;}
/*== Common Styles ==*/

/*== Responsive ==*/
@media (min-width: 576px) {
	.block-content { max-width: 540px; }
	.block-img { min-height: 400px; }
	.team-member{min-height: 350px;}
	.team-member:before {margin: 30px !important;}
	.inner-banner:before {margin-bottom: 30px; margin-top: -30px;}
	.number{font-size:43px; height: 90px; width: 90px;}
}
@media (min-width: 768px) {
	.fs-large { font-size: 23px !important; }
	.list-group { margin-bottom: 1rem; }
	.block-content { max-width: 720px; }
	.block-img { min-height: 600px; }
	.home-banner { min-height: 680px; }
	.brand-logo img { max-width: 100px; max-height: 50px; }
	.main-banner {top: 65%;	transform: translateY(-50%);}
	.tre-hot{min-height: 315px;}
	 .box-tre, .box-tre-left { width: 280px; min-height: 180px;}
	 .treatment-block{min-height: 380px;}
	 .team-member{min-height: 450px;}
	 .accordion-button {font-size: 1.4rem; padding-top: 1.5rem;	padding-bottom: 1.5rem;}
	 .box-right:before {bottom: 28px; margin-bottom: 30px;	margin-top: -30px;}
	 .bg-banner:after {height: 230px;}
	 .award-logo{ width:150px; }
}
@media (min-width: 992px) {
	.block-content { max-width: 600px; }
	.block-img { min-height: 700px; }
	.home-banner { min-height: 750px; }
	.brand-logo img { max-width: 100%; max-height: inherit; }
	.main-banner {top: 65%; transform: translateY(-50%);}
	.box-treatment {width: 290px; min-height: 140px;}
	.tre-hot{min-height: 315px;}
	.treatment-block{min-height: 480px;}
	.team-member{min-height: 320px;}
	.box-right:before {bottom: 30px; margin-bottom: 50px; margin-top: -50px;}
	.team-member .team-btn{opacity: 0; }
	.team-member:hover .team-btn{opacity: 1;; transition: all 2s;}
	.bg-banner:after {height: 270px;}
	.number{font-size:50px; height: 120px; width: 120px;}
	.award-logo{ width:auto; }
}
@media (min-width: 1200px) {
	.block-img, .home-banner { min-height: 800px; }
	.box-treatment{ width: 340px; min-height: 150px; }
	.tre-hot{min-height: 415px;}
	.box-tre-left, .box-tre { width: 330px;	min-height: 190px;}
	.treatment-block{min-height: 580px;}
	.team-member{min-height: 450px;}
	.btn-hot {min-height: 370px; width: auto !important;}
	.bg-banner:after {height: 300px;}
	.bg-block {min-height: 530px;}
}
@media (min-width: 1400px) {
	.main-banner {top: 60%;	transform: translateY(-50%);}
	.object-contain{object-fit: contain !important;}
	.bg-block {min-height: 620px;}
}
@media (max-width: 767px) {
	.bg-primary-mobile{background-color: #43494d !important;}
	.bg-secondary-mobile{background-color: #d7a78f !important;}
	.award-logo{ width:150px; }
	.main-banner .box-right:before  { margin-bottom: 20px; }
}
@media (max-width: 575px) {
	
}
/*== Responsive end ==*/