.bot_div {
    position: fixed;
    z-index: 99;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    bottom: 70px;
    right: 20px;
    cursor: pointer;
    background: #dab8b8;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bot_div:hover {
    transform: scale(1.15);
}

.bot_div .enquire_bot {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.bot_div .bot_icon {
    font-size: 30px;
}