.fixed-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 0;
    z-index: 1000;
}

.fixed-buttons a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: white;
    width: calc(100% / 3);
    height: 62px;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
    margin: 0;
    justify-content: center;
}

.fixed-buttons a:first-child {
    border-left: none;
}

.fixed-buttons a span {
    white-space: nowrap;
}

.fixed-buttons a i {
    font-size: 24px;
    margin-bottom: 5px;
}

.cblue {
    background-color: #0093F7;
}

.cgreen {
    background-color: #25D366;
}

.center-btn {
    background-color: #FF5733;
}

@media screen and (min-width: 768px) {
    .fixed-buttons {
        display: none !important;
    }
}

@media screen and (width < 768px) {
    #FloatSocials2, #MobBtns, .joinchat {
        display: none !important;
    }
}
