.scroll-bar span.scroll-line {
    background-color: var(--main-color);
}

/***section-timeline-two***/

.section-two-chapter2 .month-tab {
    display: flex;
    flex-wrap: wrap;
	margin: 0;
}
.section-two-chapter2 .month-tab .month-text-outer {
    width: 20%;
}
.section-two-chapter2 .month-tab .arrow {
    width: 0.7rem;
	margin: 0 auto;
}
.section-two-chapter2 .month-tab.active svg {
    transform: rotate(180deg);
}
.section-two-chapter2 h1.pageTitle {
    text-transform: uppercase;
}
.section-two-chapter2 .month-text {
    text-align: center;
    font-size: var(--font-size-h3);
    padding-top: 1rem;
    font-family: 'din_procondensed_regular';
    text-transform: uppercase;
    letter-spacing: 1.28px;
	cursor: pointer;
}
.section-two-chapter2 .month-tab:hover .month-text-outer {
	color: var(--main-color);
}
.section-two-chapter2 .month-tab.active .month-text {
    color: var(--main-color);
	/* cursor: default; */
}
.section-two-chapter2 .month-tab.active svg path {
    stroke: var(--main-color);
}
.section-two-chapter2 .month-tab-content {
    height: 6.3rem;
    overflow: hidden;
    width: 78%;
	position: relative;
    display: flex;
    direction: ltr;	
}
.section-two-chapter2 .month-tab-content ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
	display: block;
    height: 6.3rem;
    overflow: hidden;
    padding: 1.5rem 0;
    position: relative;
    padding-right: 1rem;
    margin-bottom: 0;
    padding-left: 4rem;
    text-align: left;
	width: 48%;
    z-index: 1;	
}
.section-two-chapter2 .month-tab-content ul p {
	margin-left: -1rem;
	width: calc(100% + 1rem);
}
.section-two-chapter2 .month-tab.active ul {
    height: auto;
}
.section-two-chapter2 .month-tab-content ul:after {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2rem;
    content: "";
    background: transparent linear-gradient(180deg, #F2F2F200 0%, #F2F2F2 10%, #F2F2F2 100%) 0% 0% no-repeat padding-box;
    opacity: 0.9;
	z-index: 1;
    left: 1rem;
}
.section-two-chapter2 .month-tab.active .month-tab-content ul:after {
	display: none;
}
.section-two-chapter2 .month-tab-content.active ul {
    height: auto;
	border: none;
}
.section-two-chapter2 .month-tab-content ul li, 
.month-tab-content ul p {
    width: 100%;
	font-family:'din_proregular';
	direction: ltr;
	list-style: disc;
}
.section-two-chapter2 .month-tab-content ul li a {
    color: var(--main-color);
	font-size: 0.85rem;
}
.month-tab-content ul p {
	font-family:'din_promedium';
}
.section-two-chapter2 .month-tab-content.active {
    overflow: auto;
    height: 18rem;
    direction: rtl;
	border-bottom: 1px solid #A8A8A8;
}
.section-two-chapter2 .month-tab.active .scroll-wrap {
    height: auto;
    overflow: hidden;
}
.section-two-chapter2 .month-tab-content.active::-webkit-scrollbar-track { 
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
	 border-radius: 0rem;
	 background-color: #A8A8A8;
}
.section-two-chapter2 .month-tab-content.active::-webkit-scrollbar {
	width: 0.2rem; 
	background-color: #A8A8A8;
} 
.section-two-chapter2 .month-tab-content.active::-webkit-scrollbar-thumb {
	border-radius: 0rem;
	background-color: var(--main-color);
}
.section-two-chapter2 .month-tab:last-child {
    border: none;
}
.section-two-chapter2 .month-tab {
    border-top: 1px solid #A8A8A8;
}
.section-two-chapter2 .month-tab:first-child {
    border-top: 0px solid #A8A8A8;
}
.section-two-chapter2 .month-tabs {
    position: relative;
    margin: 0;
    padding-top: 1rem;
}


/****responsive-style***/

@media (min-width: 992px){
	.section-banner {
		min-height: 29.5rem;
	}
}
@media (max-width: 991px){
	.section-two-chapter2 .month-tab .month-text-outer {
		width: 100%;
		display: flex;
		justify-content: space-between;
		padding: 1rem 0 1rem 1.5rem;
	}
	.section-two-chapter2 .month-tab:first-child .month-text-outer {
		padding-top: 0;
	}
	.section-two-chapter2 .month-tab .arrow {
		margin: 0;
	}
	.section-two-chapter2 .scroll-bar {
		left: -6%;
		width: 12%;
	}
	.section-two-chapter2 .month-tab-content {
		width: 100%;
		height: 0;
	}
	.section-two-chapter2 .month-tab-content ul {
		display: block;
		padding: 0 0 0 2.5rem;
	}
	.section-two-chapter2 .month-tab-content ul li, .month-tab-content ul p {
		width: 100%;
	}
	.section-two-chapter2 .month-tab.active .scroll-wrap {
		height: auto;
	}
	.section-two-chapter2 .month-text {
		font-size: 1.2rem;
		padding: 0;
	}
	.section-two-chapter2 .month-text {
		font-size: 1.25rem;
	}
	.section-two-chapter2 .month-tabs {
		padding-top: 0rem;
	}	
	.section-two-chapter2 .month-tab-content {
		display: block;
	}
	.section-two-chapter2 .month-tab-content ul {
		width: 100%;
	}
}

@media (max-width: 767px){
	.section-two-chapter2 {
		padding: 2.5rem 0 0;
	}
}