.tracking-step,.tracking-step-active {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px
}

.tracking-step:last-child {
    margin-bottom: 0
}

.tracking-step:before {
    content: "";
    position: absolute;
    left: 13px;
    top: 10px;
    bottom: -30px;
    width: 10px;
    background: #4285f4;
}

.tracking-step:last-child:before {
    display: none
}

.tracking-step .icon,.tracking-step-active .icon {
    position: absolute;
    left: 0;
    top: 5px;
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0,0,0,.2);
    background: #4285f4;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    align-content: center
}

.tracking-info {
    background: #fff;
    padding: 40px 10px;
    border-radius: 5px;
    margin: 20px
}

.date-time {
    font-size: 12px;
    color: #666
}

.custom-fa-goingon {
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 1px rgba(0, 0, 0, .2);
    display: flex !important;
    flex: none;
    color: #fff;
    height: 8px !important;
    justify-content: center;
    left: 14px !important;
    width: 8px !important;
    z-index: 2;
    background-color: #fff !important;
}