/* .chatbot{
    position: fixed;
    bottom: 30px;
    left: 30px;
    background-color: #1F6D77;
    padding: 10px;
    border-radius: 50%;
    height: 65px;
    width: 65px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.chatbot img{
    width: 35px;
} */