@charset "utf-8";
/* CSS Document */

/*circle-effects-css*/
.circle-effect1 {
	display: block;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position: relative;
}
.circle-effect1 img {
	width: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	display: block;
}
.circle-effect1 .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: -40px;
	z-index: 10;
}
.circle-effect1:hover img, .treatments-col2:hover .circle-effect1 img, .services-col2:hover .circle-effect1 img { 
	opacity: 0;
}
.circle-effect1:hover .circle-row1, .treatments-col2:hover .circle-effect1 .circle-row1, .services-col2:hover .circle-effect1 .circle-row1 {
	opacity: 1;
	visibility: visible;
	bottom: 0;
	right: 0;
}
.circle-effect1:hover .circle-row1 img, .treatments-col2:hover .circle-effect1 .circle-row1 img, .services-col2:hover .circle-effect1 .circle-row1 img { 
	opacity: 1;
}
.treatments-col2 .circle-effect1 {
	background: #ffffff;
	box-shadow: 0px 0px 35px 0px rgba(48,73,132,0.59);
	border-radius: 50%;
	overflow: hidden;
}
.treatments-col2:hover .circle-effect1 {
	background: #1d3262;
}
.services-col2:hover .circle-effect1 {
	background: #1d3262;
}

/*play-hover*/
.video-play-button {
	position: relative;
	display: block;
	width: 24px;
	height: 24px;
	float: left;
	border: 2px solid #ffffff;
	border-radius: 50%;
	margin: 0 8px 0 0;
}
.video-play-button:after {
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 38px;
	height: 38px;
	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 {
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 28px;
	height: 28px;
	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: 7px solid #ffffff;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	margin: 6px 8px;
}

.testi-wrapp .video-play-button {
	width: 45px;
	height: 45px;
	margin: 0 0 0 0;
}
.testi-wrapp .video-play-button:after {
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 59px;
	height: 59px;
	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;
}
.testi-wrapp .video-play-button:before {
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 49px;
	height: 49px;
	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;
}

.testi-wrapp .video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 13px solid #ffffff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin: 10px 17px;
}
 @-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;
}
}

/*circular-effect1*/
.circular {
  width: auto;
  text-align: center;
  transform: rotate(280deg);
  transform-origin: bottom center;
  transition: all 0.4s ease-in-out;
  margin: 0 0 0;
  position: absolute;
  top: 5px;
  left: 17px;
  z-index: 9;
}
.circular span {
  width: 20px;
  height: 50px;
  font-size: 11.5px;
  color: #1d3262;
  letter-spacing: 0.20px;
  line-height: 23.5px;
  text-transform: uppercase;
  transform-origin: bottom center;
  margin: 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'brown-bold-font';
}
.char1 {
  transform: rotate(304deg);
}
.char2 {
  transform: rotate(314deg);
}
.char3 {
  transform: rotate(328deg);
}
.char4 {
  transform: rotate(342deg);
}
.char5 {
  transform: rotate(356deg);
}
.char6 {
  transform: rotate(366deg);
}
.char7 {
  transform: rotate(382deg);
}
.char8 {
  transform: rotate(398deg);
}
.char9 {
  transform: rotate(412deg);
}
.char10 {
  transform: rotate(426deg);
}
.char11 {
  transform: rotate(440deg);
}
.char12 {
  transform: rotate(452deg);
}
.char13 {
  transform: rotate(466deg);
}
.char14 {
  transform: rotate(480deg);
}
.char15 {
  transform: rotate(492deg);
}
.char16 {
  transform: rotate(506deg);
}
.char17 {
  transform: rotate(522deg);
}
.char18 {
  transform: rotate(538deg);
}
.char19 {
  transform: rotate(554deg);
}
.char20 {
  transform: rotate(570deg);
}
.char21 {
  transform: rotate(586deg);
}
.char22 {
  transform: rotate(602deg);
}
.char23 {
  transform: rotate(618deg);
}
.char24 {
  transform: rotate(634deg);
}
.char25 {
  transform: rotate(650deg);
}
.char26 {
  transform: rotate(666deg);
}
.char27 {
  transform: rotate(682deg);
}
.hygiene-box1 .char1 {
  transform: rotate(302deg);
}
.hygiene-box1 .char2 {
  transform: rotate(314deg);
}
.hygiene-box1 .char3 {
  transform: rotate(328deg);
}
.hygiene-box1 .char4 {
  transform: rotate(342deg);
}
.hygiene-box1 .char5 {
  transform: rotate(356deg);
}
.hygiene-box1 .char6 {
  transform: rotate(370deg);
}
.hygiene-box1 .char7 {
  transform: rotate(386deg);
}
.hygiene-box1 .char8 {
  transform: rotate(402deg);
}
.hygiene-box1 .char9 {
  transform: rotate(416deg);
}
.hygiene-box1 .char10 {
  transform: rotate(430deg);
}
.hygiene-box1 .char11 {
  transform: rotate(438deg);
}
.hygiene-box1 .char12 {
  transform: rotate(450deg);
}
.hygiene-box1 .char13 {
  transform: rotate(464deg);
}
.hygiene-box1 .char14 {
  transform: rotate(478deg);
}
.hygiene-box1 .char15 {
  transform: rotate(490deg);
}
.hygiene-box1 .char16 {
  transform: rotate(498deg);
}
.hygiene-box1 .char17 {
  transform: rotate(520deg);
}
.hygiene-box1 .char18 {
  transform: rotate(517deg);
}
.hygiene-box1 .char19 {
  transform: rotate(530deg);
}
.hygiene-box1 .char20 {
  transform: rotate(542deg);
}
.hygiene-box1 .char21 {
  transform: rotate(552deg);
}
.hygiene-box1 .char22 {
  transform: rotate(566deg);
}
.hygiene-box1 .char23 {
  transform: rotate(578deg);
}
.hygiene-box1 .char24 {
  transform: rotate(594deg);
}
.hygiene-box1 .char25 {
  transform: rotate(608deg);
}
.hygiene-box1 .char26 {
  transform: rotate(618deg);
}
.hygiene-box1 .char27 {
  transform: rotate(630deg);
}

