/* 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 {
    padding: 25px;
    text-align: center;
    width: 50%;
    margin: auto;
    background: #2b354b82;
    border-radius: 10px;
}
.banner-slider .button {
	text-transform: uppercase;
	color: #fff;
	background: var(--first-color);
	letter-spacing: 0;
	padding: 1.3rem 2.5rem;
	display: inline-block;
	line-height: normal;
	word-spacing: normal;
	font-weight: 500;
	border-radius: 7px;
}
.banner-slider .content .title {
	font-size: 4rem;
	color: #fff;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 1.5rem;
}
.banner-slider .content .sub-title {
	font-size: 2rem;
	color: #fff;
	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;
}
/* Banner Bottom */
.home-banner-bottom{
	margin-top: 5rem;
}
.home-banner-bottom .title{
	font-size: 3.7rem;
	line-height: 1.1;
	font-weight: 700;
}
.heading-with-color b{
	color: var(--first-color);
	font-weight: 400;
}
/* Welcome Section */
.welcome-sec {
	margin-top: 5rem;
	display: flex;
  	flex-wrap: wrap;
}
.welcome-sec .left *{
	height: 100%;
	object-fit: cover;
	object-position: top right;
}
.welcome-sec .title {
	font-size: 4.4rem;
	font-weight: 400;
	color: var(--first-color);
	margin-bottom: 1rem;
	text-transform: capitalize;
}
.welcome-sec .left * img {
    border-radius: 0px 15px 15px 0px;
}
.welcome-sec .sub_title {
	font-weight: 500;
	font-size: 3rem;
	line-height: 1;
	color: #000;
	text-transform: capitalize;
}
.welcome-sec .content{
	margin-bottom: 2rem !important;
}
.welcome-sec .content p {
	color: var(--third-color);
	font-size: 1.8rem;
	line-height: 1.7;
}
.welcome-sec .right{
	padding-right: calc((100% - 1400px) / 2);
}
.welcome-sec .right > div {
	padding-right: 15px !important;
	padding-left: 5rem !important;
}
.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(--first-color);
	color: #fff;
	padding: 3rem;
	border-radius: 7px;
}
.welcome-bottom-sec .wpb_column.middle{
	background-color: var(--secound-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;
}

/* Welcome section 2 */
.welcome-sec-2 .left * {
	height: auto;
}
.welcome-sec-2 .right * {
	height: 100%;
	object-fit: cover;
	object-position: top right;
	border-radius: 15px 0px 0px 15px;
}
.welcome-sec-2 .left {
	padding-left: calc((100% - 1400px) / 2);
	padding-top: 10px;
  	padding-bottom: 10px;
}
.welcome-sec-2 .left > div {
	padding-right: 5rem !important;
	padding-left: 15px !important;
}
.welcome-sec-2 .right {
	padding-right: 0;
}
.welcome-sec-2 .right > div {
	padding-right: 0px !important;
	padding-left: 0rem !important;
}
.welcome-sec-2 {
	margin-top: 0;
}

/* 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;
}
.h-service {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.home-services .service-title {
	font-weight: 400;
	font-size: 18px;
	color: var(--third-color);
}
.home-slider-gallery img {
    padding: 5px;
    border-radius: 15px;
    width: 100%;
}
/* Home Team Section */
.home-team-sec{
	margin-top: 50px;

}
.home-team-sec .title {
	font-size: 4rem;
	line-height: 1;
}
.home-team-sec .sub_title {
	font-size: 2.8rem;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 4rem;
}

/* 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;
}

.h-service .slick-prev::before, .h-service .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;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.h-service .slick-next::before {
	background: #fff url(../image/slide-right-image.png);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: center center;
}
.h-service .slick-dots li button{
	background: var(--first-color) !important;
}
.h-service .slick-dots li.slick-active button{
	background: var(--secound-color) !important;
}

/* Home service */
.h-service .title{
	font-size: 4.2rem;
}
/* Home Review Section */
.home-review-slider .slick-dotted.slick-slider {
	margin: 0;
}
.home-review-slider .items {
	text-align: center;
	margin: 0 0px;
	padding: 0 15px;
}
.home-review-slider .items > div {
	background: #fbfbfb;
	padding: 4rem 3rem !important;
	border: 2px solid var(--third-color);
	border-radius: 15px;
}
.home-review-slider .auth-title {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 0;
	position: relative;
	padding-left: 38px;
	width: auto;
	display: inline-block;
	margin-top: 15px;
}
.home-review-slider .content{
	margin-top: 15px;
}
.home-review-slider .auth-title::before {
	height: 30px;
	width: 30px;
	background: url(../image/google-icon.png);
	background-size: 30px;
	background-repeat: no-repeat;
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(0%);
}
.home-review-slider p{
	font-size: 1.5rem;
}
.home-review-slider .slick-dots{
	margin-top: 10px;
}
ul.banner-slider.slick-initialized.slick-slider {
    margin: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
    top: auto;
    bottom: 50px;
}
.banner-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-video video {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
}

/* Responsive */
@media (max-width: 1366px){
}
@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{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-services .slick-dots {position: relative !important;bottom: 0 !important;}
	.banner-slider .button {padding: 10px 22px;}
}

@media (max-width: 992px){
	.welcome-sec > div {width: 100%;padding-left: 20px;padding-right: 20px;}

	.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;}

	.gallery-tabs .left, .gallery-tabs .right {width: 100%;}
}

@media (max-width: 767px){
	.banner-slider .content {
	    padding: 15px;
	}
	.banner-desktop-img {display: none;}
	.banner-slider .button {color: #fff;background: var(--first-color);}
	.banner-slider .button:hover {color: #fff;background: var(--first-color);}
	.banner-slider .content {margin: 0 auto;width:90%;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;}
	.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-team-sec .title {font-size: 25px;margin-bottom: 10px;line-height: normal;}
    .home-team-sec .sub_title {font-size: 18px;line-height: normal;margin-bottom: 3rem;}

	.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;}
	ul.banner-slider.slick-initialized.slick-slider{position: static;}
}
@media (max-width: 580px){

	.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;}
}