.search_form {
    padding: 5px 10px 10px 0;
}

.search_form_section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 10px;
    border-radius: 10px;

}

.customSearchSelect {
    padding: 5px 8px !important;
    font-size: 14px;
    color: #000;


}

.customSearchSelect::after {


    top: 1px !important;

}

.customBtn {
    padding: 0 17px;
    margin: 0;
}

@media(max-width: 991px) {
    .search_form_section {
        flex-direction: column;
        row-gap: 10px;
    }

    .customBtn {
        width: 100%;

    }
}

.customLoader {
    text-align: center;
}

.search_head {
    margin: 0 0 2px 0;
    font-size: 14px;
    font-weight: 400;
}