.position-relative{
    position: relative;
}
.single-timeline {
    display: flex;
}
.single-timeline {
    min-height: 550px;
}
.timeline-year .year {
    color: #024DA6;
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    display: block;
}
.circle-wrap, .circle2, .circle3 {
    width: 118px;
    height: 118px;
    background: #0c94d429;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-timeline:nth-child(even) .circle-wrap {
    background: #fca60536;
}
.single-timeline {
    position: relative;
}
.circle2 {
    width: 74px;
    height: 74px;
    background: #0c94d46b;
}
.single-timeline:nth-child(even) .circle2{
    background-color: #fca6056e;
}
.circle3 {
    width: 36px;
    height: 36px;
    background: #0C94D4;
    position: relative;
}
.single-timeline:nth-child(even) .circle3{
    background-color: #FCA605;
}
.single-timeline:after {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #C2CDD6;
    content: "";
    z-index: -1;
    margin-left: 43px;
}
.timeline-top-content {
    padding: 0 50px 66px 200px;
    height: 275px;
    display: flex;
    align-items: end;
}
.timeline-bottom-content {
    padding: 66px 125px 0px 124px;
    height: 275px;
}
.year-wrap {
    position: relative;
    text-align: center;
}
.timeline-year .year {
    position: absolute;
    top: -51px;
    display: block;
    left: 0;
    right: 0;
}
.single-timeline:nth-child(even) .timeline-year .year {
    top: auto;
    bottom: -45px;
    color: #FCA605;
}
.timeline-year {
    display: flex;
    align-items: center;
}
.timeline-top-content:after, .timeline-bottom-content:after {
    position: absolute;
    left: 120px;
    bottom: 0;
    width: 2px;
    height: 70px;
    background: #C2CDD6;
    content: "";
}
.timeline-top-content:before, .timeline-bottom-content:before {
    position: absolute;
    left: 112px;
    bottom: 70px;
    content: "";
    background: #C2CDD6;
    width: 17px;
    height: 17px;
    border-radius: 100px;
}
.timeline-bottom-content:after {
    left: 48px;
    bottom: auto;
    top: 0;
}
.timeline-bottom-content:before{
    left: 41px;
    top: 70px;
    bottom: auto;
}


.timeline-area .swiper-button-next2 {
    right: 20px;
}
.timeline-area .swiper-button-prev2 {
    left: 20px;
}
.timeline-area .swiper-button-prev2.swiper-button-disabled, 
.timeline-area .swiper-button-next2.swiper-button-disabled {
    opacity: 0;
}
.timeline-area .swiper-button-prev2, 
.timeline-area .swiper-button-next2 {
    margin-top: calc(-10px - (var(--swiper-navigation-size) / 2));
}


/* Responsive CSS */
@media (max-width: 1400px){

    .timeline-area .swiper-button-prev2, .timeline-area .swiper-button-next2{
        margin-top: calc(1px - (var(--swiper-navigation-size) / 2));
    }

}

@media (max-width: 767px){

.circle-wrap, .circle2, .circle3 {
    width: 86px;
    height: 86px;
}
.circle2 {
    width: 56px;
    height: 56px;
}
.circle3 {
    width: 26px;
    height: 26px;
}


.timeline-top-content:after, .timeline-bottom-content:after {
    left: 22px;
}
.timeline-top-content:before, .timeline-bottom-content:before {
    left: 15px;
}
.timeline-bottom-content:after {
    left: 10px;
}
.timeline-bottom-content:before {
    left: 3px;
}

.timeline-top-content {
    padding: 0 20px 20px 60px;
    height: 275px;
}
.timeline-bottom-content {
    padding: 20px 20px 0px 60px;
    height: 275px;
}
.timeline-area .swiper-button-next2 {
    right: 10px;
}
.timeline-area .swiper-button-prev2{
    left: 10px;
}




}