.mobile-left-menu-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 60%;
    overflow-x: hidden;
    transition: 0.5s;
    margin-top: 50px;
    overflow-y: scroll;
}

.mobile-left-menu {
    max-height: 70%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    margin-top: 50px;
}

.mobile-left-menu a, .mobile-left-menu li {
    font-size: 14px;
    color: black;
}

.btn-transparent-bordered {
    background-color: transparent;
    border-color: grey;
    border-width: 2px;
    border-radius: 10px;
    box-shadow: none !important;
    outline: 0 !important;
}

#callCenter {
    text-decoration: none;
}

#callCenter span {
    font-size: 1.5em;
    font-weight: 500;
    margin-left: 26px;
}

.side-menu-icon {
    width: 25px;
}
