{% set hiddenAdsHeaderRoutes = ['homepage', 'aqarmap_buy_credit', 'aqarmap_credit_packages', 'aqarmap_credit_transaction', 'listing_initialize', 'listing_confirm_featured_credit', 'aqarmap_agents_search', 'aqarmap_agents_search_with_location'] %}
{% set isMobile = isMobileAgent(app.request.headers.get('User-Agent')) %}
{% set showAdsHeader = false %}
{% if app.request.attributes.get('_route') not in hiddenAdsHeaderRoutes %}
{% if (isMobile and isEnabledFeature('web.mobile.search.adsheader')) or (not isMobile and isEnabledFeature('web.search.adsheader')) %}
{% set showAdsHeader = true %}
{% endif %}
{% endif %}
{% if showAdsHeader %}
<div class="header container ads-header margin-header">
<div class="row">
<div class="col-xs-12 col-md-12 ad_container" style="overflow-x: hidden;">
{% if app.environment == 'dev' %}
<div class=" flip">
<img src="http://placehold.it/1456x180/FCFCFC/B6B6B6&text=AD%20BANNER%20(728%20X%20150)" alt="AD BANNER (728X150)" width="728" height="150">
</div>
{% else %}
{% if get_setting('general', 'country') == 'SA' %}
<div id='div-gpt-ad-1611048992201-0' style='width: 1140px; height: 225px;'>
<script type="application/javascript" v-pre defer>
if (typeof googletag !== 'undefined') {
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1611048992201-0'); });
}
</script>
</div>
{% else %}
<div id='div-gpt-ad-1588539416603-0' style='width: 1140px; height: 225px;'>
<script type="application/javascript" v-pre defer>
if (typeof googletag !== 'undefined') {
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1588539416603-0'); });
}
</script>
</div>
{% endif %}
{% endif %}
</div>
</div>
</div>
{% endif %}