.custom_search_form .select2-container .select2-selection--multiple {
    height: 34px !important;
    border: 1px solid #d1d1d1;
}

.custom_search_form .select2-container .select2-selection--single {
    height: 34px !important;
    border: 1px solid #d1d1d1;
}

.custom_search_form input.form-control {
    height: 34px !important;
}

.custom_search_form .range_to {
    text-align: center;
}

.custom_search_form .col-md-12.btn_submit > input {
    width: 100%;
}

.custom_search_form input[type='search'] {
    border: none !important;
    padding: 4px !important;
    margin: 0 !important;
}

.custom_search_form input[type='text'] {
    border: 1px solid #d1d1d1 !important;
    border-radius: 4px;
}

.custom_search_form .m-0
{
    margin: 0;
}

.custom_search_form .ml-0
{
    margin-left: 0;
}

.custom_search_form .mr-0
{
    margin-right: 0;
}

.custom_search_form .mt-0
{
    margin-top: 0;
}

.custom_search_form .mb-0
{
    margin-bottom: 0;
}

.custom_search_form .p-0
{
    padding: 0;
}

.custom_search_form .pl-0
{
    padding-left: 0;
}

.custom_search_form .pr-0
{
    padding-right: 0;
}

.custom_search_form .pt-0
{
    padding-top: 0;
}

.custom_search_form .pb-0
{
    padding-bottom: 0;
}