.ps-timeline-sec {
    position: relative;
    padding: 0 100px;
}

.ps-timeline-sec .container {
    position: relative;
}

.ps-timeline-sec .logo-content .title {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}

.ps-timeline-sec .logo-content .title h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: #014C8D 3px solid;
}

.ps-timeline-sec .logo-content .title p {
    font-size: 18px;
    font-weight: 200;
}

.ps-timeline-sec .container ol:before {
    background: #44ADD5;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: -4px;
}

.ps-timeline-sec .container ol:after {
    background: #44ADD5;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: -4px;
}

.ps-timeline-sec .container ol.ps-timeline {
    margin: 230px 0;
    padding: 0;
    border-top: 2px solid #014C8D;
    list-style: none;
}

.ps-timeline-sec .container ol.ps-timeline li {
    float: left;
    width: 25%;
    padding-top: 30px;
    position: relative;
}

.ps-timeline-sec .container ol.ps-timeline li span {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    background: #014C8D;
    border: 4px solid #014C8D;
    border-radius: 50%;
    box-shadow: 0 0 0 0px #fff;
    text-align: center;
    line-height: 50px -10;
    color: #fff;
    font-size: 2em;
    font-style: normal;
    position: absolute;
    top: -26px;
    left: 50%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: '';
    color: #014C8D;
    width: 2px;
    height: 50px;
    background: #014C8D;
    position: absolute;
    top: -50px;
    left: 50%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: '';
    color: #014C8D;
    width: 8px;
    height: 8px;
    background: #014C8D;
    position: absolute;
    bottom: 90px;
    left: 44%;
    border-radius: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: '';
    color: #014C8D;
    width: 2px;
    height: 50px;
    background: #014C8D;
    position: absolute;
    bottom: -50px;
    left: 50%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: '';
    color: #014C8D;
    width: 8px;
    height: 8px;
    background: #014C8D;
    position: absolute;
    top: 90px;
    left: 44%;
    border-radius: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li .text-handler-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 130px;
    width: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li .text-handler-top text {
    display: table;
    margin: 0 auto;
}

.ps-timeline-sec .container ol.ps-timeline li .text-handler-bot {
    position: absolute;
    margin-top: 60px;
    width: 100%;
}

.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: 100px;
}

.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    position: absolute;
    margin-top: 35px;
}

.ps-timeline-sec .container ol.ps-timeline li .text-handler-bot p,
.ps-timeline-sec .container ol.ps-timeline li .text-handler-top p {
    font-size: 20px;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .ps-timeline-sec {
        padding: 0 23px;
    }
    .ps-timeline-sec .container {
        padding: 0 25px;
    }
    .ps-timeline-sec .container ol:before {
        display: none;
    }
    .ps-timeline-sec .container ol:after {
        display: none;
    }
    .ps-timeline-sec .container ol.ps-timeline {
        margin: 60px 0 !important;
        border-left: 2px solid #014C8D;
        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: 220px;
        float: none !important;
        width: inherit !important;
    }
    /* .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .text-handler-bot p {
        width: 70px;
    } */
    .ps-timeline-sec .container ol.ps-timeline li:last-child {
        margin: 0;
        bottom: 0 !important;
        height: 120px;
    }
    .ps-timeline-sec .container ol.ps-timeline li:last-child .text-handler-bot {
        bottom: 40px !important;
        /* width: 40% !important; */
        margin-left: 25px !important;
        margin-top: 0 !important;
    }
    /* .ps-timeline-sec .container ol.ps-timeline li:last-child .text-handler-bot p {
        width: 100%;
    }
    .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
        margin-bottom: 0 !important;
        top: 20px;
    } */
    .ps-timeline-sec .container ol.ps-timeline li span {
        left: 0 !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 .text-handler-top {
        position: absolute !important;
        bottom: 150px !important;
        width: 30% !important;
        float: top !important;
        margin-left: 35px !important;
        margin-bottom: 0 !important;
    } */
    /* .ps-timeline-sec .container ol.ps-timeline li .text-handler-top p {
        margin: 0 auto !important;
        width: 80% !important;
    } */
    /* .ps-timeline-sec .container ol.ps-timeline li .text-handler-bot {
        position: absolute !important;
        bottom: 115px !important;
        width: 30% !important;
        float: left !important;
        margin-left: 35px !important;
        margin-bottom: 0 !important;
    } */
    .ps-timeline-sec .container ol.ps-timeline li p {
        text-align: left !important;
        /* width: 85% !important; */
        margin: 0 auto !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li .text-handler-bot,
    .ps-timeline-sec .container ol.ps-timeline li .text-handler-top {
        width: 90% !important;
        float: right !important;
        margin: 0;
        right: 0;
        top: calc(0px - 45px);
    }
    .ps-timeline-sec .container ol.ps-timeline li .ps-top,
    .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
        width: 90% !important;
        float: right !important;
        margin: 0;
        right: 0;
        top: calc(0px - 10px);
    }
}

@media screen and (max-width: 767px) {}