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: "Inter Tight", sans-serif;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.md-section-title{
font-size: 29px;
font-weight: 500;
line-height: 44px;
letter-spacing: 0em;
text-align: left;
color:#252934;
	margin-bottom:30px;
}
.md-center-title{
text-align:center;
}
.before-titles{
	position:relative;
}
.before-titles.left{
	position:relative;
}
.before-titles:before {
    content: "";
    width: 35px;
    height: 3px;
    background: #0D488F;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -10px;
}
.before-titles.left:before {
	margin-left:0;
}
/* HERO */
section.hero-section.home-sections {
	position:relative;
	z-index:2;
}
.md-hero-title-holder {
    text-align: center;
	 margin: 0 auto;
	    max-width: 630px;
}
p.md-hero-before-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.2em;
    text-align: center;
    color: #FFFFFF;
	    margin-bottom: 10px;
}
h1.md-hero-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
	margin-bottom:15px;
}
p.md-hero-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #fff;
}
/* HERO FORM */
p.gform_required_legend{
	display:none!Important;
}
section.hero-section.home-sections {
    padding: 50px 0 140px;
}
.md-form-left {
    margin-bottom: 30px;
}
.md-from-all-holder {
    border-radius: 20px;
/* 	box-shadow: 6px 6px 16.5px 0 #CBB7A487; */
	position:relative;
}
.md-hero-form-section{
	position:relative;
	z-index:5;
	  margin-top: -120px;
	margin-bottom:60px;
}
.md-from-all-holder:after {
    content: "";
    position: absolute;
    z-index: -1;
    box-shadow: 6px 6px 16.5px 0 #CBB7A487;
    inset: 0;
    width: 100%;
    height: calc(100% - 120px);
    border-radius: 20px;
    margin-top: auto;
	bottom:0;
}
.md-form-title-holder {
    background: #293F75;
    text-align: center;
    padding: 15px 15px;
    border-radius: 20px 20px 0 0;
}
.md-form-holder {
    background: #fff;
    border-radius: 0 0 20px 20px;
	padding: 25px 30px 70px;
	position: relative;
    z-index: 100;
}
h3.md-form-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.02em;
    color: #fff;
}
h3.md-form-title span{
	color:#F4E12D;
}
.md-form-holder label {
    font-family: "Inter Tight", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #252934;
}
.gform_wrapper.gravity-theme .gfield_required{
	 color: #252934!important;
}
.gform_wrapper.gravity-theme .ginput_container_date input{
	width:100%!important;
}
.md-form-holder input[type='text'] ,.md-form-holder input[type='tel'], .md-form-holder input[type='date'],.md-form-holder input[type='email'],.md-form-holder select{
    border: 1px solid #C9CCD2;
	height:50px;
	background:#F4F4F4;
	    border-radius: 4px;
}
.md-form-holder select{
	font-family: "Inter Tight", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0.01em;
	text-align: left;
    color:#ABABAC;
}
.md-form-holder input[type='text']::placeholder ,.md-form-holder input[type='tel']::placeholder, .md-form-holder input[type='date']::placeholder,.md-form-holder input[type='email']::placeholder,.md-form-holder select::placeholder{
	font-family: "Inter Tight", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0.01em;
	text-align: left;
    color:#ABABAC;
}
input#input_1_7{
	background-image: url('/wp-content/uploads/2024/02/calendar.svg');
	background-repeat:no-repeat;
	background-position:top 16px right 15px;
}
.gravity-theme.ui-datepicker .ui-datepicker-header{
	padding:3px!important;
}
.md-form-holder input[type='button'],.md-form-holder input[type='submit']{
	background: #F4E12D;
    border: none;
    border-radius: 100px;
    font-family: "Inter Tight", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0em;
    color: #252934;
	height:57px;
	margin-left: 0!important;
	transition:background .3s ease-in-out;
}
.md-form-holder input[type='button']:hover,.md-form-holder input[type='submit']:hover{
	background:#FFF169;
}
input#gform_previous_button_1 {
    display: none!important;
}
body img.gform_ajax_spinner {
	display: none !important;
}
.md-form-right img {
    height: 100%;
	width: 100%;
	object-fit:cover;
	border-radius:20px;
}
.md-form-allbox-holder {
    display: flex;
    flex-wrap: wrap;
}

/* Trustseals */
.trustseals-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0 100px;
}
.trustseal {
	padding: 0 35px;
}

