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

/*scrollbar-effects-css*/
/* Firefox */
* {
	scrollbar-width: auto;
	scrollbar-color: #e4ad25 #ffffff;
}
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 8px;
}
*::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 0;
}
*::-webkit-scrollbar-thumb {
    background-color: #e4ad25;
    border-radius: 0;
    border: 0px solid #e4ad25;
    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: 0;
	z-index: 10;
}
a .circle-effects1, .guidein-btn1 .circle-effects1 { 
	width: 12px;
	vertical-align: middle;
	display: inline-block;
	margin: -2px 0 0 4px;
}
.difference-wrapp2 .about-btn1 .circle-effects11 { width: 29px; margin:-2px 8px 0 0;}

.btn-yellow-transparent-on-black-transparent .circle-effects1 { 
	display: inline-block;
}
div h4 .circle-effects1, div h5 .circle-effects1 { 
	width: 12px;
	vertical-align: middle;
	display: inline-block;
	margin: -3px 4px 0 0;
}
div h4 .circle-effects1:hover img, div h5 .circle-effects1:hover img { 
	opacity: 1;
}
.outcomes-row1 .circle-effects1 {
	width: 60px;
	float: none;
	transform: translateY(-50%);
	margin: 0 auto 0;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
}

.testi-row1 .circle-effects1 {
	width: 60px;
	float: none;
	transform: translateY(-50%);
	margin: 0 auto 0;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
}

