/* Inner Banner */
.inner-page-banner {
	width: 100%;
	text-align: center;
	background: var(--first-color);
	padding: 4.5rem 1rem;
	color: #fff;
	margin-bottom: 50px;
	padding-top: 158px;
}
.inner-page-banner .entry-title {
	font-size: 40px;
	margin-bottom: 0;
	font-weight: 500;
	color: #ffffff;
}

/* Service Pages */
.inner-h2, .all-services .section-title{
	font-size: var(--inner-h2);
	font-weight: 600;
	margin-bottom: 1.5rem;
}
.inner-page-content p, .inner-page-content li,.inner-page-content a{
	font-size: var(--inner-page-content);
	line-height: 1.6;
}
.inner-page-content ul,
.inner-page-content ol{
	margin-left: 0;
}
.all-services .section-title {
	text-align: center;
	color: #fff;
}
.all-services {
	background: var(--secound-color);
	padding: 50px 0;
}
.custom-sv-list {
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	overflow: hidden;
	list-style: none;
	gap: 15px;
	justify-content: center;
}
.custom-sv-list li {
	flex: 25%;
	flex: auto;
	margin: 0;
}
.custom-sv-list a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	background: #000;
	padding: 15px 30px;
	text-align: center;
}
.custom-sv-list a:hover {
	background: var(--first-color);
	color: #fff;
}

/* Our Team Page */
.team-page-banner p, .team-page-doc p{
	font-size: 1.8rem;
}
.team-page-banner video {
	height: 500px;
	object-fit: cover;
}
/* Single Team Page */
.sing-team_mem-outer .content p {
	font-size: 1.8rem;
}
.sing-team_mem-outer a {
	font-weight: 700;
}

.single-teampage-slider{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f5f3f1;
	margin-top: 50px;
}
.single-teampage-slider .heading,.team-page-slider .heading{
	font-size: 3.5rem;
	margin-bottom: 5rem;
}


/* Blog and single blog */
.no-blogs .title {
	text-align: center;
	margin: 0;
}
.blog .site-footer,
.single-post .site-footer{
	background-color: #fff;
	padding-top: 50px;
}
.blog-content{
	background: #f4f4f4;
}
.blog-content .cus-row {
	flex-direction: row;
}
.blog-content .post-left {
	border-radius: 5px;
	padding-right: 40px;
	order: 1;
}
.blog-content .post-left article {
	border: 1px solid #e7e7e7;
	padding: 20px;
	box-shadow: 0 0 10px #9e9e9e;
	margin-bottom: 20px;
}
.blog-content .post-left article:last-of-type {
	margin-bottom: 0;
}
.blog-content .post-left .featuredImg, .single-post .post-left .post-thumbnail img{
	height: 400px;
	object-fit: cover;
	object-position: top;
	width: 100%;
}
.blog-content article .post-title a {
	font-size: 22px;
	color: #000;
	margin-bottom: 15px;
	line-height: normal;
	margin-top: 10px;
	display: inline-block;
}
.blog-content article .post-title {
	font-size: unset;
	line-height: normal;
	margin: 0;
}
.blog-content .blog-cont {
	font-size: 16px;
}
.blog-content .blog-readmore .read-more-button {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	background: var(--first-color);
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	margin-top: 20px;
	border-radius: 0;
}
.blog-content .blog-readmore .read-more-button:hover {
	background: #000;
	color: #fff;
}
.load-more-button-outer {
	text-align: center;
	margin-top: 30px;
	order: 3;
	width: 66.67%;
	padding-left: 15px;
	padding-right: 40px;
}
#load-more-button {
	font-size: 16px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	border: 0;
	padding: 17px 40px;
	letter-spacing: 2px;
	transition: .3s linear;
	cursor: pointer;
	border-radius: 0;
}
#load-more-button:hover {
	background: var(--first-color);
}
.blog-content .post-right {
	padding-left: 30px;
	order: 2;
}
.blog-content .post-right .recent-post-title {
	color: #fff;
	background: var(--first-color);
	padding: 10px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
}
.blog-content .post-right .recent-post {
	display: grid;
	grid-template-columns: 20% 1fr;
	align-items: center;
	grid-column-gap: 10px;
}
.blog-content .post-right .recent-post .title {
	font-size: unset;
	color: #000;
	margin: 0;
}
.blog-content .post-right .recent-post .title a {
	font-size: 16px;
	color: #000;
	line-height: normal;
	font-weight: 400;
}
.blog-content .post-right .recent-post {
	margin-bottom: 15px;
	border: 1px solid #e7e7e7;
	padding: 10px;
	background: #fff;
}
.single-post .blog-content {
/*	background: transparent;*/
	background: #f4f4f4;
	padding-bottom: 50px;
}
.single-post .post-left{
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	padding: 24px 24px;
}
.single-post .post-left p, .single-post .post-left a{
	font-size: 1.8rem;
	line-height: 1.7;
	font-weight: 500;
}
.single-post .post-left ul,
.single-post .post-left ol{
	font-size: 1.8rem;
	line-height: 1.7;
	font-weight: 500;
}
.single-post .post-left p:last-child{
	margin-bottom: 0;
}
.single-post .post-left .post-thumbnail {
	margin-bottom: 10px;
}
.single-post .blog-content .cus-row{
	padding-left: 15px;
	padding-right: 15px;
}

