section {
	float: left;
	width: 100%;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body span,
body ul,
body ol,
body li,
body p,
body a{
	padding: 0px;
	margin: 0px;
	font-family: "Lato", sans-serif;
}
.rotate{
	    transform: rotate(45deg);
}
.section-title {
    font-size: 29px;
    font-weight: 500;
    line-height: 32px;
    color: #0E1C36;
	position: relative;
	margin-bottom:50px;
}
.center-title {
    text-align: center;
}
.after-title:after {
    content: "";
    background: #F7CA18;
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: -20px;
	left:0;
   
}
.center-title.after-title:after{
	 margin: 0 auto;
    left: 0;
    right: 0;
}
/* retoration */
section.md-retoration-section {
    background-image: url(/wp-content/uploads/2024/04/restoration_image-1.jpg);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}
.md-restoration-holder {
    text-align: center;
}
p.md-restoration-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 30px;
}
a.md-restoration-link {
    background: #F7CA18;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    color: #0E1C36;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 145px;
    margin: 0 auto;
    border-radius: 4px;
	transition: background .3s ease-in-out;
}
a.md-restoration-link:hover {
    background: #FFDB4A;
}
/* TESTIMONIALS  */
section.md-testiominals-section {
    padding: 60px 0 300px;
}
h2.md-testimonail-title.section-title,h2.md-restoration-title.section-title {
    color: #fff;
}
.md-testiomonial-holder {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.md-testimonial-box-inside {
    background: #FFFFFF;
    border-radius: 25px;
    padding: 40px 30px 30px;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
p.md-testimonials-inside-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 40px;
    color: #0E1C36;
}
p.md-testimonials-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #0E1C36;
    margin-top: 10px;
}
p.md-google-review-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    text-align: left;
    color: #A8ADB6;
}
/* ESTIMATE BANNER */
section.md-estimate-banner-all-holder {
    margin-top: -200px;
	    margin-bottom: 30px;
}
.md-estimate-baner {
	background-color: #023683;
	border-radius: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	position:relative;
	padding: 80px 30px 30px;
	
}

img.md-estimate-banner-logo {
	position: absolute;
	top: -44px;
	left:0;
	right:0;
	margin:0 auto;
}
.md-estimate-baner img {
	border-radius: 15px;
}
.md-estimate-baner h2 {
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 0px;
	padding: 20px 0 20px 0;
	line-height: 34px;
}

/* ABOUT US */
section.md-about-us-section {
    padding: 60px 0;
}
.md-about-us-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #868C96;
}
.md-about-us-text p {
    margin-bottom: 20px;
}
.md-about-us-text strong {
    font-weight: 700;
    color: #0E1C36;
}
a.md-about-link {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    color: #0E1C36;
    height: 45px;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 165px;
    border: 1px solid #0E1C36;
    border-radius: 60px;
	transition:background .3s ease-in-out;
}
a.md-about-link:hover {
    background: #F7CA18;
}
img.md-about-arrow {
    height: 100%;
}
/* BLOG */
section.blog-section {
    padding: 60px 0;
}
.blog-post-image-container {
    position: relative;
	    margin-bottom: 20px;
}
.blog-post-image-container img {
    width: 100%;
    border-radius: 25px;
}
.blog-post-container {
    text-align: center;
}
a.md-blog-link {
    font-size: 22px;
    font-weight: 500;
    line-height: 33.8px;
    color: #0E1C36;
	transition: color .3s ease-in-out;
}
a.md-blog-link:hover {
    color: #023683;
}
.md-blog-arrow-holder {
    position: absolute;
    width: auto;
    bottom: -20px;
    margin: 0 auto;
    left: 0;
    right: 0;
	    width: 45px;
    height: 45px;
}
.md-blog-arrow-holder img {
	width: auto;
	height:auto!important;
	position: absolute;
	left: 0;
	top: 0;
}
/* img.blog-arrow{
	opacity:1;
	transition: all .1s ease-in-out;
} */
img.blog-arrow-hover {
    opacity: 0;
	transition: all .3s ease-in-out;
}
a.md-blog-link:hover img.blog-arrow-hover{
	opacity:1;
}
/* a.md-blog-link:hover img.blog-arrow {
    opacity: 0;
} */
.blog-post-date {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    color: #868C96;
    margin-top: 5px;
}
/* FAQ */
section.md-faq-section {
    background: #F4F5F6;
    padding: 60px 0;
}
p.md-faq-question {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #0E1C36;
}
.md-faq-question-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
img.md-faq-image {
    border-radius: 15px;
}
.md-faq-image-holder {
    display: flex;
    gap: 10px;
}
.md-faq-question-holder {
    border-top: 1px solid #A8ADB65E;
    padding: 15px 15px 15px 0;
	cursor:pointer;
	gap: 10px;
}
.md-faq-single-holder:last-child {
    border-bottom: 1px solid #A8ADB65E;
}

