/*-----------------------------------------------------------------------------------
Theme Name: Envy Smile
Theme URI: https://www.envysmile.com/
Description: This is Version College web site. 
Author: Envy Smile
Author URI: https://www.envysmile.com/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0

-----------------------------------------------------------------------------------

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

-----------------------------------------------------------------------------------*/
@font-face {
	font-family: 'Glacial Indifference';
	src: url('fonts/GlacialIndifference-Bold.woff2') format('woff2'),
		url('fonts/GlacialIndifference-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Glacial Indifference';
	src: url('fonts/GlacialIndifference-Regular.woff2') format('woff2'),
		url('fonts/GlacialIndifference-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/*----------------------------------
1. TYPOGRAPHY
---------------------------------- */
html{
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*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: 70%;
	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 {
	width: 100%;
	min-width: 100%;
	height: auto;
	object-fit: cover;
}
.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);
}
@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: 'Glacial Indifference';
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
	background: #FFFFFF;
	width: calc(100% - 100px);
}

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%
}
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;
}
/* Typography ----------------------- */
.container {
	width: 100%;
	max-width: 1396px;
	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;
}
/* heading  */
.heading {
	font-weight: normal;
	font-size: 69px;
	letter-spacing: 0.1em;
	color: #222;
	position: relative;
	line-height: 90px;
}
.heading.center {
	text-align: center;
}
.heading.center::before {
	width: 100%;
}
.heading::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	left: 0;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	font-family: Impact;
	font-weight: normal;
	font-size: 123px;
	text-transform: uppercase;
	color: transparent;
	opacity: 0.15;
	-webkit-text-stroke: 1px #000000;
	-webkit-text-fill-color: white;
}
/* default btn  */
.defaultBtn {
	position: relative;
	z-index: 2;
	overflow: hidden;
	font-weight: normal;
	font-size: 18px;
	/* letter-spacing: 0.1em; */
	/* text-transform: uppercase; */
	text-align: center;
	color: #222;
	padding: 30px 60px;
	background: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border: 1px solid #b9b9b9;
	-webkit-box-shadow: 30px 23px 56px rgba(0, 0, 0, 0.08);
	box-shadow: 30px 23px 56px rgba(0, 0, 0, 0.08);
}
.defaultBtn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;
	background: #222222;
	z-index: -1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.defaultBtn:hover::before {
	height: 100%;
}
.defaultBtn:hover {
	color: #FFF;
}
.defaultBtn.black {
	background: #222222;
	color: #FFF;
	-webkit-box-shadow: unset;
	box-shadow: unset;
}
.defaultBtn.black:hover::before {
	background: #B49142;
	color: #222222;
}
/* section margin  */
.sec-m {
	margin: 120px 0;
}
.sec-p {
	padding: 120px 0;
}
.row {
	margin-right: 0;
	margin-left: 0;
}
/*----------------------------------
1. HEADER AREA START
---------------------------------- */
.main-header {
	background: #000000;
	padding: 10px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: calc(100% - 100px);
	z-index: 9;
}
body.admin-bar .main-header {
	top: 32px;
}
body.admin-bar .on-this-page-area.show {
	top: calc(105px + 32px);
}
.fix-side-bar + section.inner-banner-sec {
	margin-top: 105px;
}
.header-wrp {
	max-width: 1630px;
	width: 100%;
	padding: 0 15px;
	margin-left: auto;
	margin-right: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/* header menu  */
.menu-area {
	margin-left: auto;
	margin-right: 60px;
}
.main-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}
.main-menu ul li {
	position: relative;
}
.main-menu ul li.mega-dropdown {
	position: unset;
}
.main-menu ul li.mega-dropdown a {
	position: relative;
	padding-right: 15px;
}
.main-menu ul li.mega-dropdown > a::after {
	content: '';
	position: absolute;
	top: 11px;
	right: 0;
	border: 4px solid transparent;
	border-top-color: #FFF;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.main-menu ul li.mega-dropdown::after {
	display: none;
}
.menu-item-has-children {
	padding-right: 15px;
}
.menu-item-has-children::after {
	content: '';
	position: absolute;
	top: 15px;
	right: 0;
	border: 4px solid;
	border-top-color: #FFF;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.menu-item-has-children:hover::after {
	border-top-color: #B49142;
}
.main-menu li a {
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer;
}
.main-menu li a:hover {
	text-decoration: underline;
}
/* Columns menu  */
.main-menu ul li.mega-dropdown > ul {
	max-width: 100%;
	width: 100%;
	top: 64%;
	left: 0;
	right: 0;
	margin: auto;
	columns: 3;
	padding: 100px 0% 100px 30%;
	background: #b49142;
}
/* Drop Down ----- */
.main-menu ul ul {
	position: absolute;
	z-index: 5;
	top: 100%;
	display: block;
	padding: 10px 20px;
	border-radius: 2px;
	max-width: 260px;
	min-width: 200px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}
.main-menu ul li:hover ul {
	opacity: 1;
	visibility: visible;
}
.main-menu ul ul li {
	padding-bottom: 8px;
}
.main-menu ul li.mega-dropdown ul ul {
	position: unset;
	columns: unset;
	top: 0;
	left: 0;
	padding: 10px;
}
.main-menu ul li.mega-dropdown.maga-child > ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.main-menu ul li.mega-dropdown.maga-child > ul li:after {
	display: none;
}
.main-menu ul li.mega-dropdown ul ul {
	padding: 10px 0px;
}
.main-menu ul li.mega-dropdown.maga-child > ul li.bar-bottom > a {
	padding: 0px 0px 11px 0px;
	border-bottom: 1px solid #ffffff2e;
	width: 100%;
}

