

.border-bottom {
    border-bottom: 3px solid #A7C0DE;
    position: relative;
}
.border-bottom:after {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 3px solid blue;
    content:'';
    z-index: -1;
}
.border-bottom:before {
    position: absolute;
    top: -6px;
    right: 0;

    left: 0;
    border-bottom: 3px solid green;
    content:'';
    z-index: -1;
}
.card-title{
    float: left;
    padding: 15px;
    /* margin-top: -70px; */
    /* margin-right: 15px; */
    border-radius: 3px 3px 0 0;
    background-color: #17375E;
    color: #ffffff;
    margin-bottom: 0;
}
.list-style-none {
    list-style-type: none;
}
.ml-mr-auto{
    margin-left: auto;
    margin-right: auto;
}