I got solution:
1. Needs to add this into header of the site`
<script>
jQuery( document ).on( ‘elementor/popup/show’ , function () {
autocomplet_set_google_autocomplete();
} );
</script>`
2. Also this css needs to add
.dialog-container .pac-container {
z-index: 10000 !important;
}