.f_propertyFinancials_sliders {
	grid-area: sliders;
	display: flex;
	flex-direction: column;
}

.f_propertyFinancials_sliders p {
	margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 26px;
    margin-top: 25px;
}

.f_propertyFinancials_slider {
	width: 100%;
	height: 10px;
	background: #fff;
	border-radius: 10px;
	display: flex;
	align-items: center;
}

.f_propertyFinancials_sliderSelected {
	background: #7aa8da;
	height: 10px;
	top: 29px;
	border-radius: 10px;
	margin-right: -5px;
}

.f_propertyFinancials_sliderPoint {
	width: 22px;
	height: 22px;
	background: #7aa8da;
	cursor: pointer;
	border-radius: 50%;
	border: 3px solid #fff;
	z-index: 1;
}

.f_propertyFinancials_oneSlider {
	position: relative;
	margin-bottom: 23px;
}


.f_propertyFinancials_oneSliderInfo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.f_propertyFinancials_oneSliderValueBox {
	font-weight: 600;
}

.f_propertyFinancials_investmentAmount {
	font-size: 42px;
	line-height: 28px;
	color: #7aa8db;
	font-weight: 600;
	margin-top: 15px;
}

.f_propertyFinancials_slidersHeader {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 500;
}
