.banner .slick-dots{
	display: none;
}
.banner .absolute-content {
	position: absolute;
	right: 36%;
	bottom: 20%;
	width: 550px;
	transform: translateX(50%);
}
.bubble-1 {
	padding: 66px 30px;
	background: var(--primary-color);
	border-radius: 50%;
	max-width: 273px;
	text-align: center;
	margin-top: 60px;
	transform: translateY(90px);
	margin-right: -50px;
	padding-bottom: 90px;
}
.bubble-1 .title {
	color: #333333;
	margin: 0 10px;
	font-size: 28px;
}
.absolute-content > div{
	position: relative;
	display: inline-block;
	box-shadow: 0 0 13px 1px rgba(0, 0, 0, .3);
}
.absolute-content > div .title, .absolute-content > div .sub-title{
	z-index: 9;
  	position: relative;
}
.absolute-content > div::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 50px;
	border-radius: 50%;
	width: 50px;
	box-shadow: 0 0 47px 57px rgba(255, 255, 255,.5);
	background: rgba(255, 255, 255,.5);
}
.bubble-2 {
	padding-top: 75px;
	padding-left: 30px;
	padding-right: 30px;
	background: var(--secondary-color);
	border-radius: 50%;
	padding-bottom: 90px;
	max-width: 317px;
	text-align: center;
}
.bubble-2 .title {
	color: #fff;
	text-transform: uppercase;
	font-size: 50px;
	margin-bottom: 9px;
	line-height: 1;
}
.bubble-2 .sub-title {
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #fff;
	margin: 0 50px;
}
.bubble-1::after {
	content: '';
	background: url(../images/bubble1-wave.png);
	height: 19px;
	width: 67px;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
}
.bubble-2::after {
	content: '';
	background: url(../images/bubble2-wave.png);
	height: 28px;
	width: 98px;
	position: absolute;
	bottom: 38px;
	left: 50%;
	transform: translateX(-50%);
}





.welcome-dentist-section .left-col {
	width: 56%;
}
.welcome-dentist-section .right {
	width: 44%;
}
.welcome-dentist-section .title {
	font-size: 60px;
	color: var(--primary-color);
	margin-bottom: 0;
}
.welcome-dentist-section .sub-heading {
	color: var(--secondary-color);
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 27px;
}
.welcome-dentist-section .content p{
	font-size: 21px;
	color: #fff;
	line-height: 1.8;
}
.welcome-dentist-section .content {
    margin-bottom: 20px !important;
}
.welcome-dentist-section .absolute-logo {
	margin-top: -90px;
	padding-left: 30px;
}
/* .welcome-dentist-section::before {
	content: '';
	height: 143px;
	position: absolute;
	top: 0px;
	width: 100%;
	left: 0;
	background: url(../images/banner-botto-top-mask.png);
    background-size: cover;
	z-index: 999;
    background-repeat: no-repeat;
    mask-size: cover;
} */
.welcome-dentist-section {
	padding-top: 116px;
	padding-bottom: 30px;
	z-index: 99;
	position: relative;
}
.welcome-dentist-section-outer > div {
	position: static;
}
.bg-image-add {
	position: absolute;
	top: -26%;
	width: 100%;
	left: 0;
	z-index: 9;
}
.bg-image-add img {
	width: 100%;
	height: 1100px;
	display: none;
	transition: 1s ease-in-out;
}
.welcome-dentist-section-outer {
	overflow: visible !important;
}
.patient-form-row {
	padding-top: 80px;
    position: relative;
    padding-bottom: 147px;
}
.patient-form-row::after {
	content: '';
	mask-image: url(../images/forms-bottom-bg.png);
	mask-repeat: no-repeat;
	mask-size: 100%;
	height: 117px;
	bottom: -5px;
	background-color: #fff;
	position: absolute;
	left: 0;
	width: 100%;
	mask-position-y: bottom;
	-webkit-mask-position-y: bottom;
}
.patient-form-row .form-buttons{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.form-buttons .secondary-button {
	width: 100%;
}
.form-buttons .secondary-button .vc_btn3  {
	width: 100% !important;
	text-align: center !important;
    padding: 12px 30px !important;
}
.form-buttons .secondary-button .vc_btn3 .vc_btn3-icon {
	font-size: 25px !important;
	line-height: 14px !important;
	position: relative !important;
	display: inline-block !important;
	vertical-align: middle !important;
	padding-right: 10px !important;
	left: auto !important;
	margin-top: 6px;
}
.patient-form-row .logos-row {
	max-width: 1070px;
	margin: auto;
}
.homeVideoSlider .slick-dots {
	display: none !important;
}
.homeVideoSlider .slick-slide{
    margin-top: 75px;
    margin-bottom: 75px;
    position: relative;
}
.homeVideoSlider .slick-slide img{
    transition: .3s ease-in-out;
    box-shadow: 0px 2px 10px 2px #aba79e;
    filter: brightness(0.4);
}
.homeVideoSlider .slick-slide.slick-current img {
	transform: scale(1.4);
	filter: brightness(1);
}
.homeVideoSlider .slick-slide.slick-current{
    z-index: 99;
}

.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;
}
.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;
}
.homeVideoSlider .slick-slide.slick-current .play-icon{
    width: 80px;
	height: 80px;
}
.home-patient_videos .title {
	font-size: 52px;
	margin-bottom: 40px;
	color: var(--secondary-color);
}


