.timeline_wrapper {
    background-color: #0B192C;
    border-radius: 24px;
    padding: 0 60px;
    position: relative
}

@media (min-width:992px) {
    .timeline_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .timeline_wrapper:before {
        content: "";
        background: -webkit-gradient(linear, left top, left bottom, from(#0B192C), to(rgba(11, 25, 44, 0)));
        background: linear-gradient(180deg, #0B192C 0%, rgba(11, 25, 44, 0) 100%);
        position: absolute;
        height: 122px;
        width: 100%;
        top: 0;
        z-index: 10;
        left: 0;
        border-radius: 24px 24px 0 0
    }

    .timeline_wrapper:after {
        content: "";
        background: -webkit-gradient(linear, left bottom, left top, from(#0B192C), to(rgba(11, 25, 44, 0)));
        background: linear-gradient(0deg, #0B192C 0%, rgba(11, 25, 44, 0) 100%);
        position: absolute;
        height: 122px;
        width: 100%;
        z-index: 10;
        bottom: 0;
        left: 0;
        border-radius: 0 0 24px 24px
    }
}

@media (max-width:991.98px) {
    .timeline_wrapper {
        padding: 50px 0px
    }
}

.timeline .myTimeline {
    width: 100%
}

@media (max-width:991.98px){
	.timeline .myTimeline{
		padding: 0 15px;
	}
}

.timeline .myTimeline .swiper-slide {
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    color: #AFAFAF
}

.timeline .myTimeline .swiper-slide.swiper-slide-thumb-active {
    color: #ffffff
}

.timeline .mySwipertimeline {
    position: relative;
    z-index: 11
}

.timeline .mySwipertimeline .swiper-slide{
	padding: 96px 0;
	padding-top:130px;
}

@media (max-width:991.98px) {
    .timeline .mySwipertimeline .swiper-slide {
        margin-top: 50px;
        padding-top: 50px;
        padding-bottom: 0
    }
}

.timeline .swiper-slide {
    color: #fff
}

@media (min-width:992px) {
    .timeline .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 80px;
        -moz-column-gap: 80px;
        column-gap: 80px
    }
}

.timeline .swiper-pagination-progressbar {
    background-color: #B2BFD1;
    height: 2px !important;
    top:88px !important;
}

@media (max-width:575.98px) {
    .timeline .swiper-pagination-progressbar {
        margin-bottom: 30px
    }
}

.timeline .swiper-pagination-progressbar-fill {
    background-color: #E12827 !important
}

.timeline_content {
    width: 50%
}


@media (min-width:991.98px){
	.timeline_content{
		padding-left:72px;
	}
}

@media (max-width:991.98px) {
    .timeline_content {
        width: 100%;
		padding: 0 15px;	
    }
}

.timeline_content h3 {
    position: absolute;
    top: 44px;
    margin: 0;
}

@media (max-width:991.98px) {
    .timeline_content h3 {
        top: 0px
    }
}

.timeline_content h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30.24px !important;
    color: #fff
}

.timeline_content p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 24px
}

@media (max-width:575.98px) {
    .timeline_content p {
        font-weight: 400;
        margin-top: 15px
    }
}

.timeline_image {
    width: 50%
}

.timeline_image img{
	width:100%;
}

@media (max-width:991.98px) {
    .timeline_image {
        width: 100%;
        margin-top: 24px;
		padding: 0 15px;
    }
}