.new-offer-page {
font-family: 'Roboto-reg', sans-serif;
color: #071F3F;
}

/* .new-offer-page .navbar-brand {
padding: 6px 22px;
} */

.new-offer-page .navbar-toggler {
height: 52px;
}
.new-offer-page .login-sm {
height: 52px;
border: none;
background-color: #F4F6F7;
}

.new-offer-page .offer-wrapper .form-control {
margin-bottom: 20px !important;
}
.new-offer-page .blue-sfu-text,
.new-offer-page .pint-sfu-text {
margin-left: 0;
margin-right: 0;
}
.new-intro {
font-size: 17px;
margin-top: -70px;
position: relative;
background-color: #fff;
border-radius: 5px;
padding: 15px 0;
}

.new-intro .postcode-form-wrap {
margin-top: 10px;
}

.new-intro-title {
margin-bottom: 10px;
/*max-width: 480px;*/
line-height:1.2;
}

.new-intro .postcode-form {
background: #071f3f;
padding: 10px 18px 18px;
border-radius: 11px;
display: inline-block;
width: 100%;
}

.new-intro .postcode-form .location-req {
height: 50px;
background-color: transparent;
width: 26px;
margin-left: -40px;
z-index: 3;
}

.new-intro .postcode-form .ad-img {
height: auto;
width: 24px;
top: 65%;
left: inherit;
right: 0;
position: absolute;
margin-left: -20px !important;
margin-top: -20px;
}

.new-intro .postcode-form .icon {
position: relative;
height: 50px;
width: 38px;
background-color: #fff;
margin-left: -15px;
margin-right: 15px;
}
.new-offer-page input {
font-family: "VAGRounded_LT", sans-serif;
}
.new-intro .postcode-form input {
font-size: 20px;
height: 50px;
border-radius: 4px !important;
}
.new-intro .form-group.req {
position: relative;
}

