/* Home Banner */
.home-banner-slider{
	padding-top: 50px;
}
.banner-slider {
	margin: 0;
	padding: 0;
	list-style: none;
}
.banner-slider img{
	display: block;
	width: 100%;
}
.banner-slider li {
	position: relative;
	margin: 0;
}
.banner-slider .image-column {
	display: none;
}
.banner-slider .content {
	padding: 0;
	text-align: center;
	max-width: 90%;
	position: absolute;
	top: auto;
	bottom: 25%;
	right: calc((100% - 1330px) / 2);
	width: 100%;
	border-radius: 30px;
	background-color: #ffffff;
	border: 5px solid #8a9a5b;
	max-width: 550px;
	padding: 40px 15px;
}
.banner-slider .button {
	font-size: 17px;
	text-transform: uppercase;
	color: #fefefe;
	font-weight: 600;
	background: var(--secound-color);
	letter-spacing: 0;
	padding: 1.3rem 2.5rem;
	display: inline-block;
	line-height: normal;
	word-spacing: normal;
	border-radius: 10px;
}

.banner-slider .content .title {
	font-size: 30px;
	line-height: 42px;
	color: #8a9a5b;
	font-weight: 700;
}
.banner-slider .content .sub-title {
	font-size: 20px;
	line-height: 28px;
	color: #060606;
	font-weight: 400;
}
.banner-slider .button:hover {
	background: var(--first-color);
	color: #fff;
}
.banner-slider .slick-next {
	right: 40px;
    z-index: 9;
}
.banner-slider .slick-prev {
	left: 30px;
    z-index: 9;
}
.banner-slider .slick-prev::before, .banner-slider .slick-next::before {
	content: '';
	background: #fff url(../image/slide-left-arrow.png);
	height: 50px;
	width: 50px;
	background-position: center center;
	background-size: 12px;
	display: inline-block;
	border-radius: 50%;
	background-repeat: no-repeat;
	opacity: 1;
	box-shadow: 0 0px 7px 1px rgba(0,0,0,.5);
}
.banner-slider .slick-next::before {
	background: #fff url(../image/slide-right-image.png);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: center center;
}

/* home-free-cleaning */
.home-free-cleaning{
	padding-top: 70px;
	padding-bottom: 70px;
}
.home-free-cleaning .middle{
	border-radius: 20px;
	filter: drop-shadow(0px 3px 15px rgba(122,122,122,0.21));
	background-color: #fff0e4;
	border: 5px solid var(--first-color);
	padding: 70px 100px;
	position: relative;
}
.home-free-cleaning .middle h2{
	font-size: 34px;
	line-height: 46px;
	color: #000000;
	font-weight: 700;
}
.home-free-cleaning .middle p{
	font-size: 19px;
	line-height: 33px;
	color: #000000;
	font-weight: 400;
}
.home-free-cleaning .middle .top-layer{
	position: absolute;
	left: 15px;
	top: 15px;
}
.home-free-cleaning .middle .bottom-layer{
	position: absolute;
	right: 15px;
	bottom: 15px;
}

/* Welcome Section */
.welcome-sec {
	display: flex;
  	flex-wrap: wrap;
  	padding-bottom: 7rem;
}
/*.welcome-sec .left *{
	height: 100%;
	object-fit: cover;
	object-position: top right;
}*/
.welcome-sec .left img{
	border-radius: 30px;
	filter: drop-shadow(0 0 12.5px rgba(63,63,63,0.13));
}
.welcome-sec .title {
	font-size: 44px;
	color: #323e48;
	font-weight: 600;
	margin-bottom: 10px;
}
.welcome-sec .sub_title {
	font-size: 34px;
	color: #323e48;
	font-weight: 400;
	margin-bottom: 25px;
}
.welcome-sec .content{
	margin-bottom: 2rem !important;
}
.welcome-sec .content p {
	font-size: 18px;
	line-height: 32px;
	color: #000000;
	font-weight: 400;
}
.welcome-sec .right{
	padding-left: 15px;
}
.welcome-sec .right .dr-sign{
	margin-top: 40px;
	margin-bottom: 40px !important;
}
.welcome-sec .first-btn{
	margin-right: 15px;
}
.welcome-sec .first-btn a{
	background: transparent !important;
	color: var(--first-color) !important;
}
.welcome-sec .first-btn a:hover {
	background: var(--secound-color) !important;
	border-color: var(--secound-color) !important;
	color: #fff !important;
}





