@charset "utf-8";
/* CSS Document */

/*scrollbar-effects-css*/
/* Firefox */
* {
	scrollbar-width: auto;
	scrollbar-color: #202527 #ffffff;
}
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 8px;
}
*::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 0;
}
*::-webkit-scrollbar-thumb {
    background-color: #202527;
    border-radius: 0;
    border: 0px solid #202527;
    height: 69px !important;
}

/*circle-effects-css*/
.circle-effects1 {
	display: block;
	overflow: hidden;
	transition: all 0.25s ease-out 0s;
	position: relative;
}
.circle-effects1 img {
	width: 100%;
	-webkit-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	display: block;
}
.circle-effects1 .circle-row1 {
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow:hidden;
	visibility: hidden;
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
	position: absolute;
	right: 0;
	bottom: -100%;
	z-index: 99;
}
.custom-select1 .circle-effects1 { 
	width: 12px;
	transform: translateY(-50%);
	margin: 0 0 0;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: -9;
}

.header-row1 li .circle-effects1 { 
	width: auto;
	float: left;
	margin: 0 6px 0 0;
	position: relative;
	bottom: -4px;
}

.circle-effects1:hover img, .header-row1 li:hover .circle-effects1 img { 
	opacity: 0;
}
.circle-effects1:hover .circle-row1, .header-row1 li:hover .circle-effects1 .circle-row1 {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}
.circle-effects1:hover .circle-row1 img, .header-row1 li:hover .circle-effects1 .circle-row1 img { 
	opacity: 1;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	float: left;
	margin: 0 0 0;
}
.checkbox2 {
	width: 100%;
	float: left;
	margin: 0 0 14px;
}
.checkbox1 a, .checkbox2 a {
	font-weight: 600;
	color: #1d1d1b;
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: #ccb6a5;
}
.checkbox1 span, .checkbox2 span {
	font-size: 14px;
	font-weight: 400;
	color: #1d1d1b;
	letter-spacing: 0.24px;
	line-height: 1.64;
	display: inherit;
	position: relative;
	top: -5px;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    cursor: pointer;
    display: inline;
    padding: 0 0 0 20px;
    position: relative;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    width: 12px;
    height: 12px;
	background: none;
	border: 1px solid #1d1d1b;
	border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #ccb6a5;
	border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    top: 3px;
    left: 3px;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
[type="checkbox"]:checked + label:before {
	border: 1px solid #1d1d1b;
}

/*square-effect-css*/
.square-effect {
	overflow: hidden;
	cursor: pointer;
	display: block;
}
.square-effect img {
	width: 100%;
	display: block;
	transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	-ms-transition: all 0.25s ease-out 0s;
	-moz-transition: all 0.25s ease-out 0s;
	-webkit-transition: all 0.25s ease-out 0s;
}
.square-effect:hover img {
	transform: scale(1.08);
	transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	-ms-transition: all 0.25s ease-out 0s;
	-moz-transition: all 0.25s ease-out 0s;
	-webkit-transition: all 0.25s ease-out 0s;
	filter: grayscale(100%);
}
.square-effect .square-row1 {
	width: 100%;
	height: 100%;
	background: rgba(32,37,39,0.97);
	filter: alpha(opacity=0);
	transform: translateY(-50%);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	display: inline-block;
	opacity: 0;
	margin: 0 auto 0;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}
.square-effect:hover .square-row1 img {
	transform: none;
	transition: none;
	filter: none;
}
.square-effect:hover .square-row1 {
	opacity: 1;
	filter: alpha(opacity=100);
}

/*btn-gradient-mask-effect-css*/
.btn-gradient-transparent:after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(102,91,83,1) 0%, rgba(204,182,165,1) 100%) border-box;
	opacity: 0;
	transition: 0.25s ease-out 0s;
	margin: 0 0 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.btn-gradient-transparent:before {
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	background: linear-gradient(90deg, rgba(102,91,83,1) 0%, rgba(204,182,165,1) 100%) border-box;
	-o-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-ms-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-moz-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	-o-mask-composite: exclude;
	-ms-mask-composite: exclude;
	-moz-mask-composite: exclude;
	-webkit-mask-composite: exclude;
	-o-mask-composite: destination-out;
	-ms-mask-composite: destination-out;
	-moz-mask-composite: destination-out;
	-webkit-mask-composite: destination-out;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.btn-gradient-transparent:hover:after {
	opacity: 1;
}

.btn-gradient-rustic-rose:after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(102,91,83,1) 0%, rgba(204,182,165,1) 100%) border-box;
	opacity: 1;
	transition: 0.25s ease-out 0s;
	margin: 0 0 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.btn-gradient-rustic-rose:before {
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	background: linear-gradient(90deg, rgba(102,91,83,1) 0%, rgba(204,182,165,1) 100%) border-box;
	-o-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-ms-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-moz-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	-o-mask-composite: exclude;
	-ms-mask-composite: exclude;
	-moz-mask-composite: exclude;
	-webkit-mask-composite: exclude;
	-o-mask-composite: destination-out;
	-ms-mask-composite: destination-out;
	-moz-mask-composite: destination-out;
	-webkit-mask-composite: destination-out;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.btn-gradient-rustic-rose:hover:after {
	opacity: 0;
}

.btn-gradient-black:after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(32,37,39,1) 0%, rgba(32,37,39,1) 100%) border-box;
	opacity: 1;
	transition: 0.25s ease-out 0s;
	margin: 0 0 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.btn-gradient-black:before {
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	background: linear-gradient(90deg, rgba(32,37,39,1) 0%, rgba(32,37,39,1) 100%) border-box;
	-o-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-ms-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-moz-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	-o-mask-composite: exclude;
	-ms-mask-composite: exclude;
	-moz-mask-composite: exclude;
	-webkit-mask-composite: exclude;
	-o-mask-composite: destination-out;
	-ms-mask-composite: destination-out;
	-moz-mask-composite: destination-out;
	-webkit-mask-composite: destination-out;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.btn-gradient-black:hover:after {
	opacity: 0;
}

.btn-gradient-white:after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%) border-box;
	opacity: 1;
	transition: 0.25s ease-out 0s;
	margin: 0 0 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.btn-gradient-white:before {
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%) border-box;
	-o-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-ms-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-moz-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	-o-mask-composite: exclude;
	-ms-mask-composite: exclude;
	-moz-mask-composite: exclude;
	-webkit-mask-composite: exclude;
	-o-mask-composite: destination-out;
	-ms-mask-composite: destination-out;
	-moz-mask-composite: destination-out;
	-webkit-mask-composite: destination-out;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.btn-gradient-white:hover:after {
	opacity: 0;
}

