.float-wp {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 1000;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px #0003;
    cursor: pointer;
    transition: transform .3s ease
}

.float-wp svg {
    width: 35px;
    height: 35px
}

.w-50px {
    width: 50px !important;
}

.h-50px {
    height: 50px !important;
}

.tooltip {
    font-size: 13px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse .nav-link {
        padding: 34px 20px;
    }
}