.new-flex-row {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding-top: 60px;
} 
.new-flex-col-1 {
    background: #fff;
    backdrop-filter: blur(23.5px);
    border-radius: 28px;
    border: 1px solid #fc862d;
    padding: 30px;
    width: calc(50% - 15px);
}
.new-flex-col-2 {
    background: #fff;
    backdrop-filter: blur(23.5px);
    width: 50%;
    padding-left: 30px;
}
.new-main-slider-wrapper {
    margin-bottom: 55px;
}
.new-flex-col-2 li {
    font-size: 18px;
    line-height: 26px;
    color: #010c3c;
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0 0 30px 30px;
}
.new-flex-col-2 li:last-child {
	padding-bottom: 0;
}
.new-flex-col-2 ul li:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 12px;
    height: 12px;
    background-color: #fc862d;
    border-radius: 50%;
}
.new-flex-col-2 ul li::after {
    content: "";
    background-color: #CCCED8;
    position: absolute;
    width: 1px;
    height: calc(100% - 24px);
    top: 24px;
    left: 5px;
}
.new-flex-col-2 ul li:last-child::after {
    display: none;
}
.new-flex-col-1 p {
    color: #010c3c;
    font-size: 18px;
    margin-bottom: 18px;
}
.new-background-timeline-nav-block ul {
    list-style: none;
    display: flex;
    gap: 30px;
    list-style: none;
}
.new-background-timeline-nav-block ul li {
    margin-bottom: 0;
}
.new-background-timeline-nav-block ul li button {
    background: linear-gradient(180deg,#fc862d 0,#f53442 100%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    padding: 1px;
}
.new-background-timeline-nav-block ul li button span {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.new-background-timeline-nav-block ul li button[aria-disabled=true] {
    opacity: .4;
    pointer-events: none;
}
.new-background-timeline-nav-block ul li button:hover span {
    background: linear-gradient(180deg,#fc862d 0,#f53442 100%);
}
.new-background-timeline-nav-block ul li button:hover span img {
    filter: brightness(0) invert(1);
}
.timeline-2-section .section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.timeline-2-section .thumbnails-wrapper .thumbnail-item h4{color:#999eb1;font-size:26px;line-height:32px;-webkit-text-fill-color:#999EB1;background:0 0;transition:all .3s ease-in-out;font-weight: 600}
.timeline-2-section .thumbnails-wrapper{border-top:1px solid #fc862d;padding-top:15px}
.timeline-2-section .thumbnails-wrapper .thumbnail-item.slick-current.slick-active h4{font-size:28px;line-height:36px;color:#010c3c;-webkit-text-fill-color:#010C3C;transition:all .2s ease-in-out;font-weight: 600}
.timeline-2-section .thumbnails-wrapper .thumbnail-item{position:relative;text-align:center}
.timeline-2-section .thumbnails-wrapper .thumbnail-item:first-child{text-align:left}
.timeline-2-section .thumbnails-wrapper .thumbnail-item:last-child{text-align:right}
.timeline-2-section .thumbnails-wrapper .thumbnail-item p{font-size:16px;line-height:22.4px;color:#999}
.scroll-block .scroll-thumb{background-color:#fc862d;width:25%;height:5px;border-radius:4px;transition:all .5s ease-in-out}
.timeline-2-section .thumbnails-wrapper .thumbnail-item:last-child{text-align:right}
.timeline-2-section .thumbnails-wrapper .thumbnail-item:first-child{text-align:left}
.timeline-2-section {padding-top: 30px;padding-bottom: 100px;}
.new-flex-col-1 {
    position: relative;
}
.new-flex-col-1:before {
    background-image: url(../images/the-diseases-blood-cell-1.svg);
    width: 140px;
    height: 90px;
    top: -56px;
    right: 50px;
    z-index: 3;
    animation: main-slider-before 5s ease infinite;
}
.new-flex-col-1:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}
.timeline-2-section .container {
    position: relative;
    z-index: 2;
}
.new-flex-col-1 p:last-child {
    margin-bottom: 0;
}
.new-flex-row .new-flex-col-1 h4, .new-flex-row .new-flex-col-2 h4 {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 15px 0;
}
.timeline-2-section .thumbnails-wrapper .thumbnail-item {
    cursor: pointer;
}
@keyframes main-slider-before {
  0% {
    transform: scale(1, 1) rotate(0);
  }
  50% {
    transform: scale(1.2, 1.2) rotate(10deg);
  }
  100% {
    transform: scale(1, 1) rotate(0);
  }
}
@media only screen and (min-width: 992px) {
    .timeline-2-section .thumbnails-wrapper .slick-track {transform: none!important;}
}
@media only screen and (max-width: 991px) {
    .timeline-2-section .container {
        position: relative;
        z-index: 2;
    }
    .new-flex-row {
        flex-wrap: wrap;
    }
    .new-flex-row .new-flex-col-1 {
        width: 100%;
        border-radius: 20px;
        padding: 20px;
    }
    .new-flex-col-2 {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
    .new-flex-col-2 li {
        font-size: 16px;
        line-height: 24px;
        padding: 0 0 20px 30px;
    }
    .new-flex-col-1 p:last-child {
        margin-bottom: 0;
    }
    .new-flex-col-1 p {
        font-size: 16px;
        line-height: 24px;
    }
    .new-flex-col-1:before {
        width: 94px;
        height: 80px;
        right: 15px;
    }
    .timeline-2-section .nav-block.for-mobile ul {
        display: flex;
        gap: 15px;
        list-style: none;
    }
    .timeline-2-section .nav-block.for-mobile ul li {
        margin-bottom: 0;
    }
    .timeline-2-section .nav-block.for-mobile ul li button {
        width: 33px;
        height: 33px;
        background: linear-gradient(180deg,#fc862d 0,#f53442 100%);
        border-radius: 50%;
        padding: 1px;
    }
    .timeline-2-section .nav-block.for-mobile ul li button[aria-disabled=true] {
        opacity: .4;
        pointer-events: none;
    }
    .timeline-2-section .nav-block.for-mobile ul li button span {
        width: 31px;
        height: 31px;
        border-radius: 50%;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .3s ease-in-out;
        cursor: pointer;
    }
    .timeline-2-section .container {
        padding-left: 0;
        padding-right: 0;
    }
    .timeline-2-section .section-title, 
    .timeline-2-section .slider-section .new-main-slider-wrapper,
    .timeline-2-section .nav-block.for-mobile {
        padding-left: 30px;
        padding-right: 30px;
    }
    .timeline-2-section .thumbnails-wrapper {
        padding-left: 30px;
    }
    .timeline-2-section .thumbnails-wrapper .thumbnail-item:last-child {
        text-align: left;
    }
    .timeline-2-section .nav-block.for-mobile {
        margin-top: 30px;
    }
    .timeline-2-section .thumbnails-wrapper {
        border-top: 0;
    }
    .slider-section .new-main-slider-wrapper .slick-dots {
        display: flex;
        gap: 25px;
        align-items: center;
        margin-top: 55px;
    }
    .slider-section .new-main-slider-wrapper .slick-dots li {
        min-width: 14px;
        display: flex;
        margin: 0;
    }
    .slider-section .new-main-slider-wrapper .slick-dots li.slick-active {
        width: 100%;
    }
    .slider-section .new-main-slider-wrapper .slick-dots li button {
        height: 5px;
        background-color: #fc9242;
        font-size: 0;
        border-radius: 25px;
        width: 100%;
    }
    .timeline-2-section .thumbnails-wrapper {
        padding-top: 0;
    }
    .new-main-slider-wrapper {
        margin-bottom: 40px;
    }
    .timeline-2-section {
        padding-bottom: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .timeline-2-section .section-title, 
    .timeline-2-section .slider-section .new-main-slider-wrapper,
    .timeline-2-section .nav-block.for-mobile {
        padding-left: 20px;
        padding-right: 20px;
    }
    .timeline-2-section .thumbnails-wrapper {
        padding-left: 20px;
    }
}
@media only screen and (max-width: 577px) {
    .timeline-2-section .section-title, 
    .timeline-2-section .slider-section .new-main-slider-wrapper,
    .timeline-2-section .nav-block.for-mobile {
        padding-left: 15px;
        padding-right: 15px;
    }
    .timeline-2-section .thumbnails-wrapper {
        padding-left: 15px;
    }
}