.md-faq-right{
height:auto;
} 
.md-faq-answer-holder {
    display: none;
}
p.md-faq-answer {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-bottom: 15px;
    color: #868C96;
}
@media screen and (min-width:768px){
		.section-title {
    font-size: 32px;
    line-height: 38px;
	margin-bottom:55px;
}
	.md-estimate-baner h2 {
	font-size: 30px;
	line-height: 36px;
}
	p.md-faq-question {
    font-size: 22px;
    line-height: 30px;
}
	.md-estimate-baner-holder {
    padding-left: 15px;
    padding-right: 15px;
}

	section.md-about-us-section {
    padding: 75px 0;
}
	section.blog-section {
    padding: 70px 0;
}
	section.md-faq-section {
    padding: 80px 0;
}
	h2.md-faq-title.faq-title-mobile {
    display: none;
}
	.md-estimate-baner {
	border-radius: 25px;
			padding: 100px 100px 25px;
	
}
.md-estimate-baner img {
	border-radius: 25px;
}
	.blog-post-image-container {
	    margin-bottom: 35px;
}
	.blog-post-date {
    margin-top: 15px;
}
	a.md-blog-link{
		font-size:24px;
	}
	section.md-retoration-section {
    background-position: center;
    padding: 80px 0;
}
	p.md-restoration-subtitle {
    font-size: 20px;
    line-height: 38px;
}
}

@media screen and (min-width:992px){
	.md-faq-left-box {
		max-width: 340px;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	p.md-faq-question{
		max-width:340px;
	}
	.md-faq-question-holder{
		min-height:98px;
	}
	.md-faq-all-holder {
    display: flex;
    flex-wrap: wrap;
}
	.section-title {
    font-size: 34px;
    line-height: 40px;
	
}
	.md-estimate-baner h2 {
	font-size: 32px;
	line-height: 38px;
}
	p.md-faq-question {
    font-size: 24px;
    line-height: 32px;
}
	.md-faq-image-holder {
    flex-direction: column;
}
	.md-about-us-image-holder {
		display: flex;
		justify-content: flex-end;
		height: 100%;
		width: 100%;
}
	.md-about-us-image-holder img {
		height: 100%;
		width: 100%;
		object-fit: contain;
	}
	.md-about-us-right {
		height: 100%;
	}
	.md-about-us-left {
		margin-top: 80px;
	}
	section.md-estimate-banner-all-holder {
    margin-top: -400px;
	    margin-bottom: 30px;
}
	section.md-testiominals-section {
    padding: 90px 0 530px;
}
	.blog-post-image-container img {
	height: 230px;
    object-fit: cover;
}
		.md-estimate-baner {
			padding: 100px 100px 60px;
	
}
	.md-estimate-baner h2{
		padding:60px 0 20px 0;
	}
	section.md-retoration-section {
    padding: 100px 0;
}
}
@media screen and (min-width:1200px){
.section-title {
    font-size: 37px;
    line-height: 42px;
	margin-bottom:65px;
	}
	.md-estimate-baner h2 {
	font-size: 34px;
	line-height: 39x;
}
	p.md-faq-question{
		max-width:400px;
	}
	
}

@media screen and (min-width:1500px){

.section-title {
    font-size: 40px;
    line-height: 44px;
}
	.md-estimate-baner h2 {
	font-size: 36px;
	line-height: 39.6px;
}
}
@media screen and (max-width:1200px){
	.md-testimonial-box:not(:last-child) {
		margin-bottom: 30px;
	}
}
@media screen and (max-width:991px){
	.blog-post-image-container img {
		max-height: 300px;
		object-fit: cover;
	}
	.blog-post-container:not(:last-child) {
		margin-bottom: 30px;
	}
	.md-about-us-left {
		margin-bottom: 30px;
	}	
}
@media screen and (max-width:992px) and (min-width:768px){
	.md-faq-left {
    margin-bottom: 50px;
}
}
@media screen and (max-width:767px){
	.md-faq-all-holder .md-faq-left,.md-faq-all-holder .md-faq-right,.blog-posts-container .blog-post-container,.md-about-us-holder .md-about-us-left,.md-about-us-holder .md-about-us-right,.md-testiomonial-holder .md-testimonial-box {
		padding-left:0;
		padding-right:0;
}
.md-faq-all-holder {
    display: flex;
    flex-direction: column-reverse;
}
	h2.md-faq-title.faq-title-desktop {
    display: none;
}
	.md-faq-right {
    margin-bottom: 30px;
}
	img.md-estimate-banner-logo {
    top: -34px;
    height: 100px;
}
}
@media screen and (max-width:500px){
	.md-faq-image-holder{
		flex-wrap:wrap;
	}
	.md-faq-single-image-holder ,img.md-faq-image {
    width: 100%;
}
	.md-estimate-baner a.md-footer-quote-link {
    width: 100%;
}
	section.md-retoration-section{
		background-image:url('/wp-content/uploads/2024/04/375_banner.jpg');
	}
}