.timeline {
    padding: 50px;
}
.timeline ul {
    padding: 0;
}
.timeline .default-line {
    content: '';
    position: absolute;
    left: 3vw;
    width: 4px;
    background: #bdc3c7;
    height: 1500px;
}
.timeline .draw-line {
    width: 4px;
    height: 0;
    position: absolute;
    left: 3vw;
    background: #537FE7;
}
.gridBox li::before {
    content: attr(data-index);
}
.timeline ul{
    margin-right: 0;
}
.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 2px;
    margin: 0 auto;
    height: auto;
    background: transparent;
}
.timeline ul li.in-view {
    transition: 0.125s ease-in-out, background-color 0.2s ease-out, color 0.1s ease-out, border 0.1s ease-out;
}
.timeline ul li.in-view::before {
    text-align: center;
    font-size: 20px;
    color: white;
    right: 0;
    position: absolute;
    top: 8vh;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #537FE7;
    transition: 0.125s ease-in-out, background-color 0.2s ease-out, color 0.1s ease-out, border 0.1s ease-out;
}
.timeline ul li::before {
    /*content: '';*/
    position: absolute;
    left: 50%;
    top: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: inherit;
    background: #bdc3c7;
    transition: all 0.4s ease-in-out;
}

.gridBox{
    display: flex;
    align-items: baseline;
}
.contentBox h3{
    font-size: 35px;
    color: #396BE1;
}
.contentBox{
    border-radius: 8px;
    margin-bottom: 10%;
    padding: 19px 30px 10px 30px;
    box-shadow: 0 0 30px #00000026;
    margin-left: 25px;

}
.contentBox div{
    font-size: 17px;
}

@media(max-width: 600px){
    .timeline .default-line {
        content: '';
        position: absolute;
        left: 5vw;
        width: 4px;
        background: #bdc3c7;
        height: 1500px;
    }
    .timeline .draw-line {
        width: 4px;
        left: 5vw;
        position: absolute;
        background: #537FE7;
    }
    .timeline ul li.in-view::before {
        top: 5vh;
        right: -17px;
    }
    .timeline{
        padding: 3px !important;
    }
    .timeline ul li.in-view::before {
        width: 35px;
        height: 35px;
    }
}
@media(min-width:1025px){
    .conImageSec5 img{
        position: sticky;
        top: 25px;
    }
}

@media(min-width:1800px){
    .timeline ul li.in-view::before {
        right: -15px;

    }
}