.home_filter_wrapper #error_message {
    line-height: 22px;
    padding: 6px 25px;
    font-size: 16px;
}

.filter-drop-down .filter_select_wrap:not(:first-child) .filter_select_ul {
    height: 100%;
    min-height: 250px;
}

.filter-drop-down .filter_select_wrap .filter_select_ul {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.fusion-text.prmis-wrap{
    z-index: 2 !important;
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .home_filter_wrapper {
        transform: translateY(-135px) !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .home_filter_wrapper {
        transform: translateY(-135px) !important;
    }
}

@media screen and (max-width: 768px) {
    .home_filter_wrapper #error_message {
        top: unset;
        bottom: -55px;
    }

    .home_filter_wrapper {
        bottom: 9%;
    }
}

@media screen and (max-width: 540px) {
    .home_filter_wrapper #error_message {
        bottom: -67px;
    }

    .home_filter_wrapper {
        bottom: 12%;
    }
}

@media screen and (max-width: 400px) {
    .fusion-text.fltr-cpy-wrap {
        top: 5.5% !important;
    }

    .home_filter_wrapper {
        bottom: 15%;
    }

    .home_filter_wrapper #error_message {
        font-size: 14px;
        line-height: 20px;
    }
}