/*checkbox-effect-css*/
.checkbox1 {
	width: auto;
	float: none;
	display: inline-block;
	margin: 0 17px 26px 0;
}
.checkbox2 {
	width: auto;
	float: none;
	display: inline-block;
	margin: 0 0 26px;
}
.checkbox1 a, .checkbox2 a {
	color: #989898;
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: #000000;
}
.checkbox1 span, .checkbox2 span {
	float: none;
	font-size: 14px;
	color: #989898;
	letter-spacing: 0;
	line-height: 26px;
	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
{
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline;
    color: #666;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
	background: rgba(255,255,255,0.0);
	border: 1px solid #000000;
	border-radius: 50%;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #000000;
	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: rgba(255,255,255,0.0);
}

.sidbar-wrapp .checkbox1 { margin:0 0 7px 0;}
.sidbar-wrapp .checkbox1, .sidbar-wrapp .checkbox2 { width:100%;}
.sidbar-wrapp .checkbox1 a, .sidbar-wrapp .checkbox2 a { color: #ffffff; text-decoration:underline;}
.sidbar-wrapp .checkbox1 a:hover, .sidbar-wrapp .checkbox2 a:hover { color: #000000;}
.sidbar-wrapp .checkbox1 span, .sidbar-wrapp .checkbox2 span {color: #ffffff;}
.sidbar-wrapp [type="checkbox"]:checked + label:before,
.sidbar-wrapp [type="checkbox"]:not(:checked) + label:before {
	background: rgba(255,255,255,0.0);
	border: 1px solid #ffffff;
}
.sidbar-wrapp [type="checkbox"]:checked + label:after,
.sidbar-wrapp [type="checkbox"]:not(:checked) + label:after {
    background: #ffffff;
}

/* hover-effect-css */
.hovereffect {
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #1d3262;
}
.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);
}

/*masonry-effect-css*/
.masonry-effect1 {
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.masonry-effect1 .masonry-row1 img {
	vertical-align: bottom;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.masonry-effect1:hover .masonry-row1 img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.masonry-effect1 .masonry-row1:before {
	display: block;
	background-color: rgba(0, 0, 0, 0.60);
	content: "";
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: 1;
}
.masonry-effect1:hover .masonry-row1:before {
	opacity: 1;
	visibility: visible;
}
.masonry-effect1 .masonry-symbol1 {
	width: 54px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: absolute;
	left: 4.4%;
	bottom: 6%;
	z-index: 2;
}
.masonry-effect1 .masonry-symbol1 img {
	width: 100%;
	display: block;
	margin: 0 0 0;
}
.masonry-effect1:hover .masonry-symbol1 {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
/*circular-effect1*/
.circular {
	top: 2px;
	left: 22px;
	position: absolute;
	left: 10px;
}
.circular span {
	width: 20px;
	height: 40px;
	font-size: 9.5px;
	line-height: 21.5px;
	margin: 0 0 0;
}
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 8px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 18px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
	letter-spacing: 0;
	line-height: 22px;
	position: relative;
	top: -6px;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
/*circular-effect1*/
.circular {
	top: 2px;
	left: 22px;
	position: absolute;
	left: 10px;
}
.circular span {
	width: 20px;
	height: 40px;
	font-size: 9.5px;
	line-height: 21.5px;
	margin: 0 0 0;
}
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 8px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 18px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
	letter-spacing: 0;
	line-height: 22px;
	position: relative;
	top: -6px;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
/*circular-effect1*/
.circular {
	top: 2px;
	left: 22px;
	position: absolute;
	left: 10px;
}
.circular span {
	width: 20px;
	height: 40px;
	font-size: 9.5px;
	line-height: 21.5px;
	margin: 0 0 0;
}
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 8px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 18px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
	letter-spacing: 0;
	line-height: 22px;
	position: relative;
	top: -6px;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
/*circular-effect1*/
.circular {
	left: 11px;
}
.circular span {
	width: 20px;
	height: 40px;
	font-size: 9.5px;
	line-height: 21.5px;
	margin: 0 0 0;
}
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 8px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 18px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
	letter-spacing: 0;
	line-height: 24px;
	position: relative;
	top: -6px;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
/*circular-effect1*/
.circular {
	left: 14px;
}
.circular span {
	width: 20px;
	height: 45px;
	font-size: 10.5px;
	line-height: 22.5px;
	margin: 0 0 0;
}
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 8px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 22px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 13px;
	letter-spacing: 0;
	line-height: 25px;
	position: relative;
	top: -6px;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 8px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 22px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 13px;
	letter-spacing: 0;
	line-height: 25px;
	position: relative;
	top: -6px;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
.mac-os .checkbox1 span, .mac-os .checkbox2 span {
	top: 0;
}
}