.last-step-info-holder-l .md--summary-right{
	display:none!important;
}
/* Better Sans */
@font-face {
	font-family: 'Better Sans';
	font-display: swap;
	src: url('https://heavenlymove.com/wp-content/themes/heavenly-md/assets/fonts/Better-Sans/bettersans-regular.woff2') format('woff2'),
		url('https://heavenlymove.com/wp-content/themes/heavenly-md/assets/fonts/Better-Sans/bettersans-regular.woff') format('woff'),
		url('https://heavenlymove.com/wp-content/themes/heavenly-md/assets/fonts/Better-Sans/bettersans-regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
}
@font-face {
	font-family: 'Better Sans ';
	font-display: swap;
	src: url('https://heavenlymove.com/wp-content/themes/heavenly-md/assets/fonts/Better-Sans/bettersans-bold.woff2') format('woff2'),
		url('https://heavenlymove.com/wp-content/themes/heavenly-md/assets/fonts/Better-Sans/bettersans-bold.woff') format('woff'),
		url('https://heavenlymove.com/wp-content/themes/heavenly-md/assets/fonts/Better-Sans/bettersans-bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
}

/*** CUSTOM FORMS / HERO ***/
.md--form-message{
	display:none;
	text-align:center;
}
.md--form-message .md--form-message-p.md--form-error{
	margin: 0;
    padding: 10px 0 0;
    color: #d80a0a;
    float: left;
    width: 100%;
    font-size: 16px;
}
.md--form-message .md--form-message-p.md--form-error i{
	margin-right: 10px;
    color: #d80a0a;
}
#md-form-main input[type="submit"]{
	margin: 0;
	height: 55px;
	background: #F49842;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	width: 169px;
	border: none;
	padding: 0;
	    margin: auto 36%;
}
#md-form-main input[type="submit"]:hover{
	background: #e97912;
}
.form-holder-inner #md-form-main input[type="submit"]{
	width:25%;
}
#md-form-main{
	float:left;
	width:100%;
	padding-bottom:30px;
	    background: #F1F5F8;
	position:relative;
	z-index:99;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
#md-form-main .progress{
	float: left;
    width: 100%;
    background: #ccc4;
    margin-top: 12px;
    height: 18px;
    border-radius: 10px;
    overflow: hidden;
	display:none;
}
#md-form-main .progress-bar{
	text-align: center;
    font-size: 14px;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
	width: 12%;
    height: 100%;
    background: #1a941a;
    background-image: linear-gradient( 
45deg
 ,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
    transition: width .6s ease;
}
#md-form-main .progress-bar.progress-bar-animated{
	-webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}
#md-form-main .progress-bar span{
	color:#fff;
	font-size:14px;
	font-weight:600;
}
@keyframes progress-bar-stripes{
	from {
		background-position: 1rem 0;
	}
	to {
		background-position: 0 0;
	}
}
@media screen and (max-width:768px){
	.form-holder-inner #md-form-main input[type="submit"]{
		width:100%;
	}
}



.md--starss{
	display: block;
	float: left;
	width: 100%;
	margin-bottom:10px;
}
.testimonials-section .md--starss{
    text-align: center;
    margin-bottom: 70px;
}
.md--starss span{
	margin-right: 32px;
	font-size: 16px;
}
.md--starss span:last-of-type{
	margin-right:0;
}
html {
	overflow-x: hidden;
}
.page-id-67 .wpcf7 .ajax-loader {
	margin:0 auto!important;
	left: 50%;
    transform: translate(-50%, 50%);
}
body * {
	font-family: 'Better Sans', sans-serif;
	font-weight: 400;
	color: #20262a;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
	font-weight: 800;
	margin: 0;
	padding: 0;
}

body h2 {
	font-size: 36px;
}

body h3 {
	font-size: 24px;
}

body p {
	font-size: 16px;
	line-height: 1.5;
}

.mb-30 {
	margin-bottom: 30px;
}

.absolute-right {
    position: absolute;
    right: 20px;
    top: 40%;
    transform: rotate(180deg);
}

.absolute-left {
    position: absolute;
    left: 20px;
    top: 40%;
    transform: rotate(180deg);
}

.absolute-text {
	font-size: 15px!important;
	letter-spacing: 3px;
	color: #0083d1;
	font-weight: 700;
	writing-mode: tb;
	margin: 0!important;
}

.absolute-text:before {
	content: "";
	height: 120px;
	width: 2px;
	background-color: #0083d1;
	position: absolute;
    top: -130px;
    left: 12px;
}



