.single-ads .whatsapp_chat {
	display: none;
}

.whatsapp_chat figcaption {
    width: 6vw;
    text-align: center;
    border-radius: 6px;
    padding: 0.5vw 0;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: -7vw;
    transition: opacity 0.3s;
    display: none;
}

.whatsapp_chat figcaption:after {
    content: "";
    position: absolute;
    bottom: 50%;
    left: -5px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent;
}

.whatsapp_chat a:hover + figcaption {
    display: block;
}

.desktop_quick_links {
    position: fixed !important;
    top: 10vw;
    left: 0;
    width: 4.5vw;
}

.desktop_quick_links .elementor-widget:not(:last-child) {
    margin-bottom: 10px !important;
}

.desktop_quick_links a.active,
.mobile_quick_links a.active {
    color: #FFFFFF !important;
    background-color: #15182A !important;
    border-color: #15182A !important;
}