XylotrechusZ
<?php if ( !empty( dustrial_get_option( 'header_phone' ) ) ) { ?>
<div class="h1-single-top-block text-center">
<?php if( !empty( dustrial_get_option( 'phone_icon' ) ) ) { ?>
<i class="<?php echo esc_attr( dustrial_get_option( 'phone_icon' ) ); ?>" aria-hidden="true"></i>
<?php } ?>
<?php if( !empty( dustrial_get_option( 'header_phone_title' ) ) ) { ?>
<strong><?php echo esc_html( dustrial_get_option( 'header_phone_title' ) ); ?></strong>
<?php } ?>
<a href="tel:<?php echo esc_attr( str_replace(" ","",( dustrial_get_option( 'header_phone' ) )) ); ?>" target="_top"><?php echo esc_html( dustrial_get_option( 'header_phone' ) ); ?> </a>
</div>
<?php } ?>