@media (max-width: 480px) {
    .support-icon-right {
        left: 10px;
    }
}
@media (max-width: 770px) {
    .header-top{
        display: none;
    }
}
@media(max-width: 991px){
    .header-sidebar.menu-mobile{
        overflow-y: auto;
        width: 80%;
        bottom: 0;
        top: 0;
        z-index: 1000;
        position: fixed;
        overflow-y: auto;
        overflow-x: hidden;
        height: 100vh;
        background: #000;
    }

    /** Menu Mobile Style */
    .li-mobile{
        width: 100%;
    }
    .li-mobile i{
        width: 35px;
        height: 35px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        right: 0;
        transition: all ease .3s;
        color: white;
    }
    .li-mobile-1.active .nav-icon-1{
        transform: rotate(180deg);
    }
    .link-mobile{
        color: white;
        border-bottom: 1px solid #272727;
        text-transform: uppercase;
        background-color: #000;
        padding: 10px 30px;
    }
    body .menu-mobile .nav-item .nav-link {
        color: white;
    }
    .ul-mobile-2, .ul-mobile-3{
        display: none;
    }
    .li-mobile-2.active .nav-icon-2{
        transform: rotate(180deg);
    }
    a.nav-link.link-mobile.link-mobile-2{
        padding-left: 50px;
    }
    a.nav-link.link-mobile.link-mobile-3{
        padding-left: 70px;
    }
}
@media (max-width: 325px) {
    .fb-footer-content iframe, .maps-footer-content iframe{
        width: 290px !important;
    }
}
@media (max-width: 380px){
    .fb-footer-content iframe, .maps-footer-content iframe{
        width: 345px !important;
    }
}
@media (max-width: 480px){
    .fb-footer-content iframe, .maps-footer-content iframe{
        width: 395px !important;
    }
}