/* header call book  */
.header-call-wrp a, 
.header-call-wrp button {
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #b49142;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	padding-top: 28px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.header-call-wrp a:hover,
.header-call-wrp button:hover {
	color: #FFF;
}
.header-call-wrp a {
	padding-right: 25px;
	margin-right: 25px;
}
.header-call-wrp a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin-top: auto;
	width: 1px;
	height: 25px;
	background: #707070;
}
.header-call-wrp a::before, 
.header-call-wrp button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 13px;
	height: 13px;
	background: url('images/sp.svg') no-repeat;
}
.header-call-wrp a::before {
	background-position: top 0 left 0;
}
.header-call-wrp button::before {
	background-position: top 0 left -43px;
}
.header-call-wrp p {
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
	margin-top: 8px;
	text-transform: uppercase;
}
/* fix side bar  */
.fix-side-bar {
	position: fixed;
	z-index: 10;
	top: 0;
	right: 0;
	width: 100px;
	min-height: 100vh;
	background: #F5F5F5;
}
.fix-side-bar::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 18px;
	height: 85px;
	background: url('images/sp.svg') no-repeat;
	background-position: top 0 left -308px;
	-webkit-animation: up-down 4000ms;
	animation: up-down 4000ms;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes up-down {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(20%);
		transform: translateY(20%);
	}
}
@keyframes up-down {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(20%);
		transform: translateY(20%);
	}
}
.fix-side-bar::after {
	content: '';
	position: absolute;
	top: 105px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	max-height: 450px;
	height: 100%;
	width: 2px;
	z-index: -1;
	background: url('images/sp.svg') no-repeat;
	background-position: top 0 right 0;
}
.fix-side-wrp {
	position: absolute;
	top: 280px;
	width: 100%;
}
.fix-side-wrp ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}
.fix-side-wrp ul li button {
	width: 32px;
	height: 32px;
	background: url('images/sp.svg') no-repeat;
	display: block;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.fix-side-wrp ul li button:hover {
	-webkit-filter: drop-shadow(0px 0px 14px #B49142) opacity(0.5);
	filter: drop-shadow(0px 0px 14px #B49142) opacity(0.5);
}
.fix-side-wrp ul li .facebook {
	background-position: top -280px left -49px;
}
.fix-side-wrp ul li .insta {
	background-position: top -280px left -109px;
}
.fix-side-wrp p {
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #222;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	top: 355px;
	right: 0;
	left: 0;
}
/* Mobile Bars  */
.mobail-bars {
	position: relative;
	width: 50px;
	height: 45px;
	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;
	margin-left: 80px;
}
/*Single Bar */
.mobail-bars span {
	position: absolute;
	width: 100%;
	height: 4px;
	background: #FFF;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	border-radius: 4px;
}
.mobail-bars span:nth-child(1) {
	-webkit-transform: translateY(-13px);
	-ms-transform: translateY(-13px);
	transform: translateY(-13px);
}
.mobail-bars span:nth-child(2) {
	-webkit-transform: translateY(13px);
	-ms-transform: translateY(13px);
	transform: translateY(13px);
}
/*when click bar */
.mobail-bars.active span:nth-child(1) {
	-webkit-transform: translateY(0px) rotate(45deg);
	-ms-transform: translateY(0px) rotate(45deg);
	transform: translateY(0px) rotate(45deg);
	width: 40px;
}
.mobail-bars.active span:nth-child(2) {
	-webkit-transform: translateY(0px) rotate(-45deg);
	-ms-transform: translateY(0px) rotate(-45deg);
	transform: translateY(0px) rotate(-45deg);
	width: 40px;
}
.mobail-bars.active span:nth-child(3) {
	-webkit-transform: translateX(60px);
	-ms-transform: translateX(60px);
	transform: translateX(60px);
}
/* Banner Section ----------- */
.banner-section {
	position: relative;
	margin-top: 105px;
	overflow: hidden;
}
.banner-section video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-o-object-fit: cover;
	object-fit: cover;
	background: #000;
}
.banner-content ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.banner-content ul li {
	font-weight: normal;
	font-size: 26px;
	letter-spacing: 0.1em;
	color: #fff;
	text-transform: uppercase;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	height: 620px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	border-right: 1px solid rgb(255 255 255 / 50%);
	padding-right: 6px;
}
.banner-content ul li a{
	color: #fff;
    transition: .4s;
    background: #00000038;
    padding: 10px 5px;
}
.banner-btm {
	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;
	margin-top: 70px;
}
.banner-content h1 {
	font-weight: normal;
	font-size: 78px;
	letter-spacing: 0.1em;
	line-height: 70px;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.banner-content h1 span {
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #fff;
	text-transform: uppercase;
}
.banner-btm .defaultBtn {
	border: 6px solid #000;
}
.mute-btn {
	width: 43px;
	height: 38px;
    margin-right: -130px;
    margin-left: 30px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -280px left -171px;
	position: relative;
}
.mute-btn.crose::after {
	content: '';
	position: absolute;
	width: 60px;
	height: 3px;
	background: #F22727;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 15px;
	left: -8px;
}
/* About Section ------------------ */
.about-wrp {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 490px 80px 1fr;
	grid-template-columns: 490px 1fr;
	gap: 80px;
}
/* left   */
.about-left > div{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.about-left h2 {
	margin-top: 50px;
	margin-bottom: 20px;
	width: 100%;
	margin-left: -79px;
}
.about-left h2::before {
	content: 'About Us';
	left: 62px;
}
.about-left .vertical-head {
	margin-right: 50px;
}
.vertical-head {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-align: center;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.vertical-head span {
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #000;
	text-transform: uppercase;
}
.vertical-head h3 {
	font-weight: normal;
	font-size: 24px;
	letter-spacing: 0.1em;
	color: rgb(0, 0, 0);
	text-transform: uppercase;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid rgba(34, 34, 34, 0.5);
}
.about-left p {
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 30px;
	color: #373737;
}
/* right  */
.about-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.about-right > div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 50%;
}
.about-video {
	background: #222222;
	padding: 145px 40px 40px 40px;
}
.about-video span {
	font-weight: normal;
	font-size: 48px;
	text-align: center;
	line-height: 61px;
	color: #fff;
	display: block;
	margin-bottom: 90px;
}
.about-video > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}
.about-video > div button {
	min-width: 65px;
	height: 65px;
	background: #FFF url('images/sp.svg') no-repeat;
	background-position: top -262px left 26px;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.about-video > div button:hover {
	background-color: #B49142;
}
.about-video > div button::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin-top: auto;
	margin-bottom: auto;
	width: 1px;
	height: calc(100% + 70px);
	background: #FFF;
}
.about-video > div p {
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}
.about-qute {
	background: url('images/AboutRight.jpg') no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
}
.about-qute > div {
	width: 100%;
	padding: 20px 60px;
	text-align: center;
	background: rgb(34 34 34 / 55%);
}
.about-qute .title {
	font-weight: normal;
	font-size: 29px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	display: block;
	margin-bottom: 10px;
	padding-top: 42px;
	position: relative;
}
.about-qute .title::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 38px;
	height: 29px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -142px left -325px;
}
.about-qute p {
	font-weight: normal;
	font-size: 23px;
	letter-spacing: 0.1em;
	line-height: 30px;
	color: #fff;
}
.about-qute p span {
	font-size: 12px;
	letter-spacing: 0.1em;
	display: block;
}
/* Our Service Section -------- */
.service-head h2::before {
	content: 'Our Services';
}
/* service tab nav  */
.service-tab-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 50px 0;
}
.service-tab-nav ul li {
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	color: #222;
	cursor: pointer;
	min-width: 290px;
	padding-top: 75px;
	border-right: 1px solid #868686;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.service-tab-nav ul li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 40px;
	height: 35px;
	background: url('images/sp.svg') no-repeat;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.service-tab-nav ul .cosmetic::before {
	background-position: top -202px left 0;
}
.service-tab-nav ul .dental::before {
	background-position: top -202px left -63px;
}
.service-tab-nav ul .invisa::before {
	background-position: top -202px left -127px;
	width: 49px;
}
.service-tab-nav ul .perio::before {
	background-position: top -202px left -200px;
}
.service-tab-nav ul li.active,
.service-tab-nav ul li:hover {
	color: #B49142;
}
.service-tab-nav ul li:hover::before {
	-webkit-filter: opacity(0.4);
	filter: opacity(0.4);
}
/* service tab body  */
.service-tab-body {
	background-repeat: no-repeat;
	background-size: cover;
}
.service-con-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}
.service-tab-body .vertical-head {
	padding: 65px 0;
}
.service-tab-body .vertical-head span {
	letter-spacing: 0.6em;
}
.service-tab-body .vertical-head h3 {
	padding: 80px 0;
	font-weight: bold;
	letter-spacing: 0.4em;
	white-space: nowrap;
}
.service-tab-wrp {
	margin-left: auto;
	margin-right: 100px;
	-ms-flex-item-align: self-end;
	-ms-grid-row-align: self-end;
	align-self: self-end;
}
.service-tab-con {
	max-width: 710px;
	width: 100%;
	background: #fff;
	padding: 40px 40px 40px 70px;
}
.service-tab-con h2 {
	font-size: 52px;
	margin-bottom: 50px;
}
.service-tab-con h2::before {
	content: 'Dentistry';
	width: 100%;
	left: unset;
	right: -59px;
	font-size: 116px;
}
.service-tab-con p {
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 30px;
	color: #373737;
	margin-bottom: 55px;
}
/* Brand Logo Section  */
.brand-sec .container-x {
	overflow-x: scroll;
}
.brand-sec img {
	min-width: -webkit-max-content;
	min-width: -moz-max-content;
	min-width: max-content;
	padding-bottom: 40px;
	filter: grayscale(1);
}
/* ===== Scrollbar CSS ===== */
.brand-sec .container-x {
	scrollbar-width: thin;
	scrollbar-color: #000000 #ffffff;
}
/* Chrome, Edge, and Safari */
.brand-sec .container-x::-webkit-scrollbar {
	width: 6px;
	height: 5px;
}
.brand-sec .container-x::-webkit-scrollbar-track {
	background: #ccc;
	height: 10px;
}
.brand-sec .container-x::-webkit-scrollbar-thumb {
	background-color: #000000;
	border-radius: 0px;
	border: 0px none #000222;
}
.publication-sec .heading::before {
	content: 'Publications';
}
/* Publication Section  */
.publication-sec {
	text-align: center;
}
.public-wrp {
	margin: 100px 0 70px 0;
	padding-bottom: 70px;
	position: relative;
	z-index: 2;
}
.public-wrp::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60%;
	background: #000;
	z-index: -1;
}
.publication-wrp {
	gap: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.publication-wrp > div {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
}


/* Testimonial Section  */
.testimonial-sec .heading {
	margin-bottom: 70px;
}
.testimonial-sec .heading::before {
	content: 'TESTIMONIALS';
}
.testimoni-wrp >[class*='col-'] {
	padding: 0;
}
/* testimonial left  */
.testimonial-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 60px;
	background: url('images/tesLeft.jpg') no-repeat;
	padding: 115px 50px;
}
.testimonial-left .vertical-head span, .testimonial-left .vertical-head h3 {
	color: #FFF;
	border-color: rgb(255 255 255 / 50%);
	padding-bottom: 78px;
}
.testi-left-caro {
	max-width: 440px;
	width: 100%;
	padding-bottom: 20px;
}
.testi-left-caro > div h3, .testi-left-caro > div span.google-review {
	display: block;
	font-weight: normal;
	font-size: 32px;
	letter-spacing: 0.1em;
	color: #fff;
	margin: 15px 0 40px 0;
}
.testi-left-caro > div p {
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 30px;
	color: #fff;
	margin-bottom: 20px;
}
.testi-left-caro > div .name {
	display: block;
	font-weight: normal;
	font-size: 22px;
	letter-spacing: 0.1em;
	line-height: 40px;
	color: #fff;
}
.star {
	color: #B49142;
	font-size: 26px;
	line-height: 0;
}
.testi-left-caro .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
	position: absolute;
	bottom: -35px;
}
.testi-left-caro .slick-dots li button {
	width: 20px;
	height: 20px;
	background: rgb(255 255 255 / 25%);
	font-size: 0;
	display: block;
	border-radius: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.testi-left-caro .slick-dots li.slick-active button {
	background: transparent;
	border: 4px solid #FFF;
}
/* testimonial right  */
.tesitimonial-right, 
.tesitimonial-right .slick-list,
.tesitimonial-right .slick-track {
	height: 100%;
}
.tesitimonial-right .item {
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: relative;
	filter: grayscale(1);
}
.tesitimonial-right .item button {
	width: 150px;
	height: 150px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -359px left -174px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	position: absolute;
	inset: 0;
	margin: 430px auto 0px auto;
	bottom: 0;
}
.tesitimonial-right .item button:hover {
	-webkit-filter: opacity(0.6);
	filter: opacity(0.6);
}
/* arrows  */
.tesitimonial-right .slick-prev.slick-arrow, 
.tesitimonial-right .slick-next.slick-arrow {
	position: absolute;
	bottom: 0;
	left: 100%;
	width: 117px;
	height: 117px;
	background: #000;
	font-size: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.tesitimonial-right .slick-prev.slick-arrow:hover, 
.tesitimonial-right .slick-next.slick-arrow:hover {
	background: #B49142;
}
.tesitimonial-right .slick-next.slick-arrow {
	bottom: 130px;
}
.tesitimonial-right .slick-prev.slick-arrow::after, 
.tesitimonial-right .slick-next.slick-arrow::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 14px;
	inset: 0;
	margin: auto;
	background: url('images/sp.svg') no-repeat;
	background-position: top -44px left 0;
}
.tesitimonial-right .slick-next.slick-arrow::after {
	background-position: top -44px left -31px;
}
.testimoni-wrp .defaultBtn {
	margin-top: 85px;
}
/* Dr Weiner Section  */
.dr-weiner-sec {
	position: relative;
}
.dr-weiner-sec .row >[class*='col-'] {
	padding: 0;
}
.dr-weiner-sec .video-btn {
	width: 150px;
	height: 150px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -359px left -174px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	position: absolute;
	margin: auto;
	top: 342px;
	right: -75px;
	z-index: 1;
}
.dr-weiner-sec .video-btn:hover {
	-webkit-filter: drop-shadow(0px 0px 106px #B49142);
	filter: drop-shadow(0px 0px 106px #B49142);
}
.weniner-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 160px;
	background: #222222;
}
.weniner-left .vertical-head {
	margin-right: 70px;
	padding: 90px 0;
}
.weniner-left .vertical-head span, 
.weniner-left .vertical-head h3 {
	color: #FFF;
	letter-spacing: 0.1em;
	border-color: rgb(255 255 255 / 50%);
}
.weniner-left img {
	display: block;
	height: 100%;
}
/* right  */
.weniner-rihgt {
	background: #F5F5F5;
	padding: 50px 80px 80px 130px;
}
.weniner-rihgt h2 {
	line-height: normal;
	margin-bottom: 30px;
}
.weniner-rihgt h2::before {
	content: 'Weiner';
	width: 100%;
	text-align: right;
}
.weniner-rihgt h2 span {
	font-size: 13px;
	letter-spacing: 0.1em;
	color: #000;
	display: block;
	text-transform: uppercase;
}
.weniner-rihgt p {
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 32px;
	color: #373737;
	margin-bottom: 30px;
}
.weniner-rihgt p a {
	color: #373737;
	text-decoration: underline;
}
.weniner-rihgt p a:hover {
	text-decoration: none;
}
.weniner-rihgt h3 {
	font-weight: normal;
	font-size: 30px;
	letter-spacing: 0.1em;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 20px;
}
/* Virtual Section  */
.virtual-wrp {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 660px 1fr;
	grid-template-columns: 1fr 660px 1fr;
}
/* left  */
.virtual-left {
	background: url('images/beauty.jpg') no-repeat;
}
/* middle  */
.virtual-middle {
	padding: 140px 95px 95px;
	background: #F5F5F5;
}
.virtual-middle h2 {
	font-size: 70px;
	margin-bottom: 60px;
}
.virtual-middle h2::before {
	content: 'Virtual';
	top: -75px;
	left: 67px;
}
.virtual-middle h3 {
	font-weight: normal;
	font-size: 21px;
	letter-spacing: 0.1em;
	color: #373737;
	margin-bottom: 20px;
}
.virtual-middle h3 strong, 
.virtual-middle h3 b {
	font-size: 24px;
}
.virtual-middle p {
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 30px;
	color: #373737;
}
.virtual-middle p a {
	color: #373737;
	text-decoration: underline;
}
.virtual-middle p a:hover {
	text-decoration: none;
}
/* right  */
.virtual-right {
	padding: 70px 50px 20px 70px;
}
.virtual-right ul li {
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 31px;
	color: #373737;
	padding: 35px 70px 35px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 55px;
	border-bottom: 1px solid #CBCBCB;
}
.virtual-right ul li:last-child {
	border-bottom: 0;
}
.virtual-right ul li span {
	font-weight: normal;
	font-size: 102px;
	color: #222;
	opacity: 0.08;
	text-align: center;
	min-width: 55px;
}
.virtual-right a {
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
	background: #222222;
	padding: 30px 70px 30px 35px;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin-left: 57px;
	margin-top: 20px;
}
.virtual-right a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	margin: auto;
	width: 24px;
	height: 15px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -44px left -163px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.virtual-right a:hover {
	background: #B49142;
}
/* Office Tour Section   */
.office-tour-sec h2::before {
	content: 'Office Tour';
}
.office-wrp {
	margin: 80px 0 60px 0;
	padding-right: 160px;
}
.office-wrp .slick-list {
	margin: 0 -16px;
}
.single-office {
	margin: 0 16px;
}
.single-office a {
	display: block;
	position: relative;
	z-index: 2;
}
.single-office a::before {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	inset: 0;
	margin: auto;
	background: url('images/sp.svg') no-repeat;
	background-position: top -201px left -266px;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: 1;
}
.single-office a:hover::before {
	opacity: 1;
}
.single-office a::after {
	content: '';
	position: absolute;
	inset: 0;
	margin: auto;
	width: 0;
	height: 0;
	background: rgb(34 34 34 / 53%);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.single-office a:hover::after {
	width: 100%;
	height: 100%;
}
.single-office img {
	display: block;
	width: 100%;
	height: 285px;
}
/* arrows  */
.office-wrp .slick-prev.slick-arrow, 
.office-wrp .slick-next.slick-arrow {
	font-size: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 130px;
	height: 130px;
	background: #000;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.office-wrp .slick-prev.slick-arrow {
	top: 0;
}
.office-wrp .slick-prev.slick-arrow::after, 
.office-wrp .slick-next.slick-arrow::after {
	content: '';
	position: absolute;
	width: 26px;
	height: 22px;
	inset: 0;
	margin: auto;
	background: url('images/sp.svg') no-repeat;
	background-position: top -41px left -256px;
}
.office-wrp .slick-next.slick-arrow::after {
	background-position: top -41px left -213px;
}
.office-wrp .slick-prev.slick-arrow:hover, 
.office-wrp .slick-next.slick-arrow:hover {
	background: #B49142;
}
.office-btn .video-btn {
	width: 210px;
	height: 210px;
	background: url("images/office/btn.svg") no-repeat;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.office-btn .video-btn:hover {
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
}
/* Comprehensive accordion  */
.compress-sec h2 span {
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #000;
	display: block;
	text-transform: uppercase;
}
.compress-sec h2::before {
	content: 'Comprehensive Dental Care';
	top: 33px;
	font-size: 103px;
}
/* accordion compress */
.compress {
	margin-top: 10px;
	background: #fff;
	-webkit-box-shadow: 0px 40px 99px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 40px 99px rgba(0, 0, 0, 0.04);
	padding: 100px;
}
.compress .accordion-title {
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 0.1em;
	color: #000;
	text-transform: uppercase;
	cursor: pointer;
	padding: 60px 0;
	border-bottom: 1px solid rgb(112 112 112 / 31%);
	position: relative;
}
/*Accordion Arrow down ---------*/
.compress .accordion-title::before {
	content: '+';
	position: absolute;
	right: 0;
	top: 39px;
	bottom: 0;
	margin: auto;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	font-size: 41px;
	font-weight: normal;
	color: #707070;
}
.compress .accordion-title.active::before {
	content: '-';
}
.compress .accordion-body {
	margin-top: 50px;
	display: none;
}
.compress .accordion-body p,
.compress .accordion-body ul li,
.compress .accordion-body ul li a {
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 32px;
	color: #373737;
}
.compress .accordion-body p,
.compress .accordion-body ul {
	margin-bottom: 20px;
}
ul.two-col {
	-webkit-columns: 300px 2;
	-moz-columns: 300px 2;
	columns: 300px 2;
	gap: 20px;
}
.compress .accordion-body ul li {
	list-style: disc;
	margin-left: 30px;
}
.compress .accordion-body ul li a {
	text-decoration: underline;
}
.compress .accordion-body ul li a:hover {
	text-decoration: none;
}
/* Advanced Section  */
.advanced-wrp {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.advanced-wrp h2::before{
	content: 'Advanced';
}
.advanced-wrp h3 {
	font-weight: normal;
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 36px;
	color: #000;
	text-transform: uppercase;
	margin: 10px 0 60px;
}
.advanced-wrp p {
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 38px;
	color: #373737;
}
/* machine gallery  */
.machine-gallery {
	display: none;
}
.all-mc {
	display: block;
}
.machine-img img {
	display: block;
}
/* book appointment  */
.book-appoin-sec {
	background: #000000;
	padding: 120px 0;
	position: relative;
	z-index: 6;
}
.book-appoin-wrp {
	margin-left: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0 50px;
}
.book-appoin-wrp h2, .book-appoin-wrp span.book-title {
	display: block;
	font-weight: normal;
	font-size: 53px;
	line-height: 68px;
	color: #fff;
	width: 100%;
	position: relative;
	padding-top: 20px;
	padding-left: 20px;
	margin-bottom: 60px;
}
.book-appoin-wrp h2::before, .book-appoin-wrp span.book-title::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	height: 100%;
	background: url('images/sp.svg') no-repeat;
	background-position: top -358px left 0;
}
.book-appoin-wrp .left {
	width: 270px;
}
.book-appoin-wrp .left ul li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 50px;
}
.book-appoin-wrp .left ul li:last-child {
	margin-bottom: 0;
}
.book-appoin-wrp .left ul li::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 25px;
	height: 25px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -90px left 0;
}
.book-appoin-wrp .left ul .email::before {
	background-position: top -90px left -48px;
}
.book-appoin-wrp .left ul .address::before {
	background-position: top -90px left -96px;
}
.book-appoin-wrp .left ul li,
.book-appoin-wrp .left ul li a,
.book-appoin-wrp .left ul li p {
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 0.2em;
	line-height: 30px;
	color: #fff;
}
.book-appoin-wrp .left ul li a:hover {
	color: #B49142;
}
.book-appoin-wrp .left ul li a,
.book-appoin-wrp .left ul li p {
	margin-top: 15px;
}
.book-appoin-wrp .left ul .email a, .book-appoin-wrp .left ul li p {
	letter-spacing: 0;
}
/* right  */
.book-appoin-wrp .right {
	text-align: right;
}
.book-appoin-wrp .right .form-checkbox {
	max-width: 700px;
}
.book-appoin-wrp .right .form-checkbox:not(.contact) label, .book-appoin-wrp .right .form-checkbox:not(.contact) label a {
	color: #fff;
}
.book-appoin-wrp .right .form-checkbox label a {
	text-decoration: underline;
}
.book-appoin-wrp .right .form-checkbox label a:hover {
	text-decoration: none;
}
.book-appoin-wrp .input-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
}
.book-appoin-wrp .input-group input, 
.book-appoin-wrp form textarea {
	width: 100%;
	border: 0;
	outline: 0;
	background: #FFF;
	padding: 15px 15px 15px 25px;
	font-family: "Glacial Indifference";
	font-weight: normal;
	font-size: 19px;
	line-height: 40px;
	color: rgb(34 34 34 / 75%);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.book-appoin-wrp .input-group input:focus, .book-appoin-wrp form textarea:focus {
	background: rgb(255 255 255 / 90%);
}
.book-appoin-wrp form textarea {
	width: 100%;
	border: 0;
	outline: none;
	resize: none;
	height: 175px;
}
.book-appoin-wrp form button {
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.12em;
	line-height: 16.1px;
	color: #000;
	background: #FFF;
	padding: 15px 70px 15px 30px;
	margin-top: 30px;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.book-appoin-wrp form button::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 35px;
	width: 20px;
	height: 15px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -44px left -73px;
}
.book-appoin-wrp form button:hover {
	background: rgb(255 255 255 / 90%);
}
p.contact__msg.success.error {
	color: #fff;
}
p.contact__msg.black.success.error {
	color: #000;
}
.form-checkbox {
    text-align: left;
    margin-top: 15px;
}
.form-checkbox label {
	margin-left: 10px;
}
/* Footer Section ---------- */
.main-footer {
	padding: 40px 0 50px 0;
	background: #222222;
	position: relative;
	z-index: 6;
}
.f-logo {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #575757;
}
.footer-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
/* left  */
.footer-left p,
.footer-left a {
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 30px;
	color: #f5f5f5;
}
.f-str {
	margin-top: 20px;
}
.footer-left a:hover span {
	text-decoration: underline;
}
.footer-left p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}
.footer-left p .star {
	font-size: 20px;
	color: #FFB100;
	margin-left: 50px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.footer-left p .star span {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: normal;
	color: #f5f5f5;
}
.footer-left ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	margin-top: 30px;
}
.footer-left ul li button {
	width: 40px;
	height: 40px;
	display: block;
	background: url('images/sp.svg') no-repeat;
	background-position: top -280px left -239px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.footer-left ul li:nth-child(2) button {
	background-position: top -280px left -306px;
}
.footer-left ul li:nth-child(3) button {
	background-image: url(images/youtube-icon.png);
    background-position: center;
    background-size: 26px;
    background-color: #ffffff;
    border-radius: 50%;
}
.footer-left ul li button:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
/* right  */
.footer-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 130px;
}
.footer-right ul li {
	color: #fff;
}
.footer-right p {
    margin-bottom: 5px;
	color: #fff;
}
.footer-right ul li a {
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 30px;
	color: #fff;
}
.footer-right ul li a:hover {
	text-decoration: underline;
}
/* Inner Page ---------- */
/* on page scroll bar  */
.on-this-page-area.show {
	margin-top: 104px;
	position: sticky;
	top: 104px;
	width: 100%;
	left: 0;
	z-index: 8;
	background: #222222;
}
.on-this-page-top.container-s {
	max-width: 962px;
	width: 100%;
	margin: auto;
}
.on-this-page-topcon p {
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	padding: 12px;
	cursor: pointer;
	position: relative;
	display: inline-block;
}
.on-this-page-topcon p::after {
	content: '+';
	position: absolute;
	top: 10px;
	right: -20px;
}
.on-this-page-content {
	display: none;
}
.on-this-page-content-wraper ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 15px 15px 15px;
}
.on-this-page-content-wraper ul li a {
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	position: relative;
	padding: 3px 5px 3px 17px;
	background: #494747;
}
.on-this-page-content-wraper ul li a:before {
	content: "";
	position: absolute;
	background: #b47f1c;
	width: 7px;
	height: 7px;
	top: 9px;
	left: 5px;
	border-radius: 100px;
}
.on-this-page-content-wraper ul li a:hover, .on-this-page-content-wraper ul li a.active {
	color: #B49142;
}
.progress-area {
	position: absolute;
	top: 0;
	width: 100%;
}
.progress {
	width: 0;
	height: 3px;
	background: #B49142;
}
/* Cosmetic dentistry banner  */
.cosmetic-dentis-sec {
	padding: 60px 0 200px 0;
	position: relative;
	z-index: 6;
	background: url('images/inner/cosmeticBg.jpg') no-repeat;
	background-position: right;
	background-size: 55%;
	filter: grayscale(1);
}
.cosmetic-dentis-sec::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	background: #000000;
	z-index: -1;
}
img.size-medium, img.alignright, img.alignleft, img.alignnone{
	width: 100%;
	height: auto;
}
img.alignright {
	width: auto;
    float: right;
    margin: 0 0 30px 30px;
}
.cosmetic-inner-bnr {
	padding-left: 90px;
	padding-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.cosmetic-inner-bnr .rotate {
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.8em;
	line-height: 39px;
	color: #fff;
	text-transform: uppercase;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	padding-top: 38px;
}
.cosmetic-inner-bnr > div {
	padding: 90px 0 0 70px;
	position: relative;
	width: 46%;
}
.cosmetic-inner-bnr h1 {
	font-weight: normal;
	font-size: 50px;
	line-height: 60px;
	color: #fff;
	z-index: 1;
	width: 100%;
}
.cosmetic-inner-bnr > div::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 270px;
	height: 100%;
	background: url('images/inner/cosmetick-after.png') no-repeat;
	background-position: top left;
	z-index: -1;
}
.bottom-breadcrumb {
	display: block;
	margin: 50px auto;
	text-align: center;
	max-width: 800px;
}
#breadcrumbs {
	margin-top: 20px;
	text-shadow: 0px 0px 20px rgb(50 50 50 / 5%);
}
#breadcrumbs a, #breadcrumbs span {
	font-weight: normal;
	font-size: 14px;
	color: #000;
	opacity: 0.82;
	text-align: center;
}
/* cosmetick inner  */
.main-inner.cosmetic {
	background: #FFF;
	padding: 70px;
	max-width: 870px;
	margin-top: -50px;
	position: relative;
	z-index: 6;
	box-shadow: 0 0 100px 10px #00000012;
}
/* main inner content -------------- */
.main-inner {
	max-width: 830px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.main-inner h2 {
	font-weight: bold;
	font-size: 53px;
	line-height: 68px;
	color: #000;
	padding-top: 35px;
	padding-left: 25px;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
	margin-top: 60px;
}
.main-inner h2 a {
	color: #000;
}
.main-inner h2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('images/inner/h2before.png') no-repeat;
	background-position: top left;
	z-index: -1;
}
.main-inner h3 {
	font-weight: normal;
	font-size: 38px;
	line-height: 1.2;
	color: #000;
	margin-bottom: 30px;
}
.main-inner h4 {    
	font-weight: normal;
	font-size: 38px;
	line-height: 1.2;
	color: #000;
	margin-bottom: 35px;
}
.main-inner h5 {
	font-weight: normal;
	font-size: 32px;
	line-height: 1.2;
	color: #000;
	margin-bottom: 30px;
}
.main-inner h6 {
	font-weight: normal;
	font-size: 28px;
	line-height: 1.2;
	color: #000;
	margin-bottom: 25px;
}
.main-inner p,
.main-inner ul li,
.main-inner ol li{
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 30px;
	color: #373737;
}
.main-inner ul, .main-inner ol {
	margin-left: 40px;
}
.main-inner ul li::marker, .main-inner ol li::marker {
	color: #b49142;
}
.main-inner ul li {
	list-style: disc;
}
.main-inner ul li a, .main-inner ol li a, .main-inner p a {
	font-weight: inherit;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 30px;
	color: #6f6f6f;
	position: relative;
}
.main-inner ul li a:hover, .main-inner ol li a:hover, .main-inner p a:hover {
	color: #b49142;	
}
.main-inner ul li a::after, .main-inner ol li a::after, .main-inner p a::after,
.main-inner ul li a::before, .main-inner ol li a::before, .main-inner p a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.main-inner ul li a::after, .main-inner ol li a::after, .main-inner p a::after {
	width: 100%;
	background: rgb(112 112 112 / 21%);
}
.main-inner ul li a:hover::before, .main-inner ol li a:hover::before, .main-inner p a:hover::before {
	width: 100%;
	background: #222222;
}
/* margin  */
.main-inner p, .main-inner img, .main-inner ul, .main-inner ol {
	margin-bottom: 20px;
	margin-top: 20px;
}
/* two col  */
.two-col {
	-webkit-columns: 300px 2;
	-moz-columns: 300px 2;
	columns: 300px 2;
	gap: 40px;
	margin-bottom: 60px;
}
.main-inner .two-col p {
	color: #373737;
}
.main-inner .two-col p {
	margin: 0px;
}
.main-inner .inner-book-app {
	background: #000000;
	padding: 120px 20px 50px 20px;
	text-align: right;
	position: relative;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid-column;
	color: #888;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0px;
	font-size: 12px;
	text-transform: uppercase;
	margin: 20px 0px;
}
.main-inner .inner-book-app br {
	display: none;
}
.main-inner .inner-book-app::before {
	content: '';
	position: absolute;
	top: 50px;
	right: 20px;
	width: 60px;
	height: 60px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -280px left -372px;
}
.main-inner .inner-book-app a,
.main-inner .inner-book-app button {
	font-weight: bold;
	font-size: 21px;
	letter-spacing: 0.2em;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 10px;
	position: relative;
	padding-left: 30px;
}
.main-inner .inner-book-app p {
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	line-height: 1.5;
	opacity: 0.52;
	text-transform: uppercase;
	margin-bottom: 0;
}
.main-inner .inner-book-app a:hover,
.main-inner .inner-book-app button:hover {
	color: #B49142;
}
.main-inner .inner-book-app a::before,
.main-inner .inner-book-app button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: url('images/sp.svg') no-repeat;
}
.main-inner .inner-book-app a::before {
	top: 9px;
}
.main-inner .inner-book-app button::before {
	background-position: top 0 left -43px;
	top: 5px;
}
/* inner google Reviews  */
.fullWidthIn {
	position: relative;
	z-index: 3;
}
.inner-google-review {
	padding: 100px 0;
	background: url('images/inner/inGoogleBg.jpg') no-repeat;
	background-size: cover;
	margin: 100px 0;
}
.in-gol-review-wrp {
	max-width: 1080px;
	width: 100%;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 60px;
}
.in-gol-review-wrp .vertical-head span, 
.in-gol-review-wrp .vertical-head h3 {
	color: #FFF;
	border-color: rgb(255 255 255 / 50%);
}
.in-gol-review-wrp .vertical-head h3 {
	font-size: 24px;
}
.in-gol-re-caro {
	max-width: 940px;
	width: 100%;
}
.in-gol-re-caro .slick-list {
	margin: 0 -27px;
}
.in-sin-review {
	margin: 0 27px;
}
.main-inner .in-sin-review h3 {
	font-weight: normal;
	font-size: 32px;
	color: #fff;
	margin: 10px 0 30px;
}
.main-inner .in-sin-review p {
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 30px;
	color: #fff;
}
.in-sin-review .name {
	font-weight: normal;
	font-size: 22px;
	line-height: 40px;
	color: #fff;
}
/* dots  */
.in-gol-re-caro .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
	margin: 0;
	margin-top: 70px;
}
.main-inner .slick-dots li {
	list-style: none;
}
.in-gol-re-caro .slick-dots li button {
	width: 20px;
	height: 20px;
	background: rgb(255 255 255 / 25%);
	font-size: 0;
	display: block;
	border-radius: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.in-gol-re-caro .slick-dots li.slick-active button {
	background: transparent;
	border: 4px solid #FFF;
}
/* inner accordion  */
.inner-accordion {
	background: #F8F8F8 url('images/inner/innerAccordionBg.png') no-repeat;
	background-position: top right;
	padding: 100px 0;
	margin: 100px 0;
}
.iner-acco-wrp {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
.main-inner .inner-accordion .single-accordion h2::before, .main-inner .inner-accordion .single-accordion h3::before {
	display: none;
}
.main-inner .inner-accordion .single-accordion .accordion-title {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 30px;
	color: #000;
	text-transform: uppercase;
	cursor: pointer;
	padding: 30px 0;
	padding-right: 40px;
	margin-bottom: 0px;
	margin-top: 0;
	border-bottom: 1px solid rgb(71 66 66 / 31%);
	position: relative;
}
.inner-accordion .accordion-title::after {
	content: '+';
	position: absolute;
	top: 25px;
	right: 0;
	font-size: 38px;
	color: #000000;
	font-weight: 100;
}
.inner-accordion .accordion-title.active::after {
	content: '-';
	font-size: 38px;
	line-height: .01;
	top: 55px;
}
.main-inner .inner-accordion .accordion-body {
	margin-top: 40px;
	display: none;
	border-bottom: 1px solid rgb(71 66 66 / 31%);
}
.main-inner .inner-accordion .accordion-body p,
.main-inner .inner-accordion .accordion-body ul,
.main-inner .inner-accordion .accordion-body ol,
.main-inner .inner-accordion .accordion-body img {
	margin-bottom: 30px;
}
/* inner side bar  */
.sidebar-gallery {
	background: url('images/inner/sideLeftBg.jpg') no-repeat;
	background-size: cover;
	text-align: center;
	left: calc((100vw - 467px) / 2 - 560px);
}
.sidebar-gallery button {
	margin-top: 365px;
	padding: 60px 0 30px 0;
	font-weight: normal;
	font-size: 52px;
	color: #fff;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.sidebar-gallery button:hover {
	color: #B49142;
}
.sidebar-gallery button::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -201px left -342px;
}
/* right  */
.sidebar-gallery, .single-bar-right {
	width: 300px;
	position: fixed;
	top: 156px;
	z-index: 1;
}
.single-bar-right {
	background: #000000;
	text-align: center;
	padding: 80px 15px 38px 15px;
	margin-bottom: 1px;
	right: calc((100vw - 445px) / 2 - 470px);
}
.single-bar-right.one {
	background-image: url('images/inner/sideDentisBg.png');
}
.single-bar-right.two {
	top: 339px;
	background-image: url('images/inner/sideCallBg.png');
}
.single-bar-right.three {
	top: 522px;
	background-image: url('images/inner/sideBookBg.png');
}
.single-bar-right a, .single-bar-right button {
	font-weight: normal;
	font-size: 20px;
	line-height: 50px;
	color: #fff;
	position: relative;
}
.single-bar-right a:hover, 
.single-bar-right button:hover {
	color: #B49142ed;
}
.single-bar-right a::before, 
.single-bar-right button::before {
	content: '';
	position: absolute;
	top: -35px;
	left: 0;
	right: 0;
	margin: auto;
	width: 34px;
	height: 32px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -142px left 0;
}
.single-bar-right.two a::before {
	background-position: top -142px left -57px;
}
.single-bar-right.three button::before {
	background-position: top -142px left -113px;
}
/* Doctor Page ------------ */
/* inner banner  */
.inner-banner-contetn {
	text-align: center;
	padding: 60px 0;
}
.inner-banner-contetn h1 {
	font-weight: normal;
	font-size: 50px;
	line-height: 75px;
	color: #000;
	margin-bottom: 10px;
}
.inner-banner-contetn #breadcrumbs span,
.inner-banner-contetn #breadcrumbs a {
	font-weight: 300;
	font-size: 16px;
	color: #222222;
	opacity: 1 !important;
}
.inner-banner-contetn #breadcrumbs a:hover {
	color: #B49142;
}
/* doctor image  */
.dr-content {
	background: #FFF;
}
.dr-img {
	text-align: center;
	position: relative;
	background: #101010 url('images/inner/doctorBanrAfterBg.png') no-repeat;
	background-position: top left;
}
.dr-img::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url('images/inner/doctorAterBg.png') no-repeat;
	background-position: bottom center;
}
.dr-img img {
	max-width: 500px;
	padding-top: 40px;
	display: block;
	margin: auto;
}
.main-inner .dr-info {
	text-align: center;
}
.main-inner .dr-info h3 {
	font-weight: normal;
	font-size: 52px;
	line-height: normal;
	color: #000;
	margin-bottom: 30px;
}
.main-inner .dr-info h3 span {
	font-weight: normal;
	font-size: 21px;
	line-height: 35px;
	color: #000;
	display: block;
	text-transform: uppercase;
}
.main-inner .dr-info .office-btn button {
	width: 150px;
	height: 150px;
	background-size: contain;
	margin-bottom: 70px;
}
/* Awards  */
.awards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 80px 0;
}
.awards > div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 50%;
}
.main-inner .awards .left img {
	width: 100%;
	height: 100%;
	margin: 0px;
}
/* right  */
.awards .right {
	background: #222222;
	padding: 130px 100px;
}
.awards .right h3 {
	font-weight: normal;
	font-size: 65px;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 50px;
}
.awards .right p {
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 30px;
	color: #fff;
}
.awards .right ul  {
	margin: 0;
}
.awards .right ul li {
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 30px;
	color: #fff;
	margin-bottom: 5px;
}
/* World Page ------ */
.fullWidthIn.z-index {
	z-index: 1;
}
.client-feedback {
	max-width: 1140px;
	width: 100%;
	margin: auto;
	margin-bottom: 100px;
}
.single-feedback {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 40px;
}
.single-feedback:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.single-feedback:nth-child(even) .right {
	text-align: right;
}
.single-feedback > div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: calc(50% - 20px);
}
/* left  */
.main-inner .single-feedback .left img {
	margin-bottom: 0;
}
/* right  */
.single-feedback .right {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 0;
}
.single-feedback .right::before {
	content: '';
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('images/inner/feedbackAfter.png') no-repeat;
	background-position: top center;
	z-index: -1;
}
.single-feedback span {
	font-weight: normal;
	font-size: 48px;
	line-height: 1.2;
	color: #000;
	display: block;
	margin-bottom: 25px;
}
.main-inner .single-feedback p {
	font-size: 18px;
	line-height: 28px;
}
/* pagination  */
.pagi-wd {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	margin-top: 60px;
}
.nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
}
.page-numbers {
	width: 41px;
	height: 41px;
	background: #f6f6f6;
	padding: 5px;
	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;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 30px;
	color: rgb(55 55 55 / 75%);
	text-align: center;
}
.page-numbers:hover {
	background: #EBEBEB;
}
.page-numbers.current {
	background: #EBEBEB;
	font-weight: 600;
}
.prev.page-numbers {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 100px;
	background: #000;
	color: #fff;
}
.next.page-numbers {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 100px;
	background: #000;
	color: #fff;
}
/* About page ---------- */
.about-bottom {
	padding: 0px 50px;
}
.black-wrp {
	max-width: 870px;
	width: 100%;
	margin: 0 auto;
}
.main-inner .black-wrp .black-box {
	background: #000000;
	padding: 65px;
}
.main-inner .black-wrp .black-box h3 {
	font-weight: normal;
	font-size: 48px;
	line-height: 1.2;
	color: #fff;
}
.main-inner .black-wrp .black-box p,
.main-inner .black-wrp .black-box a {
	color: #FFF;
}
.main-inner .black-wrp .black-box a {
	text-decoration: underline;
}
.main-inner .black-wrp .black-box a:hover {
	text-decoration: none;
}
.main-inner .black-wrp .black-box p:last-child {
	margin-bottom: 0;
}
.main-inner .black-wrp p {
	font-size: 18px;
	margin-bottom: 35px;
}
/* Contact us page --------- */
.contact-areaa {
	padding-left: 180px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: url('images/inner/contactBg.png') no-repeat;
	padding-top: 60px;
}
.contact-areaa span {
	font-weight: normal;
	font-size: 79.63px;
	letter-spacing: 0.32em;
	line-height: normal;
	color: #222;
	opacity: 0.1;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	margin-top: -23px;
}
.contact-frm-wrp {
	max-width: 1140px;
	width: 100%;
}
.contact-frm-wrp .book-appoin-wrp .right {
	width: 100%;
}
.contact-frm-wrp .book-appoin-wrp {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-left: 90px;
}
.contact-frm-wrp .book-appoin-wrp .input-group input {
	height: 56px;
}
.contact-frm-wrp .book-appoin-wrp .input-group input, 
.contact-frm-wrp .book-appoin-wrp form textarea {
	background: rgb(50 50 50 / 5%);
	padding: 15px 10px 15px 25px;
	border-radius: 5px;
}
.contact-frm-wrp .book-appoin-wrp .input-group input:focus, 
.contact-frm-wrp .book-appoin-wrp form textarea:focus {
	background: #b4914221;
}
.contact-frm-wrp .book-appoin-wrp .left ul li::before {
	background-position: top -90px left -143px;
}
.contact-frm-wrp .book-appoin-wrp .left ul .email::before {
	background-position: top -90px left -192px;
}
.contact-frm-wrp .book-appoin-wrp .left ul .address::before {
	background-position: top -90px left -241px;
}
.contact-frm-wrp .book-appoin-wrp .left ul li a, 
.contact-frm-wrp .book-appoin-wrp .left ul li, 
.contact-frm-wrp .book-appoin-wrp .left ul li p {
	color: #222222;
}
.contact-frm-wrp .book-appoin-wrp form button {
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.12em;
	color: #fff;
	background: #222;
	-webkit-filter: drop-shadow(0px 15px 34px rgba(0, 0, 0, 0.18));
	filter: drop-shadow(0px 15px 34px rgba(0, 0, 0, 0.18));
	padding-top: 18px;
	padding-bottom: 18px;
	border-radius: 28px;
}
.contact-frm-wrp .book-appoin-wrp form button:hover {
	background-color: #B49142;
}
.contact-frm-wrp .book-appoin-wrp form button::after {
	background-position: top -44px left -31px;
}
.contact-areaa iframe {
	width: 100%;
	max-width: 1430px;
	margin-left: auto;
	height: 590px;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	margin-top: 30px;
}
ul.not-found-page-ul {
	margin-top: 40px;
}
input.search-field {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px 0px;
}
.search-submit, a.read-full-post {
	background: #000;
	border: 0;
	color: #fff;
	padding: 12px;
	cursor: pointer;
	width: 100%;
	max-width: 100px;
	height: 38px;
}
.blog-post-thumb img {
	width: 100%;
	height: auto;
	border: 1px solid #dadada;
}
.single-blog-post {
	margin-bottom: 80px;
}
.main-inner ul.tab-nav li::marker{
	display: none;
}
.entry-content {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 auto;
}
.entry-content div {
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	flex-direction: column;
	width: 33%;
}
.entry-content div a {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	color: #000;
}
.pres-left.press-cnt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 100px;
	margin-bottom: 50px;
	position: relative;
	padding: 0 0 50px 0;
}
.pres-left.press-cnt:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: 0;
}
.pres-left.press-cnt img {
	width: 100%;
	min-width: 136px;
}
.pres-left.press-cnt .content p:first-child {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.pres-left.press-cnt .content p:nth-child(2) {
	color: #999;
}
.pres-left.press-cnt .content p a {
	margin-top: 20px;
}
.testimonial-meta.w-3 div span.stars {
	font-size: 50px;
	margin-top: -54px;
	display: block;
	margin-left: 40px;
	color: #ffb61e;
}
.testimonial-meta.w-3 div span {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}
.listItem--item {
	margin: 70px 0px;
	border-bottom: 1px solid;
	padding-bottom: 60px;
}
.testimonial-meta img {
	margin: 0px;
	width: 100%;
	max-width: 120px;
}
p:empty {
	display: none;
}
.thumb-img{
	width: 100%;
	height: auto;
	max-width: 300px;
}
table {
	background: #FFFFFF;
	border: solid 1px #DDDDDD;
	margin-bottom: 1.25rem;
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0;
}
table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
	display: table-cell;
	line-height: 1.125rem;
}
table tr th, table tr td {
	color: #222222;
	font-size: 0.875rem;
	padding: 2px;
	text-align: left;
}
.entry-content.smile-gallery {
	gap: 30px;
	margin: 0 0 30px;
}

