@media screen and (max-width: 768px) {
    .filter-wrapper .form-control {
        margin-bottom: 10px !important;
    }

    .filter-wrapper .form-control:last-child {
        margin-bottom: 0 !important;
    }

    .filter-wrapper button.form-control {
        width: 100% !important
    }

    .box-item {
        width: 33.33%;
    }

    .subscription-content>* {
        width: 50%;
    }
        .customer_form_section.fixed {
            overflow: hidden !important;
            margin-bottom: 20px;
            position: relative !important;
            max-height: 100% !important;
        }
    
        .filter-address {
            width: 100% !important;
}
.global-banner-wrapper {
    min-height: 75px !important;
}

.hero-b-content-wrap {
    height: 35px;
}

.hero-banner-wrapper {
    min-height: 600px !important;
}

.event-banner-wrapper,
.magazin-banner-wrapper,
.advisor-banner-wrapper {
    min-height: 128px !important;
}
}

@media screen and (max-width: 767px) {
    .filter-section-home>div {
        padding: 20px 0 !important;
    }

    .subscription-content>* {
        width: 100% !important;
    }
    .magazin-post-image img{
        max-width: 100% !important;
        width: 100% !important;
    }
    .magazin-post-image .note-video-clip{
        max-width: 100% !important;
    }
    .filter-section-home .star-icon, .star-icon{
        text-align: left;
        margin-top: 10px;
    }
    .copy-right-text{
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 576px) {
    .box-item {
        width: 50%;
    }
        #rating-filter {
            width: 100% !important;
            float: right;
            margin: 0 0 10px 0;
        }
    .footer-res-style {
        text-align: center !important;
    }

    .footer-custom-wrapper {
        padding-top: 50px !important
    }

    .copy-right-text {
        text-align: center !important;
    }
}
