.left>nav>ul>li {
    font-family: "Roboto Slab";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    border-radius: 20px/40px;
}
/* .left>nav>ul>li:hover{
    
    background-color: grey;
} */
.right .text .phone {
    background: #FFC837;
    /* border-radius: 0; */
    color: #000000 !important;
    font-family: Raleway;
    font-weight: 700;
    font-size: 14px;
    padding: 6px 16px;
    overflow: hidden;
    border-radius: 40px/50px;
}
.right .text .phone:hover {
    background-color: goldenrod;
}

.aside-menu .aside-footer .content {
    width: max-content;
    background: rgb(255, 153, 0);
    /* border-radius: 0; */
    color: #000000 !important;
    font-family: Raleway;
    font-weight: 700;
    font-size: 14px;
    padding: 6px 16px;
    overflow: hidden;
    border-radius: 40px/50px;
}
.aside-menu .aside-footer .content:hover {
    background-color: red;
}