span.type-class {

    background: #0c6db4;

    color: #fff;

    font-size: 10px;

    padding: 3px 5px;

    border-radius: 6px 5px;

    margin-left: 5px;

}

.alert p a {
    color: #002e72;
    font-weight: bold;
}

.apptcount span i {
    font-size: 54px;
}

small.docotor-dashboart-time {
    font-size: 11px;
}


span.offer-price {
   position: absolute;
    z-index: 1;
    background: #ffd500;
    font-size: 9px;
    left: 39px;
    top: -6px;
    padding: 2px 4px;
    font-weight: bold;
    border-radius: 10px;
}

span.unseen-view-offer-price {
       position: absolute;
    z-index: 1;
    background: #ffd500;
    font-size: 9px;
    top: -6px;
    padding: 2px 4px;
    font-weight: bold;
    border-radius: 10px;
    right: 19px;
}

.visits {

    position: relative;
}

span.unseen-offer-price {
    position: absolute;
    z-index: 1;
    background: #ffd500;
    font-size: 9px;
    top: -7px;
    padding: 2px 4px;
    font-weight: bold;
    border-radius: 10px;
    right: 19px;
    /* border: 1px solid yellow; */
}