.blue-bg {
    background-color: #fff;
    color: #666;
    height: 100%;
}

.container-fluid {
    margin: 0;
    margin-top: 0px;
    padding: 0;
}

.how-it-works.row {
    display: flex;
}

    .how-it-works.row .col-md-2 {
        display: inline-flex;
        align-self: stretch;
        align-items: center;
        justify-content: center;
    }

/*@media (min-width: 992px) .col-md-2 {
    width: 16.66667%;
}*/

/* "Timeline"  */
.blue-bg {
    background-color: #fff;
    color: #666;
    height: 100%;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.circle {
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 50%;
    background-color: #3023f5;
    color: #fff;
    max-height: 80px;
    z-index: 2;
}


.how-it-works.row {
    display: flex;
}

    .how-it-works.row .col-md-2 {
        display: inline-flex;
        align-self: stretch;
        align-items: center;
        justify-content: center;
    }

/*        .how-it-works.row .col-md-2::after {
            content: "";
            position: absolute;
            border-left: 3px solid #587058;
            z-index: 1;
        }

        .how-it-works.row .col-md-2.bottom::after {
            height: 50%;
            left: 50%;
            top: 50%;
        }

        .how-it-works.row .col-md-2.full::after {
            height: 100%;
            left: calc(50% - 3px);
        }

        .how-it-works.row .col-md-2.fulld::after {
            height: 100%;
            left: calc(50%);
        }

        .how-it-works.row .col-md-2.top::after {
            height: 50%;
            left: 50%;
            top: 0;
        }

        .how-it-works.row .col-md-2.topd::after {
            height: 50%;
            left: calc(50% - 3px);
            top: 0;
        }
*/
.timeline div {
    padding: 0;
    height: 40px;
}


.timeline hr {
    border-top: 3px solid #587058;
    margin: 0;
    top: 17px;
    position: relative;
    opacity: 1;
}

.timeline .col-md-2 {
    display: flex;
    overflow: hidden;
}

.timeline .corner {
    border: 3px solid #587058;
    width: 100%;
    position: relative;
    border-radius: 15px;
}

.timeline .top-right {
    left: 50%;
    top: -50%;
}

.timeline .left-bottom {
    left: -50%;
    top: calc(50% - 3px);
}

.timeline .top-left {
    left: -50%;
    top: -50%;
}

.timeline .right-bottom {
    left: 50%;
    top: calc(50% - 3px);
}


.badge {
    display: inline-block;
    min-width: 10px;
    padding: .25em .5em;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #3399F3;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #3399F3;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}




