.floating-tools {
    position: fixed;
    right: 20px;
    bottom: 30%;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.iconfix {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fbfcff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    box-shadow: 0px 4px 10px 0px rgba(26, 62, 153, 0.3);
}

.phonenumber {
    padding: 8px 12px;
    border: 1px solid #DDDFE6;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    top: -5px;
    left: -180px;
    display: none;
}

.top-tool {
    display: none;
}