/* Home Banner */
.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 {
	background: transparent;
	padding: 0;
	position: absolute;
	top: 50%;
	left: calc((100% - 1220px) / 2);
	transform: translateY(-50%);
	width: 100%;
	padding-left: 20px;
	max-width: 600px;
}
.banner-slider .button {
    color: #fff;
    background: var(--secound-color);
    letter-spacing: 0;
    font-size: 18px;
    padding: 1.4rem 3.75rem;
    display: inline-block;
    line-height: normal;
    word-spacing: normal;
    font-weight: 400;
    border-radius: 50px;
}
.banner-slider .content .title {
	font-size: 6rem;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 3rem;
}
.banner-slider .content .title .text-first-color {
    display: block;
}
.banner-slider .button:hover {
	background: var(--secound-color);
	color: var(--third-color);
}
.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;
}
.banner-slider .inner-content {
	margin-bottom: 2rem;
}
.banner-slider .inner-content p {
	font-size: 1.8rem;
	font-weight: 400;
	color: #000;
}

/* Banner Bottom */
.home-banner-bottom {
    margin-top: 7rem;
}
.home-banner-bottom .title {
    font-size: 4.4rem;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 36px;
}
.title.style {
	position: relative;
}
.title.style::after {
	content: '';
	background: var(--first-color);
	height: 4px;
	width: 5rem;
	display: block;
	margin: auto;
	margin-top: 10px;
}
.first-color-bold b {
    font-weight: inherit;
    color: var(--first-color);
}

/* 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 {
	text-align: center;
}
.home-services .service_item img{
	margin: auto;
	margin-bottom: 10px;
}
.home-services .service-title {
	font-weight: 400;
	font-size: 24px;
	color: var(--third-color);
}

/* Home tab gallery */
.gallery-tabs{
	margin-top: 5rem;
}
.gallery-tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.gallery-tabs .left , .gallery-tabs .right {
	padding: 0;
}
.gallery-tabs img {
	width: 100%;
	height: 100%;
  	object-fit: cover;
}

.gallery-tabs .left ul{
	display: grid;
	grid-template-columns: repeat(3, 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: .5;
}
.gallery-tabs ul li.active img {
	opacity: 1;
}
/* Home slider gallery */
.home-slider-gallery {
	padding: 0;
}
.home-slider-gallery li{
	margin: 0;
	padding: 0;
}
.home-slider-gallery .slick-prev {
	left: 30px;
	z-index: 9;
}
.home-slider-gallery .slick-next {
	right: 40px;
	z-index: 9;
}
.home-slider-gallery .slick-prev::before, .home-slider-gallery .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);
}
.home-slider-gallery .slick-next::before {
	background: #fff url(../image/slide-right-image.png);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: center center;
}

/* Why choose us */
.why-choose-outer {
	background: var(--third-color);
	padding-top: 100px;
	clip-path: polygon(0 0, 100% 22%, 100% 100%, 0% 100%);
	margin-top: 4rem;
	padding-bottom: 30px;
}
.why-choose-inner::before {
	display: none !important;
}
.why-choose-outer .why-choose-inner::after {
	content: '';
	height: 10px;
	background: var(--first-color);
	width: 85%;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.why-choose-outer .title {
	font-size: 5rem;
	font-weight: 500;
	margin-bottom: 26px;
}
.why-choose-outer .why-choose-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0rem 5rem;
	background-color: #fff;
	margin-left: 0;
	margin-right: 0;
	margin-top: 120px;
	padding-bottom: 30px;
}
.why-choose-outer .why-choose-inner > div {
    padding: 3rem 4rem;
    padding-top: 80px;
}
.why-choose-outer .inner-title {
	font-size: 2.4rem;
	font-weight: 400;
	margin-bottom: 24px;
	text-transform: uppercase;
}
.why-choose-outer .inner-title b {
	font-weight: 400;
	color: var(--first-color)
}
.why-choose-outer .why-choose-inner .item .icon {
	height: 90px;
	width: 90px;
	background: #fff;
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 8px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
	margin-bottom: 30px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	position: absolute;
  	top: -120px;
}

