/* Inner hero */
.md-inner-hero-all-holder {
	float: left;
	width: 100%;
	display: flex;
	/* 	align-items: center; */
	flex-wrap: wrap;
	background-color: #ECEFF0;
}
.md-inner-hero-all-holder .md-hero-right-holder{
	padding-right:0;
}
p#breadcrumbs {
	font-weight: 500;
	font-size: 16px;
	line-height: 20.4px;
	text-transform: uppercase;
	color: var(--txtmain);
}
p#breadcrumbs a{
	color: var(--beforetxt);
	transition:color .2s ease-in-out;
}
p#breadcrumbs a:hover{
	color: #9A1E16;
}
    
h1.md-inner-heading {
	font-weight: 500;
	font-size: 34px;
	line-height: 44px;
	color: var(--txtmain);
	margin: 10px 0 15px;
}
p.md-inner-subtitle {
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: var(--txt);
}
p.md-inner-subtitle span{
	font-weight: 800;
}
img.md-inner-hero-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

a.md-quote-cta.md-inner-hero-quote-cta {
	font-size: 20px;
	line-height: 25px;
	width: 280px;
	margin-top: 20px;
	height: 65px;
}
.md-inner-hero-left-box {
	padding: 50px 0px;
}
/* INNER SERVICES */
section.md-inner-services-section {
	position: relative;
	background: linear-gradient(to right, #B8332A 40%, var(--beforetxt) 40%);
	padding:60px 0;
}
.md-inner-single-service-box {
	background: #fff;
	border-radius: 15px;
	padding: 40px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
h3.md-inner-single-service-title {
	color: var(--txtmain);
	font-weight: 600;
	font-size: 28px;
	line-height: 35.7px;
	margin-top:20px;
}
p.md-inner-single-service-text {
	color: var(--txt);
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	margin: 15px 0 20px;
}
a.md-inner-service-link-cta {
	font-weight: 800;
	font-size: 16px;
	line-height: 20.4px;
	width: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 56px;
	border: 2px solid var(--txtmain);
	border-radius: 15px;
	color: var(--txtmain);
	transition:color .2s ease-in-out;
}
a.md-inner-service-link-cta:hover{
	color:var(--beforetxt);
}
.md-inner-services-all-holder {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

/* INNER FAQ */
section.md-faq-section.md-inner-faq-section {
	background: #fff;
}
section.md-faq-section.md-inner-faq-section .toggle-button {
	background-color: #F9F9F9;
}
section.md-faq-section.md-inner-faq-section .toggle-button:hover{
	background-color: var(--txtmain);
}
section.md-faq-section.md-inner-faq-section .toggle-button.active{
	background-color: var(--txtmain);
}
section.md-faq-section.md-inner-faq-section .content-box {
	background: #F9F9F9;
}
section.md-faq-section.md-inner-faq-section .md-faq-all-holder::before{
	display:none;
}

/* INNER BANNER */
section.md-banner-section.md-inner-banner-section {
	background: #E7E7E7;
}


/* CONTACT US */
.md-contact-form-all-holder {
	display: flex;
	flex-wrap: wrap;
	border-radius: 15px;
}
section.md-contact-form-section {
	padding: 60px 0;
}
.md-contact-form-left {
	background: var(--txtmain);
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.md-contact-form-right{
	background: #F6F7F8;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.md-contact-form-all-holder .md-contact-form-left {
	padding: 40px 30px;
}
.md-contact-form-all-holder .md-contact-form-right {
	padding: 50px 30px 20px;
}
.md-contact-left-text p {
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	color: #FFFFFFB2;
	margin-bottom: 30px;
}
.md-contact-left-text p a {
	color: var(--ctabg);
	text-decoration: underline;
	font-weight: 500;
	transition:color .3s ease-in-out;
}
.md-contact-left-text p a:hover{
	color:#FFED64;
}

.md-contact-form-all-holder p.md-footer-single-text a {
	color: var(--ctabg);
}
.md-contact-form-all-holder p.md-footer-single-text a:hover {
	color:#FFED64;
}
.md-contact-form-holder input[type="submit"] {
	font-weight: 800;
	font-size: 20px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	align-items: center;
	color: var(--txtmain);
	text-transform: uppercase;
	border: 1px solid var(--txtmain);
	border-radius: 15px;
	background: #F6F7F8;
	height: 65px;
	padding: 0;
	transition: color .2s ease-in-out;
	font-family: "Onest", serif;
}
.md-contact-form-holder input[type="submit"]:hover{
	color:var(--beforetxt);
}
.md-contact-form-holder input[type="text"],.md-contact-form-holder input[type="email"] {
	height: 55px;
	border: 1px solid #D7D9DB;
	border-radius: 15px;
	padding:15px 20px!important;
	font-family: "Onest", serif;

}
.md-contact-form-holder textarea{
	border: 1px solid #D7D9DB;
	border-radius: 15px;
	padding:15px 20px!important;
}

.md-contact-form-holder input[type="text"]::placeholder,.md-contact-form-holder input[type="email"]::placeholder,.md-contact-form-holder textarea::placeholder{
	font-weight: 600;
	font-size: 16px1!important;
	line-height: 1!important;
	color: var(--txtmain);
	font-family: "Onest", serif;
}

/* ESTIMATE PAGE */
section.md-free-estimate-section {
	padding: 60px 0;
}
.md-estimate-form-all-holder {
	float: left;
	width: 100%;
	background: var(--beforetxt);
	display: flex;
	flex-wrap: wrap;
	border-radius: 15px;
}
.md-estimate-form-all-holder .md-estimate-form-right {
	padding: 60px !important;
	background: #B8332A;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.md-estimate-form-all-holder .md-estimate-form-left {
	background: var(--beforetxt);
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	padding: 50px 60px 50px 80px;
}
.hero-form-holder.md-estimate-form-holder input[type="text"], .hero-form-holder.md-estimate-form-holder input[type="tel"], .hero-form-holder.md-estimate-form-holder input[type="email"], .hero-form-holder.md-estimate-form-holder select{
	height:55px;
	background-color:#fff;
	    padding-left: 15px !important;
}
.hero-form-holder.md-estimate-form-holder select {
	background-position: right 20px top 25px;
}
.hero-form-holder.md-estimate-form-holder input#input_3_2 {
	background-position: right 20px top 20px;
}
.hero-form-holder.md-estimate-form-holder input[type="button"], .hero-form-holder.md-estimate-form-holder input[type="submit"] {
	height: 65px;
	font-size: 20px;
}
p.md-estimate-before-title {
	font-weight: 400;
	font-size: 16px;
	line-height: 20.4px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 5px;
	position: relative;
	margin-bottom: 30px;
}
p.md-estimate-before-title:before {
	content: "";
	position: absolute;
	height: 1.5px;
	width: 70px;
	top: 10px;
	left: -80px;
	z-index: 100;
	background: #fff;
}
.md-contact-left-text.md-estimate-left p {
	margin-bottom: 0;
}
h2.md-inner-estimate-title {
	font-weight: 500;
	font-size: 30px;
	line-height: 44px;
	color: #fff;
	max-width: 500px;
}
h2.md-inner-estimate-title span{
	color: var(--ctabg);
	font-weight:800;
}
/* LOCATION PAGE */
section.md-inner-location-section {
	padding: 60px 0 0;
}
h2.md-inner-location-title {
	font-weight: 500;
	font-size: 36px;
	line-height: 48px;
	color: var(--txtmain);
	margin-bottom:30px;
}
.md-inner-location-box {
	border: 1px solid #2C2D8C24;
	border-radius: 15px;
	padding: 30px 30px 30px 40px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.md-inner-location-holder {
	margin-bottom: 30px;
}
h3.md-inner-single-location-title {
	font-weight: 600;
	font-size: 28px;
	line-height: 35.7px;
	color: var(--txtmain);
}
p.md-inner-location-single-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: var(--txt);
	margin: 15px 0 20px;
}
a.md-inner-single-location-link {
	font-weight: 800;
	font-size: 15px;
	line-height: 1;
	text-align: center;
	color: var(--txtmain);
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid var(--txtmain);
	border-radius: 10px;
	width: 165px;
	height: 45px;
	transition:color .2s ease-in-out;
}
a.md-inner-single-location-link:hover{
	color: var(--beforetxt);
}
.md-inner-location-all-holder {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

/* WHY US PAGE */
section.md-why-us-inner-section {
	padding: 60px 0 0;
}
.md-why-inner-holder-all-inside {
	border: 1px solid #2C2D8C24;
	border-radius: 15px;
	padding: 40px 15px 30px 30px;
}
h2.md-why-inner-title {
	font-weight: 500;
	font-size: 30px;
	line-height: 40px;
	color: var(--txtmain);
	margin-bottom: 30px;
}
.md-why-inner-single-holder p {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: var(--txtmain);
}
.md-why-inner-single-holder {
	display:flex;
	align-items:center;
	gap:10px;
}
.md-why-inner-holder:first-child {
	margin-bottom: 50px;
}
.md-why-inner-single-holder:not(:last-child) {
	margin-bottom: 20px;
}

/* FRANCHISE */
.md-franchise-form-holder {
	background: #F6F7F8;
	border-radius: 15px;
	padding: 40px 30px 20px;
}
.md-franchise-form-holder input[type="text"],.md-franchise-form-holder input[type="email"] ,.md-franchise-form-holder input[type="tel"],.md-franchise-form-holder input[type="number"]{
	background-color:#fff;
	height:55px;
	border:1px solid #D7D9DB;
	border-radius:15px;
	padding-left:20px!important;
	font-family: "Onest", serif;
}
.md-franchise-form-holder input[type="text"]::placeholder,.md-franchise-form-holder input[type="email"]::placeholder ,.md-franchise-form-holder input[type="tel"]::placeholder,.md-franchise-form-holder input[type="number"]::placeholder{
	font-weight: 600;
	font-size: 16px;
	line-height: 38px;
	color:var(--txtmain);
	font-family: "Onest", serif;

}
.md-franchise-form-holder input[type="submit"]{
	font-weight: 800;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	color:var(--txtmain);
	height:65px;
	width:390px;
	border:2px solid var(--txtmain);
	text-transform:uppercase;
	background-color:#F6F7F8;
	border-radius:15px;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-right: auto;
	margin-left: auto;
	transition:color .2s ease-in-out;
	font-family: "Onest", serif;
}
.md-franchise-form-holder input[type="submit"]:hover{
	color: var(--beforetxt);
}
.page-template-page-franchising section.md-inner-content {
	padding-bottom: 10px;
}
/* CONTENT */
.md-inner-cont-wrap > p {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: var(--txt);
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
.md-inner-cont-wrap > h2 {
	font-weight: 500;
	font-size: 28px;
	line-height: 37px;
	color: var(--txtmain);
	margin: 30px 0 10px;
	float: left;
	width: 100%;
}
.md-inner-cont-wrap > h3 {
	font-weight: 500;
	font-size: 28px;
	line-height: 40px;
	color: var(--txtmain);
	margin: 30px 0 10px;
	float: left;
	width: 100%;
}
.md-inner-cont-wrap ul,.md-inner-cont-wrap ol {
	background: #F6F7F8;
	border-radius: 15px;
	padding: 40px 20px 40px 40px;
	float: left;
	width: 100%;
}
.md-inner-cont-wrap > ul,.md-inner-cont-wrap > ol {
	margin: 10px 0 40px;
}
.md-inner-cont-wrap ul li,.md-inner-cont-wrap ol li {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: var(--txt);
}
.md-inner-cont-wrap p a,.md-inner-cont-wrap ul li a,.md-inner-cont-wrap ol li a {
	color: #C9362C;
	font-weight: 500;
	transition: color .2s ease-in-out;
}
.md-inner-cont-wrap p a:hover,.md-inner-cont-wrap ul li a:hover,.md-inner-cont-wrap ol li a:hover{
	color:#9A1E16;
}
section.md-inner-content {
	padding: 60px 0 30px;
}
section.md-franchise-form-section {
	padding-bottom: 60px;
}
.md-inner-cont-wrap  figure{
	margin:30px 0;
	float: left;
	width: 100% !important;
}
.md-inner-cont-wrap  figure img {
	width: 100%;
	object-fit: cover;
	border-radius: 15px;
}
.md-inner-cont-wrap  figcaption{
	font-weight: 200;
	font-size: 15px;
	line-height: 28px;
	text-align: center;
	color: var(--txt);
	margin-top: 15px;
	font-family: "Onest", serif;
}
.md-inner-cont-wrap ul ul,.md-inner-cont-wrap ul ol,.md-inner-cont-wrap ol ul,.md-inner-cont-wrap ol ol {
	padding: 20px 20px 20px 40px;
}

.md-left-right-holder-all {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0 30px;
}
.md-left-right-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 15px;
}
.md-left-right-image-box {
	height: 100%;
}
.md-left-right-holder-all .md-left-right-content {
	padding-left: 0;
}
.md-left-right-holder-all .md-left-right-image{
	padding-right:0;
}
.page-template-page-thank-you section.md-faq-section.md-inner-faq-section {
	border-top: 1px solid #E7E7E7;
}
.md-left-right-content-box p {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: var(--txt);
	float: left;
	width: 100%;
}
/* Location */
section.md-location-section{
	background:#fff;
	border-top: 1px solid #E7E7E7;
}
.md-location-left-holder div{
	background:#f9f9f9;
}

section.md-banner-section.md-inner-banner-section {
	padding: 60px 0;
}

.md-inner-content.md-blog-content {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
a.page-numbers {
	height: 45px;
	width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--txtmain);
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	border: 1px solid var(--txtmain);
	border-radius: 10px;
	transition: all .2s ease-in-out;
}
a.page-numbers:hover {
	background: var(--txtmain);
	color: #fff;
}
span.page-numbers.dots {
	height: 45px;
	width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--txtmain);
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	border: 1px solid var(--txtmain);
	border-radius: 10px;
}
span.page-numbers.current {
	height: 45px;
	width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--txtmain);
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	border: 1px solid var(--txtmain);
	border-radius: 10px;
}
.md-pagination-holder.navigation {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.md-inner-content.md-blog-content .blog-post-holder {
	margin-bottom: 30px;
}

.md-pagination-holder.navigation {
	margin-top: 20px;
}
section.md-inner-content.inner-blog-content {
	padding: 60px 0;
}
.category-sidebar-menu {
	float: left;
	width: 100%;
	margin-top: 50px;
	display: flex;
	gap: 10px;
}
h4.md-cat-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 20.4px;
	text-transform: uppercase;
	color: var(--beforetxt);
}
ul#menu-category {
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
ul#menu-category li a {
	font-weight: 400;
	font-size: 16px;
	line-height: 20.4px;
	text-transform: uppercase;
	color: var(--txtmain);
	transition:color .2s ease-in-out;
}
ul#menu-category li a:hover{
	color:#546385;
}

