:root {
    --button-color: #A7348E;
    --button-hover-color: #8a2975;
}

.logo {
    width: 250px;
    padding: 5px;
}

.header-area .slicknav_btn {
    top: 26px;
}

.slicknav_nav {
    margin-top: 65px;
}

.float-whatsapp-button {
    color: #fff;
    background: #5dca5f;
    padding: 15px;
    font-size: 35px;
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.float-whatsapp-button:hover {
    color: #5dca5f;
    background: #fff;
    border: 1px solid #5dca5f;
}

@media only screen and (max-width: 767px) {
    .float-whatsapp-button {
        right: 15px;
        bottom: 15px;
    }
}

#scrollUp{
    display: none !important;
}