.pkd-demo-btns {
    right: 0px;
    top: 250px;
    position: fixed;
    z-index: 99999;
    transition: all .5s;
}
.btn-float {
    padding: 5px 17px 5px 8px;
    background-color: #ffffff;
    color: #0a1410;
    border-radius: 8px 0 0 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #0a1410;
    border-right: 0px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 12px;
    line-height: 20px;
    font-family: Inter, sans-serif;
    text-decoration: none;
}
a.btn-float:hover {
    color: #ffffff;
    background-color: #86a62c;
    border-color: #86a62c;
}
@media only screen and (max-width: 620px) {
    .pkd-label {
        display: none;
    }
}