/* smile gallery page */
.smile-gallery-banner .title {
	margin: 0;
	font-weight: 600;
	font-size: 40px;
}
.smile-gallery-banner{
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}
.outer-gallery .inner-gallery img {
	box-shadow: 0px 4px 10px 1px #ccc;
}
.outer-gallery .inner-gallery {
	max-width: 80%;
	margin: auto;
}

/* Service */
.service-inner-banner::before {
	content: '';
	width: 0%;
	height: 100%;
	position: absolute;
	left: 0;
	background: rgba(153, 129, 80, .6);
	transition: width 2s linear;
}
.service-inner-banner.in-viewport::before {
	width: 50%;
}
body .service-inner-banner, body .secound-service-banner{
	background-position: top !important;
}
.service-inner-banner .left {
	background: transparent;
	padding-top: 2.5rem;
	padding-bottom: 18rem;
}
.service-inner-banner .title{
    font-size: 6.8rem;
    color: #fff;
    line-height: normal;
    margin-top: 10rem;
    margin-bottom: 2rem;
}
.service-inner-banner .sub-title{
    font-size: 2rem;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
	letter-spacing: 2px;
	line-height: 1.5;
}

/* service-banner-bottom  */
.service-banner-bottom{
    background-color: var(--third-color);
    padding-top: 5rem;
    padding-bottom: 1.5rem;
}
.service-banner-bottom .left > div > .wpb_wrapper{
    text-align: center;
}
.service-banner-bottom .title{
    font-size: 2.6rem;
    margin: 0;
    position: relative;
    color: var(--first-color);
    width: auto;
    display: inline-block;
    margin: auto;
    letter-spacing: 1px;
}
.service-banner-bottom .title::before {
	content: '';
	height: 2px;
	width: 0%;
	display: block;
	margin-bottom: 2rem;
	background-color: var(--first-color);
	margin-left: -1.5rem;
	transition: width 2s ease-out;
}
.service-banner-bottom .title.in-viewport::before {
	width: calc(100% + 3rem);
}
.service-banner-bottom .title::after {
	content: '';
	height: 2px;
	width: 0%;
	display: block;
	margin-top: 2rem;
	background-color: var(--first-color);
	margin-left: -1.5rem;
	transition: width 2s ease-in;
}
.service-banner-bottom .title.in-viewport::after {
	width: calc(100% + 3rem);
}
.service-banner-bottom .right {
	padding-right: 10rem;
}
/* candiate-row */
.candiate-row {
	display: flex;
	flex-wrap: wrap;
    position: relative;
}
.candiate-row .title {
	font-size: 5rem;
	line-height: 1.4;
}
.candiate-row::after {
	content: '';
	width: 5rem;
	height: 0%;
	position: absolute;
	top: 0;
	right: 0px;
	background: var(--first-color);
	transition: height 3s ease-in-out;
}
.candiate-row.in-viewport::after {
	height: 100%;
}
.candiate-row .right::after {
	content: '';
	width: 10px;
	height: 0%;
	position: absolute;
	top: 0;
	right: 70px;
	background: var(--first-color);
	transition: height 2s ease-out;
}
.candiate-row .right.in-viewport::after {
	height: 100%;
}
.candiate-row .right {
	position: relative;
	padding-right: 6vw;
	padding-left: 2vw;
	align-items: center;
	display: flex;
	padding-top: 20px;
	padding-bottom: 20px;
	flex-wrap: wrap;
}
.candiate-row .left .wpb_content_element {
	margin-bottom: 0 !important;
}
.candiate-row .right ul {
	width: 100%;
	float: left;
    margin-bottom: 2.5rem;
	list-style: none;
	padding: 0;
}
.candiate-row .right ul li {
	width: 100%;
	font-size: 1.8rem;
	float: left;
	line-height: normal;
	position: relative;
	padding-left: 20px;
	line-height: 1.8;
}
/*.candiate-row .right ul li {
	width: 50%;
	font-size: 1.8rem;
	float: left;
	line-height: normal;
	position: relative;
	padding-left: 20px;
	line-height: 1.8;
}*/
.candiate-row .right ul li::marker {
	color: var(--first-color);
}
.candiate-row .right ul li::before {
	content: '';
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background: var(--first-color);
	display: ;
	position: absolute;
	left: 0;
	top: 5px;
}

