.timelineBx{
    background: rgba(65, 105, 225, 0.3);
    padding: 96px 0;
}
.timeline-card{
    margin: 10px 20% 100px;
    height: 300px;

    background-image: url("../img/timeline/2007.png");
    background-repeat: no-repeat;  
    background-size: cover;
    border-radius: 12px;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.timeline-details{
    background-color: #fff;
    border-radius: 12px;
    margin:  0 10%;
    text-align: center;
    padding: 20px;

    position: relative;
    bottom: -50px;
    z-index: 999999;
}
.timeline-details h3{
    font-family: 'Montserrat-semibold';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 35px;
    color: #404040;
}
.timeline-details p{
    font-family: 'Montserrat-regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding: 15px 20px 0;
    color: #404040;
}
.timeline-details .h3{
    border-bottom: 4px solid #4169E1;
    width: 176px;
    margin: 3px auto 0;
    border-radius: 10px;
}

/* .slider-nav{
    margin: 100px 0 0 0;
} */
.timeline-year{
    text-align: center;
    font-family: 'Montserrat-medium';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    color: #888888;
    transition:0.3s;
}
.t-dot{
    background-color: #888888;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    transition:0.3s;
}

.slick-current{
    color: #4169E1;
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
}
.slick-current .t-dot{
    background-color: #4169E1;
    width: 12px;
    height: 12px;   
}
.slike-slider{
    border: none;
}

/*responcive*/
@media only screen and (max-width: 768px){
    .timelineBx{
        padding: 70px 0;
    }
    .timeline-card{
        margin: 10px 5% 100px;
        height: 250px;
    }
}
@media only screen and (max-width: 485px){
    .timelineBx{
        padding: 50px 0;
    }
    .timeline-card{
        margin: 10px 5% 100px;
        height: 200px;
    }
    .timeline-details{
        background-color: #fff;
        border-radius: 12px;
        margin:  0 5%;
        padding: 15px 8px;
    }
    .timeline-details h3{
        font-size: 25px;
        line-height: 25px;
        color: #404040;
    }
    .timeline-details p{
        font-size: 14px;
        line-height: 18px;
        padding: 10px 15px 0;
        color: #404040;
    }
    .timeline-details .h3{
        border-bottom: 3px solid #4169E1;
        width: 125px;
        margin: 3px auto 0;
        border-radius: 10px;
    }
    /**/
    .timeline-year{
        font-size: 14px;
        line-height: 18px;
    }
    .t-dot{
        width: 8px;
        height: 8px;
        margin: 5px auto;
        transition:0.3s;
    }
    
    .slick-current{
        font-size: 16px;
        line-height: 16px;
    }
    .slick-current .t-dot{
        background-color: #4169E1;
        width: 10px;
        height: 10px;   
    }
}