<div class="row">
<div class="col-lg-1 col-md-1 col-2 call-icon">
<?php if(get_theme_mod('cyber_security_services_pro_contact_phone_icon')!='') ?>
<i class="<?php echo esc\_html(get\_theme\_mod('cyber\_security\_services\_pro\_contact\_phone\_icon')); ?> my-4 contactpage-phone-icon"></i>
<?php ?>
</div>
<div class="col-lg-10 col-md-10 col-10 call0 pl-0">
<?php if(get_theme_mod('cyber_security_services_pro_contact_call1')!=''|| get_theme_mod('cyber_security_services_pro_contact_call2')!='') ?>
<h6 class="pt-3">
<?php echo esc_html(get_theme_mod('cyber_security_services_pro_contact_call1')); ?><br>
<?php echo esc_html(get_theme_mod('cyber_security_services_pro_contact_call2')); ?>
</h6>
<?php ?>
</div>
</div>
<?php if(get_theme_mod('cyber_security_services_pro_contact_email')!=''){ ?>
<h6 class="pt-3">
<?php if(get_theme_mod('cyber_security_services_pro_contact_email_icon')!='') ?>
<i class="<?php echo esc\_html(get\_theme\_mod('cyber\_security\_services\_pro\_contact\_email\_icon')); ?> mr-2 contactpage-email-icon"></i>
<?php ?>
<span><?php echo esc_html(get_theme_mod('cyber_security_services_pro_contact_email')); ?></span>