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

/* circle-effect-css */
.circle-effect1 {
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
	position: relative;
}
.circle-effect1 .circle-row1 {
	width: 100%;
	height: 100%;
	overflow:hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
	position: absolute;
	bottom: -40px;
	right: 0;
	z-index: 10;
}
.circle-effect1:hover .circle-row1, .treatments-col2:hover .circle-row1, .linker-btn1:hover .circle-row1, .flinker-btn1:hover .circle-row1 {
	opacity: 1;
	visibility: visible;
	bottom: 0;
	right: 0;
}
.linker-btn1 .circle-effect1, .flinker-btn1 .circle-effect1, .buttons-btn1 .circle-effect1 {
	width: 19px;
	transform: translateY(-50%);
	position: absolute;
	top: 53%;
	left: 22px;
}

/* square-effect-css */
.square-effect1 {
  cursor: pointer;
  overflow: hidden;
  display: block;
  position: relative;
}
.square-effect1 img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.square-effect1:hover img {
  transform: scale(1.08);
  transition: all 1.5s ease 0s;
  filter: grayscale(100%);
}
.square-effect1 .square-row1 {
  width: 80%;
  height: 80%;
  display: inline-block;
  border: 1px solid #ffffff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0 auto 0;
  position: absolute;
  top: 50%;
  right:0;
  bottom: 0;
  left: 0;
}
.square-effect1:hover .square-row1 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.abouts-col1 .square-effect1 .square-row1 {
	width: 94%;
	height: 91.7%;
}
.straights-col1 .square-effect1 .square-row1 {
	width: 94%;
	height: 95.7%;
}
.implants-col1 .square-effect1 .square-row1 {
	width: 94%;
	height: 95.7%;
}
.testimonials-col3 .square-effect1 .square-row1 {
	width: 70%;
	height: 70%;
	border-radius: 50%;
}
.fees-col1 .square-effect1 .square-row1 {
	width: 94%;
	height: 92%;
}

.treat-wrapp .square-effect1 .square-row1 {
	width: 92%;
	height: 92%;
}

/* checkbox-effect-css */
.checkbox1 {
	width: auto;
	float: none;
	display: inline-block;
	margin: 0 28px 26px 0;
}
.checkbox2 {
	width: auto;
	float: none;
	display: inline-block;
	margin: 0 0 26px;
}
.checkbox1 a, .checkbox2 a {
	font-weight: 500;
	color: #e0b127;
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: #ffffff;
}
.checkbox1 span, .checkbox2 span {
	font-size: 13px;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 0;
	line-height: 19px;
	display: inherit;
	position: relative;
	top: -3px;
}
[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: 15px;
    height: 15px;
	background: #e0b127;
	border: 1px solid #e0b127;
	border-radius: 50%;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #e0b127;
	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;
}

.sidbar-wrapp .checkbox1, .sidbar-wrapp .checkbox2 { width:100%;}
.sidbar-wrapp .checkbox1 { margin: 0 0 16px 0;}

/* parallax-effect-css */
.background { 
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.fullscreen { 
	height: 100%; 
}

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

/*play-hover*/
.video-play-button {
	position: relative;
	display: block;
	width: 42px;
	height: 42px;
	float: left;
	border: 3px solid #e0b127;
	background:none;
	border-radius: 50%;
	margin: 0 10px 0 0;
}
.video-play-button:after {
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 62px;
	height: 62px;
	background: rgba(224,177,39,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: 48px;
	height: 48px;
	background: rgba(224,177,39,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: 16px solid #e0b127;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	margin: 6px 13px;
}
 @-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;
}
}

/* hover-effect-css */
.hovereffect {
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #e0b127;
}
.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);
}

