@media screen and (min-width: 576px) {
    .business-dv {
        min-height: 300px;
    }
    .btn-owner{
        width:49%;
    }
}

@media screen and (min-width: 768px) {
    .row-ins {
        height: 100%;
    }

    .business-dv {
        min-height: 330px;
    }

    .select-business{
        margin-bottom: 0px;
    }

    .select-ruolo{
        margin-bottom: 0px;
    }

    .img-filtri{
        margin-bottom: 0px;
    }

    .container-business-msg{
        padding-right: 15px!important;
        border-right: 1px solid #c7c7c7;
    }

    .ttl-acsh{
        padding-left: 0px;
        margin-top: 10px;
    }

    .dv-ricerca{
        height: auto;
    }

    .row-container-page{
        min-height: 300px;
    }
    .btn-owner{
        width:99%;
        margin-bottom:10px;
    }
}

@media screen and (min-width: 992px) {
    .card-deck-account {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .breadcrumb{
        margin-top: 25px;
    }

    .input-group-msg .input {
        width: 92%;
    }

    .business-dv {
        min-height: 300px;
    }

    .menu-sidebar{
        width: 0px!important;
    }

    .row-container-page{
        margin-top:63px;
    }

    .dv-filtri{
        margin-bottom: 0px;
    }

    .container-menu-filtri{
        position: fixed;
        z-index: 1;
    }

    .cont-page-business{
        margin-top:200px;
    }

    .row-vetrina{
        position: fixed;
    }

    .navbar{
        display: flex;
    }

    .form-search{
        display: none;
    }

    nav.navbar{
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
    }

    .div-collapse-search{
        top: 0px;
        display: none;
    }

    .col-ricerca{
        top: 73px;
    }
    .cont-page-support{
        margin: auto 0;
    }
}


/* 29072021 */
@media screen and (max-width: 360px) {
    .row .no-gutters .row-msg{
        margin-bottom: 200px;
    }
    .row-container-page {
        margin-top: 150px;
    }
}

@media screen and (max-width: 375px) {
    .row-vetrina{
        position: relative;
    }
    .row .no-gutters .row-msg{
        margin-bottom: 270px;
    }
    .row-container-page {
        margin-top: 80px;
    }
}

@media screen and (min-width: 376px) {
    .row-vetrina{
        position: relative;
    }
    .row-container-page {
        margin-top: 110px;
    }
}

@media screen and (min-width: 992px) {
    .row-vetrina{
        position: relative;
    }
    .row-container-page {
        margin-top: 150px;
    }
}

/* ********* */


@media screen and (min-width: 1200px) {
    .ttl-acsh {
        margin-top: 6px;
    }

    .col-ricerca{
        top: 69px;
    }

    .richiedi-info {
        padding: 120px;
        top: 225px;
    }

    .business-dv{
        min-height: 300px;
    }
    .card-support .card{
        width:50%;
    }
    .btn-owner{
        width:49%;
    }
}

@media screen and (min-width: 1400px) {
    .ico-business {
        width: 22px;
    }

    .input-group-msg .input {
        width: 93%;
    }
}

@media screen and (min-width: 1510px) {
    .col-ricerca {
        top: 152px;
    }
}