/* Home Banner */
.banner-slider {
	margin: 0;
	padding: 0;
	list-style: none;
}
.banner-slider img{
	display: block;
	width: 100%;
	height: 750px;
	object-fit: cover;
	object-position: top;
}
.banner-slider li {
	position: relative;
	margin: 0;
}
.banner-slider .image-column {
	display: none;
}
.banner-slider .content {
	background: rgba(0,0,0,0.3);
	padding: 25px 10px;
	text-align: center;
	max-width: 1120px;
	position: absolute;
	top: auto;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.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: 0;
}
.banner-slider .content .title {
	font-size: 4rem;
	color: #fff;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 1.5rem;
	filter: drop-shadow(0 0 3.5px rgba(0,0,0,0.35));
}
.banner-slider .content .sub-title {
	font-size: 2rem;
	color: #fff;
	font-weight: 400;
	filter: drop-shadow(0 0 3.5px rgba(0,0,0,0.35));
}
.banner-slider .button:hover {
	background: var(--secound-color);
	color: #ffffff;
}
.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(/wp-content/themes/dentalmnv/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(/wp-content/themes/dentalmnv/image/slide-right-image.png);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: center center;
}




/* Home Our Service */
.home-our-benefit{
	padding-top: 130px;
	padding-bottom: 50px;
	background-color: #f5f5f3;
}
.home-our-benefit .leftside{
	padding-right: 10px;
}
.home-our-benefit .rightside{
	padding-left: 10px;
}
.home-our-benefit .leftside h4{
	font-size: 32px;
	color: #94c0de;
	font-weight: unset;
	margin-bottom: 1rem;
}
.home-our-benefit .leftside h2,
.home-our-benefit .leftside h1{
	font-size: 45px;
	line-height: 60px;
	color: #0e0e0e;
	font-weight: unset;
}
.home-our-benefit .leftside p{
	font-size: 18px;
	line-height: 32px;
	color: #0e0e0e;
	font-weight: unset;
	margin-bottom: 20px;
}
.home-our-benefit .leftside .site-btn{
	margin-top: 20px;
}
.home-our-benefit .leftside .site-btn a{
	font-size: 19px;
	line-height: 31px;
	text-transform: uppercase;
	color: #ffffff;
}
.home-our-benefit .our-services-items{
	display: flex;
    flex-wrap: wrap;
    gap: 5%;
    row-gap: 35px;
}
.home-our-benefit .our-services-items .service-item{
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.15));
	background-color: #ffffff;
	padding: 55px 20px;
	text-align: center;
	width: 47%;
}
.home-our-benefit .our-services-items .service-item:nth-child(2),
.home-our-benefit .our-services-items .service-item:nth-child(4){
	position: relative;
	top: -75px;
}
.home-our-benefit .our-services-items .service-item img{
	display: inline-block;
	transition: all ease-in-out 0.5s;
	max-width: 70px;
}
.home-our-benefit .our-services-items .service-item h3{
	font-size: 23px;
	font-family: 'SemplicitaPro Regular';
	line-height: 28px;
	color: #000000;
	margin: 15px 0;
}
.home-our-benefit .our-services-items .service-item:hover img{
	 transform: rotate(360deg);
}