.entry-content.smile-gallery div {
	padding: 15px 10px 10px 10px;
}
.entry-content.smile-gallery div img {
	display: block;
	margin: 0 auto 5px;
}
.entry-content.smile-gallery div {
	--s: 190px;
	--b: 5px;
	--g: 2px;
	--c: #b49142;
	width: var(--s);
	aspect-ratio: 1;
	outline: calc(var(--s)/2) solid #00000014;
	outline-offset: calc(var(--s)/-2);
	cursor: pointer;
	transition: .3s;
	padding-top: 30px;
}
.entry-content.smile-gallery div:hover{
	outline: var(--b) solid var(--c);
	outline-offset: var(--g);
}
.wrap-review-image {
	display: flex;
	gap: 5px;
	margin-bottom: 30px;
	flex-wrap: wrap;
	justify-content: center;
}
.wrap-review-image.wrap-review-image img {
	margin: 0;
}
.wrap-review-image a {
	width: 32%;
}
.book-appoin-wrp .left ul li b {
	text-transform: uppercase;
}
.home .bottom-breadcrumb {
	display: none;
}
.side-bar {
	z-index: -999999;
	position: relative;
}
section.complimentary-sec {
	margin: 0 0 120px;
}
.virtual-middle a.defaultBtn.black {
	margin-top: 30px;
	font-size: 18px;
}

