h6 {
    font-size: 1.3rem;
}

.bg-white-bd {
    background-color: #e0f0ef;
}

.bg-green-bd {
    background-color: #037367;
}

.bg-specialites-bd {
    background-color: #6d9c96;
}

.bg-speciality-bd {
    background-color: #496863;
}

.bg-black-bd {
    background-color: #000000;
}

.text-green-bd {
    color: #037367;
}

.text-white-bd {
    color: #AEC5DA;
}

.box-item > h5 {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}

.box-item > h5:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.box-item p {
    margin-bottom: 0.2rem;
}

.arrows {
    cursor: pointer;
}

.step-template {
    border-radius: 20px !important;
    cursor: pointer;
}

.box-template {
    width: 100%;
    border-radius: 0 0 20px 20px !important;
}