.top1 {
	margin-top: 1%;
}
.top2 {
	margin-top: 2%;
}
.top3 {
	margin-top: 3%;
}
.top4 {
	margin-top: 4%;
}
.top5 {
	margin-top: 5%;
}
.vertical-align {
	display: flex;
	align-items: center;
}

.ui-slider-range {
	background: #7cb854;
}

.ui-slider .ui-slider-handle {
	height: 26px !important;
	width: 26px !important;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	border-bottom-left-radius: 13px;
	border-bottom-right-radius: 13px;
	top: -7px;
	margin-left: -13px;
	border-width: 5px;
	border: 3px solid #7cb854 !important;
	background: #FFFFFF;
}

span.ui-slider-handle:focus {
	outline-width: 0;
}

.radio-item {
	display: inline-block;
	position: relative;
	padding: 0 6px;
}

.radio-item input[type='radio'] {
  display: none;
}

.radio-item label {
  font-weight: normal;
  cursor: pointer;
}

.radio-item label:before {
	content: " ";
	display: inline-block;
	position: relative;
	margin: 0 10px 0 0;
	top: 6px;
	width: 26px;
	height: 26px;
	border-radius: 13px;
	border: 2px solid #7cb854;
	background-color: transparent;
	cursor: pointer;
}

.radio-item input[type=radio]:checked + label:after {
	border-radius: 8px;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 10.5px;
	left: 11px;
	content: " ";
	display: block;
	background: #7cb854;
	cursor: pointer;
}

.check-img {
	padding-top: 15px;
}

.left-spacing25 {
	padding-left: 25px !important;
}

.table-cell-spacing {
	padding-bottom: 30px;
}