.new-intro .postcode-form .icon::after {
content: "";
position: absolute;
height: 28px;
width: 38px;
background-image: url(//www.springmove.co.uk/wp-content/themes/spring/assets/images/spring-arrows.svg);
background-repeat: no-repeat;
background-position: center;
top: 12px;
left: 0;
background-size: 36px;
}

.new-intro .postcode-form .input-group {
padding: 0px 14px 0;
background: #fff;
border-radius: 4px;
height: 50px;
background-color: #071f3f;
margin-top: 10px;
}
.new-intro .postcode-form p {
color: #fff;
font-style: 15px;
margin-bottom: 10px;
}

.new-intro .postcode-form .icon {
background: #071f3f;
}

.how-it-works-steps {
background-color: #fff;
padding: 15px 0;
}

.how-it-works-steps .osp-heading {
margin: 0 0 20px;
padding: 0 15px;
}

.how-it-works-step {
border-radius: 10px;
display: flex;
box-shadow: -2px 2px 10px 0px rgba(188, 188, 188, 0.55);
-webkit-box-shadow: -2px 2px 10px 0px rgba(188, 188, 188, 0.55);
-moz-box-shadow: -2px 2px 10px 0px rgba(188, 188, 188, 0.55);
font-size: 18px;
padding: 5px 28px;
background-color: #fff;
margin: 20px 0;
height: 68px;
}

.new-offer-page .how-it-works-steps .video-overlay-play-button {
opacity: 0;
width: 120px;
height: 120px;
top: calc(50% - 60px);
left: calc(50% - 60px);
}

.how-it-works-steps .video-wrapper {
box-shadow: none;
margin-bottom: 10px;
border-radius: 23px !important;
overflow: hidden;
}

.calculator-pop-up {
opacity: 0;
pointer-events: none;
transition: 0.5s;
}

.calculator-pop-up.open {
opacity: 1;
pointer-events: all;
}

.calculator-pop-up .radios {
background: #021021;
font-size: 17px;
padding: 0;
flex-direction: row;
}

.radios.homelocatedclick .radio {
height: 40px;
}
.radios.homelocatedclick input[type="radio"]:checked + .radio {
width: 100% !important;
}

.radios.homelocatedclick .radio {
width: 100% !important;
}

.calculator-pop-up .radios .input-row {
width: 33%;
}

.calculator-pop-up .radios .input-row label {
width: auto;
}

.calculator-pop-up .opt-btn {
width: 100%;
padding: 0 15px;
float: none;
}

.calculator-pop-up .r-slider {
padding: 0 15px;
}

.calculator-pop-up .price-slider {
margin-top: 0;
}

.calculator-pop-up .radios .radio {
padding: 7.5px 5px;
width: 50%;
text-align: center;
color: #fff;
}

.calculator-pop-up .form-group select {
height: 40px !important;
}

.calculator-pop-up .cal-drop-down .form-control {
background-position-y: 18px !important;
font-weight: 400;
}

.calculator-pop-up .main-heading h3 {
font-size: 20px;
text-align: center;
margin-bottom: 25px;
}

.calculator-pop-up-close-btn {
cursor: pointer;
background: transparent;
border: 0;
color: #fff;
position: absolute;
right: 0px;
top: 15px;
font-size: 14px;
display: flex;
}

.calculator-pop-up .cal-control {
overflow-y: auto;
overflow-x: hidden;
height: calc(100% - 70px);
padding: 10px 0;
margin-top: 60px;
}
.calculator-pop-up .main-heading,
.calculator-pop-up .cal-drop-down {
padding-right: 15px;
padding-left: 15px;
}

.calculator-pop-up .cal-control .bottom-text {
padding-right: 30px;
padding-left: 30px;
}

.calculator-pop-up .res-offer {
margin: 20px 15px !important;
border-radius: 25px;
padding: 8px 20px;
display: flex;
justify-content: space-between;
font-size: 18px;
}

.calculator-pop-up .res-offer h2 {
color: #071f3f !important;
font-size: 26px !important;
margin-bottom: 0;
margin-top: 3px;
}

.calculator-pop-up {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10000;
background: rgba(255, 255, 255, 0.7);
}

.calculator-pop-up-section .calculator-pop-up .calculator-wrapper {
background: transparent;
padding: 50px 10px !important;
height: 100%;
}

.calculator-pop-up .calculator-wrapper > div {
background: #071f3f;
height: 100%;
border-radius: 11px;
}

.calculator-pop-up .calculator-wrapper > div > div {
height: 100%;
}

.calculator-pop-up .calculator-wrapper > div > div > div {
height: 100%;
padding: 0;
}

.calculator-pop-up-btn-wrap {
text-align: center;
position: relative;
}

.calculator-pop-up .howmuchoutstanding {
margin-top: 35px;
}

.calculator-pop-up .bottom-text {
color: #fff;
}

.calculator-pop-up .bottom-text span {
font-size: 12px;
text-align: center;
display: block;
}

.calculator-pop-up .bottom-text a {
color: #fe7060;
}

.calculator-pop-up .bottom-text h3 {
color: #fe7060;
margin-bottom: 40px;
}

.calculator-pop-up .bottom-text b, .calculator-pop-up .bottom-text h2 {
font-weight: bold;
}

.calculator-pop-up .bottom-text hr {
border-color: #fff;
margin: 25px auto 20px;
width: 100%;
}

.calculator-pop-up-btn-wrap div {
position: relative;
display: inline-block;
}

.calculator-pop-up-btn span {
margin: 0 10px;
}


.calculator-pop-up-btn {
cursor: pointer;
background-color: #071f3f;
border-radius: 11px;
color: #fff;
border: 0;
padding: 30px 15px;
font-size: 16px;
}

.how-it-works-steps .step-label {
width: calc(100% - 85px);
line-height: 1.2em;
color: #071f3f;
display: flex;
flex-flow: column;
justify-content: center;
}

.how-it-works-steps .step-number {
margin: 4px 35px 4px 0;
border-radius: 50%;
font-size: 36px;
border: 1px solid #fe7060;
color: #fe7060;
width: 50px;
height: 50px;
text-align: center;
display: flex;
flex-flow: column;
justify-content: center;
}

.cust-stories-wrap {
background-color: rgba(254, 112, 96, 0.1);
padding: 30px 0 50px;
}

.cust-stories-wrap .osp-heading {
margin: 0;
margin-bottom: 10px;
padding: 0;
}

.cust-stories-tags {
display: flex;
overflow: auto;
-ms-overflow-style: none;
scrollbar-width: none;
}
.cust-stories-tags::-webkit-scrollbar {
display: none;
}

.cust-stories-tab {
color: #071f3f;
border: 1px solid #fe7060;
padding: 7px;
text-align: center;
border-radius: 20px;
display: inline-block;
width: 100%;
}

.cust-stories-tags > div {
min-width: 33%;
}
.cust-stories-tags > div:not(:last-child) {
margin: 0 18px 0 0;
}

.calculator-pop-up .res-result span {
padding-left: 0;
}

.cust-stories-tab.active {
color: #fff;
background-color: #fe7060;
}

.cust-stories-content .cust-info {
display: flex;
}

.cust-stories-content .cust-img-wrap {
border-radius: 50%;
overflow: hidden;
width: 100px;
height: 100px;
position: relative;
}

.cust-stories-content .cust-img-wrap img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: auto;
min-width: 100%;
}

