.mandetory{
    color:red;
    font-size: 16px;
}

.offile{
    width:10px;
    height: 10px;
    background: silver;
    border-radius: 10px;
}

.offline{
    width: 8px;
    height: 8px;
    background: silver;
    border-radius: 8px;
    display: inline-block;
    margin-left: 5px;
}

.online{
    width: 8px;
    height: 8px;
    background: green;
    border-radius: 8px;
    display: inline-block;
    margin-left: 5px;
}


.doctor-card{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(199,191,199,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(199,191,199,1);
    box-shadow: 0px 0px 5px 0px rgba(199,191,199,1);
    border:1px solid silver;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 15px;
}

.doctor-card h4{
    font-size: 17px;
    color: #3AA864;
    font-weight: 400;
}

.doctor-card p{
    font-size: 13px;
}

.accordion-button{
    color: #0061A1;
    background-color: transparent !important;
}