/* SERVICES */
.md-services-right-image-tablet-holder{
	display:none;
}
section.md-services-section {
    background: #FAF8F5;
	padding:0 0 70px;
}
.md-services-all-holder {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	    gap: 30px;
}
.md-services-container {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.md-services-left-box {
    height: 100%;
}
.md-services-left-box {
	height: 100%;
	background-image: url(/wp-content/uploads/2024/02/768_02img.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 20px;
	display: flex;
	align-items: self-end;
	padding-bottom: 40px;
	min-height:400px;
	    display: flex;
    justify-content: center;
    align-items: flex-end;
}
a.md-services-link {
    background: #F4E12D;
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #252934;
    padding: 20px 30px;
    border-radius: 100px;
	transition:background .3s ease-in-out;
}
a.md-services-link:hover{
	background:#FFF169;
}
a.md-service-box-link .md-service-box {
    background: #fff;
    padding: 30px 20px 30px 30px;
    border-radius: 20px;
    box-shadow: 6px 6px 16.5px 0 #CBB7A487;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 20px;
	transition:background .3s ease-in-out;
}
a.md-service-box-link:hover .md-service-box {
    background: #293F75;
}
a.md-service-box-link:hover h3.md-single-services-title,a.md-service-box-link:hover p.md-single-service-text,a.md-service-box-link:hover p.md-single-service-link{
	color:#fff;
}
a.md-service-box-link:hover img.md-single-service-image,a.md-service-box-link:hover p.md-single-service-link img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7453%) hue-rotate(65deg) brightness(105%) contrast(89%);
}
img.md-single-service-image,p.md-single-service-link img{
	filter: brightness(0) saturate(100%) invert(23%) sepia(17%) saturate(2163%) hue-rotate(184deg) brightness(95%) contrast(93%);
}

h3.md-single-services-title {
    font-size: 23px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #252934;
	margin-top: 15px;
    margin-bottom: 15px;
	transition:color .3s ease-in-out;
}
p.md-single-service-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #737C93;
	transition:color .3s ease-in-out;
}
p.md-single-service-link {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #293F75;
    display: flex;
    align-items: center;
    gap: 10px;
	transition:color .3s ease-in-out;
}
/* HOW IT SECTION */
.md-how-it-box {
    display: flex;
    align-items: flex-start;
	flex-wrap:wrap;
}
section.md-how-it-section {
    background: #FAF8F5;
    padding: 70px 0;
	position:relative;
}
section.md-how-it-section:after {
    content: "";
    position: absolute;
    background: #0D488F url(/wp-content/uploads/2024/02/blue_bgd.jpg);
	background-repeat:no-repeat;
	background-size:cover;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 0;
    border-radius: 20px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.md-how-it-all-holder {
    display: flex;
    flex-wrap: wrap;
	gap:30px;
	position:relative;
	z-index:10;
}
h2.md-single-how-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
	margin-bottom:20px;
	
	
}
p.md-single-how-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #fff;
}
.md-how-it-text-box {
    margin-left: 30px;
}
h2.md-how-it-title.md-section-title {
    color: #fff;
	margin-bottom: 50px;
	position:relative;
	z-index:10;
}
h2.md-how-it-title.before-titles:before {
    background: #fff;
}
img.md-how-it-image {
    width: 220px;
    height: 100%;
    object-fit: cover;
}
.md-how-it-image-box-all {
    display: flex;
    align-items: flex-start;
}
/* TESTIMONIALS */
section.md-testiominals-section {
    background: #FAF8F5;
    padding: 70px 0;
}
.md-testiomonial-holder {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	gap:30px;
}
h2.md-testimonail-title.md-section-title.before-titles:before {
    margin-left: 15px;
}
.md-testimonial-box-inside {
	background: #fff;
	border: 1px solid #E9EBEE;
	border-radius: 20px;
	box-shadow: 6px 6px 16.5px 0 #CBB7A487;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	
}
p.md-testimonials-inside-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #737C93;
	margin-top:20px;
	overflow-x: auto;
    max-height: 110px;
	min-height:110px;
    padding-right: 20px;
	cursor:pointer;
}
a.md-about-link.md-review-link {
    margin-left: auto;
    margin-right: auto;
    width: 230px;
}
p.md-testimonials-inside-text::-webkit-scrollbar {
	width: 3px;
}
p.md-testimonials-inside-text::-webkit-scrollbar-track {
	border-radius: 15px;
	-webkit-background:#F3F3F3;
	background:#F3F3F3;
}

