.appointment:hover, .chat .elementor-button:hover {
    cursor: pointer;
}

/** Hero Google Logo **/
.slogan img {
    max-width: 280px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .slogan img {
        max-width: 200px;
    }
}

@media (max-width: 767px) {
    .slogan img {
        max-width: 175px;
        margin-top: 5px;
    }
}

/** Lightbox **/
.elementor-slideshow__footer {
    display: none!important;
}

/** Sidebar **/
.elementor-widget-sidebar {
    list-style: none!important;
}