.why-choose-outer .why-choose-inner .item:nth-child(2) {
	background: var(--first-color);
	color: #fff;
	margin-top: -120px;
}
.why-choose-outer .item:nth-child(2) .inner-title b {
	color: #fff;
}
.why-choose-outer .why-choose-inner .item:nth-child(2) .icon {
	position: relative;
	top: 0;
}
.why-choose-outer .why-choose-inner > div .vc_column-inner {
	padding: 0 !important;
}
.why-choose-outer .why-choose-inner > div > div > div{
	position: relative;
}
.h-service .dental-ser-content{
	padding-left:30px;
}
.home-about {
	margin-top: 5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.home-about .title,.proud-member .title {
    font-size: 4.4rem;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: normal;
}
.home-about .sub_title {
	font-size: 3rem;
	font-weight: 500;
	margin-bottom: 20px;
}
.home-about p {
    font-size: 1.6rem;
    line-height: 1.7;
}
.home-about .left {
	width: 60%;
}
.home-about .right {
	width: 40%;
}
.about_btn_second {
    margin-left: 15px;
}
.about_btn_first .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    color: var(--forth-color);
    border: 0;
    background-color: var(--first-color);
    font-size: 18px;
    border-radius: 50px;
    padding: 13px 46px;
    font-weight: 400;
    margin-top: 30px;
    background-image: none;
}
.about_btn_first .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover{
	background-color: var(--secound-color);
	color:var(--forth-color);
}
.about_btn_second .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    color: var(--forth-color);
    border: 0;
    background-color: var(--secound-color);
    font-size: 18px;
    border-radius: 50px;
    padding: 13px 46px;
    font-weight: 400;
    margin-top: 30px;
    background-image: none;
}
.about_btn_second .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover{
	background-color: var(--first-color);
	color:var(--forth-color);
}
.proud-member {
    margin-top: 50px;
}
.proud-member-staff {
    display: flex;
    align-items: center;
}
.h-service {
	padding-top: 6rem;
	padding-bottom: 120px;
	margin-top: 5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: #ededed;
}
/* .h-service .left {
	width: 40%;
}
.h-service .right {
	width: 60%;
} */

.home-service-outer .service-link {
    font-size: 15px;
    height: 170px;
    width: 170px;
    background: #fff;
    box-shadow: rgba(155 135 135 / 20%) 0px 3px 24px, rgba(155 135 135 / 20%) 5px 6px 18px;
    border-radius: 51% 49% 53% 47% / 76% 72% 28% 24%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    font-weight: 400;
    padding: 20px;
    text-align: center;
}
.absolute-content .title-outer .title {
    font-size: 1.8rem;
    color: #000;
	font-weight:400;
	font-family: "Poppins", sans-serif;
}
.home-service-outer .service-link:hover {
    background: var(--secound-color);
    color: #fff;
}
.home-service-outer .service-link:hover .absolute-content .title-outer .title {
    color: #fff;
}
.home-service-outer .title {
	font-size: inherit;
	line-height: 1.2;
	margin-top: 12px;
}
.home-service-outer {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3, 1fr);
	justify-content: center;
}
.home-service-outer .service-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.h-service .content p {
	font-size: 1.8rem;
}
.h-service .main-title {
	font-size: 4rem;
	font-weight: 400;
}
.h-service .main-title {
	font-size: 5rem;
	font-weight: 500;
}
.home-service-outer .image img {
	transition: .3s linear;
}
.home-service-outer .service-link:hover .image img {
	filter: invert(1) brightness(100);
}

