How to get categories with posts by custom field value?

try this one..

<div style="display:<?php $meta_city = get_post_meta( get_the_ID(), 'city', true );
            if ($meta_sub_img == '') {
                echo 'none';
            } else {
                echo 'block';
              }
?>;">

<!--- your content --->

</div>