.linker-btn1, .flinker-btn1 { width:114px;height:43px;-webkit-transition:all .25s ease-in;-moz-transition:all .25s ease-in;-o-transition:all .25s ease-in;-ms-transition:all .25s ease-in;transition:all .25s ease-in;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;outline:0;}
.linker-btn1 a, .flinker-btn1 a {color:#404041;margin-left:5px;opacity:0;position:relative;top:-999px}
.linker-btn1:hover a, .flinker-btn1:hover a { color:#ffffff;}
.linker-btn1.open-it, .flinker-btn1.open-it{width:218px}
.linker-btn1.open-it a, .flinker-btn1.open-it a {opacity:1;display:inline-block;top:1px;-webkit-transition:opacity 1s ease;-moz-transition:opacity 1s ease;-o-transition:opacity 1s ease;-ms-transition:opacity 1s ease;transition:opacity 1s ease}

/*Smartphone css*/
@media screen and (max-width: 480px) {
/* checkbox-effect-css */
.checkbox1 {
	width: 100%;
	margin: 0 0 10px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 18px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 11px;
	line-height: 17px;
	top: -5px;
}
[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
	padding-left: 24px;
}
[type="checkbox"]:checked + label:before, [type="checkbox"]:not(:checked) + label:before {
	width: 13px;
    height: 13px;
}
[type="checkbox"]:checked + label:after, [type="checkbox"]:not(:checked) + label:after {
	width: 5px;
    height: 5px;
}
/* linker-effect-css */
.linker-btn1, .flinker-btn1 {
	width: 48%;
	height: 41px;
}
.linker-btn1 a, .flinker-btn1 a {
    opacity: 1;
	margin-left: 0;
    top: 0;
}
.linker-btn1.open-it, .flinker-btn1.open-it {
	width: 48%;
}

.video-play-button:after, .video-play-button:before { display:none;}

}

@media screen and (min-width:481px) and (max-width:600px) {
/* checkbox-effect-css */
.checkbox1 {
	width: 100%;
	margin: 0 0 10px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 18px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 11px;
	line-height: 17px;
	top: -5px;
}
[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
	padding-left: 24px;
}
[type="checkbox"]:checked + label:before, [type="checkbox"]:not(:checked) + label:before {
	width: 13px;
    height: 13px;
}
[type="checkbox"]:checked + label:after, [type="checkbox"]:not(:checked) + label:after {
	width: 5px;
    height: 5px;
}
/* linker-effect-css */
.linker-btn1, .flinker-btn1 {
	width: 48%;
	height: 41px;
}
.linker-btn1 a, .flinker-btn1 a {
    opacity: 1;
	margin-left: 0;
    top: 0;
}
.linker-btn1.open-it, .flinker-btn1.open-it {
	width: 48%;
}

.video-play-button:after, .video-play-button:before { display:none;}

}

@media screen and (min-width:601px) and (max-width:767px) {
/* checkbox-effect-css */
.checkbox1 {
	width: 100%;
	margin: 0 0 10px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 18px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 11px;
	line-height: 17px;
	top: -5px;
}
[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
	padding-left: 24px;
}
[type="checkbox"]:checked + label:before, [type="checkbox"]:not(:checked) + label:before {
	width: 13px;
    height: 13px;
}
[type="checkbox"]:checked + label:after, [type="checkbox"]:not(:checked) + label:after {
	width: 5px;
    height: 5px;
}
/* linker-effect-css */
.linker-btn1, .flinker-btn1 {
	width: 48%;
	height: 41px;
}
.linker-btn1 a, .flinker-btn1 a {
    opacity: 1;
	margin-left: 0;
    top: 0;
}
.linker-btn1.open-it, .flinker-btn1.open-it {
	width: 48%;
}

.video-play-button:after, .video-play-button:before { display:none;}

}

@media screen and (min-width:768px) and (max-width:900px) {
.linker-btn1 .circle-effect1, .flinker-btn1 .circle-effect1 {
	width: 15px;
	left: 16px;
}
/* checkbox-effect-css */
.checkbox1 {
	width: 100%;
	margin: 0 0 8px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 18px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 11px;
	top: -4px;
}
/* linker-effect-css */
.linker-btn1, .flinker-btn1 { 
	width: 87px;
	height: 39px;
}
.linker-btn1.open-it, .flinker-btn1.open-it {
	width: 138px;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.linker-btn1 .circle-effect1, .flinker-btn1 .circle-effect1 {
	width: 17px;
	left: 19px;
}
/* checkbox-effect-css */
.checkbox1 {
	width: 100%;
	margin: 0 0 8px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 22px;
}
.checkbox1 span, .checkbox2 span {
	font-size: 12px;
	top: -3px;
}
/* linker-effect-css */
.linker-btn1, .flinker-btn1 { 
	width: 98px;
	height: 41px;
}
.linker-btn1.open-it, .flinker-btn1.open-it {
	width: 158px;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
/* linker-effect-css */
.linker-btn1.open-it, .flinker-btn1.open-it {
	width: 178px;
}
}