/* Home Team Section */
.home-team-sec-main {
	padding-top: 120px;
	margin-top: -120px;
	align-items: end;
	z-index: 9;
	opacity: 0;
	padding-bottom: 20px;
}
.home-team-sec-main .title {
	font-size: 5rem;
	color: #fff;
	font-weight: 500;
}
.home-team-outer {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 30px;
	text-align: center;
}
.home-team-outer .image img {
	width: 100%;
	max-height: 290px;
	object-fit: cover;
	object-position: top;
	height: auto;
}
.home-team-outer .team-item > a {
/*	background: #ededed;*/
	display: block;
/*	box-shadow: rgba(155 135 135 / 20%) 0px 3px 24px, rgba(155 135 135 / 20%) 5px 6px 18px;*/
	margin-bottom: 30px;
}
.home-team-outer .title {
    font-size: 2.2rem;
    font-weight: 500;
    margin-top: 16px;
    margin-bottom: 10px;
    color: #fff;
}
.home-team-outer .sub-title {
    font-size: 16px;
    padding-bottom: 0;
    font-family: 'Poppins';
    color: var(--forth-color);
    padding-top: 5px;
    text-transform: uppercase;
    font-weight:400;
}
.home-team-sec-main .left {
    padding-bottom: 215px;
}
.home-team-sec-main .team_main_btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    background-color: var(--secound-color);
    color: var(--forth-color);
    margin-top: 40px;
    display: block;
    border: 0;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 400;
    padding: 10px 45px;
    background-image: none;
}
.home-team-sec-main .team_main_btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    background: var(--forth-color);
    color: var(--first-color);
}
.home-team-sec-main .left p {
	max-width: 515px;
	color: #fff;
	font-weight: 400;
}
.home-team-sec-main::after {
	content: '' !important;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	background-color: var(--first-color);
	display: block !important;
	z-index: -1;
	clip-path: polygon(0 14%, 100% 0%, 100% 100%, 0% 100%);
}

.footer-top-map {
	margin-top: 70px;
}




/* Responsive */

@media (max-width: 1600px) {
	.banner-slider .content {left: 5%;}
}
@media (max-width: 1480px) {
	.why-choose-outer {
		clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%);
		padding-top: 60px;
	}
	.why-choose-outer .why-choose-inner .item:nth-child(2) {
    margin-top: -90px;
    padding-top: 50px;
    }
}

@media (max-width: 1190px){
	.banner-slider .content .title {font-size: 4.5rem;}
	.banner-slider .button {padding: 14px 26px;}

	.home-banner-bottom .title,.h-service .main-title,.why-choose-outer .title {font-size: 3.75rem;}
	.our-clinic .sub-title{font-size: 2rem;}
	.why-choose-outer .inner-title {
    font-size: 2.2rem;}
	.banner-slider .slick-prev {left: 10px;}
	.banner-slider .inner-content p {font-size: 16px;max-width: 420px;}

	.why-choose-outer .why-choose-inner {
    padding: 0rem 0rem;
    padding-bottom: 30px;
    }
    .why-choose-outer .why-choose-inner .item:nth-child(2) {
    margin-top: -110px;
    padding-top: 50px;
    }
	.why-choose-outer .why-choose-inner > div {
		padding: 3rem 2rem;
		padding-top: 60px;
	}
	.home-about .title, .proud-member .title {
    font-size: 3.75rem;
    margin-bottom: 24px;
    }
	.home-about .sub_title {
		font-size: 2.3rem;
	}
	.home-about p {
		font-size: 16px;
		line-height: normal;
	}
	.home-banner-bottom {
    margin-top: 5rem;
    }
	.home-service-outer {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
   }
   .home-team-sec-main .title {
    font-size: 4rem;
}
.home-team-outer .title {
    font-size: 2.2rem;
}

	
}
@media (max-width: 1025px){
	.home-services .slick-dots {position: relative !important;bottom: 0 !important;}
	.banner-slider .button {padding: 10px 26px;}
	.site-header .header-right .nav-top {
    padding-bottom: 0px;
    padding-right: 1rem;
    }
    .proud-member-staff {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    text-align: center;
    gap:30px;
    }
    .proud-member-staff.vc_row:after, .proud-member-staff.vc_row:before{
    	display:none !important;
    }
    .proud-member-staff .vc_col-sm-2 {
    width: 100% !important;
    text-align: center;
     }
     .home-team-sec-main .left {
    padding-bottom: 130px;
    }
}