ul#menu-category li {
	margin-bottom: 10px;
	line-height: 1;
}

.md-inner-content.md-blog-content .blog-post-holder .blog-post-container {
	float: left;
	width: 100%;
	border-bottom: 1px solid #E5E5E5;
	height: 100%;
	padding-bottom:30px;
}
/* 404 */
.page-header-404 {
	text-align: center;
	background: #ECEFF0;
	padding: 60px 0;
}
section.error-404.not-found .page-content {
	padding: 60px 0;
}
h2.widgettitle ,h2.widget-title{
	color: var(--txtmain);
	margin-bottom: 20px;
}
section.error-404.not-found .page-content ul {
	padding: 0 0 0 20px;
}
section.error-404.not-found .page-content ul li a,.tagcloud a{
	color: var(--txtmain);
	font-size:16px;
	transition: color .2s ease-in-out;

}
section.error-404.not-found .page-content ul li a:hover,.tagcloud a:hover{
	color:#324162;;	
}
.md-btn-org a {
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	color: var(--txtmain);
	border: 2px solid var(--txtmain);
	border-radius: 10px;
	width: 240px;
	height: 60px;
	display: flex;
	justify-content: center;
	margin-top: 10px;
	align-items: center;
}

h2.md-section-title.md-inner-section-title.md-faq-title, h2.md-location-main-title,h2.md-section-title.md-inner-section-title.md-banner-title ,p.md-benefit-title{
	font-size: 30px;
	line-height: 42px;
}
h2.md-section-title.md-inner-section-title.md-banner-title{
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
}
.md-benefits-section {
	margin: 20px 0;
}


