.quote_form {
	width:100%;
	max-width: 800px;
	margin:0 auto;
}

.quote_form * {
	box-sizing: border-box;
}

/* steps */

.quote_form .steps {
	margin:0 0 20px;
	width:100%;
	overflow: hidden;
}

.quote_form .steps li {
	display: block;
	width:25%;
	float: left;
}

.quote_form .steps .box {
	padding:10px;
	line-height: 25px;
	background:#FFF;
	font-weight: bold;
	display: block;
	margin-right: 30px;
}

.quote_form .steps li.current .box {
	background:#8bbe24;
	color:#FFF;
	position: relative;
}

.quote_form .steps li.current .box:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #8bbe24;
	border-width: 45px;
	margin-top: -45px;
	margin-left:-20px;
}

.quote_form .steps .box .num {
	background:#8bbe24;
	color:#FFF;
	border-radius: 50%;
	height: 25px;
	width: 25px;
	line-height: 25px;
	text-align: center;
	display: inline-block;
	margin-right: 5px;
}

.quote_form .steps li.current .box .num {
	background:#FFF;
	color:#8bbe24;
}

.quote_form .steps a {
	color:inherit;
	display: block;
}

/* form styling */

.quote_form h1 {
	margin-bottom: 0;
}

.quote_form input:invalid, .quote_form select:invalid {
	box-shadow: none;
}

.quote_form.submitted input:invalid, .quote_form.submitted select:invalid {
	border:1px solid #CC0000;
}

.quote_form .error li {
	color:#CC0000;
}

.quote_form .error p {
	color: #CC0000;
	margin-bottom:14px;
}

.quote_form .cols {
	width:100%;
	overflow: hidden;
}

.quote_form .cols .col {
	width:50%;
	float: left;
	padding-right: 20px;
}

.quote_form label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

.quote_form label em {
	color:#CC0000;
	font-style:normal;
}

.quote_form .col input, .quote_form .col select {
	width:100%;
}

.quote_form .col input[type=submit] {
	width:auto;
}

.quote_form .disclaimer {
	text-align: right;
	font-style:italic;
	line-height: 1.5em;
	font-size: 14px;
	float: right;
	max-width: 300px;
	margin-right: -20px;
}

.quote_form .unit_selector {
	width:100%;
	overflow: hidden;
	margin: 0 0 20px 0 !important;
}

.quote_form .unit_selector li {
	float:left;
	width:12.5%;
	display: block;
	text-align: center;
	line-height: 1.5em;
	background:#8bbe24;
}

.quote_form .unit_selector li a {
	display: block;
	color:#FFF;
	text-align: center;
	padding: 5px 15px;
}

.quote_form .unit_selector li a span {
	display: block;
	font-size:20px;
}

.quote_form .unit_selector li:hover a, .quote_form .unit_selector li.current a {
	color:#8bbe24;
	background:#fff;
}

.quote_form .unit_details {
	background:#8bbe24;
	color:#FFF;
	margin-bottom: 20px;
	position: relative;
}

.quote_form .unit_details img {
	display: block;
}

.quote_form .unit_details .desc {
	padding:30px;
}

.quote_form .unit_details .desc h2 {
	color:#FFF;
	margin:0 0 10px;
}

.greenbtn{
	padding:10px 15px !important;
	font-size: 0.75em !important;
	background-color:#8bbe24 !important;
	border-color:#8bbe24 imo !important;
}

.greenbtn{
	border:inherit !important;
}

.quote_form .unit_details .desc ul {
	margin-bottom: 0;
}

.quote_form .unit_details .advice {
	display: block;
	background:#FFF;
	color:#000;
	padding:15px;
	float: right;
	margin:0 0 0 15px;
	max-width:50%;
	width:300px;
}

.quote_form .unit_details .advice_mobile {
	display: none;
	float: none;
	margin: 0;
	max-width: 100%;
	width: 100%;
	margin-top:15px;
}

.quote_form .unit_details .unit {
	display: none;
}

.quote_form .unit_details .unit.current {
	display: block;
}