/********************* HERO **********************/
.hero-section {
    padding: 120px 0 150px;
}
.hero-section .hero-left {
	padding-right: 121px;
	margin-top: 30px;
}
.hero-section h1 {
	font-size: 55px;
	line-height: 67px;
	 font-family: 'Better Sans', sans-serif!important;
}

.hero-section p {
	font-size: 19px;
	line-height: 1.5;
	font-weight: 500;
}
.hero-trust {
	display:flex;
	margin-top: 5px;
    float: left;
    width: 100%;
}
.hero-trust p {
	font-size: 16px;
	line-height: 19px;
	font-weight:500;
	margin-bottom:0;
}
.hero-trust p.mb-29 {
	margin-right:30px;
}
.hero-trust img {
	margin-right:7px;
	margin-top:-1px;
}

/* .phone-link-hero {
    font-size: 32px;
    font-weight: 800;
	position: relative;
	padding-left: 60px;
}

.phone-link-hero:before {
	content: url('/wp-content/uploads/2020/12/ph-icon.svg');
	position: absolute;
	left: 0;
	top: -8px;
}

.phone-link-hero:hover {
	color: #20262a;
}

.phone-link-hero span {
	font-weight: 800;
} */

.hero-storage-cta {
  font-size: 20px;
    margin: 0 0 30px;
    display: flex;
	align-items: center;
}

.hero-storage-cta img {
	margin: 0 10px 0 0;
}

.hero-storage-cta span {
	font-weight: 900;
}

.hero-storage-cta a {
	font-weight: 800;
	transition: all .3s;
}

.hero-storage-cta a:hover {
	color: #006eb0;
}

.image-hero {
	position: absolute;
	width: 43%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: -1;
}

.image-hero img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: left;
}
a.badge-best-link:focus {
    outline: none;
}

/********* HERO FORM ************/

.form-holder {
	background-color: #fff;
	position: relative;
	border-radius: 10px;
	background: #F1F5F8;
	margin: auto 0 0 15%;
    width: 630px;
	z-index:1;
}
.hero-section  .form-holder:before{
	width: 533px;
    height: 427px;
    content: " ";
    background: #fff;
    display: block;
    position: absolute;
    /* left: -5px; */
    top: -25px;
    border-radius: 10px;
    right: -27px;
    z-index: 0;
    border: 2px solid #0077C7;
}

.form-holder h3 {
	font-size: 20px;
	line-height: 23px;
	color: #000;
	font-weight:600;
	text-align: left;
	padding: 30px 0 0 30px;
	background: #F1F5F8;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	position:relative;
	z-index:99;
}

.form-holder form {
	padding: 30px 30px 20px;
}

.form-holder .wpcf7-form .fieldset-cf7mls,
.full-form-holder .wpcf7-form .fieldset-cf7mls,
.contact-form .wpcf7-form .fieldset-cf7mls,
.claim-form .wpcf7-form .fieldset-cf7mls  {
	padding: 0;
}

.form-holder .fieldset-cf7mls-wrapper,
.full-form-holder .fieldset-cf7mls-wrapper,
.contact-form .fieldset-cf7mls-wrapper,
.claim-form .fieldset-cf7mls-wrapper {
	margin: 0;
	padding: 0;
}

.form-holder .wpcf7-response-output,
.full-form-holder .wpcf7-response-output,
.contact-form .wpcf7-response-output,
.claim-form .wpcf7-response-output {
	float: left;
    margin: 10px;
    padding: 0;
    width: 100%;
}

.form-holder .wpcf7-not-valid-tip,
.full-form-holder .wpcf7-not-valid-tip,
.contact-form .wpcf7-not-valid-tip,
.claim-form .wpcf7-not-valid-tip {
    float: left;
    width: 100%;
	font-size: 13px;
}

.md-input {
    width: 100%;
    float: left;
	position: relative;
	padding: 0 5px;
	margin-bottom: 15px;
}
.form-holder .cf7mls-btns {
	width: 100%;
	float: left;
	position: relative;
	display: flex;
	justify-content: center;
}

.md-input input,
.md-input select,
.full-form-holder input,
.full-form-holder select,
.claim-form input {
	width: 100%;
	font-size: 16px;
	padding: 10px;
	padding-left:35px;
	height: 55px;
	border-radius: 6px;
	background-color: #fff;
	border: 1px solid #d5dde0;
}