/* home-welcome */
.home-welcome{
	padding-top: 50px;
	padding-bottom: 50px;
}
.home-welcome .text-center{
	text-align: center;
	margin: 0 auto;
	max-width: 1000px;
	margin-bottom: 25px !important;
}
.home-welcome h2{
	font-size: 45px;
	line-height: 79px;
	color: #000000;
	position: relative;
	margin-bottom: 40px;
}
.home-welcome h2:after{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 125px;
	height: 2px;
	background-color: var(--secound-color);
}
.home-welcome h2:before {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 12px;
    background-color: var(--secound-color);
}
.home-welcome p{
	font-size: 20px;
	line-height: 30px;
	color: #425664;
	font-weight: 400;
	margin-bottom: 15px;
}
.home-welcome h4{
	font-size: 20px;
	line-height: 30px;
	color: #425664;
	font-weight: 400;
}
.home-welcome a{
	font-size: 20px;
	line-height: 30px;
	text-decoration: underline;
	color: #5f9174;
	font-weight: 400;
}
.home-welcome  .welcome-img{
	margin-top: 40px;
}
.home-welcome  .welcome-img img{
	height: 500px;
	object-fit: cover;
	object-position: top;
	filter: drop-shadow(0px 3px 25px rgba(0,0,0,0.2));
}
.typeimgtext{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.typeimgtext .typing-container{
	font-size: 70px;
    color: #94c0de;
    filter: drop-shadow(0 0 3.5px rgba(0, 0, 0, 0.35));
    font-weight: bold;
    text-align: center;
}


/* our services slider */
.home-services{
    background-color: #ede9e6;
    padding-top: 50px;
    padding-bottom: 70px;
    color: var(--secound-color);
}
.home-services h2{
	font-size: 45px;
	line-height: 79px;
	color: #000000;
	position: relative;
	margin-bottom: 70px;
}
.home-services h2:after{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 125px;
	height: 2px;
	background-color: var(--secound-color);
}
.home-services h2:before {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 12px;
    background-color: var(--secound-color);
}
.home-services ul{
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.home-services ul li{
    margin-bottom: 0;
}
.home-services .service-slide-inner {
	margin-right: 20px;
	background: #fff;
	padding: 40px 25px;
	margin-left: 20px;
	transition: background .3s linear;
	-webkit-transition: background .3s linear;
	-ms-transition: background .3s linear;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
/*	filter: drop-shadow(0px 3px 25px rgba(0,0,0,0.2));*/
   width: 100%;
}
.home-services .slick-track{
	display: flex !important;
}
.home-services .slick-slide{
	display: flex !important;
  	height: auto;
}
.home-services  .service-icon {
	margin-bottom: 40px;
}
.home-services .service-icon img {
	height: 85px;
	object-fit: contain;
	object-position: top;
}
.home-services .title {
	font-size: 30px;
	font-weight: 700;
	color: var(--first-color);
}
.home-services .content p {
	font-size: 15px;
	color: #000;
	line-height: normal;
}
.home-services .service-read-more {
	display: inline-block;
	color: #425664;
	font-weight: 600;
	margin-top: 40px;
	margin-top: auto;
}
.home-services .content {
	margin: auto;
  	margin-bottom: 30px;

}
.home-services .service-read-more::before {
	content: '+';
	display: block;
	font-weight: 600;
	color: var(--first-color);
	font-size: 24px;
}
.home-services .service-slide-inner:hover {
	color: #fff;
	background: var(--first-color);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.home-services .service-slide-inner:hover .title,
.home-services .service-slide-inner:hover .content p,
.home-services .service-slide-inner:hover .service-read-more,
.home-services .service-slide-inner:hover .service-read-more:before{
    color: #ffffff;
}
.home-services .service-icon img {
	margin: auto;
}
.home-services .service-slide-inner:hover .service-icon img{
	-webkit-filter: brightness(0) invert(1);
  	filter: brightness(0) invert(1);
}
.services-slider1 ul.slick-dots {
	margin-top: 30px;
	display: none;
}
.services-slider1 ul.slick-dots li button{
	background-color: #fff;
	border-color: #fff;
}
.services-slider1 ul.slick-dots li.slick-active button{
	background-color: var(--first-color);
	border-color: var(--first-color);
}




/* Home gallery */
.home-gallery {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 1fr 1fr;
	padding: 3rem 0rem;
	position: relative;
}
.item-0 {
	grid-row: span 2;
	grid-gap: 20px;
}
.home-gallery .items img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border: 1px solid #fff;
}
.gallery-absolute-content {
	position: absolute;
	top: 50%;
	left: 11%;
	transform: translateY(-50%);
	width: auto;
	text-align: center;
	z-index: 9;
}
.gallery-absolute-content .title {
	font-size: 100px;
	font-weight: 400;
	color: #fff;
	line-height: normal;
}
.gallery-absolute-content .gallary-btn .gallery-button{
	display: none;
}
.gallery-absolute-content .gallary-btn .gallery-button:first-child{
	display: inline-block;
}
.gallery-button {
	display: inline-block;
	padding: 14px 30px;
	color: #fff;
	background: var(--first-color);
	line-height: normal;
	letter-spacing: 1px;
	transition: .3s linear;
}
.gallery-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: var(--first-color);
	display: flex;
	align-content: center;
	justify-content: center;
	height: 11.2rem;
	width: 11.2rem;
	flex-wrap: wrap;
	z-index: 9;
}
.gallery-logo img{
	display: block;
}
.gallery-button:hover {
	background: var(--secound-color);
	color: #fff;
}


/* Image hover effect */
.hover-border-effect{
	position: relative;
	background: #000;
	transition: .4s linear;
}
.hover-border-effect::after{
	content: "";
	position: absolute;
	transition: .4s linear;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 1px solid #fff;
	opacity: 0;
	visibility: hidden;
}
.hover-border-effect:hover::after{
	left: 30px;
	right: 30px;
	top: 30px;
	bottom: 30px;
	opacity: 1;
	visibility: visible;
}

.hover-border-effect img{
	transition: .4s linear;
}
.hover-border-effect:hover img{
	opacity: .6;
}



/* home about Dr */
.home-about-dr figure,
.home-about-dr figure .vc_single_image-wrapper,
.home-about-dr figure .vc_single_image-wrapper img{
	width: 100%;
}
.home-about-dr .home-about-dr-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1350px;
}
.home-about-dr .leftside .play-video{
	display: flex;
	justify-content: right;
	padding-right: 20px;
}
.home-about-dr .leftside .play-video a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #000000;
    font-size: 14px;
    filter: drop-shadow(0px 3px 14.5px rgba(0,0,0,0.06));
	background-color: #ffffff;
	padding: 10px;
	width: 208px;
}
.home-about-dr .leftside .play-video a img{
	width: 45px;
	height: 45px;
}
.home-about-dr .rightside{
	background-color: rgba(76,76,76,0.8509803921568627);
	padding: 50px;
}
.home-about-dr .rightside > .vc_column-inner > .wpb_wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.home-about-dr .rightside h2{
	font-size: 46px;
	line-height: 55px;
	color: #ffffff;
	width: 100%;
}
.home-about-dr .rightside p{
	font-size: 18px;
	line-height: 31px;
	color: #ffffff;
}
.home-about-dr .rightside .text-center{
	text-align: center;
	width: 100%;
}
.home-about-dr .rightside .wpb_single_image{
	width: 100%;
	margin: 15px 0 !important;
}
.home-about-dr .rightside .wpb_single_image img{
	max-width: 260px;
	display: inline-block;
}
.home-about-dr .rightside .site-btn a{
	border: none !important;
}
.home-about-dr .rightside .get-started{
	margin-left: 12px;
}
.home-about-dr .rightside .get-started a{
	background-color: var(--secound-color) !important;
}
.home-about-dr .rightside .get-started a:hover{
	background-color: var(--first-color) !important;
}


