/*基础CSS*/
html {
	font-size: 14px;
	overflow-x: hidden;
}
li {
	list-style: none;
}
a {
	color: #212529
}
a:hover {
	text-decoration: none;
}
p, dl, dt, dd, ul {
	margin: 0px;
	padding: 0px;
}
.red{
	color:red;
}
.text-secondary a {
	color: #6c757d;
}
.card, .figure {
	margin: 15px 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1.2rem;
	padding-left: 1.2rem;
	font-size: 14px;
}
.navbar-brand {
	font-size: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.shadow-sm-top {
	box-shadow: 0 -.125rem .25rem rgba(0,0,0,.075) !important;
}
/*上下外边距*/
.mt-6, .my-6 {
	margin-top: 4rem !important;
}
.mt-7, .my-7 {
	margin-top: 5rem !important;
}
.mt-8, .my-8 {
	margin-top: 6rem !important;
}
.mt-9, .my-9 {
	margin-top: 7rem !important;
}
.mt-10, .my-10 {
	margin-top: 8rem !important;
}
.mb-6, .my-6 {
	margin-bottom: 4rem !important;
}
.mb-7, .my-7 {
	margin-bottom: 5rem !important;
}
.mb-8, .my-8 {
	margin-bottom: 6rem !important;
}
.mb-9, .my-9 {
	margin-bottom: 7rem !important;
}
.mb-10, .my-10 {
	margin-bottom: 8rem !important;
}
/*上下内边距*/
.pt-6, .mp-6 {
	padding-top: 4rem !important;
}
.pt-7, .py-7 {
	padding-top: 5rem !important;
}
.pt-8, .py-8 {
	padding-top: 6rem !important;
}
.pt-9, .py-9 {
	padding-top: 7rem !important;
}
.pt-10, .py-10 {
	padding-top: 8rem !important;
}
.pb-6, .py-6 {
	padding-bottom: 4rem !important;
}
.pb-7, .py-7 {
	padding-bottom: 5rem !important;
}
.pb-8, .py-8 {
	padding-bottom: 6rem !important;
}
.pb-9, .py-9 {
	padding-bottom: 7rem !important;
}
.pb-10, .py-10 {
	padding-bottom: 8rem !important;
}
/*边框*/
.border-top-dashed {
	border-top: 1px dashed #dee2e6 !important;
}
.border-right-dashed {
	border-right: 1px dashed #dee2e6 !important;
}
.border-bottom-dashed {
	border-bottom: 1px dashed #dee2e6 !important;
}
.border-right-dashed {
	border-top: 1px dashed #dee2e6 !important;
}
/*字距*/
.ls-1 {
	letter-spacing: 1px;
}
.ls-2 {
	letter-spacing: 2px;
}
.ls-3 {
	letter-spacing: 3px;
}
.ls-4 {
	letter-spacing: 4px;
}
.ls-5 {
	letter-spacing: 5px;
}
/*分页*/
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #17a2b8;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.page-num-current:hover {
	color: #fff;
}
/*其他*/
.pages {
	min-height: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.code, .code img {
	height: 100px;
}
.position, .position a {
	color: #999;
}
.content {
	color: #666;
	line-height: 2;
}
.content img, .content iframe {
	max-width: 100% !important;
}
.content li {
	list-style: disc outside none;
	margin-left: 20px;
}
/*产品轮播*/
.view {
	max-width: 500px;
}
.view .swiper-slide {
	height: 300px;
	max-width: 500px;
	padding: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}
.view .swiper-slide img {
	height: 100%;
}
.view .arrow-left {
	background: url(../images/index_tab_l.png) no-repeat left center;
	position: absolute;
	left: 10px;
	width: 28px;
	height: 300px;
	z-index: 10;
	display: none;
}
.view .arrow-right {
	background: url(../images/index_tab_r.png) no-repeat right center;
	position: absolute;
	right: 10px;
	width: 28px;
	height: 300px;
	z-index: 10;
	display: none;
}
.preview {
	position: relative;
	width: 440px;
	left: 30px;
}
.preview .swiper-slide {
	width: 87.5px;
	height: 70px;
	margin: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
}
.preview .swiper-slide img {
	display: inline-block;
	height: 100%;
}
.preview .active-nav {
	border: 1px solid #F00;
}
.preview .arrow-left {
	background: #fff url(../images/feel3.png) no-repeat left center;
	position: absolute;
	left: -20px;
	top: 0;
	width: 20px;
	height: 70px;
	z-index: 10;
}
.preview .arrow-right {
	background: #fff url(../images/feel4.png) no-repeat right center;
	position: absolute;
	right: -20px;
	top: 0;
	width: 20px;
	height: 70px;
	z-index: 10;
}

@media only screen and (max-width: 768px) {
.view .swiper-slide {
	height: 200px;
}
.preview {
	display: none;
}
.view .arrow-left, .view .arrow-right {
	height: 200px;
	display: block;
}
}
/*在线客服*/
.online {
	position: fixed;
	bottom: 150px;
	right: 10px;
	width: 60px;
	z-index: 999;
	color: #999;
}
.online a {
	color: #666;
}
.online a:hover {
	text-decoration: none;
}
.online dl {
	background: #27a8e1;
	padding: 10px 5px;
	margin-bottom: 1px;
	position: relative;
}
.online dl dd {
	color: #fff;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}
.online dl dd i {
	font-size: 25px;
}
.online dl:hover {
	background: #1781bd;
}
.online dl dt {
	position: absolute;
	top: 0px;
	right: 60px;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 9999;
	display: none;
	padding: 10px 15px;
	font-weight: normal;
}
.online dl dt h3 {
	display: block;
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
.online dl dt h3 i {
	margin-right: 5px;
}
.online dl dt h3 span {
	float: right;
	cursor: pointer;
}
.online dl dt input {
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 15px;
	height: 40px;
	line-height: 40px;
	padding: 3px 5px;
	width: 100%;
}
.online dl dt button {
	margin: 10px 0;
	border: none;
	border-radius: 5px;
	width: 100%;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	background: #28a7e1;
	color: #fff;
	cursor: pointer;
}

/*sm屏幕以上*/
@media only screen and (min-width: 576px) {
.card-img-200 {
	height: 200px;
	overflow: hidden;
}
.card-img-180 {
	height: 180px;
	overflow: hidden;
}
.card-img-150 {
	height: 150px;
	overflow: hidden;
}
.card-img-120 {
	height: 120px;
	overflow: hidden;
}
.card-img-100 {
	height: 100px;
	overflow: hidden;
}
}
/*sm屏幕以下*/
@media only screen and (max-width: 576px) {
.page-num {
	display: none;
}
.head-sm-height {
	height: 61px !important;
}
}
/*********响应式样式******************/

/*行距*/
.lh-1 {
	line-height: 1;
}
.lh-2 {
	line-height: 2;
}
.lh-3 {
	line-height: 3;
}
.lh-4 {
	line-height: 4;
}
/*字体大小*/
.fs-12 {
	font-size: .857rem;
}
.fs-14 {
	font-size: 1rem;
}
.fs-16 {
	font-size: 1.142rem;
}
.fs-18 {
	font-size: 1.285rem;
}
.fs-20 {
	font-size: 1.428rem;
}
.fs-22 {
	font-size: 1.571rem;
}
.fs-24 {
	font-size: 1.714rem;
}
.fs-26 {
	font-size: 1.857rem;
}
.fs-28 {
	font-size: 2rem;
}
.fs-30 {
	font-size: 2.142rem;
}
.fs-32 {
	font-size: 2.286rem;
}
.fs-34 {
	font-size: 2.429rem;
}
.fs-36 {
	font-size: 2.571rem;
}
.fs-38 {
	font-size: 2.714rem;
}
.fs-40 {
	font-size: 2.857rem;
}
/*高度*/
.h-5px {
	height: 5px;
}
.h-10px {
	height: 10px;
}
.h-15px {
	height: 15px;
}
.h-20px {
	height: 20px;
}
.h-25px {
	height: 25px;
}
.h-30px {
	height: 30px;
}
.h-35px {
	height: 35px;
}
.h-40px {
	height: 40px;
}
.h-45px {
	height: 45px;
}
.h-50px {
	height: 50px;
}
.h-55px {
	height: 55px;
}
.h-60px {
	height: 60px;
}
.h-65px {
	height: 65px;
}
.h-70px {
	height: 70px;
}
.h-75px {
	height: 75px;
}
.h-80px {
	height: 80px;
}
.h-85px {
	height: 85px;
}
.h-90px {
	height: 90px;
}
.h-95px {
	height: 95px;
}
.h-100px {
	height: 100px;
}
.h-110px {
	height: 110px;
}
.h-120px {
	height: 120px;
}
.h-130px {
	height: 130px;
}
.h-140px {
	height: 140px;
}
.h-150px {
	height: 150px;
}
.h-160px {
	height: 160px;
}
.h-170px {
	height: 170px;
}
.h-180px {
	height: 180px;
}
.h-190px {
	height: 190px;
}
.h-200px {
	height: 200px;
}
.h-210px {
	height: 210px;
}
.h-220px {
	height: 220px;
}
.h-230px {
	height: 230px;
}
.h-240px {
	height: 240px;
}
.h-250px {
	height: 250px;
}
.h-260px {
	height: 260px;
}
.h-270px {
	height: 270px;
}
.h-280px {
	height: 280px;
}
.h-290px {
	height: 290px;
}
.h-300px {
	height: 300px;
}
.h-310px {
	height: 310px;
}
.h-320px {
	height: 320px;
}
.h-330px {
	height: 330px;
}
.h-340px {
	height: 340px;
}
.h-350px {
	height: 350px;
}
.h-360px {
	height: 360px;
}
.h-370px {
	height: 370px;
}
.h-380px {
	height: 380px;
}
.h-390px {
	height: 390px;
}
.h-400px {
	height: 400px;
}
.h-410px {
	height: 410px;
}
.h-420px {
	height: 420px;
}
.h-430px {
	height: 430px;
}
.h-440px {
	height: 440px;
}
.h-450px {
	height: 450px;
}
.h-460px {
	height: 410px;
}
.h-470px {
	height: 470px;
}
.h-480px {
	height: 480px;
}
.h-490px {
	height: 490px;
}
.h-500px {
	height: 500px;
}

/*sm屏幕以上*/
@media only screen and (min-width: 576px) {
/*行距*/
.lh-sm-1 {
	line-height: 1;
}
.lh-sm-2 {
	line-height: 2;
}
.lh-sm-3 {
	line-height: 3;
}
.lh-sm-4 {
	line-height: 4;
}
/*字体大小*/
.fs-sm-12 {
	font-size: .857rem;
}
.fs-sm-14 {
	font-size: 1rem;
}
.fs-sm-16 {
	font-size: 1.142rem;
}
.fs-sm-18 {
	font-size: 1.285rem;
}
.fs-sm-20 {
	font-size: 1.428rem;
}
.fs-sm-22 {
	font-size: 1.571rem;
}
.fs-sm-24 {
	font-size: 1.714rem;
}
.fs-sm-26 {
	font-size: 1.857rem;
}
.fs-sm-28 {
	font-size: 2rem;
}
.fs-sm-30 {
	font-size: 2.142rem;
}
.fs-sm-32 {
	font-size: 2.286rem;
}
.fs-sm-34 {
	font-size: 2.429rem;
}
.fs-sm-36 {
	font-size: 2.571rem;
}
.fs-sm-38 {
	font-size: 2.714rem;
}
.fs-sm-40 {
	font-size: 2.857rem;
}
/*高度*/
.h-sm-5px {
	height: 5px;
}
.h-sm-10px {
	height: 10px;
}
.h-sm-15px {
	height: 15px;
}
.h-sm-20px {
	height: 20px;
}
.h-sm-25px {
	height: 25px;
}
.h-sm-30px {
	height: 30px;
}
.h-sm-35px {
	height: 35px;
}
.h-sm-40px {
	height: 40px;
}
.h-sm-45px {
	height: 45px;
}
.h-sm-50px {
	height: 50px;
}
.h-sm-55px {
	height: 55px;
}
.h-sm-60px {
	height: 60px;
}
.h-sm-65px {
	height: 65px;
}
.h-sm-70px {
	height: 70px;
}
.h-sm-75px {
	height: 75px;
}
.h-sm-80px {
	height: 80px;
}
.h-sm-85px {
	height: 85px;
}
.h-sm-90px {
	height: 90px;
}
.h-sm-95px {
	height: 95px;
}
.h-sm-100px {
	height: 100px;
}
.h-sm-110px {
	height: 110px;
}
.h-sm-120px {
	height: 120px;
}
.h-sm-130px {
	height: 130px;
}
.h-sm-140px {
	height: 140px;
}
.h-sm-150px {
	height: 150px;
}
.h-sm-160px {
	height: 160px;
}
.h-sm-170px {
	height: 170px;
}
.h-sm-180px {
	height: 180px;
}
.h-sm-190px {
	height: 190px;
}
.h-sm-200px {
	height: 200px;
}
.h-sm-210px {
	height: 210px;
}
.h-sm-220px {
	height: 220px;
}
.h-sm-230px {
	height: 230px;
}
.h-sm-240px {
	height: 240px;
}
.h-sm-250px {
	height: 250px;
}
.h-sm-260px {
	height: 260px;
}
.h-sm-270px {
	height: 270px;
}
.h-sm-280px {
	height: 280px;
}
.h-sm-290px {
	height: 290px;
}
.h-sm-300px {
	height: 300px;
}
.h-sm-310px {
	height: 310px;
}
.h-sm-320px {
	height: 320px;
}
.h-sm-330px {
	height: 330px;
}
.h-sm-340px {
	height: 340px;
}
.h-sm-350px {
	height: 350px;
}
.h-sm-360px {
	height: 360px;
}
.h-sm-370px {
	height: 370px;
}
.h-sm-380px {
	height: 380px;
}
.h-sm-390px {
	height: 390px;
}
.h-sm-400px {
	height: 400px;
}
.h-sm-410px {
	height: 410px;
}
.h-sm-420px {
	height: 420px;
}
.h-sm-430px {
	height: 430px;
}
.h-sm-440px {
	height: 440px;
}
.h-sm-450px {
	height: 450px;
}
.h-sm-460px {
	height: 410px;
}
.h-sm-470px {
	height: 470px;
}
.h-sm-480px {
	height: 480px;
}
.h-sm-490px {
	height: 490px;
}
.h-sm-500px {
	height: 500px;
}
}

/*md屏幕以上*/
@media only screen and (min-width: 768px) {
/*行距*/
.lh-md-1 {
	line-height: 1;
}
.lh-md-2 {
	line-height: 2;
}
.lh-md-3 {
	line-height: 3;
}
.lh-md-4 {
	line-height: 4;
}
/*字体大小*/
.fs-md-12 {
	font-size: .857rem;
}
.fs-md-14 {
	font-size: 1rem;
}
.fs-md-16 {
	font-size: 1.142rem;
}
.fs-md-18 {
	font-size: 1.285rem;
}
.fs-md-20 {
	font-size: 1.428rem;
}
.fs-md-22 {
	font-size: 1.571rem;
}
.fs-md-24 {
	font-size: 1.714rem;
}
.fs-md-26 {
	font-size: 1.857rem;
}
.fs-md-28 {
	font-size: 2rem;
}
.fs-md-30 {
	font-size: 2.142rem;
}
.fs-md-32 {
	font-size: 2.286rem;
}
.fs-md-34 {
	font-size: 2.429rem;
}
.fs-md-36 {
	font-size: 2.571rem;
}
.fs-md-38 {
	font-size: 2.714rem;
}
.fs-md-40 {
	font-size: 2.857rem;
}
/*高度*/
.h-md-5px {
	height: 5px;
}
.h-md-10px {
	height: 10px;
}
.h-md-15px {
	height: 15px;
}
.h-md-20px {
	height: 20px;
}
.h-md-25px {
	height: 25px;
}
.h-md-30px {
	height: 30px;
}
.h-md-35px {
	height: 35px;
}
.h-md-40px {
	height: 40px;
}
.h-md-45px {
	height: 45px;
}
.h-md-50px {
	height: 50px;
}
.h-md-55px {
	height: 55px;
}
.h-md-60px {
	height: 60px;
}
.h-md-65px {
	height: 65px;
}
.h-md-70px {
	height: 70px;
}
.h-md-75px {
	height: 75px;
}
.h-md-80px {
	height: 80px;
}
.h-md-85px {
	height: 85px;
}
.h-md-90px {
	height: 90px;
}
.h-md-95px {
	height: 95px;
}
.h-md-100px {
	height: 100px;
}
.h-md-110px {
	height: 110px;
}
.h-md-120px {
	height: 120px;
}
.h-md-130px {
	height: 130px;
}
.h-md-140px {
	height: 140px;
}
.h-md-150px {
	height: 150px;
}
.h-md-160px {
	height: 160px;
}
.h-md-170px {
	height: 170px;
}
.h-md-180px {
	height: 180px;
}
.h-md-190px {
	height: 190px;
}
.h-md-200px {
	height: 200px;
}
.h-md-210px {
	height: 210px;
}
.h-md-220px {
	height: 220px;
}
.h-md-230px {
	height: 230px;
}
.h-md-240px {
	height: 240px;
}
.h-md-250px {
	height: 250px;
}
.h-md-260px {
	height: 260px;
}
.h-md-270px {
	height: 270px;
}
.h-md-280px {
	height: 280px;
}
.h-md-290px {
	height: 290px;
}
.h-md-300px {
	height: 300px;
}
.h-md-310px {
	height: 310px;
}
.h-md-320px {
	height: 320px;
}
.h-md-330px {
	height: 330px;
}
.h-md-340px {
	height: 340px;
}
.h-md-350px {
	height: 350px;
}
.h-md-360px {
	height: 360px;
}
.h-md-370px {
	height: 370px;
}
.h-md-380px {
	height: 380px;
}
.h-md-390px {
	height: 390px;
}
.h-md-400px {
	height: 400px;
}
.h-md-410px {
	height: 410px;
}
.h-md-420px {
	height: 420px;
}
.h-md-430px {
	height: 430px;
}
.h-md-440px {
	height: 440px;
}
.h-md-450px {
	height: 450px;
}
.h-md-460px {
	height: 410px;
}
.h-md-470px {
	height: 470px;
}
.h-md-480px {
	height: 480px;
}
.h-md-490px {
	height: 490px;
}
.h-md-500px {
	height: 500px;
}
}

/*lg屏幕以上*/
@media only screen and (min-width: 992px) {
/*行距*/
.lh-lg-1 {
	line-height: 1;
}
.lh-lg-2 {
	line-height: 2;
}
.lh-lg-3 {
	line-height: 3;
}
.lh-lg-4 {
	line-height: 4;
}
/*字体大小*/
.fs-lg-12 {
	font-size: .857rem;
}
.fs-lg-14 {
	font-size: 1rem;
}
.fs-lg-16 {
	font-size: 1.142rem;
}
.fs-lg-18 {
	font-size: 1.285rem;
}
.fs-lg-20 {
	font-size: 1.428rem;
}
.fs-lg-22 {
	font-size: 1.571rem;
}
.fs-lg-24 {
	font-size: 1.714rem;
}
.fs-lg-26 {
	font-size: 1.857rem;
}
.fs-lg-28 {
	font-size: 2rem;
}
.fs-lg-30 {
	font-size: 2.142rem;
}
.fs-lg-32 {
	font-size: 2.286rem;
}
.fs-lg-34 {
	font-size: 2.429rem;
}
.fs-lg-36 {
	font-size: 2.571rem;
}
.fs-lg-38 {
	font-size: 2.714rem;
}
.fs-lg-40 {
	font-size: 2.857rem;
}
/*高度*/
.h-lg-5px {
	height: 5px;
}
.h-lg-10px {
	height: 10px;
}
.h-lg-15px {
	height: 15px;
}
.h-lg-20px {
	height: 20px;
}
.h-lg-25px {
	height: 25px;
}
.h-lg-30px {
	height: 30px;
}
.h-lg-35px {
	height: 35px;
}
.h-lg-40px {
	height: 40px;
}
.h-lg-45px {
	height: 45px;
}
.h-lg-50px {
	height: 50px;
}
.h-lg-55px {
	height: 55px;
}
.h-lg-60px {
	height: 60px;
}
.h-lg-65px {
	height: 65px;
}
.h-lg-70px {
	height: 70px;
}
.h-lg-75px {
	height: 75px;
}
.h-lg-80px {
	height: 80px;
}
.h-lg-85px {
	height: 85px;
}
.h-lg-90px {
	height: 90px;
}
.h-lg-95px {
	height: 95px;
}
.h-lg-100px {
	height: 100px;
}
.h-lg-110px {
	height: 110px;
}
.h-lg-120px {
	height: 120px;
}
.h-lg-130px {
	height: 130px;
}
.h-lg-140px {
	height: 140px;
}
.h-lg-150px {
	height: 150px;
}
.h-lg-160px {
	height: 160px;
}
.h-lg-170px {
	height: 170px;
}
.h-lg-180px {
	height: 180px;
}
.h-lg-190px {
	height: 190px;
}
.h-lg-200px {
	height: 200px;
}
.h-lg-210px {
	height: 210px;
}
.h-lg-220px {
	height: 220px;
}
.h-lg-230px {
	height: 230px;
}
.h-lg-240px {
	height: 240px;
}
.h-lg-250px {
	height: 250px;
}
.h-lg-260px {
	height: 260px;
}
.h-lg-270px {
	height: 270px;
}
.h-lg-280px {
	height: 280px;
}
.h-lg-290px {
	height: 290px;
}
.h-lg-300px {
	height: 300px;
}
.h-lg-310px {
	height: 310px;
}
.h-lg-320px {
	height: 320px;
}
.h-lg-330px {
	height: 330px;
}
.h-lg-340px {
	height: 340px;
}
.h-lg-350px {
	height: 350px;
}
.h-lg-360px {
	height: 360px;
}
.h-lg-370px {
	height: 370px;
}
.h-lg-380px {
	height: 380px;
}
.h-lg-390px {
	height: 390px;
}
.h-lg-400px {
	height: 400px;
}
.h-lg-410px {
	height: 410px;
}
.h-lg-420px {
	height: 420px;
}
.h-lg-430px {
	height: 430px;
}
.h-lg-440px {
	height: 440px;
}
.h-lg-450px {
	height: 450px;
}
.h-lg-460px {
	height: 410px;
}
.h-lg-470px {
	height: 470px;
}
.h-lg-480px {
	height: 480px;
}
.h-lg-490px {
	height: 490px;
}
.h-lg-500px {
	height: 500px;
}
}

/* Dental English site */
:root {
	--dental-ink: #6300BF;
	--dental-muted: #60717b;
	--dental-blue: #0e6f86;
	--dental-teal: #2a9d8f;
	--dental-gold: #f1b64b;
	--dental-cream: #f7f4ef;
	--dental-soft: #eef7f6;
	--dental-line: #dbe7e8;
}

body.dental-site {
	color: var(--dental-ink);
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

.dental-site a {
	/*color: var(--dental-blue);*/
}

.site-header {
	background: #fff;
	box-shadow: 0 8px 24px rgba(16, 42, 53, .08);
}

.top-strip {
	background: #0f3d4b;
	color: rgba(255, 255, 255, .86);
	font-size: 13px;
	padding: 8px 0;
}

.top-strip i {
	color: var(--dental-gold);
	margin-right: 7px;
}

.dental-navbar {
	background: #fff;
	padding: 14px 0;
}

.dental-navbar .navbar-brand img {
	display: block;
	max-width: 190px;
	max-height: 58px;
	width: auto;
	height: auto;
}

.dental-navbar .nav-link {
	color: var(--dental-ink);
	font-size: 14px;
	font-weight: 700;
	padding: 12px 10px;
}

.dental-navbar .nav-link:hover,
.dental-navbar .nav-item.active .nav-link {
	color: var(--dental-blue);
}

.dental-navbar .dropdown-menu {
	border: 0;
	border-radius: 8px;
	box-shadow: 0 16px 36px rgba(16, 42, 53, .15);
	margin-top: 12px;
}

.dental-navbar .dropdown-item {
	color: var(--dental-ink);
	font-size: 14px;
	padding: 10px 18px;
}

.dental-navbar .dropdown-item:hover {
	background: var(--dental-soft);
	color: var(--dental-blue);
}

.dental-navbar .navbar-toggler {
	border: 1px solid var(--dental-line);
	padding: 8px 10px;
}

.dental-navbar .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(16,42,53,0.88)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.site-header-spacer {
	height: 98px;
}

.btn-consult,
.btn-primary-dental,
.btn-outline-dental {
	border-radius: 999px;
	font-weight: 700;
	white-space: normal;
}

.btn-consult {
	background: var(--dental-gold);
	color: #6300BF !important;
	padding: 10px 18px !important;
}

.btn-primary-dental {
	background: var(--dental-gold);
	border: 1px solid var(--dental-gold);
	color: #6300BF;
	padding: 13px 24px;
}

.btn-primary-dental:hover,
.btn-consult:hover {
	background: #e4a832;
	border-color: #e4a832;
	color: #6300BF;
}

.btn-outline-dental {
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .85);
	color: #fff;
	padding: 13px 24px;
}

.btn-outline-dental:hover {
	background: #fff;
	color: var(--dental-blue);
}

.hero-section {
	position: relative;
	min-height: 710px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
}

.hero-content {
	max-width: 760px;
	color: #fff;
	padding: 70px 0 90px;
}

.eyebrow {
	color: var(--dental-gold);
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.hero-content h1 {
	font-size: 58px;
	font-weight: 800;
	line-height: 1.05;
	margin-bottom: 24px;
}

.hero-lead {
	color: rgba(255, 255, 255, .86);
	font-size: 19px;
	line-height: 1.75;
	max-width: 690px;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 30px 0;
}

.hero-points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	max-width: 720px;
}

.hero-points div {
	border-left: 3px solid var(--dental-gold);
	background: rgba(255, 255, 255, .1);
	padding: 16px;
}

.hero-points strong,
.hero-points span {
	display: block;
}

.hero-points strong {
	color: #fff;
	font-size: 16px;
}

.hero-points span {
	color: rgba(255, 255, 255, .76);
	font-size: 13px;
	margin-top: 5px;
}

.trust-strip {
	background: #fff;
	border-bottom: 1px solid var(--dental-line);
	padding: 24px 0;
}

.trust-grid {
	display: grid;
	grid-template-columns: 1.2fr repeat(4, 1fr);
	gap: 14px;
	align-items: center;
}

.trust-title {
	color: var(--dental-muted);
	font-size: 13px;
	font-weight: 800;
}

.trust-logo {
	border: 1px solid var(--dental-line);
	border-radius: 8px;
	color: var(--dental-muted);
	font-weight: 800;
	padding: 16px 10px;
	text-align: center;
}

.section-pad {
	padding: 88px 0;
}

.inner-hero {
	align-items: center;
	background: #6300BF;
	color: #fff;
	display: flex;
	min-height: 260px;
	padding: 72px 0 67px;
	text-align: center;
}

.inner-hero h1 {
	color: #fff;
	font-size: 34px;
	font-weight: 900;
	letter-spacing: 14px;
	line-height: 1;
	margin: 0 auto;
	text-transform: uppercase;
}

.bg-soft {
	background: var(--dental-soft);
}

.bg-deep {
	background: #0f3d4b;
	color: #fff;
}

.section-heading {
	max-width: 760px;
	margin: 0 auto 42px;
}

.section-heading h2,
.journey-copy h2,
.consult-copy h2 {
	color: var(--dental-ink);
	font-size: 38px;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 16px;
}

.bg-deep .journey-copy h2 {
	color: #fff;
}

.section-heading p,
.feature-card p,
.service-body p,
.story-body p,
.journey-step p,
.consult-copy p,
.price-card p,
.site-footer p {
	color: var(--dental-muted);
	line-height: 1.75;
}

.bg-deep .journey-step p {
	color: rgba(255, 255, 255, .72);
}

.story-card,
.feature-card,
.service-card,
.price-card,
.consult-form {
	background: #fff;
	border: 1px solid var(--dental-line);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(16, 42, 53, .07);
	height: calc(100% - 30px);
	margin: 15px 0;
	overflow: hidden;
}

.story-media {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.story-media img,
.service-card img,
.journey-image,
.team-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.story-media span {
	position: absolute;
	left: 22px;
	bottom: 22px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--dental-gold);
	color: var(--dental-ink);
	display: flex;
	align-items: center;
	justify-content: center;
}

.story-body,
.service-body {
	padding: 24px;
}

.story-body h3,
.feature-card h3,
.service-body h3,
.journey-step h3,
.price-card h3 {
	color: var(--dental-ink);
	font-size: 20px;
	font-weight: 800;
	line-height: 1.3;
	margin-bottom: 10px;
}

.feature-card {
	padding: 28px 24px;
}

.feature-card i {
	color: var(--dental-blue);
	font-size: 34px;
	margin-bottom: 20px;
}

.service-card img {
	aspect-ratio: 4 / 3;
}

.service-body span {
	color: var(--dental-teal);
	display: block;
	font-size: 14px;
	font-weight: 800;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.service-body a {
	color: var(--dental-blue);
	font-weight: 800;
}

.journey-image,
.team-image {
	border-radius: 8px;
	box-shadow: 0 16px 36px rgba(16, 42, 53, .14);
	min-height: 360px;
}

.journey-step {
	border-top: 1px solid rgba(255, 255, 255, .18);
	display: flex;
	gap: 18px;
	padding: 22px 0;
}

.journey-step strong {
	color: var(--dental-gold);
	font-size: 26px;
	min-width: 48px;
}

.journey-step h3 {
	color: #fff;
}

.team-stats {
	display: grid;
	gap: 14px;
	margin: 24px 0 30px;
}

.team-stats div {
	border-left: 3px solid var(--dental-teal);
	background: var(--dental-soft);
	padding: 16px;
}

.team-stats strong,
.team-stats span {
	display: block;
}

.team-stats strong {
	color: var(--dental-blue);
	font-size: 28px;
	line-height: 1;
}

.team-stats span {
	color: var(--dental-muted);
	margin-top: 6px;
}

.price-card {
	padding: 28px;
}

.price-card strong {
	color: var(--dental-blue);
	display: block;
	font-size: 22px;
	margin-top: 18px;
}

.consultation-section {
	background: linear-gradient(135deg, #0f3d4b 0%, #166678 100%);
	color: #fff;
}

.consult-copy h2 {
	color: #fff;
}

.consult-copy p,
.consult-copy li {
	color: rgba(255, 255, 255, .78);
	line-height: 1.75;
}

.consult-copy ul {
	margin-top: 24px;
}

.consult-copy li {
	list-style: none;
	margin-bottom: 14px;
}

.consult-copy i {
	color: var(--dental-gold);
	margin-right: 8px;
}

.consult-form {
	padding: 32px;
}

.consult-form label {
	color: var(--dental-ink);
	font-weight: 800;
}

.consult-form .form-control {
	border: 1px solid var(--dental-line);
	border-radius: 6px;
	min-height: 46px;
}

.consent-row {
	color: var(--dental-muted);
	margin-bottom: 20px;
}

.site-footer {
	background: #6300BF;
	color: rgba(255, 255, 255, .74);
	padding: 70px 0 0;
}

.footer-main {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1.25fr;
	gap: 34px;
	padding-bottom: 44px;
}

.footer-brand img {
	display: block;
	max-width: 180px;
	max-height: 58px;
	width: auto;
	height: auto;
	margin-bottom: 16px;
}

.site-footer h3,
.site-footer h4 {
	color: #fff;
	font-weight: 800;
	margin-bottom: 16px;
}

.site-footer h4 {
	font-size: 18px;
}

.site-footer ul {
	margin: 0;
	padding: 0;
}

.site-footer li {
	color: rgba(255, 255, 255, .74);
	line-height: 1.7;
	list-style: none;
	margin-bottom: 10px;
}

.site-footer a {
	color: rgba(255, 255, 255, .78);
}

.site-footer a:hover {
	color: var(--dental-gold);
}

.contact-list i {
	color: var(--dental-gold);
	margin-right: 8px;
	width: 16px;
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, .12);
	display: flex;
	justify-content: space-between;
	gap: 18px;
	padding: 18px 0;
}

.footer-bottom p {
	margin: 0;
}

.floating-consult {
	position: fixed;
	right: 20px;
	bottom: 36px;
	z-index: 1000;
}

.floating-consult a {
	align-items: center;
	background: var(--dental-blue);
	border-radius: 50%;
	box-shadow: 0 8px 24px rgba(16, 42, 53, .22);
	color: #fff;
	display: flex;
	height: 48px;
	justify-content: center;
	margin-top: 10px;
	width: 48px;
}

.floating-consult a:hover {
	background: var(--dental-gold);
	color: var(--dental-ink);
}

.mobile-consult-bar {
	background: #6300BF;
	box-shadow: 0 -8px 24px rgba(16, 42, 53, .14);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 1000;
}

.mobile-consult-bar a {
	color: #fff;
	flex: 1;
	font-size: 13px;
	font-weight: 800;
	padding: 13px 6px;
	text-align: center;
}

.mobile-consult-bar i {
	color: var(--dental-gold);
	margin-right: 5px;
}

@media only screen and (max-width: 1199px) {
	.dental-navbar .nav-link {
		font-size: 13px;
		letter-spacing: 1px;
		padding-left: 7px;
		padding-right: 7px;
	}

	.hero-content h1 {
		font-size: 48px;
	}
}

@media only screen and (max-width: 991px) {
	.site-header-spacer {
		height: 76px;
	}

	.dental-navbar {
		padding: 10px 0;
	}

	.dental-navbar .navbar-brand img {
		max-height: 52px;
		max-width: 170px;
	}

	.dental-navbar .navbar-collapse {
		border-top: 1px solid var(--dental-line);
		margin-top: 12px;
		padding-top: 10px;
	}

	.dental-navbar .dropdown-menu {
		box-shadow: none;
		margin-top: 0;
	}

	.hero-section {
		min-height: auto;
		background-position: center right;
	}

	.hero-content {
		padding: 64px 0;
	}

	.hero-content h1 {
		font-size: 40px;
	}

	.hero-points,
	.trust-grid,
	.footer-main {
		grid-template-columns: 1fr 1fr;
	}

	.trust-title {
		grid-column: 1 / -1;
		text-align: center;
	}

	.section-pad {
		padding: 66px 0;
	}

	.inner-hero {
		padding: 60px 0 55px;
	}

	.inner-hero h1 {
		font-size: 26px;
		letter-spacing: 6px;
	}
}

@media only screen and (max-width: 575px) {
	body.dental-site {
		padding-bottom: 49px;
	}

	.site-header-spacer {
		height: 70px;
	}

	.dental-navbar .navbar-brand img {
		max-height: 46px;
		max-width: 148px;
	}

	.hero-content {
		padding: 48px 0;
	}

	.hero-content h1 {
		font-size: 32px;
	}

	.hero-lead {
		font-size: 16px;
	}

	.hero-actions .btn {
		width: 100%;
	}

	.hero-points,
	.trust-grid,
	.footer-main,
	.footer-bottom {
		display: block;
	}

	.hero-points div,
	.trust-logo {
		margin-bottom: 12px;
	}

	.section-heading h2,
	.journey-copy h2,
	.consult-copy h2 {
		font-size: 28px;
	}

	.section-pad {
		padding: 52px 0;
	}

	.inner-hero {
		padding: 40px 0 35px;
	}

	.inner-hero h1 {
		font-size: 20px;
		letter-spacing: 3px;
	}

	.consult-form {
		padding: 22px;
	}

	.journey-step {
		gap: 12px;
	}

	.site-footer {
		padding-top: 52px;
	}

	.footer-main > div {
		margin-bottom: 28px;
	}

	.footer-bottom p {
		margin-bottom: 10px;
	}
}

/* Reference-style rebuild */
.dental-site {
	background: #fff;
	color: #152746;
	font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
}

.dental-site .container.ref-narrow {
	max-width: 100%;
}

@media (min-width: 1200px) {
	.dental-site .container.ref-narrow,
	.dental-navbar > .container,
	.site-footer > .container {
		max-width: 1524px;
	}
}

.site-header {
	background: #fff;
	box-shadow: 0 2px 14px rgba(18, 39, 70, .08);
	min-height: 100px;
	position: relative;
	z-index: 20;
}

.dental-navbar {
	min-height: 100px;
	padding: 0;
}

.dental-navbar .navbar-brand img {
	max-height: 62px;
	max-width: 265px;
}

.dental-navbar .nav-link {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 20px;
	padding: 40px 18px;
	text-transform: uppercase;
}

.dental-navbar .nav-link:hover,
.dental-navbar .nav-item.active .nav-link {
	color: #000;
}

.dental-navbar .dropdown-toggle::after {
	border: 0;
	content: "\f107";
	font-family: FontAwesome;
	font-size: 15px;
	margin-left: 6px;
	vertical-align: 0;
}

.dental-navbar .dropdown-menu {
	background: #fff;
	border: 0;
	border-radius: 0;
	border-top: 3px solid #000;
	box-shadow: none;
	margin-top: 0;
	min-width: 286px;
	padding: 19px 0 18px;
}

.dental-navbar .dropdown-item {
	color: #000;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: .3px;
	line-height: 22px;
	padding: 15px 30px;
	text-transform: uppercase;
}

.dental-navbar .dropdown-item:hover,
.dental-navbar .dropdown-item:focus {
	background: #fff;
	color: #000;
}

.site-header-spacer {
	display: none;
	height: 0;
}

.ref-hero {
	background-position: center;
	background-size: cover;
	min-height: 754px;
	position: relative;
}

.ref-hero-copy {
	color: #fff;
	max-width: 630px;
	padding: 245px 0 230px;
}

@media (min-width: 1200px) {
	.ref-hero {
		min-height: min(754px, 37.23vw);
	}

	.ref-hero-copy {
		padding-top: min(245px, 12.1vw);
		padding-bottom: min(230px, 11.35vw);
	}
}

.ref-hero-copy h1 {
	color: #6300BF;
	font-size: 52px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.08;
	margin-bottom: 18px;
}

.ref-hero-copy p {
	color: rgba(99, 0, 191, .84);
	font-size: 18px;
	line-height: 1.72;
	margin-bottom: 28px;
}

.btn-ref-primary {
	background: #fff;
	border: 0;
	border-radius: 999px;
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	padding: 9px 23px;
}

.btn-ref-primary:hover {
	background: #f7c94b;
	color: #142c55;
}

.seen-strip {
	background: #fff;
	padding: 95px 0 83px;
}

.seen-box {
	align-items: center;
	background: #fff;
	border-radius: 999px;
	box-shadow: 0 9px 28px rgba(18,39,70,.13);
	display: grid;
	grid-template-columns: 1fr repeat(4, 1.1fr);
	margin: -48px auto 0;
	min-height: 56px;
	overflow: hidden;
	padding: 0 24px;
	position: relative;
	z-index: 3;
}

.seen-box span {
	border-right: 1px solid #e8edf3;
	color: #63718a;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .6px;
	text-align: center;
	text-transform: uppercase;
}

.seen-box span:last-child {
	border-right: 0;
}

.seen-title-row {
	align-items: center;
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr auto 1fr;
	margin-bottom: 58px;
}

.seen-title-row span {
	background: #d5d5d5;
	display: block;
	height: 1px;
}

.seen-title-row h2 {
	color: #111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 15px;
	line-height: 1;
	margin: 0;
	text-align: center;
	text-indent: 15px;
}

.seen-media-row {
	align-items: center;
	display: grid;
	grid-template-columns: 86px repeat(5, 1fr) 86px;
	min-height: 122px;
	position: relative;
}

.seen-image-wrap {
	display: block;
	width: 100%;
}

.seen-image-wrap img {
	display: block;
	height: auto;
	width: 100%;
}

.media-logo {
	color: #050505;
	line-height: 1;
	position: relative;
	text-align: center;
	white-space: nowrap;
	z-index: 1;
}

.logo-daily {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 25px;
	font-weight: 700;
}

.logo-mother {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 19px;
	font-weight: 400;
}

.logo-minyan {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 23px;
	letter-spacing: 1px;
}

.logo-chronicle {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 25px;
	font-weight: 700;
	line-height: .88;
}

.logo-barchart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: 800;
}

.laurel {
	background: url("../images/public.svg") center center / contain no-repeat;
	height: 122px;
	opacity: 1;
	position: relative;
	width: 86px;
	z-index: 1;
}

.laurel:before,
.laurel:after {
	display: none;
}

.laurel-left:before {
	box-shadow:
		-8px 18px 0 #777,
		-13px 38px 0 #777,
		-10px 58px 0 #777,
		0 78px 0 #777,
		17px 94px 0 #777;
	left: 40px;
	top: 0;
	transform: rotate(-35deg);
}

.laurel-left:after {
	border: 2px solid #777;
	border-bottom: 0;
	border-right: 0;
	border-radius: 70px 0 0 0;
	background: transparent;
	height: 118px;
	left: 16px;
	top: 6px;
	transform: rotate(-15deg);
	width: 54px;
}

.laurel-right {
	transform: scaleX(-1);
}

.ref-section {
	background: #fff;
	padding: 56px 0;
}

.story-section {
	padding: 74px 0 86px;
}

.ref-heading {
	margin: 0 auto 33px;
	max-width: 680px;
}

.ref-heading p,
.service-heading p,
.team-band-copy p {
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 3px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.ref-heading h2,
.service-heading h2,
.tourism-title h2,
.team-band-copy h2,
.consult-panel h2 {
	color: #000;
	font-size: 23px;
	font-weight: 800;
	letter-spacing: 3.2px;
	line-height: 1.32;
	margin: 0;
	text-transform: uppercase;
}

.story-section .ref-heading {
	margin-bottom: 66px;
	max-width: none;
}

.story-section .ref-heading h2,
.why-heading p,
.why-heading h2 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 44px;
	font-weight: 800;
	
	line-height: 1.2;
	text-indent: 13px;
	text-transform: none;
}

.ref-story-row {
	display: grid;
	gap: 64px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ref-story-card {
	background: #eee;
	border-radius: 18px;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	min-height: 472px;
	margin-bottom: 0;
	overflow: hidden;
}

.story-media {
	align-items: center;
	background: #777;
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
	min-height: 330px;
	overflow: hidden;
}

.story-media-empty {
	background: #eee;
}

.story-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.story-media-video {
	overflow: hidden;
}

.story-media-video iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.ref-story-card p {
	color: #5a5d67;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.22;
	margin: 0;
	min-height: 142px;
	padding: 28px 26px 30px;
}

.why-section {
	padding-top: 0;
	padding-bottom: 74px;
}

.why-section .row {
}

.why-heading {
	margin-bottom: 52px;
	max-width: none;
}

.why-heading p {
	margin-bottom: 18px;
	text-transform: uppercase;
}

.why-heading h2 {
	margin-bottom: 28px;
	text-transform: uppercase;
}

.advantage-pill {
	border: 1px solid #000;
	border-radius: 999px;
	color: #000;
	display: inline-block;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 3px;
	line-height: 1;
	padding: 13px 30px;
	text-indent: 3px;
	text-transform: uppercase;
}

.advantage-pill:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}

.why-photo-card {
	background-position: center;
	background-size: cover;
	box-shadow: 0 10px 30px rgba(18,39,70,.12);
	color: #fff;
	display: flex;
	min-height: 380px;
	margin-bottom: 24px;
	overflow: hidden;
	position: relative;
}

.why-photo-card:before,
.ref-service-card:before {
	content: none;
}

.why-photo-card div {
	align-self: flex-end;
	padding: 21px;
	position: relative;
	z-index: 1;
}

.why-photo-card h3 {
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 1.2px;
	line-height: 1.35;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.why-photo-card p {
	color: rgba(255,255,255,.82);
	font-size: 10px;
	line-height: 1.6;
	margin: 0;
}

.service-band {
	background: #000;
	overflow: hidden;
	padding: 96px 0 72px;
}

.service-heading {
	margin-bottom: 52px;
	/*max-width: 790px;*/
}

.service-heading h2,
.team-band-copy h2 {
	color: #fff;
}

.service-heading p {
	border: 1px solid rgba(255,255,255,.85);
	border-radius: 999px;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 1.4px;
	line-height: 1;
	margin-bottom: 26px;
	padding: 9px 25px;
	text-transform: uppercase;
}

.service-heading h2 {
	font-size: 44px;
	font-weight: 800;
	letter-spacing: 1px;
	line-height: 1.16;
}

.service-slider-shell {
	position: relative;
}

.service-swiper {
	overflow: hidden;
	padding-bottom: 68px;
}

.service-swiper .swiper-slide {
	height: auto;
}

.ref-service-card {
	background: transparent;
	color: #fff;
	display: flex;
	flex-direction: column;
	height: auto;
	margin-bottom: 0;
	padding: 0;
	position: relative;
	text-decoration: none;
}

.ref-service-card:hover {
	color: #fff;
	transform: translateY(-3px);
}

.service-card-image {
	align-items: center;
	background: transparent;
	display: block;
	display: flex;
	height: 320px;
	justify-content: center;
	width: 100%;
}

.service-card-image img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.service-card-copy {
	padding: 24px 28px 8px;
}

.ref-service-card span {
	color: #6300BF;
	display: inline-block;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 1px;
	margin-bottom: 14px;
}

.ref-service-card h3 {
	color: #fff;
	font-size: 23px;
	font-weight: 900;
	letter-spacing: .4px;
	line-height: 1.12;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.ref-service-card p {
	color: rgba(255,255,255,.88);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.45;
	margin: 0 0 12px;
}

.service-button {
	cursor: pointer;
	height: 54px;
	position: absolute;
	top: 42%;
	transform: translateY(-50%);
	width: 54px;
	z-index: 4;
}

.service-button:before {
	border-color: rgba(255,255,255,.9);
	border-style: solid;
	border-width: 0 0 2px 2px;
	content: "";
	display: block;
	height: 25px;
	left: 17px;
	position: absolute;
	top: 14px;
	width: 25px;
}

.service-button-prev {
	left: 18px;
}

.service-button-prev:before {
	transform: rotate(45deg);
}

.service-button-next {
	right: 18px;
}

.service-button-next:before {
	transform: rotate(225deg);
}

.service-pagination {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 3;
}

.service-pagination .swiper-pagination-bullet {
	background: rgba(255,255,255,.24);
	height: 10px;
	margin: 0 5px;
	opacity: 1;
	width: 10px;
}

.service-pagination .swiper-pagination-bullet-active {
	background: #fff;
}

.clinic-strip {
	background: #fff;
	padding: 46px 0 27px;
}

.clinic-strip-grid {
	display: grid;
	gap: 6px;
	grid-template-columns: repeat(5, 1fr);
}

.clinic-strip-grid img {
	display: block;
	height: 68px;
	object-fit: cover;
	width: 100%;
}

.clinic-strip-banner img {
	display: block;
	height: auto;
	width: 100%;
}

.tourism-section {
	background: #fff;
	padding: 84px 0 92px;
}

.tourism-title {
	margin: 0 auto 62px;
	/*max-width: 570px;*/
	text-align: center;
}

.tourism-grid {
	display: grid;
	gap: 54px;
	grid-template-columns: 430px minmax(0, 1fr);
	width: 100%;
}

.tourism-title h2 {
	font-size: 47px;
	font-weight: 800;
	letter-spacing: 1px;
	line-height: 1.18;
}

.tourism-copy-list,
.tourism-image-list {
	display: grid;
	gap: 0;
}

.tourism-copy-list {
	position: relative;
}

.tourism-image-list {
	position: relative;
}

.tourism-image-list img {
	display: block;
	height: 270px;
	object-fit: cover;
	object-position: center;
	position: sticky;
	top: 96px;
	width: 100%;
	z-index: 1;
}

.tourism-image-list img:nth-child(2) {
	z-index: 2;
}

.tourism-image-list img:nth-child(3) {
	z-index: 3;
}

.tourism-image-list img:nth-child(4) {
	z-index: 4;
}

.tourism-copy {
	align-items: flex-start;
	background: #fff;
	border-top: 1px solid #d8dde6;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 326px;
	padding: 22px 14px 22px 0;
	position: sticky;
	top: 96px;
	z-index: 1;
}

.tourism-copy:first-child {
	border-top: 0;
}

.tourism-copy:nth-child(2) {
	z-index: 2;
}

.tourism-copy:nth-child(3) {
	z-index: 3;
}

.tourism-copy:nth-child(4) {
	z-index: 4;
}

.tourism-copy span {
	color: #edf0f5;
	font-size: 66px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 28px;
}

.tourism-copy h3 {
	color: #000;
	font-size: 17px;
	font-weight: 900;
	letter-spacing: 1.8px;
	line-height: 1.35;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.tourism-copy p {
	color: #7d8798;
	font-size: 14px;
	line-height: 1.9;
	margin: 0;
}

.reward-quote {
	align-items: center;
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr 1.4fr;
	margin: 68px 0 0;
	width: 100%;
}

.reward-quote h3 {
	color: #000;
	font-size: 34px;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 1.2;
	margin: 0;
}

.reward-quote p {
	background: #6300BF;
	color: rgba(255,255,255,.86);
	font-size: 14px;
	line-height: 1.85;
	margin: 0;
	padding: 30px 36px;
}

.team-band {
	background: #6300BF;
	color: #fff;
	min-height: 430px;
	padding: 66px 0 0;
}

.team-band-layout {
	align-items: center;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
}

.team-band-copy {
	max-width: 680px;
	position: relative;
	z-index: 2;
}

.team-band-copy ul {
	margin-top: 48px;
}

.team-band-copy li {
	color: rgba(255,255,255,.76);
	font-size: 14px;
	line-height: 1.8;
	list-style: disc;
	margin-bottom: 8px;
	margin-left: 18px;
}

.team-band-photo {
	align-self: end;
	position: relative;
	z-index: 1;
}

.team-band-photo img {
	display: block;
	height: auto;
	margin-left: auto;
	max-width: 820px;
	width: 100%;
}

.dentist-list-page {
	background: #fff;
}

.dentist-list-intro {
	background: #fff;
	padding: 84px 0 58px;
}

.dentist-list-eyebrow {
	color: #000;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 2.8px;
	line-height: 1;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.dentist-list-intro h2 {
	color: #000;
	font-size: 54px;
	font-weight: 800;
	letter-spacing: 1.2px;
	line-height: 1.15;
	margin: 0;
	text-transform: uppercase;
}

.dentist-list-lead {
	color: #6d7788;
	font-size: 16px;
	line-height: 1.85;
	margin-top: 24px;
	max-width: 820px;
}

.dentist-list-main {
	background: #f7f8fb;
	padding: 60px 0 82px;
}

.dentist-list-main .position {
	margin-bottom: 32px !important;
}

.dentist-card-grid {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dentist-detail-page {
	background: #f7f8fb;
}

.dentist-detail-main {
	padding: 60px 0 82px;
}

.dentist-detail-main .position {
	margin-bottom: 30px !important;
}

.dentist-detail-title {
	background: #6300BF;
	margin-bottom: 28px;
	padding: 22px 30px;
	text-align: center;
}

.dentist-detail-title h1 {
	color: #fff;
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 1.4px;
	line-height: 1.25;
	margin: 0;
}

.dentist-back {
	align-items: center;
	color: #000;
	display: inline-flex;
	font-size: 18px;
	font-weight: 800;
	gap: 6px;
	letter-spacing: 1.2px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.dentist-back:hover {
	color: #000;
	text-decoration: none;
}

.dentist-profile-card {
	background: #fff;
	box-shadow: 0 15px 35px rgba(18, 39, 70, .08);
	display: grid;
	gap: 42px;
	grid-template-columns: 360px minmax(0, 1fr);
	padding: 38px;
}

.dentist-profile-photo img {
	display: block;
	width: 100%;
}

.dentist-profile-content {
	padding-top: 4px;
}

.dentist-role,
.dentist-role p {
	color: #000;
	font-size: 19px;
	font-weight: 900;
	letter-spacing: .9px;
	line-height: 1.55;
	margin-bottom: 28px;
}

.dentist-profile-body,
.dentist-profile-body p,
.dentist-profile-body li {
	color: #596678;
	font-size: 15px;
	line-height: 1.9;
}

.dentist-profile-body h2,
.dentist-profile-body h3,
.dentist-profile-body h4 {
	color: #000;
	font-size: 26px;
	font-weight: 900;
	letter-spacing: 1.3px;
	line-height: 1.25;
	margin: 28px 0 16px;
}

.dentist-profile-body ul {
	margin: 0 0 24px;
	padding: 0;
}

.dentist-profile-body li {
	list-style: none;
	margin-bottom: 12px;
	padding-left: 24px;
	position: relative;
}

.dentist-profile-body li:before {
	background: #6300BF;
	border-radius: 50%;
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	top: 14px;
	width: 7px;
}

.dentist-card {
	background: #fff;
	box-shadow: 0 15px 35px rgba(18, 39, 70, .08);
	overflow: hidden;
	position: relative;
}

.dentist-photo {
	background: #e9edf4;
	overflow: hidden;
	position: relative;
}

.dentist-photo:before {
	background: linear-gradient(180deg, rgba(23,45,83,0), rgba(23,45,83,.66));
	content: "";
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity .35s ease;
	z-index: 1;
}

.dentist-photo img {
	display: block;
	height: 380px;
	object-fit: cover;
	object-position: top center;
	transition: transform .45s ease;
	width: 100%;
}

.dentist-card:hover .dentist-photo:before {
	opacity: 1;
}

.dentist-card:hover .dentist-photo img {
	transform: scale(1.05);
}

.dentist-info {
	padding: 24px 24px 28px;
}

.dentist-info h3 {
	color: #000;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: .8px;
	line-height: 1.2;
	margin-bottom: 14px;
}

.dentist-info p {
	color: #6d7788;
	font-size: 13px;
	line-height: 1.75;
	min-height: 68px;
}

.dentist-info a {
	color: #000;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 1.8px;
	margin-top: 4px;
	text-transform: uppercase;
}

.dentist-info a:after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: 8px;
}

.ref-consult-wrap {
	background: #fff;
	padding: 68px 0;
}

.consult-panel {
	background: #f3f3f4;
	margin: 0 auto;
	padding: 46px 58px 42px;
}

.consult-panel h2 {
	font-size: 21px;
	margin-bottom: 16px;
}

.consult-panel > p,
.form-note {
	color: #596678;
	font-size: 14px;
	line-height: 1.8;
}

.ref-consult-form {
	margin-top: 28px;
}

.ref-consult-form label {
	color: #596678;
	font-size: 10px;
	font-weight: 700;
	margin-bottom: 6px;
}

.ref-consult-form .form-control {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	min-height: 36px;
}

.btn-ref-submit {
	background: #6300BF;
	border: 0;
	border-radius: 0;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 800;
	margin: 18px auto 0;
	min-width: 180px;
	padding: 10px 26px;
}

.btn-ref-submit:hover {
	background: #f7c94b;
	color: #000;
}

.site-footer {
	background: #6300BF;
}

.footer-brand {
	display: flex;
	align-items: flex-start;
}

.footer-brand img {
	margin-bottom: 0;
	max-width: 190px;
	max-height: none;
}

.footer-social {
	display: flex;
	align-items: center;
	gap: 28px;
}

.footer-social a {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	color: #6300BF;
	display: inline-flex;
	font-size: 26px;
	height: 46px;
	justify-content: center;
	width: 46px;
}

.footer-social a:hover {
	background: #f1f4fb;
	color: #6300BF;
}

.footer-social .fa-instagram,
.footer-social .fa-music {
	font-size: 24px;
}

.floating-consult a {
	background: #6300BF;
}

@media only screen and (max-width: 991px) {
	.site-header,
	.dental-navbar {
		min-height: 76px;
	}

	.seen-box,
	.clinic-strip-grid {
		grid-template-columns: repeat(2, 1fr);
		border-radius: 10px;
		gap: 12px;
		padding: 18px;
	}

	.seen-box span {
		border-right: 0;
	}

	.ref-hero-copy {
		padding: 82px 0;
	}

	.dental-navbar .nav-link {
		font-size: 13px;
		letter-spacing: 1px;
		padding: 10px 8px;
	}

	.team-band-copy ul {
		margin-top: 80px;
	}

	.dentist-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dentist-photo img {
		height: 340px;
	}

	.dentist-profile-card {
		grid-template-columns: 1fr;
	}

	.dentist-profile-photo img {
		max-width: 420px;
	}
}

@media only screen and (max-width: 575px) {
	.footer-social {
		gap: 18px;
		margin-bottom: 12px;
	}

	.footer-social a {
		font-size: 22px;
		height: 42px;
		width: 42px;
	}

	.dental-navbar .nav-link {
		font-size: 14px;
		letter-spacing: 1px;
	}

	.ref-hero {
		min-height: 370px;
	}

	.ref-hero-copy {
		padding: 62px 0;
	}

	.ref-hero-copy h1 {
		font-size: 30px;
	}

	.ref-heading h2,
	.service-heading h2,
	.tourism-title h2,
	.team-band-copy h2,
	.consult-panel h2 {
		font-size: 21px;
		letter-spacing: 2px;
	}

	.seen-box,
	.clinic-strip-grid,
	.tourism-grid,
	.reward-quote {
		display: block;
	}

	.dentist-card-grid {
		grid-template-columns: 1fr;
	}

	.dentist-photo img {
		height: 420px;
	}

	.dentist-list-intro h2,
	.dentist-detail-title h1 {
		font-size: 30px;
	}

	.dentist-profile-card {
		padding: 24px 20px;
	}

	.dentist-profile-photo img {
		max-width: 100%;
	}

	.dentist-role,
	.dentist-role p {
		font-size: 17px;
	}

	.seen-box span {
		display: block;
		padding: 8px 0;
	}

	.why-photo-card {
		min-height: 240px;
	}

	.tourism-copy {
		min-height: auto;
		padding: 28px 18px;
		position: static;
	}

	.tourism-grid {
		gap: 28px;
		grid-template-columns: 1fr;
	}

	.tourism-image-list img {
		height: 220px;
		position: static;
	}

	.reward-quote p {
		margin-top: 18px;
	}

	.consult-panel {
		padding: 30px 20px;
	}
}

@media only screen and (max-width: 991px) {
	.seen-strip {
		padding: 62px 0 54px;
	}

	.seen-title-row {
		gap: 22px;
		margin-bottom: 34px;
	}

	.seen-title-row h2 {
		font-size: 20px;
		letter-spacing: 9px;
		text-indent: 9px;
	}

	.seen-media-row {
		gap: 24px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.story-section {
		padding: 54px 0 58px;
	}

	.story-section .ref-heading,
	.why-heading {
		margin-bottom: 34px;
	}

	.story-section .ref-heading h2,
	.why-heading p,
	.why-heading h2 {
		font-size: 30px;
		letter-spacing: 6px;
		text-indent: 6px;
	}

	.ref-story-row {
		gap: 22px;
		grid-template-columns: 1fr;
	}

	.ref-story-card {
		min-height: 360px;
	}

	.story-media {
		min-height: 240px;
	}

	.ref-story-card p {
		font-size: 22px;
		min-height: auto;
		padding: 24px;
	}

	.service-band {
		padding: 68px 0 54px;
	}

	.service-heading {
		margin-bottom: 34px;
	}

	.service-heading h2 {
		font-size: 38px;
		letter-spacing: 1px;
	}

	.ref-service-card {
		height: 320px;
		padding: 0 30px 24px;
	}

	.ref-service-card h3 {
		font-size: 24px;
	}

	.ref-service-card p {
		font-size: 16px;
	}

	.laurel {
		display: none;
	}
}

@media only screen and (max-width: 575px) {
	.seen-title-row {
		display: block;
		text-align: center;
	}

	.seen-title-row span {
		margin: 0 0 18px;
	}

	.seen-title-row span:last-child {
		margin: 18px 0 0;
	}

	.story-section .ref-heading h2,
	.why-heading p,
	.why-heading h2 {
		font-size: 24px;
		letter-spacing: 4px;
		text-indent: 4px;
	}

	.advantage-pill {
		font-size: 14px;
		letter-spacing: 2px;
		padding: 11px 22px;
	}

	.service-heading h2 {
		font-size: 30px;
	}

	.tourism-title h2 {
		font-size: 31px;
		line-height: 1.22;
	}

	.service-button {
		height: 42px;
		width: 42px;
	}

	.service-button:before {
		height: 20px;
		left: 12px;
		top: 11px;
		width: 20px;
	}

	.ref-service-card {
		height: 300px;
	}
}

/* Dental services list */
.service-list-page {
	background: #fff;
}

.service-list-intro {
	background: #fff;
	padding: 84px 0 58px;
}

.service-list-eyebrow,
.service-list-toolbar span,
.service-process-title p,
.service-list-body p,
.service-help-card p {
	color: #000;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 2.8px;
	line-height: 1;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.service-list-intro h2,
.service-list-toolbar h2,
.service-process-title h2 {
	color: #000;
	font-size: 54px;
	font-weight: 800;
	letter-spacing: 1.2px;
	line-height: 1.15;
	margin: 0;
	text-transform: uppercase;
}

.service-list-lead {
	color: #6d7788;
	font-size: 16px;
	line-height: 1.85;
	margin-top: 24px;
	max-width: 760px;
}

.service-list-note {
	background: #f3f4f7;
	border-left: 4px solid #000;
	padding: 30px 34px;
}

.service-list-note span {
	color: #000;
	display: block;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 1.5px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.service-list-note p {
	color: #6d7788;
	font-size: 13px;
	line-height: 1.85;
	margin: 0;
}

.service-list-main {
	background: #f7f8fb;
	padding: 60px 0 82px;
}

.service-list-main .position {
	margin-bottom: 32px !important;
}

.service-layout-grid {
	display: grid;
	gap: 48px;
	grid-template-columns: 370px minmax(0, 1fr);
	align-items: start;
}

.service-sidebar {
	display: grid;
	gap: 28px;
}

.service-nav-card,
.service-help-card {
	background: #fff;
	box-shadow: 0 15px 35px rgba(18, 39, 70, .08);
	padding: 34px 30px;
}

.service-nav-card h3 {
	color: #000;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 3px;
	line-height: 1.25;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.pbmit_services ul {
	margin: 0;
	padding: 0;
}

.pbmit_services ul > li {
	border-radius: 999px;
	list-style: none;
	margin-bottom: 10px;
	padding: 0;
	position: relative;
	transition: all .35s ease;
}

.pbmit_services ul > li:before {
	background: #6300BF;
	border-radius: 999px;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: width .35s ease;
	width: 0;
}

.pbmit_services ul > li:hover:before,
.pbmit_services ul > li.pbmit-post-active:before {
	width: 100%;
}

.pbmit_services ul > li a {
	color: #000;
	display: block;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1.6px;
	line-height: 20px;
	padding: 16px 44px 16px 24px;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.pbmit_services ul > li a:before {
	background: #6300BF;
	border-radius: 50%;
	content: "";
	height: 7px;
	left: 8px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background .35s ease;
	width: 7px;
}

.pbmit_services ul > li a:after {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 16px;
	opacity: 0;
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%) rotate(-35deg);
	transition: opacity .35s ease;
}

.pbmit_services ul > li:hover a,
.pbmit_services ul > li.pbmit-post-active a {
	color: #fff;
	text-decoration: none;
}

.pbmit_services ul > li:hover a:before,
.pbmit_services ul > li.pbmit-post-active a:before {
	background: #fff;
}

.pbmit_services ul > li:hover a:after,
.pbmit_services ul > li.pbmit-post-active a:after {
	opacity: 1;
}

.service-help-card {
	background: #6300BF;
	color: #fff;
	padding: 38px 34px;
}

.service-help-card p {
	color: rgba(255,255,255,.72);
	margin-bottom: 14px;
}

.service-help-card h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 1.2px;
	line-height: 1.25;
	margin-bottom: 28px;
	text-transform: uppercase;
}

.service-help-card a,
.service-toolbar-btn {
	background: #fff;
	border-radius: 999px;
	color: #000;
	display: inline-block;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 1.6px;
	padding: 14px 28px;
	text-transform: uppercase;
}

.service-help-card a:hover,
.service-toolbar-btn:hover {
	background: #f7c94b;
	color: #000;
	text-decoration: none;
}

.service-list-toolbar {
	align-items: center;
	background: #fff;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 30px;
	padding: 30px 34px;
}

.service-list-toolbar h2 {
	font-size: 28px;
	letter-spacing: 2px;
}

.service-toolbar-btn {
	background: #6300BF;
	color: #fff;
	flex: 0 0 auto;
}

.service-card-grid {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-list-card {
	background: #fff;
	box-shadow: 0 15px 35px rgba(18, 39, 70, .08);
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
}

.service-list-image {
	display: block;
	min-height: 270px;
	overflow: hidden;
	position: relative;
}

.service-list-image:before {
	background: linear-gradient(180deg, rgba(23,45,83,0), rgba(23,45,83,.62));
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.service-list-image img {
	display: block;
	height: 270px;
	object-fit: cover;
	transition: transform .45s ease;
	width: 100%;
}

.service-list-card:hover .service-list-image img {
	transform: scale(1.06);
}

.service-list-image span {
	bottom: 22px;
	color: rgba(255,255,255,.9);
	font-size: 54px;
	font-weight: 900;
	line-height: 1;
	position: absolute;
	right: 24px;
	z-index: 2;
}

.service-list-body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 28px 26px 30px;
}

.service-list-body p {
	color: #8b95a4;
	font-size: 14px;
	letter-spacing: 2px;
	margin-bottom: 12px;
}

.service-list-body h3 {
	font-size: 25px;
	font-weight: 900;
	letter-spacing: .8px;
	line-height: 1.2;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.service-list-body h3 a {
	color: #000;
}

.service-list-desc {
	color: #6d7788;
	font-size: 13px;
	line-height: 1.85;
	margin-bottom: 22px;
}

.service-read-more {
	color: #000;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 1.8px;
	margin-top: auto;
	text-transform: uppercase;
}

.service-read-more i {
	margin-left: 8px;
}

.service-process-band {
	background: #6300BF;
	color: #fff;
	padding: 82px 0;
}

.service-process-title {
	margin-bottom: 44px;
	max-width: 760px;
}

.service-process-title p,
.service-process-title h2 {
	color: #fff;
}

.service-process-grid {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-process-item {
	border-left: 1px solid rgba(255,255,255,.22);
	padding: 8px 30px 10px;
}

.service-process-item:last-child {
	border-right: 1px solid rgba(255,255,255,.22);
}

.service-process-item span {
	color: rgba(255,255,255,.18);
	display: block;
	font-size: 64px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 25px;
}

.service-process-item h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 1.5px;
	line-height: 1.35;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.service-process-item p {
	color: rgba(255,255,255,.72);
	font-size: 14px;
	line-height: 1.85;
	margin: 0;
}

.service-list-page .pagination {
	margin-top: 46px;
}

.service-list-page .page-link,
.service-list-page .page-num {
	border-color: #dfe4ec;
	color: #000;
}

.service-list-page .page-num-current,
.service-list-page .page-link:hover,
.service-list-page .page-num:hover {
	background: #6300BF;
	border-color: #6300BF;
	color: #fff;
}

/* Dental service detail */
.service-detail-page {
	background: #fff;
}

.service-detail-intro {
	background: #fff;
	padding: 84px 0 58px;
}

.service-detail-eyebrow,
.service-detail-heading p,
.service-compare-title p,
.service-highlight-card span {
	color: #000;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 2.8px;
	line-height: 1;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.service-detail-intro h2,
.service-compare-title h2 {
	color: #000;
	font-size: 54px;
	font-weight: 800;
	letter-spacing: 1.2px;
	line-height: 1.15;
	margin: 0;
	text-transform: uppercase;
}

.service-detail-lead {
	color: #6d7788;
	font-size: 16px;
	line-height: 1.85;
	margin-top: 24px;
	max-width: 760px;
}

.service-detail-note {
	background: #f3f4f7;
	border-left: 4px solid #000;
	padding: 30px 34px;
}

.service-detail-note span {
	color: #000;
	display: block;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 1.5px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.service-detail-note p {
	color: #6d7788;
	font-size: 13px;
	line-height: 1.85;
	margin: 0;
}

.service-detail-main {
	background: #f7f8fb;
	padding: 60px 0 82px;
}

.service-detail-main .position {
	margin-bottom: 32px !important;
}

.service-detail-content {
	display: grid;
	gap: 30px;
}

.service-detail-hero {
	background: #fff;
	box-shadow: 0 15px 35px rgba(18, 39, 70, .08);
	min-height: 420px;
	overflow: hidden;
	position: relative;
}

.service-detail-hero:before {
	background: linear-gradient(180deg, rgba(23,45,83,0), rgba(23,45,83,.68));
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.service-detail-hero img {
	display: block;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
	width: 100%;
}

.service-detail-hero-card {
	background: rgba(23,45,91,.92);
	bottom: 30px;
	color: #fff;
	left: 34px;
	max-width: 430px;
	padding: 28px 32px;
	position: absolute;
	z-index: 2;
}

.service-detail-hero-card span {
	color: rgba(255,255,255,.74);
	display: block;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 2.4px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.service-detail-hero-card h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 1.2px;
	line-height: 1.25;
	margin: 0;
	text-transform: uppercase;
}

.service-detail-heading,
.service-detail-copy,
.service-compare-section,
.service-post-nav {
	background: #fff;
	box-shadow: 0 15px 35px rgba(18, 39, 70, .08);
	padding: 38px 42px;
}

.service-detail-heading h1 {
	color: #000;
	font-size: 42px;
	font-weight: 900;
	letter-spacing: 1.4px;
	line-height: 1.18;
	margin: 0;
	text-transform: uppercase;
}

.service-detail-copy,
.service-detail-copy p,
.service-detail-copy li {
	color: #596678;
	font-size: 15px;
	line-height: 1.9;
}

.service-detail-copy h2,
.service-detail-copy h3,
.service-detail-copy h4 {
	color: #000;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 1.25;
	margin: 30px 0 16px;
	text-transform: uppercase;
}

.service-detail-copy img {
	height: auto !important;
	margin: 16px 0;
	max-width: 100% !important;
}

.service-compare-title {
	margin-bottom: 30px;
	max-width: 820px;
}

.service-compare-title h2 {
	font-size: 34px;
}

.service-compare-table {
	border: 1px solid #e5e9f0;
	overflow: hidden;
}

.service-compare-row {
	display: grid;
	grid-template-columns: 1.05fr 1.35fr 1.15fr;
}

.service-compare-row > * {
	align-items: center;
	border-bottom: 1px solid #e5e9f0;
	border-right: 1px solid #e5e9f0;
	display: flex;
	font-size: 14px;
	font-style: normal;
	line-height: 1.55;
	margin: 0;
	min-height: 86px;
	padding: 20px 22px;
}

.service-compare-row > *:last-child {
	border-right: 0;
}

.service-compare-row:last-child > * {
	border-bottom: 0;
}

.service-compare-row span {
	background: #f2f5fa;
	color: #000;
	font-weight: 900;
	letter-spacing: .8px;
	text-transform: uppercase;
}

.service-compare-row strong {
	background: #6300BF;
	color: #fff;
	font-weight: 800;
}

.service-compare-row em {
	background: #fff;
	color: #6d7788;
}

.service-compare-head strong {
	background: #f7c94b;
	color: #000;
	font-size: 13px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

.service-detail-highlights {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-highlight-card {
	background: #fff;
	box-shadow: 0 15px 35px rgba(18, 39, 70, .08);
	padding: 34px 30px;
}

.service-highlight-card span {
	color: rgba(23,45,83,.22);
	display: block;
	font-size: 54px;
	letter-spacing: 0;
	margin-bottom: 24px;
}

.service-highlight-card h3 {
	color: #000;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 1.2px;
	line-height: 1.3;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.service-highlight-card p,
.service-post-nav p {
	color: #6d7788;
	font-size: 13px;
	line-height: 1.85;
	margin: 0;
}

.service-post-nav p + p {
	margin-top: 8px;
}

@media only screen and (max-width: 1199px) {
	.service-layout-grid {
		grid-template-columns: 310px minmax(0, 1fr);
		gap: 30px;
	}

	.service-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.service-list-intro h2,
	.service-detail-intro h2,
	.service-process-title h2,
	.service-compare-title h2 {
		font-size: 42px;
	}
}

@media only screen and (max-width: 991px) {
	.service-list-intro,
	.service-detail-intro {
		padding: 62px 0 42px;
	}

	.service-list-note,
	.service-detail-note {
		margin-top: 26px;
	}

	.service-layout-grid,
	.service-process-grid,
	.service-compare-row,
	.service-detail-highlights {
		grid-template-columns: 1fr;
	}

	.service-sidebar {
		order: 2;
	}

	.service-list-content,
	.service-detail-content {
		order: 1;
	}

	.service-compare-row > * {
		border-right: 0;
		border-bottom: 1px solid #e5e9f0;
	}

	.service-process-item,
	.service-process-item:last-child {
		border-left: 0;
		border-right: 0;
		border-top: 1px solid rgba(255,255,255,.22);
		padding: 28px 0;
	}

	.service-process-item:first-child {
		border-top: 0;
	}
}

@media only screen and (max-width: 575px) {
	.service-list-intro,
	.service-detail-intro,
	.service-list-main,
	.service-detail-main,
	.service-process-band {
		padding: 48px 0;
	}

	.service-list-intro h2,
	.service-detail-intro h2,
	.service-process-title h2,
	.service-compare-title h2 {
		font-size: 30px;
		letter-spacing: 1px;
	}

	.service-list-lead,
	.service-detail-lead {
		font-size: 14px;
	}

	.service-list-toolbar {
		display: block;
		padding: 24px 20px;
	}

	.service-list-toolbar h2 {
		font-size: 23px;
	}

	.service-toolbar-btn {
		margin-top: 18px;
		text-align: center;
		width: 100%;
	}

	.service-card-grid {
		grid-template-columns: 1fr;
	}

	.service-list-image,
	.service-list-image img {
		height: 230px;
		min-height: 230px;
	}

	.service-list-body h3,
	.service-help-card h3 {
		font-size: 22px;
	}

	.service-nav-card,
	.service-help-card,
	.service-list-note,
	.service-detail-note,
	.service-detail-heading,
	.service-detail-copy,
	.service-compare-section,
	.service-post-nav {
		padding: 28px 22px;
	}

	.service-detail-hero-card {
		left: 18px;
		right: 18px;
	}

	.service-process-item span {
		font-size: 48px;
	}
}

/* Costs page */
.costs-page {
	background: #fff;
}

.costs-intro {
	background: radial-gradient(circle at 84% 18%, rgba(247,201,75,.22), transparent 34%), linear-gradient(135deg, #f7f8fb 0%, #fff 58%);
	padding: 86px 0 66px;
}

.costs-intro-grid {
	align-items: stretch;
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 1fr) 360px;
}

.costs-eyebrow,
.costs-section-heading p {
	color: #000;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 2.8px;
	line-height: 1;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.costs-intro h2,
.costs-section-heading h2,
.costs-payment h2 {
	color: #000;
	font-size: 54px;
	font-weight: 800;
	letter-spacing: 1.2px;
	line-height: 1.15;
	margin: 0;
	text-transform: uppercase;
}

.costs-intro-copy > p,
.costs-payment p {
	color: #6d7788;
	font-size: 16px;
	line-height: 1.85;
	margin-top: 24px;
	max-width: 780px;
}

.costs-intro-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 34px;
}

.costs-intro-card {
	background: #6300BF;
	box-shadow: 0 24px 60px rgba(18,39,70,.16);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 330px;
	overflow: hidden;
	padding: 42px 38px;
	position: relative;
}

.costs-intro-card:before {
	border: 1px solid rgba(255,255,255,.18);
	content: "";
	inset: 18px;
	position: absolute;
}

.costs-intro-card span {
	color: rgba(255,255,255,.72);
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 2.4px;
	margin-bottom: 12px;
	text-transform: uppercase;
	z-index: 1;
}

.costs-intro-card strong {
	color: #f7c94b;
	font-size: 58px;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 1;
	z-index: 1;
}

.costs-intro-card p {
	color: rgba(255,255,255,.74);
	font-size: 13px;
	line-height: 1.8;
	margin: 18px 0 0;
	z-index: 1;
}

.costs-trust-strip {
	background: #fff;
	padding: 34px 0;
}

.costs-trust-grid {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.costs-trust-grid > div {
	border-left: 1px solid #e5e9f0;
	padding: 8px 34px;
}

.costs-trust-grid > div:last-child {
	border-right: 1px solid #e5e9f0;
}

.costs-trust-grid strong {
	color: #000;
	display: block;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: 1px;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.costs-trust-grid span {
	color: #6d7788;
	font-size: 13px;
	line-height: 1.6;
}

.costs-main {
	background: #f7f8fb;
	padding: 60px 0 82px;
}

.costs-main .position {
	margin-bottom: 32px !important;
}

.costs-section-heading {
	margin-bottom: 30px;
	max-width: 850px;
}

.costs-veneers-heading {
	margin-top: 58px;
}

.costs-table-wrap {
	background: #fff;
	box-shadow: 0 15px 35px rgba(18, 39, 70, .08);
	overflow-x: auto;
}

.costs-table {
	border-collapse: collapse;
	margin: 0;
	min-width: 860px;
	width: 100%;
}

.costs-table th {
	background: #6300BF;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 2.4px;
	padding: 22px 24px;
	text-align: left;
	text-transform: uppercase;
}

.costs-table th:not(:first-child),
.costs-table td:not(:first-child) {
	text-align: center;
	white-space: nowrap;
}

.costs-table td {
	border-bottom: 1px solid #e5e9f0;
	color: #000;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: .8px;
	padding: 24px;
	vertical-align: middle;
}

.costs-table td:first-child {
	font-weight: 900;
	text-transform: uppercase;
}

.costs-table small {
	color: #6d7788;
	display: block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .2px;
	line-height: 1.7;
	margin-top: 7px;
	text-transform: none;
}

.costs-table tbody tr:hover td {
	background: #fbfcff;
}

.costs-note-panel {
	background: #fff;
	border-left: 4px solid #000;
	box-shadow: 0 15px 35px rgba(18, 39, 70, .08);
	margin-top: 34px;
	padding: 28px 34px;
}

.costs-note-panel p {
	color: #6d7788;
	font-size: 13px;
	line-height: 1.85;
	margin: 0;
}

.costs-note-panel p + p {
	margin-top: 10px;
}

.costs-packages {
	background: #6300BF;
	padding: 84px 0;
}

.costs-light-heading p,
.costs-light-heading h2 {
	color: #fff;
}

.costs-package-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.costs-package-card {
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.16);
	color: #fff;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 36px 32px;
}

.costs-package-featured {
	background: #fff;
	color: #000;
	transform: translateY(-14px);
}

.costs-package-card span {
	color: #f7c94b;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 2.3px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.costs-package-featured span {
	color: #000;
}

.costs-package-card h3 {
	color: inherit;
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 1.2px;
	line-height: 1.25;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.costs-package-card p,
.costs-package-card li {
	color: rgba(255,255,255,.72);
	font-size: 13px;
	line-height: 1.85;
}

.costs-package-featured p,
.costs-package-featured li {
	color: #6d7788;
}

.costs-package-card ul {
	margin: 22px 0 28px;
	padding: 0;
}

.costs-package-card li {
	list-style: none;
	margin-bottom: 10px;
	padding-left: 22px;
	position: relative;
}

.costs-package-card li:before {
	color: #f7c94b;
	content: "\f105";
	font-family: FontAwesome;
	font-weight: normal;
	left: 0;
	position: absolute;
	top: 0;
}

.costs-package-card strong {
	color: #f7c94b;
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 1.1px;
	margin-top: auto;
}

.costs-package-featured strong {
	color: #000;
}

.costs-payment {
	background: #fff;
	padding: 82px 0;
}

.costs-payment-grid {
	align-items: center;
	display: grid;
	gap: 46px;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.costs-payment-methods {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.costs-payment-methods span {
	background: #f7f8fb;
	border: 1px solid #e5e9f0;
	color: #000;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 1.8px;
	padding: 22px 14px;
	text-align: center;
	text-transform: uppercase;
}

.costs-consult {
	background: #f7f8fb;
}

@media only screen and (max-width: 991px) {
	.costs-intro-grid,
	.costs-trust-grid,
	.costs-package-grid,
	.costs-payment-grid {
		grid-template-columns: 1fr;
	}

	.costs-intro-card {
		min-height: 260px;
	}

	.costs-trust-grid > div,
	.costs-trust-grid > div:last-child {
		border-left: 0;
		border-right: 0;
		border-top: 1px solid #e5e9f0;
		padding: 24px 0;
	}

	.costs-trust-grid > div:first-child {
		border-top: 0;
	}

	.costs-package-featured {
		transform: none;
	}
}

@media only screen and (max-width: 575px) {
	.costs-intro,
	.costs-main,
	.costs-packages,
	.costs-payment {
		padding: 48px 0;
	}

	.costs-intro h2,
	.costs-section-heading h2,
	.costs-payment h2 {
		font-size: 30px;
		letter-spacing: 1px;
	}

	.costs-intro-actions {
		display: grid;
	}

	.costs-intro-card,
	.costs-package-card,
	.costs-note-panel {
		padding: 28px 22px;
	}

	.costs-intro-card strong {
		font-size: 44px;
	}

	.costs-payment-methods {
		grid-template-columns: 1fr 1fr;
	}
}

/* Costs reference font-size correction */
.costs-reference-page .costs-get-copy p,
.costs-reference-page .costs-package-copy > p,
.costs-reference-page .costs-package-copy li,
.costs-reference-page .costs-form-panel > p,
.costs-reference-page .costs-consent {
	font-size: 20px;
	line-height: 1.65;
}

.costs-reference-page .costs-table-ref td {
	font-size: 18px;
	line-height: 1.55;
}

.costs-reference-page .costs-table-ref th {
	font-size: 16px;
}

.costs-reference-page .costs-table-ref small {
	font-size: 18px;
}

.costs-reference-page .costs-get-copy span,
.costs-reference-page .costs-accepted h2 {
	font-size: 32px;
}

.costs-reference-page .costs-table-title,
.costs-reference-page .costs-tourism-heading h2 {
	font-size: 24px;
}

.costs-reference-page .costs-package-copy h3 {
	font-size: 26px;
}

.costs-reference-page .costs-package-copy h4 {
	font-size: 18px;
}

.costs-reference-page .costs-package-price {
	font-size: 24px;
}

.costs-reference-page .costs-package-price strong {
	font-size: 34px;
}

.costs-reference-page .costs-days-note,
.costs-reference-page .costs-accepted p,
.costs-reference-page .costs-form label {
	font-size: 16px;
}

.costs-reference-page .costs-get-copy a,
.costs-reference-page .costs-btn-dark,
.costs-reference-page .costs-btn-outline,
.costs-reference-page .costs-form button {
	font-size: 15px;
}

.costs-reference-page .costs-form .form-control {
	font-size: 18px;
	height: 44px;
}

.costs-reference-page .costs-form textarea.form-control {
	height: 150px;
}

/* Costs reference layout overrides */
.costs-reference-page {
	background: #fff;
	color: #000;
}

.costs-reference-page .container.ref-narrow {
	max-width: 100%;
}

@media (min-width: 1200px) {
	.costs-reference-page .container.ref-narrow {
		max-width: 1524px;
	}
}

.costs-ref-shell {
	margin: 0 auto;
	width: 100%;
}

.costs-hero-ref {
	background: #6300BF;
	color: #fff;
	min-height: 260px;
	padding: 72px 0 67px;
	text-align: center;
}

.costs-hero-ref h1 {
	color: #fff;
	font-size: 34px;
	font-weight: 900;
	letter-spacing: 14px;
	line-height: 1;
	margin: 0 0 18px;
	padding-left: 14px;
}

.costs-hero-ref p {
	color: rgba(255,255,255,.76);
	font-size: 10px;
	letter-spacing: .2px;
	margin: 0;
}

.costs-get-ref {
	background: #fff;
	padding: 78px 0 88px;
}

.costs-get-card {
	align-items: stretch;
	background: #f1f2f4;
	display: grid;
	grid-template-columns: 560px minmax(0, 1fr);
	min-height: 380px;
}

.costs-get-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.costs-get-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 64px 74px;
}

.costs-get-copy span,
.costs-accepted h2 {
	color: #000;
	display: block;
	font-size: 40px;
	font-weight: 900;
	letter-spacing: 7px;
	line-height: 1.16;
	margin-bottom: 70px;
	text-transform: uppercase;
}

.costs-get-copy p {
	color: #000;
	font-size: 23px;
	line-height: 1.55;
	margin: 0;
	max-width: 780px;
}

.costs-get-copy a,
.costs-btn-dark,
.costs-btn-outline,
.costs-form button {
	align-items: center;
	background: #6300BF;
	border: 1px solid #6300BF;
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	justify-content: center;
	letter-spacing: .8px;
	line-height: 1;
	min-height: 38px;
	padding: 0 24px;
	text-transform: uppercase;
}

.costs-get-copy a {
	font-size: 18px;
	letter-spacing: 1.6px;
	margin-top: 48px;
	min-height: 55px;
	padding: 0 32px;
}

.costs-get-copy a:hover,
.costs-btn-dark:hover,
.costs-form button:hover {
	background: #0f203f;
	border-color: #0f203f;
	color: #fff;
	text-decoration: none;
}

.costs-btn-outline {
	background: #fff;
	color: #6300BF;
}

.costs-btn-outline:hover {
	background: #6300BF;
	color: #fff;
	text-decoration: none;
}

.costs-price-ref {
	background: #fff;
	padding: 0 0 74px;
}

.costs-table-title {
	background: #6300BF;
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: .6px;
	line-height: 1;
	padding: 16px 24px;
	text-transform: uppercase;
}

.costs-table-title-gap {
	margin-top: 68px;
}

.costs-table-wrap-ref {
	border: 1px solid #edf0f5;
	overflow-x: auto;
}

.costs-table-ref {
	border-collapse: collapse;
	margin: 0;
	min-width: 900px;
	width: 100%;
}

.costs-table-ref th {
	background: #6300BF;
	border-right: 1px solid rgba(255,255,255,.35);
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1.5px;
	padding: 13px 18px;
	text-align: center;
}

.costs-table-ref td {
	background: #f7f8fb;
	border-right: 1px solid #fff;
	color: #51617a;
	font-size: 14px;
	letter-spacing: 1.1px;
	line-height: 1.55;
	padding: 13px 18px;
	text-align: center;
	vertical-align: middle;
}

.costs-table-ref tbody tr:nth-child(even) td {
	background: #f1f3f6;
}

.costs-table-ref th:first-child,
.costs-table-ref td:first-child {
	text-align: left;
	width: 43%;
}

.costs-table-ref small {
	display: inline;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
}

.costs-button-row {
	display: flex;
	gap: 28px;
	justify-content: center;
	margin: 32px 0 0;
}

.costs-days-note {
	color: #000;
	font-size: 14px;
	line-height: 1.45;
	margin: 48px auto 0;
	max-width: 650px;
	text-align: center;
}

.costs-tourism-heading {
	background: #fff;
	padding: 42px 0 42px;
}

.costs-tourism-heading h2 {
	color: #000;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: .6px;
	margin: 0;
	text-transform: uppercase;
}

.costs-package-band {
	padding: 72px 0;
}

.costs-package-band-blue {
	background: #6300BF;
	color: #fff;
}

.costs-package-band-white {
	background: #fff;
	color: #000;
}

.costs-package-row {
	align-items: center;
	display: grid;
	gap: 88px;
	grid-template-columns: minmax(0, 1fr) 420px;
}

.costs-package-row-reverse {
	grid-template-columns: 420px minmax(0, 1fr);
}

.costs-package-row-reverse .costs-package-copy {
	order: 2;
}

.costs-package-row-reverse .costs-package-image {
	order: 1;
}

.costs-package-copy h3 {
	color: inherit;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 2.6px;
	line-height: 1.3;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.costs-package-copy > p,
.costs-package-copy li {
	color: inherit;
	font-size: 14px;
	letter-spacing: 1.25px;
	line-height: 1.8;
	opacity: .78;
}

.costs-package-copy h4 {
	color: inherit;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 1.2px;
	margin: 26px 0 10px;
}

.costs-package-copy ul {
	margin: 0 0 22px;
	padding: 0;
}

.costs-package-copy li {
	list-style: none;
	margin-bottom: 8px;
	padding-left: 18px;
	position: relative;
}

.costs-package-copy li:before {
	content: "\f105";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 0;
}

.costs-package-price {
	color: inherit;
	font-size: 18px;
	letter-spacing: .8px;
	margin-top: 16px;
}

.costs-package-price strong {
	color: inherit;
	font-size: 25px;
	font-weight: 900;
}

.costs-package-image img {
	display: block;
	height: 370px;
	object-fit: cover;
	width: 100%;
}

.costs-after-packages {
	background: #fff;
	padding: 40px 0 74px;
}

.costs-accepted {
	margin-top: 110px;
}

.costs-accepted h2 {
	margin-bottom: 46px;
}

.costs-pay-logos {
	align-items: center;
	border-bottom: 1px solid #9da8bb;
	display: flex;
	gap: 34px;
	justify-content: center;
	min-height: 86px;
	padding-bottom: 30px;
}

.costs-pay-logos img {
	height: 42px;
	max-width: 110px;
	object-fit: contain;
}

.costs-accepted p {
	color: #000;
	font-size: 14px;
	margin: 28px 0 0;
}

.costs-consult-ref {
	background: #fff;
	padding: 0 0 110px;
}

.costs-form-panel {
	background: #f1f2f4;
	padding: 58px 66px 52px;
}

.costs-form-panel h2 {
	color: #000;
	font-size: 27px;
	font-weight: 900;
	letter-spacing: 3px;
	margin: 0 0 28px;
	text-transform: uppercase;
}

.costs-form-panel > p {
	color: #6d7788;
	font-size: 14px;
	line-height: 1.65;
	margin: 0;
}

.costs-form {
	margin-top: 42px;
}

.costs-form-row {
	display: grid;
	gap: 18px;
	grid-template-columns: 1fr 1fr;
}

.costs-form label {
	color: #7a8392;
	font-size: 10px;
	margin-bottom: 7px;
}

.costs-form label em {
	color: #b93030;
	font-style: normal;
}

.costs-form .form-control {
	border: 1px solid #d5d9e0;
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	height: 34px;
}

.costs-form textarea.form-control {
	height: 110px;
}

.costs-select-group {
	max-width: 240px;
}

.costs-code-group {
	align-items: center;
	display: flex;
	gap: 14px;
}

.costs-code-group input {
	max-width: 180px;
}

.costs-consent {
	align-items: flex-start;
	display: flex;
	gap: 8px;
	line-height: 1.5;
	margin: 8px 0 28px;
}

.costs-consent input {
	margin-top: 2px;
}

.costs-form button {
	border-radius: 0;
	display: flex;
	margin: 0 auto;
	min-width: 210px;
}

@media only screen and (max-width: 991px) {
	.costs-ref-shell {
		max-width: 100%;
	}

	.costs-get-card,
	.costs-package-row,
	.costs-package-row-reverse,
	.costs-form-row {
		grid-template-columns: 1fr;
	}

	.costs-package-row-reverse .costs-package-copy,
	.costs-package-row-reverse .costs-package-image {
		order: initial;
	}

	.costs-get-copy,
	.costs-form-panel {
		padding: 34px 28px;
	}

	.costs-pay-logos {
		flex-wrap: wrap;
	}

	.costs-hero-ref h1 {
		font-size: 26px;
		letter-spacing: 6px;
		padding-left: 6px;
	}
}

@media only screen and (max-width: 575px) {
	.costs-hero-ref h1 {
		font-size: 20px;
		letter-spacing: 3px;
		padding-left: 3px;
	}

	.costs-get-ref,
	.costs-package-band,
	.costs-after-packages,
	.costs-consult-ref {
		padding-left: 0;
		padding-right: 0;
	}

	.costs-button-row {
		gap: 14px;
	}

	.costs-package-image img {
		height: 260px;
	}

	.costs-package-copy h3,
	.costs-form-panel h2 {
		font-size: 20px;
	}
}

/* Dental Tourism Page */
.tourism-page {
	background: #fff;
	color: #000;
}

.tourism-reference-page .container.ref-narrow {
	max-width: 100%;
}

@media (min-width: 1200px) {
	.tourism-reference-page .container.ref-narrow {
		max-width: 1524px;
	}
}

/* Hero Banner */
.tourism-hero-ref {
	background: #6300BF;
	color: #fff;
	min-height: 260px;
	padding: 72px 0 67px;
	text-align: center;
}

.tourism-hero-ref h1 {
	color: #fff;
	font-size: 34px;
	font-weight: 900;
	letter-spacing: 14px;
	line-height: 1;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.tourism-hero-ref p {
	color: rgba(255,255,255,.76);
	font-size: 14px;
	margin: 0;
}

/* Packages Title */
.tourism-packages-title {
	background: #fff;
	padding: 48px 0 32px;
}

.tourism-packages-title h2 {
	color: #000;
	font-size: 28px;
	font-weight: 800;
	margin: 0;
	text-transform: uppercase;
}

/* Experience Section */
.tourism-experience-ref {
	background: #1a1a2e;
	color: #fff;
	padding: 60px 0;
	text-align: center;
}

.tourism-experience-ref h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 4px;
	margin: 0;
	text-transform: uppercase;
}

/* Features Section */
.tourism-features-ref {
	background: #fff;
	padding: 60px 0;
}

.tourism-features-list {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.tourism-feature-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}

.tourism-feature-row-reverse .tourism-feature-image {
	order: 2;
}

.tourism-feature-row-reverse .tourism-feature-copy {
	order: 1;
}

.tourism-feature-image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
}

.tourism-feature-copy {
	padding: 40px 48px;
}

.tourism-feature-copy h3 {
	color: #000;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 2px;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.tourism-feature-copy ul {
	margin: 0;
	padding: 0;
}

.tourism-feature-copy li {
	color: #6d7788;
	font-size: 14px;
	line-height: 1.8;
	list-style: none;
	margin-bottom: 10px;
	padding-left: 18px;
	position: relative;
}

.tourism-feature-copy li:before {
	content: "\f111";
	font-family: FontAwesome;
	font-size: 6px;
	left: 0;
	position: absolute;
	top: 4px;
}
	padding-left: 18px;
	position: relative;
}

.tourism-feature-copy li:before {
	content: "\f111";
	font-family: FontAwesome;
	font-size: 6px;
	left: 0;
	position: absolute;
	top: 4px;
}

/* Why Choose Section */
.tourism-why-ref {
	background: #6300BF;
	color: #fff;
	padding: 60px 0;
}

.tourism-why-title {
	margin-bottom: 40px;
	text-align: center;
}

.tourism-why-title h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 3px;
	line-height: 1.4;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.tourism-why-title p {
	color: rgba(255,255,255,.72);
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
}

.tourism-why-grid {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(3, 1fr);
}

.tourism-why-item {
	text-align: center;
}

.tourism-why-icon {
	background: rgba(255,255,255,.1);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	height: 70px;
	margin-bottom: 20px;
	width: 70px;
}

.tourism-why-item h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 2px;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.tourism-why-item p {
	color: rgba(255,255,255,.72);
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
}

/* Consultation Form */
.tourism-consult-ref {
	background: #fff;
	padding: 60px 0;
}

.tourism-form-panel {
	background: #f1f2f4;
	padding: 50px;
	max-width: 1524px;
	margin: 0 auto;
}

.tourism-form-panel h2 {
	color: #000;
	font-size: 28px;
	font-weight: 800;
	margin: 0 0 12px;
	text-align: center;
	text-transform: uppercase;
}

.tourism-form-panel > p {
	color: #6d7788;
	font-size: 14px;
	line-height: 1.65;
	margin: 0 0 10px;
	text-align: center;
}

.tourism-form {
	margin-top: 30px;
}

.tourism-form-row {
	display: grid;
	gap: 18px;
	grid-template-columns: 1fr 1fr;
}

.tourism-form label {
	color: #7a8392;
	font-size: 14px;
	margin-bottom: 6px;
}

.tourism-form label em {
	color: #b93030;
	font-style: normal;
}

.tourism-form .form-control {
	border: 1px solid #d5d9e0;
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	height: 42px;
}

.tourism-form textarea.form-control {
	height: 120px;
}

.tourism-select-group {
	max-width: 100%;
}

.tourism-code-group {
	align-items: center;
	display: flex;
	gap: 14px;
}

.tourism-code-group input {
	max-width: 180px;
}

.tourism-consent {
	align-items: flex-start;
	display: flex;
	gap: 8px;
	color: #6d7788;
	font-size: 14px;
	line-height: 1.5;
	margin: 18px 0 28px;
}

.tourism-consent input {
	margin-top: 2px;
}

.tourism-form button {
	background: #6300BF;
	border: none;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 800;
	margin: 0 auto;
	padding: 14px 40px;
	text-transform: uppercase;
	cursor: pointer;
}

.tourism-form button:hover {
	background: #0f203f;
}

/* Responsive */
@media only screen and (max-width: 991px) {
	.tourism-feature-row {
		grid-template-columns: 1fr;
	}

	.tourism-feature-row-reverse .tourism-feature-image,
	.tourism-feature-row-reverse .tourism-feature-copy {
		order: initial;
	}

	.tourism-feature-image img {
		min-height: 240px;
	}

	.tourism-feature-copy {
		padding: 28px 24px;
	}

	.tourism-form-panel {
		padding: 30px;
	}

	.tourism-hero-ref h1 {
		font-size: 26px;
		letter-spacing: 6px;
	}
}

@media only screen and (max-width: 575px) {
	.tourism-hero-ref h1 {
		font-size: 20px;
		letter-spacing: 3px;
	}

	.tourism-packages-title h2 {
		font-size: 22px;
	}


	.tourism-experience-ref h2 {
		font-size: 18px;
		letter-spacing: 2px;
	}

	.tourism-why-title h2 {
		font-size: 20px;
	}

	.tourism-form-panel h2 {
		font-size: 22px;
	}
}

/* ==================== Our Work Page ==================== */

/* Hero Banner */
.work-hero {
	background-color: #6300BF;
	min-height: 260px;
	padding: 72px 0 67px;
	text-align: center;
}

.work-hero h1 {
	color: #fff;
	font-size: 34px;
	font-weight: 900;
	letter-spacing: 14px;
	line-height: 1;
	text-transform: uppercase;
	margin: 0;
}

.work-hero p {
	color: rgba(255,255,255,.76);
	font-size: 14px;
	margin: 12px 0 0;
}

/* Before & After Section */
.work-cases-section {
	padding: 100px 0;
}

.work-cases-title {
	text-align: center;
	margin-bottom: 40px;
}

.work-cases-title h2 {
	color: #6300BF;
	font-size: 32px;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 0.6px;
	margin: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	display: inline-block;
}

.work-cases-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.work-case-item {
	position: relative;
	overflow: hidden;
	border-radius: 0;
}

.work-case-item .case-label {
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 10;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
	text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.work-case-item .case-label span {
	display: block;
	font-size: 18px;
}

.work-case-item .case-label small {
	display: block;
	font-size: 14px;
	font-weight: 300;
	opacity: 0.9;
}

.work-case-item .work-compare-slider {
	display: block;
	width: 100%;
	aspect-ratio: 5 / 3;
	--divider-width: 2px;
	--divider-color: #fff;
	--default-handle-width: 50px;
	--default-handle-color: #fff;
	--default-handle-opacity: 1;
	--default-handle-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.work-case-item .work-compare-slider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.work-case-item .work-compare-slider::part(divider) {
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.work-case-item .work-compare-slider::part(handle) {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.work-case-item .work-compare-slider::part(handle)::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid #6300BF;
	top: 50%;
	left: 55%;
	transform: translate(-50%, -50%);
}

.work-case-item .work-compare-slider::part(handle)::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 10px solid #6300BF;
	top: 50%;
	left: 45%;
	transform: translate(-50%, -50%);
}

/* Real Stories Section */
.work-stories-section {
	background-color: #6300BF;
	padding: 130px 0;
}

.work-stories-title {
	text-align: center;
	margin-bottom: 50px;
}

.work-stories-title h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 52px;
	letter-spacing: 0.4rem;
	color: #FFFFFF;
	margin: 0;
}

.work-story-row {
	display: flex;
	gap: 30px;
	margin-bottom: 30px;
	align-items: stretch;
}

.work-story-row:last-child {
	margin-bottom: 0;
}

.work-story-image {
	flex: 0 0 30%;
}

.work-story-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.work-story-quote-box {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.work-story-quote {
	background-color: #FFFFFF;
	color: #6300BF;
	padding: 40px;
	border-radius: 0 25px 0 25px;
	border: 1px solid #212C40;
	position: relative;
	margin-left: 15px;
}

.work-story-quote::after {
	content: "";
	position: absolute;
	top: -20px;
	left: 60px;
	width: 0;
	height: 0;
	border-bottom: 0 solid #FFFFFF;
	border-top: 20px solid transparent;
	border-right: 0 solid transparent;
	border-left: 40px solid #FFFFFF;
}

.work-story-quote p {
	font-size: 24px;
	font-weight: 400;
	line-height: 50px;
	margin: 0 0 15px;
}

.work-story-quote .quote-author {
	font-size: 24px;
	font-weight: 400;
	text-align: right;
	margin: 0;
}

/* Second quote - mirrored */
.work-story-row-reverse .work-story-quote {
	border-radius: 25px 0 25px 0;
	margin-left: 0;
	margin-right: 15px;
}

.work-story-row-reverse .work-story-quote::after {
	left: auto;
	right: 60px;
	border-left: 0 solid transparent;
	border-right: 40px solid #FFFFFF;
}

.work-story-row-reverse .work-story-image {
	order: 2;
}

.work-story-row-reverse .work-story-quote-box {
	order: 1;
}

/* Video Section */
.work-videos-section {
	padding: 50px 0 0;
}

.work-videos-title {
	text-align: center;
	margin-bottom: 50px;
}

.work-videos-title h2 {
	color: #6300BF;
	font-size: 36px;
	font-weight: 700;
	line-height: 52px;
	margin: 0;
}

.work-videos-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px;
}

.work-video-card {
	background-color: #EDEDED;
	border-radius: 15px;
	padding: 15px 10px 30px;
	text-align: center;
}

.work-video-card .video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: 10px;
}

.work-video-card .video-wrapper iframe,
.work-video-card .video-wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.work-video-card h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	color: #55555F;
	margin: 30px 0 0;
	padding: 0 10px;
}

.work-video-card h3 a {
	color: #55555F;
	text-decoration: none;
}

.work-video-card h3 a:hover {
	color: #6300BF;
}

/* Responsive */
@media only screen and (max-width: 991px) {
	.work-hero {
		padding: 60px 0 55px;
	}

	.work-hero h1 {
		font-size: 26px;
		letter-spacing: 6px;
	}

	.work-cases-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.work-stories-section {
		padding: 80px 0;
	}

	.work-stories-title h2 {
		font-size: 28px;
		line-height: 40px;
		letter-spacing: 0.2rem;
	}

	.work-story-row,
	.work-story-row-reverse {
		flex-direction: column;
	}

	.work-story-image {
		flex: none;
		width: 100%;
	}

	.work-story-row-reverse .work-story-image,
	.work-story-row-reverse .work-story-quote-box {
		order: initial;
	}

	.work-story-quote {
		margin-left: 0;
		margin-right: 0;
	}

	.work-story-quote p {
		font-size: 18px;
		line-height: 32px;
	}

	.work-videos-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
}

@media only screen and (max-width: 575px) {
	.work-hero {
		padding: 40px 0 35px;
	}

	.work-hero h1 {
		font-size: 20px;
		letter-spacing: 3px;
	}

	.work-hero p {
		font-size: 14px;
	}

	.work-cases-section {
		padding: 40px 0;
	}

	.work-cases-title h2 {
		font-size: 20px;
		line-height: 30px;
		letter-spacing: 0.5px;
	}

	.work-cases-grid {
		grid-template-columns: 1fr;
	}

	.work-stories-section {
		padding: 60px 0;
	}

	.work-stories-title h2 {
		font-size: 20px;
		line-height: 30px;
		letter-spacing: 3px;
	}

	.work-story-quote {
		padding: 25px;
	}

	.work-story-quote p {
		font-size: 14px;
		line-height: 26px;
	}

	.work-story-quote .quote-author {
		font-size: 18px;
	}

	.work-videos-title h2 {
		font-size: 22px;
		line-height: 32px;
	}
}

/* ==================== About Page ==================== */

.about-ref-page {
	color: #152746;
}

/* Intro Section */
.about-ref-intro {
	padding: 80px 0;
	background: #fff;
}

.about-ref-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

.about-ref-grid-reverse {
	direction: rtl;
}

.about-ref-grid-reverse > * {
	direction: ltr;
}

.about-ref-copy {
	max-width: 560px;
}

.about-ref-kicker {
	color: #8a9bb8;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.about-ref-copy h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	color: #6300BF;
	margin: 0 0 24px;
}

.about-ref-copy p {
	font-size: 15px;
	line-height: 1.8;
	color: #555;
	margin: 0 0 16px;
}

.about-ref-list {
	list-style: none;
	padding: 0;
	margin: 24px 0;
}

.about-ref-list li {
	position: relative;
	padding-left: 24px;
	font-size: 15px;
	line-height: 1.8;
	color: #555;
	margin-bottom: 10px;
}

.about-ref-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 8px;
	height: 8px;
	background: #6300BF;
	border-radius: 50%;
}

.about-ref-actions {
	display: flex;
	gap: 16px;
	margin-top: 32px;
}

.btn-ref-primary {
	background: #6300BF;
	color: #fff;
	padding: 14px 32px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 0;
	transition: background 0.3s;
}

.btn-ref-primary:hover {
	background: #0f203f;
	color: #fff;
	text-decoration: none;
}

.btn-ref-secondary {
	background: transparent;
	color: #fff;
	padding: 14px 32px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #6300BF;
	border-radius: 0;
	transition: all 0.3s;
}

.btn-ref-secondary:hover {
	background: #6300BF;
	color: #fff;
	text-decoration: none;
}

.btn-about-secondary {
	background: #6300BF;
	color: #fff;
}

.btn-about-secondary:hover {
	background: #4d0094;
	color: #fff;
}

.about-ref-visual img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}

/* Team Section */
.about-ref-team {
	padding: 80px 0;
	background: #f8f9fa;
}

.about-ref-bullets {
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
}

.about-ref-bullets li {
	position: relative;
	padding-left: 24px;
	font-size: 15px;
	line-height: 1.8;
	color: #555;
	margin-bottom: 12px;
}

.about-ref-bullets li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 8px;
	height: 8px;
	background: #6300BF;
	border-radius: 50%;
}

/* Advantage Section */
.about-ref-advantage {
	padding: 100px 0;
	background: #fff;
}

.about-ref-heading {
	margin-bottom: 50px;
}

.about-ref-heading-center {
	text-align: center;
}

.about-ref-heading h2 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	color: #6300BF;
	margin: 0;
}

.about-ref-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-bottom: 40px;
}

.about-ref-feature-card {
	background: #f8f9fa;
	padding: 40px 30px;
	text-align: center;
}

.about-ref-feature-no {
	display: block;
	font-size: 48px;
	font-weight: 700;
	color: #6300BF;
	line-height: 1;
	margin-bottom: 16px;
	opacity: 0.15;
}

.about-ref-feature-card h3 {
	font-size: 18px;
	font-weight: 700;
	color: #6300BF;
	margin: 0 0 12px;
	letter-spacing: 1px;
}

.about-ref-feature-card p {
	font-size: 14px;
	line-height: 1.7;
	color: #666;
	margin: 0;
}

.about-ref-advantage-note {
	text-align: center;
	font-size: 15px;
	color: #777;
	font-style: italic;
	margin: 0;
}

/* Sanctuary Section */
.about-ref-sanctuary {
	padding: 100px 0;
	background: #f8f9fa;
}

.about-ref-gallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-bottom: 50px;
}

.about-ref-gallery figure {
	margin: 0;
	overflow: hidden;
}

.about-ref-gallery img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
	transition: transform 0.5s;
}

.about-ref-gallery figure:hover img {
	transform: scale(1.05);
}

.about-ref-sanctuary .about-ref-quote {
	border-left: 4px solid #6300BF;
	padding: 20px 30px;
	margin: 0;
	background: #fff;
}

.about-ref-sanctuary .about-ref-quote p {
	font-size: 18px;
	font-style: italic;
	color: #555;
	line-height: 1.7;
	margin: 0;
}

/* Lab Section */
.about-ref-lab {
	padding: 100px 0;
	background: #fff;
}

.about-ref-lab-highlight {
	overflow: hidden;
}

.about-ref-lab-highlight img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}

.about-ref-lab-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-top: 50px;
}

.about-ref-lab-grid figure {
	margin: 0;
	overflow: hidden;
}

.about-ref-lab-grid img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	display: block;
	transition: transform 0.5s;
}

.about-ref-lab-grid figure:hover img {
	transform: scale(1.05);
}

/* Consult Section in About */
.about-ref-consult {
	padding: 80px 0;
	background: #f3f4f6;
}

.about-ref-consult .consult-panel {
	max-width: 800px;
	margin: 0 auto;
}

.about-ref-consult h2 {
	font-size: 32px;
	font-weight: 700;
	color: #6300BF;
	margin: 0 0 16px;
}

.about-ref-consult p {
	font-size: 15px;
	color: #555;
	margin: 0 0 30px;
}

.about-ref-consult .ref-consult-form .form-row {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.about-ref-consult .ref-consult-form .form-group {
	flex: 1;
}

.about-ref-consult .ref-consult-form label {
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 600;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.about-ref-consult .ref-consult-form .form-control {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 0;
	font-size: 14px;
	background: #fff;
}

.about-ref-consult .ref-consult-form textarea.form-control {
	height: 120px;
	resize: vertical;
}

.about-ref-consult .ref-consult-form select.form-control {
	appearance: auto;
}

.about-ref-consult .form-note {
	font-size: 14px;
	color: #888;
	margin: 20px 0;
}

.about-ref-consult .btn-ref-submit {
	background: #6300BF;
	color: #fff;
	border: none;
	padding: 14px 50px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.3s;
}

.about-ref-consult .btn-ref-submit:hover {
	background: #0f203f;
}

/* Responsive */
@media only screen and (max-width: 991px) {
	.about-ref-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.about-ref-grid-reverse {
		direction: ltr;
	}

	.about-ref-grid-reverse > * {
		direction: ltr;
	}

	.about-ref-grid-reverse .about-ref-visual {
		order: 1;
	}

	.about-ref-grid-reverse .about-ref-copy {
		order: 2;
	}

	.about-ref-copy {
		max-width: 100%;
	}

	.about-ref-copy h2 {
		font-size: 26px;
	}

	.about-ref-feature-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.about-ref-gallery {
		grid-template-columns: repeat(2, 1fr);
	}

	.about-ref-lab-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.about-ref-consult .ref-consult-form .form-row {
		flex-direction: column;
		gap: 0;
	}
}

@media only screen and (max-width: 575px) {
	.about-ref-intro,
	.about-ref-team,
	.about-ref-advantage,
	.about-ref-sanctuary,
	.about-ref-lab,
	.about-ref-consult {
		padding: 50px 0;
	}

	.about-ref-copy h2 {
		font-size: 22px;
	}

	.about-ref-actions {
		flex-direction: column;
	}

	.btn-ref-primary,
	.btn-ref-secondary {
		width: 100%;
		text-align: center;
	}

	.about-ref-heading h2 {
		font-size: 22px;
	}

	.about-ref-feature-card {
		padding: 30px 20px;
	}

	.about-ref-gallery {
		grid-template-columns: 1fr;
	}

	.about-ref-gallery img {
		height: 240px;
	}

	.about-ref-lab-grid {
		grid-template-columns: 1fr;
	}

	.about-ref-lab-grid img {
		height: 220px;
	}

	.about-ref-sanctuary .about-ref-quote p {
		font-size: 15px;
	}

	.about-ref-consult h2 {
		font-size: 24px;
	}
}


