File: /var/www/indoadvisory/wp/wp-content/plugins/divi-essential-/assets/js/dnxte.hotspotPosition.js
jQuery(document).ready(function(){$(".dnxte-hostpot-hotspots__wrapper").each(function(){var t=$(this).parent().parent().hasClass("tooltip-bottom");let o="."+$(this).parent().parent().parent().parent().parent().parent().attr("class").split(" ").join(".");t&&$(o+` .dnxte-hostpot-hotspots__wrapper, ${o} .dnxte-hostpot-tooltip-text`).hover(()=>{$(o+" .dnxte-hostpot-tooltip-text").addClass("tooltip-hover-bottom")},()=>{$(o+" .dnxte-hostpot-tooltip-text").removeClass("tooltip-hover-bottom")})})});