/* home testimonials */
.home-testimonials{
	padding-top: 50px;
	padding-bottom: 50px;
}
.home-testimonials h2{
	font-size: 45px;
	line-height: 79px;
	color: #000000;
	position: relative;
	margin-bottom: 70px;
}
.home-testimonials h2:after{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 125px;
	height: 2px;
	background-color: var(--secound-color);
}
.home-testimonials h2:before {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 12px;
    background-color: var(--secound-color);
}
.ti-widget.ti-goog .ti-controls .ti-next:before, 
.ti-widget.ti-goog .ti-controls .ti-prev:before,
.ti-widget.ti-goog .ti-controls .ti-next:after,
.ti-widget.ti-goog .ti-controls .ti-prev:after{
	background: var(--third-color) !important;
}


/* Instagram */
#sb_instagram .sb_instagram_header, .sb_instagram_header, #sb_instagram #sbi_load .sbi_follow_btn{
	display: none !important;
}
body:not(.home) .cus-instagram-feed{
	margin-top: 50px;
}
.cus-instagram-feed {
/*	background: var(--third-color);*/
	padding-top: 0px;
	padding-bottom: 50px;
}
.cus-instagram-feed .insta-link a, 
.cus-instagram-feed .insta-link h3{
	text-align: center;
	line-height: normal;
	display: block;
	font-size: 35px;
	color: var(--first-color);
	margin-bottom: 20px;
	transition: .3s linear;
}
.cus-instagram-feed .insta-link h3{
	margin: 0;
	font-size: 45px;
    line-height: 79px;
    color: #000000;
}
.cus-instagram-feed .insta-link a{
	color: var(--first-color);
}
.cus-instagram-feed .insta-link a:hover {
	color: var(--secound-color);
}
.cus-instagram-feed .vc_column-inner {
	padding-top: 0 !important;
}

.cus-insta-link {
	text-align: center;
}
.cus-insta-link a{
	padding: 15px 30px;
	border: 1px solid var(--first-color);
	display: inline-block;
	color: var(--third-color);
	text-transform: uppercase;
	line-height: normal;
	transition: .3s linear;
}
.cus-insta-link br {
	display: none;
}
.cus-insta-link > a {
	margin-right: 20px;
}
.cus-insta-link a:hover {
	background-color: var(--first-color);
	color: #ffffff;
}
.cus-instagram-feed .widget {
	margin: 0;
}
.cus_inst_feed a {
	display: block;
	padding: 0 10px;
	transition: .3s linear;
}
.cus_inst_feed a:hover { 
	opacity: .6;
}
.cus_inst_feed img {
	display: block;
	width: 100%;
}
.cus_inst_feed {
	margin-top: 40px;
	margin-bottom: 40px;
}


@media (min-width: 1920px){
	.banner-slider img{
		height: 1000px;
	}
	.home-testimonials > .vc_column_container{
		margin: 0 auto;
		max-width: 1500px;
		float: none;
	}
}

/* Responsive */
@media (max-width: 1280px){
	.home-our-benefit .leftside h2,
	.home-our-benefit .leftside h1{
		font-size: 40px;
	}
}

