service category taxonomy
search services by categories
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'service_category', 'terms' => 'shampoo', 'field' => 'slug', 'operator' => 'IN', ), );
search services by categories
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'service_category', 'terms' => 'shampoo', 'field' => 'slug', 'operator' => 'IN', ), );