/* inner faq  */
h2.md-faq-inner-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    color: var(--txtmain);
	margin-bottom: 30px;
}
/* .faq-holder {
	cursor: pointer;
} */
.faq-question {
	display: flex;
	justify-content: space-between;
	position: relative;
	border:1px solid #2C2D8C24;
	border-radius:15px;
	cursor: pointer;
}
.faq-question h3 {
font-weight: 600;
font-size: 18px;
line-height: 28px;
color:var(--txtmain);
	transition: color .3s ease-in-out;
}

.faq-holder .faq-answer {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 700ms;
}
.faq-holder.active .faq-answer {
	grid-template-rows: 1fr;
	padding-bottom: 20px;
}
.faq-holder .faq-question {
	padding: 10px 10px 10px 20px;
}
.faq-question,
.faq-answer {
	padding-left: 15px;
	padding-right: 15px;
}
.faq-answer-inner {
	overflow: hidden;
}
.faq-answer-inner p,.faq-answer-inner ul li {
    color: var(--txt);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}
.faq-answer-inner p a,.faq-answer-inner ul li a{
	font-weight:600;
	text-decoration:underline;
	color:var(--txtmain);
}
.faq-holder.active .faq-question:after {
	transform: rotate(90deg);
	top: 15px;

}
.faq-question {
    margin-bottom: 20px;
}
/* .faq-holder:last-child{
	border-bottom: 1px solid var(--titletxt);
} */
/* .faq-holder:not(:first-child) .faq-question {
	border-top: 1px solid var(--titletxt);
} */
section.md-faq-inner-section {
    padding: 60px 0 0;
}
.faq-inner-wrap:not(:last-child) {
    margin-bottom: 30px;
}
.faq-answer-inner ul {
    padding: 0 20px;
}


