.Account-head{
    width: 80%;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Account-head p{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}
.section{

    color: #b5b1b1;
}
.section span{
    color: black;
}
.clinte-name{
    color: #DB4444;
}

/* --------------- Account-seting ------------*/
.Account-frame{
    width: 80%;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}
.Account-seting{
    width: 18%;
    display: flex;
    flex-direction: column;
    gap: 13px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.Account-seting ul {
    display: flex;
    gap: 13px;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
}
.active{
    color: #DB4444 !important;
}
.Account-seting ul li{
    font-weight: 400;
    color: #b5b1b1;
    cursor: pointer;
}

/*------------------------------- Edit-Profile --------------------- */

.Edit-Profile{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 15px;

}
.Edit-Profile h4{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #DB4444;
}
.personal-information{
    flex-wrap: wrap;
    display: flex;
    gap: 40px;
}
.inputs{
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
input{
    border: none;
    background-color: #F5F5F5;
    outline: none;
    height: 40px;
    padding-left: 7px;
}
label{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.Password-Changes{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.buttons-submait{
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
    margin-top: 7px;
}
.buttons-submait button{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FAFAFA;
    background: #DB4444;
    border-radius: 4px;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}
.buttons-submait span{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
}