/* dental-surgery */
.dental-surgery-outer .dental-surgery-inner {
	max-width: 70%;
	margin: auto;
}
.dental-surgery-outer .title {
	margin-bottom: 4rem;
}
.custom-breadcrumb > div, .custom-breadcrumb a{
	font-size: 1.7rem;
	color: #fff;
	text-transform: uppercase;
}
.custom-breadcrumb span {
	font-size: inherit;
}

/* benefits-column */
.benefits-column{
	padding-top: 50px;
	padding-bottom: 50px;
}
.benefits-column .inner{
	max-width: 1200px;
	margin: auto !important;
	display: flex;
  	flex-wrap: wrap;
}
.benefits-column .inner > .wpb_column > div > div {
	background: #fff;
	padding: 7rem 5rem;
}
.benefits-column .wpb_content_element{
	margin-bottom: 0 !important;
}
.benefits-column .title {
	font-size: 4.2rem;
}
.benefits-column li{
	font-size: 1.8rem;
}
.benefits-column li::marker {
	color: var(--first-color);
}
.benefits-column p{
	font-size: 1.8rem;
	font-style: italic;
	margin-bottom: 2rem;
}
.benefits-column .inner > div > div, .benefits-column .inner > div > div > div {
	height: 100%;
}
.recovery-dental{
	padding-top: 7rem;
	padding-bottom: 7rem;
	color: #fff;
	font-size: 1.8rem;
	background-attachment: fixed;
	background-size: cover;
}
.recovery-dental > div {
	max-width: 1100px;
	margin: auto !important;
	float: none;
	text-align: center !important;
}
.recovery-dental .wpb_content_element {
	margin-bottom: 0;
}
.recovery-dental .title {
	color: #fff;
	margin-bottom: 3rem;
	font-size: 4rem;
	text-align: center !important;
}
.recovery-dental .cus-list ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2rem;
}
.recovery-dental .cus-list li {
	margin: 0;
}
.recovery-dental .main_btn {
	margin-top: 30px;
}


/* secound-service */
.secound-service-banner.in-viewport {
	background-size: cover !important;
}
.secound-service-banner {
	padding-top: 10rem;
	padding-bottom: 10rem;
	transition: background-size 0.5s ease-in-out !important;
	background-size: 200% 200% !important;
}
.secound-service-banner .title {
	font-size: 6rem;
	color: #fff;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 2rem;
	opacity: .8;
}
.secound-service-banner .sub-title {
	font-size: 2.5rem;
	color: #fff;
	line-height: normal;
	margin-bottom: 4rem;
	opacity: .8;
}
/* .secound-service-banner .main_btn .vc_btn3{
	border-radius: 50px !important;
} */
.sec-service-banner-num ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 3rem;
	margin-top: 4rem;
	padding: 0;
}
.sec-service-banner-num ul li {
	list-style: none;
	margin: 0;
}
.sec-service-banner-num a {
	font-size: 2rem;
	color: #fff;
	display: flex;
	align-items: center;
}
.sec-service-banner-num a img {
	max-width: 100%;
	border: 1px solid #fff;
	padding: 1.2rem;
	border-radius: 50%;
	margin-right: 2rem;
	transition: .3s linear;
	margin-bottom: 0;
}
.sec-service-banner-num a:hover img {
	background: var(--first-color);
	border-color: var(--first-color);
}

.sec-service-banner-bottom .title {
	font-size: 4rem;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 1rem;
	color: var(--first-color);
}
.sec-service-banner-bottom .sub-title {
	font-size: 2.5rem;
	margin-bottom: 5rem;
}
.sec-service-banner-bottom {
	padding: 5rem 0;
	background: var(--third-color);
}
.sec-service-banner-bottom .inner{
	max-width: 1250px;
  	margin: auto !important;
}
.sec-service-banner-bottom .inner .right {
	padding-left: 3rem;
}
.sec-service-banner-bottom .inner .left {
	padding-right: 3rem;
}

.sec-service-implant {
	margin-top: 50px;
	margin-bottom: 15px;
}

.sec-service-implant .left {
	padding-left: 6vw;
	padding-right: 3vw;
}
.sec-service-implant .left p {
	text-align: justify;
}
.sec-service-implant .sub-title {
	font-size: 2.5rem;
	margin-bottom: 1rem;
}
.sec-service-implant .title {
	font-size: 5rem;
	line-height: normal;
	margin-bottom: 4rem;
}
.sec-service-implant .bottom-content {
	max-width: 1200px;
	margin: auto;
	margin-top: 15px;
}


.sec_benefits-column {
	padding-top: 8rem;
	padding-bottom: 8rem;
	background-attachment: fixed;
}
.sec_benefits-column .inner{
	max-width: 100%;
}	