@media (max-width: 1190px){
	.banner-slider .content{max-width: 900px;}
	.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-about-dr .leftside{
		width: 40%;
	}
	.home-about-dr .rightside{
		width: 60%;
	}
}

@media (max-width: 1024px){
	.home-our-benefit .leftside h2,
	.home-our-benefit .leftside h1 {
	    font-size: 32px;
	    line-height: 45px;
	}
	.home-our-benefit .leftside h4{
		font-size: 28px;
	}
	.home-our-benefit .our-services-items .service-item{
		padding: 55px 14px;
	}
	.home-about-dr .leftside{
		width: 40%;
	}
	.home-about-dr .rightside{
		padding: 30px 20px;
		width: 60%;
	}
	.home-about-dr .rightside h2{
		font-size: 40px;
    	line-height: 50px;
	}
	.gallery-absolute-content .title{
		font-size: 60px;
	}
	.typeimgtext .typing-container{
		font-size: 55px;
	}
}

@media (max-width: 992px){
	.banner-slider .content{max-width: 600px;}
	.home-about-dr .rightside h2 {
	    font-size: 35px;
	    line-height: 40px;
	    margin-bottom: 10px;
	}
	.home-about-dr .rightside p{
		font-size: 16px;
    	line-height: 25px;
	}
	.home-about-dr .rightside .wpb_single_image{
		margin: 10px 0 !important;
	}
	.home-about-dr .rightside .wpb_single_image img {
	    max-width: 230px;
	}
	.home-our-benefit .our-services-items .service-item {
	    padding: 40px 15px;
	}
	.home-our-benefit .our-services-items .service-item h3{
		font-size: 20px;
	}
	.gallery-absolute-content .title{
		font-size: 55px;
	}
	.typeimgtext .typing-container{
		font-size: 45px;
	}
}

@media (max-width: 850px){
	.home-our-benefit{
		padding-top: 40px;
	}
	.home-our-benefit .leftside{
		width: 100%;
		padding-bottom: 50px;
	}
	.home-our-benefit .rightside{
		width: 100%;
	}
}

@media (max-width: 767px){
	.banner-desktop-img {display: none;}
	.banner-slider .button {background: var(--secound-color);}
	.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;}
	.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%;height: auto;}
	.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-our-benefit{
		padding-top: 30px;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.home-our-benefit .leftside{
		padding-right: 0;
		margin-bottom: 50px;
	}
	.typeimgtext{
		width: 100%;
		top: 50%;
	}
	.typeimgtext .typing-container{
		font-size: 32px;	
	}
	.home-about-dr .home-about-dr-inner{
		position: unset;
		transform: none;
		padding-top: 40px;
	}
	.home-about-dr .rightside{
		background: #000000;
	}

	.home-welcome .welcome-img img{
		height: auto;
	}

	.home-gallery {
        grid-template-columns: 1fr
    }
    .item-0 {
        grid-row: span 1
    }
    .gallery-absolute-content {
        position: static;
        transform: unset;
        margin-bottom: 20px
    }
    .gallery-absolute-content .title{
    	color: #000000;
    }
    .gallery-logo {
        height: 70px;
        width: 70px
    }
    .gallery-logo img {
        padding: 10px
    }
    .gallery-logo {
        top: 51px;
        left: 1px;
        transform: unset;
        display: none
    }
    .gallery-absolute-content .title {
        font-size: 40px
    }
    .gallery-button::before {
        background: var(--third-color)
    }

	
}
@media (max-width: 520px){
	.home-our-benefit .leftside{
		margin-bottom: 0;
	}
	.home-our-benefit .our-services-items .service-item{
		width: 100%;
		top: 0 !important;
	}
	.home-welcome h2,
	.home-services h2,
	.gallery-absolute-content .title,
	.home-testimonials h2{
		font-size: 32px;
    	line-height: 40px;
	}
	.cus-instagram-feed .insta-link h3,
	.cus-instagram-feed .insta-link a{
		font-size: 30px;
		line-height: 40px;
	}
	.home-services,
	.home-services ul{
		padding-left: 0;
		padding-right: 0;
	}
	.home-about-dr .home-about-dr-inner{
		width: 100%;
		padding-top: 25px;
	}
	.home-about-dr .leftside .play-video{
		justify-content: center;
		margin-bottom: 25px;
	}
	.home-about-dr .leftside{
		width: 100%;
	}
	.home-about-dr .rightside{
		width: 100%;
	}
	.home-about-dr .leftside .play-video a{
		width: 300px;
	}
	.cus-instagram-feed{
		padding-top: 0;
		padding-bottom: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.cus-insta-link > a {
	    margin-right: 0;
	    margin-bottom: 10px;
	}
	.cus-insta-link a{
		display: block;
	}

}