.ps-timeline-sec {
    position: relative;
    background: #fff;
}

.ps-timeline-sec .container {
    position: relative;
}

@media screen and (max-width: 767px) {
    .ps-timeline-sec .container ol.ps-timeline {
        margin: 130px 0 !important;
        border-left: 2px solid #BF1516;
        padding-left: 0 !important;
        padding-top: 120px !important;
        border-top: 0 !important;
        margin-left: 25px !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li {
        height: 150px;
        float: none !important;
        width: inherit !important;
        padding-top: 0px !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li span {
        left: -5px !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
        content: none !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
        content: none !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
        content: none !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
        content: none !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
        position: absolute !important;
        top: 30px !important;
        width: 90% !important;
        float: left !important;
        margin-left: 35px !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
        text-align: left !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
        position: absolute !important;
        top: 30px !important;
        width: 90% !important;
        float: left !important;
        margin-left: 35px !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
        text-align: left !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li p {
        text-align: left !important;
        width: 100% !important;
        margin: 0 auto !important;
        margin-top: 0px !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li .ps-top {
        width: 60% !important;
        float: left !important;
        margin-left: 35px !important;
        top: 0px;
    }

    .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
        width: 60% !important;
        float: left !important;
        margin-left: 35px !important;
    }
}

.ps-timeline-sec .container ol.ps-timeline {
    margin-top: 300px;
    margin-bottom: 250px;
    padding: 0;
    border-top: 2px solid #BF1516;
    list-style: none;
}

.ps-timeline-sec .container ol.ps-timeline li {
    float: left;
    width: 16%;
    padding-top: 30px;
    position: relative;
}

.ps-timeline-sec .container ol.ps-timeline li span {
    width: 5px;
    height: 5px;
    margin-left: -0px;
    background: #fff;
    border: 4px solid #BF1516;
    border-radius: 50%;
    box-shadow: 0 0 0 0px #fff;
    text-align: center;
    line-height: 50px -10;
    color: #74706d;
    font-size: 2em;
    font-style: normal;
    position: absolute;
    top: -5px;
    left: 50%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: "";
    color: #BF1516;
    width: 1px;
    height: 50px;
    background: #BF1516;
    position: absolute;
    top: -50px;
    left: 0px;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: "";
    color: #BF1516;
    width: 1px;
    height: 50px;
    background: #BF1516;
    position: absolute;
    bottom: -50px;
    left: -1px;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 100px;
    width: 100%;
    text-align: center;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    display: table;
    margin: 0 auto;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute;
    margin-top: 40px;
    width: 100%;
    text-align: center;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
    display: table;
    margin: 0 auto;
}

.ps-timeline-sec .container ol.ps-timeline li p {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.ps-timeline-sec .container ol.ps-timeline li .ps-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 50px;
    font-weight: 800;
    width: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    position: absolute;
    font-weight: 800;
    width: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li .ps-time-bot {
    position: absolute;
}