.overlay {
	display: none;
	position: fixed;
	z-index: 10;
	background: rgba(0,0,0,.8);
	top: 0;
	width: 100%;
	height: 100%; 
	margin: 0;
}
.big-pic {
	background: white;
	border-radius: 5px;
	width: 700px;
	margin: 100px auto;
	padding: 10px 10px 30px;
	height: auto;
	position: relative;
}
img {
	width: 100%;
	height:auto;
}
.close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 30px;
	font-size: 20px;
	color: #fff;
	display: block;
	cursor: pointer;
	font-family: Arial;
	background: #000;
	text-align: center;
	border-radius: 100px 10px 100px 100px;
}
.single-feedback img {
	cursor: pointer;
}
.dropdown-menu-items {
	position: absolute;
	top: 35px;
	right: 20px;
	width: 12px;
	height: 12px;
	border-left: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.big-pic {
	background: white;
	border-radius: 5px;
	width: 700px;
	margin: 100px auto;
	padding: 10px 10px 30px;
	height: auto;
	position: relative;
}
.table-layout td {
	min-width: 150px;
	padding: 10px;
    vertical-align: top;
}
.copyright a {
    color: #fff;
    text-decoration: underline;
}
.copyright {
    text-align: center;
    margin: 30px 0px 0px;
    color: #d3d3d3;
    font-size: 14px;
    line-height: 1.8;
    border-top: 1px solid #575757;
    padding-top: 30px;
}
.book-appoin-sec .success {
	color: #fff;
}


.linkedin-icon {
	display: flex;
    flex-direction: row;
    gap: 10px;
    margin: 0;
	align-items: center;
}
.linkedin-icon a {
	width: 36px;
    height: 36px;
    margin: 5px 0;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
}
.linkedin-icon a::after {
	content: "" !important;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(images/linkedin-def-icon.png);
}
.linkedin-icon a:hover {
    transform: rotate(5deg);
}
.reviews-slider {
	margin: 40px 0;
}
.reviews-slider .slick-slide {
	padding: 20px;
	margin: 10px;
	box-shadow: 2px 1px 8px #c3c3c3;
	border-radius: 10px;
}
.reviews-slider .slick-slide span {
	font-size: 20px;
    color: #000000;
    font-weight: bold;
}
.reviews-slider .slick-slide .stars {
	font-size: 50px;
    margin-top: -54px;
    display: block;
    margin-left: 40px;
    color: #ffb61e;
}
.reviews-slider .slick-slide img {
	margin: 0px;
    width: 100%;
    max-width: 120px;
}
.reviews-slider iframe {
	width: 100%;
	height: auto;
	border-radius: 20px;
	aspect-ratio: 16 / 9;
}
.default-dots ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    align-items: center;
	padding: 0;
	margin-top: 30px;
}
.default-dots ul li {
	list-style: none;
}
.default-dots ul li button {
	width: 12px;
    height: 12px;
    border-radius: 50%;
    font-size: 0;
    background: #000;
    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: #b49142;
	transition: all .3s ease-in-out;
}
.inner-video {
	display: block;
	max-width: 800px;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	margin: 50px auto;
}
.our-team-head h2::before {
    content: 'Meet Our Team';
}
.our-team-sec p {
    max-width: 1024px;
	margin: 65px auto;
    text-align: center;
}
.our-team-slider {
	
}
.doctor-single {
	height: 575px;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    margin: 10px;
    box-shadow: 2px 2px 10px #c3c3c3;
}
.doctor-single img {
	height: 310px;
    object-fit: cover;
    object-position: center;
}
.doctor-single-info {
	display: flex;
    flex-direction: column;
    padding: 20px 15px 20px;
}
.doctor-single-info a {
	display: block;
    text-align: center;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}