.form-holder .cf7mls_next.action-button,
.form-holder .wpcf7-form-control.wpcf7-submit {
	margin: 0;
	height: 55px;
	border-radius: 25px;
	background: linear-gradient(to right, #f79726 0%, #f78326 100%);
	font-size: 17px;
	font-weight: 800;
	color: #fff;
	width: 100%;
	border: none;
}


.form-holder .cf7mls_next.action-button:hover,
.form-holder .wpcf7-form-control.wpcf7-submit:hover {
	background: #f79726;
	opacity: 1;
}


body .ui-datepicker {
	padding: 0!important;
}

body .ui-widget-header {
	background: #fff!important;
	border: none;
	border-bottom: 1px solid #e7e6e6!important;
    padding: 10px 0!important;
}

body .ui-datepicker .ui-datepicker-prev, 
body .ui-datepicker .ui-datepicker-next {
	top: 9px;
}

body .ui-datepicker td {
	padding: 4px!important;
}

body .ui-state-default,
body .ui-widget-content .ui-state-default, 
body .ui-widget-header .ui-state-default{
	border: none!important;
	background: #fff!important;
}


#wpcf7-f540-o1 .wpcf7-form.sent .wpcf7-response-output {
    display: none !important;
}

body .ui-widget-content .ui-state-default:hover {
	color: #000!important;
}
.form-holder-holder input#move-from {
	background: url(/wp-content/uploads/2022/02/form_dot.svg) 2% 50% no-repeat scroll #f9fafb;
}
.form-holder-holder input#move-to {
	background: url(/wp-content/uploads/2022/02/form_location.svg) 2% 50% no-repeat scroll #f9fafb;
}
.form-holder-holder input#moving-date {
	padding:15px;
	background: url(/wp-content/uploads/2022/02/form_calendar.svg) 95% 50% no-repeat scroll #f9fafb;
}

/******************* ACCREDITATIONS ******************************/

.accreditations-section {
    background-color: #f7f8f8;
    padding: 50px 0;
}


.accreditations-section .container {
    display: flex;
    justify-content: space-between;
	align-items: center;
}

.acc-img-holder img {
    height: 70px;
}

/****************** HOW IT WORKS **********************/

.steps-section {
    padding: 120px 0 150px;
}

.steps-section .absolute-left {
	opacity: 0;
}


.home .steps-section .absolute-left {
	opacity: 1;
}

.steps-section h2 {
	text-align: center;
	line-height:40px;
	font-weight:900;
}

.steps-subtitle {
    text-align: center;
    margin: 20px auto 80px;
    max-width: 890px;
	position:relative;
	
}

.steps-subtitle p {
	font-size: 17px;
	line-height:27px;
	color:#000;
	font-weight:500;
	margin-bottom: 30px;
}

.md-border-box {
	border-radius: 18px;
	filter: drop-shadow(0.209px 3.995px 8px rgba(0,21,34,0.09));
	background-color: #ffffff;
	border: 1px solid #e6eaeb;
	transition: all .3s ease-in-out;
}

.step-holder {
    position: relative;
	text-align:center;
}
.horizontal_dotted_line {
  border-bottom: 1px dashed #cfcfcf;
     width: 90%;
    margin: 0 auto;
	    margin-bottom: -24px;
}
/*  .steps-subtitle:after {
    content: url(/wp-content/uploads/2022/02/Line-4.png);
    display: block;
    position: absolute;
    top: 145px;
    right: 50%;
    z-index: 0;
    transform: translateX(50%);
}  */
.step-holder img {
		position:relative;
	z-index:99;
}
.step-holder h3:after {
	content: url(/wp-content/uploads/2022/02/Line-6.png);
    display: block;
    position: absolute;
    top: -70px;
    right: 50%;
    z-index: 0;
    transform: translateX(50%);
}
.step-holder-single:first-child .step-holder:before {
	content: url(/wp-content/uploads/2022/02/Line-6.png);
    display: block;
    position: absolute;
    top: -70px;
    right: 50%;
    z-index: 0;
    transform: translateX(50%);
}
.step-holder h3 {
	margin-bottom: 10px;
	font-size:17px;
	line-height:27px;
	font-weight:700;
	position:relative;
	margin-top: 20px;
}

.step-holder p {
	font-size: 15px;
	line-height: 22px;
	font-weight:500;
	padding: 0 60px;
}

.inner-sec-btns {
	text-align: center;
	margin-top: 60px;
}

.inner-sec-btns .quote-link {
	font-size: 15px;
	line-height:18px;
	font-weight:700;
	background: #F49842;
border-radius: 6px;
}