/* FAQS */
.faq-section .vc_tta-panel .vc_tta-panel-title > a {
	color: #fff !important;
	background: var(--first-color) !important;
	padding-top: 2.5rem !important;
  	padding-bottom: 2.5rem !important;
	line-height: 1.4;
}
.faq-section .vc_tta-panel.vc_active .vc_tta-panel-title > a {
	color: #fff !important;
	background: #000 !important;
}
.faq-section .vc_tta-controls-icon::before, .faq-section .vc_tta-controls-icon::after {
	border-color: #000 !important;
}
.faq-section .vc_tta-panel.vc_active .vc_tta-controls-icon::before, .faq-section .vc_tta-panel.vc_active .vc_tta-controls-icon::after{
	border-color: #fff !important;
}
.faq-section .vc_tta-panel-body {
	background-color: #f5f3f1 !important;
	border: 0 !important;
}
.faq-section .vc_tta-panel {
	margin-bottom: 1rem;
}
.faq-working-hour{
	margin-top: 50px;
}
.faq-working-hour ul{
	margin: 0;
	padding: 0;
}
.faq-working-hour ul li{
	position: relative;
	padding-left: 40px;
	list-style: none;
}
.faq-working-hour ul li::before{
	content: '';
	background: url(/wp-content/themes/dentalmnv/image/time.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 20px;
	width: 20px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

/* Contact Page */
.contact-page-details .right a {
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	padding-left: 30px;
	display: block;
	position: relative;
}
.contact-page-details .right a::before {
	content: '';
	background-image: url(/wp-content/themes/dentalmnv/image/phone.svg);
	height: 20px;
	width: 20px;
	fill: #fff;
	display: inline-block;
	vertical-align: middle;
	filter: brightness(0) invert(1);
	margin-right: .5rem;
	transition: .3s linear;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.contact-page-details .right .mail a::before{
	background-image: url(/wp-content/themes/dentalmnv/image/mail.svg);
}
.contact-page-details .right .location a::before{
	background-image: url(/wp-content/themes/dentalmnv/image/location.svg);
}



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



/* Responsive Start */
@media (max-width: 1190px){
	.sing-team_mem-outer .content p{font-size: 16px;}
	.blog-content .post-left {padding-right: 15px;}
	.blog-content .post-right {padding-left: 15px;}
	.team-page-banner p, .team-page-doc p {font-size: 16px;}

	.home-about-dr .leftside{
		width: 40%;
	}
	.home-about-dr .rightside{
		width: 60%;
	}
}

@media (max-width: 1025px){
	.inner-page-banner {
/*		border-top: 2px solid var(--first-color);*/
/*		padding-top: 90px;*/
	}
	.faq-section .left, .faq-section .right{width: 100%;}
	
	.faq-section .left img{height: 500px !important;object-fit: cover;object-position: top;}
	.faq-section .left img{object-position: center;}
	.single-post .post-left {padding: 15px;}

	.outer-grid{gap: 40px;}
	.outer-grid .item {width: calc(50% - 20px);padding-top: 100px;}

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

@media (max-width: 992px){
	.blog-content .post-right .recent-post .title a, .single-post .post-left p, .single-post .post-left a{font-size: 14px;}
	.blog-content h2{font-size: 2.5rem;}
	.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;
	}
	.patient-gift .left{
		width: 100%;
		text-align: center;
	}
	.patient-gift .left h2{
		text-align: center !important;
	}
	.patient-gift .right{
		width: 100%;
	}
}
@media (max-width: 930px){
	.team-page-banner .left, .team-page-banner .right, .team-page-doc .left, .team-page-doc .right{width: 100%;}
	.team-page-banner .right, .team-page-doc .left{margin-top: 20px;}
	.team-page-doc img {height: 600px;object-fit: cover;object-position: top;}
}
@media (max-width: 767px){
	.inner-page-banner{border-top:unset !important;}
	.single-teampage-slider .heading, .team-page-slider .heading{font-size: 3rem;margin-bottom: 3rem;}
	.team-page-doc img {height: auto;}
	.blog-content .recent-posts {margin-top: 30px;}
	.blog-content .post-left article{padding: 10px;}
	
	.single-post .inner-page-banner .entry-title, .blog-content article .post-title a{font-size: 32px;}
	.blog-content .post-left .featuredImg, .single-post .post-left .post-thumbnail img {height: auto;}
	.inner-page-banner {padding-top: 30px;padding-bottom: 30px;} 
	.inner-page-banner .entry-title {font-size: 32px;}

	.blog-content .cus-row {flex-direction: column;}
	.load-more-button-outer {order: 2;width: 100%;padding-left: 15px;padding-right: 15px;}
	.blog-content .post-right {order: 3;}

	.home-about-dr .home-about-dr-inner{
		position: unset;
		transform: none;
		padding-top: 40px;
	}
	.home-about-dr .rightside{
		background: #000000;
	}
	.mt-30{
		margin-top: 30px;
	}
	
}
@media (max-width: 520px){
	.faq-section .left img{height: auto !important;}
	.blog-content .blog-readmore .read-more-button {width: 100%;text-align: center;}
	.blog-content .post-right .recent-post-title{font-size: 18px;}
	.team-page-banner video {height: 320px;}

	.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;
	}
	.custom-sv-list li{
		width: 100%;
	}
}