body.appeal-template-template-pages .page .slider-three-columns {
  /* opacity: 0;
  visibility: hidden; */
}
body.appeal-template-template-pages .page .policies-ctr .policies-ctr__title {
  max-width: 560px;
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  line-height: 40px;
  text-transform: capitalize;
}
@media (max-width: 992px) {
  body.appeal-template-template-pages .page .policies-ctr .policies-ctr__title {
    max-width: 100%;
  }
}

.appeal-post-hero__donate .project-donate__products .donate-products__group {
  display: block !important;
}

.appeal-post-hero {
  padding: 32px;
  position: relative;
}
@media (max-width: 992px) {
  .appeal-post-hero {
    padding: 0;
  }
}
.appeal-post-hero__body {
  max-height: 788px;
  min-height: 788px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .appeal-post-hero__body {
    max-height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
  }
}
.appeal-post-hero__video {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  border: 1px solid #012527;
  /* position: relative; */
  position: absolute;
  top: 32px;
  left: 32px;
  width: calc(100% - 64px);
  height: calc(100% - 64px);
}
@media (max-width: 992px) {
  .appeal-post-hero__video {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0;
    max-height: 520px;
    min-height: 520px;
    border-top: none;
    border-left: none;
    border-right: none;
  }
}
.appeal-post-hero__video iframe {
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .appeal-post-hero__video iframe {
    border-radius: 0;
  }
}
.appeal-post-hero__overlay {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .appeal-post-hero__overlay {
    border-radius: 0;
    max-height: 520px;
    min-height: 520px;
  }
}
.appeal-post-hero__btn-play {
  width: 48px;
  height: 48px;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  position: absolute;
  bottom: 58px;
  left: 88px;
}
@media (max-width: 1325px) {
  .appeal-post-hero__btn-play {
    bottom: 40px;
    left: 50px;
  }
}
.appeal-post-hero__btn-play svg path {
  transition: all 0.3s ease 0s;
}
.appeal-post-hero__btn-play:hover {
  background-color: #012527;
}
.appeal-post-hero__btn-play:hover svg path {
  fill: #deca3c;
}
@media (max-width: 1024px) {
  .appeal-post-hero__btn-play {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.appeal-post-hero__donate {
  width: 100%;
  margin: 0 0 auto 0;
}

.appeal-donate__container {
  position: relative;
}
@media (max-width: 992px) {
  .appeal-donate__container._container {
    padding: 0;
  }
}
.appeal-donate__wrapper {
  position: absolute;
  top: 57px;
  right: 0;
  /* position: relative; */
  z-index: 20;
  border-radius: 24px;
  background-color: #faf7f5;
  padding: 48px;
  max-width: 458px;
  width: 100%;
  /* margin: 0 0 0 auto; */
}
@media (max-width: 1325px) {
  .appeal-donate__wrapper {
    top: 32px;
    right: 16px;
    margin: 0 0 0 auto;
  }
}
@media (max-width: 992px) {
  .appeal-donate__wrapper {
    border-radius: 0;
    max-width: 100%;
    position: static;
    margin: 0;
    padding: 48px 24px;
  }
}
.appeal-donate__type {
  border-radius: 1000px;
  padding: 6px 8px;
  border: 1px solid #1a8a93;
  background-color: #d4f4ee;
  font-size: 14px;
  line-height: 100%;
  color: #012527;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  height: 28px;
}
.appeal-donate__title {
  margin: 24px 0 0 0;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #012527;
  text-transform: uppercase;
}
.appeal-donate__text {
  margin: 24px 0 0 0;
  font-size: 18px;
  line-height: 32px;
  color: #012527;
  font-weight: 500;
  font-family: "Karla", sans-serif;
}
@media (max-width: 767px) {
  .appeal-donate__text {
    font-size: 16px;
  }
}
.appeal-donate__content {
  margin: 24px 0 0 0;
}
.appeal-donate__label {
  display: flex;
  align-items: center;
}
.appeal-donate__label .label {
  border-radius: 4px;
  padding: 5px 12px;
  background-color: #df240c;
  color: #fff;
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
  text-transform: uppercase;
  height: 28px;
  position: relative;
  z-index: 2;
}
.appeal-donate__label .sublabel {
  border-radius: 0 100px 100px 0;
  padding: 4px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #012527;
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #deca3c;
  background-color: #faf8db;
  position: relative;
  left: -5px;
  height: 28px;
}
.appeal-donate__checkbox {
  margin: 24px 0 0 0;
  display: flex;
  padding: 2px 0 2px 32px;
  background-image: url("/wp-content/themes/islamichelp/assets/images/Checkbox-01.svg");
  background-position: left center;
  background-size: 24px;
  background-repeat: no-repeat;
  position: relative;
  font-size: 18px;
  line-height: normal;
  color: #012527;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
  cursor: pointer;
}
.appeal-donate__checkbox._active {
  background-image: url("/wp-content/themes/islamichelp/assets/images/Checkbox-02.svg");
}
.appeal-donate__checkbox input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.appeal-donate__products .donate-products__group .donate-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.appeal-donate__products .donate-products__group .donate-options .donate-amount {
  padding: 13px 16px;
  font-weight: 800;
  color: #012527;
  border: 1px solid #012527;
  border-radius: 8px;
  background-color: #fff;
  transition: all 0.3s ease 0s;
}
.appeal-donate__products .donate-products__group .donate-options .donate-amount.active {
  color: #fff;
  background-color: #004c51;
}
.appeal-donate__products .donate-products__group .donate-options .donate-amount:hover {
  color: #fff;
  background-color: #004c51;
}
.appeal-donate__products .donate-products__group .donate-options .donate-amount:nth-child(1) {
  grid-column-start: 1;
  grid-row-start: 1;
}
.appeal-donate__products .donate-products__group .donate-options .donate-amount:nth-child(2) {
  grid-column-start: 2;
  grid-row-start: 1;
}
.appeal-donate__products .donate-products__group .donate-options .donate-amount:nth-child(3) {
  grid-column-start: 3;
  grid-row-start: 1;
}
.appeal-donate__products .donate-products__group .donate-options .donate-short {
  grid-column-start: span 3;
  grid-row-start: 2;
  padding: 16px 12px;
  background-color: #f6dcc2;
  border-radius: 8px;
  font-family: "Work Sans", sans-serif;
  color: #012527;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.appeal-donate__products .donate-products__group .donate-options .donate-custom {
  grid-column-start: span 3;
  grid-row-start: 3;
}
.appeal-donate__products .donate-products__group .donate-options .donate-custom .donate-nyp-input {
  border: 1px solid #002527;
  border-radius: 8px;
  padding: 13px 24px;
  background-color: #fff;
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
  color: #5f6d6e;
  width: 100%;
}
.appeal-donate__products .donate-products__group .donate-options .donate-custom .donate-nyp-input::-moz-placeholder {
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
  color: #5f6d6e;
}
.appeal-donate__products .donate-products__group .donate-options .donate-custom .donate-nyp-input::placeholder {
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
  color: #5f6d6e;
}
.appeal-donate__products .donate-products__group .donate-submit {
  margin: 24px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 1000px;
  padding: 14px 24px;
  background-color: #df240c;
  transition: all 0.3s ease 0s;
  font-size: 18px;
  line-height: normal;
  font-weight: 700;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  color: #fff;
}
.appeal-donate__products .donate-products__group .donate-submit:hover {
  background-color: #004c51;
  color: #fff;
}

.donate-appeal-single-country__type-label {
  margin: 0 0 8px 0;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  color: #012527;
  border: 1px solid #012527;
  background-color: #fff;
  border-radius: 8px;
  padding: 8px 16px;
  height: 48px;
  display: flex;
  align-items: center;
}
.donate-appeal-single-country .donate-appeal-single__variations._onetime {
  margin-top: 24px;
}
.donate-appeal-single-country__country-wrap {
  margin: 12px 0 0 0;
  overflow: visible;
  position: relative;
}
.donate-appeal-single-country__country-wrap .quick-donate__select {
  position: relative;
}

.dasc-country-select {
  width: 100%;
  max-width: 100% !important;
  margin: 0 0 8px 0;
}

.dasc-country-current {
  font-size: 16px;
}

.dasc-country-dropdown {
  width: calc(100% + 2px) !important;
  margin-left: -1px;
}/*# sourceMappingURL=style.css.map */