/************** STORAGE PAGE ******************/
.page-template-page-storage-estimate .header-btns .quote-link,
.page-template-page-landing-storage .header-btns .quote-link {
	display: none;
}
.hero-section-storage {
	padding: 100px 0;
}

.storage-hero-left {
	display: flex;
	justify-content: center;
}

.storage-hero-text {
	max-width:650px;
}


.storage-hero-text h1 {
	font-size: 57px;
	letter-spacing: 1px;
	line-height: 1.2;
	color: #20262a;
	font-weight: 900;
}

.storage-hero-text h1 span {
	display: block;
	font-weight: inherit;
}


.storage-hero-text p {
	font-size: 21px;
	letter-spacing: 0px;
	color: #20262a;
	font-weight: 300;
}

.storage-hero-form .st-p-small {
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 17px;
}

.st-p-small a {
	font-weight: 800;
}


.storage-hero-form {
    margin-top: 10px;
}

.storage-hero-form input.wpcf7-form-control.wpcf7-submit {
    padding: 10px;
    height: 60px;
    border-radius: 35px;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    width: 30%;
	position: absolute;
	right: 40px;
	background: linear-gradient(-17deg, #f78326 0%, #f79726 100%);
}

.storage-zip-input {
	width: 75%;
	float: left;
}

.storage-hero-form input.wpcf7-form-control.wpcf7-submit:hover {
	background: #f79726;
	opacity: 1;
}

.storage-hero-form .wpcf7-form.sent .wpcf7-response-output {
    display: none !important;
}

.storage-hero-form input {
	width: 100%;
	font-size: 16px;
    padding: 10px 20px;
    height: 60px;
    border-top-left-radius: 35px;
	 border-bottom-left-radius: 35px;
    background-color: #fff;
    border: 1px solid #d5dde0;
	border-right: none;
}

.storage-hero-form input:focus {
	outline: none;
}

.hero-section-storage .image-hero img {
	object-position: left;
}

.st-h2 {
	text-align: center;
	    max-width: 770px;
    margin: 0 auto 70px;
    line-height: 1.3;
}

.st-img-holder {
    height: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.storage-steps-sec .step-holder {
	height: 350px;
}

.storage-benefits-section {
    padding-bottom: 100px;
    border-bottom: 1px solid #e1e1e1;
}

.benefit-row {
    float: left;
    width: 100%;
	display: flex;
}

.benefit-row:first-of-type,
.benefit-row:last-of-type {
	border-bottom: 1px solid #1196e5;	
}

.benefit-row div {
	padding-top: 5px;
	padding-bottom: 5px;
}

.benefit-row p {
	margin: 0;
	font-size: 20px;
	font-weight: 800;
	padding: 5px 0;
}

.benefit-row div:nth-child(2),
.benefit-row div:nth-child(3) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.benefit-row div:nth-child(1) {
	border-left: 1px solid #1196e5;
}
.benefit-row div {
	border-right: 1px solid #1196e5;
}

.benefit-row.benefit-row-first div {
	border-right: none!important;
	border-left: none!important;
}

.benefit-row:nth-of-type(2) div {
    padding-top: 30px;
}

.benefit-row:last-of-type div {
    padding-bottom: 30px;
}

.benefit-row .col-xs-6 {
    padding-left: 40px;
}

.benefit-row img {
    width: 30px;
}

.h3-blue {
	color: #1196e5;
	font-size: 20px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.h3-blue img,
.h3-grey img {
	margin-right: 10px;
}

.h3-grey {
	color: #a3aaac;
	font-size: 20px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

html .wpcf7 form .wpcf7-response-output {
	float: left;
}

/******* STORAGE FORM **********/

.storage-quote-section {
	padding: 100px 0;
	border-bottom: 1px solid #ccc;
}
.full-storage-form .cf7mls_progress_bar {
    padding: 0;
    margin: 0 0 80px;
}

.full-storage-form .cf7mls_progress_bar li {
    color: #0b8ede;
    font-weight: 800;
    font-size: 18px;
    text-transform: none;
}

.full-storage-form .cf7mls_progress_bar li:before {
    background: #fff;
    border: 2px solid #0b8ede;
    border-radius: 50%;
    color: #0b8ede;
    width: 30px;
    height: 30px;
    padding: 1px;
}

.full-storage-form .cf7mls_progress_bar li.active:before {
    background: #0b8ede;
    color: #fff;
}

.full-storage-form .cf7mls_progress_bar li:after {
    background: url(/wp-content/uploads/2020/12/dashed-line.png);
    width: 70%;
    left: -35%;
    top: 14px;
}

.full-storage-form input:active {
	outline: none;
}

.full-storage-form .cf7mls-btns {
    width: 100%;
    float: left;
    position: relative;
}

.full-storage-form .cf7mls_back.action-button {
    color: #000;
    border: 1px solid #0b8ede;
    background-color: #fff;
    margin: 15px 5px 0;
    height: 50px;
    width: 120px;
    border-radius: 30px;
    font-size: 19px;
    font-weight: 700;
	padding: 14px;
	padding-bottom: 17px;
	/* display: none; */
	text-align: center;
	line-height: 1;
}

.full-storage-form .cf7mls_next.action-button, 
.full-storage-form .wpcf7-form-control.wpcf7-submit {
    margin: 15px 5px 0;
	padding: 14px;
	padding-bottom: 17px;
    height: 50px;
    border-radius: 30px;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    width: 48%;
	line-height: 1;
    max-width: 310px;
    float: right;
	border: none;
	outline: none;
	text-align: center;
}

.full-storage-form .cf7mls_next.action-button {
	background: linear-gradient(-6deg, #0083d1 0%, #1ca2f2 100%);	
}

.full-storage-form .wpcf7-form-control.wpcf7-submit {
    background: linear-gradient(-17deg, #f78326 0%, #f79726 100%);
}

.step-h1 {
    font-size: 52px;
    text-align: center;
    margin-bottom: 20px;
}

.p-form-s {
    font-size: 20px;
    text-align: center;
    margin-bottom: 60px;
}

.step-h2 {
	text-align: center;
	margin-bottom: 30px;
	    line-height: 1.3;
}

.step-h2.m-50 {
	margin-bottom: 50px;
}

/******** FIRST STEP *******/

.card {
	text-align: center;
	color: #FFFFFF;
	width: 100%;
	height: 510px;
	transition: 0.6s;
	-webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
	position: relative;

}
.flipper {
	padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
	-webkit-perspective: 1000px;
    perspective: 1000px;
    width: 33%;
    float: left;
}
/* flip the pane when hovered */
.flipper.flip .card {
	transform: rotateY(180deg);
}
.front,
.back {
	width: 100%;
	padding: 5px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: 40px;
}
/* front pane, placed above back */
.front {
/* 	z-index: 2; */
	/* for firefox 31 */
	transform: rotateY(0deg);
	height: 100%;
	background-color: #fff;
	border-radius: 18px;
	filter: drop-shadow(1.721px 2.457px 8px rgba(0,0,0,0.06));
	border: 1px solid #e6eaeb;
	overflow: hidden;
}
/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
	height: 100%;
	border-radius: 18px;
	filter: drop-shadow(1.721px 2.457px 8px rgba(0,0,0,0.06));
	background-color: #0082d1;
	text-align: left;
}
.goback {
	position: absolute;
	bottom: 0px;
	padding-left: 20px;
	left: 0px;
	text-decoration: underline;
	cursor: pointer;
}

.p-popular {
	background-color: #0083d1;
    color: #fff;
    display: inline-block;
    padding: 5px 14px;
    position: absolute;
    left: -55px;
    width: 200px;
    top: 27px;
    transform: rotate(-45deg);
}

.p-size {
    font-size: 32px;
    font-weight: 700;
	 margin: 0 0 30px;
}

.price-per-month {
    font-size: 32px;
    font-weight: 300;
    color: #000;
	margin-top: 30px;
	margin-bottom: 0;
}

.show-more-info {
    padding: 0px 7px;
    border: 1px solid #0083d1;
    border-radius: 50%;
    color: #0083d1;
	position: relative;
	cursor: pointer;
}

.show-more-info:after {
	display: none;
    content: "Your plan has a 3-month storage minimum, but you can get your stuff back whenever you want. If you need an item back before the 3 months are up, we’ll just charge you for the remaining time.";
    position: absolute;
    bottom: 35px;
    right: -38px;
    width: 300px;
    background: #233551;
    padding: 12px;
    color: #fff;
    font-size: 15px;
}

.show-more-info:before {
	content: "";
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: #233551 transparent transparent transparent;
	display: none;
}

.show-more-info:hover:after,
.show-more-info:hover:before,
.show-more-info:active:after,
.show-more-info:active:before {
	display: block;
}


.flip-back {
    color: #0083d1;
    margin: 27px 0 15px;
	cursor: pointer;
}
.hm-price-option {
   display: inline-block;
    padding: 15px 40px;
    color: #fff;
    cursor: pointer;
    font-size: 19px;
    font-weight: 600;
    border-radius: 30px;
    background: linear-gradient(107deg, #f79525 0%, #f78325 100%);
}

.hm-price-option:hover {
	background: #f78325;
}
.p-form-m {
    font-size: 24px;
    text-align: center;
	margin-top: 20px;
	float: left;
	width: 100%;
	font-weight: 300;
}

.back * {
	color: #fff;
	font-size: 18px;
}

.flip-back-header {
    display: flex;
    justify-content: space-between;
	margin-bottom: 25px;
}

.flip-back-header p,
.flip-back-header p b {
	font-size: 26px;
}

.back ul {
    padding-left: 0;
    margin-left: 20px;
}

.back .flip-back {
    position: absolute;
    bottom: 40px;
	left: 40px;
	border: 1px solid #fff;
    border-radius: 30px;
    padding: 5px 35px;
}

.back .flip-back p {
	margin: 0;
}

.fs-included h2 {
	margin-top: 90px;
	margin-bottom: 50px;
	text-align: center;
}

.fs-included ul {
    padding: 0;
    margin: 0 auto;
    columns: 2;
    list-style: none;
    max-width: 700px;
}

.fs-included ul li {
	position: relative;
	padding: 5px 0 5px 40px;
	margin: 0 0 10px;
	font-size: 20px;
    font-weight: 300;
}

.fs-included ul li:before {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/wp-content/uploads/2021/04/check_blue.svg);
    width: 30px;
    height: 30px;
    background-size: contain;
	background-repeat: no-repeat;
}

/******* SECOND STEP **********/

.st-details-box {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	border-radius: 18px;
	padding: 10px 20px 10px 40px;
	filter: drop-shadow(0.209px 3.995px 8px rgba(0,21,34,0.09));
	background-color: #fff;
	border: 1px solid #e6eaeb;
	cursor: pointer;
	position: relative;
	margin-bottom: 20px;
}

.st-details-box .wpcf7-form-control.wpcf7-radio {
	display: flex;
	flex-direction: column;
	padding-top: 13px;
}

.st-details-box .wpcf7-form-control.wpcf7-radio input {
	display: none;
}

.st-details-box .wpcf7-form-control.wpcf7-radio label {
    border-radius: 20px;
    width: 80px;
    text-align: center;
}

.st-details-box  input[type="radio"] + span {
	width: 100%;
    padding: 5px;
    float: left;
    border-radius: 20px;
    color: #000;
    font-weight: 700;
	border: 1px solid #0083d1;
	font-size: 18px;
}

.st-details-box  input[type="radio"]:checked + span { 
	font-weight: bold;
	background: #0083d1;
	color: #fff;
    
}

.st-details-text {
    display: flex;
	align-items: center;
	text-align: left;
}

.st-details-text img {
    margin-right: 30px;
}

.st-details-text h3 {
	font-size: 18px;
	text-align: left!important;
}

/***** THIRD STEP *****/

.full-storage-form .input-half {
	 width: 50%;
    float: left;
    position: relative;
    padding: 0 5px;
    margin-bottom: 15px;
}

.full-storage-form .input-full {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 5px;
    margin-bottom: 15px;
}


.full-storage-form input {
    width: 100%;
    font-size: 16px;
    padding: 10px;
    height: 55px;
    border-radius: 4px;
    background-color:#f7f8fa;
    border: 1px solid #d5dde0;
}


.storage-hero-form .wpcf7-not-valid-tip,
.full-storage-form .wpcf7-not-valid-tip {
	float: left;
	width: 100%;
}

.full-storage-form h3 {
	text-align: center;
	    line-height: 1.5;
}

.full-storage-form .last-step-info {
	padding: 0;
	max-width: 500px;
}

.last-step-info h3 {
	font-size: 30px;
	margin-bottom: 35px;
}

.full-storage-form .last-step-info .d-flex {
	align-items: start;
}

.ls-info-top {
	padding: 50px 50px 15px;
	border-bottom: 1px solid #ccc;
}

.ls-info-bottom {
	padding: 50px 50px 40px;
}

.ts-info-row {
	padding: 10px 0 0;
}

.ts-info-row:last-of-type {
    border-bottom: none;
}

p#monthly-price,
#pickup-fee,
#pickup-free {
	font-weight: bold;
}

.ts-info-row p {
	font-size: 18px;
}

.ls-info-faq {
	margin-top: 40px;
	font-size: 18px;
}

.input-full label,
.input-half label {
	font-size: 18px;
}

.inner-storage-start-form {
	margin-bottom: 30px;
}
.page-template-page-landing-storage p.step-number {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
    background-image: linear-gradient(-17deg, #f78326 0%, #f79726 100%);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    padding: 6px;
    width: 50px;
    height: 50px;
    font-weight: 800;
	line-height: 43px;
}
.page-template-page-landing-storage .step-holder {
    text-align: center;
    padding: 70px 20px 40px;
    position: relative;
}
.page-template-page-landing-storage .step-holder h3:after {
   display:none;
}
.page-template-page-landing-storage .step-holder p {
	padding:0;
}
@media screen and (min-width: 1500px) {
	.steps-section .container {
		    width: 1170px;
	}
}

@media screen and (max-width: 1366px) {
	.benefit-row .col-xs-6 {
		padding-left: 30px;
	}
	
	.h3-blue, .h3-grey {
		margin-bottom: 10px;
	}

}

@media screen and (min-width: 992px) and (max-width: 1200px) {

	.storage-steps-sec .step-holder {
		height: 365px;
	}
	
	.front, .back {
		padding: 40px 20px;
	}
	
	.flip-back-header p, .flip-back-header p b {
		font-size: 22px;
	}
	
	.flip-back-header {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 1300px) {
	
	.hero-section-storage {
		padding: 65px 0;
	}
	.storage-hero-text {
		max-width: 600px;
		padding: 0 15px;
	}
	
	.storage-hero-text h1 {
		font-size: 52px;
	}
	
	.storage-hero-text p {
    	font-size: 19px;
	}
	
}


@media screen and (max-width: 991px) {
	.storage-hero-text {
		max-width: 730px;
	}
	
	.storage-steps-sec .step-holder {
		height: auto;
	}
	
	.storage-steps-sec .step-holder p {
		max-width: 410px;
		margin: 0 auto;
	}
	
	.flipper {
		width: 100%;
	}
}


@media screen and (max-width: 767px) { 
	
	.h3-blue,
	.h3-grey {
		flex-direction: column;
		justify-content: center;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.h3-blue img, .h3-grey img {
		margin-right: 0;
		margin-bottom: 5px;
	}
	.full-storage-form .input-half {
		width: 100%;
	}
	
	.full-storage-form .cf7mls_next.action-button,
	.full-storage-form .cf7mls_back.action-button {
		float: left;
		width: 100%;
		margin: 15px auto 0;
		max-width: unset;
	}
	
	.full-storage-form .wpcf7-form-control.wpcf7-submit {
		width: 100%;
		max-width: unset;
		bottom: 0px;
		z-index: 99999;
		margin: 15px auto 0;
	}

	.storage-hero-form.inner-storage-start-form input.wpcf7-form-control.wpcf7-submit {
    	right: 30px;
		width: 30%;
	}

	
	.page-id-3967 .inner-content,
	.page-id-3944 .inner-content,
	.page-id-4181 .inner-content,
	.page-id-4120 .inner-content,
	.page-id-4394 .inner-content,
	.page-id-4279 .inner-content,
	.page-id-4587 .inner-content {
		padding: 215px 0 100px;
	}

}

@media screen and (max-width: 550px) {
	
	.hero-section-storage {
		padding: 45px 0;
	}
	
	.storage-hero-text h1 {
		font-size: 31px;
		margin-bottom: 16px;
	}
	
	.storage-hero-text p {
		font-size: 17px;
		margin-bottom: 17px;
	}
	
	.storage-hero-form .st-p-small {
		font-size: 16px;
	}
	
	.storage-hero-form input.wpcf7-form-control.wpcf7-submit {
		width: 150px;
			right: 0;
		font-size: 17px;
	}
	.benefit-row p {
		font-size: 16px;
	}
	
	.h3-blue,
	.h3-grey {
		font-size: 14px;
	}

	.benefit-row img {
		width: 25px;
	}

	.benefit-row p {
		font-size: 14px;
	}
	
	.benefit-row:nth-of-type(2) div {
		padding-top: 20px;
	}
	
	.benefit-row:last-of-type div {
		padding-bottom: 20px;
	}
	
	.benefit-row .col-xs-6 {
		padding-left: 15px;
	}
	
	.benefit-row div {
		padding-top: 2px;
		padding-bottom: 2px;
	}

	
	.fs-included ul {
		columns: 1;
	}
	
	.full-storage-form fieldset.fieldset-cf7mls {
		padding: 0!important;
	}
	
	.full-storage-form .fieldset-cf7mls-wrapper {
		padding: 0;
		margin: 0;
	}
	
	.flip-back-header p, .flip-back-header p b {
		font-size: 22px;
	}
	
	.step-h1 {
		font-size: 37px;
	}
	
	.full-storage-form .cf7mls_progress_bar li {
		font-size: 16px;
	}
	
	
	.st-details-box {
		padding: 20px;
		flex-direction: column;
		align-items: start;
		
	}
	
	.st-details-text {
		align-items: start;
		margin-bottom: 20px;
	}
	
	.st-details-text img {
		margin-right: 20px;
		width: 50px;
		    margin-top: 5px;
	}
	.st-details-box .wpcf7-form-control.wpcf7-radio {
		flex-direction: row;
		    padding-left: 55px;
	}
	
	.ls-info-top {
		padding: 40px 15px 25px;
	}

	.ls-info-bottom {
		padding: 50px 15px 40px;
	}
	
	.storage-quote-section {
		padding: 50px 0;
	}
	
	.full-storage-form .cf7mls_progress_bar {
		margin: 0 0 40px;
	}
	
	.st-details-box .wpcf7-form-control.wpcf7-radio {
		padding-top: 0;
	}
	
		.inner-storage-start-form .storage-zip-input {
		width: 100%;
		float: left;
	}
	.storage-hero-form.inner-storage-start-form input {
		border-radius: 35px;
		border-right: 1px solid #d5dde0;
		height: 50px;
	}
	
	.storage-hero-form.inner-storage-start-form input.wpcf7-form-control.wpcf7-submit {
		right: 0;
		width: 100%;
		position: relative;
		margin-top: 15px;
		height: 50px;
	}
	
	.inner-storage-start-form {
		margin: 0;
	}
	
	.page-id-3967 .inner-content, 
	.page-id-3944 .inner-content, 
	.page-id-4181 .inner-content,
	.page-id-4120 .inner-content,
	.page-id-4394 .inner-content,
	.page-id-4279 .inner-content,
	.page-id-4587 .inner-content {
		padding: 250px 0 100px;
	}
}

@media screen and (max-width: 370px) {
	.storage-zip-input {
		width: 65%;
	}
	
	.st-p-small a {
		display: block;
	}
	
	.front, .back {
		padding: 40px 20px;
	}
	
}
@media screen and (max-width: 370px) { 
	.page-template-page-landing-storage .step-holder {
    margin-bottom:60px;
}
}