section.md-search-section {
    padding: 60px 0;
}
@media screen and (min-width:768px){
	section.md-inner-services-section {
		padding:80px 0;
	}
	.md-inner-hero-left-box {
		padding: 50px 0;
		max-width: 640px;
	}

	h1.md-inner-heading {
		font-size: 38px;
		line-height: 48px;
		margin: 10px 0 15px;
	}
	section.md-contact-form-section {
		padding: 70px 0;
	}
	.md-contact-form-all-holder .md-contact-form-left {
		padding: 50px;
	}
	.md-contact-form-all-holder .md-contact-form-right {
		padding: 60px 50px 30px;
	}
	.md-contact-left-text p {
		font-size: 20px;
		line-height: 36px;
		margin-bottom: 40px;
	}
	
	h2.md-inner-location-title {
		padding-left: 15px;
	}
	section.md-inner-location-section {
		padding: 70px 0 0;
	}
	h2.md-inner-estimate-title {
		font-size: 34px;
		line-height: 50px;

	}
	section.md-why-us-inner-section {
		padding: 70px 0 0;
	}
	.md-why-inner-holder:first-child {
		margin-bottom: 70px;
	}
	.md-why-inner-holder-all-inside {
		padding: 60px 30px 50px 60px;
	}
	section.md-franchise-form-section {
		padding-bottom: 70px;
	}
	.md-franchise-form-holder {
		padding: 50px 60px 30px;
	}
	section.md-inner-content {
		padding: 70px 0 60px;
	}
	.md-inner-cont-wrap > h2 {
		font-size: 32px;
		line-height: 44px;
		margin:40px 0 15px;
	}
	.md-inner-cont-wrap > h3 {
		font-size:30px;
		line-height:42px;
		margin:40px 0 15px;
	}
	.md-inner-cont-wrap ul {
		padding: 40px 30px 40px 60px;
	}
	section.md-banner-section.md-inner-banner-section {
		padding: 80px 0;
	}
	.md-pagination-holder.navigation {
		padding-left: 30px;
	}

	section.md-inner-content.inner-blog-content {
		padding: 80px 0;
	}
	a.page-numbers {
		height: 50px;
		width: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: var(--txtmain);
		font-size: 16px;
		font-weight: 600;
		line-height: 1;
		border: 1px solid var(--txtmain);
		border-radius: 10px;
		transition: all .2s ease-in-out;
	}
	a.page-numbers:hover {
		background: var(--txtmain);
		color: #fff;
	}
	span.page-numbers.dots ,span.page-numbers{
		height: 50px;
		width: 50px;
	}
	span.page-numbers.current {
		height: 50px;
		width: 50px;

	}
	.page-header-404 {
		padding: 80px 0;
	}
	h2.md-section-title.md-inner-section-title.md-faq-title, h2.md-location-main-title,h2.md-section-title.md-inner-section-title.md-banner-title,p.md-benefit-title {
		font-size: 32px;
		line-height: 44px;
	}
	h2.md-faq-inner-title {
    font-size: 32px;
    line-height: 44px;
}
	h2.md-section-title.md-inner-section-title.md-banner-title{
		max-width: 460px;
	}
	ul#menu-category li:not(:last-child) {
		border-right: 2px solid #2A375380;
		margin-right: 10px;
		padding-right: 10px;   
	}
	.category-sidebar-menu {
		padding-left: 30px;
	}
	section.md-faq-inner-section {
    padding: 80px 0 0;
}
	.faq-inner-wrap:not(:last-child) {
    margin-bottom: 60px;
}
	.faq-question h3 {
font-size: 20px;

}
}
@media screen and (min-width:992px){
	.md-inner-hero-left-box {
		max-width: 640px;
		padding: 70px 0 70px 40px;
		margin-left: auto;
		margin-right: auto;
	}

	h1.md-inner-heading {
		font-size: 44px;
		line-height: 56px;
		margin: 10px 0 20px;
	}

	p.md-inner-subtitle {
		font-size: 20px;
		line-height: 36px;
	}
	section.md-contact-form-section {
		padding: 80px 0;
	}
	.md-contact-left-text p {
		font-size: 22px;
		line-height: 42px;
		margin-bottom: 50px;
	}
	
	section.md-inner-location-section {
		padding: 80px 0 0;
	}
	h2.md-inner-location-title {
		margin-bottom: 30px;
	}
	h2.md-inner-estimate-title {
		font-size: 34px;
		line-height: 50px;
	}
	section.md-why-us-inner-section {
		padding: 80px 0 0;
	}
	.md-why-inner-holder:first-child {
		margin-bottom: 80px;
	}
	.md-why-inner-single-holder p {
		font-size: 24px;
		line-height: 34px;
	}
	h2.md-why-inner-title {
		font-size: 32px;
		line-height: 44px;
		margin-bottom: 30px;
	}
	section.md-franchise-form-section {
		padding-bottom: 80px;
	}
	.md-inner-cont-wrap > h2 {
		font-size: 34px;
		line-height: 46px;
	}
	h2.md-faq-inner-title {
    font-size: 364x;
    line-height: 46px;

}
	.md-inner-cont-wrap > h3 {
		font-size:32px;
		line-height:46px;
	}
	h2.md-section-title.md-inner-section-title.md-banner-title {
		font-size: 36px;
		line-height: 46px;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	h2.md-section-title.md-inner-section-title.md-faq-title,h2.md-location-main-title,p.md-benefit-title{
		font-size: 36px;
		line-height: 46px;
	}

	section.md-banner-section.md-inner-banner-section {
		padding: 90px 0;
	}
	section.md-inner-content.inner-blog-content {
		padding: 90px 0;
	}
	.testimonial-wrap.md-testiomonial-holder .md-single-inner-testimonial:nth-child(1) {
		padding-left: 0;
	}
	.testimonial-wrap.md-testiomonial-holder .md-single-inner-testimonial:nth-child(2) {
		padding-right: 0;
	}
	section.md-faq-inner-section {
    padding: 90px 0 0;
}
		.faq-question h3 {
font-size: 22px;

}
}
@media screen and (min-width:1200px){
	.md-inner-hero-left-box {
		max-width: 640px;
		padding: 80px 0 80px 40px;
	}

	h1.md-inner-heading {
		font-size: 50px;
		line-height: 64px;
		margin: 15px 0 25px;
	}
	p.md-inner-subtitle {
		font-size: 22px;
		line-height: 42px;
	}
	section.md-contact-form-section {
		padding: 100px 0;
	}
	section.md-free-estimate-section {
		padding: 70px 0;
	}
	section.md-inner-location-section {
		padding: 100px 0 0;
	}
	h2.md-inner-location-title {
		margin-bottom: 40px;
	}
	h2.md-inner-estimate-title {
		font-size: 52px;
		line-height: 66.3px;
	}
	section.md-why-us-inner-section {
		padding: 100px 0 0;
	}
	.md-why-inner-holder:first-child {
		margin-bottom: 90px;
	}
	.md-why-inner-single-holder p {
		font-size: 28px;
		line-height: 35.7px;
	}
	h2.md-why-inner-title {
		font-size: 36px;
		line-height: 48px;
		margin-bottom: 40px;
	}
	section.md-franchise-form-section {
		padding-bottom: 90px;
	}
	.md-inner-cont-wrap > h2 {
		font-size: 36px;
		line-height: 48px;
	}
	section.md-banner-section.md-inner-banner-section {
		padding: 100px 0;
	}
	section.md-inner-content.inner-blog-content {
		padding: 100px 0;
	}
	section.md-faq-inner-section {
    padding: 100px 0 0;
}
	h2.md-faq-inner-title {
    font-size: 36px;
    line-height: 48px;
}
	.faq-inner-wrap:not(:last-child) {
    margin-bottom: 80px;
}
			.faq-question h3 {
font-size: 24px;

}
}
@media screen and (min-width:1500px){
	h1.md-inner-heading {
		font-size: 56px;
		line-height: 71.4px;
	}
}
@media screen and (min-width:1200px) and (max-width:1400px){
	.md-inner-single-service-holder {
		width: 50% !important;
	}
}
@media screen and (max-width:1400px){
	.md-inner-single-service-holder:nth-child(-n+2) {
		margin-bottom: 30px;
	}
}
@media screen and (min-width:992px) and (max-width:1200px){
	.md-estimate-form-all-holder .md-estimate-form-left {
    padding: 60px 40px 50px 60px;
}
}
@media screen and (max-width:991px){
	.md-inner-hero-all-holder .md-hero-right-holder{
		padding-left:0;
	}
	.md-contact-form-left {
		border-top-left-radius: 15px;
		border-bottom-left-radius: 0px;
		border-top-right-radius:15px;
	}
	.md-contact-form-right{
		border-top-right-radius: 0px;
		border-bottom-right-radius: 15px;
		border-bottom-left-radius:15px;
	}
	.md-estimate-form-all-holder .md-estimate-form-left {
		border-top-right-radius: 15px;
	}
	.md-estimate-form-all-holder .md-estimate-form-right {
		padding: 60px !important;
		background: #B8332A;
		border-top-right-radius:0;
		border-bottom-right-radius: 15px;
		border-bottom-left-radius: 15px;
	}
	.md-left-right-content-box {
		float: left;
		width: 100%;
		margin-bottom: 30px;
	}
	.blog-post-image-container img {
		margin-bottom: 30px;
	}
	.testimonial-wrap.md-testiomonial-holder .md-single-inner-testimonial, .md-left-right-holder-all .md-left-right-content, .md-left-right-holder-all .md-left-right-image {
		padding-left: 0;
		padding-right: 0;
	}
	.md-single-inner-testimonial:not(:last-child) {
		margin-bottom: 30px;
	}
	p.md-estimate-before-title {
    margin-bottom: 15px;
}
	.md-estimate-form-all-holder .md-estimate-form-left {
    padding: 40px 60px 30px 80px;
}
	    .md-estimate-form-all-holder .md-estimate-form-right {
        padding: 40px 60px !important;
   
    }

}
@media screen and (max-width:767px){
	.md-inner-single-service-holder:not(:last-child) {
		margin-bottom: 30px;
	}
	.md-inner-services-all-holder .md-inner-single-service-holder,.md-inner-location-all-holder .md-inner-location-holder,section.md-inner-content .md-inner-content-holder ,.md-inner-content.md-blog-content .blog-post-holder{
		padding-left: 0;
		padding-right: 0;
	}
	.md-estimate-form-all-holder .md-estimate-form-left {
		        padding: 40px 30px 20px 30px;
	}
	.md-estimate-form-all-holder .md-estimate-form-right {
		padding: 30px 30px !important;
	}
	.category-sidebar-menu{
		flex-direction:column;
	}
	ul#menu-category {
		flex-direction: column;
	}
	p.md-estimate-before-title {
    font-size: 13px;
}
	.hero-form-holder.md-estimate-form-holder input[type="text"], .hero-form-holder.md-estimate-form-holder input[type="tel"], .hero-form-holder.md-estimate-form-holder input[type="email"], .hero-form-holder.md-estimate-form-holder select{
		font-size:16px!important;
	}
	
	h2.md-section-title.md-inner-section-title.md-banner-title {
    margin-bottom: 15px;
}
	p.md-section-subtitle.md-banner-subtitle {
    font-size: 18px;
    line-height: 32px;
}
}