/* home-partnership-logos */
.home-partnership-logos{
	background-color: #e5f4fc;
	padding-top: 30px;
	padding-bottom: 30px;
}


/* Banner Bottom */
.home-banner-bottom {
    padding-top: 70px;
    padding-bottom: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.home-banner-bottom .title{
	font-size: 50px;
	font-weight: 400;
	margin-bottom: 45px;
	color: #000;
}
.heading-with-color b{
	color: var(--first-color);
	font-weight: 700;
}



/* patients-says */
.patients-says {
	padding-top: 65px;
	padding-bottom: 65px;
}
.patients-says .title{
	font-size: 50px;
	font-weight: 400;
	margin-bottom: 20px;
}
.homeVideoSlider .slick-slide {
	margin-top: 85px;
	margin-bottom: 85px;
	position: relative;
}
.homeVideoSlider .slick-slide img {
	transition: .3s ease-in-out;
	box-shadow: 0px 0px 7px 1px #aba79e;
	-webkit-filter: brightness(0.5);
	filter: brightness(0.5);
	border-radius: 20px;
	height: 250px;
	width: 100%;
	object-fit: cover;
}
.homeVideoSlider .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;
}
.homeVideoSlider .play-icon::after {
	height: 40px;
	width: 40px;
	border: 2px solid #ede4cf;
	content: '';
	display: inline-block;
	z-index: 9;
	position: relative;
	background: #ede4cf;
	clip-path: polygon(0 0, 80% 48%, 0 100%, 0% 100%);
	margin-left: 15px;
	transition: 1s ease-in-out;
}
.homeVideoSlider .slick-slide.slick-current {
	z-index: 99;
}
.homeVideoSlider .slick-slide.slick-current img {
	transform: scale(1.4);
	/* -webkit-filter: brightness(0.8);
	filter: brightness(0.8); */
}
.slick-prev::before, .slick-next::before {
	display: none;
}
.homeVideoSliderSection .btn-wrap {
	text-align: center;
	margin-top: 2rem;
}
.homeVideoSliderSection .btn-wrap button {
	background: var(--first-color);
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	height: 55px;
	width: 55px;
	margin: 0 5px;
	transition: .3s linear;
	text-align: center;
}
.homeVideoSliderSection .btn-wrap button img{
	display: inline-block;
}
.homeVideoSliderSection .btn-wrap button:hover {
	background: #000;
}

/* Play icon */
@keyframes white_shadow {
    50% {
      box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.1), 0 0 0 6px rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1);
      transition: .3s all;
    }
    50% {
      transition: .5s all;
      box-shadow: 0 0 0 24px rgba(255, 255, 255, 0.1), 0 0 0 8px rgba(255, 255, 255, 0.1), 0 0 0 16px rgba(255, 255, 255, 0.1);
    }
}


/* home-friend-team */
.home-friend-team{
	 padding-top: 65px;
	 padding-bottom: 65px;
}
.home-friend-team .right img{
		 border-radius: 30px;
		 height: 550px;
		 object-fit: cover;
}
.home-friend-team .content{
	 	margin-bottom: 3rem !important;
}
.home-friend-team-layer{
		 position: absolute;
		 left: -130px;
		 bottom: -95px;
}
.home-friend-team .inner-container{
		 margin: 0 auto !important;
		 max-width: 1330px;
}