.services-slider1 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 30px;
    justify-content: center;
    list-style: none;
}
.services-slider1 li {
	width: calc(33.333% - 11px);
}
.service-icon {
	margin: 0 25px;
}
.service-icon img {
	border-radius: 20px 20px 0px 0px;
	display: block;
}
.services-slider1 li .title {
	font-size: 24px;
	padding: 15px 20px;
	background: var(--secondary-color);
	line-height: normal;
	margin: 0;
	border-radius: 20px;
	text-align: center;
	color: #fff;
	position: relative;
	box-shadow: 0 4px 13px 2px rgba(0,0,0,.5);
}
.services-slider1 li .title::after {
	content: '';
	background: url(../images/service-right.png);
	position: absolute;
	top: 58%;
	right: 6%;
	transform: translateY(-50%);
	background-size: 76px;
	background-repeat: no-repeat;
	height: 100%;
	width: 75px;
	opacity: .6;
}
.services-slider1 li.service-2 .title, .services-slider1 li.service-6 .title{
    background: var(--third-color);
}
.services-slider1 li.service-3 .title, .services-slider1 li.service-4 .title{
    background: var(--primary-color);
}
.home-services .main-title {
	font-size: 60px;
	color: #333;
	margin-bottom: 30px;
}
.home-services{
    padding-top: 50px;
    padding-bottom: 74px;
}
.home-services ul{
    margin: 0;
}

.map {
	display: none;
}


/* Tab Gallery */

.gallery-tabs{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}
.gallery-tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.gallery-tabs .left,.gallery-tabs .right{
	padding: 0;
	width: 50%;
}
.gallery-tabs img {
	width: 100%;
	height: 100%;
  	object-fit: cover;
}
.gallery-tabs .right * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: flex;
}
.gallery-tabs .left ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	height: 100%;
}
.gallery-tabs ul li {
	background: #000;
	margin: 0;
}
.gallery-tabs ul li a {
	display: block;
	height: 100%;
}
.gallery-tabs ul li img {
	opacity: 1;
}
.gallery-tabs ul li.active img {
	opacity: 1;
}


/* responsive */
@media (max-width: 1480px){
	.bg-image-add{top: -30%;}
	.bg-image-add img{height: 875px;object-fit: cover;}
	.welcome-dentist-section {padding-top: 0;padding-bottom: 0;}
	.patient-form-row {padding-top: 100px;padding-bottom: 87px;}
	.welcome-dentist-section .title {font-size: 50px;}
	.welcome-dentist-section .sub-heading {font-size: 24px;}

	.home-patient_videos .title, .home-services .main-title, .home-gallery .vc_custom_heading{font-size: 47px;}
	.home-patient_videos {padding-left: 35px; padding-right: 35px;}
}
@media (max-width: 1366px){
	.site-branding .logo img {max-width: 196px;}
	header .main-navigation .container .menu-header-top-container > ul > li > a {font-size: 16px;padding: 10px 23px;}
	.welcome-dentist-section .title {font-size: 47px;}
	.welcome-dentist-section .sub-heading {font-size: 22px;}
	.welcome-dentist-section .content p {font-size: 18px;}

	.bg-image-add img {height: 870px;}
	.welcome-dentist-section .content {padding-right: 40px;}
	.form-buttons .secondary-button .vc_btn3 {font-size: 20px !important; padding: 12px 9px !important;}
	  
}
@media (max-width: 1280px){
	.bg-image-add img {height: 810px;}
}

@media (max-width: 1190px){
	.bg-image-add img {height: 750px;}
	.primary-button .vc_btn3{font-size: 20px !important;padding: 10px 40px !important;border-radius: 10px !important;}
	.welcome-dentist-section .content p {font-size: 16px;}
/* 	.bg-image-add img {height: 690px;} */

	.home-patient_videos .title{font-size: 40px;margin-bottom: 20px;}
	.home-services .main-title,.home-gallery .vc_custom_heading{font-size: 40px;}

	.services-slider1 li .title{font-size: 18px;padding: 15px 10px;border-radius: 10px;}
	.services-slider1 li .title::after {background-size: 58px;width: 62px;}

	.home-services {padding-bottom: 50px;padding-left: 15px !important;padding-right: 15px !important;}
	.service-icon {margin: 0 15px;}
}