.cust-stories-content .cust-info-wrap {
width: calc(100% - 100px);
padding-left: 20px;
display: flex;
flex-flow: column;
justify-content: flex-end;
}

.cust-stories-content .cust-info-wrap h3 {
font-size: 1.5em;
color: #fe7060;
font-weight: 400;
text-transform: uppercase;
}

.cust-stories-content .cust-info-wrap span {
font-weight: 600;
}

.cust-stories-content {
padding-top: 10px;
}

.cust-stories-content .cust-info {
padding: 30px 0;
}

.cust-stories-content a {
color: #fe7060;
}

.calculator-pop-up-close-btn .pop-close-icon {
width: 30px;
height: 30px;
position: relative;
margin-left: 10px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
cursor: pointer;
display: block;
}

.calculator-pop-up-close-btn .pop-close-icon span {
display: block;
position: absolute;
height: 5px;
width: 20px;
background: #fe7060;
border-radius: 2px;
opacity: 1;
left: 0;
top: 8px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: 0.25s ease-in-out;
-moz-transition: 0.25s ease-in-out;
-o-transition: 0.25s ease-in-out;
transition: 0.25s ease-in-out;
}

.calculator-pop-up-close-btn .pop-close-icon span:nth-child(1) {
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.calculator-pop-up-close-btn .pop-close-icon span:nth-child(2) {
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}

.cust-story-info-wrap {
margin-bottom: 130px;
}
.cust-story-testimonial-outer {
position: relative;
}

.cust-story-testimonial-wrap {
background-color: #fff;
padding: 30px;
font-style: italic;
font-weight: 600;
margin: 0 0 0 35px;
max-width: 720px;
line-height: 1.4em;
position: relative;
border-radius: 6px;
}

.cust-story-testimonial-outer .quote-graphic {
position: absolute;
left: -70px;
top: -105px;
}

.cust-story-testimonial-wrap p:last-child {
margin: 0;
}

.cust-stories-section {
margin-bottom: 75px;
}
.calculator-pop-up .radios.homeconditionclick {
display: block;
}
.calculator-pop-up .radios.homeconditionclick .radio {
width: 100%;
}
.calculator-pop-up-section {
margin: 20px 0 50px;
background: #FE7060;
padding: 30px 0;
}

.new-offer-page .banner {
height: 300px!important;
}


.new-offer-page .how-it-works-steps .video-overlay-play-button { opacity: 1; }


@media (min-width: 576px) {
.cust-stories-tags > div {
	min-width: auto;
}
.cust-stories-tab {
	width: auto;
	padding: 7px 35px;
}
	.calculator-pop-up-btn span {
		margin: 0 25px;
	}
	.calculator-pop-up-btn {
font-size: 24px;
}
}

/* .new-offer-page .navbar-brand {
	padding: 20px;
} */
/* .new-offer-page .navbar-brand img {
	width: inherit;
} */
.new-offer-page .login-sm {
	background-color: #FE7060;
}
}
@media (min-width: 768px) {
.how-it-works-step {
	border-radius: 10px 0 0 10px;
}
.new-offer-page .banner {
	height: 600px!important;
}
.cust-story-testimonial-outer .quote-graphic {
	left: -80px;
}
.calculator-pop-up-close-btn {
	right: 35px;
	top: 20px;
}
.calculator-pop-up .cal-control {
	margin-top: 70px;
}
.calculator-pop-up-close-btn .pop-close-icon span {
	width: 25px;
	top: 13px;
}
.calculator-pop-up-close-btn {
	font-size: 20px;
}
.calculator-pop-up .bottom-text {
	text-align: center;
}
.calculator-pop-up .bottom-text p {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.calculator-pop-up .bottom-text hr {
	margin: 40px auto 20px;
	max-width: 340px;
}
.how-it-works-steps .video-wrapper {
	margin-bottom: 0;
}
.new-intro {
	padding: 30px 0;
}
.new-intro-title {
	margin-bottom: 20px;
}
.new-intro .postcode-form-wrap {
	margin-top: 40px;
}
.new-intro .postcode-form {
	padding: 18px;
	width: auto;
}
.how-it-works-step {
	margin: 27px 0;
}
.calculator-pop-up-section {
	margin: 65px 0 100px;
	padding: 85px 0;
}
.cust-stories-wrap {
	padding: 30px 15px;
}
.calculator-pop-up-btn {
	padding: 30px;
}
.cust-stories-content .cust-img-wrap {
	width: 140px;
	height: 140px;
}
.cust-stories-content .cust-info-wrap {
	width: calc(100% - 140px);
	padding-left: 40px;
}
.cust-stories-content .cust-info-wrap h3 {
	font-size: 1.81em;
}
.cust-story-info-wrap {
	margin-bottom: 115px;
}
.cust-story-testimonial-wrap {
	margin: 0 20px;
}
.cust-stories-tab {
	padding: 7px 40px;
}
.calculator-pop-up .cal-control {
	padding: 10px 65px !important;
}
.calculator-pop-up .radios .radio {
	padding: 7.5px 62px;
}
.radios.homelocatedclick .radio {
	padding: 7.5px 5px;
}
.calculator-pop-up .res-offer {
	padding: 8px 60px;
}
}
@media (min-width: 992px) {
.calculator-pop-up-btn-wrap:before {
	content: "";
position: absolute;
left: -160px;
width: 427px;
background-image: url("../images/calc-arrow.svg");
background-size: contain;
background-repeat: no-repeat;
height: 274px;
top:-60px;
}
.how-it-works-step { margin: 14px 0 0; }
.new-intro .postcode-form-wrap {
	justify-content: flex-end;
	flex-flow: column;
	display: flex;
	padding-right: 35px;
	height: 100%;
	margin: 0;
}
.new-intro .postcode-form-wrap > div {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 16px;
}
.cust-stories-tags {
	justify-content: flex-end;
}
.cust-stories-wrap .osp-heading {
	margin-bottom: 0px;
}
.calculator-pop-up .radios.homeconditionclick {
	display: flex;
}
.calculator-pop-up .radios.homeconditionclick .radio {
	width: 100%;
}
}
@media (min-width: 1200px) {
.how-it-works-step { margin: 27px 0; }
}

/* @media (min-width: 1366px) {
	.new-offer-page #banner {
		margin-left: auto;
		margin-right: auto;
		max-width: 1450px;
	}
} */

.how-it-works-step .step-label p {
margin-bottom: 0;
}