/* home-accepting-patient */
.home-accepting-patient{
		 background-color: var(--first-color);
		 padding-top: 80px;
		 padding-bottom: 80px;
}
.home-accepting-patient .title{
		font-size: 50px;
		font-weight: 400;
		margin-bottom: 20px;
		color: #fff;
		position: relative;
}
.home-accepting-patient .heading-with-color b{
		color: #fff;
}
.home-accepting-patient .sub_title{
	font-size: 26px;
	color: #ffffff;
	font-weight: 400;
	position: relative;
}
.accepting-patient-btn .wpb_wrapper{
	  display: flex;
	  justify-content: center;
}
.accepting-patient-btn{
	  padding-top: 10px;
	  position: relative;
}
.accepting-patient-btn .main_btn a{
	  background: var(--secound-color) !important;
}
.accepting-patient-btn .main_btn.first-btn a{
	  background: #fff !important;
	  color: #000 !important;
}
.accepting-patient-btn .main_btn.first-btn{
	   margin-right: 15px;
}
.accepting-patient-btn .main_btn a:hover{
	   background: var(--secound-color) !important;
	   color: #fff !important;
}
.home-accepting-patient .accepting-patient-layer-left{
		 position: absolute;
		 left: 40px;
		 bottom: -100px;
}
.home-accepting-patient .accepting-patient-layer-right{
		 position: absolute;
		 right: 40px;
		 bottom: -100px;
}



/* home-gallery-slider */
.home-gallery-slider{
		padding-top: 15px;
		padding-bottom: 15px;
}
.home-slider-gallery {
	padding: 0;
}
.home-slider-gallery li{
	margin: 0;
	padding: 0;
}
.home-slider-gallery li img{
	 width: 100%;
	 height: 330px;
	 object-fit: cover;
	 object-position: top;
}
@media (min-width: 1900px){
	.home-slider-gallery li img{
		height: 450px;
	}
}
.home-slider-gallery .slick-prev {
	left: 15px;
	z-index: 9;
	width: auto;
}
.home-slider-gallery .slick-next {
	right: 15px;
	z-index: 9;
	width: auto;
}
.home-slider-gallery .slick-prev::before, .home-slider-gallery .slick-next::before {
	content: '';
	background: var(--first-color) url(../image/vid-left-arrow.png);
	height: 50px;
	width: 50px;
	background-position: center center;
	background-size: 12px;
	display: inline-block;
	border-radius: 50%;
	background-repeat: no-repeat;
	opacity: 1;
	box-shadow: 0 0px 7px 1px rgba(0,0,0,.5);
	border: 2px solid #fff;
}
.home-slider-gallery .slick-next::before {
	background: var(--first-color) url(../image/vid-right-arrow.png);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: center center;
}




.welcome-bottom-sec{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
	padding: 20px;
}
.welcome-bottom-sec::before, .welcome-bottom-sec::after{
	display: none !important;
}
.welcome-bottom-sec .wpb_column {
	width: 100%;
	background-color: var(--secound-color);
	color: #fff;
	padding: 3rem;
}
.welcome-bottom-sec .wpb_column.middle{
	background-color: var(--first-color);
}
.welcome-bottom-sec .wpb_column:hover{
	background-color: #909090;
}
.welcome-bottom-sec .wpb_column > div > div {
	display: flex;
	align-items: flex-start;
}
.welcome-bottom-sec .wpb_column .image img {
	max-width: 100px;
	margin-right: 15px;
}
.welcome-bottom-sec .wpb_column .title {
	font-size: 2.5rem;
	margin-bottom: 1rem;
}