@media (max-width: 1024px){
	.welcome-dentist-section .absolute-logo {margin-top: -55px;padding-left: 10px;}
	.patient-form-row::before {
		content: '';
		mask-image: url(../images/forms-bottom-bg.png);
		mask-repeat: no-repeat;
		mask-size: 100%;
		height: 49px;
/* 		top: -40px; */
		top: -35px;
		background-color: var(--secondary-color) !important;
		position: absolute;
		left: 0;
		width: 100%;
		mask-position-y: bottom;
	}
	.patient-form-row {
		padding-top: 0px;
		padding-bottom: 60px;
		overflow: visible !important;
		clear: both;
		float: left;
	}
	.bg-image-add{z-index: auto;}
	.logos-row img, .form-buttons img {max-width: 70% !important;}
	.form-buttons .secondary-button .vc_btn3 {font-size: 14px !important;z-index: 99;}
	.welcome-dentist-section {padding-bottom: 50px;}
	.bg-image-add img {height: 750px;}
	.services-slider1 li {
		width: calc(50% - 11px);
	}
	
}

@media (max-width: 992px){
	.bubble-2 .title {font-size: 35px;}
	.bubble-1 .title {font-size: 20px;}

	.bubble-1 {padding: 60px 30px;max-width: 223px;padding-bottom: 70px;}
	.bubble-2 {padding-top: 55px;padding-bottom: 80px;max-width: 270px;}
	
	.banner img {height: 640px;}
	.banner .absolute-content {right: 15px;bottom: 30%;width: auto;transform: unset;left: auto;}
	.bg-image-add {top: -35%;}
	.welcome-dentist-section .title {font-size: 35px;}
	.welcome-dentist-section .sub-heading {font-size: 18px;}
	.welcome-dentist-section .content p {font-size: 15px;line-height: 1.5;}
	.welcome-dentist-section .content {padding-right: 0;}
	.site-branding .logo img {max-width: 150px;}

	.homeVideoSlider .slick-slide {margin-top: 55px;margin-bottom: 55px;}
	.home-patient_videos .title {font-size: 35px;margin-bottom: 0;}
	.home-services .main-title, .home-gallery .vc_custom_heading{font-size: 35px;}
	.gallery-tabs .left, .gallery-tabs .right {width: 100%;}
}

@media (max-width: 767px){
    #home-patient-video .slick-prev, #home-patient-video .slick-next{display: none !important;}
	.bg-image-add {display: none;}
/* 	.banner img {height: 360px;object-position: left;} */
	.banner img {height: auto; object-position: left; margin-top: 185px;}
	.banner .absolute-content{position: static;padding: 20px 15px;text-align: center;background: var(--secondary-color);}
	.absolute-content > div{box-shadow: 0 0 13px 1px rgba(255, 255, 255,.5);}
	.absolute-content > div.bubble-1{box-shadow: 0 0 13px 1px rgba(0, 0, 0,.5);}
	.bubble-1 {	padding: 30px 30px;max-width: 200px;padding-bottom: 60px;margin-top: 0;transform: unset;margin-right: -20px;}
	.bubble-2 .sub-title {font-size: 14px;color: var(--third-color);}
	.bubble-2 .title {font-size: 30px;margin: 10px 30px;color: var(--third-color);}
	.bubble-1::after, .bubble-2::after {bottom: 20px;}
	.site-branding .logo img {max-width: 130px;}

	.welcome-dentist-section{background: url(../images/bg.jpg);background-repeat: repeat;padding-top: 50px;padding-bottom: 50px;}
	.welcome-dentist-section .left-col {width: 100%;margin-bottom: 30px;}
	.welcome-dentist-section .right {width: 100%;}
	.welcome-dentist-section .absolute-logo {margin-top: -20px;padding-left: 0;}
	.form-buttons img {margin-top: 20px;margin-bottom: 10px;}

	.home-patient_videos .title {font-size: 30px;margin-bottom: 20px;}
	.home-patient_videos {margin-top: 30px;}
	.homeVideoSlider .slick-dots {display: block !important;}
	.homeVideoSlider .slick-slide.slick-current img {transform: scale(1);}
	.homeVideoSlider .slick-slide {margin-top: 0;margin-bottom: 20px;padding: 0 10px;}
	.play-icon::after {height: 30px;width: 30px;}
	.homeVideoSlider .slick-slide.slick-current .play-icon {width: 60px;height: 60px;}
	.homeVideoSlider  .slick-dots li button::before {font-size: 15px;}
	.services-slider1 li {width: 100%;}
	.services-slider1 li .title {padding: 10px 20px;display: flex;justify-content: space-between;align-items: center;}
	.services-slider1 li .title::after {width: 62px;position: relative;height: 34px;display: inline-block;margin-left: 10px;top: 0;transform: unset;right: 0;}
	.home-services .main-title {font-size: 30px;margin-bottom: 20px;}
	.home-services, .gallery-tabs{padding-top: 40px;}
	.form-buttons .secondary-button{text-align: center;}
	.form-buttons .secondary-button .vc_btn3{width: 270px !important;}
	
}

@media (max-width: 520px){
/* 	.banner img {height: 400px;} */
	.banner img{height: auto; /*margin-top: 20px;*/}
	.site-header::after {height: 7px;}
	.bubble-1{margin-right: -50px;margin-bottom: 10px;}
}