p.md-testimonials-inside-text::-webkit-scrollbar-thumb {
	border-radius: 0px;
	-webkit-background:#D9D9D9;
	background:#D9D9D9;
}
p.md-testimonials-name,p.md-testi-date {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.01em;
	color:#252934;
}
p.md-testimonials-name{
	font-weight: 700;
}
p.md-testi-date{
	font-weight: 400;
}
.md-testimonials-name-holder-right {
    display: flex;
}
.md-testimonials-name-holder {
    border-top: 1px solid #DFE5EB;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
}
.md-testi-inside-top {
    padding: 40px 30px;
}
/* BANNER */
section.md-banner-section {
    background: #293F75;
}
.md-banner-holder {
    padding: 40px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
    gap: 20px;
}
h2.md-banner-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
}
a.md-banner-link {
    background: #F4E12D;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #252934;
    padding: 15px;
    border-radius: 60px;
    width: 225px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
	transition: background .3s ease-in-out;
}
a.md-banner-link:hover{
	background: #FFF169;
}
/* ABOUT */
section.md-about-section {
    background: #FAF8F5;
    position: relative;
    padding: 70px 0 110px;
}
p.md-about-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #737C93;
    margin-bottom: 20px;
}
img.md-about-badge-image {
    position: absolute;
    bottom: -70px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
img.md-about-truck {
    height: 100%;
    width: 100%;
}
a.md-about-link {
    border: 2px solid #293F75;
    border-radius: 60px;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #293F75;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 52px;
    width: 170px;
    padding: 15px;
	transition: color .3s ease-in-out, background .3s ease-in-out;
}
a.md-about-link:hover {
    background: #293F75;
    color: #fff;
}
a.md-about-link:hover img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(164deg) brightness(105%) contrast(102%);
}
.md-about-bottom-holder {
    float: left;
    width: 100%;
    display: flex;
	flex-direction:column;
    gap: 30px;
    margin-top: 30px;
}
img.md-about-movers-image {
    width: 100%;
    object-fit: cover;
	    border-radius: 10px;
}
/* BLOG */
	section.blog-section {
    padding: 120px 0 60px;
}
.md-blog-title-holder {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
	gap: 15px;
    flex-wrap: wrap;
}
a.md-blog-title-link {
    border: 2px solid #293F75;
    border-radius: 60px;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #293F75;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 52px;
    width: 170px;
    padding: 15px;
	transition: color .3s ease-in-out, background .3s ease-in-out;
}
a.md-blog-title-link:hover {
    background: #293F75;
    color: #fff;
}
a.md-blog-title-link:hover img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(164deg) brightness(105%) contrast(102%);
}
.blog-post-image-container{
	position:relative;
	margin-bottom: 20px;
}
.blog-post-image-container img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.blog-post-date {
    background: #fff;
    position: absolute;
    top: 0;
    left: 40px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 5px;
    height: 72px;
    width: 72px;
}
.blog-post-date p {
    font-size: 26px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #293F75;
}
span.post-month {
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #949BAC;
}
a.md-blog-link h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: #252934;
	transition: color .3s ease-in-out;
}
a.md-blog-link h3:hover {
    color: #2A4DA4;
}
p.blog-post-excerpt {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #737C93;
    margin-top: 20px;
}
h2.md-blog-title.md-section-title {
    margin-bottom: 15px;
}
.md-blog-title-holder{
		margin-bottom:30px;
	}
