
.timeline_item-n
{
    top:30px !important;
    position: relative !important;
    margin-bottom: 100px !important;
}   
.timeline_item
{
    position: absolute;
    top:-50px;
    left:0;
    height:10px;
    width:100%;
}
.timeline_item.first
{
    border-radius: 9999px 0 0 9999px;
    left:15px;
}
.timeline_item.last
{
    border-radius: 0 9999px 9999px 0;
}
.timeline_info
{
    position: absolute;
    left:50%;
    top:100%;
    transform:translateX(-50%) translateY(-50%);
    text-align: center;
    background:#dfc087;
    z-index: 1;
    border-radius:9999px;
    width:60px;
    height:60px;
    display:flex;
    align-items: center;
}
.timeline_info span
{
    width:100%;
    color:black;
    font-weight:bold;
    font-size:14px;
}
.timeline_info span.small
{
    font-size:12px;
}
.timeline_info:after
{
    z-index:0;
    content:"";
    background:rgba(255,255,255,0.1);
    position: absolute;
    left:50%;
    top:50%;
    transform:translateX(-50%) translateY(-50%);
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    border-radius: 9999px;
}
.timeline_container
{
    margin-top:80px;
    padding-top:15px;
    padding-bottom:80px;
}
.timeline
{
    border-radius:9999px;
    width:100%;
    height:10px;
    background-color:white;
    display:block;
}
.timeline-n
{
    border-radius: 9999px;
    width: 100%;
    height: 10px;
    background-color: white;
    display: block;
    position: absolute;
    margin-top: 80px;
}
.timeline_position
{
    position: relative;
    top:-40px;
}


  
.slick-arrow:before {
        background: #fff;
        color: #000;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        border-radius: 16px;
        position: absolute;
        right: 0;
        top: -4px;
        z-index: 100;
        cursor: pointer;
 
  }
[dir="rtl"] .slick-prev::before {
    content: "\f105" !important;
    font-family: Font Awesome\ 5 Pro;
}
[dir="rtl"] .slick-next::before {
    content: "\f104"!important;
    font-family: Font Awesome\ 5 Pro;
}
[dir='rtl'] .slick-prev {
    right: -15px;
    left: auto;
    top: -135px;
}
[dir='rtl'] .slick-next {
    left: auto;
    top: -135px;
    right: 25px
}