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

/*scrollbar-effects-css*/
/* Firefox */
* {
	scrollbar-width: auto;
	scrollbar-color: #0068b5 #535353;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
	width: 8px;
}

*::-webkit-scrollbar-track {
	background: #535353;
	border-radius: 0;
}

*::-webkit-scrollbar-thumb {
    background-color: #0068b5;
    border: 0 solid #0068b5;
    border-radius: 0;
    height:69px !important;
}

/*video-effects-css*/
.video-play-button {
	width: 100%;
	height: 84px;
	float: left;
	background-image: linear-gradient(to bottom, #04afe7 0%, #0075bb 100%);
	border: none;
	border-radius: 50%;
	margin: 0 0 0;
	position: relative;
}
.video-play-button:after {
	width: 110px;
	height: 110px;
	background: rgba(51,51,50,0.60);
	border-radius: 50%;
	display: block;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:before {
	width: 84px;
	height: 84px;
	background: rgba(51,51,50,0.60);
	border-radius: 50%;
	display: block;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-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: 20px solid #ffffff;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	margin: 30px 34px;
}
 @-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-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;
	bottom: 0;
	left: 0;
	z-index: 10;
}
a .circle-effects1 { 
	width: 16px;
	float: left;
	transform: translateY(-50%);
	margin: 0 0 0;
	position: absolute;
	top: 50%;
	left: 26px;
}
.header-row1 li .circle-effects1, .fheader-row2 li .circle-effects1 { 
	width: auto;
	float: left;
	margin: 0 8px 0 0;
	position: relative;
	bottom: -2px;
}
.circle-effects1:hover img, a:hover .circle-effects1 img, .header-row1 li:hover .circle-effects1 img, .fheader-row2 li:hover .circle-effects1 img { 
	opacity: 0;
}
.circle-effects1:hover .circle-row1, a:hover .circle-effects1 .circle-row1, .header-row1 li:hover .circle-effects1 .circle-row1, .fheader-row2 li:hover .circle-effects1 .circle-row1 {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}
.circle-effects1:hover .circle-row1 img, a:hover .circle-effects1 .circle-row1 img, .header-row1 li:hover .circle-effects1 .circle-row1 img, .fheader-row2 li:hover .circle-effects1 .circle-row1 img { 
	opacity: 1;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: auto;
	float: left;
	margin: 0 16px 26px 0;
}
.checkbox2 {
	width: auto;
	float: left;
	margin: 0 0 26px;
}
.checkbox1 a, .checkbox2 a {
	color: #ffffff;
	font-family: 'gotham-bold-font';
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: #04ace6;
}
.checkbox1 span, .checkbox2 span {
	font-size: 13px;
	font-weight: 400;
	color: #ffffff;
	letter-spacing: normal;
	line-height: 1.54;
	display: inherit;
	position: relative;
	top: -3px;
	font-family: 'gotham-book-font';
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    line-height: 20px;
    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: none;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 50%;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #0068b5;
	border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
    -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: #ffffff;
	border: 1px solid #ffffff;
}

/* hover-effect-css */
.hovereffect {
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #007cc2;
}
.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 0s;
  transition: all 0.25s ease-out 0s;
}
.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);
}

.hovereffect2 {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect2 .overlay2 {
  width: 100%;
  position: absolute;
  overflow: hidden;
  bottom: 75px;
  left: 0;
}

.hovereffect2 img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect2:hover img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}


/*square-effect-css*/
.square-effect1 {
	overflow: hidden;
	cursor: pointer;
	display: block;
	position: relative;
}
.square-effect1 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-effect1: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-effect1 .square-row1 {
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(32,177,232,0.8) 0%, rgba(12,125,195,0.8) 100%);
	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-effect1:hover .square-row1 img {
	transform: none;
	transition: none;
	filter: none;
}
.square-effect1:hover .square-row1 {
	opacity: 1;
	filter: alpha(opacity=100);
}

.treatments-wrapp .treatments-row1.square-effect1:hover .square-row1 {
	opacity: 1;
	z-index: 9;
	filter: alpha(opacity=100);
}

/*btn-gradient-mask-effect-css*/
.btn-gradient-mask1:after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(4,172,230,1) 0%, rgba(0,117,188,1) 100%) border-box;
	border-radius: 24px;
	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-mask1:before {
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(4,172,230,1) 0%, rgba(0,117,188,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-mask1:hover:after {
	opacity: 0;
}

.accordion .btn-gradient-mask1:hover:after {
	opacity: 1;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
/*circle-effects-css*/
.header-row1 li .circle-effects1, .fheader-row2 li .circle-effects1 { 
	width: auto;
	display: none;
	margin: 0 0 0;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 6px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 20px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 11px;
	position: relative;
	top: -3px;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
/*circle-effects-css*/
.header-row1 li .circle-effects1, .fheader-row2 li .circle-effects1 { 
	width: auto;
	display: none;
	margin: 0 0 0;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 6px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 20px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 11px;
	position: relative;
	top: -3px;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
/*circle-effects-css*/
.header-row1 li .circle-effects1, .fheader-row2 li .circle-effects1 { 
	width: auto;
	display: none;
	margin: 0 0 0;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 6px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 20px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 11px;
	position: relative;
	top: -3px;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
/*video-effects-css*/
.video-play-button {
	width: 100%;
	height: 62px;
}
.video-play-button:after {
	width: 88px;
	height: 88px;
}
.video-play-button:before {
	width: 62px;
	height: 62px;
}
.video-play-button span {
	border-left: 14px solid #ffffff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	margin: 22px 27px;
}

/*circle-effects-css*/
.header-row1 li .circle-effects1, .fheader-row2 li .circle-effects1 { 
	display: none;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 6px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 20px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 11px;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
/*video-effects-css*/
.video-play-button {
	width: 100%;
	height: 73px;
}
.video-play-button:after {
	width: 99px;
	height: 99px;
}
.video-play-button:before {
	width: 73px;
	height: 73px;
}
.video-play-button span {
	border-left: 17px solid #ffffff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin: 26px 31px;
}

/*circle-effects-css*/
.header-row1 li .circle-effects1, .fheader-row2 li .circle-effects1 { 
	display: none;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 6px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 23px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
/*circle-effects-css*/
.header-row1 li .circle-effects1, .fheader-row2 li .circle-effects1 { 
	display: none;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 6px;
}
.checkbox2 {
	width: 100%;
}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 6px;
}
.checkbox2 {
	width: 100%;
}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.mac-os .checkbox1 span, .mac-os .checkbox2 span  { 
	top: -1px;
}
}