@charset "utf-8";
/* CSS Document */

/* Video-play-hover-css */
.video-play-button {
	width: 58px;
	height: 58px;
	float: left;
	background: none;
	border: 2px solid #ffffff;
	border-radius: 50%;
	display: block;
	margin: 0 10px 0 0;
	position: relative;
}
.video-play-button:after {
	width: 78px;
	height: 78px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	background: rgba(255,255,255,0.60);
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:before {
	width: 68px;
	height: 68px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	background: rgba(255,255,255,0.60);
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after, .video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	z-index: -9;
}
.video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 19px solid #ffffff;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	margin: 11px 21px;
}

 @-webkit-keyframes pulse-border {
 0% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}
 @keyframes pulse-border {
 0% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}

/* Circle-effect-css */
.circle-hover1 {
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.circle-hover1 .circle-row1 {
	width: 100%;
	height: 100%;
	overflow:hidden;
	position: absolute;
	z-index: 10;
	bottom: -40px;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
}
.circle-hover1:hover .circle-row1, .offers-col1:hover .circle-row1, .offers-col2:hover .circle-row1, .offers-col3:hover .circle-row1, .gradient-effect1:hover .circle-row1 {
	opacity: 1;
	visibility: visible;
	bottom: 0;
	right: 0;
}

/* Social-effect-css */
.social-col1 {
	width: 40px;
	float: right;
	margin: 0 0 0;
	transform: translateY(-50%);
	position: fixed;
	top: 50%;
	left: 20px;
	z-index: 999;
}
.social-col1 img {
	width: 100%;
	display: block;
	transition: transform 0.8s ease-in-out 0s;
}
.social-col1 .social-row1 {
	width: 100%;
	float: right;
}
.social-col1 .social-row1 a {
	width: 100%;
	float: left;
	margin: 8px 0 8px;
}
.social-col1 .social-row1 a:hover img { 
	transform:rotate(360deg);
}

/* Gradient-effect-css */
.gradient-effect1 {
  background: #000;
  background: -moz-linear-gradient(-45deg, #000000 0%, #000000 25%, #cc0f6a 50%, #ce2878 75%, #a1a4a7 100%);
  background: -webkit-linear-gradient(-45deg, #000000 0%, #000000 25%, #cc0f6a 50%, #ce2878 75%, #a1a4a7 100%);
  background: linear-gradient(135deg, #000000 0%, #000000 25%, #cc0f6a 50%, #ce2878 75%, #a1a4a7 100%);
  background-size: 400% 400%;
  background-repeat: no-repeat;
  display: flex;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: .5s all;
}
.gradient-effect1 img {
	transition:transform 0.8s ease-in-out 0s;
}
.gradient-effect1:hover img {
	transform:scale(1.08);
	transition:all 1.5s ease 0s;
}
.gradient-effect1:hover .treatments-thm1 img, .gradient-effect1:hover .treatments-thm2 img {
  transform: none;
  transition: none;
}
.gradient-effect1 .gradient-row1 {
  width: 100%; 
  float: left;
  position: relative;
  mix-blend-mode: screen;
}
.gradient-effect1:hover {
  background-position: 100% 100%;
}

/* Checkbox-effect-css */
.checkbox1 {
	width: 72.8%;
	float: none;
	margin: 0 auto 10px;
}
.checkbox2 {
	width: 72.8%;
	float: none;
	margin: 0 auto 16px;
}
.checkbox1 a, .checkbox2 a {
	color: #ffffff;
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: #e62082;
}
.checkbox1 span, .checkbox2 span {
	font-size: 13px;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 0;
	line-height: 25px;
	display: inherit;
	position: relative;
	top: -4px;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: initial;
    color: #666;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
	background: none;
	border: 1px solid #ffffff;
	border-radius: 50%;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #ffffff;
	border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[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 {
    background: none;
}

.sidbar-wrapp .checkbox1 { width:100%;}
.sidbar-wrapp .checkbox2 { width:100%;}
.sidbar-wrapp .checkbox1 span, .sidbar-wrapp .checkbox2 span { top:-3px;}

.enquiry-wrapp2 .checkbox1 a, .enquiry-wrapp2 .checkbox2 a { color: #262626;}
.enquiry-wrapp2 .checkbox1 span, .enquiry-wrapp2 .checkbox2 span { color:#262626;}
.enquiry-wrapp2 [type="checkbox"]:checked + label:before, .enquiry-wrapp2 [type="checkbox"]:not(:checked) + label:before { border: 1px solid #262626;}
.enquiry-wrapp2 [type="checkbox"]:checked + label:after, .enquiry-wrapp2 [type="checkbox"]:not(:checked) + label:after { background:#262626;}

/* Map-effect-color */
.map-color {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

/* hover-effect-css */
.hovereffect {
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #e4217f;
}
.hovereffect .overlay1 {
  position: absolute;
  overflow: hidden;
  width: 80%;
  left: 10%;
  bottom: 1%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}
.hovereffect:hover .overlay1 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.hovereffect:hover img {
	mix-blend-mode: multiply;
}
.hovereffect h3 {
  text-align: center;
  position: relative;
  font-size: 20px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}
.hovereffect a, .hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}
.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h3 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
/* Social-effect-css */
.social-col1 {
	width: 60px;
	display: none;
	margin: 0 0 0;
}
/* Checkbox-effect-css */
.checkbox1 {
	width: 100%;
	margin: 0 0 6px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 10px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
	line-height: 24px;
	top: -5px;
}
[type="checkbox"]:checked + label:before, [type="checkbox"]:not(:checked) + label:before {
	width: 16px;
	height: 16px;
}
[type="checkbox"]:checked + label:after, [type="checkbox"]:not(:checked) + label:after {
	width: 6px;
	height: 6px;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
/* Social-effect-css */
.social-col1 {
	width: 60px;
	display: none;
	margin: 0 0 0;
}
/* Checkbox-effect-css */
.checkbox1 {
	width: 100%;
	margin: 0 0 6px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 10px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
	line-height: 24px;
	top: -5px;
}
[type="checkbox"]:checked + label:before, [type="checkbox"]:not(:checked) + label:before {
	width: 16px;
	height: 16px;
}
[type="checkbox"]:checked + label:after, [type="checkbox"]:not(:checked) + label:after {
	width: 6px;
	height: 6px;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
/* Social-effect-css */
.social-col1 {
	width: 60px;
	display: none;
	margin: 0 0 0;
}
/* Checkbox-effect-css */
.checkbox1 {
	width: 100%;
	margin: 0 0 6px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 10px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
	line-height: 24px;
	top: -5px;
}
[type="checkbox"]:checked + label:before, [type="checkbox"]:not(:checked) + label:before {
	width: 16px;
	height: 16px;
}
[type="checkbox"]:checked + label:after, [type="checkbox"]:not(:checked) + label:after {
	width: 6px;
	height: 6px;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
/* Social-effect-css */
.social-col1 {
	width: 32px;
	left: 3%;
}
.social-col1 .social-row1 a {
	margin: 4px 0 4px;
}
/* Checkbox-effect-css */
.checkbox1 {
	margin: 0 auto 4px;
}
.checkbox2 {
	margin: 0 auto 10px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 11px;
	line-height: 23px;
	top: -6px;
}
[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
	padding-left: 22px;
}
[type="checkbox"]:checked + label:before, [type="checkbox"]:not(:checked) + label:before {
	width: 14px;
	height: 14px;
}
[type="checkbox"]:checked + label:after, [type="checkbox"]:not(:checked) + label:after {
	width: 4px;
	height: 4px;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
/* Social-effect-css */
.social-col1 {
	width: 36px;
	left: 3%;
}
.social-col1 .social-row1 a {
	margin: 6px 0 6px;
}
/* Checkbox-effect-css */
.checkbox1 {
	margin: 0 auto 7px;
}
.checkbox2 {
	margin: 0 auto 13px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
	line-height: 24px;
	top: -5px;
}
[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
	padding-left: 25px;
}
[type="checkbox"]:checked + label:before, [type="checkbox"]:not(:checked) + label:before {
	width: 16px;
	height: 16px;
}
[type="checkbox"]:checked + label:after, [type="checkbox"]:not(:checked) + label:after {
	width: 6px;
	height: 6px;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
/* Social-effect-css */
.social-col1 {
	width: 36px;
	left: 3%;
}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
/* Social-effect-css */
.social-col1 {
	left: 3%;
}
}