
   /* Keep autocomplete above ban-text-card and prevent banner overflow clipping */
   .banner-v6 {
      overflow: visible;
   }

   .banner-v6 .row > .col-lg-6:first-child {
      position: relative;
      z-index: 30;
   }

   .banner-v6 .row > .col-lg-5 {
      position: relative;
      z-index: 1;
   }

   .banner-v6 #address-box-kaloop {
      position: relative;
      z-index: 31;
   }

   .banner-v6 #address-box-kaloop .site-btn {
      z-index: 5;
   }

   

   .pac-container {
      z-index: 10000 !important;
   }