.inner-sec-btns .phone-link-hero {
	font-size: 25px;
}

.inner-sec-btns .phone-link-hero:before {
    top: -12px;
    transform: scale(0.8);
}


.inner-sec-btns p {
	margin: 12px 0;
	font-size: 20px;
	    font-weight: 600;
    text-transform: lowercase;
}
/********************** SERVICES *****************/

.services-section {
	padding: 130px 0 100px;
	text-align: center;
	background: #F1F5F8;
}

.services-section h2 {
	margin-bottom: 15px;
	font-size:28px;
	font-weight:900;
	line-height:40px;
}

.services-section p {
	font-size: 19px;
	line-height:29px;
	margin-bottom:30px;
}

.services-holder {
	margin-top: 10px;
}

.service-box {
	padding: 40px 40px 40px;
}

.service-box p {
	font-size: 16px;
}

.service-box h3 {
	margin-bottom: 10px;
	font-size:17px;
	line-height:27px;
	font-weight:700;
}

.service-link:hover .md-border-box {
	background: linear-gradient(to top, #0083d1 0%, #1ca2f2 100%);
/* 	transition: all 0.3s ease-in-out; */
	
}

.service-link:hover .service-box *{
	color: #fff;
/* 	transition: all 0.3s ease-in-out; */
}

.service-box img {
	margin-bottom: 25px;
}


.service-link:hover img {
	filter: brightness(0) invert(1);
}
.services-holder .md-border-box {
	border:none;
	filter:none;
}
/************ TESTIMONIALS *****************/

.testimonials-section {
    padding: 0 0 130px;;
}

.testimonials-section h2 {
	margin-bottom: 20px;
	text-align: center;
	font-weight:900;
}
.test-subtitle {
	font-size: 19px;
	line-height:29px;
	color:#000;
	font-weight:500;
	text-align: center;
	margin: 0 auto 10px;
	max-width: 870px;
}
.test-subtitle a {
	font-weight:500;
}
.stars-image {
    display: block;
    margin: 0 auto 70px;
}

.testimonial-top {
	align-items: center;
}
.testimonial-top.d-flex span {
	font-weight: 900;
	font-size: 17px;
	line-height: 34px;
	margin-right:5px;
	color:#000000;
}
.testimonial-text {
    padding: 10px 0 0px;
	min-height: 120px;
}

.testimonial-wrapper h4 {
	font-size: 17px;
	line-height:27px;
	font-weight:700;
}

img.test-source-img {
    height: 31px;
}
.testi-bottom-holder {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.md-border-box  .mb-30 {
	margin-bottom:0;
}
.testimonials-wrap-cont .md-border-box {
	padding: 40px 25px;
	background: #F1F5F8;
	border-radius: 10px;
	border:none;
	filter: none;
}
.testimonial-text p {
	font-size: 17px;
	line-height: 27px;
	font-weight:500;
}
.testi-left-holder p {
	font-size: 15px;
	line-height: 27px;
	font-weight:500;
}
/******************** ABOUT ***********************/

.about-section {
	padding: 0 0 120px;
}

.about-section .about-right {
	padding-left: 105px;
}
.about-section .about-right img {
	    width: 100%;
    object-fit: cover;
}
.about-text h2 {
	margin-bottom: 30px;
	font-weight:900;
	line-height:40px;
}

.about-text p {
	margin-bottom: 25px;
	font-size:17px;
	font-weight:500;
	line-height:27px;
}
.about-section  .about-left {
	padding-right: 63px;
	margin-top: 63px;
}
.image-about {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
} 

.image-about img {
	object-fit: cover;
	width: 90%;
	height: 100%;
	object-position: right;
}

.after-about {
    padding: 100px 0;
    text-align: center;
	background: #F1F5F8;
}


.after-about p {
	font-size: 17px;
    color: #000;
    font-weight: 500;
    line-height: 27px;;
}
a.btn-about {
	font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    background: #F49842;
    border-radius: 6px;
	color:#fff;
	padding:10px 20px;
}
a.btn-about:hover {
	background: #E97912;
}
.about-img-holder {
	display: flex;
	align-items:center;
	justify-content: end;
}
.right-img-holder {
	display: flex;
    flex-direction: column;
}
.about-2-left h2{
	font-size:32px;
	font-weight:900;
	line-height:40px;
	text-align:left;
	margin-bottom:30px;
}
.about-2-left-link.fw {
	text-align:left;
}
img.img-1 {
	margin-right:30px;
}
img.img-2 {
	margin-bottom:30px;
}
/**************** BLOG ********************/
.blog-section {
    padding: 130px 0 100px;
}

.blog-section h2 {
	text-align: left;
	margin-bottom: 68px;
	padding-left:15px;
}

.blog-post-img {
    height: 250px;
    position: relative;
	margin-bottom: 38px;
	border-radius: 20px;
}

.blog-post-date {
	font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    background-color: #169dec;
    width: 55px;
    padding: 10px;
    border-bottom-right-radius: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
	border-top-left-radius: 20px;
}

.blog-title {
	color: #000;
	margin-bottom: 20px;
	font-size:20px;
	line-height:28px;
	font-weight:700;
}
.blog-excerpt {
	margin-bottom: 22px;
	font-size:16px;
	line-height:22px;
	font-weight:500;
}


.blue-btn {
	font-size:15px;
	line-height:22px;
	font-weight:700;
	color:#000;
    position: relative;
	 transition: all .5s;
}

.blue-btn:before {
	content: "";
    height: 2px;
    width: 0;
    background-color: #0083d1;
    transition: all .5s;
    position: absolute;
    top: 11px;
    left: 0;
}

.blue-btn:hover {
	padding-left: 35px;
	color: #0083d1;
}

.blue-btn:hover:before {
	width: 30px;
}

/********************** AREAS *******************/

.areas-section {
    padding: 130px 0;
	background: #F1F5F8;
}


.areas-section h2 {
	font-size: 32px;
	line-height: 40px;
	text-align: left;
	font-weight:900;
	margin-bottom: 10px;
}

.areas-section p {
	text-align: left;
	margin:0;
	margin-bottom:60px;
	font-size: 17px;
	line-height: 27px;
	color:#000;
}

.areas-list {
	columns: 4;
	margin: 0;
	padding: 0;
	list-style: none;
}

.areas-list li {
	font-size: 17px;
	line-height: 34px;
	color: #000;
	font-weight: 500;
	margin-bottom: 5px;
	padding-left: 25px;
	position:relative;
}

.areas-list li::before {
	  content: url(/wp-content/uploads/2022/02/check_blue.svg);
	  position:absolute;
	  left: 0px;
      top: 2px;
}

.areas-list li a,
.areas-list li a:visited {
	font-size: 17px;
	line-height: 34px;
	color: #000;
	font-weight: 500;	
}

.areas-list li a:hover {
	color: #f78826;
}

/********************* CTA SECTION *******************/

.cta-section .container {
	position: relative;
}

.cta-wrapper {
    width: 100%;
  	text-align:center;
    padding: 110px 0;
}

.cta-wrapper h2 {
	color: #0B1926
	font-weight: 900;
	font-size: 32px;
	line-height: 40px;
}
.cta-wrapper P {
	margin: 0;
    padding: 20px 0;
	font-size: 17px;
	line-height: 27px;
}
.cta-wrapper .header-btns .phone-link {
	font-size: 20px;
	line-height: 20px;
	font-weight:400;
	color:#fff;
}
.cta-wrapper .header-btns .phone-link:hover {
	background:#158DDD;
}
.cta-wrapper .quote-link {
    padding: 14px 35px; 
}
@media screen and (min-width: 1500px) {
	.blog-section .container, .hero-section .container, .testimonials-section .container, .about-section .container, .after-about .container, .areas-section .container{
		width: 85%;
	}
	.steps-section .container{
		width: 75%;
	}
}
@media screen and (max-width: 1700px)  {
		.about-section .about-left {
		margin-top: 0px;
	}
	.about-section .about-right img {
		    height: 524px
	}
	.form-holder {
		margin: auto 0 0 0%;
		width: 584px;
	}
	.hero-section h1 {
    font-size: 52px;
    line-height: 63px; 
	}
	.step-holder p {
   		 padding: 0 40px;
	}
}
@media screen and (min-width: 1201px) and (max-width: 1500px){
	.absolute-left {
		left: 10px;
	}
	.blog-section .container, .hero-section .container, .testimonials-section .container, .about-section .container, .after-about .container, .areas-section .container{
		width: 85%;
	}
	.hero-section .form-holder:before {
    width: 479px;
	}
	.form-holder {
    	width: 539px;
}
	.hero-section h1 {
    font-size: 38px;
    line-height: 56px;
}
	.steps-section .container{
		width: 75%;
	}
	.absolute-right {
		right: 10px;
	}	
	
	.cta-wrapper .header-btns .phone-link {
    font-size: 17px;
}
	.services-holder  p.unique  {
		margin-bottom:0;
	}
	
}
@media screen  and (max-width: 1500px) {
	.hero-section {
    padding: 90px 0 130px;
}
	.about-section .about-right {
    padding-left: 20px;
}
	.about-section .about-left {
    	padding-right: 0px;
	}
	.about-img-holder img.img-1{
		width: 160px;
	}
}
@media screen  and (max-width: 1400px) {
	.hero-section .hero-left {
    padding-right: 56px;
    margin-top: 30px;
}
}
@media screen  and (max-width: 1350px) {
	.step-holder p {
    	padding: 0px 0px;
	}
}

@media screen  and (max-width: 1199px) {
	
	.hero-section .form-holder:before {
		width: 308px;
	}
	.hero-section {
    padding: 90px 0 100px;
}
	.testimonials-section {
    padding: 0 0 70px;
}
		.services-holder  p.unique  {
		margin-bottom:0;
	}
	.services-holder .service-box {
    height: 252px;
}
	.about-img-holder img{
		width:auto!important;
	}
	.about-2-right  {
		    float: left;
    width: 100%;
	}
	.about-img-holder {
    	justify-content: center; 
		margin-top:75px;
	}
	.right-img-holder {
		flex-direction:row;
		    align-items: center;
	}
	img.img-2 {
		margin-bottom:0;
		margin-right:30px;
		
	}
	.right-img-holder img {
    height: 184px;
}
}
@media screen and (min-width: 991px) and (max-width: 1200px){
	#md-form-main input[type="submit"] {
		margin: auto 26%;
	}
	.absolute-right,
	.absolute-left {
		display: none;
	}

	.hero-section h1 {
    	font-size: 33px;
    line-height: 44px;
	}
	
	.hero-section p {
    font-size: 16px;
}
	
	.form-holder {
		    max-width: 414px;
	}
	
	.image-hero img {
		object-position: 20%;
	}
	
	.acc-img-holder img {
		height: 50px;
	}
	
	body h2 {
		font-size: 32px;
	}
	
	body h3 {
		font-size: 23px;
	}

	.service-box {
		height: 360px;
	}
	.services-holder .service-box  {
		height:auto;
	}
	.service-box h3 {
    margin-bottom: 10px;
}
	
	.test-subtitle {
		font-size: 18px;
	}
	
	.testimonial-text {
		height: 180px;
	}
	
	.after-about img {
		width: 470px;
	}
	
	.after-about p {
		font-size: 18px;
	}
	
	.areas-section h2 {
		margin-bottom: 20px;
	}
	
	.areas-section p {
		font-size: 18px;
	}
	
	.areas-list li {
		font-size: 16px;
	}
	
	.cta-wrapper h2 {
		font-size: 33px;
	}
	
	.cta-wrapper {
		    width: calc(100% - 30px);
	}
	
	.cta-wrapper .header-btns .phone-link {
    font-size: 17px;
}
	.about-section .about-right img {
    height: 437px;
    margin-top: 77px;
}
	.areas-section {
    	padding: 80px 0!important; 
	}
	.blog-section {
    padding: 90px 0 50px!important;
}
}

@media screen and (max-width: 991px) {
	.horizontal_dotted_line {
		display:none;
	}
	.step-holder h3:after {
    	top: 77px;
	}
	.mb-30 {
    margin-bottom: 0px;
} 
	.about-section .about-right {
		margin-top:80px;
	}
	.about-section .about-right img{
		height:100%;
		width:100%;
	}
	.steps-subtitle:after {
		display:none;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border:none;
	}
	.hero-section .hero-left {
		margin-top:0;
		padding-right:0;
	}
	.form-holder-all {
		margin-top:70px;
	}
	.hero-section .form-holder:before {
    width: 92%;
}
	.form-holder {
		width:95%;
	}
	.absolute-right,
	.absolute-left {
		display: none;
	}
	
	.hero-section {
    	padding: 40px 0 155px;
		background-image: none;
	}
	
	.hero-section h1 {
		font-size: 45px;
		line-height: 60px;
	}
	
	.hero-section p {
		font-size: 19px;
	}
	
	.image-hero {
		display: none;
	}
	
	.form-holder {
		max-width: unset;
	}
	


	.accreditations-section .container {
		align-items: center;
	}
	
	.acc-img-holder img {
		height: 40px;
		width: auto;
	}
	
	.step-holder {
		margin-bottom: 90px;
		height: auto;
	}
	.step-holder-single:last-child .step-holder{
		margin-bottom:0;
	}
	.step-holder-single:last-child .step-holder h3:after{
		display:none!important;
	}
	.steps-section .inner-sec-btns {
    	margin-top: 10px;
	} 
	.services-section {
		padding: 100px 0;
	}

	.service-box {
		height: 345px;
	}

	.about-section {
		background-image:  none;
		padding: 0 0 100px;
	}
	
	.image-about {
		position: relative;
		margin-bottom: 25px;
		width: 100%;
	}
	
	.image-about img {
		width: 100%;
	}

	.steps-section {
		padding: 120px 0 155px;
	}
	
	.testimonial-text {
		height: auto;
	}

	.cta-wrapper {
		width: calc(100% - 30px);
		flex-direction: column;
	}
	
	.cta-wrapper h2 {
		margin-bottom: 0;
		text-align: center;
	}

	.areas-list {
		columns: 2;
	}
	
	.post-wrapper {
		margin-bottom: 50px;
	}
	.testimonials-section .md-border-box, .services-holder  .md-border-box {
		margin-bottom:30px;
	}
}

@media screen and (max-width: 767px) {
	.right-img-holder img {
    height: auto;
}
	.accreditations-section .container {
		flex-wrap: wrap;
	}
	.hero-section h1 {
    font-size: 36px;
    line-height: 50px;
}
	.accreditations-section .acc-img-holder {
		width: 33%;
		height: 130px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}
	
	.acc-img-holder:first-of-type,
	.acc-img-holder:nth-of-type(2),
	.acc-img-holder:nth-of-type(3) {
		border-bottom: 1px solid #e0e1e1;
	}
	
	.acc-img-holder:nth-of-type(1):after,
	.acc-img-holder:nth-of-type(2):after,
	.acc-img-holder:nth-of-type(4):after,
	.acc-img-holder:nth-of-type(5):after {
		position:absolute;
		content: "";
		width: 1px;
		height: 50px;
		background: #e0e1e1;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.acc-img-holder img {
		height: 50px;
	}
	.service-box {
		height: auto;
	}
	.blog-section {
   padding: 70px 0 50px;
}
	.areas-section {
		padding: 70px 0 70px;
	}
	.cta-wrapper {
		top: -120px;
	}
	.about-img-holder img {
		width: 120px!important;
	}
	.areas-section p {
    	margin-bottom: 30px;
	}
	.cta-section  .cta-wrapper {
    width: 100%!important;
    flex-direction: column;
		padding: 70px 0;
}
}
@media screen and (max-width: 576px) {
	.step-holder h3:after {
    top: 96px;
}
}

@media screen and (max-width: 550px) {
	.cta-wrapper h2 {
		margin-bottom:0;
	}
	.about-img-holder img.img-1 {
		margin-right:15px;
	}
	.about-img-holder img.img-2{
		margin-right:0;
	}
	.about-text h2 br {
		display:none;
	}
	.hero-trust p.mb-29 {
    margin-right: 9px;
}
	.right-img-holder {
     flex-direction: column; 
}
	.about-img-holder img.img-2 {
		margin-bottom:10px;
	}
	.about-img-holder img {
    width: 120px!important;
}
	.hero-section p {
    font-size: 15px;
}
	.hero-section {
		padding: 30px 0 10px;
	}
	#md-form-main input[type="submit"] {
    	margin: auto 31%;
}
	.hero-section .container {
		padding-right: 5px;
		padding-left: 5px;
	}
	
	.hero-section h1 {
		font-size: 30px;
		line-height: 38px;
		margin-bottom: 10px;
	}
	
	.hero-section p {
    	font-size: 15px;
	}
	
	.hero-storage-cta a {
		display: block;
	}
	
	.form-holder h3 {
		font-size: 18px;
	}
	
	.form-holder form {
		padding: 20px 10px 10px;
	}
	.form-holder h3 {
    font-size: 18px;
    padding: 20px 0 0 26px;
	}
	
	.accreditations-section .acc-img-holder {
		width: 49%;
		height: 100px;
	}
	
	.acc-img-holder:nth-of-type(4) {
		border-bottom: 1px solid #e0e1e1;
	}
	
	.acc-img-holder:nth-of-type(2):after,
	.acc-img-holder:nth-of-type(4):after {
		display: none;
	}
	
	.acc-img-holder:nth-of-type(3):after {
		position:absolute;
		content: "";
		width: 1px;
		height: 50px;
		background: #e0e1e1;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.acc-img-holder img {
		height: 45px;
	}
	
	body h2 {
		font-size: 28px;
	}
	
	body h3 {
		font-size: 22px;
	}
	
	.steps-section {
		padding: 70px 0 76px;
	}
	
	.steps-subtitle {
		margin: 20px auto 80px;
	}
	
	.steps-subtitle p {
		font-size: 16px;
	}
	
	.phone-link-hero {
		font-size: 20px;
	}
	
	.phone-link-hero:before {
		left: 5px;
		top: -14px;
		transform: scale(0.7);
	}
	
	.quote-link {
		font-size: 16px;
	}
	
	.services-section {
		padding: 75px 0 60px;
	}
	
	.services-section h2 {
		margin-bottom: 30px;
		line-height: 1.4;
	}
	
	.services-section p {
		font-size: 16px;
		margin-bottom: 30px;
	}

	.service-box h3 {
		margin-bottom: 10px;
		font-size: 20px;
	}
	
	.service-box {
		padding: 30px 15px 0;
	}

	.service-box img {
		margin-bottom: 20px;
		height: 55px;
	}
	
	.testimonials-section {
		padding: 70px 0;
	}
	
	.test-subtitle {
		font-size: 16px;
	}
	
	.testimonial-text p {
		line-height: 1.6;
	}
	
	.stars-image {
		width: 90px;
	}
	
	.about-section {
		padding: 0 0 70px;
	}
	
	.about-text h2 {
		margin-bottom: 20px;
		font-size: 27px;
	}
	
	.after-about {
		padding: 70px 0;
	}
	
	.after-about img {
		margin-bottom: 5px;
	}
	
	.after-about p {
		font-size: 18px;
	}
	
	.blog-section {
		padding: 75px 0 60px;
	}
	
	.blog-section h2 {
		margin-bottom: 38px;
	}
	
	.blog-post-img {
   	 height: 200px;
		margin-bottom: 28px;
	}
	
	.blog-title {
		margin-bottom: 10px;
	}
	
	
	.areas-section h2 {
		margin-bottom: 15px;
	}
	
	.areas-section p {
    	margin: 0 auto 48px;
		font-size: 16px;
	}
	
	
	.areas-list li {
		font-size: 16px; 
		padding-right: 11px;
	}
	.cta-wrapper {
		padding: 40px 15px;
		top: -180px;
	}
	
	.cta-wrapper h2 {
		font-size: 26px;
	}
	
	.cta-wrapper .header-btns {
		display: flex;
		flex-direction: column;
	}
	
	
	.cta-wrapper .quote-link {
		margin-top: 15px;
	}
	
	.inner-sec-btns .phone-link-hero:before {
		top: -14px;
		transform: scale(0.7);
	}
	
	.inner-sec-btns .quote-link {
		font-size: 18px;
	}

	.inner-sec-btns .phone-link-hero {
		font-size: 22px;
	}
	#md-form-main input[type="submit"] {
		margin:0;
		width:100%;
	}
	.form-holder-all  .md-input {
		padding:0;
	}
	.hero-section .form-holder:before {
    	height: 398px; 
	}
	.testimonials-section .testimonials-wrap-cont {
		padding:0;
	}
	.testimonials-section  .md-border-box .mb-30 {
    margin-bottom: 10px;
}
	.areas-list {
    columns: 1;
}
	.testimonials-section {
		padding-top:100px;
	}
	.stars-image {
    	margin: 0 auto 40px;
}
	.cta-wrapper .quote-link {
    padding: 12px 51px;
}
}

@media screen and (max-width: 350px) {
	.form-holder .cf7mls_next.action-button, 
	.form-holder .wpcf7-form-control.wpcf7-submit {
		height: 50px;
	}
	
	.form-holder h3 {
		font-size: 16px;
		text-align:center;
		padding: 10px 0px 0;
	}
	
	.steps-section .col-xs-12 {
		padding-right: 5px;
		padding-left: 5px;
	}
	
	.step-holder {
		padding: 70px 15px 40px;
	}
	
	.step-holder .step-number {
		top: -20px;
		font-size: 20px;
		width: 45px;
		height: 45px;
	}
	
	.steps-subtitle {
		margin: 20px auto 58px;
	}

/* 	.acc-img-holder img {
		max-width: 110px;
	} */

	.after-about p {
		font-size: 17px;
	}
	.step-holder {
		margin-bottom: 0; 
	}
	.step-holder h3:after {
    top: 126px;
}
	
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.testimonials-section .testimonials-wrap-cont {
		width: 50%;
	}
	.testimonials-section .testimonial-text {
		height: 166px;
	}
}