*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: 0;
}

img.desktop {
  display: block !important;
}

img.mobile {
  display: none !important;
}

.def_btn,
.main_button {
  width: 100%;
  height: 35px;
  display: block;
  color: #fff;
  font-family: "montserrat";
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background: #1F3C88;
  border-radius: 10px;
  line-height: 35px;
  text-decoration: none;
  border: none;
}
.def_btn.donate_btn span,
.main_button.donate_btn span {
  background: url("../images/icon_donate.svg") no-repeat left center/26px;
  padding-left: 30px;
  display: inline-block;
}
.def_btn.zakat_harta_btn,
.main_button.zakat_harta_btn {
  font-size: 10.5px;
}
.def_btn.zakat_harta_btn span,
.main_button.zakat_harta_btn span {
  background: url("../images/icon_zakat_harta.svg") no-repeat left center/18px;
  padding-left: 22px;
  display: inline-block;
}
.def_btn.zakat_fitrah_btn,
.main_button.zakat_fitrah_btn {
  font-size: 10.5px;
}
.def_btn.zakat_fitrah_btn span,
.main_button.zakat_fitrah_btn span {
  background: url("../images/icon_zakat_fitrah.svg") no-repeat left center/18px;
  padding-left: 22px;
  display: inline-block;
}
.def_btn.fidyah_btn,
.main_button.fidyah_btn {
  font-size: 10.5px;
}
.def_btn.fidyah_btn span,
.main_button.fidyah_btn span {
  background: url("../images/icon_fidyah.svg") no-repeat left center/18px;
  padding-left: 22px;
  display: inline-block;
}
.def_btn.credit_card_btn,
.main_button.credit_card_btn {
  height: 57px;
  line-height: 57px;
}
.def_btn.credit_card_btn span,
.main_button.credit_card_btn span {
  background: url("../images/icon_card.png") no-repeat left center/31px;
  padding-left: 37px;
  display: inline-block;
}
.def_btn.qr_btn,
.main_button.qr_btn {
  height: 57px;
  line-height: 57px;
}
.def_btn.qr_btn span,
.main_button.qr_btn span {
  background: url("../images/icon_qr.png") no-repeat left center/31px;
  padding-left: 37px;
  display: inline-block;
}
.def_btn.paynow_btn,
.main_button.paynow_btn {
  height: 57px;
  line-height: 57px;
}
.def_btn.paynow_btn span,
.main_button.paynow_btn span {
  background: url("../images/icon_hand_heart.png") no-repeat left center/31px;
  padding-left: 37px;
  display: inline-block;
}
.def_btn.cancel_btn,
.main_button.cancel_btn {
  height: 57px;
  line-height: 57px;
  background: #132452;
  position: relative;
}
.def_btn.download_btn,
.main_button.download_btn {
  font-size: 10.5px;
  width: 210px;
  height: 38px;
  line-height: 38px;
}
.def_btn.download_btn span,
.main_button.download_btn span {
  background: url("../images/icon_download.png") no-repeat left center/18px;
  padding-left: 22px;
  display: inline-block;
}
.def_btn.qr_code_btn,
.main_button.qr_code_btn {
  font-size: 10.5px;
  width: 210px;
  height: 38px;
  line-height: 38px;
}
.def_btn.qr_code_btn span,
.main_button.qr_code_btn span {
  background: url("../images/icon_qr_code.png") no-repeat left center/18px;
  padding-left: 22px;
  display: inline-block;
}
.def_btn.back_btn,
.main_button.back_btn {
  width: 358px;
  height: 57px;
  line-height: 57px;
}
.def_btn.back_btn span,
.main_button.back_btn span {
  background: url("../images/icon_home.png") no-repeat left center/31px;
  padding-left: 37px;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair";
  font-weight: 700;
  color: #1F3C88;
}

h1 {
  font-size: 80px;
}

h2 {
  font-size: 64px;
}

h3 {
  font-size: 48px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #1F3C88;
}

body {
  font-family: "Montserrat";
}

