.iconbits a {
  text-decoration: none;
}

.popup-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 6;
}

.services_pop_up {
  position: absolute;
  z-index: 9999;
  left: 50%;
  top: 50%;
  width: fit-content;
  min-height: 200px;
  background: #fff;
  border-radius: 15px;
  transform: translate(-50%, -50%);
  padding: 30px;
  max-width: 50%;
}
@media screen and (max-width: 900px) {
  .services_pop_up {
    min-width: 90%;
  }
}

.services_pop_up .services_pop_up_inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.services_pop_up .services_pop_up_inner p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.close-pop-up {
  position: absolute;
  right: 15px;
  top: 0px;
  cursor: pointer;
  padding: 10px;
}
.airedelem svg {
  display: none;
}
h3.airedelem {
  position: relative;
}
h3.airedelem:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -30px;
  background-image: url(/wp-content/themes/yellowball-child/images/norsign_quote_marks.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 50px;
  opacity: 0.06;
  filter: brightness(0.1);
}

.iconbitwrap {
  margin: 0 !important;
}