/* FAQ */
section.md-faq-section {
    background: #FAF8F5;
    padding: 70px 0 10px;
}
.md-faq-all-holder {
    max-width: 970px;
    margin: 0 auto;
}
.md-faq-holder {
    box-shadow: 6px 6px 16.5px 0 #CBB7A487;
    margin-bottom: 10px;
    border-radius: 10px;
}
.md-faq-answer-holder {
    display: none;
}
.rotate{
	transform: rotate(180deg);
}
.md-faq-question-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
	background:#fff;
	border-radius:10px;
	gap: 10px;
}
p.md-faq-question {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #252934;
}
.md-faq-answer-holder {
    background: #fff;
    border-top: 1px solid #DEDDDD;
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
p.md-faq-anwser {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #293F75;
}
/* MEDIA */
@media screen and (min-width:600px){
	h2.md-services-title.md-section-title {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
	section.hero-section.home-sections{
		background-image: url(/wp-content/uploads/2024/03/hero_image-1.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position:center;
	}
}
@media screen and (min-width:768px){
	.md-form-holder .gform_wrapper.gravity-theme .gfield.gfield--width-full{
		grid-column: span 6;
	}
.md-form-holder	div#field_1_27 {
    grid-column: span 12;
}
	.md-form-holder {
    background: #fff;
	padding: 25px 40px 70px;
}
	.md-form-title-holder{
		padding:15px 15px;
	}
	h3.md-form-title {
    font-size: 28px;
    line-height: 36px;
}
	p.md-hero-before-title {
    font-size: 18px;
    line-height: 28px;
}
	h1.md-hero-title {
    font-size: 44px;
    line-height: 56px;
		margin-bottom:20px;
}
	p.md-hero-subtitle {
    font-size: 20px;
    line-height: 32px;
}
	.md-services-left-box{
		margin:0 15px;
	}
	.md-section-title {
		font-size: 34px;
		line-height: 46px;
	}
	p.md-faq-question {
    font-size: 20px;
    line-height: 30px;
}
		section.md-faq-section {
    background: #FAF8F5;
    padding: 80px 0 20px;
}
	.md-about-bottom-holder {
	flex-direction:column;
		margin-top:0;
		    gap: 15px;
}
	.md-blog-title-holder {
		padding:0 15px;
	}
	section.md-about-section {
    padding: 80px 0 120px;
}
		h2.md-banner-title {
 	font-size: 30px;
    line-height: 44px;
}
a.md-banner-link{
		width:200px;
	}
	.md-banner-holder{
		flex-direction:row;
		padding:40px 15px;
	}
	section.md-testiominals-section {
    padding: 80px 0;
}
	section.md-how-it-section {
    padding: 80px 0;
}
	.md-how-it-box{
		flex-wrap:nowrap;
	}
	section.md-services-section {
    padding:0 0 80px;
}
	.md-services-holder:nth-child(-n+2) {
    margin-bottom: 30px;
}
	.md-services-all-holder{
		gap:0;
	}
	section.hero-section.home-sections {
    padding: 70px 0 160px;
}
	.md-hero-form-section {
    margin-top: -130px;
    margin-bottom: 30px;
}
	.md-from-all-holder:after {
    height: calc(100% - 130px);
}
	.md-form-holder input[type='text'] ,.md-form-holder input[type='tel'], .md-form-holder input[type='date'],.md-form-holder input[type='email'],.md-form-holder select{
	height:57px;
}
	.md-form-image-991{
		display:block;
		border-radius: 20px;
		height: 100%;
		object-fit: cover;
	}
	img.md-form-image-767 {
    display: none;
}
	h2.md-single-how-title {
    margin-bottom: 5px;
}
	.blog-post-image-container img{
		height: 240px;
		object-fit: cover;
	}
}
@media screen and (min-width:768px) and (max-width:991px){
	.md-services-holder-left {
    display: flex;
}
	.md-services-right-image-tablet-holder {
    width: 50%;
		margin: 0 15px;
}
	.md-services-left-box {
    width: 50%;
}
	.md-services-right-image-tablet-holder{
	display:block;
}
	.md-about-top-right {
    min-height: 425px!important;
    display: flex;
    justify-content: center;
    align-items: center;
}
}
@media screen and (min-width:992px){
	.md-hero-title-holder {
    max-width: 700px;
}
	h1.md-hero-title {
		font-size: 48px;
		line-height: 60px;
		margin-bottom:30px;
	}
	.md-services-left-box {
	background-image: url(/wp-content/uploads/2024/02/services_image.jpg);
}
	.md-services-left-box{
		margin:0;
	}
	.md-form-image-991{
		display:none;
	}
	.md-section-title {
		font-size: 36px;
		line-height: 48px;
	}
	.md-form-title-holder {
    padding: 20px 15px;
}
	p.md-hero-subtitle {
    font-size: 22px;
    line-height: 34px;
}
	p.md-faq-question {
    font-size: 24px;
    line-height: 31px;
}
	.md-blog-title-holder{
		margin-bottom:40px;
	}
	.blog-post-image-container img{
		height: 340px;
	}
	
	section.blog-section {
    padding: 120px 0 80px;
}
		h2.md-banner-title {
    font-size: 34px;
    line-height: 46px;
}
	a.md-banner-link{
		width:225px;
	}
	.md-testiomonial-holder,.md-how-it-all-holder {
		gap:0;
	}
	.md-how-it-holder:nth-child(-n+2) {
    margin-bottom: 60px;
}
	h2.md-single-how-title{
		margin-bottom:15px;
	}
	.md-how-it-text-box {
    margin-left: 15px;
    max-width: 200px;
}
	img.md-how-it-image {
    height: 180px;
}
	.md-about-bottom-holder {
	flex-direction:row;
		margin-top:80px;
		gap:30px;
}
h2.md-services-title.md-section-title {
    margin-bottom: 50px;
}
	.md-banner-holder{
		gap:40px;
	}
	.blog-post-date p {
    font-size: 36px;
}
	span.post-month {
    font-size: 17px;
}
section.hero-section.home-sections {
    padding: 80px 0 180px;
}
	.md-hero-form-section {
    margin-top: -140px;
}
	.md-from-all-holder:after {
    height: calc(100% - 140px);
}
		.md-hero-form-section {
    margin-bottom: 50px;
}
	.md-form-left {
    margin-bottom: 0px;
}
}
@media screen and (min-width:1200px){
	.md-hero-title-holder {
    max-width: 800px;
}
	h1.md-hero-title {
    font-size: 54px;
    line-height: 70px;
}
	p.md-hero-subtitle {
    font-size: 24px;
    line-height: 36px;
}
	.md-section-title {
		font-size: 38px;
		line-height: 50px;
	}
		section.md-faq-section {
    background: #FAF8F5;
    padding: 100px 0 30px;
}
	section.md-about-section {
    padding: 100px 0 130px;
}
	h2.md-banner-title {
    font-size: 36px;
    line-height: 47px;
}
	section.md-testiominals-section {
    padding: 100px 0;
}
	section.md-how-it-section {
    padding: 100px 0;
}
	.md-how-it-text-box {
   max-width: 240px;
    margin-left: 30px;
}
	h2.md-single-how-title{
		margin-bottom:20px;
	}
	img.md-how-it-image {
    height: auto;
}
	section.md-services-section {
    padding: 0 0 100px;
}
	h2.md-services-title.md-section-title {
    max-width: 550px;
}
	
	.md-hero-form-section {
    margin-bottom: 50px;
}
	section.hero-section.home-sections {
    padding: 90px 0 230px;
}
	.md-hero-form-section {
    margin-top: -200px;
}
	.md-from-all-holder:after {
    height: calc(100% - 200px);
}
	section.md-how-it-section:after{
		width:100%;
	}
}
@media screen and (min-width:1280px){
	section.md-how-it-section:after{
		width:95%;
	}
}
@media screen and (min-width:1500px){
	
	h1.md-hero-title {
    font-size: 60px;
    line-height: 78px;
}
	.md-section-title {
		font-size: 40px;
		line-height: 52px;
	}
		section.md-faq-section {
    background: #FAF8F5;
    padding: 110px 0 40px;
}
section.blog-section {
    padding: 130px 0 90px;
}
	section.md-about-section {
    padding: 110px 0 140px;
	}
	.md-hero-form-section {
    margin-bottom: 120px;
}
	.md-hero-form-section {
    margin-bottom: 50px;
}

	section.hero-section.home-sections {
    padding: 110px 0 280px;
}
	.md-hero-form-section {
    margin-top: -200px;
}
	.md-from-all-holder:after {
    height: calc(100% - 200px);
}
section.md-how-it-section:after {
    width: 85%;
}
}
@media screen and (max-width:991px){
	.blog-post-container:first-child {
    margin-bottom: 30px;
}
	img.md-about-badge-image {
    width: auto;
    height: 130px;
}
	.md-services-container {
    flex-direction: column-reverse;
}
	.md-services-all-holder{
		margin-bottom:30px;
	}
	.md-about-top-left {
    margin-bottom: 30px;
}
	.md-how-it-image-box-all {
    min-width: 210px;
}
	.md-form-image-1920{
		display:none;
	}
}
@media screen and (max-width:767px){
	.blog-posts-container .blog-post-container,.md-how-it-all-holder .md-how-it-holder,.md-services-all-holder .md-services-holder,section.md-services-section .md-services-holder-left,section.md-services-section .md-services-holder-right,section.md-hero-form-section .md-form-left,section.md-hero-form-section .md-form-right,.md-form-allbox-holder .md-form-left,.md-form-allbox-holder .md-form-right,.md-about-top-holder .md-about-top-left,.md-about-top-holder .md-about-top-right,section.md-about-section .md-about-bottom-holder {
        padding-left:0;
		padding-right:0;
}
	.md-how-it-box{
		gap:20px;
	}
	.md-how-it-image-box-all {
    min-width: 100%;
    width: 100%!important;
}
	.md-how-it-image-box {
    width: 100%;
}
	img.md-how-it-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
	.md-how-it-text-box {
    margin-left: 47px;
}
	img.footer-location-image {
    height: 70px;
    width: 70px;
}

.trustseals-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 60px;
    flex-wrap: wrap;
	row-gap: 20px;
}
.trustseal {
    padding: 0 0px;
    width: 50%;
    text-align: center;
}
}

@media screen and (max-width:600px){
	section.hero-section.home-sections{
		background-image: url(/wp-content/uploads/2024/03/phone_hero-1.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position:center;
	}
}
/* MEDIA */