#the_calculator_wrapper {
	background: #fff;
	box-shadow: 0px 0px 10px #999;
	border-radius: 10px;
	overflow: hidden;
	max-width: 1250px;
	margin: 0px auto;
}

#simulator {
	padding: 30px;
}

#simulator-results-wrapper {
	background: #F9F9F9;
	padding: 30px;
}

#slider-house-price, #slider-rate, #slider-savings-price, #slider-years
	{
	margin-top: 10px;
}

.well-filter {
	margin-bottom: 20px;
}

.monthly-fee-wrapper {
	text-align: center;
	background: #3C6E00;
	color: #fff;
	margin: 40px 20px 40px 20px;
	padding: 10px 0px;
	border-radius: 10px;
}

.monthly-fee-wrapper h2, .monthly-fee-wrapper h3 {
	margin: 0px;
	padding: 0px;
}

@media ( max-width :991px) {
	.modal-backdrop {
		display: none
	}
}

.toast-top-center {
	width: 350px !important;
	position: fixed !important;
	top: 50%;
	margin: 0 auto;
	left: 50%;
	margin-left: -175px !important;
	margin-top: -100px !important;
}



#the_calculator_wrapper.for_detail_page {
  box-shadow: unset;
  padding: 0px !important;
}

#the_calculator_wrapper #simulator-results-wrapper {
  background: transparent;
}