.rtk-header-top-bar-col a.elementor-item{
  padding: 0 !important;
}
.rtk-header-top-bar-col .elementor-column-wrap{
  align-items: center !important;
}
div.elementor-location-header{
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
}
.rtk-top-bar-sec::after {
  content: "";
  height: 1px;
  width: calc(100% - 20px);
  max-width: 1380px;
  background-image: linear-gradient(90deg, #98A59A 0%, #3B4D4A 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}