@media screen and (max-width: 992px) {

    .top-header-info:first-of-type{
        display: none;
    }
}

@media screen and (max-width: 816px) {

    .navbar-brand-corg{
        box-shadow: none;
        height: 53px;
        min-width: 123px;
    }

    .navbar-brand-corg img {
        max-width: 225px;
        max-height: 55px;
    }
}


@media screen and (max-width: 769px) {

}

@media all and (max-width: 641px) {
    #top-bar .textwidget{
        text-align: center;
    }

    .top-header-info:nth-child(2){
        display: none;
    }

    .breadcrumb-wrap{
        height: 400px;
    }

}

@media screen and (max-width: 481px) {

    .top-header-info{
        display: none;
    }

    .breadcrumb-wrap{
        height: 360px;
    }

    .breadcrumb-wrap h2{
        font-size: 32px;
        line-height: 37px;
    }

    .back-to-home{
        font-size: 16px;
    }
}