.mb-30-px{
    margin-bottom: 30px;
}
.subscribe-area form.newsletter-box {
    flex-wrap: nowrap;
}
.newsletter-box  .input-form{
    height: 100%;
}
/* .newsletter-box  .input-form:first-child{
    width: auto !important;
} */
.category-select{
    border-radius: 0%;
    position: initial;
    overflow: visible;
}
.category-select .nice-select{
    height: fit-content;
    min-height: 60px;
    width: 100%;
    color: #777777;
    font-size: 18px;
    font-weight: 400;
    padding: 9px 33px 9px 32px;
    border: none;
    border-radius: 50px;
}
.category-select .nice-select .list{
    width: 100%;
}
.category-select .nice-select.has-multiple .multiple-options{
    padding-top: 9px;
}
.category-select .nice-select.has-multiple .nice-select-search-box {
    display: none;
}

/* mobile device */
@media (max-width: 767px) {
    .subscribe-area form.newsletter-box {
        flex-direction: column;
        margin-bottom: 30px;
    }
}