.quote_form .unit_details .next_unit, .quote_form .unit_details .prev_unit {
	position: absolute;
	top:140px;
	left: 15px;
	display: block;
	cursor:pointer;
	color:#8bbe24;
	font-size: 80px;
	font-weight: bold;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.quote_form .unit_details .next_unit:hover, .quote_form .unit_details .prev_unit:hover {
	color:#FFF;
}

.quote_form .unit_details .next_unit {
	left:auto;
	right:15px;
}

.quote_form .unit_size_mobile {
	padding:10px;
	background: #8bbe24;
	display: none;
}

.quote_form .unit_size_mobile select {
	width:100%;
}

.quote_form .selected_unit {
	background:#8bbe24;
	color:#FFF;
	margin-bottom: 15px;
}

.quote_form .selected_unit img {
	display: block;
}

.quote_form .selected_unit .desc {
	padding:20px;
}

.quote_form .selected_unit .desc h2 {
	color:#FFF;
	margin:0 0 10px;
}

.quote_form .selected_unit .desc p {
	margin-bottom: 15px;
}

.quote_form .selected_unit .desc .offer span {
	background:#CC0000;
	display: block;
	font-weight: bold;
	padding:6px;
	text-align: center;
}

.quote_form .selected_unit #premium {
	width:100%;
	display: block;
	margin-bottom:15px;
}

.quote_form .selected_unit .prices {
	width:100%;
	overflow: hidden;
	background:#FFF;
	font-weight: bold;
	margin-bottom:15px;
}

.quote_form .selected_unit .prices h3.heading {
	line-height: 1em;
	font-weight: bold;
	padding:8px;
	color:#8bbe24;
	font-size:20px;
	margin:0;
	background:#f5f5f5;
}

.quote_form .selected_unit .price {
	width:50%;
	float:left;
	text-align: center;
	color:#555;
	padding:15px;
}

.quote_form .selected_unit .price.first {
	background:#e0151b;
	color:#FFF;
}

.quote_form .selected_unit .price h3 {
	margin-bottom: 5px;
	font-size: 20px;
	color:inherit;
}

.quote_form .selected_unit .price p {
	margin-bottom: 0;
}

.quote_form .selected_unit .desc input {
	width:100%;
	background:#FFF;
	color:#8bbe24;
	display: block;
	margin-bottom:15px;
	border:0;
}

.quote_form .selected_unit .desc input:hover {
	background:#555;
	color:#fff;
}

.quote_form .selected_unit .desc input:last-child {
	margin-bottom:0;
}

.quote_form iframe {
	width:100%;
	height:186px;
	border:0;
}

.quote_form .success {
	background:#8bbe24;
	color:#fff;
	padding:10px;
	font-weight: bold;
	text-align: center;
}

.quote_form .address_info p {
	margin-bottom: 10px;
}

.quote_form #post_code {
	text-transform: uppercase;
}
.unit-label-inner{
		display: none;
}
.modal {
	text-align: center;
}
.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.unitname{
	float: left;
	font-size: 1.5rem;
	font-weight: bold;
	text-transform: capitalize;
}
.unitdes{
	font-size: 1rem;
	float: left;
	text-align: left;
	margin-left: 30px;
	line-height: 12px;
	margin-top: 10px;
	text-transform: capitalize;
}
.unitprice{
	margin-left: 30px;
	padding-top: 10px !important;
	float: left;
	font-weight: bold;
}
.modalbtn{
	background-color: #93c120;border: 1px solid #93c120;font-family: 'ProximaNova-Regular';font-size: 16px;color: white;text-transform: uppercase;
}
.your-price{
	font-size: 34px;
	font-weight: bold;
	color: #94C11E;
	text-align: center;
	text-transform: uppercase;
}
.heading{
	display: none;
}
.unit-label-outer{
	display: none;
}
.heading-mobile {
    font-size: 14px !important;
    font-weight: 500;
    display: block;
}
.discount-price{
	font-size: 36px !important;
    font-weight: bold;
	display: block;
}

.discounted_weeks{
	font-size: 16px !important;
	line-height: 2rem;
    padding: 10px;
	display: block;
}
.vat{
	font-size: 16px !important;
	display:inline-block;
}
.price{
	display: none;
}
.price_value{
	display: none;
}
.discount-price-mobile{
	display: none;
}

.vat-mobile,
.discounted_weeks_mobile {
	display: none;
}
.page-id-16780 .page-banner{
	display: none;
}
.quote article .quote_form ul.unit_selector {
	display: none !important;
}

