html:lang(en-US) .article_slider .raise-details-inner > div:after {
  left: auto;
  right: 0;
}

html:lang(en-US) .single-fund h1 {
  padding-right: 220px;
}

html:lang(en-US) .single-fund .tabs-title {
  margin-right: 20px;
}

html:lang(en-US) .single-fund .side-con .donat-lnk,
html:lang(en-US) .single-fund .top-fund-form .donat-lnk {
  font-family: "Heebo";
}

/*Hide lang*/
html:lang(he-IL) .icl-en,
html:lang(fr-FR) .icl-en,
html:lang(en-US) .icl-fr,
html:lang(en-US) .icl-he {
  display: none;
}
html:lang(he-IL) .icl-fr {
  margin-left: 0 !important;
}
.article_slider .raise-target,
.post-type-archive-fund .raise-target {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
  .article_slider .raise-details-inner {
    flex-direction: column;
  }
  .article_slider .raise-details-inner > div {
    padding: 7px 0;
    width: 100%;
    border-bottom: 1.5px solid #cacaca;
  }
  .article_slider .raise-details-inner > div:after {
    content: none;
  }
}

.wmg-form {
  position: relative;
}
.wmg-form-loading {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