input {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: normal;
  background: none;
  border: none;
  color: #151515;
  font-size: 14px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 0;
}

header {
  width: 100%;
  height: 100px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
header #logo {
  width: 340px;
  height: 70px;
  display: block;
  margin: 0 auto;
  background: url("../images/logo.png") no-repeat center/contain;
  text-indent: -9999px;
}
header.darul_ihsan #logo {
  width: 245px;
  height: 40px;
  background: url("../images/logo.png") no-repeat center/contain;
}
header.darul_ihsan_kidney_care #logo {
  width: 348px;
  height: 55px;
  background: url("../images/logo.png") no-repeat center/contain;
}

section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section_donate_tab {
  width: 100%;
  max-width: 420px;
  padding: 10px 20px;
  border-radius: 20px;
  background: #F6F6F6;
  box-shadow: 3px 4px 8.8px rgba(0, 0, 0, 0.24);
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  margin-top: 23px;
}
.section_donate_tab .donate_menu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.section_donate_tab .donate_menu .dm_box {
  width: calc((100% - 20px) / 3);
  margin-right: 10px;
  border-radius: 10px;
  border: 1.5px solid #1F3C88;
  height: 95px;
  position: relative;
  text-indent: -9999px;
}
.section_donate_tab .donate_menu .dm_box:nth-child(3n) {
  margin-right: 0;
}
.section_donate_tab .donate_menu .dm_box a {
  width: 100%;
  height: 100%;
  display: block;
}
.section_donate_tab .donate_menu .dm_box.active {
  background: #1F3C88;
}
.section_donate_tab .donate_menu .dm_box.active .mtfa_btn {
  background: url("../images/icon_1.png") no-repeat center/60px;
  filter: brightness(0) invert(1);
}
.section_donate_tab .donate_menu .dm_box.active .darul_ihsan_btn {
  background: url("../images/icon_2.png") no-repeat center/56px;
  filter: brightness(0) invert(1);
}
.section_donate_tab .donate_menu .dm_box.active .darul_ihsan_kidney_care_btn {
  background: url("../images/icon_3.png") no-repeat center/56px;
  filter: brightness(0) invert(1);
}
.section_donate_tab .donate_menu .dm_box .mtfa_btn {
  background: url("../images/icon_1.png") no-repeat center/60px;
}
.section_donate_tab .donate_menu .dm_box .darul_ihsan_btn {
  background: url("../images/icon_2.png") no-repeat center/56px;
}
.section_donate_tab .donate_menu .dm_box .darul_ihsan_kidney_care_btn {
  background: url("../images/icon_3.png") no-repeat center/56px;
}
.section_donate_tab .radio_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.section_donate_tab .radio_flex .radio_box {
  margin: 0 10px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
.section_donate_tab .radio_flex .radio_box input[type=radio] {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
}
.section_donate_tab .radio_flex .radio_box input[type=radio]:checked + span::before {
  border-color: #1F3C88;
}
.section_donate_tab .radio_flex .radio_box input[type=radio]:checked + span::after {
  display: block;
}
.section_donate_tab .radio_flex .radio_box input[type=radio] + span {
  padding-left: 18px;
}
.section_donate_tab .radio_flex .radio_box input[type=radio] + span:before {
  content: "";
  width: 13px;
  height: 13px;
  display: block;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.section_donate_tab .radio_flex .radio_box input[type=radio] + span::after {
  content: "";
  display: none;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  background: #1F3C88;
}
.section_donate_tab .or_text {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  display: block;
  color: #151515;
  margin: 10px 0 0;
}
.section_donate_tab .input_donate {
  width: 100%;
  max-width: 165px;
  display: block;
  margin: 0 auto 15px;
  position: relative;
  border-bottom: 1px solid #1F3C88;
}
.section_donate_tab .input_donate input {
  width: 100%;
  height: 25px;
  text-align: center;
  padding-left: 30px;
  display: block;
}
.section_donate_tab .input_donate span {
  display: block;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  position: absolute;
  color: #1F3C88;
  font-size: 14px;
  font-weight: normal;
}
.section_donate_tab .button_wrapper.mtfa_btn .others_button {
  display: flex;
}
.section_donate_tab .button_wrapper.darul_ihsan_btn .main_button {
  height: 75px;
  line-height: 75px;
}
.section_donate_tab .button_wrapper.darul_ihsan_btn .others_button {
  display: none;
}
.section_donate_tab .button_wrapper.darul_ihsan_kidney_care_btn .main_button {
  height: 75px;
  line-height: 75px;
}
.section_donate_tab .button_wrapper.darul_ihsan_kidney_care_btn .others_button {
  display: none;
}
.section_donate_tab .button_wrapper .others_button {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
}
.section_donate_tab .button_wrapper .others_button .main_button {
  width: calc((100% - 5px) / 2);
  margin-right: 5px;
}
.section_donate_tab .button_wrapper .others_button .main_button:last-child {
  margin-right: 0;
}

footer {
  background: #EAF4FF;
  padding: 40px 0;
}
footer .container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
footer .footer_box {
  width: 25%;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 500;
}
footer img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
footer p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
footer ul li {
  margin-bottom: 20px;
}
footer ul li a {
  text-decoration: none;
}
footer a {
  color: #151515;
  display: block;
  margin-bottom: 20px;
}
footer a:last-child {
  margin-bottom: 0;
}
footer h5 {
  font-family: "montserrat";
  font-size: 20px;
  color: #151515;
  margin-bottom: 40px;
}
footer .socmed_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
footer .socmed_box a {
  display: block;
  margin-right: 10px;
}
footer .socmed_box img {
  width: 24px;
  display: block;
}

.popup_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: none;
}
.popup_wrapper .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.popup_wrapper .popup_box {
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 380px;
  border-radius: 15px;
  background: #fff;
  transform: translate(-50%, -50%);
}
.popup_wrapper .popup_box span.title {
  color: #1F3C88;
  font-weight: 700;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
.popup_wrapper .popup_box ol {
  list-style: decimal;
  padding-left: 20px;
}
.popup_wrapper .popup_box ol li {
  font-size: 14px;
  font-weight: 600;
}
.popup_wrapper .popup_box .close_btn {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url("../images/icon_close.png") no-repeat center/contain;
  text-indent: -9999px;
  cursor: pointer;
}

@media only screen and (max-width: 1119px) {
  h2 {
    font-size: 48px;
  }
  h3 {
    font-size: 36px;
  }
  .section_donate_tab {
    margin-top: 15px;
    right: 70px;
  }
  footer .container {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 959px) {
  h3 {
    font-size: 28px;
  }
  header {
    height: 80px;
  }
  header .container {
    height: 80px;
  }
  header #logo {
    width: 280px;
    height: 54px;
  }
  .section_donate_tab {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    margin: -40px auto 0;
  }
  footer .footer_box {
    padding-right: 20px;
    font-size: 15px;
  }
  footer .socmed_box a {
    margin-right: 5px;
  }
  footer p {
    font-size: 15px;
  }
  footer h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 743px) {
  img.desktop {
    display: none !important;
  }
  img.mobile {
    display: block !important;
  }
  header {
    height: 60px;
  }
  header .container {
    height: 60px;
  }
  header #logo {
    width: 210px;
    height: 40px;
  }
  header.darul_ihsan_kidney_care #logo {
    width: 280px;
    height: 45px;
  }
  .section_donate_tab {
    margin: 0 auto;
  }
  footer .container {
    padding: 0 20px;
    display: block;
  }
  footer .footer_box {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  footer .footer_box:last-child {
    text-align: center;
  }
  footer img {
    max-width: 300px;
    margin: 0 0 20px;
  }
  footer .socmed_box {
    justify-content: center;
    margin-top: 20px;
  }
  footer .socmed_box img {
    margin-bottom: 0;
  }
  footer h5 {
    margin-bottom: 15px;
  }
}/*# sourceMappingURL=main.css.map */