.sec_benefits-column .inner > .wpb_column > div > div{
	background: rgba(255,255,255,.9);
}
.sec_benefits-column p{
	font-style: normal;
}
.service-page-patients-videos {
	margin-top: 50px;
	margin-bottom: 30px;
}
.service-page-patients-videos .wpb_content_element {
	margin-bottom: 0;
}
.video-section .videos-item a {
	display: block;
}

.video-section .videos-item a img{
	box-shadow: 0 0 5px 1px #ccc;
	display: block;
	width: 100%;
	filter: brightness(0.5);
}
.video-section .videos-item {
	position: relative;
}
.video-section .videos-item .play-icon::after {
	height: 40px;
	width: 40px;
	border: 2px solid #fff;
	content: '';
	display: inline-block;
	z-index: 9;
	position: relative;
	background: #fff;
	clip-path: polygon(0 0, 80% 48%, 0 100%, 0% 100%);
	margin-left: 15px;
	transition: 1s ease-in-out;
}
.video-section .videos-item .play-icon {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: .1s ease-in-out;
	animation: white_shadow 2s linear infinite;
}
.video-section .videos-item {
	width: calc(50% - 3rem);
	filter: drop-shadow(1px 0px 10px #ccc);
  	margin-bottom: 20px;
}
.video-section {
	display: flex;
	flex-wrap: wrap;
	gap: 5rem;
	justify-content: center;
	
}

.service-page-patients-videos .title {
	font-size: 4.2rem;
	margin-bottom: 4rem;
	color: var(--first-color);
}
.service-page-patients-videos .title b, .faqs .title b{
	font-weight: 500;
	color: var(--secound-color);
}
.service-page-patients-videos .left {
	padding-right: 2rem;
}
.service-page-patients-videos .right {
	padding-left: 2rem;
}

.service-page-gallery-logo {
	position: absolute;
	right: 5%;
	top: 50%;
	height: calc(100% - 90px);
	transform: translateY(-50%);
	margin: 0 !important;
	display: flex;
	align-items: center;
}
.service-page-gallery-logo img{
	position: relative;
	z-index: 9;
	box-shadow: 0 0 30px 2px rgba(0,0,0,.5);
}
.service-page-gallery-logo::after {
	content: '';
	height: 100%;
	width: 2px;
	background: #686868;
	position: absolute;
	right: 40px;
}
.service-page-gallery {
	padding-top: 20rem;
	padding-bottom: 20rem;
	border-top: 5px solid #d39c30;
	margin-top: 50px;
	background-attachment: fixed;
}
.service-page-gallery .vc_column-inner, .service-page-gallery .vc_column-inner > div, .service-page-gallery > div {
	position: static;
}
.service-page-gallery .title b {
	font-weight: 400;
	color: #d39c30;
}
.service-page-gallery .title {
	font-size: 7rem;
	color: #fff;
	line-height: normal;
}
.service-page-gallery .main_btn .vc_btn3::before {
	background: var(--first-color) !important;
}
.service-page-gallery .main_btn .vc_btn3 {
	background: #000 !important;
	margin-top: 5rem;
}
.service-page-gallery > div {
	max-width: 1200px;
	margin: auto;
	float: none;
}

.sec-service-dental-sergery {
	background: var(--third-color);
	padding-top: 50px;
	padding-bottom: 15px;
}
.sec-service-dental-sergery .dental-surgery-inner {
	max-width: 1320px;
	margin: auto;
}

.faqs{
	margin-top: 50px;
}
.faqs .vc_toggle {
	font-size: 16px;
	margin: 0;
	padding: 1.6rem 3rem;
	border: 1px solid var(--first-color);
	margin-bottom: 5rem;
}
.faqs .vc_toggle:last-of-type {
	margin-bottom: 0;
}
.faqs .vc_toggle h4 {
	font-size: 16px;
	color: var(--first-color);
	margin: 0;
}
.faqs .vc_toggle_title {
	padding-left: 0 !important;
	padding-right: 2rem;
}
.faqs .vc_toggle_icon {
	left: auto !important;
	right: 0 !important;
	background: var(--first-color) !important;
	border: 0 !important;
	height: 30px !important;
	width: 30px !important;
	border-radius: 50%;
}

.faqs .vc_toggle_icon::before {
	height: 15px !important;
	width: 1px !important;
	border-color: #fff !important;
	background: #fff !important;
}
.faqs .vc_toggle_icon::after {
	width: 15px !important;
	height: 1px !important;
	border-color: #fff !important;
	background: #fff !important;
}

.faqs .vc_toggle.vc_toggle_active .vc_toggle_icon::before {
	height: 1px !important;
	width: 15px !important;
	background: #fff !important;
	display: block !important;
	visibility: visible !important;
}
.faqs .vc_toggle_content {
	margin: 0;
	padding: 0 !important;
	padding-top: 20px !important;
}

.faqs .title {
	margin-bottom: 4rem;
	color: var(--first-color);
}
.faqs p {
	font-size: 16px;
}

/* Blog and single blog Page */
.wpseo_breadcrumb {
    padding-left: 30px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.wpseo_breadcrumb span {
    font-size: 16px;
    color: #000;
}
.blog .inner-page-banner .entry-title , .single .inner-page-banner .entry-title {
    background-color: var(--secound-color);
    color: #fff;
    text-align: center;
    padding: 30px 0;
    border-top: 1px solid rgba(255,255,255,.4);
    margin-bottom: 50px;
}
.inner-page-banner .entry-title {
	font-size: 3rem;
	padding-left: 15px;
	padding-right: 15px;
}
.blog .container{
	padding: 0px;
}
.blog .type-post .post__header img{
    height: 350px;
    object-fit: cover;
}
.blog .no_blogs {
    width: 100%;
    text-align: center;
}
.blog .no_blogs .title{
    margin-bottom: 0;
}
.blog .col-8,.single .col-8{
    width: 70%;
    padding-right: 40px;
}
.blog .col-4, .single .col-4{
    width: 30%;
    padding-left: 30px;
}

.blog .row ,.single .row{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-4 #secondary p {
    display: none;
}
.recent-post-title {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    background: var(--secound-color);
    padding: 10px;
    font-weight: 500;
}
.recent-posts .recent-post {
    display: flex;
    flex: 20% 0 0;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 15px;
    border: 1px solid #e7e7e7;
    padding: 10px;
    background: #fff;
}
.recent-posts .recent-post .featured-image {
    width: 20%;
    flex-basis: 20%;
}
.recent-posts .recent-post .featured-image img{
    display: block;
}
.recent-posts .recent-post h2 {
    font-size: inherit;
    margin: 0;
    width: 80%;
    flex-basis: 80%;
}
.recent-posts .recent-post a{
    color: #000;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.blog .col-8 .post__title, .blog .col-8 .post__title a {
    font-size: 22px;
    color: #000;
    margin-bottom: 15px;
    line-height: normal;
    margin-top: 10px;
}
.blog .blog-cont {
    font-size: 14px;
}
.blog .blog-readmore a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    background: var(--first-color);
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
}
.blog .blog-readmore a:hover {
    background: var(--secound-color);
}
.blog .col-8 {
    width: 70%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    border-radius: 5px;
	margin : 0 auto;
}
.blog .col-8 article {
    border: 1px solid #e7e7e7;
    padding: 20px;
    box-shadow: 0px 0px 10px #9e9e9e;
}
.blog .col-8 article img{
    width: 100%;
}
.blog .col-8 article header{
    padding-top: 0;
}
.single-feature-image img {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.single .col-8 p, .single .col-8 li {
    font-size: 16px;
    line-height: 1.7;
    color: #000;
}
.single .col-8 a {
    color: var(--first-color);
    font-weight: 600;
	transition: .3s linear;
}
.single .col-8 a:hover {
    color: #000;
}

.blog #load-more-button {
    font-size: 16px;
    background: var(--secound-color);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: 0;
    border-radius: 50px;
    padding: 17px 40px;
    letter-spacing: 2px;
    transition: .3s linear;
    cursor: pointer;
	
}
.blog #load-more-button:hover {
    background: var(--first-color);
}
.blog .load-more-button-outer {
    width: 70%;
    text-align: center;
    margin-top: 50px;
}
.blog .main{
	background: #FFF;
}
.single .col-8{
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    padding: 40px 24px;
}
.blog h2 , .single-post h2{
	margin-top: 10px;
}


