.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
	display: none;
}






/* Default (Desktop / Laptop) */
.joinchat {
    bottom: 18px !important;
		right: 30px !important;
    z-index: 9999 !important;
}

.joinchat__button {
    width: 55px !important;
    height: 55px !important;
}

/* Tablet (up to 1024px) */
@media (max-width: 1024px) {
    .joinchat {
        bottom: 18px !important;
        right: 18px !important;
    }
    .joinchat__button {
        width: 60px !important;
        height: 60px !important;
    }
}

/* Mobile (up to 767px) */
@media (max-width: 767px) {
    .joinchat {
        bottom: 18px !important;
        right: 18px !important;
    }
    .joinchat__button {
        width: 45px !important;
        height: 45px !important;
    }
}
