@media(min-width:220px) and (max-width:991px) {
    /* .footer-icons li a i{
        display: none;
    } */

    .isStuck .logo {
        display: table;
        opacity: 1;
        /* width: 25%; */
    }

    .mobile-menu {
        /* display: inline-block; */
        font-size: 20px;
        background: transparent;
        padding: 0;
        color: #fff;
        cursor: pointer;
        margin: 0 auto;
        border: 0;
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
    }

    .contact-list {
        margin-top: 0;
    }

    .contact-list li:last-child,
    .contact-list li a span,
    .social-icons {
        /* display:none; */
    }

    .logo {
        width: 35%;
        border: 1px solid #fff;
        margin-bottom: 16px;
    }

    .navigation {
        padding: 0;
    }

    .navigation li.dropdown {
        padding-right: 0;
    }

    .nav-wrapper.open {
        left: auto;
        right: 0;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .isStuck .logo {
        /* width: 28%; */
        margin-bottom: 16px;
    }
}

@media(min-width:220px) and (max-width:767px) {
    /*.contact-list li {*/
    /*    padding: 0;*/
    /*}*/

    .contact-list li a {
        /* width: 45px;
        height: 45px; */
        line-height: 35px;
        /* text-align: center;
        border: 0;
        display: block; */
    }

    .contact-list li a i {
        margin-right: 0;
    }

    .contact-list li a span {
        display: none;
    }
}

@media(min-width:576px) and (max-width:767px) {}

@media(min-width:220px) and (max-width:575px) {
    .social-icons {
        margin-top: 0;
    }

    .contact-list li a i {
        display: none;
    }
}