body {
    font-family: "Quicksand";
}

.custom-thumb-info-style-1 .thumb-info-wrapper {
    border: 1px solid transparent !important;
}

.thumb-info.thumb-info-no-borders img {
    height: 160px;
    object-fit: cover;
}

#footer {
    background: #efefef;
}

#footer a:not(.btn):not(.no-footer-css):hover {
    text-decoration: none;
    color: var(--secondary);
}

.whatsapp-support {
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 65px;
    bottom: 75px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-support:hover {
    color: #fff;
}

.whatsapp-img {
    width: 35px;
    height: 35px;
}

.whatsapp-support-text {
    display: none;
}
@media (min-width: 992px) and (min-width: 1200px) {
    #header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a, #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a {
        padding: 0 1.2rem;
    }
}

@media (max-width: 991px) {

    .whatsapp-support {
        width: 45px;
        border-radius: 0;
        bottom: 120px;
        height: 45px;
        line-height: 45px;
        padding: 5px 0;
        font-size: 20px;
        right: 1rem;
    }

    .whatsapp-support-text {
        display: inline-block;
    }
}