/*-----------------------------------------------------------------------------------
Theme Name: Vitadent Brooklyn Dental Group
Theme URI: VitaDentalBrooklyn.com
Description: Your Local Dentists in Sheepshead Bay, Brooklyn
Author: Vitadent Brooklyn Dental Group
Author URI: https://www.vitadentbrooklyn.com/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0

--------------------------------a---------------------------------------------------

1. Typography
2. Header Area 
3. Iteam Area
4. Footer Area

-----------------------------------------------------------------------------------*/
@font-face {
	font-family: 'Playfair Display';
	src: url('fonts/PlayfairDisplay-Italic.woff2') format('woff2'),
		url('fonts/PlayfairDisplay-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter-Light.woff2') format('woff2'),
		url('fonts/Inter-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter-Bold.woff2') format('woff2'),
		url('fonts/Inter-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
/*----------------------------------
1. TYPOGRAPHY
---------------------------------- */
*{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
:target {
	scroll-margin-top: calc(var(--header-height, 250px) + 20px);
}
/*Video Popup Start----*/
.video-popup {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: fixed;
	z-index: 999999;
	display: none;
	bottom: 0;
	right: 0;
}
.video-popup.show{
	display: block;
}
.video-popup.unexpendPopup {
	max-width: 320px;
	bottom: 40px;
	right: 40px;
	aspect-ratio: 16/9;
	height: unset;
}
.video-popup.unexpendPopup .iframe-wrapper {
	width: 100%;
}
.iframe-wrapper {
	width: 50%;
	position: absolute;
	margin: auto;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	aspect-ratio: 16/9;
}
.video-popup #iframeHolder {
	width: 100%;
	height: 100%;
	display: block;
	background-color: #fff;
}
.video-popup iframe {
	width: 100%;
	height: 100%;
}
.close-video, .expand {
	width: 40px;
	height: 40px;
	background: #fff;
	display: block;
	border-radius: 100%;
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	z-index: 99;
	-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 50%);
	box-shadow: 0 0 10px rgb(0 0 0 / 50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.expand {
	right: 30px;
}
.video-close-icon {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.video-close-icon::before {
	width: 60%;
	height: 2px;
	background: #000;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.video-close-icon::after {
	width: 60%;
	height: 2px;
	background: #000;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.bgm {
	background-image: url('https://www.vitadentbrooklyn.com/wp-content/uploads/2026/09/Vitadent-Your-Local-Dentists-Sheepshead-Bay-Brooklyn-Main-Banner.webp');
}
@media all and (max-width: 768px){
	.iframe-wrapper {
		width: 80%;
	}
}
/*Video Popup End----*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'Inter';
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	color: #000000;
	background: #FFFFFF;
}
a {
	text-decoration: none;
	display: inline-block;
}
a:hover {
	text-decoration: none;
}
button {
	border: none;
	outline: none;
	cursor: pointer;
	background: transparent;
}
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	appearance: none;
}
input {
	border: none;
	outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
button:focus {
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input:focus {
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.text-center {
	text-align: center;
}
.container {
	width: 100%;
	max-width: 1510px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container-s {
	width: 100%;
	max-width: 1470px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container-x {
	width: 100%;
	max-width: 1630px;
	margin-left: auto;
	margin-right: auto;
	/*padding-left: 15px;
	padding-right: 15px;*/
}
.sec-m {
	margin-top: 120px;
	margin-bottom: 120px;
}
.sec-p {
	padding-top: 120px;
	padding-bottom: 120px;
}
/*----------------------------------
1. HEADER AREA START
---------------------------------- */
.main-header {
	position: fixed;
	z-index: 9999;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.header-container {
	max-width: 1340px;
	padding-inline: 15px;
	margin-left: auto;
	margin-right: 135px;
}
/* header top  */
.header-top {
	background: #001225;
}
.header-top-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
}
.header-top-wrp .location {
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	font-weight: 500;
	color: #c0b8a8;
	text-transform: uppercase;
}
.header-top-wrp .call {
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	font-weight: 500;
	color: #c0b8a8;
	text-transform: uppercase;
	line-height: normal;
}
.header-top-wrp .call span {
	display: block;
	font-size: 10px;
	font-weight: 300;
	line-height: normal;
}
.header-top-wrp .emergency {
	position: relative;
	padding-left: 30px;
	font-size: 14px;
	font-weight: 500;
	color: #c0b8a8;
	line-height: normal;
	margin-top: 6px;
}
.header-top-wrp .location:hover,
.header-top-wrp .call:hover {
	color: #FFF;
}
.header-top-wrp .location::before,
.header-top-wrp .call::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 20px;
	height: 20px;
	background: var(--sp);
}
.header-top-wrp .location::before {
	background-position: top -84px left -72px;
	top: 4px;
}
.header-top-wrp .emergency:hover {
	color: #fff;
}
.header-top-wrp .call::before {
	background-position: top -84px left -216px;
}
.header-top-wrp .book-btn {
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	color: #001325;
	text-transform: uppercase;
	border-radius: 50px;
	background: #ebe3de;
	padding: 10px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	flex-direction: column;
	position: relative;
}
.header-top-wrp .book-btn::after {
	content: "";
	width: 17px;
	height: 17px;
	background: var(--sp);
	background-position: top -10px left -68px;
	margin-top: 2px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	position: absolute;
	right: 20px;
}
.header-top-wrp .book-btn span {
	font-size: 14px;
    display: block;
    position: relative;
    text-transform: capitalize;
    font-weight: 400;
}
.header-top-wrp .book-btn:hover {
	background: #FFF;
}
.header-top-wrp .book-btn:hover::after {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}
/* main Header nav Area --------------- */
.header-area {
	background: rgb(255, 255, 255,.10);
}
.main-header.fixed .header-area {
	background: #001225;
}
/* logo  */
.header-wrp .logo {
	max-width: 260px;
	width: 100%;
	height: 132px;
	background: #FFF;
	border-radius: 0 100px 100px 0;
	position: fixed;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-top-wrp .phone-head {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
/* menu */
.main-menu > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	gap: 50px;
}
.main-menu ul li {
	position: relative;
}
.main-menu ul li.menu-item-has-children {
	padding-right: 25px;
}
.main-menu ul li.menu-item-has-children::after {
	content: '';
	position: absolute;
	top: 29px;
	right: 0;
	width: 15px;
	height: 15px;
	background: var(--sp);
	background-position: top -12px left 0;
}
.main-menu ul li a {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	line-height: normal;
	text-transform: uppercase;
	padding: 25px 0;
	display: block;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.main-menu ul li > a::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 2px;
	background: #FFF;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.main-menu > ul > li > a:hover::before {
	width: 22px;
}
/* Dropp Down  */
.main-menu ul li ul {
	position: absolute;
	top: 90px;
	left: 0;
	background: #FFF;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 50%);
	box-shadow: 0 0 10px rgb(0 0 0 / 50%);
	width: 300px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.main-menu ul li:hover ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
} 
.main-menu ul li ul li a {
	color: #000;
	padding: 10px 20px;
}
.main-menu ul li ul li a:hover {
	background: var(--heading);
	color: #FFF;
}
/* Mobile Bars ---------------- */
.mobile-bars {
	position: relative;
	width: 35px;
	height: 35px;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	overflow: hidden;
	-ms-grid-column-align: end;
	justify-self: end;
	z-index: 9999;
}
/*Single Bar */
.mobile-bars span {
	position: absolute;
	width: 100%;
	height: 4px;
	background: #FFFF;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	border-radius: 4px;
}
.mobile-bars span:nth-child(1) {
	-webkit-transform: translateY(-11px);
	-ms-transform: translateY(-11px);
	transform: translateY(-11px);
}
.mobile-bars span:nth-child(2) {
	-webkit-transform: translateY(11px);
	-ms-transform: translateY(11px);
	transform: translateY(11px);
}
/*when click bar */
.mobile-bars.active span:nth-child(1) {
	-webkit-transform: translateY(0px) rotate(45deg);
	-ms-transform: translateY(0px) rotate(45deg);
	transform: translateY(0px) rotate(45deg);
}
.mobile-bars.active span:nth-child(2) {
	-webkit-transform: translateY(0px) rotate(-45deg);
	-ms-transform: translateY(0px) rotate(-45deg);
	transform: translateY(0px) rotate(-45deg);
}
.mobile-bars.active span:nth-child(3) {
	-webkit-transform: translateX(60px);
	-ms-transform: translateX(60px);
	transform: translateX(60px);
}
















/* Main Footer Section ------------------------- */
.main-footer {
	position: relative;
	z-index: 3;
	background: #001325;
}
.footer-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 40px 30px;
	padding-bottom: 80px;
	margin-bottom: 30px;
	border-bottom: 2px dashed rgb(255, 255, 255,.5);
}
.footer-col .title {
	font-size: 20px;
	font-weight: 600;
	color: #FFF;
	text-transform: uppercase;
	display: block;
}
.footer-col ul {
	margin-top: 50px;
}
.footer-col ul li {
	margin: 15px 0;
}
.footer-col ul li a:hover {
	text-decoration: underline;
}
.footer-col .address-link {
	margin-bottom: 60px;
}
.footer-col .address-link li {
	position: relative;
	padding-left: 40px;
}
.footer-col .address-link li a {
	color: var(--white);
}
.footer-col .address-link li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 20px;
	height: 20px;
	background: var(--sp);
}
.footer-col .address-link li.address::before {
	background-position: top -84px left 0;
}
.footer-col .address-link li.phone::before {
	background-position: top -85px left -144px;
}
.footer-col .address-link li.email::before {
	background-position: top -85px left -289px;
}
.footer-col .social-link {
	margin-top: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 10px;
	padding: 10px;
	border: 1px solid #262626;
	border-radius: 10px;
}
.footer-col .social-link li {
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(-9%, #ffffff), color-stop(78%, rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(top, #ffffff -9%, rgba(255, 255, 255, 0) 78%);
	background: linear-gradient(-180deg, #ffffff -9%, rgba(255, 255, 255, 0) 78%);
	display: block;
	border: .68px solid rgb(255, 255, 255,.6);
	width: 40px;
	height: 40px;
	margin: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.footer-col .social-link li button, .footer-col .social-link li a {
	display: block;
	width: 100%;
	height: 100%;
	background: var(--sp);
}
.footer-col .social-link li:hover {
	background: #000;
}
.footer-col .social-link li.facebook button, .footer-col .social-link li.facebook a {
	background-position: top -75px left -352px;
}
.footer-col .social-link li.twitter button, .footer-col .social-link li.twitter a {
	background-position: top -75px left -422px;
}
.footer-col .social-link li.linkedin button, .footer-col .social-link li.linkedin a {
	background-position: top -75px left -494px;
}
.footer-col .social-link li.youtube button, .footer-col .social-link li.youtube a {
	background-image: url(images/youtube-icon.png);
	background-size: 18px;
	background-position: center;
	filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(121deg) brightness(104%) contrast(101%);
}
.footer-col .social-link li.instagram button, .footer-col .social-link li.instagram a {
	background-image: url(images/instagram-icon.png);
	background-size: 18px;
	background-position: center;
	filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(121deg) brightness(104%) contrast(101%);
}
.footer-col .social-link li.tiktok button, .footer-col .social-link li.tiktok a {
	background-image: url(images/tiktok-icon.png);
	background-size: 18px;
	background-position: center;
	filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(121deg) brightness(104%) contrast(101%);
}
.footer-col .clinic-hours li {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: var(--white);
	width: 414px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
}
.footer-col .clinic-hours li span {
	font-size: 18px;
}
.footer-col .link li a {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: var(--white);
}
/* Copy Right ------ */
.copy-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}
.copy-right p {
	color: var(--white);
	font-size: 14px;
}
.copy-right p button {
	color: var(--white);
	text-decoration: underline;
	&&:hover {
		text-decoration: none;
	}
}
.copy-right .dmca {
	width: 125px;
	height: 25px;
	background: var(--sp);
	background-position: top -85px left -573px;
}
/* Home Banner Section  ---------------------------------*/
.banner-sec {
	position: relative;
	z-index: 9;
	padding-top: 270px;
	padding-bottom: 100px;
	background-color: #001325;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner-sec.video::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
.banner-sec video {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
.banner-sec .container {
	max-width: 1740px;
	margin-right: 60px;
}
/* banner review */
.banner-review {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px 50px;
	margin-bottom: 30px;
}
.banner-review .title {
	font-size: 65px;
	font-weight: 600;
	color: #FFF;
}
.banner-review .title i {
	font-family: 'Playfair Display';
	font-weight: 400;
}
.banner-star {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #FFF;
	text-transform: uppercase;
	border-radius: 40px;
	background: rgba(255, 255, 255, 0.05);
	padding: 5px 6px;
	border: 1.2px solid rgb(255, 255, 255,.20);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	max-width: 410px;
	width: 100%;
}
.banner-star .star {
	color: #e7b100;
	font-size: 19px;
	line-height: normal;
}
.banner-star::before {
	content: '';
	display: block;
	width: 135px;
	height: 52px;
	background: url('images/bannerReviewImg.png') no-repeat;
	background-size: cover;
	background-position: center;
}
.banner-content h1 {
	font-size: 75px;
	font-weight: 700;
	color: #FFF;
	line-height: 1.3;
	text-transform: uppercase;
}
.banner-content span {
	display: block;
}
.banner-content h2 {
	font-size: 24px;
	font-weight: 300;
	color: #FFF;
	line-height: 1.2;
	margin-bottom: 80px;
}
.banner-content h2 span {
	font-family: 'Playfair Display';
}
.banner-star-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	max-width: 1340px;
	margin-bottom: 80px;
}
.banner-star-list ul {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.banner-star-list ul li {
	color: #FFFF;
	position: relative;
	padding-left: 30px;
}
.banner-star-list ul li::before {
	content: '✦';
	position: absolute;
	top: 1px;
	left: 0;
}
.banner-brand {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	align-items: center;
    justify-content: space-between;
}
.banner-brand ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	width: 100%;
	max-width: 500px;
}
.banner-brand ul li {
	max-width: 235px;
	width: 100%;
}
.banner-brand ul li a {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	border-radius: 200px;
	background: #ffffff;
	padding: 10px 30px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.banner-brand ul li a {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	border-radius: 200px;
	background: #ffffff;
	padding: 10px 20px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}
.banner-brand ul li a::after {
	content: '';
	display: block;
	width: 18px;
	height: 16px;
	background: var(--sp);
	background-position: top -10px left -68px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.banner-brand ul li a:hover {
	background: var(--heading);
	color: #FFF;
}
.banner-brand ul li a:hover::after {
	background-position: top -10px left -137px;
}
/* Banner Specialties Nav Section */
.banner-specialties-nav-sec {
	position: sticky;
	z-index: 999;
	top: 130px;
	background: #ebe3de;
	padding: 23px 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	overflow: hidden;
}
.banner-specialties-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 60px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
}
.banner-specialties-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 60px;
	overflow-x: auto;
	scroll-behavior: smooth;
	scrollbar-width: none;
}
.banner-specialties-nav ul::-webkit-scrollbar {
	display: none; /* Chrome, Safari */
}
.banner-specialties-nav ul li a, .current-link {
	font-size: 16px;
	color: #001325;
	text-transform: uppercase;
}
.banner-specialties-nav ul li a:hover {
	text-decoration: underline;
}
.banner-specialties-nav-btn {
	display: none;
	width: 42px;
	height: 42px;
	background: #001225 var(--sp);
	background-position: top 2px left -269px;
	border-radius: 100px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.banner-specialties-nav-btn:hover {
	background-color: #003262;
}
/* progress bar  */
.progress-area {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.progress {
	width: 0;
	height: 4px;
	background: #001325;
}
.on-this-page-area .progress-area {
	bottom: unset;
	top: 0;
}
/* Treatment Section --------- */
.treatment-sec {
	position: relative;
	z-index: 2;
	padding: 120px 0;
}
.treatment-sec::after {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: #003262;
	background: radial-gradient(circle,rgba(0, 50, 98, 1) 0%, rgba(0, 19, 37, 1) 100%);
}
.treatment-sec.services::after {
	height: 80%;
}
.heading-wrp {
	text-align: center;
	margin-bottom: 80px;
}
.heading-wrp h2 {
	margin-bottom: 60px;
}
.heading-wrp p {
	max-width: 800px;
	margin-inline: auto;
}
.heading-wrp p a {
	text-decoration: underline;
	color: var(--heading);
}
.heading-wrp p a:hover {
	opacity: .6;
}
.single-treatment-item {
	border-radius: 14px;
	overflow: hidden;
	margin: 0 12px;
}
.single-treatment-item .img {
	position: relative;
	overflow: hidden;
}
.single-treatment-item .img::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 39, 74, 0)), color-stop(124%, #05274a));
	background: -o-linear-gradient(top, rgba(5, 39, 74, 0) 0%, #05274a 124%);
	background: linear-gradient(180deg, rgba(5, 39, 74, 0) 0%, #05274a 124%);
}
.single-treatment-item .img img {
	width: 100%;
	height: 400px;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.single-treatment-item:hover .img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.single-treatment-item .content {
	text-align: center;
	background: #fafaeb;
	padding: 50px 30px 40px 30px;
	background: #ecfcf3;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.single-treatment-item:hover .content {
	background: #FFF;
}
.single-treatment-item .content h3 {
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--heading);
	margin-bottom: 25px;
}
.single-treatment-item .content p {
	color: #001325;
}
.single-treatment-item .content ul {
	margin: 30px 0 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}
.single-treatment-item .content ul li {
	font-size: 16px;
	font-weight: 500;
	color: #001325;
}
.single-treatment-item .content ul li a {
	color: #001325;
	text-decoration: underline;
}
.single-treatment-item .content ul li a:hover {
	opacity: .6;
}
.single-team-member .content .btn,
.single-treatment-item .btn {
	font-size: 16px;
	font-weight: 700;
	color: #001325;
	text-transform: uppercase;
	border: 1px solid #d9d9d9;
	border-radius: 14px;
	width: 100%;
	padding: 15px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
}
.single-team-member .content .btn:hover,
.single-treatment-item .btn:hover {
	background-color: var(--heading);
	color: #FFF;
}
.single-team-member .content .btn::after,
.single-treatment-item .btn::after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: var(--sp);
	background-position: top -10px left -69px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.single-team-member .content .btn:hover::after,
.single-treatment-item .btn:hover::after {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}
.single-treatment-item .content ul li::before {
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	background: var(--sp);
	margin: auto auto 20px auto;
}
.single-treatment-item .content ul li.whitening::before {
	background-position: top -901px left 0px;
}
.single-treatment-item .content ul li.veneers::before {
	background-position: top -901px left -118px;
}
.single-treatment-item .content ul li.crowns::before {
	background-position: top -905px left -228px;
}
.single-treatment-item .content ul li.root-canal::before {
	background-position: top -905px left -323px;
}
.single-treatment-item .content ul li.implants::before {
	background-position: top -901px left -428px;
}
.single-treatment-item .content ul li.full-arch::before {
	background-position: top -901px left -536px;
}
.single-treatment-item .content ul li.extraction::before {
	background-position: top -901px left -647px;
}
.single-treatment-item .content ul li.gum-surgery::before {
	background-position: top -901px left -428px;
}
.single-treatment-item .content ul li.braces::before {
	background-position: top -901px left -880px;
}
.single-treatment-item .content ul li.inv-braces::before {
	background-position: top -901px left -536px;
}
.single-treatment-item .content ul li.sealants::before {
	background-position: top -901px left -1115px;
}
.single-treatment-item .content ul li.fluoride::before {
	background-position: top -901px left -1232px;
}
.single-treatment-item .content ul li.hygiene::before {
	background-position: top -901px left -1360px;
}
.single-treatment-item .content ul li.f-treatment::before {
	background-position: top -901px left -1481px;
}
/* About Home Section ------------ */
.about-home-sec {
	/* background: url('images/homeAboutBg.png') no-repeat; */
	background: linear-gradient(45deg, rgba(255, 255, 255, 1) 30%, rgba(190, 222, 234, 1) 100%);
	background-position: top right;
}
.about-home {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1760px;
}
.about-home-left img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 0 20px 20px 0;
}
/* right  */
.about-home-right {
	max-width: 640px;
	-webkit-box-flex: 300px;
	-ms-flex: 300px;
	flex: 300px;
}
.about-home-right h3 {
	font-size: 26px;
	font-weight: 300;
	text-transform: uppercase;
	color: #001325;
	margin-bottom: 70px;
	padding-bottom: 70px;
	position: relative;
}
.about-home-right h3 span {
	font-size: 62px;
	font-weight: 400;
	font-family: 'Playfair Display';
	margin-left: 10px;
}
.about-home-right h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 4px;
	background: #001225;
}
.about-home-right p {
	color: #001325;
}
.about-home-right .default-btn:not(:last-child),
.about-home-right p:not(:last-child) {
	margin-bottom: 70px;
}
/* Custom Plans Section -------- */
.custom-plans {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.custom-plans > div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 50%;
	width: 100%;
}
/* left  */
.custom-plan-left img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
}
/* right */
.custom-plan-right {
	background: #001325;
	color: #FFF;
	padding: 40px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	justify-content: center;
}
.custom-plan-right > div {
	max-width: 755px;
}
.custom-plan-right h2 {
	font-size: 26px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 50px;
	padding-bottom: 30px;
	position: relative;
}
.custom-plan-right h2 span {
	font-family: Playfair Display;
	font-size: 66px;
	line-height: normal;
	font-weight: 400;
	text-transform: capitalize;
	display: block;
	margin-top: 10px;
}
.custom-plan-right h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 50px;
	height: 4px;
	background: #FFF;
}
.custom-plan-right p {
	margin-bottom: 70px;
}
/* ur Dental Section ------------- */
.our-dental-sec {
	/* background: url('images/TeamBg.jpg') no-repeat; */
	background: linear-gradient(48deg, rgba(235, 227, 222, 0.01) 0%, rgba(235, 227, 222, 1) 100%);
}
.team-members {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	width: 100%;
	max-width: 1610px;
	justify-content: center;
	align-items: stretch;
	margin: 0 auto 50px;
}

.single-team-member {
	flex: 0 1 calc((100% - 50px) / 3);
	max-width: 520px;
	min-width: 0;
	display: flex;
	flex-direction: column;
}

.single-team-member .doctor {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 14px 14px 0 0;
}

.single-team-member .doctor img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.single-team-member:hover .doctor img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.single-team-member .content {
	text-align: center;
	background: #ecfcf3;
	padding: 60px 40px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	flex-grow: 1;
}
.single-team-member:hover .content {
	background: #fafaeb;
}
.single-team-member .content h3 {
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 25px;
}
.single-team-member .content p {
	color: #001325;
	max-width: 420px;
	margin: auto auto 35px;
}
/* Testimonials Section  */
.testimonials-sec {
	/* background: url('images/TestiBg.jpg') no-repeat; */
	background: radial-gradient(circle at 43% 49%, rgba(0, 50, 98, 1) 0%, rgba(0, 19, 37, 1) 100%);
	background-size: cover;
}
.single-testimonial {
	text-align: center;
	color: var(--white);    
}
.testimonials-carousel {
	margin-bottom: 50px;
}
.testimonials-carousel .slick-list {
	max-width: 920px;
	margin: auto;
}
.single-testimonial .name {
	font-size: 30px;
	font-weight: 500;
	display: block;
	margin-bottom: 30px;
}
.single-testimonial .name::before {
	content: '';
	display: block;
	width: 55px;
	height: 55px;
	background: var(--sp);
	background-position: top -245px left -194px;
	margin: auto auto 30px auto;
}
.single-testimonial .star {
	font-size: 26px;
	color: #ffdd00;
	display: block;
	margin-bottom: 40px;
}
.single-testimonial ul {
	margin-top: 40px;
}
.single-testimonial ul li {
	text-transform: uppercase;
	margin-top: 14px;
	color: #666666;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 30px;
}
.single-testimonial ul li span {
	color: var(--white);
}

.arrow-nav .testimonials-carousel .slick-arrow {
	top: 150px;
}
/* Advanced Section ------- */
.advanced-sec {
	/* background: url('images/advancedBg.png') no-repeat; */
	background: radial-gradient(circle at 0% 100%, rgba(235, 227, 222, 0) 0%, rgba(236, 252, 243, 1) 100%);
	background-position: top right;
	background-size: cover;
}
.advanced-carousel p {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #001325;
	background: #ebe3de;
	border-radius: 14px;
	width: 100%;
	display: block;
	text-align: center;
	padding: 55px 15px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin: 0 12px;
	cursor: pointer;
}
.advanced-carousel p:hover {
	background: #001325;
	color: #FFF;
}
.advanced-carousel p.slick-current {
	background: #001325;
	color: #FFF;
}
.advanced-carousel p.slick-slide.slick-current.slick-active a{
	color: #FFF;
}

.advanced-carousel p.slick-slide.slick-active a{
	color: #001325;
}
.advance-three-cols {
	margin-top: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 100px;
}
.advance-three-cols .right {
	max-width: 1100px;
	/* 	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; */
	gap: 60px;
}
.advance-three-cols .right h3 {
	font-size: 34px;
	line-height: 1;
	color: var(--heading);
	font-weight: 400;
	width: 100%;
	/* 	min-width: 220px; */
	margin-bottom: 30px;
}
.advance-three-cols .right h3 i {
	font-family: 'Playfair Display';
}
.advance-three-cols .right p {
	/* 	max-width: 485px; */
	color: #001325;
	margin-bottom: 15px;
}
.advance-three-cols .right p a {
	text-decoration: underline;
	color: var(--heading);
}
.advance-three-cols .right p a:hover {
	opacity: .6;
}
.advance-three-cols .left img {
	border-radius: 20px;
}
/* Gallery Section ----- */
.gallery-sec {
	background: #e6e6e6;
}
.gallery-carousel img {
	margin: 0 10px;
	border-radius: 14px;
}
/* Asked Questions Section  */
.asked-question-sec {
	background-repeat: no-repeat;
}
.asked-question-sec .asked-question {
	max-width: 800px;
	margin: auto;
}
.single-accordion {
	padding: 44px 30px;
	border: 1px solid rgb(0,19,37,.20);
	border-radius: 20px;
	margin-top: 20px;
}
.accordion-title {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 15px;
	cursor: pointer;
	position: relative;
}
.main-inner .accordion-title {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 15px;
	cursor: pointer;
	margin:0;
	border:0;
	padding-bottom: 0;
}
.accordion-title::after {
	content: '';
	display: block;
	min-width: 18px;
	height: 18px;
	background: var(--sp);
	background-position: top -8px left -67px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.accordion-title.active::after {
	-webkit-transform: rotate(90deg) translateY(-50%);
	-ms-transform: rotate(90deg) translateY(-50%);
	transform: rotate(90deg) translateY(-50%);
}
.accordion-body {
	margin-top: 20px;
}
.accordion-body p {
	margin: 20px 0px;
}
.accordion-body p a {
	text-decoration: underline;
    color: var(--heading);
}
.accordion-body p a:hover {
	opacity: .6;
}
.accordion-body ul {
	margin-left: 40px;
	margin-bottom: 30px;
}
.accordion-body ul li {
	list-style: disc;
    margin-bottom: 10px;
}
/* Office Section  */
.office-sec {
	position: relative;
	z-index: 3;
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #FFF;
	background-size: cover;
}
.office-carousel img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 14px;
	-o-object-fit: cover;
	object-fit: cover;
	margin: 0 13px;
}
/* Inner Banner Section -------------------------  */
.inner-banner-sec {
	padding-top: 240px;
	padding-bottom: 80px;
	background-color: #001325;
	background-repeat: no-repeat;
	background-size: cover;
}
.inner-banner h1 {
	font-size: 76px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	color: var(--white);
	margin-bottom: 20px;
	text-align: center;
}
.inner-banner h1 .sub-title {
	display: block;
	margin-top: 20px;
	font-size: 36px;
}
.inner-banner h1 .team-profile-name,
.inner-banner h1 .team-profile-role {
	display: block;
}

.inner-banner h1 .team-profile-role {
	margin-top: 10px;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2;
	text-transform: none;
}
#breadcrumbs{
	margin-top: 30px;
}
#breadcrumbs span a,
#breadcrumbs {
	color: var(--heading);
	font-size: 14px
}
#breadcrumbs span a:hover {
	text-decoration: underline;
}
/* About - Page ------------------------------ */
.vitadent-sec {
	background: url('images/inner/vitAboutBg.png') no-repeat;
	background-position: top right;
	padding-top: 150px;
	padding-bottom: 100px;
} 
.vitadent-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 85px;
	justify-content: center;
	align-items: center;
}
/* left */
.vitadent-left {
	max-width: 850px;
}
.vitadent-left h2, .vitadent-left h3 {
	margin-right: 60px;
	margin-bottom: 70px;
}
.vitadent-left img {
	display: block;
	border-radius: 0 14px 14px 0;
	max-height: 950px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
/* right  */
.vitadent-right {
	max-width: 900px;
}
.vitadent-right p:first-child {
	margin-top: 60px;
}
.vitadent-right p {
	margin-bottom: 25px;
}
.vitadent-right p a, .dioe-dental-right p a, .cbct-wrp p a{
	color:#000;
	text-decoration:underline;
}
.vitadent-right p a:hover, .dioe-dental-right p a:hover, .cbct-wrp p a:hover {
	text-decoration:none;
}
.vitadent-right h2 {
	margin: 0 auto 30px;
}
.vitadent-right h2 span::before {
	content: none;
}
.vitadent-right h2 span {
	justify-content: start;
}
.vitadent-right h3 {
	position: relative;
	font-size: 66px;
	font-weight: 400;
	line-height: 1.2;
	color: var(--heading);
	margin-top: 100px;
	margin-bottom: 40px;
	padding-bottom: 30px;
}
.vitadent-right h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 4px;
	background: #001225;
}
.vitadent-right ul {
	margin-left: 22px;
}
.vitadent-right ul li {
	list-style: disc;
}
/* CEREC Section  */
.cerec-sec {
	padding-top: 100px;
	background: url('images/inner/cmBg.jpg') no-repeat;
	background-size: cover;
}
.cerec-wrp {
	max-width: 1700px;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: auto;
}
/* left */
.cerec-left {
	max-width: 730px;
	padding-top: 70px;
}
.cerec-left h2 {
	font-size: 50px;
	color: var(--white);
	margin-bottom: 50px;
	max-width: 650px;
}
.cerec-left h2 span {
	font-size: 55px;
	margin-bottom: 15px;
}
.cerec-left h2 span::after {
	display: none;
}
.cerec-left h2 span::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -150px;
	background: #FFF;
	margin: auto;
}
.cerec-left h3 {
	color: #fff;
    font-family: 'Inter';
}
.cerec-left p, .cerec-right p {
	color: #FFFF;
	margin-top: 20px;
}
.cerec-left p a, .cerec-right p a {
	color: #fff !important;
	text-decoration: underline;
}
/* right */
.cerec-right img {
	display: block;
	border-radius: 20px 0 0 20px;
}
/* Diode Dental  */
.dioe-dental-sec {
	background-position: top right;
	background-repeat: no-repeat;
}
.dioe-dental {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 40px 60px;
}
.dioe-dental.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
/* left */
.dioe-dental-left img {
	display: block;
	border-radius: 20px;
}
/* right */
.dioe-dental-right {
	max-width: 690px;
}
.dioe-dental-sec.bg .dioe-dental-right {
	max-width: 720px;
}
.dioe-dental-right h2 span::before {
	content: none;
}
.dioe-dental-right h2 span {
	justify-content: start;
}
.dioe-dental-right h3 {
	font-size: 66px;
	font-weight: 500;
	line-height: 1;
	color: var(--heading);
	margin-bottom: 40px;
	padding-bottom: 40px;
	position: relative;
}
.dioe-dental-right h3 i {
	display: block;
}
.dioe-dental-right h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 4px;
	background: #001225;
}
.dioe-dental-right h2 {
    margin: 10px auto 30px;
	text-align: start;
}
.dioe-dental-right p {
	color: #001325;
	margin-top: 15px;
}
.dioe-dental-right ul {
	margin-left: 22px;
	margin-top: 25px;
}
.dioe-dental-right ul li {
	list-style: disc;
}
/* Cbct Section  */
.cbct-wrp h2 {
	margin-bottom: 30px;
}
.cbct-wrp p {
	max-width: 1000px;
	margin: 30px auto;
}
.cbct-wrp img {
	display: block;
	margin-top: 60px;
}
/* Night Guards  */
.night-sec {
	background: url('images/inner/nightBg.jpg') no-repeat;
	background-size: cover;
}
.night-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
}
/* left */
.night-left img {
	display: block;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
/* right  */
.night-right {
	padding: 50px 20px 50px 60px;
	max-width: 1050px;
}
.night-right h2 {
	font-size: 96px;
	font-weight: 700;
	line-height: 1;
	color: #FFF;
	position: relative;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	margin-bottom: 60px;
}
.night-right h2 i {
	display: block;
	font-size: 72px;
	font-weight: 500;
	text-align: right;
}
.night-right h3 {
	color: #fff;
}
.night-right.font-60 h2 {
	font-size: 60px;
}
.night-right.font-60 h2 i {
	font-size: 55px;
	text-align: left;
	margin-top: 12px;
}
.night-right h2::before {
	content: '';
	position: absolute;
	top: 46px;
	left: -60px;
	width: 30px;
	height: 1px;
	background: #FFF;
}
.night-right p {
	color: #FFF;
	margin-top: 30px;
	max-width: 670px;
}
.night-right p a {
	color: #fff;
	text-decoration: underline;
}
.night-right strong {
	font-weight: 600;
}
.night-right ul {
	max-width: 670px;
	margin-top: 25px;
}
.night-right ul li {
	color: #FFF;
	list-style: disc;
	margin: 30px 0 20px 30px;
}
.night-right ul li:last-child {
	margin-bottom: 0;
}
.two-col-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 30px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 100px;
}
.two-col-head p {
	max-width: 590px;
}
.about-gallery-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	gap: 30px 40px;
	max-width: 1550px;
	margin: auto auto 90px auto;
	flex-direction: column;
	text-align: center;
}
.about-gallery-head.sw {
	max-width: 1390px;
}
.about-gallery-head h2 {
	text-align: center;
}
.about-gallery-head h2 span::after {
	/*display: none;*/
}
.about-gallery-head > p {
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
}
/* Cosmetic Dentistry  - Page -------------------------- */
.cosmetic-sec {
	background: url('images/inner/cosmeticBg.png') no-repeat;
	background-position: bottom right;
	background-size: cover;
	padding-bottom: 120px;
}
.cosmetic-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	max-width: 1700px;
	margin-left: auto;
	margin-bottom: 60px;
	margin: auto;
}
/* left */
.cosmetic-top-left {
	max-width: 700px;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	margin-bottom: 50px;
}
.cosmetic-top-left h2 {
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	margin-bottom: 60px;
}
.cosmetic-top-left h2 span::before {
	position: absolute;
	left: -150px;
}
.cosmetic-top-left h2 span::after {
	display: none;
}
.cosmetic-top-left p {
	margin-top: 15px;
}
.cosmetic-top-left p a {
	text-decoration: underline;
	color: var(--heading);
}
.cosmetic-top-left p a:hover {
	opacity: .6;
}
.cosmetic-top-right img {
	display: block;
}
.cosmetic-sec .dioe-dental {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 100px;
}
.what-are-head {
	max-width: 920px;
}
.what-are-head h2 {
	position: relative;
	font-size: 66px;
	font-weight: 400;
	line-height: 1;
	color: var(--heading);
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.what-are-head h2::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 4px;
	background: var(--heading);
}
/* More Aesthetically */
.more-bg-sec {
	background-repeat: no-repeat;
	background-size: cover;
}
.more-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px 80px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.more-wrap.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.more-wrap:not(:last-child) {
	margin-bottom: 80px;
}
.more-wrap img {
	display: block;
	border-radius: 15px;
	-o-object-fit: cover;
	object-fit: cover;
}
.more-right {
	max-width: 670px;
	width: 48%;
}
.more-right a {
	color: inherit;
	text-decoration: underline;
}
.more-right h2 {
	position: relative;
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	color: #FFF;
	margin-bottom: 60px;
}
.more-right h2 i {
	display: block;
	font-size: 60px;
	font-weight: 400;
	margin-top: 15px;
}
.more-right h2::before {
	content: '';
	position: absolute;
	top: 50px;
	left: -80px;
	width: 50px;
	height: 1px;
	background: #FFF;
}
.more-right h3:not(.accordion-title) {
    position: relative;
    font-size: 66px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    margin-top: 100px;
    margin-bottom: 40px;
    padding-bottom: 30px;
}
.more-right h3:not(.accordion-title)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 4px;
    background: #fff;
}
.more-right p, .more-right ul {
	color: #FFF;
	margin-top: 20px;
}
.more-right a {
	color: #fff !important;
}
/* Functionality */
.functionality-sec {
	position: relative;
	padding-bottom: 100px;
}
.functionality-sec::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('images/inner/funcBg.png') no-repeat;
}
.functionality {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px 70px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1570px;
	margin-bottom: 100px;
}
/* left */
.functionality-left img {
	display: block;
	border-radius: 0 0 15px 0;
	-o-object-fit: cover;
	object-fit: cover;
}
/* right  */
.functionality-right {
	max-width: 660px;
}
.functionality-right h2 {
	position: relative;
	font-size: 101px;
	font-weight: 700;
	line-height: 1;
	color: var(--heading);
	margin-bottom: 60px;
}
.functionality-right h2::before {
	content: '';
	position: absolute;
	top: 50px;
	left: -71px;
	width: 40px;
	height: 1px;
	background: var(--heading);
}
.functionality-right p {
	color: var(--heading);
	margin-top: 15px;
}
.functionality-right p a {
	color: var(--heading);
	text-decoration: underline;
}
.functionality-right p a:hover {
	text-decoration: none;
}
.functionality-sec .dioe-dental-right h3 {
	margin-bottom: 0;
}
.functionality-sec .dioe-dental-right h3::after {
	display: none;
}
.overview {
	margin-top: 100px;
}
.overview h3 {
	font-size: 66px;
	font-weight: 400;
	line-height: 1;
	color: var(--heading);
	max-width: 800px;
	margin-bottom: 30px;
}
.overview h3 i {
	font-weight: 400;
}
.overview p {
	color: var(--heading);
	margin-bottom: 50px;
}
.overview-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.overview-list li {
	list-style: none;
	font-size: 33px;
	font-weight: 500;
	text-align: center;
}
.overview-list li:not(:last-child) {
	margin-right: 70px;
	padding-right: 70px;
	border-right: 1px solid rgb(0, 19, 37,.3);
}
.overview-list li::before {
	content: '';
	display: block;
	width: 125px;
	height: 85px;
	background: var(--sp);
	margin: auto auto 50px auto;
}
.overview-list li.veneers::before {
	background-position: top -488px left 7px;
}
.overview-list li.whitening::before {
	background-position: top -493px left -143px;
}
.overview-list li.contouring::before {
	background-position: top -501px left -295px;
}
.overview-list li.bonding::before {
	background-position: top -493px left -444px;
}
/* trans bg col Section */
.trans-bg-col-sec {
	background: url('images/inner/transBg.png') no-repeat;
	background-position: top right;
}
.trans-bg-col-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px 70px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.trans-bg-col-wrp.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.trans-bg-col-wrp:not(:last-child) {
	margin-bottom: 100px;
}
/* left */
.trans-bg-col-wrp .left {
	max-width: 700px;
	-webkit-box-flex: 300px;
	-ms-flex: 300px;
	flex: 300px;
}
.trans-bg-col-wrp .left img {
	display: block;
	border-radius: 15px;
	-o-object-fit: cover;
	object-fit: cover;
}
/* right  */
.trans-bg-col-wrp .right {
	max-width: 670px;
	-webkit-box-flex: 300px;
	-ms-flex: 300px;
	flex: 300px;
}
.trans-bg-col-wrp .right h2 {
	position: relative;
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	color: var(--heading);
	margin-bottom: 50px;
}
.trans-bg-col-wrp .right h2 i {
	font-weight: 400;
}
.trans-bg-col-wrp .right h2::before {
	content: '';
	position: absolute;
	top: 50px;
	left: -71px;
	width: 40px;
	height: 1px;
	background: var(--heading);
}
.trans-bg-col-wrp .right p {
	color: var(--heading);
	margin-top: 15px;
}
.trans-bg-col-wrp .right a {
	text-decoration: underline;
	color: var(--heading);
}
.trans-bg-col-wrp .right a:hover {
	text-decoration: none;
}
.trans-bg-col-wrp .right ul {
	margin: 30px 0 0 30px;
	list-style: disc;
}
/* Understanding  */
.understanding-sec {
	position: relative;
	padding-top: 120px;
}
/*.understanding-sec::after {
content: '';
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 95%;
background: url('images/inner/understadingBg.jpg') no-repeat;
}*/
.undestand-head {
	max-width: 800px;
	text-align: center;
	margin: auto auto 100px auto;
}
.undestand-head h2 {
	font-size: 66px;
	font-weight: 400;
	line-height: 1;
	color: var(--heading);
	margin-bottom: 30px;
}
.undestand-head p {
	color: #001325;
}
.understanding-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px 70px;
	align-items: center;
}
.understanding-wrp img {
	border-radius: 15px;
}

