
.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
        justify-content: center;
    align-items: center;
    display: flex;
}
.whatsapp-icon {
     color: #fff;
}
.whatsapp:hover {
    background-color: #23b459;
} 
.whatsapp:hover .whatsapp-icon{
   color: #fff;
} 

.langBox {
    display: flex;
    border-right: 1px solid white;
    padding-right: 15px;
    margin-right: 20px;
    align-items: center;
    justify-content: center;
}
.langBox span{
    color: white;
}
.langBox a.nav-link {
    color: white;
    opacity:0.5;
    padding: 5px 10px !important;
}
.langBox a.nav-link.activeItem {
    color: white;
    opacity: 1;
    padding: 5px 10px !important;
}

@media (max-width: 1200px) {
    .rrssBox .langBox a.nav-link, .rrssBox .langBox a.nav-link.activeItem, .rrssBox p a, .rrssBox i, .rrssBox .langBox span {
    color: #fff !important;
    font-size: 13px;
    }
    .rrssBox .langBox {
            border-right: 1px solid #747070;
    }
     .topbar p {
        flex-wrap: wrap;
    }
    .topbar {
    background-color: #222831;
}
    .bannerResponsive {
        background-image: none;
        }
}