.smile-gallery-slider .slick-slide{
	margin-bottom: 0;
	padding: 0 10px;
}
.smile-gallery-slider .slick-dots {
	margin-top: 30px !important;
}
.smile-gallery-slider .bafg-twentytwenty-container{
	margin: auto;
}

/* AS Service page  */
.dental-surgery-outer {
	margin-top: 50px;
    margin-bottom: 50px;
}
.sec-service-dental-sergery{
	margin-top: 0px;
    margin-bottom: 0px;
}
.custom_inner-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.custom_inner-list ul li {
    width: 100%;
    position: relative;
    padding-left: 20px;
}
.custom_inner-list ul li::before {
    content: '';
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: var(--first-color);
    position: absolute;
    left: 0;
    top: 10px;
}
.dental-surgery-inner .wpb_content_element {
	margin-bottom: 0px;}

.cus-insta-link a.insta {
    margin-right: 20px;
}

/* Our Team Page */
.team-page-wlc-row {
	background: var(--third-color);
	padding-top: 36px;
	padding-bottom: 0px;
}
.team-page-wlc-row .title {
	font-size: 5rem;
	font-weight: 200;
	line-height: 1.3;
	color: #3f493e;
}
.team-page-wlc-row .title b {
	font-weight: 600;
}
.team-page-wlc-row p {
	text-align: center;
	max-width: 1150px;
	margin: auto;
	font-weight: 300;
}
.our-story .left {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10rem;
}
.our-story .title b {
	font-weight: 600;
}
.our-story .title {
	font-size: 4rem;
	font-weight: 400;
}
.our-story .title::after, .team-page-doc .title::after{
	content: '';
	height: 2px;
	width: 7rem;
	background: var(--first-color);
	display: block;
	margin-top: 1rem;
}
.our-story img{
	filter: drop-shadow(1px 0px 10px #ccc);
}
.our-story .left {
	padding-left: 7%;
}
.our-story .right {
	padding-right: 7%;
}
.our-story {
	padding-top: 10rem;
}


.row_bg {
	background-color: var(--third-color);
}
.team-page-doc > div:last-child {
	padding-right: 7%;
}
.team-page-doc .main_btn {
	display: none !important;
}
.team-page-doc > div:first-child {
	padding-left: 7%;
}
.team-page-doc .doc-img img, .single-team-inner .team-img img{
	filter: drop-shadow(1px 0px 10px #ccc);
}
.single-team-inner .team-img img {
	padding: 2rem;
}
.team-page-doc {
	padding-top: 8rem;
	padding-bottom: 8rem;
	margin-top: 5rem;
}
.team-page-doc .title, .single-team-inner .title{
	font-size: 4rem;
	margin-bottom: 2.5rem;
	line-height: normal;
}
.team-page-doc .doc-content, .single-team-inner .team-content {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.team-page-doc .wpb_single_image, .single-team-inner .wpb_single_image{
	margin-bottom: 0px !important;
}
.team-page-doc .doc-content {
	padding-left: 10rem;
}
.team-page-doc .doctor-more-content {
	margin-top: 4rem;
	margin-bottom: 0;
}
.team-page-doc .doctor-more-content .dr-sign {
	font-family: SantoriniRegular;
	font-weight: 600;
	font-size: 20px;
	display: block;
	margin: 30px 0;
}

.single-team-outer {
	margin-bottom: 5rem;
}
#secound-doctor {
	margin-top: 0;
}
#secound-doctor .doc-content {
	padding-right: 10rem;
}
.doctor-info_outer {
	background: #fff;
	margin: auto !important;
	margin-top: -40px !important;
	z-index: 99;
	position: relative;
	padding: 5rem 7rem;
	max-width: 88%;
	filter: drop-shadow(1px 0px 10px #c0c0c0);
	display: none;
}
.doctor-info_outer .doct-info-heading {
	font-size: 2rem;
	margin-bottom: 1rem;
	position: relative;
}
.doctor-info_outer .doct-info-heading::before {
	content: '';
	background: url(../images/doc-info-icon-1.png);
	display: inline-block;
	vertical-align: middle;
	height: 25px;
	width: 37px;
	position: absolute;
  	left: -50px;
}
.doctor-info_outer .right .doct-info-heading::before {
	background: url(../images/doc-info-icon-2.png);
	height: 36px;
	width: 36px;
}
.doctor-info_outer .doc-info-content {
	margin-bottom: 0;
	font-size: 1.6rem;
}
.doctor-info_outer .left {
	padding-right: 5rem;
}
.doctor-info_outer .right {
	padding-left: 5rem;
}




.our-team-page_slider {
	padding-top: 7rem;
	padding-bottom: 7rem;
	background: #f7f7f7;
}
.our-team-page_slider .wpb_content_element {
	margin-bottom: 0;
}
.our-team-page_slider .title {
	font-size: 4rem;
	margin-bottom: 4rem;
	line-height: normal;
}
.team-slider-style .team-item {
	padding: 0 15px;
}
.team-slider-style .image {
	text-align: center;
	width: 100%;
	position: relative;
}
.team-slider-style .title {
	font-size: 2.2rem;
	color: #000;
	text-align: center;
	font-weight: 400;
	margin-top: 2rem;
}
.team-slider-style .sub-title {
	font-size: 1.6rem;
	color: var(--first-color);
	text-align: center;
	font-weight: 400;
	margin-top: 8px;
	text-transform: uppercase;
	margin-bottom: 2rem !important;
}
.team-slider-style a::after {
	content: '';
	border: 2px solid var(--first-color);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	border-radius: 0;
	transition: .3s linear;
	background: var(--first-color);
}
.team-slider-style a:hover::after {
	top: 0;
}
.team-slider-style .image img {
	border-radius: 0;
	margin: auto;
	display: block;
	border: 1px solid #cdcdcd;
}
.team-slider-style a {
	display: inline-block;
	padding-top: 0;
	position: relative;
	padding-bottom: 10px;
	border: 1px solid var(--first-color);
}
.team-slider-style a * {
	z-index: 99;
	position: relative;
	transition: .3s linear;
}
.team-slider-style .slick-dots {
	margin-top: 25px;
}
.team-slider-style a:hover * {
	color: #fff;
}
.single-team-inner .content {
	margin-bottom: 0 !important;
}
.benifit_col_no_padding{
padding-top:0px;	
/* padding-bottom:0px;	 */
}
.service_ul_cus_lh ul li {
    line-height: 1.8 !important;
    font-size: 1.8rem !important;
}
.service_ul_cus_lh ul li::before {
    top: 10px !important;
}
.cus_list_text_strt ul{
	grid-gap: 2rem 4rem !important;
	text-align:start
}
.cust_h2_sz{font-size:4.2rem !important}

.custom_inner-list li {
	margin-bottom: 1rem;
	font-size: 1.8rem;
	margin-top: 0;
}
.custom_inner-list li:last-child {
	margin-bottom: 0;
}

/* Botox service after/before */
.botox-after-before-outer {
	margin-top: 40px;
}
.botox-after-before-outer .title {
	font-size: 4.2rem;
	margin-bottom: 3rem;
	color: var(--first-color);
	font-weight: 400;
	text-transform: capitalize;
}
.botox-after-before-outer .title b {
	font-weight: 500;
}
.botox-after-before-inner .single-img {
	width: calc(33.333% - 30px);
	margin-bottom: 0;
}
.botox-after-before-inner > div > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}
.botox-after-before-inner img {
	box-shadow: 0 4px 10px 1px #ccc;
}



/* Responsive start */

@media (max-width: 1600px){
	#first-doctor .doc-content {padding-bottom: 0;}
	.team-page-doc .doctor-more-content {margin-top: 0;}
}

@media (max-width: 1366px){
	.blog .site-header {padding-top: 10px;padding-bottom: 3px;padding: 10px;}
    .smile-gallery-banner {padding-top: 140px !important;padding-bottom: 140px !important;}
	.recent-post-title {font-size: 18px;}

	.team-page-wlc-row .title {font-size: 4rem;}
	.our-story .left {padding-right: 2rem;}
}
@media (min-width: 768px) and (max-width: 1280px){
	.custom_inner-list li { font-size: 1.6rem;}
	.faqs .left {width: 100%;margin-bottom: 3rem;}
	.faqs .right {width: 100%;}
	.cus-insta-link {text-align: center;display: flex;justify-content: center;align-items: center;}
}
@media (max-width: 1190px){
    .secound-service-banner .title {font-size: 4rem;margin-bottom: 1rem;}
	.secound-service-banner .sub-title {font-size: 20px;margin-bottom: 3rem;}
	.sec-service-banner-num ul {gap: 2rem;margin-top: 3rem;}
	.sec-service-banner-num a img {width: 50px;padding: 10px;margin-right: 1rem;height: 50px;}
	.sec-service-banner-num a {font-size: 18px;}

	.sec-service-banner-bottom .title {font-size: 35px;letter-spacing: 2px;}
	.sec-service-banner-bottom .sub-title {font-size: 20px;margin-bottom: 30px;}
	.sec-service-banner-bottom .inner .left {padding-right: 0;}
	.sec-service-banner-bottom .inner .right {padding-left: 0;}

	.sec-service-implant .title {font-size: 35px;margin-bottom: 2rem;}
	.sec-service-implant .sub-title {font-size: 20px;margin-bottom: 1rem;}
	.sec-service-implant .bottom-content {margin-top: 0;}

	.service-page-patients-videos .title{font-size: 35px;}
	.benefits-column p {font-size: 16px;}
	.sec_benefits-column {padding-top: 50px;padding-bottom: 50px;}
	.benefits-column .inner > .wpb_column > div > div {padding: 3rem 3rem;}
	.benefits-column .title br {display: none;}
	.benefits-column .title {font-size: 30px;}

	.service-page-patients-videos .right {padding-left: 0;}
	.service-page-patients-videos .left{padding-right: 0;}

	.service-page-gallery {padding-top: 10rem;padding-bottom: 10rem;}
	.service-page-gallery .title {font-size: 5rem;}
	.service-page-gallery .main_btn .vc_btn3 {margin-top: 3rem;}

	.faqs .vc_toggle {font-size: 18px;padding: 15px 20px;margin-bottom: 3rem;}

	.service-inner-banner .title {font-size: 50px;margin-top: 5rem;}
	.service-inner-banner .left {padding-bottom: 10rem;}
	.service-inner-banner .sub-title {font-size: 16px;}
	.dental-surgery-outer .dental-surgery-inner {max-width: 100%;}
	.dental-surgery-outer .title {margin-bottom: 3rem;}

	.candiate-row .title {font-size: 4rem;line-height: normal;}
	.candiate-row .right{padding-left: 1vw;}
	.candiate-row::after {width: 20px;}
	.candiate-row .right::after {width: 5px;right: 30px;}
	.candiate-row .right ul li, .recovery-dental, .benefits-column li{font-size: 16px;}

	.recovery-dental .title {margin-bottom: 2rem;font-size: 3rem;}
	.recovery-dental {padding-top: 5rem;padding-bottom: 5rem;}
	.candiate-row .title {font-size: 3rem;}

	.single-post .inner-page-banner .entry-title{font-size: 30px;padding-left: 15px;padding-right: 15px;}

	.team-page-doc .title, .single-team-inner .title, .our-story .title {font-size: 3rem;margin-bottom: 15px;}

	.our-team-page_slider .title {font-size: 3rem;margin-bottom: 2rem;}
	.team-slider-style .title {font-size: 20px;margin-top: 10px;}
	.team-slider-style .sub-title {font-size: 15px;margin-bottom: 10px !important;}
	.team-slider-style a {padding-bottom: 0;}

	.team-page-wlc-row .title {font-size: 3rem;}

	.team-page-doc > div:first-child {padding-left: 0;}
	.team-page-doc > div:last-child, .our-story .right{padding-right: 0;}
	.team-page-doc {padding-top: 5rem;padding-bottom: 5rem;margin-top: 5rem;}
	.team-page-doc .doc-content {padding-left: 2rem;}
	#secound-doctor .doc-content {padding-right: 2rem;}
	.doctor-info_outer {margin-top: -20px !important;padding: 3rem 5rem;max-width: 95%;}
	.doctor-info_outer .right {padding-left: 1rem;}
	.doctor-info_outer .left {padding-right: 1rem;}
	.our-story .left {padding-left: 0;padding-top: 0;padding-bottom: 0;}
	.our-story {padding-top: 5rem;}

	.our-team-page_slider {padding-top: 5rem;padding-bottom: 5rem;}
	.service_ul_cus_lh ul li {font-size: 1.6rem !important;}
	.faqs .title {margin-bottom: 3rem;}
	.botox-after-before-outer .title {font-size: 35px;}
}

@media (max-width: 992px){
	.sec-service-implant .left {padding-left: 0;width: 100%;padding-right: 0;}
	.sec-service-implant .right {width: 100%;}

	.benefits-column .title {font-size: 30px;}

	.service-page-gallery{background-attachment: scroll;}
	.service-banner-bottom .right {padding-right: 0;}
	.service-banner-bottom .title {font-size: 20px;margin-bottom: 30px;}
	.service-inner-banner .title {font-size: 40px;margin-top: 3rem;}
	.custom-breadcrumb > div, .custom-breadcrumb a {font-size: 14px;}
	.service-inner-banner .sub-title {font-size: 15px;}

	.candiate-row .left, .candiate-row .right, .our-story > div, .team-page-doc .doc-img {width: 100%;}
	.team-page-doc {margin-top: 15px;}
	.team-page-doc .doc-content {width: 100%;padding-left: 0;}

	.team-page-doc .doc-img img {max-width: 50%;height: 400px;object-fit: cover;object-position: top;}
	.doctor-info_outer {margin-top: 0px !important;padding: 3rem 5rem;max-width: 100%;}
	.doc-direction-mobile {display: flex;flex-direction: column-reverse;flex-wrap: wrap;}

}

@media (max-width: 820px){
	.benefits-column .left, .benefits-column .right {width: 100%;}
	.benefits-column .right{margin-top: 30px;}
}

@media (max-width: 767px){
    .smile-gallery-banner {padding-top: 100px !important;padding-bottom: 100px !important;}
    .outer-gallery .inner-gallery, .outer-gallery .inner-gallery:last-child{max-width: 100%;}
	.secound-service-banner {padding-top: 60px;padding-bottom: 60px;}
	.secound-service-banner .title {font-size: 30px;}
	.secound-service-banner .sub-title {font-size: 18px;margin-bottom: 2rem;}
	.sec-service-banner-num ul {gap: 10px;}
	.sec-service-banner-num a img {width: 40px;margin-right: 1rem;height: 40px;}

	.sec-service-banner-bottom .title {font-size: 30px;letter-spacing: 1px;}
	.benefits-column .inner > .wpb_column > div > div {padding: 3rem 2rem;}
	.benefits-column .title {font-size: 25px;}

	.service-page-patients-videos .title {font-size: 30px;margin-bottom: 2rem;}
	.service-page-patients-videos .left{margin-bottom: 20px;}

	.service-page-gallery .title {font-size: 30px;}
	.service-page-gallery .main_btn .vc_btn3 {margin-top: 0;}
	.service-page-gallery {padding-top: 5rem;padding-bottom: 5rem;}
	.service-page-gallery-logo img {width: 50px;}
	.service-page-gallery-logo::after {right: 25px;}

	.faqs .title {margin-bottom: 3rem;}

	.faqs .vc_toggle {font-size: 16px;padding: 10px 10px;margin-bottom: 2rem;}
	.faqs .left {margin-bottom: 2rem;}
	.faqs .vc_toggle_title {padding-right: 3.5rem;}

	.service-inner-banner .left {padding-bottom: 5rem;}
	.service-inner-banner.in-viewport::before {width: 100%;}
	.service-inner-banner .title {font-size: 30px;}
	.service-inner-banner .title br {display: none;}
	.service-banner-bottom .title::after{margin-top: 1rem;}
	.service-banner-bottom .title::before {margin-bottom: 1rem;}
	.candiate-row .right ul li, .recovery-dental .cus-list li{width: 100%;}
	.recovery-dental .cus-list ul{grid-template-columns: 1fr;}

	.cus-insta-link a.insta {margin-right: 0;margin-bottom: 10px;}
	.custom_inner-list li { font-size: 1.6rem;}
	.dental-surgery-inner > div ul {margin-top: 2rem;}

	.blog h2 , .single-post h2{margin-top: 10px;font-size: 2.5rem;}
	.single .col-4{padding: 0;margin-top: 25px;}
	.blog .col-4, .single .col-4, .single .col-8 {width: 100%;}
	.blog .col-4 {order: 3;padding-left: 0;padding-right: 0;}
	.blog .col-8 {width: 100%;grid-template-columns: repeat(1, 1fr);padding-right: 0;padding-left: 0;}

	.team-page-doc .doc-content, .single-team-inner .team-content {padding-top: 0;padding-bottom: 0;}
	.team-page-doc .doc-img img, .single-team-inner .team-img img {margin-bottom: 20px;}
	.single-team-inner .team-img img {padding: 0;padding-top: 20px;}

	.video-section{gap: 1rem;}
	.video-section .videos-item {width: 100%;}
	.video-section .videos-item .play-icon::after {height: 20px;width: 20px;margin-left: 9px;}
	.video-section .videos-item .play-icon {width: 50px;height: 50px;}

	.our-story .left {padding-right: 0;}
	.team-page-doc .doc-img img {max-width: 100%;height: auto;object-fit: cover;object-position: top;}

	.doctor-info_outer {padding-right: 0px;}
	.doctor-info_outer .right {padding-left: 0;}
	.doctor-info_outer .left {padding-right: 0;padding-bottom: 20px;}
	.res_sm_mb{margin-bottom:30px !important}
	.service_ul_cus_lh.res_sm_mb ul {margin-bottom: 30px;}

	.botox-after-before-outer .title {font-size: 35px;}
	.botox-after-before-inner .single-img {width: calc(50% - 30px);}
	
}

@media (max-width: 520px) {
	body .service-inner-banner, body .secound-service-banner{background-position: 64% !important;}
	.botox-after-before-inner .single-img {width: 100%;}
}