.circle-effects1:hover img, a:hover .circle-effects1 img, .articles-col5:hover .circle-effects1 img, .journey-col2:hover .circle-effects1 img, .guidein-btn1:hover .circle-effects1 img { 
	opacity: 0;
}
.circle-effects1:hover .circle-row1, a:hover .circle-effects1 .circle-row1, .articles-col5:hover .circle-effects1 .circle-row1, .journey-col2:hover .circle-effects1 .circle-row1, .guidein-btn1:hover .circle-effects1 .circle-row1 {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}
.circle-effects1:hover .circle-row1 img, a:hover .circle-effects1 .circle-row1 img, .articles-col5:hover .circle-effects1 .circle-row1 img, .journey-col2:hover .circle-effects1 .circle-row1 img, .guidein-btn1:hover .circle-effects1 .circle-row1 img { 
	opacity: 1;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	float: none;
	display: inline-block;
	margin: 0 0 10px;
}
.checkbox2 {
	width: 49%;
	float: none;
	display: inline-block;
	margin: 0 0 4px;
}
.checkbox1 a, .checkbox2 a {
	color: #e4ad25;
	font-weight:600;
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: #7f7f7f;
}
.checkbox1 span, .checkbox2 span {
	font-size: 13px;
	font-weight: 400;
	color: #7f7f7f;
	line-height: 1.23;
	display: block;
	position: relative;
	top:-1px;
}
.checkbox1 [type="checkbox"]:checked,
.checkbox1 [type="checkbox"]:not(:checked), .checkbox2 [type="checkbox"]:checked,
.checkbox2 [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.checkbox1 [type="checkbox"]:checked + label,
.checkbox1 [type="checkbox"]:not(:checked) + label, .checkbox2 [type="checkbox"]:checked + label,
.checkbox2 [type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.checkbox1 [type="checkbox"]:checked + label:before,
.checkbox1 [type="checkbox"]:not(:checked) + label:before, .checkbox2 [type="checkbox"]:checked + label:before,
.checkbox2 [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 13px;
    height: 13px;
	background: none;
	border: 1px solid #e4ad25;
	border-radius: 50%;
}
.checkbox1 [type="checkbox"]:checked + label:after,
.checkbox1 [type="checkbox"]:not(:checked) + label:after, .checkbox2 [type="checkbox"]:checked + label:after,
.checkbox2 [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 5px;
    height: 5px;
    background: #e4ad25;
	border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.checkbox1 [type="checkbox"]:not(:checked) + label:after, .checkbox2 [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.checkbox1 [type="checkbox"]:checked + label:after, .checkbox2 [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.checkbox1 [type="checkbox"]:checked + label:before, .checkbox2 [type="checkbox"]:checked + label:before {
	border: 1px solid #e4ad25;
}

.join-box1 .checkbox1 span, .join-box1 .checkbox2 span { font-size:15px; top:-2px;}
.join-box1 [type="checkbox"]:checked + label, .join-box1 [type="checkbox"]:not(:checked) + label { padding-left:20px;}

.join-box2 .checkbox2 { width:15%;}
.join-box2 .checkbox1 span, .join-box1 .checkbox2 span { font-size:15px; top:-2px;}
.join-box2 [type="checkbox"]:checked + label, .join-box2 [type="checkbox"]:not(:checked) + label { padding-left:20px;}
.join-col22 .checkbox1 a { display:block;}

/*grayscale-effect-css*/
.grayscale-effect {
	display: block;
}
.grayscale-effect img {
	width: 100%;
	display: block;
	object-fit: cover;
	transition: transform 0.4s ease;
	backface-visibility: hidden;
}
.grayscale-effect .grayscale-row1 {
	overflow: hidden;
	cursor: pointer;
	border-radius: 24px;
	/* iOS FIX */
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-webkit-mask-image: -webkit-radial-gradient(white, black);
	display: block;
	position: relative;
}
.grayscale-effect:hover .grayscale-row1 img {
	filter: grayscale(100%);
	transform: scale(1.15);
}

.dentology-col3 .grayscale-effect .grayscale-row1, .guide-col2 .grayscale-effect .grayscale-row1 { border-radius:24px 24px 0 0;}
.event-col3 .grayscale-effect .grayscale-row1 { border-radius:24px 24px 0 0;}

/*btn-bg-color-css*/
.btn-black-transparent-yellow-on-hover-white-yellow {
	color: #090909;
	background: none;
	border-color: #e4ad25;
	margin: 0 8px 0 0;
	padding: 16px 26px 16px 26px;
}
.btn-black-transparent-yellow-on-hover-white-yellow:last-child {
	margin-right: 0;
}
.btn-black-transparent-yellow-on-hover-white-yellow:hover {
	color: #ffffff;
	background: #e4ad25;
	border-color: #e4ad25;
}

.btn-white-yellow-on-hover-yellow-transparent-yellow {
	color: #ffffff;
	background: #e4ad25;
	border-color: #e4ad25;
	margin: 0 8px 0 0;
	padding: 16px 26px 16px 26px;
}
.btn-white-yellow-on-hover-yellow-transparent-yellow:last-child {
	margin-right: 0;
}
.btn-white-yellow-on-hover-yellow-transparent-yellow:hover {
	color: #e4ad25;
	background: none;
	border-color: #e4ad25;
}

.btn-white-black-on-hover-black-transparent-black {
	color: #ffffff;
	background: #090909;
	border-color: #090909;
	margin: 0 8px 0 0;
	padding: 16px 26px 16px 26px;
}


.sidbar-row1 .btn-white-black-on-hover-black-transparent-black {
	color: #ffffff !important;
	background: #090909 !important;
	border-color: #090909 !important;
	
}


.sidbar-row1 .btn-white-black-on-hover-black-transparent-black:hover {
	color: #090909 !important;
	background: none !important;
	border-color: #090909 !important;
}




.btn-white-black-on-hover-black-transparent-black:last-child {
	margin-right: 0;
}
.btn-white-black-on-hover-black-transparent-black:hover {
	color: #090909;
	background: none;
	border-color: #090909;
}

.btn-black-transparent-white-on-white-yellow {
	color: #090909;
	background: none;
	border-color: #ffffff;
	margin: 0 8px 0 0;
	padding: 16px 26px 16px 26px;
}
.btn-black-transparent-white-on-white-yellow:last-child {
	margin-right: 0;
}
.btn-black-transparent-white-on-white-yellow:hover {
	color: #e4ad25;
	background: #ffffff;
	border-color: #ffffff;
}

.btn-yellow-transparent-on-black-transparent {
	color: #e4ad25;
	background: none;
	margin: 0 8px 0 0;
	border-color: rgba(0,0,0,0);
}
.btn-yellow-transparent-on-black-transparent:last-child {
	margin-right: 0;
}
.btn-yellow-transparent-on-black-transparent:hover {
	color: #090909;
	background: none;
	border-color: rgba(0,0,0,0);
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
/*circle-effects-css*/
a .circle-effects1 { 
	width: 12px;
	display: none;
	margin: 0 0 0;
}

/*btn-bg-color-css*/
.btn-black-transparent-yellow-on-hover-white-yellow {
	margin: 8px 4px 0 0;
	padding: 16px 20px 16px 20px;
}

.btn-white-yellow-on-hover-yellow-transparent-yellow {
	margin: 8px 4px 0 0;
	padding: 16px 20px 16px 20px;
}

.btn-white-black-on-hover-black-transparent-black {
	margin: 8px 4px 0 0;
	padding: 16px 20px 16px 20px;
}

.btn-black-transparent-white-on-white-yellow {
	margin: 8px 4px 0 0;
	padding: 16px 20px 16px 20px;
}

.join-box2 .checkbox2 { width:49%;}
}

@media screen and (min-width:481px) and (max-width:600px) {
/*circle-effects-css*/
a .circle-effects1 { 
	width: 12px;
	display: none;
	margin: 0 0 0;
}

/*btn-bg-color-css*/
.btn-black-transparent-yellow-on-hover-white-yellow {
	margin: 8px 4px 0 0;
	padding: 16px 20px 16px 20px;
}

.btn-white-yellow-on-hover-yellow-transparent-yellow {
	margin: 8px 4px 0 0;
	padding: 16px 20px 16px 20px;
}

.btn-white-black-on-hover-black-transparent-black {
	margin: 8px 4px 0 0;
	padding: 16px 20px 16px 20px;
}

.btn-black-transparent-white-on-white-yellow {
	margin: 8px 4px 0 0;
	padding: 16px 20px 16px 20px;
}

.join-box2 .checkbox2 { width:27%;}
}

@media screen and (min-width:601px) and (max-width:767px) {
/*circle-effects-css*/
a .circle-effects1 { 
	width: 12px;
	display: none;
	margin: 0 0 0;
}

/*btn-bg-color-css*/
.btn-black-transparent-yellow-on-hover-white-yellow {
	margin: 8px 4px 0 0;
	padding: 16px 20px 16px 20px;
}

.btn-white-yellow-on-hover-yellow-transparent-yellow {
	margin: 8px 4px 0 0;
	padding: 16px 20px 16px 20px;
}

.btn-white-black-on-hover-black-transparent-black {
	margin: 8px 4px 0 0;
	padding: 16px 20px 16px 20px;
}

.btn-black-transparent-white-on-white-yellow {
	margin: 8px 4px 0 0;
	padding: 16px 20px 16px 20px;
}

.join-box2 .checkbox2 { width:20%;}
}

@media screen and (min-width:768px) and (max-width:900px) {
/*circle-effects-css*/
a .circle-effects1 { 
	display: none;
}
div h4 .circle-effects1, div h5 .circle-effects1 {
	margin: -3px 2px 0 0;
}

/*btn-bg-color-css*/
.btn-black-transparent-yellow-on-hover-white-yellow {
	margin: 0 4px 0 0;
	padding: 16px 20px 16px 20px;
}

.btn-white-yellow-on-hover-yellow-transparent-yellow {
	margin: 0 4px 0 0;
	padding: 16px 20px 16px 20px;
}

.btn-white-black-on-hover-black-transparent-black {
	margin: 0 4px 0 0;
	padding: 16px 20px 16px 20px;
}

.btn-black-transparent-white-on-white-yellow {
	margin: 0 4px 0 0;
	padding: 16px 20px 16px 20px;
}

.join-box2 .checkbox2 { width:27%;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
/*circle-effects-css*/
a .circle-effects1 { 
	display: none;
}
div h4 .circle-effects1, div h5 .circle-effects1 {
	margin: -3px 3px 0 0;
}

/*btn-bg-color-css*/
.btn-black-transparent-yellow-on-hover-white-yellow {
	margin: 0 6px 0 0;
	padding: 16px 23px 16px 23px;
}

.btn-white-yellow-on-hover-yellow-transparent-yellow {
	margin: 0 6px 0 0;
	padding: 16px 23px 16px 23px;
}

.btn-white-black-on-hover-black-transparent-black {
	margin: 0 6px 0 0;
	padding: 16px 23px 16px 23px;
}

.btn-black-transparent-white-on-white-yellow {
	margin: 0 6px 0 0;
	padding: 16px 23px 16px 23px;
}

.join-box2 .checkbox2 { width:27%;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.join-box2 .checkbox2 { width:19%;}
}

@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) {

}