.btn-default{
    outline: 0;
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08) !important;
}
.set-menu-moblie{
    position: absolute;
    height: 70px;
}
.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 18px 1px rgba(49, 53, 72, .3);
    display: flex;
    height: 60px;
    z-index: 10;
}
.bottom-nav a {
    width: 20%;
    text-align: center;
    text-decoration: none;
    color: #666;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.bottom-nav a i {
    font-size: 18px;
    margin-bottom: 3px;
}

.bottom-nav .middle {
    position: relative;
}

.bottom-nav .fab-button {
    position: absolute;
    top: -17px;
    left: 20%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: linear-gradient(to right, #F23E33 0%, 30%, #FBB73C 100%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    z-index: 20;
}
.bottom-nav .fab-button i {
    font-size: 24px;
}
.bottom-nav .fab-label {
    margin-top: 35px;
    font-size: 12px;
}
.pulse-effect {
    animation: pulse 0.75s infinite;
}
@keyframes pulse {
    0% {
        transform: translateX(-50%) scale(1);
        box-shadow: 0 0 0 0 rgba(242, 62, 51, 0.5);
    }
    70% {
        transform: translateX(-50%) scale(1.3);
        box-shadow: 0 0 0 15px rgba(242, 62, 51, 0);
    }
    100% {
        transform: translateX(-50%) scale(1);
        box-shadow: 0 0 0 0 rgba(242, 62, 51, 0);
    }
}
.bottom-nav .active {
    color: #F23E33;
    font-weight: bold;
}
.indicator {
    height: 3px;
    background: #F23E33;
    width: 60%;
    margin-top: 2px;
    border-radius: 2px;
}
#chaty-widget-0 .chaty-widget {
    bottom: 72px !important;
}
@media screen and (max-width: 576px) {
    .footer{
        margin-bottom: 60px !important;
    }
}