@media (max-width: 992px){
	.gallery-tabs .left, .gallery-tabs .right {width: 100%;}
	.home-banner-bottom .cus-row {margin: 0;}
	.h-service .right {
		width: 100%;
		margin-bottom: 30px;
	}
	.h-service .left {
		width: 100%;
	}
	.h-service .main-title {
		text-align: center !important;
	}
	.h-service .content p {
		font-size: 16px;
		text-align: center;
	}
	.home-service-outer .service-link {
		font-size: 14px;
		height: 200px;
		width: 200px;
		padding: 30px;
	}
	.about_btn_first .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,.about_btn_second .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    font-size: 16px;
    padding: 12px 34px;
    }
    .home-service-outer {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
   }
   .h-service {
    flex-direction: column-reverse;
}
.h-service .dental-ser-content {
    padding-left: 0;
}
.why-choose-outer .inner-title {
    font-size: 2rem;
}
}

@media (max-width: 767px){
	.banner-desktop-img {display: none;}
	.banner-slider .button {
		background: var(--secound-color);
		padding: 10px 20px;
		font-size: 14px;
		color: #fff;
	}
	.h-service {
    padding-top: 5rem;
    }
	.proud-member-staff {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 30px;
   }
	.banner-slider .content {
    margin: 0;
    height: 200px;
    background: var(--first-color);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-items: center;
    max-width: 100%;
    flex-direction: column;
    position: static;
    transform: translateX(0%);
    padding: 20px;
    }
    .home-team-sec-main .team_main_btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    margin-top: 20px;
    }
    .banner-slider .content .text-first-color {
    color: var(--forth-color);
     }
	.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: 3.5rem;
    margin-bottom: 20px;
    line-height: normal;
    color: #fff;
     }
	.banner-slider .inner-content p {color: #fff;}
	.banner-slider .button {padding: 10px 20px;font-size: 14px;}
	
	.why-choose-outer .title,.home-banner-bottom .title,.home-about .title, .proud-member .title  {
		font-size: 3rem;
	}
	.about_btn_first .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern, .about_btn_second .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    margin-top: 20px;
    }
	.why-choose-outer {
		clip-path: polygon(0 0, 100% 3%, 100% 100%, 0% 100%);
		padding-top: 50px;
	}
	.why-choose-outer .why-choose-inner {
		margin-top: 40px;
	}
	.why-choose-outer .why-choose-inner .item:nth-child(2) {
		margin-top: 0;
	}
	.why-choose-outer .why-choose-inner .item .icon {
		height: 80px;
		width: 80px;
		padding: 16px;
  		position: static;
	}
	.why-choose-outer .why-choose-inner > div {
		padding-top: 30px;
	}
	.home-about .left {
		width: 100%;
	}
	.home-about .right {
		width: 100%;
		margin-top: 30px;
	}
	.home-about .title,,.proud-member .title {
		font-size: 3rem;
		margin-bottom: 10px;
	}
	.home-about .sub_title {
		font-size: 18px;
	}
	.h-service .main-title, .home-team-sec-main .title,.home-team-sec-main .title{
		font-size: 3rem;
	}
	.home-service-outer {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    }
	.home-about {
    flex-direction: column-reverse;
    }
    .single-doctor{
    	margin-bottom: 30px;
    }
	.h-service {
    padding-bottom: 130px;
    clip-path: none;
    }
	.home-team-sec-main {
    padding-top: 60px;
    margin-top: -120px;
}
	.home-team-sec-main::after { 
		clip-path: polygon(0px 0%, 100% 3%, 100% 100%, 0% 100%);
	}
	.home-team-outer {
		grid-template-columns: 1fr;
	}
	.home-team-sec-main .left {
		padding-bottom: 40px;
	}
	.home-team-outer .image img {
		max-height: initial;
	}
	.home-team-outer .title {
    font-size: 2rem;
   }
	
}
@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;}
	.home-service-outer .service-link {
    font-size: 14px;
    height: 180px;
    width: 180px;
    padding: 20px;
   }
}
@media (max-width: 400px){
	.home-service-outer {
    grid-template-columns: repeat(1, 1fr);
}
}
@media (max-width: 357px){
.about_btn_second {
    margin-left: 0;
}
.about_btn_second {
    display: block !important;
}
.about_btn_first .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern, .about_btn_second .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    margin-top: 15px;
}
}