/* Home Services */
.home-services .slick-dots li button {
	height: 15px !important;
	width: 15px !important;
}
.home-services .slick-dots li {
	height: 15px;
	width: 15px;
	margin: 0 5px;
}
.home-services .slick-dots{
	margin-top: 20px;
}
.home-services .service_item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	padding-left: 1rem;
	padding-right: 1rem;
	color: #fff;
	padding-bottom: 1rem;
	height: 41rem;
	display: flex;
	justify-content: center;
	align-items: end;
}
.home-services .service_item .service-title {
	text-transform: uppercase;
	font-size: 1.5rem;
	font-weight: 700;
	transition: .4s linear;
	padding-top: 1rem;
}
.home-services .service_item .service-title::before {
	content: '';
	height: 1px;
	background: #fff;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transition: .4s linear;
}
.home-services .service-link:hover .service-title::before {
	width: 0;
}
.home-services .service_item::after {
	content: '';
	background: #000;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .5;
}
.home-services .service-content {
	z-index: 9;
	position: relative;
	width: 90%;
}
.home-services .service-link{
	position: relative;
}
.home-services .service-link::after {
	content: "";
	position: absolute;
	transition: .4s linear;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 1px solid #fff;
	opacity: 0;
	visibility: hidden;
}
.home-services .service-link:hover::after {
	left: 30px;
	right: 30px;
	top: 30px;
	bottom: 30px;
	opacity: 1;
	visibility: visible;
}
.home-services .service-link:hover .service-title {
	padding-top: 0;
	padding-bottom: 4rem;
	border-top: 0;
}



/* Responsive */
@media (max-width: 1366px){
	.banner-slider .content{
		 right: 20px;
		 bottom: 20%;
	}
}
@media (max-width: 1190px){
	.banner-slider .content .title {font-size: 3rem;margin-bottom: 15px;}
	.banner-slider .content .sub-title{font-size: 18px;margin-bottom: 15px;}
	.banner-slider .button {padding: 14px 22px;}

	.home-banner-bottom .title, 
	.h-service .title, .welcome-sec .title,
	.patients-says .title{
			font-size: 3rem;
	}

	.welcome-sec .right > div {padding-left: 30px !important;}
	.welcome-sec .sub_title{font-size: 2rem;margin-bottom: 10px;}
	.welcome-sec .content p {font-size: 1.6rem;}

	.welcome-bottom-sec .wpb_column > div > div {flex-wrap: wrap;justify-content: center;}
	.welcome-bottom-sec .wpb_column .image {position: absolute;top: 18px;}
	.welcome-bottom-sec .wpb_column .image img {max-width: 70px;margin-right: 0;}
	.welcome-bottom-sec .wpb_column .content {padding-top: 90px;text-align: center;}

	.welcome-sec-2 .left > div {padding-right: 0rem !important;}
	.welcome-sec-2 .right * {object-position: top center;}


	.home-team-sec .sub_title, .our-clinic .sub-title{font-size: 2rem;}
}
@media (max-width: 1025px){
	.home-banner-slider{
		padding-top: 0;
	}
	.banner-slider .content{
		 max-width: 450px;
		 padding: 20px 10px;
	}
	.banner-slider .content .title{
		  font-size: 2.5rem;
	}
	.home-free-cleaning .middle{
		 width: 100%;
	}
	.homeVideoSlider .slick-slide img{
		 height: 200px;
	}
	.home-services .service_item{
		 height: 25rem;
	}
	.home-services .slick-dots {position: relative !important;bottom: 0 !important;}
	.home-accepting-patient .accepting-patient-layer-left{
		  width: 170px;
	}
	.home-accepting-patient .accepting-patient-layer-right{
		  width: 170px;
	}
}