/* Understanding accordion  */
.understanding {
	max-width: 650px;
	width: 100%;
}
.understanding .single-accordion {
	padding: 20px 0;
	border-radius: 0;
	border-right: 0;
	border-left: 0;
	border-color: rgb(0, 19, 37,.10);
}
.understanding .accordion-title {
	position: relative;
	display: block;
	font-weight: 500;
	line-height: 35px;
	color: #001325;
}
.understanding .accordion-title i {
	display: block;
	margin-bottom: 5px;
}
.understanding .accordion-title::after {
	content: '+';
	position: absolute;
	right: 0;
	width: 40px;
	height: 40px;
	border: 1px solid rgb(0, 19, 37,.10);
	border-radius: 100px;
	background: unset;
	font-size: 30px;
	color: #001325;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: auto;
}
.understanding .accordion-title.active::after {
	content: '-';
	-webkit-transform: rotate(0deg) translateY(-50%);
	-ms-transform: rotate(0deg) translateY(-50%);
	transform: rotate(0deg) translateY(-50%);
}
.understanding .accordion-body p a {
	text-decoration: underline;
	color: var(--heading);
}
.understanding .accordion-body p a:hover {
	opacity: .6;
}
.understanding .accordion-body p:not(:last-child) {
	margin-bottom: 30px;
}
/* Doctor Profile - Page ------------- */
.doctor-profile-wrp {
	max-width: 1400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px 60px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.doctor-profile-wrp .title {
	display: block;
	font-size: 22px;
	font-weight: 600;
	color: var(--heading);
	margin-bottom: 30px;
}
/* left  */
.doctor-profile-left {
	max-width: 550px;
	-webkit-box-flex: 300px;
	-ms-flex: 300px;
	flex: 300px;
}
.profile-left {
	border-radius: 20px;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 63px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 63px 0px rgba(0, 0, 0, 0.07);
	text-align: center;
	padding: 60px 70px;
	margin-bottom: 40px;
	border: 1px solid rgb(0, 19, 37,.25);
}
.profile-left img {
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.18);
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	margin: auto auto 50px auto;
	border: 8px solid #fff;
}
.profile-left .call-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
}
.profile-left .call-list li {
	font-size: 16px;
	font-weight: 400;
	color: #001325;
}
.profile-left .call-list li a {
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
	color: #001325;
	margin-top: 5px;
}
.profile-left .call-list li.call {
	margin-right: 40px;
	padding-right: 40px;
	border-right: 1px solid rgb(0, 0, 0,.20);
}
.profile-left .call-list li::before {
	content: '';
	display: block;
	width: 45px;
	height: 45px;
	background: url('images/sp.svg') no-repeat;
	margin: auto auto 25px;
}
.profile-left .call-list li.call::before {
	background-position: top -244px left 0;
}
.profile-left .call-list li.email::before {
	background-position: top -244px left -97px;
}
.profile-left .price {
	display: block;
	font-size: 40px;
	font-weight: 700;
	color: #001325;
	margin-bottom: 25px;
}
.profile-left .default-btn {
	margin-top: 50px;
	background: #001225;
	color: #FFF;
}
.profile-left .default-btn::after {
	background-position: top -10px left -137px;
}
.profile-left .default-btn:hover {
	color: var(--heading);
}
.profile-left .default-btn:hover::after {
	background-position: top -10px left -68px;
}
.profile-left-office {
	border-radius: 20px;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 63px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 63px 0px rgba(0, 0, 0, 0.07);
	padding: 40px 30px;
	border: 1px solid rgb(0, 19, 37,.25);
}
.profile-left-office img {
	display: block;
	border-radius: 15px;
}
/* Right */
.doctor-profile-content {
	max-width: 800px;
	-webkit-box-flex: 300px;
	-ms-flex: 300px;
	flex: 300px;
	padding-top: 30px;
}
.doctor-profile-content h2 {
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
	color: var(--heading);
	margin-bottom: 30px;
}
.doctor-profile-content p {
	color: #001325;
}
.doctor-profile-content p a {
	display: inline;
}
.doctor-profile-content a {
	text-decoration: underline;
    color: #001325;
}
.doctor-profile-content a:hover {
	opacity: .6;
}
.doctor-profile-content hr {
	display: block;
	width: 100%;
	height: 1px;
	background: rgb(0, 19, 37,.20);
	border: none;
	margin: 40px 0;
}
.doctor-profile-content h3 {
	font-size: 22px;
	font-weight: 600;
	color: var(--heading);
	margin-bottom: 15px;
}
.doctor-profile-content ul {
	margin-left: 30px;
    margin-bottom: 30px;
}
.doctor-profile-content ul li {
	list-style: disc;
    margin-bottom: 10px;
}
.doctor-profile-content .style-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 !important;
}
.doctor-profile-content .style-btn li {
	border-radius: 900px;
	background: rgba(0, 50, 98, 0.070);
	padding: 12px 25px;
	color: var(--heading);
	list-style: none !important;
}
/* Before After Section  */
.before-after-doc-sec {
	position: relative;
	z-index: 3;
	padding-bottom: 100px;
	padding-top: 100px;
}
.before-after-doc-sec::after {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url('images/inner/afterBeforeBg.png') no-repeat;
	background-position: bottom center;
}
.before-after-doc-sec h2 {
	max-width: 750px;
}
.before-after-doc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1%;
}
.before-after-doc img {
	display: block;
	border-radius: 15px;
	-o-object-fit: cover;
	width: 100%;
	max-width: 32%;
	height: auto;
	flex: 1;
}
/* before & after Page -------------------- */
.before-after-gallery-holder {
	margin: 50px auto 80px;
}
.before-after-gallery-holder h3 {
	margin: 30px auto;
}
.before-after-gallery-holder .text-center {
	margin: 30px auto;
}
.before-after-gallery-sec {
	background: url('images/before/bagBg.png') no-repeat;
	background-position: top center;
}
.w-750 {
	max-width: 750px;
	text-align: center;
	margin: auto auto 60px auto;
}
.before-after-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 25px;
}
.before-after-gallery img {
	display: block;
	border-radius: 20px;
	-o-object-fit: cover;
	object-fit: cover;
	max-width: 515px;
	-webkit-box-flex: 200px;
	-ms-flex: 200px;
	flex: 200px;
}
/* Our Testimonial - Page --------------- */
.all-review-sec {
	background: url('images/inner/afterBeforeBg.png') no-repeat;
	background-position: bottom center;
}
.all-review {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 40px 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.single-review {
	border-radius: 20px;
	background: #ffffff;
	padding: 45px;
	max-width: 600px;
	box-shadow: 0 0 20px #00132514;
}
.single-review p {
	color: #001325;
}
.single-review .star {
	color: #ffae00;
	font-size: 23px;
	display: block;
	margin-bottom: 20px;
}
.single-review .star::before {
	content: '';
	display: block;
	width: 52px;
	height: 52px;
	background: var(--sp);
	background-position: top -246px left -194px;
	margin-bottom: 25px;
}
.single-review .name {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.single-review .name img {
	width: 75px;
	height: 75px;
	border-radius: 100px;
	display: block;
}
.single-review .name p {
	font-size: 24px;
	font-weight: 600;
	color: #001325;
}
.single-review .name p span {
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	display: block;
	color: #001325;
}
.review-slider .single-review {
	max-width: 100% !important;
	margin: 30px 5px;
}
/* contact Us Page -------------------- */
.contact-us-sec {
	position: relative;
	margin-top: 100px;
}
.contact-us-sec::before {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('images/inner/afterBeforeBg.png') no-repeat;
	background-position: bottom -500px center;
}
.contact-us-sec h2 {
	max-width: 800px;
	text-align: center;
	margin: auto;
}
.contact-us {
	max-width: 1230px;
	margin: 60px auto auto auto;
}
.contact-us form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 75px;
}
.contact-us .single-input {
	width: 100%;
	max-width: calc(50% - 15px);
	padding: 18px 20px;
	border: 1px solid rgb(0, 19, 37,.30);
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	background: transparent;
}
.w-full,
.contact-us .single-input.w-full {
	max-width: 100%;
	width: 100%;
}
.contact-us .single-input textarea,
.contact-us .single-input select,
.contact-us .single-input input {
	font-family: 'Inter';
	font-size: 17px;
	font-weight: 400;
	color: #001325;
	border: 0;
	width: 100%;
	outline: none;
	background: transparent;
}
.contact-us .single-input textarea {
	height: 180px;
}
.contact-us .single-input select {
	border: 0;
	width: 100%;
	outline: none;
}
.contact-us .single-input select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: none;
} 
.contact-us .single-input select option {
	font-family: 'Inter';
	font-size: 17px;
	font-weight: 400;
	color: #001325;
}
.contact-us .single-input::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: var(--sp);
}
.contact-us .single-input.name::before {
	background-position: top -163px left 0;
}
.contact-us .single-input.email::before {
	background-position: top -162px left -80px;
}
.contact-us .single-input.phone::before {
	background-position: top -162px left -164px;
}
.contact-us .single-input.service::before {
	background-position: top -162px left -247px;
}
.contact-us .single-input.message::before {
	background-position: top -162px left -329px;
}
.single-input.service::after {
	content: '+';
	display: block;
	font-size: 33px;
	line-height: .7;
	color: rgb(0, 19, 37,.60);
}
.contact-us-info {
	border-radius: 20px;
	border: 1px solid #001325;
	background: #ffffff;
	padding: 40px 100px;
	margin-top: 100px;
	max-width: 1480px;
	margin-inline: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: -30px;
	position: relative;
	z-index: 99;
}
.contact-us-info li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.contact-us-info li a {
	font-size: 20px;
	font-weight: 400;
	color: #001325;
}
.contact-us-info li a span {
	display: block;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	margin-top: 6px;
}
.contact-us-info li a:hover span {
	text-decoration: underline;
}
.contact-us-info li:not(:last-child) {
	margin-right: 60px;
	padding-right: 60px;
	border-right: 1px solid rgb(0, 0, 0,.20);
}
.contact-us-info li::before {
	content: '';
	display: block;
	width: 68px;
	height: 68px;
	background: var(--sp);
}
.contact-us-info li.phone::before {
	background-position: top -249px left -304px;
}
.contact-us-info li.email::before {
	background-position: top -246px left -430px;
}
.contact-us-info li.location::before {
	background-position: top -246px left -552px;
}
/* Map Section  */
.map-sec {
	position: relative;
	z-index: 9;
	padding: 100px  0;
}
.map-sec iframe {
	width: 100%;
	height: 100%;
	border: none;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.map-list {
	position: relative;
	z-index: 9;
	margin-left: 230px;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	border-radius: 30px;
	background: #001225;
	color: #FFF;
	padding: 40px;
}
.map-list .title {
	font-size: 30px;
	font-weight: 300;
	line-height: 1.10;
	display: block;
	margin-bottom: 25px;
}
.map-list ul li {
	color: #ffffff;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.map-list ul li span.day {
	width: 140px;
}
.map-list ul li span.by {
	margin-left: 35px;
	font-size: 10px;
	line-height: normal;
	font-weight: 400;
	color: #ffffff;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
	padding: 8px 5px;
	border: 1px solid rgb(255, 255, 255, .20);
	border-radius: 4px;
}
/* On this Page ---------------------------- */
/* on-this page scroll bar  -- */
.on-this-page-area {
	position: sticky;
	z-index: 999;
	top: 131.5px;
	left: 0px;
	width: 100%;
	background: #BEDEEA;
	padding: 14px 0;
}
.on-this-page-topcon p {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	display: inline-block;
}
.on-this-page-topcon p::after {
	content: '';
	position: absolute;
	top: 8px;
	right: -20px;
	width: 7px;
	height: 7px;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.on-this-page-topcon p.rotate::after {
	-webkit-transform: rotate(136deg);
	-ms-transform: rotate(136deg);
	transform: rotate(136deg);
	top: 13px;
}
/* list wrap */
.on-this-page-content {
	display: none;
}
.on-this-page-content-wraper ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px 20px;
	flex-wrap: wrap;
}
.on-this-page-content-wraper ul li {
	list-style: none;
}
.on-this-page-content-wraper ul li a {
	font-weight: 500;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	padding: 0px 10px;
}
.on-this-page-content-wraper ul li a.active {
	background: #68a4bd63;
	border-radius: 100px;
}
/* Main Inner Page ------------------------------------------- */
.main-inner-sec {
	margin: 50px 0;
}
.main-inner {
	max-width: 800px;
	margin-inline: auto;
}
.content > img,
.main-inner > img {
	width: 100%;
	display: block;
	border-radius: 24px;
	margin-bottom: 25px;
}
.main-inner ul, .main-inner ol,
.content ul, .content ol {
	margin-left: 40px;
}
.main-inner ul li {
	list-style: disc;
	margin-bottom: 10px;
}
.main-inner h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--heading);
	margin-bottom: 30px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 30px;
	margin-top: 50px;
}
.main-inner h2 span {
	font-family: Playfair Display;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 10px;
	color: #03132d8a;
}
.main-inner h3 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--heading);
	margin-bottom: 30px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 30px;
	margin-top: 50px;
}
.main-inner h4 {
	font-size: 42px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--heading);
	margin-bottom: 30px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 30px;
	margin-top: 50px;
}
.main-inner h5 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--heading);
	margin-bottom: 20px;
}
.main-inner p {
	color: var(--heading);
}
.main-inner p strong a {
	font-weight: bold;
}
.main-inner a {
	display: unset;
	color: var(--heading);
	text-decoration: underline;
	font-weight: normal;
}
.main-inner a:hover {
	text-decoration: none;
}
/* margin button  */
.main-inner ul:not(:last-child),
.main-inner ol:not(:last-child),
.main-inner p:not(:last-child) {
	margin-bottom: 30px;
}
/* Inner side bar  */
.sidebar-gallery {
	position: fixed;
	z-index: 3;
	top: 189px;
	left: 0;
	max-width: 345px;
	width: 100%;
	height: 600px;
	background: var(--heading);
	background-size: cover;
	padding: 50px 40px;
	border-radius: 0 26px 26px 0;
}
.sidebar-gallery span {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.1;
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 20px;
	display:block;
}
.sidebar-gallery ul {
	margin: 0;
}
.sidebar-gallery ul li {
	margin-top: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #d9d9d959;
	list-style: none;
}
.sidebar-gallery ul li a {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.sidebar-gallery ul li a:hover {
	opacity: .5;
}
/* Inner Side bar right  */
.single-bar-right {
	position: fixed;
	z-index: 3;
	top: 190px;
	right: 0;
	max-width: 345px;
	width: 100%;
	background: var(--heading);
	padding: 35px;
	border-radius: 26px 0 0 26px;
}
.single-bar-right a, 
.single-bar-right button {
	font-size: 32px;
	font-weight: 400;
	line-height: 1;
	color: #FFF;
	text-decoration: none;
}
.single-bar-right a:hover, 
.single-bar-right button:hover {
	text-decoration: underline;
	text-decoration-thickness: .5px;
}
.single-bar-right.service {
	top: 395px;
	background: #68a4bc;
}
.single-bar-right.book {
	top: 599px;
}
.single-bar-right a::before, 
.single-bar-right button::before {
	content: '';
	display: block;
	width: 65px;
	height: 65px;
	margin-bottom: 30px;
	background: var(--sp);
}
.single-bar-right.call a::before {
	background-position: top -800px left 0px;
}
.single-bar-right.service button::before {
	background-position: top -800px left -119px;
}
.single-bar-right.book button::before {
	background-position: top -792px left -241px;
}



/* Typography ------------------- */
:root {
	--sp: url('images/sp.svg') no-repeat;
	--heading: #001325;
	--white: #FFFF;
}
/* heading  */
i {
	font-family: Playfair Display;
}
.heading {
	font-family: Playfair Display;
	font-size: 60px;
	font-weight: 500;
	line-height: 1.1;
	color: var(--heading);
}
.heading.white {
	color: var(--white);
}
.heading span {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	font-family: Inter;
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
}
.heading span::after,
.heading span::before {
	content: '';
	display: block;
	min-width: 100px;
	max-width: 135px;
	width: 100%;
	height: 1px;
	background: var(--heading);
}
.heading.white span::after,
.heading.white span::before {
	background: var(--white);
}
/* heading right  */
.heading.right {
	text-align: right;
}
.heading.right span {
	position: relative;
	display: block;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	margin-left: auto;
}
.heading.right span::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -150px;
	margin: auto;
}
.heading.right span::after {
	display: none;
}
.heading.left {
	text-align: left;
}
.heading.left span {
	position: relative;
	display: block;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	margin-right: auto;
}
.heading.left span::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -150px;
	margin: auto;
}
.heading.left span::before {
	display: none;
}
.heading.center {
	text-align: center;
}
/* heading two */
.heading-two {
	font-size: 63px;
	font-weight: 700;
	line-height: 1;
	color: var(--heading);
	font-weight: 400;
	margin-bottom: 60px;
}
/* Default Button Style  */
.default-btn {
	font-size: 16px;
	font-weight: 700 !important;
	line-height: 22px;
	color: #001325;
	text-transform: uppercase;
	border-radius: 100px;
	border: 1px solid #000000;
	padding: 20px 40px;
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.default-btn::after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: var(--sp);
	background-position: top -10px left -68px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.default-btn:hover {
	background: #ebe3de;
	border-color: transparent;
}
.default-btn:hover::after {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}
/* button white  */
.default-btn.white {
	color: #FFF;
	border-color: #FFF;
}
.default-btn.white:hover {
	background: #FFF;
	color: #001325;
}
.default-btn.white::after {
	background-position: top -10px left -137px;
}
.default-btn.white:hover::after {
	background-position: top -10px left -68px;
}
/* default nav arrow style  */
.arrow-nav {
	max-width: 1910px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.arrow-nav > div {
	position: relative;
	padding-left: 160px;
	padding-right: 160px;
}
.main-inner .arrow-nav > div {
	padding-left: 100px;
	padding-right: 100px;
}
.arrow-nav .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 122px;
	height: 95px;
	background: var(--sp);
	font-size: 0;
}
.arrow-nav .slick-prev {
	left: 15px;
	background-position: top -645px left 0;
}
.arrow-nav .slick-next {
	right: 15px;
	background-position: top -645px left -177px;
}
/* black arrow  */
.arrow-nav.black .slick-prev {
	background-position: top -645px left -352px;
}
.arrow-nav.black .slick-next {
	background-position: top -645px left -529px;
}
/* accordion */
.accordion-body {
	display: none;
}
.fullWidthIn {
	position: relative;
	z-index: 6;
}

section.vitadent-sec.invisalign-wrap-sec .vitadent-wrp {
	align-items: center;
	justify-content: center;
}
.cerec-left.problem-text ul {
	margin: 30px 0 0px 15px;
	list-style: disc;
	margin:30px 0 0 30px;
}

.cerec-left.problem-text ul li {
	color: #fff;
	line-height: 30px;
}
section.functionality-sec.smartforce-sec::after {
	display: none;
}
.understanding.invisalign-for-Kids-sec h3.accordion-title, .understanding.invisalign-for-Kids-sec h3.accordion-title::after {
	color: #fff;
	border-color: rgb(255, 255, 255, .10);
	/* 	top: -8px; */
}

.understanding.invisalign-for-Kids-sec .single-accordion {
	border-color: rgb(255, 255, 255, .10);
	border-top: 0;
}
.functionality.who-can-have-sec .functionality-right h3 {
	font-size: 66px;
	font-weight: 500;
	line-height: 1;
	color: var(--heading);
	padding-bottom: 40px;
	position: relative;
	margin-bottom: 0;
}

.functionality.who-can-have-sec {
	margin-top: 100px;
}

section.functionality-sec.smartforce-sec {
	padding-bottom: 0;
}
section.cosmetic-sec.invisalign-sec .dioe-dental {
	margin-bottom: 0;
}
.more-right ul li {
	list-style: disc;
	margin:30px 0 0 30px;
}
.our-preventative-sec .advance-three-cols .right {
	flex-wrap: wrap;
}
.our-preventative-sec .advance-three-cols .right h3 a {
	color: inherit;
	text-decoration: underline;
}
.our-preventative-sec .advance-three-cols .right h3, .our-preventative-sec .advance-three-cols .right p {
	width: 100%;
	display: block;
	max-width: max-content;
}
.benefits-sec .trans-bg-col-wrp ul {
	margin-top: 15px;
	margin-left: 15px;
}

.benefits-sec .trans-bg-col-wrp ul li {
	list-style: disc;
	margin:30px 0 0 30px;
}
.updated-on {
	display: block;
	background: #bedeea69;
	padding: 5px 10px;
	font-size: 14px;
	color: #000;
	margin: 30px 0px;
}
.updated-on p {
	font-size: 14px;
	margin: 0;
}
strong{
	font-weight: bold;
}
p.treatments-para {
	max-width: 800px;
	display: block;
	margin: 70px auto 0px;
	text-align: center;
	color: #fff;
}
p.treatments-para a {
	color: #fff;
	text-decoration: underline;
}
p.treatments-para a:hover {
	opacity: .6;
	text-decoration: none;
}
.doctor-profile-content p {
	margin: 0px 0px 20px;
}
.overview-list li a {
	color: #000;
}
.accordion {
	width: 100%;
	max-width: 1000px;
	display: block;
	margin: 0 auto 30px;
}
.asked-question-sec p:empty {
	display: none;
}
.treatment-items-services {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	row-gap: 50px;
	justify-content: center;
}
.treatment-items-services .single-treatment-item {
	width: 31%;
	margin: 0px;
}
ul.style-btn li a {
	color: inherit;
	text-decoration: underline;
}
.copy-right a {
	color: inherit;
	text-decoration: underline;
}
p.test-para {
	width: 100%;
	max-width: 1000px;
	text-align: center;
	margin: 0 auto 80px;
}
section.cbct-sec {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	display: block;
}
.cbct-wrp {
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
#backToTop {
	display: inline-block;
	background-color: #00233d;
	width: 45px;
	height: 45px;
	text-align: center;
	border-radius: 100%;
	position: fixed;
	bottom: 95px;
	right: 20px;
	transition: background-color .3s,opacity .5s,visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	transform: rotate(-90deg);
	touch-action: none;
	border: none !important;
	outline: none !important;
}
#backToTop::after {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	right: 19px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	border-top: 2px solid #ffffffc2;
	border-left: 2px solid #ffffffc2;
	transform: rotate(135deg);
}
#backToTop:hover {
	cursor: pointer;
	background-color: #333;
}
#backToTop:active {
	background-color: #555;
}
#backToTop.show {
	opacity: 1;
	visibility: visible;
}
.services-we-offer {
	margin: 25px auto 40px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px 35px;
}
.single-service {
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-box-flex: calc(28% - 8px);
	-ms-flex: calc(28% - 8px);
	flex: calc(28% - 8px);
	position: relative;
	padding: 50px 15px;
	border-radius: 34.5000114440918px;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 62.90501022338867px 0px rgba(0, 0, 0, 0.10000000149011612);
	box-shadow: 0px 0px 62.90501022338867px 0px rgba(0, 0, 0, 0.10000000149011612);
	text-align: center;
	transition: transform .3s ease-in-out;
}
.single-service:hover {
	transform: scale(1.1);
	transition: transform .3s 
		ease-in-out;
}
.single-service a, .single-service span {
	font-size: 24px;
	text-decoration: none;
	font-weight: 600;
	line-height: 32px;
	color: #001325;
}
.blog-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0px;
}
.nav-links a, .nav-links span {
	padding: 10px;
}
.blog-pagination a {
	color: #68a4bc;
}
.main-inner > p:first-child {
	background: #5290a8;
	background: linear-gradient(0deg,rgba(82, 144, 168, 1) 0%, rgba(104, 164, 188, 1) 100%);
	padding: 100px 100px 50px;
	border-radius: 20px;
	position: relative;
	color: #fff;
	padding-top: 170px;
	text-align: center;
}
.main-inner > p:first-child:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
	margin: auto;
	background-image: url(images/vd.svg);
	background-repeat: no-repeat;
	width: 105px;
	height: 105px;
	z-index: 1;
}
.main-inner > p:first-child a {
	color: inherit;
	text-decoration: underline;
}
.nap-holder {
	margin-bottom: 50px;
}
.nap-holder .main-inner {
	max-width: 1000px;
}
.nap-holder address {
	font-style: normal;
}
.modal {
	display: none;
	position: relative;
	z-index: 99;
	top: 0;
	overflow: auto;
	background-color: #0000002b;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100vh;
	align-items: center;
}
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 50px;
	border: 1px solid #dcdcdc;
	width: 800px;
}
.modal-content p {font-size: 14px;max-width: fit-content;line-height: 22px;}
.modal-content strong {font-size: 16px;display: block;margin-bottom: 20px;padding-top: 4px;}
.close {color: #aaaaaa;float: right;font-size: 28px;font-weight: bold;}
.close:hover,.close:focus {color: #000;text-decoration: none;cursor: pointer;}
.disclaimerBtn {background: transparent;border: 0;text-decoration: underline;cursor: pointer;font-size: 14px;padding: 0;}
p.consent {
	font-size: 16px;
	line-height: 1.5;
	color: #000;
}
p.consent a {
	color: inherit;
	text-decoration: underline;
}
p.consent input {
	margin-right: 10px;
}
.footer-map {
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
}
.footer-map iframe {
	max-width: 100%;
	width: 100%;
	height: 250px;
	max-height: 250px;
	margin-bottom: 30px;
}
.footer-map a {
	color: #fff;
	text-decoration: underline;
	margin-bottom: 5px;
}
.footer-map a:hover {
	text-decoration: none;
}
.ba-section {
	margin: 50px auto;
}
.ba-slider {
	max-width: 500px;
	margin: 30px auto;
}
.ba-slider img {
	margin: 0 5px;
	border-radius: 20px;
}
.ba-slider {
	max-width: 1000px;
    margin: 40px auto;
	border-radius: 20px;
}
.ba-slider img {
    max-width: 768px;
    width: 100%;
    margin: 0 10px;
    opacity: .7;
    filter: blur(3px);
}
.ba-slider img.slick-current.slick-active {
    opacity: 1;
    filter: blur(0px);
}
.default-dots ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    align-items: center;
	padding: 0;
	margin: 30px auto 0 !important;
}
.default-dots ul li {
	list-style: none;
}
.default-dots ul li button {
	width: 12px;
    height: 12px;
    border-radius: 50%;
    font-size: 0;
    background: #001225;
    outline: none;
    border: none;
    padding: 0;
    cursor: pointer;
	transition: all .3s ease-in-out;
}
.default-dots ul li.slick-active button {
	width: 24px;
    border-radius: 10px;
    background: #ebe3de;
	transition: all .3s ease-in-out;
}
.gallery-columns-2 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-evenly;
	align-items: center;
	margin: 30px auto;
}
.gallery-columns-2 figure {
	max-width: 48%;
	width: 100%;
	min-width: 290px;
	height: auto;
	margin: 0;
}
.gallery-columns-2 figure img {
	max-width: 100%;
	width: 100%;
	height: auto;
	border-radius: 16px;
	overflow: hidden;
}
.two-btn-holder {
	display: flex;
	justify-content: center;
	gap: 30px;
	align-items: center;
	margin: 30px auto;
}
.two-btn-holder a {
	display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #001325;
    text-transform: uppercase;
    border-radius: 50px;
    background: #ebe3de;
    padding: 20px 35px;
    border: 1px solid #ebe3de;
    gap: 0px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    flex-direction: column;
    position: relative;
	text-align: center;
}
.two-btn-holder a:hover {
	background: #ffffff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.two-btn-holder a:last-child {
	background: #5693ab;
    color: #fff;
    border: 1px solid #5693ab;
}
.two-btn-holder a:last-child:hover {
	background: #ffffff;
    color: #001325;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.bg-img {
	background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 40%;
    min-width: 280px;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 20px;
}
.two-col {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
}
.two-col > div {
	max-width: 45%;
	min-width: 300px;
	width: 100%;
}
.inner-map {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	border-radius: 20px;
}
.inner-video {
	display: block;
	max-width: 800px;
	width: 100%;
	height: auto;
	margin: 40px auto;
	aspect-ratio: 16 / 9;
	border-radius: 20px;
}
.responsive-youtube {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.responsive-youtube iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
	border-radius: 20px;
}


