.footer-bottom{
    background: white;
}

.mobile-bottom-nav {
    display: none;
}


/* .safari-visible{
    display: flex;
    } */
    
    

@media (max-width: 805px) {
    .mobile-bottom-nav {
        display: flex;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        height: 60px;
        background: #fff;
        border-top: 1px solid #eee;
        z-index: 10000;
        justify-content: space-around;
        align-items: center;
        box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.07);
    }

    .mobile-bottom-nav a {
        flex: 1;
        text-align: center;
        color: #222;
        text-decoration: none;
        font-size: 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        transition: color 0.2s;
    }

    .mobile-bottom-nav a.active,
    .mobile-bottom-nav a:active,
    .mobile-bottom-nav a:focus {
        color: green;
    }

    .mobile-bottom-nav svg {
        margin-bottom: 2px;
        font-size: 22px;
        width: 22px;
        height: 22px;
    }
    .safari-hide{
        display: none;
        }
}

 /* .mobile-bottom-nav {
    display: flex !important;
  } */
@media only screen and (max-width: 800px) {
  

}




.safari-hide{
    display: none;
    }