.btn-gradient-mob-transparent:after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(102,91,83,1) 0%, rgba(204,182,165,1) 100%) border-box;
	opacity: 0;
	transition: 0.25s ease-out 0s;
	margin: 0 0 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -11;
}
.btn-gradient-mob-transparent:before {
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	background: linear-gradient(90deg, rgba(102,91,83,1) 0%, rgba(204,182,165,1) 100%) border-box;
	-o-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-ms-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-moz-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	-o-mask-composite: exclude;
	-ms-mask-composite: exclude;
	-moz-mask-composite: exclude;
	-webkit-mask-composite: exclude;
	-o-mask-composite: destination-out;
	-ms-mask-composite: destination-out;
	-moz-mask-composite: destination-out;
	-webkit-mask-composite: destination-out;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -11;
}
.btn-gradient-mob-transparent:hover:after {
	opacity: 0;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
/*circle-effects-css*/
.custom-select1 .circle-effects1 {
    right: 5%;
}
.concern-col1 .custom-select1 .circle-effects1 { 
	right: 5%;
}
.header-row2 li .circle-effects1 { 
	width: auto;
	float: none;
	display: none;
	margin: 0 2px 0 0;
	bottom: -2px;
}
.treatments-list-box li .circle-effects1 {
	display: inline-block;
	margin: 0 4px 0 0;
	transform: none;
	position: relative;
	top: 3px;
	left: inherit;
}
.instagram-wrapp h3 .circle-effects1 {
	display: none;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 0;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 10px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
	top: -6px;
}
[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
	display: inline;
}

/*btn-gradient-mask-effect-css*/
.btn-gradient-mob-transparent:after {
	opacity: 0;
}
.btn-gradient-mob-transparent:before {
	opacity: 1;
}
.btn-gradient-mob-transparent:hover:after {
	opacity: 1;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
/*circle-effects-css*/
.custom-select1 .circle-effects1 {
    right: 5%;
}
.concern-col1 .custom-select1 .circle-effects1 { 
	right: 5%;
}
.header-row2 li .circle-effects1 { 
	width: auto;
	float: none;
	display: none;
	margin: 0 2px 0 0;
	bottom: -2px;
}
.treatments-list-box li .circle-effects1 {
	display: inline-block;
	margin: 0 4px 0 0;
	transform: none;
	position: relative;
	top: 3px;
	left: inherit;
}
.instagram-wrapp h3 .circle-effects1 {
	display: none;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 0;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 10px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
	top: -6px;
}
[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
	display: inline;
}

/*btn-gradient-mask-effect-css*/
.btn-gradient-mob-transparent:after {
	opacity: 0;
}
.btn-gradient-mob-transparent:before {
	opacity: 1;
}
.btn-gradient-mob-transparent:hover:after {
	opacity: 1;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
/*circle-effects-css*/
.custom-select1 .circle-effects1 {
    right: 5%;
}
.concern-col1 .custom-select1 .circle-effects1 { 
	right: 5%;
}
.header-row2 li .circle-effects1 { 
	width: auto;
	float: none;
	display: none;
	margin: 0 2px 0 0;
	bottom: -2px;
}
.treatments-list-box li .circle-effects1 {
	display: inline-block;
	margin: 0 4px 0 0;
	transform: none;
	position: relative;
	top: 3px;
	left: inherit;
}
.instagram-wrapp h3 .circle-effects1 {
	display: none;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 0;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 10px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
	top: -7px;
}
[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
	display: inline;
}

/*btn-gradient-mask-effect-css*/
.btn-gradient-mob-transparent:after {
	opacity: 0;
}
.btn-gradient-mob-transparent:before {
	opacity: 1;
}
.btn-gradient-mob-transparent:hover:after {
	opacity: 1;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
/*circle-effects-css*/
.header-row1 li .circle-effects1 { bottom:-2px;}

}

@media screen and (min-width:901px) and (max-width:1024px) {

}

@media screen and (min-width:1025px) and (max-width:1240px) {

}

@media screen and (min-width:1241px) and (max-width:1340px) {

}

@media screen and (min-width:1341px) and (max-width:1440px) {

}

@media screen and (-webkit-min-device-pixel-ratio:0) {

}