.menu-toggle {
    display: none;
    color: #fff;
    font-size: 16px;
    justify-content: center;
    font-family: 'Ubuntu', sans-serif;
    align-items: center;
    background-color: #c9d726;
    font-weight: 500;
    padding: 0 30px;
    border-radius: 30px;
    line-height: 44px;
}

html[lang="en-US"] .menu-toggle {
    background-color: #45b7d2;
}

body.npo .menu-toggle {
    background-color: #008282;
}

body.it .menu-toggle {
    background-color: #EE7319;
}

body.finance .menu-toggle {
    background-color: #512A7B;
}

.menu-toggle svg .cls-1 {
    fill: #fff;
}

.menu-toggle:hover {
    background: #c9d726;
    color: #fff;
}

html[lang="en-US"] .menu-toggle:hover {
    background: #45b7d2;
}

body.npo .menu-toggle:hover {
    background: #008282;
}

body.it .menu-toggle:hover {
    background: #EE7319;
}

body.finance .menu-toggle:hover {
    background: #512A7B;
}

.menu-toggle svg {
    margin-right: 15px;
    width: 20px;
    height: 20px;
}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1199px) {
    .menu-toggle {
        display: inline-flex;
    }
}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 541px) {
    .menu-toggle {
        padding: 0 20px;
    }
}

@media screen and (max-width: 365px) {
    .menu-toggle svg {
        margin-right: 10px;
        width: 15px;
        height: 15px;
    }
}
