Tag Query
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'post_tag', 'terms' => 'physiotherapy', 'field' => 'slug', ), );
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'post_tag', 'terms' => 'physiotherapy', 'field' => 'slug', ), );