Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

meta 2

$meta_query = array(
	'relation' => 'OR',
	array(
		'relation' => 'AND',
		array(
			'key'     => '_ifm_cp_country',
			'value'   => 'India',
			'compare' => '=',
			'type'    => 'CHAR',
		),
		array(
			'key'     => '_ifm_cp_industry',
			'value'   => 'Banking',
			'compare' => '=',
			'type'    => 'CHAR',
		),
	),
);