.sub_header {
    background-color: #010716;
    padding-left: 10px;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}
.div_service_information_box {
    background: #0e0ddc none repeat scroll 0 0;
    border-radius: 8px;
    bottom: -17px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    padding: 10px;
    position: absolute;
    right: 27px;
}

.appointment-card {
    background: #4f5966;
    border-radius: 8px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.04);
    padding: 10px 13px;
    min-width: 220px;
    font-size: 15px;
    flex: 1 1 230px;
    border-left: 3px solid #4BB543;
    margin-bottom: 6px;
}