.reS_calc {
	width: 24%;
	box-sizing: border-box;
	float: left;
	display:block;
	margin-bottom:20px;
}

#calc-buyer-price, #calc-their_buyer-price, #calc-realestate-buyer-price, #calc-realestate-buyer-price-nobuyer, #calc-realestate-buyer-price_1, #calc-realestate-buyer-price_2  {
	width: 100%;
	text-align: center;
	border: none;
	background:none;
	-webkit-appearance: none;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.reB_vs_d {
	display:block;
	margin: 0;
	bottom: 20px;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	position: absolute;
	z-index: 0;
	color: #fff;
	text-align: center;
	border-radius: 0;
	font-weight: bold;
	height: 40px;
	padding: 4px;
	font-size: 22px;
	right:-12px;
}

.reB_vs_m {
    display:none;
	margin: 0;
	top: 9px;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	float: left;
	position: relative;
	z-index: 0;
	color: #fff;
	text-align: center;
	border-radius: 0;
	font-weight: bold;
	height: 40px;
	padding: 4px;
	font-size: 35px;
	width: 100%;
}


#calc-buyer-slider{
margin-top: 10px;
}

@media screen and (max-width: 768px) {
	.reB_vs_m {
		display:block;
	}

	.reB_vs_d {
		display:none;
	}
}