/* responsive */
@media (max-width: 960px) {
	.quote_form .unit_details .next_unit, .quote_form .unit_details .prev_unit {
		top:125px;
	}
	.quote_form iframe {
		height:173.23px;
	}
}
@media (max-width: 768px) {
	.quote_form .cols .col {
		width:100%;
		padding-right:0;
		float: none;
	}

	.quote_form .steps li {
		width:100%;
		float: none;
		display: block;
	}

	.quote_form .steps li .box {
		margin-right: 0;
	}

	.quote_form .steps li.current .box:after {
		display: none;
	}

	.quote_form .unit_details .next_unit, .quote_form .unit_details .prev_unit {
		top:32px;
	}
	.quote_form .unit_details .desc {
		padding:15px;
	}
	.quote_form .unit_selector li a {
		padding:10px;
	}
	.quote_form .unit_details .advice {
		display: none;
	}
	.quote_form .unit_details .advice_mobile {
		display: block;
	}
	.quote_form .disclaimer {
		text-align: left;
		float: none;
		max-width: 100%;
		margin-right: 0;
	}
}
@media (max-width: 480px) {
	.quote_form .unit_details .next_unit, .quote_form .unit_details .prev_unit {
		top:0;
	}
	.quote_form .unit_size_mobile {
		display: block;
		margin-bottom: 20px;
		width: 100%;
	}
	.quote_form .unit_selector {
		display: none;
	}
}

@media screen and (max-width: 475px){
	.page-banner{
		display: none;
	}
	p{
		width: 100%;
	}
	.header-image .site-title>a {
	    background: url(//dev.storemore.co.uk/wp-content/themes/store-more-self-storage/images/store-more-self-storage-header-logo.png) no-repeat;
	    margin: 0;
	    float: left;
	    width: 277px;
	    min-height: 93px;

	}
	.card-right{
		margin-left: -1.75rem !important;
	}
	.discount-price{
		font-size: 24px !important;
		display: none;
	}
	.discount-price-mobile{
		font-size: 28px !important;
	    font-weight: bold;
	    margin-top: 31px !important;
    	margin-bottom: 5px;
	    display: block;
	    margin-top: -8px;
	}
	.vat-mobile {
		display: block;
	}
	.col-sm-6{
		width: 100%;
	}
	.your-price{
		font-size: 28px;
		font-weight: bold;
		color: #94C11E;
		text-align: center;
		text-transform: uppercase;
	}
	.heading{
		font-size: 14px !important;
		display: none;
	}
	.offer{
		font-size: 15px !important;
	}
	.full-width-content .content-sidebar-wrap{
		margin: -106px auto;
	}
	.label{
		font-size: 12px;
	}
	.quote article .quote_form label[for=unit_size]{
		margin-bottom: 20px !important;
	}
	.quote article .quote_form .instant-quote-btn{
		margin: 0 auto;
	}
	.quote article .quote_form{
		margin-top: -80px;
		padding: 105px 20px 50px;
	}

	.title{
		display: none;
	}
	.vat{
		font-size: 12px !important;
		display: none;
	}
	.vat-mobile{
		font-size: 12px !important;
		display: block;
	}
	.discounted_weeks_mobile{
		font-size: 14px !important;
		display: block;
	}
	.discounted_weeks{
		display: none;
	}
	.price_first{
		padding: 12px;
		margin-top: -22px;
	}
	/*div.card-body.text-center{
		margin-bottom: -72px;
	}*/
	.price{
		display: none;
	}
	.price_val{
		font-size: 15px !important;
		display: none;
	}
	.quote article .quote_form .quote-btn{
		padding: 10px !important;
		font-size: 12px !important;
		width: 90% !important;
		/*margin-top: -74px;*/
	}
	.card-body{
		margin-top: 11px;
    	/*margin-bottom: -49px;*/
	}
	.discounted_weeks_premium{
		font-size: 14px !important;
	}
	span.h5{
		font-size: 11px !important;
	}
	.card{
		width: 100%;
	}
	.discounted-weeks-mobile{
		font-size: 12px !important;
		display: block;
		line-height: 2rem;
	}
	.heading-mobile{
		font-size: 11px !important;
		font-weight: 500;
		display: block;
	}
	.card-body{
		max-width: 100%;
	}
	.unit-label-outer{
		display: none;
	}
	.unit-label-inner{
		display: none;
		font-size: 12px;
	}
}

@media (min-width: 992px){
	.modal-lg {
	min-width: 800px;
	}
}
@media screen and (min-width: 768px) { 
	.modal:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%;
	}
	.quote article .quote_form ul.unit_selector {
		display: flex !important;
	}
}


