.career-timeline {
	background-color: #ffffff;
}

.career-timeline ul {
	list-style: none;
	margin: 0 !important;
}

.career-timeline button:focus {
	outline: none;
}

.timeline-area-section {
	width: 100%;
	max-width: 1140px;
	padding: 0 15px;
	box-sizing: border-box;
	margin: 0 auto;
}

.d-flex-2 {
	display: flex;
}

.timeline-area {
	padding: 80px 0;
}

.all-timelines {
	position: relative;
}

.all-timelines::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: 8px;
	background: #ebedf1;
	top: 20px;
}

.single-timeline {
	margin-bottom: 22px;
}

.timeline-blank {
	width: 50%;
}

.timeline-text {
	width: 50%;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.active-square {
	border: 3px solid #0040D8;
}

.t-square {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	left: -25px;
	background: #ffffff;
	border-radius: 50%;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.single-timeline:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.single-timeline:nth-child(even) .t-square {
	right: -25px;
	left: unset;
}

.single-timeline:nth-child(even) .timeline-text {
	padding-left: 0;
	padding-right: 30px;
	/* text-align: right; */
}

@media all and (max-width: 991px) {}

@media all and (max-width: 768px) {
	.all-timelines::before {
		right: unset;
		top: 0;
	}

	.single-timeline:nth-child(2n) .timeline-text {
		padding-left: 30px;
		padding-right: 0;
		/* text-align: left; */
	}

	.single-timeline:nth-child(2n) .t-square {
		left: -6px;
		right: unset;
	}

	.timeline-blank {
		display: none;
	}

	.timeline-text {
		width: 100%;
	}

	/* .single-timeline:nth-child(even) .timeline-text span {
		text-align: left !important;
	} */
}

@media all and (max-width: 575px) {
	.all-timelines::before {
		right: unset;
		top: 0;
	}

	.description-left {
		color: #53648B;
		text-align: right;
		width: 100%;
		padding-left: 0;
	}
}

/* --------------------------- */
.right-section-timeline {
	margin-left: 1rem;
	height: 130px;
}

.left-section-timeline {
	margin-right: 1rem;
	height: 130px;
}

.heading-right {
	color: #000;
	text-align: left;
	font-weight: 500;
}

.description-right {
	color: #53648B;
	text-align: left;
	width: 100%;
	padding-right: 8rem;
}

.heading-left {
	color: #000;
	text-align: right;
	font-weight: 500;
}

.description-left {
	color: #53648B;
	text-align: right;
	width: 100%;
	padding-left: 8rem;
}

.timeline-text-1 {
	margin-top: 1rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.heading-left-1 {
	color: #000;
	font-weight: 500;
	margin: 0;
	margin-right: 3rem;
}


@media all and (max-width: 450px) {
	.all-timelines::before {
		right: unset;
		top: 0;
	}

	.description-left {
		color: #53648B;
		text-align: left;
		width: 100%;
		padding-left: 0;
	}

	.description-right {
		color: #53648B;
		text-align: left;
		width: 100%;
		padding-right: 0;
	}

	.heading-left {
		color: #000;
		text-align: left;
		font-weight: 500;
	}

	.right-section-timeline {
		margin-left: 0;
		height: 100%;
	}

	.left-section-timeline {
		margin-right: 1rem;
		height: 100%;
	}

	.timeline-text-1 {
		margin-right: 5rem;
		margin-top: 1rem;
	}

	.heading-left-1 {
		margin-left: 2rem;
	}

	.single-timeline:nth-child(2n) .t-square {
		left: -23px;
		right: unset;
	}
}

@media all and (max-width: 360px) {
	.all-timelines::before {
		top: 32px;
	}

}