html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body,
button,
input,
select,
textarea {
	color: #10427b;
	font-family: "Futura Std", "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.66;
}
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
.slider-add, .slider-subtract {
	position: absolute;
	top: 2px;
	left: 22px;
	cursor: pointer;
}
.slider-add {
	top: 1px;
	right: 92px;
	left: auto;
}
.singleslider .form-label {
	margin: 20px 0 0;
}
.monthly-payment-container {
	margin: 50px 0 0;
}
.monthly-payment-container .form-label {
	font-weight: 600;
	font-size: 13px;
	position: relative;
}
.monthly-payment-container .form-label:after {
	content: '.......................';
	margin: 5px 0 0 0;
	font-weight: 300;
	left: 106px;
	position: absolute;
}
.monthly-payment-container .pay-back {
	font-weight: 600;
	float: right;
	padding-left: 5px;
	text-align: right;
}
.noUi-horizontal {
	border: 1px solid #10427b;
	background: none;
	border-radius: 10px;
	padding: 12px 112px 12px 44px;
	height: auto;
	margin: 10px 0 0;
}
.noUi-horizontal .noUi-base {
	height: 6px;
	border: none;
	background: #cfcfcf;
	border-radius: 3px;
}
.noUi-connect {
	background: #10427b;
}
.noUi-horizontal .noUi-handle {
	border-radius: 7px;
	width: 14px;
	height: 14px;
	background-color: #5f9ed6;
	border: none;
	box-shadow: none;
	top: -4px;
	left: -6px;
}
.noUi-handle:before, .noUi-handle:after {
	display: none;
}
#c24_banner_calc_months {
	position: relative;
}
.slider-number {
	position: absolute;
	right: 20px;
	top: 3px;
    white-space: nowrap;
}