@media (max-width: 992px){

	.banner-slider .content .title {
	    font-size: 2.3rem;
	    line-height: normal;
	}
	.banner-slider .content{
		  max-width: 400px;
	}
	.home-free-cleaning{
			padding-top: 40px;
    	padding-bottom: 40px;
	}
	.home-free-cleaning .middle{
			padding: 50px 100px;
	}
	.home-banner-bottom .default-form .col-4{
		  width: 50%;
	}
	.home-banner-bottom{
		 padding-top: 40px;
		 padding-bottom: 40px;
	}
	.patients-says{
		  padding-top: 40px;
		 padding-bottom: 40px;
	}
	.patients-says .title{
		  margin-bottom: 0;
	}
	.homeVideoSlider .slick-slide img{
		  height: 150px;
	}
	.home-friend-team .left{
		 width: 100%;
		 padding-top: 20px;
	}
	.home-friend-team .right{
		  width: 100%;
	}
	.welcome-sec > div {width: 100%;}
	.home-friend-team .inner-container{
		  display: flex !important;
		  flex-direction: column-reverse;
	}

	.welcome-sec-2 .right {padding-right: 20px;}

	.welcome-sec .right > div {padding-left: 0 !important;margin-top: 2rem;}
	.welcome-bottom-sec {grid-template-columns: repeat(2, 1fr);margin-top: 30px;margin-bottom: 30px;}
	.welcome-bottom-sec .wpb_column:last-child {grid-column: span 2;}

	.home-accepting-patient .accepting-patient-layer-left {
    	width: 100px;
	}
	.home-accepting-patient .accepting-patient-layer-right {
      width: 100px;
  }
}

@media (max-width: 767px){
	.banner-desktop-img {display: none;}
	.banner-slider .button {
			color: #fff;
			background: var(--first-color);
			border: 1px solid #fff;
	}
	.banner-slider .content {
		position: unset;
		width: 100%;
		max-width: 100%;
		background: var(--first-color);
		border-radius: 0;
	}
	.banner-slider .content .title{
		color: #fff;
	}
	.banner-slider .content .sub-title{
		 color: #fff;
	}
	.banner-slider .cus-row {flex-direction: column-reverse;margin: 0;}
	.banner-slider .slick-arrow {top: 25%;}
	.banner-slider .slick-prev, .home-slider-gallery .slick-prev{left: 10px;}
	.banner-slider .image-column {display: block;}
	.banner-slider .cus-row > * {padding: 0;}
	.banner-slider .image-column img{width: 100%;}
	.banner-slider .content .title {font-size: 2.5rem;margin-bottom: 15px;line-height: normal;}
	.banner-slider .content .sub-title {font-size: 16px;}
	.banner-slider .button {padding: 10px 20px;font-size: 14px;}	
    
  .home-free-cleaning .middle {
    	padding: 30px 30px;
	}
	.home-free-cleaning .middle h2{
		  font-size: 25px;
		  line-height: normal;
	}
	.home-free-cleaning .middle .top-layer,
	.home-free-cleaning .middle .bottom-layer{
		 max-width: 25px;
	}

	.welcome-sec{
		 padding-bottom: 4rem;
	}
	.welcome-bottom-sec {grid-template-columns: repeat(1, 1fr);}
	.welcome-bottom-sec .wpb_column:last-child {grid-column: span 1;}
	.welcome-bottom-sec .wpb_column .image {position: static;top: 0;}
	.welcome-bottom-sec .wpb_column .image img {margin-bottom: 10px;}
	.welcome-bottom-sec .wpb_column .content {padding-top: 0;}

	 .home-banner-bottom .default-form .col-4{
    	width: 100%;
   }
   .home-friend-team{
   	 padding-top: 40px;
   	 padding-bottom: 40px;
   }
   .home-friend-team .right img{
   	  height: auto;
   }
   .home-partnership-logos .wpb_wrapper > .vc_row{
   	   row-gap: 30px;
   }
   .home-accepting-patient{
   	  padding-top: 40px;
   	  padding-bottom: 40px;
   }
   .home-accepting-patient .title{
   	  font-size: 35px;
   }
   .home-accepting-patient .sub_title{
   	  font-size: 20px;
   }
}
@media (max-width: 520px){

	.home-team-outer.slick-slider{text-align: center;}
    .home-services .slick-dots li {height: 10px;width: 10px;margin: 0 3px;}
	.home-services .slick-dots li button {height: 10px !important;width: 10px !important;}
	.home-services .slick-dots {margin-top: 10px;}
	.accepting-patient-btn .main_btn{
   		 width: 100% !important;
   }
	 .accepting-patient-btn .wpb_wrapper{
	 	  flex-direction: column;
	 	  row-gap: 15px;
	 }
}