@media(max-width: 767px) {
    #resource-tags-container, #category-dropdown {
        width: 100% !important;
    }
    .screen-block.search-script-two {
        max-width: 100% !important;
    }
    .screen .screen-block {
        background: rgba(242, 242, 242, 0.2) !important;
        border: 1px solid rgba(213, 217, 217, 0.2) !important;
    }
    .screen .screen-block a {
        background: transparent;
    }
}
.select2-dropdown:nth-child(1).select2-dropdown--below {
    margin-left: 10px;
}
.select2-results__option--selectable {
    color: #00776A;
    border-bottom: 1px solid #80808033;
    padding: 10px 15px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #00776A;
}
.select2-dropdown:nth-child(1).select2-dropdown--below {width:  !important}
.select2-container--default .select2-search--dropdown .select2-search__field, .select2-search--dropdown, .select2-container--open .select2-dropdown--below {
    border-radius: 4px;
    border-color: #D5D9D9
}
.select2-search--dropdown {
    padding: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 18px;
    text-transform: capitalize;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}
#select2-category-dropdown-container {
    padding-left: 20px;
}
.screen-block.search-script-two {
    display: flex;
    max-width: 340px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #fff;

}
.select2-selection.select2-selection--single {
    height: 47px !important;
    align-items: center;
    display: flex;
}
.select2-selection__placeholder {
    font-size: 26px;
}
.select2-selection.select2-selection--single {
    background: transparent;
    border: none;
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 40px;
}
.select2-selection__arrow {
    display: none;
}
#resource-tags-container, #category-dropdown {
    height: 47px;
    font-family: "Open Sans";
    font-size: 26px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4px 17.5px;
    width: 256px;
}
#resource-tags-dropdown {
    max-width: 78%;
    background: transparent;
    color: #fff;
}