/* RESPONSIVE CSS ---------------------------------------------------- */
@media all and (max-width:1700px){
	.on-this-page-area {
		top: 111.5px;
	}
	/* Main Header Top  */
	.header-container {
		margin-right: 30px;
	}
	.header-top-wrp .book-btn {
		padding: 10px 20px;
	}
	.main-menu ul li a {
		padding: 14px 0;
	}
	.main-menu ul li.menu-item-has-children::after {
		top: 19px;
	}
	.header-wrp .logo {
		max-width: 200px;
		height: 90px;
	}
	/* Banner Specialties Nav */
	.banner-specialties-nav ul {
		gap: 30px;
	}
	.banner-specialties-nav-sec {
		top: 112px;
	}
	.single-team-member {
		-webkit-box-flex: 300px;
		-ms-flex: 300px;
		flex: 300px;
	}
	.single-team-member .doctor {
		width: 100%;
		height: 400px;
	}
	/* About Page ------------ */
	.cerec-wrp {
		padding: 0 15px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.cerec-right img {
		border-radius: 15px;
	}
	.cosmetic-top {
		margin-inline: 15px;
	}
	.before-after-doc img {
		max-width: 400px;
	}
}
/*1700 End */
@media all and (max-width:1440px){
	.sec-p {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.sec-m {
		margin-top: 80px;
		margin-bottom: 80px;
	}
	/* Main Header Top  */
	.main-menu > ul {
		gap: 18px;
	}
	/* Main Footer Section  */
	.footer-col .clinic-hours li {
		width: 295px;
	}
	/* Home Banner Sectioni */
	.banner-sec {
		padding-top: 210px;
		padding-bottom: 80px;
	}
	.banner-content h1 {
		font-size: 60px;
	}
	.banner-content h2 {
		font-size: 40px;
		margin-bottom: 40px;
	}
	.banner-star-list {
		margin-bottom: 50px;
	}
	.banner-brand {
		gap: 30px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.banner-brand img {
		-o-object-fit: contain;
		object-fit: contain;
	}
	/* Banner Specialties Nav */
	.banner-specialties-nav ul li {
		min-width: -webkit-max-content;
		min-width: -moz-max-content;
		min-width: max-content;
	}
	.banner-specialties-nav {
		gap: 20px;
	}
	.treatment-sec {
		padding: 80px 0;
	}
	.heading-wrp {
		margin-bottom: 50px;
	}
	.heading-wrp h2 {
		margin-bottom: 30px;
	}
	.arrow-nav > div, .main-inner .arrow-nav > div {
		padding-left: 65px;
		padding-right: 65px;
	}
	.arrow-nav .slick-prev {
		background-position: top -808px left -370px;
		width: 53px;
		height: 40px;
		top: 60%;
	}
	.arrow-nav .slick-next {
		background-position: top -808px left -442px;
		width: 53px;
		height: 40px;
		top: 60%;
	}
	.arrow-nav.black .slick-prev {
		background-position: top -808px left -522px;
	}
	.arrow-nav.black .slick-next {
		background-position: top -808px left -592px;
	}
	.single-treatment-item .img img {
		height: 250px;
	}
	.single-treatment-item .content {
		padding: 30px 20px 30px 20px;
	}
	.single-treatment-item .content h3 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.single-treatment-item .content p {
		min-height: 90px;
	}
	.single-treatment-item .content ul {
		margin: 20px 0;
	}
	.treatment-sec::after {
		height: 50%;
	}
	.about-home-left {
		-webkit-box-flex: 400px;
		-ms-flex: 400px;
		flex: 400px;
		max-width: 100%;
		width: 100%;
	}
	.about-home-left img {
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		border-radius: 15px;
	}
	.about-home-right {
		max-width: 100%;
		-webkit-box-flex: 400px;
		-ms-flex: 400px;
		flex: 400px;
	}
	.about-home-right h3 span {
		font-size: unset;
		margin-left: 0;
	}
	.about-home {
		padding: 0 15px;
	}
	.about-home-right h3 {
		font-size: 26px;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.about-home-right .default-btn:not(:last-child), .about-home-right p:not(:last-child) {
		margin-bottom: 30px;
	}
	.advance-three-cols {
		margin-top: 50px;
		gap: 25px;
	}
	.advance-three-cols .right {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
		-webkit-box-flex: 400px;
		-ms-flex: 400px;
		flex: 400px;
	}
	/* Inner Banner Section  */
	.inner-banner-sec {
		padding-top: 150px;
		padding-bottom: 70px;
	}
	/* About Page ------------- */
	.vitadent-wrp {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 35px;
	}
	.vitadent-left {
		max-width: 100%;
		-webkit-box-flex: 400px;
		-ms-flex: 400px;
		flex: 400px;
	}
	.vitadent-right {
		max-width: 100%;
		-webkit-box-flex: 400px;
		-ms-flex: 400px;
		flex: 400px;
	}
	.vitadent-left h2, .vitadent-left h3 {
		margin-right: 0;
		margin-bottom: 35px;
	}
	.vitadent-right p:first-child {
		margin-top: 0;
	}
	.vitadent-right h3, .more-right h3:not(.accordion-title) {
		font-size: 50px;
		margin-top: 30px;
		margin-bottom: 25px;
		padding-bottom: 20px;
	}
	.vitadent-sec {
		padding-top: 100px;
		padding-bottom: 80px;
	}
	.cerec-left {
		max-width: 100%;
		padding-top: 0;
		-webkit-box-flex: 350px;
		-ms-flex: 350px;
		flex: 350px;
	}
	.cerec-right {
		-webkit-box-flex: 350px;
		-ms-flex: 350px;
		flex: 350px;
		width: 100%;
	}
	.cerec-left h2 span {
		font-size: 42px;
		margin-bottom: 10px;
	}
	.cerec-left h2 {
		font-size: 32px;
		margin-bottom: 29px;
	}
	.cerec-left p {
		margin-top: 10px;
	}
	.cerec-sec {
		padding: 50px 0;
	}
	.dioe-dental {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 40px;
	}
	.dioe-dental-right,
	.dioe-dental-left {
		width: 100%;
		-webkit-box-flex: 350px;
		-ms-flex: 350px;
		flex: 350px;
	}
	.dioe-dental-left img {
		display: block;
		width: 100%;
		border-radius: 15px;
	}
	.dioe-dental-right h3 {
		font-size: 52px;
	}
	.two-col-head {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-top: 50px;
	}
	.heading span {
		font-size: 80px;
	}
	.heading {
		font-size: 52px;
	}
	.dioe-dental {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 30px;
	}
	.two-col-head {
		margin-top: 30px;
		gap: 0 20px;
	}
	.night-right {
		padding: 40px 20px;
		max-width: 100%;
		-webkit-box-flex: 350px;
		-ms-flex: 350px;
		flex: 350px;
	}
	.night-left {
		-webkit-box-flex: 350px;
		-ms-flex: 350px;
		flex: 350px;
		width: 100%;
	}
	.night-left img {
		display: block;
		width: 100%;
	}
	.night-right h2 {
		font-size: 56px;
		margin-bottom: 40px;
	}
	.night-right h2 i {
		font-size: 26px;
		text-align: left;
		line-height: 1.5;
	}
	.night-wrp {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.about-gallery-head {
		margin-inline: 15px;
	}
	.cosmetic-sec {
		padding-bottom: 80px;
		padding-top: 80px;
	}
	.cosmetic-top-left {
		max-width: 100%;
		-ms-flex-item-align: start;
		align-self: flex-start;
		margin-bottom: 0;
		-webkit-box-flex: 350px;
		-ms-flex: 350px;
		flex: 350px;
	}
	.cosmetic-top-right img {
		border-radius: 15px;
	}
	.cosmetic-sec .dioe-dental {
		margin-bottom: 40px;
	}
	.cosmetic-top-right {
		-webkit-box-flex: 350px;
		-ms-flex: 350px;
		flex: 350px;
		width: 100%;
	}
	.more-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 30px;
	}
	.more-wrap > div {
		-webkit-box-flex: 350px;
		-ms-flex: 350px;
		flex: 350px;
		width: 100%;
	}
	.more-wrap:not(:last-child) {
		margin-bottom: 40px;
	}
	.trans-bg-col-wrp .right h2,
	.more-right h2 {
		font-size: 62px;
		margin-bottom: 40px;
	}
	.trans-bg-col-wrp .right h2 i {
		font-size: unset;
	}
	.more-right h2 i {
		font-size: 40px;
	}
	.functionality {
		margin-bottom: 80px;
		margin-inline: 15px;
	}
	.more-bg-sec {
		padding: 50px 0;
	}
	.trans-bg-col-wrp:not(:last-child) {
		margin-bottom: 50px;
	}
	.night-right.font-60 h2 i {
		font-size: 36px;
		margin-top: 8px;
	}
	.understanding-sec {
		padding-top: 80px;
	}
	.doctor-profile-wrp {
		gap: 30px;
	}
	.before-after-doc {
		gap: 20px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.before-after-doc img {
		max-width: 375px;
		-webkit-box-flex: 250px;
		-ms-flex: 250px;
		flex: 250px;
	}
	.before-after-gallery {
		gap: 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.before-after-gallery img {
		display: block;
		border-radius: 15px;
		width: 100%;
		max-width: calc(30% - 10px);
	}
	.all-review {
		gap: 20px;
	}
	.single-review {
		padding: 20px 15px;
		max-width: calc(33% - 10px);
	}
	.single-review .star::before {
		margin-bottom: 15px;
	}
	.single-review .star {
		margin-bottom: 10px;
	}
	.single-review .name {
		margin-top: 20px;
	}
	/* Inner Side Bar  */
	.sidebar-gallery {
		top: 150px;
		max-width: 250px;
		height: 450px;
		padding: 30px 15px;
	}
	.single-bar-right {
		top: 150px;
		max-width: 250px;
		padding: 30px 15px;
	}
	.single-bar-right a, .single-bar-right button {
		font-size: 22px;
	}
	.single-bar-right.service {
		top: 336px;
	}
	.single-bar-right.book {
		top: 519px;
	}
	/* display None 1440 */
	.trans-bg-col-wrp .right h2::before,
	.more-right h2::before,
	.night-right h2::before {
		display: none;
	}
	.advance-three-caro {
		margin-top: 30px;
	}
}
/*1440 End */
@media all and (max-width:1366px){
	.banner-specialties-nav ul li a, .current-link {
		font-size: 14px;
	}
}

@media all and (max-width:1200px){

	.banner-specialties-nav ul {
		padding: 0px 15px;
	}
	.banner-specialties-nav-btn {
		display: block;
		width: 35px;
		min-width: 35px;
		height: 35px;
		background-position: top -1px left -272px;
	}
	.default-btn {
		padding: 14px 20px;
		gap: 10px;
	}
	.sec-p {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.sec-m {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	/* Main Header Top  */
	.header-wrp .logo a img {
		-webkit-filter: brightness(100);
		filter: brightness(100);
	}
	.header-container {
		margin-right: 0;
	}
	.header-wrp .logo {
		max-width: -webkit-max-content;
		max-width: -moz-max-content;
		max-width: max-content;
		height: unset;
		position: unset;
		border-radius: 0;
		background: transparent;
	}
	.header-wrp {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 20px;
	}
	/* Main Footer Section  */
	.footer-wrp {
		gap: 25px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
	.footer-col {
		-webkit-box-flex: 240px;
		-ms-flex: 240px;
		flex: 240px;
	}
	.footer-col ul {
		margin-top: 25px;
	}
	.footer-col .address-link {
		margin-bottom: 30px;
	}
	.footer-col.hours {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		max-width: 510px;
	}
	.footer-col ul li {
		margin: 5px 0;
	}
	.footer-col .clinic-hours li {
		width: 100%;
	}
	/* Home Banner section  */
	.banner-sec {
		padding-top: 170px;
		padding-bottom: 50px;
	}
	.banner-review {
		gap: 20px;
		margin-bottom: 30px;
	}
	.banner-review .title {
		font-size: 45px;
	}
	.banner-star {
		padding: 3px;
		max-width: 376px;
	}
	.banner-content h1 {
		font-size: 60px;
	}
	.banner-content h2 {
		font-size: 40px;
		margin-bottom: 25px;
	}
	.banner-star-list ul li {
		padding-left: 22px;
	}
	.banner-star-list {
		margin-bottom: 25px;
	}
	/* Banner Specialties Nav */   
	.treatment-sec {
		padding: 50px 0;
	}
	.single-treatment-item .content p {
		min-height: 65px;
		font-size: 16px;
		line-height: normal;
	}
	.heading span {
		display: block;
		font-size: 46px;
	}
	.heading {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.heading span::after, 
	.heading span::before {
		min-width: 50px;
		max-width: 50px;
	}
	.about-home {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.about-home-right h3 {
		font-size: 22px;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	.about-home-right h3::after {
		height: 2px;
	}
	.custom-plan-right {
		padding: 40px 20px;
	}
	.custom-plan-right h2 {
		font-size: 26px;
		margin-bottom: 30px;
		padding-bottom: 15px;
	}
	.custom-plan-right h2 span {
		font-size: 46px;
		line-height: 1.2;
		margin-top: 0;
	}
	.custom-plan-right p {
		margin-bottom: 30px;
	}
	.custom-plans > div {
		-webkit-box-flex: 350px;
		-ms-flex: 350px;
		flex: 350px;
		max-width: 100%;
	}
	.single-team-member .doctor {
		height: 300px;
	}
	.single-team-member .doctor img {
		-o-object-position: top center;
		object-position: top center;
	}
	.single-team-member .content {
		padding: 20px 15px;
	}
	.single-team-member .content h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.single-team-member .content p {
		margin: auto auto 20px;
	}
	.advanced-carousel p {
		margin: 0 5px;
	}
	.single-accordion {
		padding: 20px 15px;
		border-radius: 10px;
		margin-top: 15px;
	}
	.office-carousel img {
		height: 300px;
		margin: 0 6px;
	}
	/* Inner Banner Section  */
	.inner-banner-sec {
		padding-top: 120px;
		padding-bottom: 50px;
	}
	.vitadent-sec {
		padding: 50px 0;
	}
	.vitadent-wrp {
		padding: 0 15px;
	}
	.cbct-wrp p {
		max-width: 100%;
	}
	.cbct-wrp img {
		margin-top: 40px;
	}
	.night-right p {
		margin-top: 10px;
		max-width: 100%;
	}
	.night-wrp {
		padding: 40px 15px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 30px 0;
	}
	.night-right {
		padding: 0 20px;
	}
	.night-left img {
		border-radius: 15px;
	}
	.night-right h2 {
		margin-bottom: 20px;
	}
	.about-gallery-head {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: 40px;
		gap: 0;
	}
	.about-gallery-head h2 {
		/* 		text-align: left; */
	}
	.about-gallery-head p {
		max-width: 100%;
	}
	.cosmetic-top-left h2 {
		margin-bottom: 22px;
	}
	.trans-bg-col-wrp .right h2,
	.more-right h2 {
		font-size: 42px;
		margin-bottom: 30px;
	}
	.more-right h2 i {
		font-size: 24px;
	}
	.functionality-sec {
		padding: 50px 0;
	}
	.functionality {
		margin-bottom: 50px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 30px;
	}
	.functionality > div {
		-webkit-box-flex: 350px;
		-ms-flex: 350px;
		flex: 350px;
		width: 100%;
	}
	.overview h3,
	.functionality-right h2 {
		font-size: 42px;
		margin-bottom: 30px;
	}
	.functionality-left img {
		border-radius: 15px;
	}
	.overview {
		margin-top: 50px;
	}
	.overview-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.overview-list li:not(:last-child) {
		margin-right: 20px;
		padding-right: 20px;;
	}
	.overview-list li::before {
		margin-bottom: 30px;
	}
	.trans-bg-col-wrp {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 35px;
	}
	.trans-bg-col-wrp > div {
		-webkit-box-flex: 350px;
		-ms-flex: 350px;
		flex: 350px;
		width: 100%;
		max-width: 100%;
	}
	.night-right.font-60 h2 {
		font-size: 36px;
	}
	.night-right.font-60 h2 i {
		font-size: 22px;
		line-height: normal;
	}
	.understanding-wrp {
		gap: 40px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.understanding-wrp > div {
		-webkit-box-flex: 350px;
		-ms-flex: 350px;
		flex: 350px;
		width: 100%;
		max-width: 100%;
	}
	.understanding-wrp img {
		display: block;
		border-radius: 15px;
		width: 100%;
	}
	.undestand-head {
		margin-bottom: 50px;
	}
	.undestand-head h2 {
		font-size: 42px;
		margin-bottom: 15px;
	}
	.understanding .single-accordion {
		padding: 10px 0;
	}
	.understanding-sec {
		padding: 50px 0;
	}
	.understanding-sec::after {
		height: 100%;
	}
	.doctor-profile-left {
		max-width: 350px;
	}
	.profile-left {
		padding: 30px 20px;
		margin-bottom: 20px;
	}
	.profile-left-office {
		padding: 30px 20px;
	}
	.profile-left .call-list li.call {
		margin-right: 10px;
		padding-right: 10px;
	}
	.profile-left .call-list li {
		font-size: 16px;
	}
	.profile-left .call-list li a {
		font-size: 16px;
		margin-top: 0;
	}
	.profile-left .call-list li::before {
		margin-bottom: 10px;
	}
	.profile-left .call-list {
		margin-bottom: 30px;
	}
	.profile-left .price {
		margin-bottom: 12px;
	}
	.profile-left .default-btn {
		margin-top: 20px;
	}
	.doctor-profile-content {
		padding-top: 0;
	}
	.doctor-profile-content h2 {
		font-size: 36px;
		margin-bottom: 15px;
	}
	.doctor-profile-content hr {
		margin: 15px 0;
	}
	.heading-two {
		font-size: 42px;
		margin-bottom: 40px;
	}
	.before-after-doc img {
		max-width: 300px;
	}
	.before-after-doc-sec {
		padding-bottom: 50px;
	}
	.before-after-doc-sec::after {
		display: none;
	}
	.single-review {
		border-radius: 12px;
		max-width: calc(32% - 10px);
	}
	.single-review p {
		font-size: 14px;
		line-height: 1.5;
	}
	.contact-us-sec {
		margin-top: 50px;
	}
	.contact-us form {
		gap: 15px;
	}
	.contact-us-info {
		margin-top: 50px;
		margin-bottom: 0px;
		padding: 15px;
		border-radius: 12px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.contact-us-info li:not(:last-child) {
		margin-right: 20px;
		padding-right: 20px;
	}
	.map-sec {
		padding: 50px  0;
	}
	.map-list {
		margin-left: 15px;
		padding: 30px;
		border-radius: 15px;
	}
	/* Inner Side Bar  */
	.side-bar-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 15px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 50px;
	}
	.sidebar-gallery {
		position: unset;
		height: unset;
		border-radius: 10px;
		max-width: 100%;
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
	.single-bar-right {
		position: unset;
		height: unset;
		border-radius: 10px;
		max-width: 100%;
		-webkit-box-flex: 200px;
		-ms-flex: 200px;
		flex: 200px;
	}
	/* Main Inner Page --------- */
	.main-inner h2 {
		font-size: 36px;
		margin-bottom: 20px;
	}
	.main-inner h3 {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.main-inner img:not(:last-child),
	.main-inner ul:not(:last-child),
	.main-inner p:not(:last-child) {
		margin-bottom: 20px;
	}
	/* heading 1200  */
	.cerec-left h2 span {
		font-size: 32px;
	}
	.what-are-head h2,
	.dioe-dental-right h3, .functionality.who-can-have-sec .functionality-right h3 {
		font-size: 44px;
		margin-bottom: 25px;
		padding-bottom: 25px;
	}
	.heading.right, .heading.left {
		text-align: left;
	}
	.heading.right span, .heading.left span {
		margin: 0;
		margin-bottom: 8px;
	}

	/* display none  */
	.functionality-right h2::before,
	.heading span::after, .heading span::before,
	.heading.right span::before, .heading.left span::after {
		display: none;
	}
}
/*1200 End*/
@media all and (max-width:1199px) {
	/* Main Header Top  */    
	.main-header {
		position: sticky;
		background: var(--heading);
	}
	.header-wrp {
		padding: 5px 0;
	}
	.header-wrp .logo a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.header-nav-area {
		position: fixed;
		z-index: 999;
		top: 108px;
		left: -100%;
		width: 100%;
		height: 100%;
		background: #FFF;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		padding: 50px;
	}
	.header-nav-area.active {
		left: 0;
	}
	.main-menu > ul {
		gap: 5px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 600px;
	}
	.main-menu ul li {
		position: relative;
		padding: 5px 0;
	}
	.main-menu ul li a {
		padding: 0;
		font-size: 22px;
		color: #000;
	}
	.main-menu ul li.menu-item-has-children::after {
		display: none;
	}
	span.dropdown-menu-items {
		position: absolute;
		top: 8px;
		right: 0;
		width: 12px;
		height: 12px;
		border-bottom: 2px solid #000;
		border-left: 2px solid #000;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}
	span.dropdown-menu-items.rotate {
		-webkit-transform: rotate(136deg);
		-ms-transform: rotate(136deg);
		transform: rotate(136deg);
		top: 15px;
	}
	/* Drop Down  */
	.main-menu ul li ul {
		position: unset;
		background: transparent;
		border-radius: 0;
		-webkit-box-shadow: unset;
		box-shadow: unset;
		width: 100%;
		opacity: 1;
		visibility: visible;
		-webkit-transition: unset;
		-o-transition: unset;
		transition: unset;
		padding-left: 8px;
		display: none;
	}
	.main-menu ul li ul li a {
		padding: 0;
	}
	/* Mobile Bars  */
	.mobile-bars {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	/* Home Banner Section  */
	.banner-sec {
		padding-top: 70px;
	}
	.banner-specialties-nav-sec {
		top: 109px;
	}
	/* About Page --------------- */
	.vitadent-right h3, .more-right h3:not(.accordion-title) {
		font-size: 36px;
	}
	.main-menu ul li ul {
		padding: 20px;
	}
	.main-menu ul li ul li a {
		font-size: 16px;
	}
	.main-menu ul ul li {
		padding: 10px 0px;
	}
	section.doctor-profile-sec, section.before-after-doc-sec {
		padding: 15px 15px;
	}
	.more-bg-sec, .sec-p {
		padding-right:15px;
		padding-left:15px;
	}
	.understanding .accordion-title::after {

	}
	.trans-bg-col-wrp .right{
		padding-left:15px;
	}
	.treatment-items-services .single-treatment-item {
		width: 29%;
		margin: 0px;
	}
}
/* 1199 End  */
@media all and (max-width:1024px){
	.on-this-page-area {
		top: 104.5px;
	}
	.treatment-items-services .single-treatment-item {
		width: 44%;
		margin: 0px;
	}
	/* Header Top  */
	.header-nav-area {
		top: 104px;
	}
	.header-top-wrp {
		gap: 20px;
	}
	.header-top-wrp .location {
		padding-left: 25px;
		font-size: 14px;
	}
	.header-top-wrp .call {
		font-size: 14px;
	}
	.header-top-wrp .book-btn {
		padding: 8px 10px;
		font-size: 14px;
		border-radius: 0;
	}
	/* Home Page --  */
	.banner-specialties-nav-sec {
		top: 105px;
	}
	.arrow-nav > div, .main-inner .arrow-nav > div {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 65px;
	}
	.arrow-nav .slick-arrow {
		top: unset;
		bottom: 0;
		-webkit-transform: unset;
		-ms-transform: unset;
		transform: unset;
	}
	.arrow-nav .slick-prev {
		left: calc(50% - 60px);
	}
	.arrow-nav .slick-next {
		right: calc(50% - 60px);
	}
	.team-members {
		display: block;
	}
	.single-team-member {
		margin: 0 10px;
	}
	.team-members .slick-dots {
		margin-top: 25px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 12px;
	}
	.team-members .slick-dots li button {
		width: 14px;
		height: 14px;
		border-radius: 50%;
		font-size: 0;
		background: var(--heading);
	}
	.team-members .slick-dots li.slick-active button {
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}
	.arrow-nav .testimonials-carousel .slick-arrow {
		top: unset;
		bottom: 0;
	}
	.testimonials-carousel {
		margin-bottom: 40px;
	}
	.single-testimonial {
		padding: 0 15px;
	}
	.single-testimonial .name::before {
		margin: auto auto 10px auto;
	}
	.single-testimonial .name {
		margin-bottom: 15px;
	}
	.single-testimonial .star {
		margin-bottom: 15px;
	}
	.single-testimonial ul {
		margin-top: 20px;
	}
	.single-testimonial ul li {
		margin-top: 5px;
		gap: 15px;
	}
	.advance-three-cols .right h3 {
		font-size: 46px;
	}
	.heading-wrp {
		margin-bottom: 40px;
	}
	/* Inner Banner Section  */
	.inner-banner-sec {
		padding-top: 50px;
	}
	.inner-banner h1 {
		font-size: 62px;
		margin-bottom: 10px;
	}
	.dioe-dental-left {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.cosmetic-top {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 40px;
	}
	.cosmetic-sec {
		padding-bottom: 40px;
		padding-top: 40px;
		padding-left:15px;
		padding-right:15px;
	}
	.more-wrap {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.more-right h2 {
		font-size: 32px;
		margin-bottom: 25px;
	}
	.more-right h2 i {
		font-size: 22px;
	}
	.overview-list li {
		font-size: 22px;
	}
	.overview-list li::before {
		margin-top: -20px;
		margin-bottom: 0;
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
	}
	.doctor-profile-content .style-btn li {
		padding: 7px 10px;
		font-size: 16px;
	}
	.contact-us-info li::before {
		display: none;
	}
	.contact-us-info li {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		max-width: 100%;
	}
	/* Heading  992 */
	.what-are-head h2, 
	.dioe-dental-right h3,
	.dioe-dental-right h3, .functionality.who-can-have-sec .functionality-right h3{
		font-size: 36px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.overview h3 {
		font-size: 36px;
		margin-bottom: 20px;
	}
	.dioe-dental-right h3 i {
		display: inline-block;
	}
	.dioe-dental-right h3::after {
		height: 2px;
	}
	.before-after-doc img {
		max-width: 230px;
	}
}
/*992 End */
@media all and (max-width:768px){
	.two-col > div {
		max-width: 100%;
	}
	.bg-img {
		max-width: 100%;
	}
	.on-this-page-area {
		top: 102.5px;
	}
	.services-we-offer {
		gap: 20px;
	}
	.single-service {
		-webkit-box-flex: 45%;
		-ms-flex: 45%;
		flex: 45%;
		padding: 15px;
	}
	.single-service a, .single-service span {
		font-size: 18px;
	}
	.single-accordion h3.accordion-title {
		font-size: 16px;
		padding-right: 35px;
	}
	.vitadent-left h2, .vitadent-left h3 {
		margin-bottom: 0;
	}
	.understanding.invisalign-for-Kids-sec h3.accordion-title::after {
		/* 		top: -2px; */
		margin-top: 0;
	}
	p.test-para {
		margin: 0 auto 50px;
	}
	.profile-left .call-list li.call {
		border-right: 0px;
		border-bottom: 1px solid rgb(0, 0, 0,.20);
	}
	section.doctor-profile-sec, section.before-after-doc-sec {
		padding: 15px 15px;
	}
	.profile-left ul {
		flex-direction: column;
		gap: 30px;
	}
	.banner-specialties-nav ul li a, .current-link {
		font-size: 14px;
	}
	.functionality.who-can-have-sec {
		margin-bottom: 30px;
	}
	.vitadent-wrp, .dioe-dental {
		gap: 20px;
	}
	/* Main Footer  */
	.footer-col ul {
		margin-top: 20px;
	}
	.copy-right p,
	.footer-col .clinic-hours li,
	.footer-col .clinic-hours li span,
	.footer-col .link li,
	.footer-col .link li a {
		font-size: 14px;
	}
	.footer-col a br {
		display: none;
	}
	/* Home Banner Section  */
	.banner-sec {
		padding-top: 50px;
	}
	.banner-review {
		gap: 5px;
		margin-bottom: 8px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.banner-star {
		max-width: -webkit-max-content;
		max-width: -moz-max-content;
		max-width: max-content;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		padding: 2px 7px;
		font-size: 16px;
		gap: 5px;
	}
	.banner-star::before {
		display: none;
	}
	.banner-star .star {
		font-size: 15px;
	}
	.banner-review .title {
		font-size: 26px;
	}
	.banner-content h1 {
		font-size: 46px;
		margin-bottom: 8px;
	}
	.banner-content h2 {
		font-size: 26px;
		line-height: normal;
	}
	.banner-star-list {
		margin-bottom: 15px;
	}
	.banner-brand ul li {
		max-width: 190px;
	}
	.banner-brand ul li a {
		font-size: 16px;
		padding: 8px 15px;
	}
	.heading-wrp {
		margin-bottom: 40px;
	}
	.heading-wrp h2 {
		margin-bottom: 15px;
	}
	.heading span::after, .heading span::before {
		display: none;
	}
	.heading span {
		gap: 0px;
		font-size: 36px;
	}
	.single-testimonial .name {
		margin-bottom: 5px;
	}
	.single-testimonial .star {
		margin-bottom: 15px;
		line-height: normal;
		font-size: 20px;
	}
	.advanced-carousel p {
		padding: 30px 10px 30px;
		display: flex !important;
		align-items: center;
		justify-content: center;
		vertical-align: middle;
		height: 100px;
		font-size: 14px;
	}
	.advance-three-cols .right h3 {
		font-size: 32px;
	}
	/* Inner Banner Section  */
	.inner-banner-sec {
		padding-top: 60px;
		background-image: none !important;
	}
	.inner-banner h1 {
		font-size: 50px;
	}
	.inner-banner h1 .team-profile-role {
		margin-top: 6px;
		font-size: 22px;
	}
	.heading.right, .heading.left {
		text-align: left;
	}
	.heading.right span, .heading.left span {
		margin: 0;
	}
	.vitadent-left h2, .vitadent-left h3 {
		font-size: 22px;
		line-height: 1.5;
	}
	.vitadent-left img {
		border-radius: 15px;
	}
	.vitadent-right p {
		margin-bottom: 14px;
	}
	.vitadent-right h3, .more-right h3:not(.accordion-title) {
		font-size: 36px;
		margin-top: 0;
		margin-bottom: 20px;
		padding-bottom: 12px;
	}
	.vitadent-right h3::after, .more-right h3:not(.accordion-title)::after {
		height: 2px;
	}
	.cbct-wrp img {
		margin-top: 30px;
	}
	.about-gallery-head {
		margin-bottom: 40px;
	}
	.overview-list li {
		font-size: 16px;
	}
	.overview-list li:not(:last-child) {
		margin-right: 10px;
		padding-right: 10px;
	}
	.night-right.font-60 h2 {
		max-width: 100%;
		font-size: 32px;
	}
	.night-right.font-60 h2 br {
		display: none;
	}
	.night-right.font-60 h2 i {
		font-size: 18px;
	}
	.doctor-profile-wrp > div {
		-webkit-box-flex: 350px;
		-ms-flex: 350px;
		flex: 350px;
		width: 100%;
		max-width: 100%;
	}
	.single-review {
		max-width: calc(50% - 10px);
	}
	.single-review .name {
		gap: 10px;
	}
	.single-review .name img {
		width: 40px;
		height: 40px;
	}
	.single-review .name p {
		font-size: 14px;
	}
	.single-review .name p span {
		font-size: 12px;
		line-height: 1.5;
	}
	.contact-us .single-input textarea {
		height: 80px;
	}
	.contact-us {
		margin-top: 40px;
	}
	body {
		font-size: 16px;
		line-height: 1.5;
	}
	.banner-specialties-nav-sec {
		top: 102px;
	}
	.bgm {
		background-image: url('https://www.vitadentbrooklyn.com/wp-content/uploads/2026/05/Vitadent-Your-Local-Dentists-Sheepshead-Bay-Brooklyn-Main-Banner-768.jpg');
	}
}
/*768 End */
@media all and (max-width:767px) {
	.two-btn-holder {
		gap: 10px;
	}
	.two-btn-holder a {
    	font-size: 16px;
		padding: 10px;
	}
	.single-accordion h3.accordion-title {
		padding-right: 35px;
	}
	.advance-three-caro {
		padding: 0px 15px;
	}
	.advance-three-cols {
		margin-top: 0px;
	}
	/* Main Header Top  */
	.main-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.header-top {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.header-top-wrp {
		gap: 0px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: space-around;
		padding: 3px 0px 7px 0px;
		position: relative;
	}
	.header-top-wrp:after {
		content: '';
		position: absolute;
		height: 80%;
		width: 1px;
		background: #fff;
	}
	.header-top-wrp .location {
		display: none;
	}
	.header-top-wrp .call,
	.header-top-wrp .book-btn {
		padding: 0;
		font-size: 16px;
		line-height: 30px;
		font-weight: 600;
		border-radius: 0;
		background: transparent;
		color: #FFF;
	}
	.header-top-wrp .call span,
	.header-top-wrp .location::before, 
	.header-top-wrp .call::before {
		display: none;
	}
	.header-top-wrp .call {
		padding-right: 0px;
		margin-right: 0px;
		text-align: center;
		margin-bottom: 5px;
	}
	.header-top-wrp .book-btn::after{
		display: none;
	}
	.header-top-wrp .emergency {
		padding: 0px;
		margin: 0px;
		color: #fff;
	}
	.header-top-wrp .book-btn {
		display: block;
		line-height: 24px;
	}
	.main-header.fixed .header-area, .main-header .header-area {
		background: #192a3c;
	}
}
/* 767 End  */
@media all and (max-width: 576px){
	.on-this-page-content-wraper ul {
		margin-top: 20px;
	}
	.treatment-sec .heading-wrp{
		padding: 0px 15px;
	}
	.main-inner > p:first-child {
		padding: 180px 15px 40px;
	}
	.treatment-items-services .single-treatment-item {
		width: 90%;
		margin: 0px;
	}
	/* Main Header Top  */
	.header-nav-area {
		padding: 40px 20px 30px 20px;
	}
	.main-menu ul li a {
		font-size: 18px;
	}
	/* Main Footer  */
	.footer-col {
		-webkit-box-flex: 160px;
		-ms-flex: 160px;
		flex: 160px;
	}
	.footer-col.hours {
		max-width: 100%;
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
	/* Banner Section  */
	.banner-content h1 {
		font-size: 36px;
	}
	.banner-content h2 {
		font-size: 22px;
	}
	.banner-star-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 0 15px;
	}
	.banner-star-list ul {
		-webkit-box-flex: 200px;
		-ms-flex: 200px;
		flex: 200px;
	}
	.banner-brand ul li {
		max-width: 190px;
	}
	.banner-brand ul li a {
		font-size: 16px;
		padding: 8px 10px;
		gap: 0;
	}
	.heading {
		font-size: 22px;
	}
	.heading span {
		font-size: 26px;
	}
	.custom-plan-right h2 {
		font-size: 18px;
	}
	.custom-plan-right h2 span {
		font-size: 26px;
	}
	.advance-three-cols {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.advance-three-cols .left {
		width: 100%;
	}
	.advance-three-cols .left img {
		width: 100%;
		display: block;
	}
	.advance-three-cols .right h3 {
		font-size: 26px;
	}
	.gallery-carousel img {
		margin: 0 5px;
	}
	.accordion-title {
		font-size: 16px;
	}
	.accordion-title::after {
		/* 		margin-top: 2px; */
	}
	.accordion-body {
		margin-top: 15px;
	}
	/* Inner banner Section  */
	.inner-banner h1 {
		font-size: 26px;
		line-height: normal;
	}
	.inner-banner h1 .sub-title {
		font-size: 18px;
	}
	.dioe-dental-right p {
		margin-top: 10px;
	}
	.night-left {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.night-right h2 {
		font-size: 26px;
	}
	.night-right h2 i {
		font-size: 18px;
		margin-top: 5px;
	}
	.night-right {
		padding: 0;
	}
	.more-right h2 i {
		font-size: 18px;
		margin-top: 10px;
	}
	.more-right p {
		margin-top: 10px;
	}
	.overview-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
	}
	.overview-list li:not(:last-child) {
		margin-right: 0;
		padding-right: 0;
		border-right: 0;
	}
	.trans-bg-col-wrp .right h2,
	.overview h3, .functionality-right h2 {
		margin-bottom: 20px;
	}
	.understanding .accordion-title i {
		margin-bottom: 0;
		line-height: normal;
	}
	.understanding .accordion-title::after {
		width: 35px;
		height: 35px;
		font-size: 20px;
	}
	.understanding .accordion-body p:not(:last-child) {
		margin-bottom: 10px;
	}
	.doctor-profile-content h2 {
		font-size: 26px;
	}
	.profile-left .price {
		font-size: 32px;
	}
	.before-after-doc img {
		max-width: 100%;
	}
	.heading-two {
		font-size: 26px;
		margin-bottom: 30px;
	}
	.before-after-gallery img {
		max-width: calc(50% - 10px);
	}
	.single-review {
		max-width: 100%;
	}
	.contact-us .single-input {
		max-width: 100%;
		padding: 12px 15px;
	}
	.contact-us-info li:not(:last-child) {
		margin-right: 0;
		padding-right: 0;
		border-right: 0;
	}
	.contact-us-info {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		gap: 15px;
	}
	.contact-us-info li {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
		display: block;
	}
	.contact-us-info li a {
		font-size: 22px;
	}
	.map-sec iframe {
		position: unset;
		display: block;
		aspect-ratio: 16/9;
	}
	.map-list {
		padding: 20px 15px;
		max-width: 100%;
		margin-bottom: 30px;
		margin-left: 0;
	}
	.map-list ul li {
		padding-top: 10px;
		margin-top: 10px;
		justify-content: space-between;
	}
	/* Main Inner Page ************** */
	.main-inner h2 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.main-inner h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	/* Heading  576  */
	.undestand-head h2,
	.night-right.font-60 h2,
	.trans-bg-col-wrp .right h2,
	.overview h3, .functionality-right h2,
	.more-right h2,
	.what-are-head h2,
	.dioe-dental-right h3,
	.functionality.who-can-have-sec .functionality-right h3{
		font-size: 26px;
		line-height: 1.2;
	}
	.functionality.who-can-have-sec .functionality-right h3{
		padding-bottom:0;
	}
	.cerec-left h2,
	.vitadent-right h3,
	.more-right h3:not(.accordion-title) {
		font-size: 22px;
	}
	.cerec-left h2 span {
		font-size: 26px;
		line-height: 1.2;
	}
	.header-top-wrp .book-btn:hover{
		display: none;
	}
	.banner-brand ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 10px;
		width: 100%;
	}
	.banner-brand ul {
		gap: 10px;
	}
	.bgm {
		background-image: url('https://www.vitadentbrooklyn.com/wp-content/uploads/2026/05/Vitadent-Your-Local-Dentists-Sheepshead-Bay-Brooklyn-Main-Banner-576.jpg');
	}
}
/*576 End */
@media all and (max-width: 430px) {
	.banner-brand ul li a {
        text-align: center;
        justify-content: center;
    }
	.banner-brand ul li {
        max-width: 48%;
    }
	.sec-m {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.sec-p {
		padding: 30px 15px;
	}
	.single-treatment-item .content h3 {
		font-size: 20px;
	}
	.profile-left-office,
	.profile-left {
		padding: 20px 10px;
		border-radius: 15px;
	}
	.profile-left .call-list,
	.profile-left img {
		margin-bottom: 20px;
	}
	.map-list ul li span.by {
		margin-left: 10px;
	}
	.map-list ul li {
		font-size: 14px;
	}
	.map-list ul li span.day {
		width: 74px;
	}
	.header-top-wrp .book-btn span {
		font-size: 14px;
	}
	.header-top-wrp .emergency {
		font-size: 14px;
	}
	.header-top-wrp .book-btn {
		height: 44px;
		margin-left: 43px;
	}
	.header-top-wrp .phone-head {
		height: 52px;
	}
}
@media all and (max-width: 353px) {
	.header-top-wrp .book-btn {
		margin-left: 0;
	}
}