.float-button3 svg {
    position: absolute;
    left: 10px;
    top: 11px;
    width: 25px;
    height: 24px;
}
.float-button2 svg path {
    fill:#fff;
}
.float-button3 {
    cursor:pointer;
    width:50px;
    height:50px;
    border-radius:50%;
    background: linear-gradient(to bottom, #0c6f32, #16c75a);
    text-align:center;
    position: fixed;
    bottom: 9.7rem;
    left: 1.8rem;
    border:2.5px solid #fff;
    box-shadow: 1px 1px 10px 1px #333;
    z-index: 999;
}



.float-button2 svg {
    position: absolute;
    left: 10px;
    top: 11px;
    width: 25px;
    height: 24px;
}
.float-button2 svg path {
    fill:#fff;
}
.float-button2 {
    cursor:pointer;
    width:50px;
    height:50px;
    border-radius:50%;
    background: linear-gradient(to bottom, #917743, #b5a587);
    text-align:center;
    position: fixed;
    bottom: 5.7rem;
    left: 1.8rem;
    border:2.5px solid #fff;
    box-shadow: 1px 1px 10px 1px #333;
    z-index: 999;
}

.float-button svg {
    position: absolute;
    left: 10px;
    top: 11px;
    width: 25px;
    height: 24px;
}
.float-button svg path {
    fill:#fff;
}
.float-button {
    cursor:pointer;
    width:50px;
    height:50px;
    border-radius:50%;
    background: linear-gradient(to bottom, #57CE62, #1FA032);
    text-align:center;
    position: fixed;
    bottom: 1.7rem;
    left: 1.8rem;
    border:2.5px solid #fff;
    box-shadow: 1px 1px 10px 1px #333;
    z-index: 999;
}

.float-whatsapp {
    cursor:pointer;
    width:50px;
    height:50px;
    border-radius:50%;
    background: linear-gradient(to bottom, #57CE62, #1FA032);
    text-align:center;
    position: fixed;
    bottom: 1.7rem;
    left: 1.8rem;
    border:2.5px solid #fff;
    box-shadow: 1px 1px 10px 1px #333;
}

.float-whatsapp i {
    color:#fff;
    z-index:99;
    line-height:50px;
    font-size:150%;
}

.chat-icon{
    bottom: 80px;
    background: #262626;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    width: 110px;
    color: white;
    height: 35px;
    padding: 5px;
    text-align: center;
    animation: pulse 2s infinite;
}