.f_timelineTab {
	min-height: 400px;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

.f_timelineTab_mainLIne {
	display: flex;
	height: 2px;
	background: #afadad;
	width: 100%;
	justify-content: space-around;
	position: relative;
	align-items: center;
}

.f_timelineTab_checkpoint {
	width: 20px;
	height: 20px;
	position: relative;
	border: 3px solid #fafafa;
	background: #e3ac0d;
	border-radius: 50%;
}

.f_timelineTab section {
	display: inline-block;
	text-align: center;
	color: #474747;
	font-size: 18px;
	font-weight: 500;
}

.f_timelineTab section:first-child {
	margin-right: 15px;
}

.f_timelineTab section:last-child {
	margin-left: 15px;
}

.f_timelineTab_countMonths {
	position: absolute;
	left: -31px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #27aae1;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	text-transform: uppercase;
	width: 75px;
	height: 75px;
	padding: 10px;
	font-weight: bold;
}

.f_timelineTab_countMonths span {
	font-size: 26px;
    font-weight: bold;
	height: 28px;
}

.f_timelineTab_countMonths p {
	font-size: 13px !important;
	margin: 0;
	padding-bottom: 6px;
}

.f_timelineTab_checkpointBottom .f_timelineTab_countMonths {
	bottom: -140px;
}

.f_timelineTab_checkpointTop .f_timelineTab_countMonths {
	top: -135px;
}

.f_timelineTab_checkpointTop::after {
	content: '';
	background: #afadad;
	height: 40px;
	width: 2px;
	display: block;
	top: -50px;
	left: 6px;
	position: relative;
}

.f_timelineTab_checkpointBottom::after {
	content: '';
	background: #afadad;
	height: 40px;
	width: 2px;
	display: block;
	top: 30px;
	left: 6px;
	position: relative;
}

.f_timelineTab_description {
	position: absolute;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 23px;
	color: #474747;
	font-weight: 500;
	text-align: center;
	width: 150px;
	left: -65px;
	text-transform: capitalize;
}

.f_timelineTab_checkpointTop .f_timelineTab_description {
	top: 30px;
}

.f_timelineTab_checkpointBottom .f_timelineTab_description {
	top: -60px;
}
