.nav-link:focus, .nav-link:hover {
    color: #51A8B1;
}
.active {
    color: #51A8B1 !important;
    font-weight: 700 !important;
}

.main-menu > ul > li:hover > a {
    color: #51A8B1;
}

.copyright p {
    color: #718FC8;
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 32px;
}

@media only screen and (max-width: 576px){
        .btn_containter{
            text-align: center;
            height: 0px;
        }

        #filters li {
            float: none !important;
            text-align: left;
        }
    }

@media only screen and (min-width: 577px){
        .btn_containter{
            text-align: center;
            height: 0px;
        }
        .smallOnMobile
        {
            margin-top: 50px;
        }
    }

    .footer-icon
        {
            color:#718FC8; font-size: 25px; padding-right: 15px;
        }
        .color-basku
        {
            color: #718FC8 !important;
        }
        .active{
            color: #51A8B1 !important;
            font-weight: 700 !important;
        }