@media screen and (max-width: 1200px) {
    .menu-toggle {
        display: flex!important;
        font-family: 'Open sans', sans-serif;
        background: transparent;
        align-items: center;
        margin-top: 0;
        min-width: 0;
        height: 50px;
        width: 60px;padding: 0;
        justify-content: center;
    }

    .menu-toggle svg {
        width: 40px;
        height: 40px;
        color: #110691;
    }
}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1000px) {

}