.doctor-single-info span {
	display: block;
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 10px;
}
.doctor-single-info p {
    margin: 20px 0;
	font-size: 14px;
}
.why-choose-head h2::before {
    content: 'Why Choose Us';
}
.why-choose-head {
	margin-bottom: 50px;
}
.why-choose-sec p {
	font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 30px;
    color: #373737;
    margin-bottom: 30px;
}
.insurances-head h2::before {
    content: 'Insurances We Accept';
}
.insurances-head {
	margin-bottom: 50px;
}
.insurances-sec p {
	font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 30px;
    color: #373737;
    margin-bottom: 30px;
}
.insurances-sec ul {
	column-count: 2;
    list-style: disc;
    margin: 30px 0 30px 40px;
}
.insurances-sec ul li {
	font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 30px;
    color: #373737;
    margin-bottom: 5px;
}
.benefits-sec {
	
}
.benefits-slider {
	
}
.single-benefit {
    min-height: 210px;
	padding: 20px;
    border-radius: 10px;
    background: #fff;
    margin: 10px;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 20%);
}
.single-benefit h3 {
	margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #b49142;
}
.single-benefit p {
	font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    color: #373737;
}
.contact-working-hrs {
	margin-top: 50px;
    margin-left: 130px;
	margin-bottom: 50px;
}
.contact-working-hrs p {
	display: block;
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
.contact-working-hrs ul {
	
}
.contact-working-hrs ul li {
	font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 1.5;
    margin-bottom: 5px;
}
.procedures-list {
	display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 50px 0 0 0 !important;
    padding: 0 20px;
}
.procedures-list li {
	max-width: 31%;
	min-width: 200px;
    width: 100%;
    display: block;
    padding: 20px 0;
    background: #222222;
    border-radius: 13px;
    transition: all .3s ease;
    -webkit-box-shadow: 0 0 5px #6c6c6c30;
    box-shadow: 0px 6px 13px #00000075;
    overflow: hidden;
}
.procedures-list li a {
    display: block;
    color: #fff !important;
    text-align: center;
    padding-bottom: 20px;
    margin: 0 !important;
    border-bottom: 1px solid #b49142;
}
.procedures-list li a::before, .procedures-list li a::after {
	content: none !important;
}
.procedures-list li a:hover {
    color: #b49142 !important;
}
.procedures-list li p {
	text-align: center;
    color: #fff;
    background: #000;
    padding: 20px;
    height: 100%;
	margin: 0;
}
.before-after-slider {
	max-width: 768px;
	margin: 40px auto;
}
.before-after-slider .slick-list {
	border-radius: 20px;
    overflow: hidden;
}
.before-after-slider img {
	max-width: 768px;
	width: 100%;
	margin: 0 10px;
	opacity: .7;
	filter: blur(3px);
}
.before-after-slider img.slick-current.slick-active {
	opacity: 1;
	filter: blur(0px);
}
blockquote {
	box-shadow: 2px 2px 10px #c3c3c3;
    padding: 20px 30px;
    border-radius: 10px;
    margin: 30px auto;
    border-left: 4px solid #b49142;
}
blockquote p {
	font-style: italic;
    margin: 0 !important;
}
.dr-holder {
    position: relative;
    padding: 2rem;
    background: #fff;
    z-index: 0;
	margin-bottom: 50px;
	box-shadow: 2px 2px 10px #c3c3c3;
	border-radius: 10px;
	overflow: hidden;
}
.dr-holder img {
	border-radius: 10px;
}
.dr-holder::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 35%;
    border-top: 3px solid #B49142;
    border-left: 3px solid #B49142;
    border-top-left-radius: 10px;
    z-index: 1;
}
.dr-holder::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35%;
    height: 35%;
    border-bottom: 3px solid #B49142;
    border-right: 3px solid #B49142;
    border-bottom-right-radius: 10px;
    z-index: 1;
}
.two-col-block {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap;
}
.two-col-block > div {
	max-width: 45%;
	width: 100%;
	min-width: 320px;
}
.faq-sec {
    background: #fff;
    box-shadow: 0 0 100px 10px #00000012;
    position: relative;
    z-index: 999;
    margin: 60px 0;
}
.faq-sec .inner-accordion {
    background: none;
    margin: 0;
    padding: 30px 0 30px 60px;
    border-left: 2px solid #b49142;
}
.faq-holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: center;
    padding: 60px 50px;
}
.faq-holder .faq-title {
    padding: 30px 60px 30px 0;
}
.faq-sec h2 {
    text-align: center;
    margin: 0;
    padding-bottom: 35px;
}
.banner-text {
    color: #fff;
    margin-top: 40px;
    text-align: center;
}
table.custom-table-class tr td:first-child {
    display: none;
}
@media all and (max-width:1699px){
	.cosmetic-dentis-sec {
		background-size: 60%;
	}
	/* Header top  */
	.main-menu ul li.mega-dropdown.maga-child > ul {
		display: none;
	}
	.main-menu ul li.mega-dropdown.maga-child > ul li.bar-bottom > a {
		display: inline-block;
		width: 90%;
		padding: 5px 0px 5px 0px;
	}
	.main-menu ul li.mega-dropdown.maga-child > ul li span.dropdown-menu-items {
		top: 20px;
	}
	.header-wrp {
		max-width: 90%;
		margin-left: auto;
	}
	.mobail-bars {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	/* main menu  */
	.main-menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000000;
		padding: 200px;
		z-index: 9;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		opacity: 0;
	}
	.main-menu.menu-active {
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0);
		opacity: 1;
	}
	.main-menu ul {
		display: block;
		max-width: 600px;
		width: 100%;
	}
	.main-menu li {
		padding-bottom: 10px;
	}
	.main-menu li a {
		font-size: 20px;
		line-height: 50px;
	}
	/* Drop Down  */
	.main-menu ul li.mega-dropdown ul {
		columns: unset;
	}
	.main-menu ul li.mega-dropdown ul,
	.main-menu ul ul {
		position: unset;
		background: transparent;
		opacity: 1;
		visibility: visible;
		padding: 0;
		padding-left: 15px;
		-webkit-transition: unset;
		-o-transition: unset;
		transition: unset;
		display: none;
	}
	.main-menu ul ul li {
		padding-bottom: 0;
		border-bottom: 1px solid #ffffff2e;
	}
	.main-menu ul li.mega-dropdown.maga-child > ul li.bar-bottom > a{
		border-bottom:0;
	}
	.main-menu ul li.mega-dropdown.maga-child > ul li ul.sub-menu {
		width: 90%;
		max-width: 90%;
	}
	.main-menu ul ul li:last-child {
		border:0;
	}
	.menu-item-has-children::after {
		display: none;
	}
	.dropdown-menu-items {
		position: absolute;
		top: 35px;
		right: 20px;
		width: 12px;
		height: 12px;
		border-left: 2px solid #FFF;
		border-bottom: 2px solid #FFF;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}
	.dropdown-menu-items.rotate {
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
		margin-top: 7px;
	}
	/* Colums menu  */
	.main-menu ul li.mega-dropdown {
		position: relative;
		background: #0e0e0e;
		margin: 0 0 10px;
		border-radius: 10px;
		padding: 20px;
	}
	.main-menu ul li.mega-dropdown > a {
		position: unset;
		padding-right: 0;
	}
	.main-menu ul li.mega-dropdown > a::after {
		display: none;
	}
	/* Banner Section  */
	.about-left h2 {
		margin-left: 0;
	}
	.about-left h2::before {
		left: 0;
	}
	.tesitimonial-right .slick-prev.slick-arrow,
	.tesitimonial-right .slick-next.slick-arrow {
		width: 80px;
		height: 80px;
	}
	.tesitimonial-right .slick-prev.slick-arrow {
		left: 0;
		z-index: 9;
	}
	.tesitimonial-right .slick-next.slick-arrow {
		bottom: 0;
		left: 100px;
	}
	/* Dr Weiner Section  */
	.weniner-left {
		padding-left: 30px;
	}
	.weniner-rihgt {
		padding: 50px 30px 30px 100px;
	}
	/* Virtual Section  */
	.virtual-wrp {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3,1fr);
	}
	.virtual-middle {
		padding: 50px;
	}
	.virtual-middle h2 {
		font-size: 42px;
		margin-bottom: 30px;
		line-height: 1.2;
	}
	.virtual-middle h2::before {
		top: 0;
		left: 0;
		font-size: 80px;
	}
	.virtual-right {
		padding: 50px 30px;
	}
	.virtual-right ul li {
		padding: 35px;
		gap: 30px;
	}
	/* Comprehensive accordion  */
	.compress-sec h2::before {
		font-size: 95px;
	}
	/* Inner page  */
	.sidebar-gallery {
		left: calc((100vw - 770px) / 2 - 400px);
	}
	.single-bar-right {
		right: calc((100vw - 770px) / 2 - 301px);
	}

}
/*1700 End */
@media all and (max-width:1599px) {
	.cosmetic-dentis-sec {
		background-size: 60%;
	}
	.main-menu.menu-active {
		overflow-y: scroll;
	}
	/* inner side bar  */
	.sidebar-gallery, .single-bar-right {
		position: unset;
	}
	.side-bar-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 15px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 50px;
	}
	.single-bar-right {
		margin-bottom: 15px;
	}
	.single-bar-right:last-child {
		margin-bottom: .0;
	}
	.contact-areaa {
		padding-left: 50px;
	}
	.contact-areaa iframe {
		max-width: 1103px;
		height: 480px;
	}
}
@media all and (max-width:1439px){
	.cosmetic-dentis-sec {
		background-size: 65%;
	}
	/* Banner Section  */
	.banner-section {
		padding-bottom: 50px;
	}
	.banner-content ul {
		width: 80%;
		margin: auto;
	}
	.banner-content ul li {
		height: 444px;
	}
	.banner-content h1 {
		font-size: 75px;
		line-height: 1.2;
	}
	/* About Section  */
	.about-left h2 {
		margin-left: -79px;
	}
	.about-left h2::before {
		left: 62px;
	}
	.about-wrp {
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
		width: 80%;
		margin: auto;
	}
	/* Our Service Section  */
	.service-tab-nav ul li {
		font-size: 18px;
		min-width: 250px;
		padding-top: 55px;
	}
	.service-tab-con {
		max-width: 670px;
		padding: 40px;
	}
	/* Testimonial Section  */
	.testi-left-caro {
		max-width: 400px;
	}
	.testimonial-left {
		gap: 20px;
		padding: 115px 20px;
	}
	/* Office Tour Section   */
	.office-wrp {
		padding-right: 145px;
	}
	.office-wrp .slick-list {
		margin: 0 -8px;
	}
	.single-office {
		margin: 0 8px;
	}
	.office-btn .video-btn {
		width: 120px;
		height: 120px;
		background-size: contain;
	}
	/* Comprehensive accordion  */
	.compress-sec h2::before {
		font-size: 54px;
		text-align: center;
		width: 100%;
	}
	.compress {
		padding: 0 50px 50px 50px;
	}
	/* book appointment   */
	.book-appoin-wrp {
		margin-left: 0;
		gap: 0 30px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	/* Inner Page ------------ */
	.cosmetic-dentis-sec {
		padding: 60px 0 200px 0;
	}
	.cosmetic-dentis-sec::before {
		width: 40%;
	}
	.main-inner.cosmetic {
		margin-top: -198px;
	}
	.inner-banner-contetn h1 {
		font-size: 38px;
		line-height: 1.2;
	}
	.awards .right {
		padding: 50px;
	}
	.awards .right h3 {
		font-size: 42px;
		margin-bottom: 20px;
	}
	.client-feedback {
		max-width: 1000px;
	}
	.contact-areaa {
		padding: 0 15px;
	}
	.contact-areaa span {
		-webkit-writing-mode: unset;
		-ms-writing-mode: unset;
		writing-mode: unset;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		margin-top: 0;
		display: block;
		text-align: center;
		margin-bottom: 50px;
		margin-left: auto;
		margin-right: auto;
	}
	.contact-frm-wrp .book-appoin-wrp {
		margin-left: 0;
		margin-bottom: 50px;
	}
	.contact-areaa iframe {
		margin: 0;
	}
	.contact-working-hrs {
		margin-left: 40px;
	}
}
/*1439 End */
@media all and (max-width:1366px){
	.main-inner.cosmetic {
		margin-top: -88px;
	}
	.cosmetic-inner-bnr > div {
		padding: 20px 0 30px 30px;
		width: 33%;
	}
	.cosmetic-inner-bnr h1 {
		font-size: 40px;
		line-height: 1.3;
	}
}
@media all and (max-width:1199px){
	.heading {
		font-size: 50px;
	}
	.heading::before {
		font-size: 86px;
	}
	.sec-m {
		margin: 50px 0;
	}
	section.complimentary-sec {
		margin: 0 0 50px;
	}
	body,
	.main-header {
		width: 100%;
	}
	.fix-side-bar {
		display: none;
	}
	/* Header Top  */
	.header-wrp {
		max-width: 100%;
	}
	.mobail-bars {
		margin-left: 30px;
	}
	.main-menu {
		padding: 100px;
	}
	/* About Section  */
	.about-wrp {
		width: 100%;
	}
	.about-left {
		width: 80%;
		margin: auto;
	}
	.about-qute > div {
		padding: 20px 15px;
	}
	.about-video > div p {
		font-size: 16px;
		line-height: 26px;
	}
	/* Our Service Section  */
	.service-tab-wrp {
		margin-right: 15px;
	}
	.service-tab-nav ul li {
		font-size: 16px;
		min-width: auto;
		margin-right: 20px;
		padding-right: 20px;
	}
	.service-tab-nav ul li:last-child {
		margin-right: 0;
		padding-right: 0;
		border: 0;
	}
	/* Publication Section  */
	.public-wrp {
		margin: 50px 0;
		padding-bottom: 0;
	}
	.public-wrp::after {
		display: none;
	}
	/* Testimonial Section  */
	.testimonial-left {
		background-size: cover;
	}
	.testi-left-caro {
		max-width: 345px;
	}
	.testimoni-wrp .defaultBtn {
		margin-top: 50px;
	}
	/* Dr Weiner Section  */
	.weniner-rihgt h2::before {
		text-align: center;
	}
	.weniner-left {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 400px;
		max-width: 800px;
		margin: auto;
		width: 100%;
	}
	.weniner-left .vertical-head {
		padding: 20px 0;
	}
	.dr-weiner-sec .video-btn {
		margin: auto;
		top: unset;
		right: 0;
		left: 0;
		bottom: -74px;
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
		-webkit-filter: drop-shadow(0px 0px 17px #B49142);
		filter: drop-shadow(0px 0px 17px #B49142);
	}
	.weniner-rihgt {
		padding: 75px 30px 30px 100px;
	}
	/* Virtual Section  */
	.virtual-middle {
		padding: 50px 15px;
	}
	.virtual-right {
		padding: 50px 15px;
	}
	.virtual-right ul li {
		padding: 15px;
		gap: 15px;
	}
	.virtual-right a {
		margin-left: 30px;
	}
	/* Office Tour Section   */
	.office-wrp {
		margin: 50px 0;
	}
	/* Comprehensive accordion  */
	.compress .accordion-title {
		font-size: 18px;
		padding: 20px 0;
	}
	.compress .accordion-title::before {
		top: -3px;
	}
	/* book appointment   */
	.book-appoin-sec {
		padding: 50px 0;
	}
	.book-appoin-wrp .right {
		width: calc(100% - 300px);
	}
	/* Inner page ---------- */
	.cosmetic-inner-bnr {
		padding-left: 40px;
	}
	.cosmetic-inner-bnr > div {
		padding: 30px 0 0 55px;
	}
	.cosmetic-inner-bnr .rotate {
		letter-spacing: 0.5em;
	}
	.main-inner.cosmetic {
		margin-top: -160px;
	}
	.cosmetic-dentis-sec {
		background-size: 70%;
	}
	.inner-google-review {
		padding: 50px 0;
		margin: 50px 0;
	}
	.in-gol-review-wrp {
		gap: 30px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.in-sin-review {
		margin: 0 10px;
	}
	.in-gol-re-caro .slick-list {
		margin: 0 -10px;
	}
	.in-gol-re-caro {
		max-width: 800px;
	}
	.inner-accordion {
		padding: 50px 0;
		margin: 50px 0;
	}
	.iner-acco-wrp {
		padding: 0 15px;
	}
	.main-inner .dr-info .office-btn button {
		margin-bottom: 40px;
	}
	.dr-img::after {
		background-size: contain;
	}
	.awards {
		margin: 50px 0;
	}
	.awards {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 15px;
	}
	.awards > div {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		max-width: 100%;
	}
	.main-inner .awards .left img {
		height: auto;
		margin-bottom: 0;
		display: block;
	}
	.client-feedback {
		max-width: 100%;
		padding: 0 15px;
	}
	.black-wrp {
		max-width: 100%;
		padding: 0 15px;
	}
	/* revision ------ */
	.publication-wrp {
		display: block;
	}
	.single-public {
		margin: 0 10px;
	}
	.publication-wrp .slick-dots {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 12px;
		justify-content: center;
		margin-top: 30px;
	}
	.publication-wrp .slick-dots li button {
		width: 15px;
		height: 15px;
		background: #545454;
		font-size: 0;
		display: block;
		border-radius: 100%;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}
	.publication-wrp .slick-dots li.slick-active button {
		background: transparent;
		border: 3px solid #b49142;
	}
}
/*1200 End*/
@media all and (max-width:1024px){
    .faq-holder {
        grid-template-columns: 1fr;
    }
    .faq-sec .inner-accordion {
        border: none;
        padding-left: 0;
    }
    .faq-holder .faq-title {
        padding-right: 0;
    }
	.cosmetic-dentis-sec {
		background-size: cover;
	}
	.cosmetic-dentis-sec::before {
		width: 50%;
		opacity: .9;
	}
	.pres-left.press-cnt {
		justify-content: flex-start;
		align-items: flex-start;
		gap: 0;
		margin-bottom: 0;
		padding: 20px 0 10px 0;
		flex-direction: column;
	}
	.heading {
		font-size: 46px;
	}
	.heading::before {
		font-size: 60px;
	}
	.defaultBtn {
		font-size: 16px;
		padding: 15px 30px;
	}
	/* Banner Section  */
	.banner-content ul li {
		font-size: 17px;
		height: auto;
		padding-bottom: 60px;
	}
	.banner-content h1 {
		font-size: 38px;
	}
	.banner-btm {
		gap: 5px;
	}
	/* Our Service Section  */
	.service-tab-con {
		max-width: 100%;
	}
	.service-tab-body .vertical-head {
		padding-top: 0;
	}
	.service-tab-con h2 {
		font-size: 36px;
		margin-bottom: 20px;
	}
	.service-tab-con h2::before {
		right: 0px;
		font-size: 65px;
	}
	.service-tab-con p {
		margin-bottom: 30px;
	}
	.tesitimonial-right {
		height: 600px;
	}
	.tesitimonial-right .item {
		background-position: center;
	}
	.testimonial-left {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	/* Virtual Section  */
	.virtual-wrp {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.virtual-left {
		min-height: 100%;
		width: 100%;
		max-width: 50%;
		background-position: center;
	}
	.virtual-middle {
		max-width: 50%;
	}
	.virtual-right {
		margin: auto;
	}
	.virtual-right ul li span {
		font-size: 52px;
	}
	/* Comprehensive accordion  */
	.compress-sec h2::before {
		font-size: 38px;
	}
	/* book appointment   */
	.book-appoin-wrp .input-group {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	/* Footer Section  */
	.main-footer {
		padding: 40px 0;
	}
	.footer-right {
		gap: 14px;
	}
	/* Inner Page  */
	.cosmetic-dentis-sec {
		padding: 50px 0;
	}
	.main-inner.cosmetic {
		margin-top: 0;
	}
	.cosmetic-inner-bnr .rotate {
		letter-spacing: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.main-inner.cosmetic {
		padding: 40px 15px;
	}
	.main-inner h2 {
		font-size: 36px;
		line-height: 1.2;
		padding-top: 20px;
		padding-left: 10px;
		margin-bottom: 30px;
		margin-top: 40px;
	}
	.inner-accordion {
		padding: 20px 0 40px;
		margin: 40px 0;
	}
	.main-inner p, .main-inner ul li {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: unset;
	}
	.main-inner ul li a, .main-inner ol li a, .main-inner p a {
		letter-spacing: unset;
		line-height: 24px;
	}
	.main-inner .inner-book-app,
	.two-col,
	.main-inner p, 
	.main-inner img, 
	.main-inner ul, 
	.main-inner ol {
		margin-bottom: 25px;
	}
	.in-gol-re-caro {
		max-width: 600px;
	}
	.inner-google-review {
		background-position: center;
	}
	.awards .right {
		padding: 40px 15px;
	}
	.awards .right ul {
		margin-left: 30px;
	}
	.inner-banner-contetn h1 {
		font-size: 32px;
	}
	.contact-frm-wrp .book-appoin-wrp .right {
		width: 100%;
		margin-top: 0;
	}
	.contact-frm-wrp .book-appoin-wrp {
		gap: 20px;
	}
	.contact-frm-wrp .book-appoin-wrp .input-group input, .contact-frm-wrp .book-appoin-wrp form textarea {
		background: #F4F4F4;
	}
}
/*992 End */
@media all and (max-width:767px){
    .faq-holder {
        padding: 0;
    }
    .faq-holder .faq-title {
        padding-bottom: 0;
    }
    .faq-sec h2 {
        text-align: left;
        padding-bottom: 0;
    }
	.two-col-block > div {
		max-width: 100%;
	}
	.insurances-sec ul {
		column-count: 1;
	}
	/* Header Top  */
	.logo a img {
		width: 120px;
		height:auto;
	}
	.mobail-bars {
		width: 35px;
		margin-left: 15px;
	}
	.mobail-bars span {
		height: 3px;
	}
	.main-menu ul li.mega-dropdown {
		padding: 10px;
	}
	.dropdown-menu-items {
		top: 25px;
		right: 12px;
	}
	/* Banner Setion  */
	.banner-section {
		margin-top: 95px;
	}
	.banner-btm {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
		margin-top: 30px;
	}
	.banner-btm button.defaultBtn {
		min-width: 290px;
	}
	.banner-content h1 {
		font-size: 38px;
		width:100%;
	}
	/* About Section  */
	.about-left {
		width: 100%;
	}
	.about-left h2 {
		margin-left: 0;
	}
	.about-left h2::before {
		left: 0;
	}
	.about-qute .title {
		font-size: 26px;
	}
	.about-video span {
		font-size: 36px;
	}
	.about-video {
		padding: 145px 15px 40px 15px;
	}
	/* Our Service Section  */
	.service-tab-nav {
		overflow: scroll;
	}
	.service-tab-nav ul {
		min-width: 740px;
		margin-left: auto;
		margin-right: auto;
	}
	.service-tab-nav ul li {
		margin-right: 10px;
		padding-right: 10px;
		padding-top: 37px;
		min-width: -webkit-max-content;
		min-width: -moz-max-content;
		min-width: max-content;
	}
	.service-tab-nav ul li::before {
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		transform: scale(.7);
	}
	/* Dr Weiner Section  */
	.weniner-rihgt {
		padding: 75px 15px 50px 15px;
	}
	/* Virtual Section  */
	.virtual-middle h2 {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.virtual-middle h2::before {
		font-size: 60px;
	}
	.virtual-middle h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.virtual-middle h3 strong, 
	.virtual-middle h3 b {
		font-size: 18px;
	}
	/* Office Tour Section   */
	.office-wrp {
		padding-right: 0;
	}
	.office-wrp .slick-prev.slick-arrow, 
	.office-wrp .slick-next.slick-arrow {
		width: 50px;
		height: 50px;
		z-index: 9;
		right: unset;
		left: 8px;
	}
	.office-wrp .slick-prev.slick-arrow {
		top: unset;
		bottom: 70px;
	}
	.office-wrp .slick-list {
		margin: 0;
	}
	/* Comprehensive accordion  */
	.container .heading {
		font-size: 36px;
	}
	/* Advanced Section   */
	.advanced-wrp h3 {
		font-size: 20px;
		margin: 10px 0 30px;
	}
	/* book appointment   */
	.book-appoin-wrp h2, .book-appoin-wrp span.book-title {
		font-size: 40px;
		line-height: 1.2;
		margin-bottom: 45px;
	}
	.book-appoin-wrp {
		gap: 0;
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
	}
	.book-appoin-wrp .right {
		width: 100%;
		margin-top: 50px;
	}
	.tesitimonial-right .item button {
		right: 0px;
		top: 0px;
		bottom: 0;
		margin: auto;
		left: 0;
		opacity: .7;
	}
	/* Footer Section  */
	.f-logo {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	/* Inner Page  */
	.on-this-page-area.show {
		margin-top: 95px;
		top: 95px;
	}
	.cosmetic-inner-bnr h1 {
		font-size: 42px;
	}
	#breadcrumbs a, #breadcrumbs span {
		opacity: 1;
	}
	.in-gol-re-caro {
		max-width: 455px;
	}
	.in-gol-re-caro .slick-dots {
		margin-top: 20px;
	}
	.in-gol-re-caro .slick-dots li button {
		width: 15px;
		height: 15px;
	}
	.main-inner .inner-accordion .single-accordion .accordion-title {
		letter-spacing: 0;
		line-height: 27px;
		padding: 12px 0;
		padding-right: 20px;
	}
	.inner-accordion .accordion-title::after {
		top: 8px;
		font-size: 25px;
	}
	.inner-accordion .accordion-title.active::after {
		font-size: 25px;
		top: 20px;
	}
	.main-inner .inner-accordion .accordion-body {
		margin-top: 20px;
	}
	.main-inner .inner-accordion .accordion-body p, .main-inner .inner-accordion .accordion-body ul, .main-inner .inner-accordion .accordion-body ol, .main-inner .inner-accordion .accordion-body img {
		margin-bottom: 20px;
	}
	.awards .right h3 {
		font-size: 28px;
	}
	.single-feedback {
		gap: 0;
	}
	.single-feedback > div {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		max-width: 100%;
	}
	.main-inner .single-feedback .left img {
		width: 100%;
	}
	.single-feedback span {
		font-size: 36px;
		line-height: 1.2;
		margin-bottom: 15px;
	}
	.single-feedback:nth-child(even) .right {
		text-align: left;
	}
	.pagi-wd {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-top: 0;
	}
	.inner-banner-contetn h1 {
		font-size: 28px;
	}
	.main-inner .black-wrp .black-box {
		padding: 40px 20px;
	}
	.main-inner .black-wrp .black-box h3 {
		font-size: 36px;
	}
	.contact-areaa span {
		font-size: 38px;
		line-height: 1.2;
		margin-bottom: 40px;
	}
	/* Revisiton  */
	.single-public {
		margin: 0 5px;
	}
	.cosmetic-dentis-sec {
		padding: 50px 0;
		background-image: none!important;
		background: #000;
	}
	.cosmetic-inner-bnr > div {
		width: 100%;
		padding: 20px 0 0 20px;
	}
	.big-pic {
		width: 100%;
	}
	.cosmetic-inner-bnr > div {
		width: 46%;
	}
	.cosmetic-inner-bnr h1 {
		font-size: 30px;
	}
}
/*768 End */
@media all and (max-width: 575px){
	img.alignright {
		display: block;
		float: none;
		margin: 30px auto;
	}
	.procedures-list li {
		max-width: 100%;
		width: 100%;
	}
	.wrap-review-image a {
		width: 80%;
		margin: auto;
	}
	.wrap-review-image {
		display: flex;
		gap: 5px;
		margin-bottom: 30px;
		flex-wrap: nowrap;
		justify-content: center;
		flex-direction: column;
	}
	.dropdown-menu-items {
		top: 12px;
	}
	.main-menu ul li.mega-dropdown.maga-child > ul li span.dropdown-menu-items {
		top: 10px;
	}
	.entry-content {
		flex-direction: column;
		gap: 32px;
		width: 100%;
	}
	.heading {
		font-size: 28px;
	}
	.heading::before {
		font-size: 36px;
	}
	/* Heder Top  */
	.main-menu {
		padding: 120px 15px 20px 15px;
	}
	.main-menu ul li.mega-dropdown ul, .main-menu ul ul {
		padding: 20px;
	}
	.main-menu li a {
		font-size: 20px;
	}
	.logo a img {
		width: 95px;
	}
	.header-call-wrp {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 20px;
		gap: 20px;
	}
	.header-call-wrp a::after {
		right: -10px;
	}
	.header-call-wrp a, 
	.header-call-wrp button {
		font-size: 0;
	}
	.header-call-wrp a::before, 
	.header-call-wrp button::before {
		top: 6px;
		left: -15px;
		-webkit-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
	}
	.header-call-wrp p {
		display: none;
	}
	.mobail-bars {
		margin-left: 30px;
	}
	/* Banner Section  */
	.banner-section {
		margin-top: 67px;
	}
	.banner-content ul {
		width: 100%;
	}
	.banner-content ul li {
		padding-bottom: 40px;
	}
	/* About Section  */
	.about-left .vertical-head {
		margin-right: 15px;
	}
	.vertical-head h3 {
		font-size: 20px;
		padding-right: 0;
		margin-right: 0;
	}
	.about-right {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.about-right > div {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		max-width: 100%;
		min-height: 329px;
	}
	.about-video {
		padding: 40px 15px 60px 15px;
	}
	.about-video span {
		font-size: 33px;
		line-height: 1.2;
		margin-bottom: 80px;
	}
	/* Our Service Section  */
	.our-service-sec.sec-m {
		margin-bottom: 0;
	}
	.service-con-wrp {
		gap: 40px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.service-tab-body .vertical-head {
		padding-top: 0;
		padding-bottom: 0;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-writing-mode: unset;
		-ms-writing-mode: unset;
		writing-mode: unset;
		width: 100%;
		padding-top: 50px;
	}
	.service-tab-body .vertical-head h3 {
		padding: 0;
		border-right: 0;
	}
	.service-tab-wrp {
		margin-right: 0;
	}
	.service-tab-con {
		padding: 40px 15px;
	}
	.service-tab-con h2 {
		font-size: 26px;
	}
	.service-tab-con h2::before {
		font-size: 46px;
	}
	.service-tab-nav ul li::before {
		top: -8px;
	}
	/* Testimonial Section   */
	.testimonial-left {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 40px;
		padding: 40px 15px;
	}
	.testimonial-left .vertical-head {
		-webkit-writing-mode: unset;
		-ms-writing-mode: unset;
		writing-mode: unset;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		width: 100%;
	}
	.testimonial-left .vertical-head span,
	.testimonial-left .vertical-head h3 {
		padding: 0;
	}
	.testimonial-left .vertical-head h3 {
		padding-bottom: 10px;
		border: 0;
		border-bottom: 1px solid rgb(255 255 255 / 50%);
	}
	.testi-left-caro > div h3, .testi-left-caro > div span.google-review {
		font-size: 18px;
		margin: 15px 0;
	}
	.testi-left-caro .slick-dots {
		bottom: 0px;
	}
	.testi-left-caro .slick-dots li button {
		width: 10px;
		height: 10px;
	}
	.tesitimonial-right {
		height: 400px;
	}
	.tesitimonial-right .item button {
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
	}
	/* Dr Weiner Section  */
	.weniner-left {
		height: auto;
	}
	.weniner-rihgt h2::before {
		text-align: left;
		top: -22px;
	}
	.weniner-rihgt h2 span {
		margin-top: 13px;
	}
	.weniner-rihgt h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.weniner-rihgt p {
		margin-bottom: 15px;
	}
	.weniner-rihgt .defaultBtn {
		margin-top: 20px;
	}
	/* Virtual Section  */
	.virtual-left {
		max-width: 100%;
		height: 400px;
	}
	.virtual-middle {
		max-width: 100%;
	}
	/* Comprehensive accordion  */
	.container .heading {
		font-size: 26px;
		line-height: 1.2;
	}
	.compress-sec h2::before {
		font-size: 26px;
		line-height: 1.2;
		top: -41px;
	}
	.compress-sec h2 span {
		font-size: 16px;
	}
	.compress {
		padding: 0;
		margin-top: 20px;
	}
	.compress .accordion-title {
		font-size: 16px;
		padding: 15px 0;
	}
	.compress .accordion-title::before {
		top: 1px;
		font-size: 29px;
	}
	.compress .accordion-body {
		margin-top: 30px;
	}
	.compress .accordion-body p, .compress .accordion-body ul li, 
	.compress .accordion-body ul li a {
		font-size: 17px;
		line-height: 30px;
	}
	/* Advanced Section   */
	.advanced-wrp p {
		font-size: 18px;
		line-height: 30px;
	}
	/* machine gallery  */
	.all-mc {
		display: none;
	}
	.machine-gallery {
		display: block;
	}
	.machine-img {
		margin: 0 5px;
	}
	.machine-img img {
		display: block;
		height: 300px;
	}
	.machine-gallery .slick-dots {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 30px;
		gap: 12px;
	}
	.machine-gallery .slick-dots li button {
		font-size: 0;
		display: block;
		width: 10px;
		height: 10px;
		background: #222222;
		border-radius: 100%;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}
	.machine-gallery .slick-dots li.slick-active button {
		background: #B49142;
	}
	/* book appointment   */
	.book-appoin-wrp h2, .book-appoin-wrp span.book-title {
		font-size: 26px;
	}
	.book-appoin-wrp .left ul li a, .book-appoin-wrp .left ul li p {
		margin-top: 0;
	}
	/* Footer Section  */
	.footer-left p, .footer-left a {
		line-height: 1.6;
	}
	/* Inner Page ---------- */
	.on-this-page-area.show {
		margin-top: 68px;
		top: 68px;
	}
	.cosmetic-dentis-sec::before {
		display: none;
	}
	.cosmetic-inner-bnr {
		padding-left: 15px;
	}
	.cosmetic-inner-bnr .rotate {
		letter-spacing: 0;
		line-height: normal;
		padding-left: 5px;
	}
	.cosmetic-inner-bnr > div {
		padding: 15px;
	}
	.cosmetic-inner-bnr h1 {
		font-size: 24px;
		margin: 0px;
		width: 100%;
		max-width: 100%;
		line-height: 40px;
	}
	#breadcrumbs {
		display: none;
	}
	.side-bar-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.sidebar-gallery button {
		margin-top: 200px;
		font-size: 28px;
	}
	.main-inner h2 {
		font-size: 28px;
	}
	.in-gol-review-wrp {
		display: block;
		padding: 0 15px;
	}
	.in-gol-review-wrp .vertical-head {
		-webkit-writing-mode: unset;
		-ms-writing-mode: unset;
		writing-mode: unset;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.in-gol-review-wrp .vertical-head h3 {
		border-right: 0;
		border-bottom: 1px solid rgb(255 255 255 / 50%);
		padding: 0 30px;
	}
	.in-gol-re-caro {
		max-width: 100%;
	}
	.main-inner .in-sin-review h3 {
		font-size: 22px;
		margin: 10px 0 15px;
	}
	.main-inner .in-sin-review p {
		line-height: 26px;
		margin-bottom: 15px;
	}
	.main-inner .dr-info h3 {
		font-size: 36px;
		margin-bottom: 20px;
	}
	.main-inner .dr-info h3 span {
		font-size: 17px;
	}
	.main-inner .dr-info .office-btn button {
		width: 80px;
		height: 80px;
	}
	.nav-links {
		gap: 10px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.main-inner .black-wrp .black-box {
		padding: 40px 15px;
	}
	.main-inner .black-wrp .black-box h3 {
		font-size: 28px;
	}
	.main-inner .black-wrp p {
		font-size: 16px;
		margin-bottom: 27px;
	}
	.contact-frm-wrp .book-appoin-wrp {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		flex-direction: column-reverse;
		gap: 40px;
	}
	.contact-areaa iframe {
		height: 300px;
	}
	/* Revision  */
	.single-public img {
		width: 100%;
	}
	.footer-left p {
		flex-wrap: wrap;
		gap: 15px;
	}
	.footer-left p .star {
		margin-left: 0;
	}
	.main-menu li a {
		font-size: 16px;
		line-height: 50px;
		letter-spacing: 0px;
		text-transform: uppercase;
		line-height: 61px;
	}
	.main-menu li li a {
		font-size: 14px;
		text-transform: inherit;
		padding: 5px 0px;
	}
	.about-bottom {
		padding: 0px 10px;
	}
	.main-inner .two-col p {
		margin: 20px 0;
	}

	.main-menu ul li.mega-dropdown {
		padding: 5px 10px;
	}
	.main-menu ul li.mega-dropdown a {
		line-height: 34px;
	}
	.footer-right {
		gap: 30px;
		flex-direction: column;
	}
	.cosmetic-inner-bnr > div {
		width: 100%;
	}
	.cosmetic-dentis-sec {
		padding: 50px 0 30px;
	}
    table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
    vertical-align: text-top;
    text-align: left!important;
}
}
/*576 End */