.consultant{
    width: 98%;
    text-align: center;
    margin-left: auto;
    margin-right: auto; 
}

.divConsultant{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
    border-radius: 12px;
    text-align: center;
    margin-top: 12px;
    border: 0.5px solid rgb(180, 154, 250);
}

#nameConsultant{
    margin-left: auto;
    margin-bottom: auto;
    border: none;
    width: 98%;
    outline: none;
}

#phoneConsultant{
    margin-left: auto;
    margin-bottom: auto;
    border: none;
    width: 98%;
    outline: none;
}

#service{
    margin-left: auto;
    margin-bottom: auto;
    border: none;
    width: 98%;
    outline: none;
    background-color: white;
}

#textConsultant{
    margin-top: 6px;
    width: 98%;
    min-height: 70px;
}

#submitConsultant{
    margin-top: 6px;
    width: 40%;
    border: none;
    background-color: green;
    color: white;
    cursor: pointer;
    padding-top: 9px;
    padding-bottom: 9px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 15px;
}