:root {
  --white: white;
  --heading-color: #8c5e00;
  --primary-background: #0e233f;
  --text-secondary: #495057;
  --border-secondary: #e2e8f0;
  --success-secondary: #2f6f73;
  --accent-primary: #0e233ff5;
  --border-tertiary-color: #f1f3f5;
  --bg-tertiary: #f1f3f5;
  --success-tertiary: #1c4345;
  --border-tertiary: #e9ecef;
  --black: #000;
  --success-parimary: #eaf1f1;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--white);
  color: #212529;
  font-family: Josefin Sans, sans-serif;
  font-size: 18px;
  line-height: 1.55556;
}

h1 {
  color: var(--heading-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--heading-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.20833;
}

h3 {
  color: var(--heading-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1875;
}

h4 {
  color: var(--heading-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.28571;
}

p {
  margin-bottom: 0;
}

a {
  color: #212529;
  text-decoration: none;
}

.heic-page-wrapper {
  overflow: hidden;
}

.heic-nav {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heic-header {
  background-color: var(--primary-background);
}

.heic-nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heic-nav-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heic-donate-btn {
  color: var(--white);
  background-image: linear-gradient(#c1a875, #aa915e);
  justify-content: center;
  align-items: center;
  min-width: 140px;
  height: 48px;
  margin-top: 20px;
  padding: 10px 16px;
  font-weight: 500;
  transition: border-radius .3s;
  display: flex;
}

.heic-donate-btn:hover {
  border-radius: 6px;
}

.heic-footer-logo-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heic-menu-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.heic-menu-link {
  color: var(--white);
  font-size: 16px;
  position: relative;
}

.heic-menu-link.active {
  font-weight: 500;
}

.heic-nav-underline {
  background-image: linear-gradient(#c1a875, #aa915e);
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
}

.heic-nav-underline.active {
  display: block;
}

.heic-nav-calender-widget {
  background-color: var(--white);
  padding: 10px;
  position: relative;
}

.heic-calender-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.heic-calender-text-wrap {
  margin-bottom: 6px;
}

.heic-calender-text {
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.42857;
}

.heic-calneder {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.heic-calender-divider {
  background-color: var(--border-secondary);
  width: 1px;
}

.heic-calender-prayer-list {
  color: var(--text-secondary);
  text-align: center;
  flex-flow: column;
  padding: 4px 8px;
  font-size: 14px;
  display: flex;
}

.heic-calender-prayer-list.current {
  background-color: var(--success-secondary);
  color: var(--white);
}

.heic-calender-prayer-list.friday {
  color: var(--white);
  background-color: #8c5e00;
}

.heic-calender-prayer-list.special {
  background-color: var(--heading-color);
  color: var(--white);
}

.heic-prayer-list-title {
  color: var(--accent-primary);
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
}

.heic-prayer-list-title.current {
  color: var(--white);
}

.heic-prayer-details-list {
  line-height: 1.42857;
}

.heic-prayer-details-list.full {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heic-prayer-time-lists {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.heic-calender-label {
  color: var(--text-secondary);
  text-align: center;
  padding: 4px;
  font-size: 14px;
}

.heic-hero {
  min-height: 714px;
  position: relative;
}

.heic-hero-content-wrapper {
  background-image: url('../images/big-pattern.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 445px;
  padding-top: 6.25rem;
}

.heic-container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.heic-hero-content-block {
  z-index: 4;
  padding-left: 20px;
  position: relative;
}

.heic-main-heading {
  max-width: 14ch;
  margin-bottom: 10px;
  font-size: 72px;
  line-height: 1;
}

.heic-hero-text {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.heic-hero-contents-wrap {
  margin-bottom: 20px;
}

.heic-hero-btns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.heic-primary-btn {
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(#c1a875, #aa915e);
  min-width: 160px;
  height: 48px;
  padding: 10px 24px;
  font-weight: 500;
  transition: border-radius .3s;
}

.heic-primary-btn:hover {
  border-radius: 6px;
}

.heic-hero-light-btn {
  background-color: var(--white);
  height: 48px;
  padding: 10px 20px;
  font-weight: 500;
  transition: border-radius .3s;
  box-shadow: inset 0 0 0 2px #f1f3f5;
}

.heic-hero-light-btn:hover {
  border-radius: 6px;
}

.heic-main {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.heif-hero-arts-center {
  pointer-events: none;
  max-width: 1060px;
  position: absolute;
  inset: auto -8% 0% auto;
}

.heif-hero-arts-center.show-tablet {
  display: none;
}

.heic-top-pattern {
  z-index: -1;
  pointer-events: none;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
  transform: rotate(180deg);
}

.text-align-center {
  text-align: center;
}

.heic-section-heading {
  text-align: center;
  margin-bottom: 32px;
}

.heic-section-heading.mb-3 {
  margin-bottom: 12px;
}

.heic-section-heading.mb-0 {
  margin-bottom: 0;
}

.heic-announcement-block {
  border: 1px solid #8c5e00;
}

.heic-announcement-banner {
  background-color: var(--heading-color);
  color: var(--white);
  background-image: url('../images/small-pattern.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 18px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.heic-announcement-content-block {
  padding: 14px 20px;
  font-weight: 500;
}

.heic-section-divider-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 256px;
  min-height: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.heic-divider-vertical-line {
  background-color: #212529;
  flex: 1;
  height: 2px;
}

.heic-section-divider-shape {
  background-color: #212529;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
}

.heic-section-divider-shape.left {
  position: absolute;
}

.heic-section-divider-shape.right {
  position: absolute;
  right: 0;
}

.mb-6 {
  margin-bottom: 48px;
}

.mt-6 {
  margin-top: 48px;
}

.heic-community-contents {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heic-events-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.heic-heading-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heic-events-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.heic-events-grid._3-grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.heic-events-card {
  flex-flow: column;
  display: flex;
}

.heic-events-thumbnail {
  margin-bottom: 20px;
}

.heic-events-content-block {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heic-event-date {
  color: var(--text-secondary);
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.heic-event-date.mb-0 {
  margin-bottom: 0;
}

.heic-event-title, .heic-event-text.mb-2 {
  margin-bottom: 10px;
}

.heic-read-more-btn {
  border: 2px solid var(--border-tertiary-color);
  background-color: var(--white);
  margin-top: auto;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  transition: border-radius .3s;
  display: inline-flex;
}

.heic-read-more-btn:hover {
  border-radius: 6px;
}

.heic-event-contents {
  margin-bottom: 20px;
}

.heic-events-btn-block {
  text-align: center;
}

.heic-news-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heic-news-grid._2-grid {
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr;
}

.heic-news-thumbnail {
  margin-bottom: 20px;
}

.heic-news-title, .heic-news-text {
  margin-bottom: 10px;
}

.heic-view-details-btn {
  border: 2px solid var(--border-tertiary-color);
  background-color: var(--white);
  margin-top: auto;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  transition: border-radius .3s;
  display: inline-flex;
}

.heic-view-details-btn:hover {
  border-radius: 6px;
}

.heic-news-date {
  color: var(--text-secondary);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.heic-news-date.mb-2 {
  margin-bottom: 10px;
}

.heic-news-content-block {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heic-news-contents {
  margin-bottom: 20px;
}

.heic-bottom-pattern {
  z-index: -1;
  pointer-events: none;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.heic-footer {
  background-color: var(--primary-background);
  background-image: radial-gradient(circle farthest-corner at 50% 0%, var(--primary-background) 20%, #fff0), url('../images/heic-footer-pattern.avif');
  text-align: center;
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 48px;
  padding-bottom: 48px;
}

.heic-footer-content-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heic-text-light {
  color: var(--white);
}

.heic-footer-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heic-footer-link {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.heic-footer-divider {
  opacity: .5;
  background-color: #f1f3f5;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 24px;
}

.heic-copyright-text {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.heic-inner-hero {
  position: relative;
}

.heic-inner-hero-heading {
  letter-spacing: -.8px;
  max-width: 15ch;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 1.09375;
}

.heic-inner-hero-heading.is-small {
  font-size: 56px;
  line-height: 1.14286;
}

.heic-inner-hero-heading.is-full {
  max-width: 22ch;
}

.heic-inner-hero-heading.event-heading {
  max-width: 20ch;
}

.heif-inner-hero-arts-center {
  pointer-events: none;
  max-width: 620px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.heic-inner-hero-content-wrap {
  background-image: url('../images/big-pattern.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 420px;
  padding-top: 3.75rem;
}

.heic-heading-text {
  text-align: center;
  max-width: 600px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.heic-form-block {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.heic-form-ignore {
  margin-bottom: 0;
}

.heic-input-field {
  border: 2px solid var(--border-tertiary-color);
  background-color: var(--white);
  height: 52px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.heic-input-field:focus {
  border-color: var(--border-secondary);
}

.heic-input-field::placeholder {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.heic-input-field.text-area {
  height: auto;
  min-height: 164px;
}

.heic-input-field.text-area.mb-0 {
  margin-bottom: 0;
}

.heic-form-submit-btn {
  color: var(--white);
  background-image: linear-gradient(#c1a875, #aa915e);
  min-width: 160px;
  height: 48px;
  padding: 10px 24px;
  font-weight: 500;
  transition: border-radius .3s;
}

.heic-form-submit-btn:hover {
  border-radius: 6px;
}

.heic-submit-btn-block {
  text-align: center;
  margin-top: 40px;
}

.secondary-heading-text {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.5;
}

.heic-input-pricing-field {
  background-color: var(--bg-tertiary);
  background-image: url('../images/Title.svg');
  background-position: 16px 45%;
  background-repeat: no-repeat;
  border: 1px #000;
  height: 56px;
  margin-bottom: 0;
  padding: 14px 16px 14px 36px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.heic-input-pricing-field:focus {
  border-color: #d4d4d4;
}

.heic-input-pricing-field::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.heic-funding-fields-wrap {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

.ms-switcher-label {
  z-index: 2;
  color: var(--text-secondary);
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 36px;
  margin-bottom: 0;
  padding: 6px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.heic-doante-btn {
  color: #fff;
  background-image: linear-gradient(#c1a875, #aa915e);
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
}

.ms-switcher-radio {
  display: none;
}

.submit-btn-block {
  width: 100%;
}

.heic-donation-main-block {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.heic-strip-badge-block {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.heic-donating-amount-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.heic-section-heading-block {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heic-section-heading-block.mb-6 {
  margin-bottom: 2.5rem;
}

.heic-section-heading-block.mb-5 {
  margin-bottom: 24px;
}

.heic-pricing-fields-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-bottom: 30px;
  display: grid;
}

.ms-pill-radio {
  display: none;
}

.ms-pill-item {
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.ms-pill-label {
  z-index: 2;
  background-color: var(--bg-tertiary);
  color: var(--text-secondary);
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.heic-switcher-block {
  background-color: #f1f3f5;
  justify-content: flex-start;
  align-items: center;
  width: 220px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 2px;
  display: flex;
}

.heic-donate-chart-wrap {
  background-color: var(--white);
  padding: 20px 24px;
}

.ms-switcher-item {
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.heic-donation-section {
  background-color: var(--primary-background);
  padding-top: 5rem;
  padding-bottom: 6rem;
  position: relative;
}

.heic-inner-pattern-block {
  background-image: url('../images/big-pattern.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 420px;
  padding-top: 3.75rem;
  position: absolute;
  inset: 0%;
}

.heic-inner-seondary-heading {
  letter-spacing: -.6px;
  max-width: 20ch;
  margin-bottom: 10px;
  font-size: 56px;
  line-height: 1.14286;
}

.heic-inner-seondary-heading.is-small {
  font-size: 56px;
  line-height: 1.14286;
}

.heic-inner-seondary-heading.mb-0 {
  margin-bottom: 0;
}

.heic-funding-content-block.text-align-center {
  max-width: 440px;
}

.heic-content-block.mb-5 {
  margin-bottom: 36px;
}

.heic-tertiary-heading {
  color: var(--white);
  margin-bottom: 10px;
}

.heic-donate-success-btn {
  color: var(--white);
  background-image: linear-gradient(#c1a875, #aa915e);
  justify-content: center;
  align-items: center;
  min-width: 140px;
  height: 52px;
  padding: 10px 16px;
  font-weight: 500;
  transition: border-radius .3s;
  display: flex;
}

.heic-donate-success-btn:hover {
  border-radius: 6px;
}

.heic-news-card {
  flex-flow: column;
  display: flex;
}

.heic-paginaion-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heic-pagination-arrow {
  border: 2px solid var(--border-tertiary-color);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.heic-icon {
  display: flex;
}

.heic-pagination-item {
  border: 2px solid var(--border-tertiary-color);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-weight: 500;
  transition: border-radius .3s;
  display: flex;
}

.heic-pagination-item:hover {
  border-radius: 6px;
}

.heic-pagination-item.current {
  color: var(--white);
  background-image: linear-gradient(#c1a875, #aa915e);
  border-style: none;
}

.heic-pagination-item-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.heic-feature-events-block {
  margin-bottom: 40px;
}

.heic-feature-events-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center stretch;
}

.heic-nav-donate-btn {
  color: var(--white);
  background-image: linear-gradient(#c1a875, #aa915e);
  justify-content: center;
  align-items: center;
  min-width: 140px;
  height: 48px;
  margin-top: 20px;
  padding: 10px 16px;
  font-weight: 500;
  transition: border-radius .3s;
  display: flex;
}

.heic-nav-donate-btn:hover {
  border-radius: 6px;
}

.heic-nav-donate-btn.show-tablet {
  display: none;
}

.heic-nav-logo-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heic-hero-text-block {
  max-width: 480px;
}

.heic-service-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.heic-service-grid._3-grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.heic-service-card {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.service-icon-block {
  border: 4px solid #c1a875;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  display: flex;
}

.heic-service-icon {
  display: flex;
}

.heic-service-title {
  margin-bottom: 10px;
}

.heic-btn-block.mb-5 {
  margin-bottom: 32px;
}

.heic-map-block {
  margin-bottom: 40px;
}

.heic-map-content-block {
  text-align: center;
  margin-bottom: 20px;
}

.heic-map-content-block.mb-0 {
  margin-bottom: 0;
}

.heic-link-text {
  text-decoration: underline;
}

.heic-medium-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.heic-medium-text.mb-5 {
  margin-bottom: 24px;
}

.heic-medium-text.mb-2 {
  margin-bottom: 10px;
}

.heic-map-trip-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.heic-map-trip-item {
  border: 2px solid var(--border-tertiary-color);
  background-color: var(--white);
  padding: 20px;
}

.heic-trip-icon-block {
  background-color: var(--primary-background);
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 16px;
  display: flex;
}

.heic-trip-icon {
  display: flex;
}

.heic-tertiary-title {
  margin-bottom: 10px;
}

.heic-map-trip-text {
  font-size: 16px;
  line-height: 1.5;
}

.heic-direction-section {
  background-color: var(--bg-tertiary);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.heic-back-block {
  margin-bottom: 40px;
  display: flex;
}

.heic-back-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heic-inner-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.heic-inner-title-block {
  margin-bottom: 20px;
}

.heic-meta-date {
  color: var(--text-secondary);
  margin-bottom: 10px;
}

.heic-inner-heading {
  letter-spacing: -.4px;
  margin-bottom: 10px;
}

.heic-meta-read-time {
  font-weight: 500;
}

.heic-inner-description-block {
  margin-bottom: 20px;
}

.heic-donation-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heic-donation-contents {
  margin-bottom: 40px;
}

.heic-donation-title {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 1.2;
}

.heic-calender-nav {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.heic-calender-pagination {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heic-calender-switch-btn {
  border: 2px solid var(--border-tertiary-color);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.heic-today-preview-btn {
  border: 2px solid var(--border-tertiary-color);
  background-color: var(--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding: 12px 32px;
  font-weight: 500;
  transition: border-radius .3s;
  display: flex;
}

.heic-today-preview-btn:hover {
  border-radius: 6px;
}

.heic-table-head {
  background-color: var(--success-secondary);
}

.heic-table-body {
  background-color: var(--white);
  border: 1px solid #e9ecef;
}

.heic-table-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 64px 1fr 100px 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  transition: all .3s;
  display: grid;
}

.heic-table-row:hover {
  background-color: var(--success-tertiary);
  color: var(--white);
}

.heic-table-row.active {
  background-color: #eaf1f1;
}

.heic-table-row.active:hover {
  background-color: var(--success-tertiary);
}

.heic-table-row.current {
  color: var(--white);
  background-image: linear-gradient(#c1a875, #aa915e);
}

.heic-table-header {
  border-right: 2px solid var(--white);
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
}

.heic-table-header.bl-none {
  border-right-style: none;
}

.heic-table_header-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heic-table_title-block {
  border-bottom: 1px solid var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.heic-table_labeles-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--success-tertiary);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heic-table_labeles-block._4grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.heic-table_labeles-block._1grid {
  grid-template-columns: 1fr;
}

.heic-table_labeles-block._2grid {
  grid-template-columns: 1fr 1fr;
}

.heic-table_header-label {
  border-right: 1px solid var(--white);
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.heic-table_header-label.border-none {
  border-right-style: none;
}

.heic-table_cell-label {
  border-right: 2px solid var(--success-secondary);
  border-bottom: 1px solid #e9ecef;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857;
  display: flex;
}

.heic-table_cell-label.active {
  background-color: var(--success-secondary);
  color: var(--white);
}

.heic-table_cell-label.bt-none {
  border-top-style: none;
}

.heic-table_cell-label.bb-none {
  border-bottom-style: none;
}

.heic-table-cell-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heic-table-cell-wrapper._4-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.heic-table-cell-wrapper._1grid {
  grid-template-columns: 1fr;
}

.heic-table-cell-wrapper._2grid {
  grid-template-columns: 1fr 1fr;
}

.heic-table-cell {
  border-right: 1px solid var(--border-tertiary);
  border-bottom: 1px solid var(--border-tertiary);
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
}

.heic-table-cell.bb-none {
  border-bottom-style: none;
}

.heic-table-cell.bb-none.bl-none {
  border-right-style: none;
}

.heic-table-cell.active-border {
  border-right-color: #dee2e6;
}

.heic-table-cell.bl-none {
  border-right-style: none;
}

.heic-table-cell.highlight-border {
  border-right-width: 2px;
  border-right-color: var(--success-secondary);
}

.heic-table-cell.v-align {
  flex-flow: column;
}

.heic-calender-widget {
  background-color: var(--white);
  padding: 10px;
  display: none;
}

.heic-nav-btn {
  display: none;
}

.heic-nav-menu-wrap {
  z-index: 15;
  background-color: var(--white);
  flex-flow: column;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  inset: 0%;
}

.heic-menu-nav {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.heic-nav-close {
  background-color: var(--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.heic-nav-menu {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.custom-js {
  display: none;
}

.heic-header-table-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 64px 1fr 100px 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heic-header-table-row.active {
  background-color: #eaf1f1;
}

.heic-header-table-row.current {
  color: var(--white);
  background-image: linear-gradient(#c1a875, #aa915e);
}

.heic-calender-note-block {
  z-index: 10;
  margin-top: 10px;
  position: absolute;
  left: 0%;
  right: 0%;
}

.heic-khutbah-note {
  color: var(--white);
  text-align: center;
  background-color: #8c5e00;
  background-image: url('../images/small-pattern.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.heic-w-c-note-block {
  background-color: var(--success-secondary);
  background-image: url('../images/small-pattern.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.heic-w-c-note-cell {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(#2f6f73, #2f6f7300);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.heic-w-c-note-cell.is-bb {
  border-bottom: 1px none var(--white);
}

.heic-w-c-note-cell.last-item {
  border-bottom-style: none;
}

.heic-table-banner {
  border-bottom: 1px solid var(--white);
  background-color: var(--success-secondary);
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(#2f6f73, #2f6f7300), url('../images/small-pattern.avif');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}

.heic-table_nav-banner {
  background-color: var(--heading-color);
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(#8c5e00, #8c5e0000), url('../images/small-pattern.avif');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 1;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.heic-table-btn-group {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.heic-fdf-download-btn {
  cursor: pointer;
  background-color: #eaf1f1;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding: 12px 32px;
  font-weight: 500;
  transition: border-radius .3s;
  display: flex;
}

.heic-fdf-download-btn:hover {
  border-radius: 6px;
}

.heic-donation-type {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--bg-tertiary);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2px;
  display: grid;
}

.heic-donation-type-btn {
  color: var(--text-secondary);
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-weight: 500;
  display: flex;
}

.heic-donation-type-btn.active {
  background-color: var(--success-secondary);
  color: var(--white);
}

.heic-account-info-wrap.mb-5 {
  margin-bottom: 32px;
}

.heic-account-info-item {
  background-color: var(--bg-tertiary);
  border-bottom: 1px solid #dee2e6;
  padding: 8px 16px;
}

.heic-account-info-item.bb-none {
  border-bottom-style: none;
}

.heic-account-info-title {
  color: var(--text-secondary);
  margin-bottom: 4px;
  font-family: Cormorant, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
}

.heic-account-info-details {
  justify-content: space-between;
  display: flex;
}

.heic-copy-block {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.text-block {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375;
}

.heic-donation-wrapper {
  width: 100%;
  max-width: 440px;
}

.heic-account-info-heading {
  text-align: center;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375;
}

.heic-announcment-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.heic-announcment-item-no {
  background-color: var(--success-secondary);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.heic-auuouncment-item-divider {
  background-color: #dee2e6;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.heic-general-announcment-banner {
  background-color: var(--success-secondary);
  color: var(--white);
  background-image: url('../images/small-pattern.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 18px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.heic-general-announcement-block {
  border: 1px solid var(--success-secondary);
}

@media screen and (max-width: 991px) {
  .heic-nav {
    background-color: var(--primary-background);
  }

  .heic-nav-right {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    display: flex;
  }

  .heic-menu-wrap {
    display: none;
  }

  .heic-menu-link {
    color: #212529;
  }

  .heic-nav-calender-widget {
    display: none;
  }

  .heic-calender-prayer-list.friday {
    background-color: #8c5e00;
  }

  .heic-prayer-time-lists {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .heic-prayer-time-lists.friday {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .heic-hero {
    min-height: auto;
  }

  .heic-hero-content-wrapper {
    padding-top: 3.5rem;
  }

  .heic-hero-content-block {
    padding-left: 0;
  }

  .heic-main-heading {
    font-size: 60px;
  }

  .heif-hero-arts-center {
    display: none;
    position: relative;
  }

  .heif-hero-arts-center.show-tablet {
    margin-top: -10%;
    display: block;
  }

  .heic-events-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heic-events-grid, .heic-news-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .heic-inner-hero-heading {
    font-size: 56px;
  }

  .heif-inner-hero-arts-center {
    max-width: 100%;
    margin-top: -172px;
    position: relative;
  }

  .heic-inner-hero-content-wrap.less-height {
    min-height: 320px;
  }

  .heic-section-heading-block {
    margin-bottom: 3.125rem;
  }

  .heic-nav-donate-btn {
    margin-top: 0;
    display: flex;
  }

  .heic-nav-donate-btn.show-desktop {
    display: none;
  }

  .heic-nav-donate-btn.show-tablet {
    display: flex;
  }

  .heic-service-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .heic-map-trip-grid {
    grid-template-columns: 1fr 1fr;
  }

  .heic-calender-nav {
    flex-flow: column;
    align-items: stretch;
  }

  .heic-calender-pagination {
    justify-content: space-between;
  }

  .heic-table {
    overflow: auto;
  }

  .heic-table-head, .heic-table-body, .heic-table-row {
    min-width: 920px;
  }

  .heic-calender-widget {
    z-index: 14;
    display: block;
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    box-shadow: 0 -2px 10px #0003;
  }

  .heic-nav-btn {
    background-color: var(--white);
    cursor: pointer;
    border: 2px solid #dee2e6;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    display: flex;
  }

  .heic-nav-menu-wrap {
    flex-flow: column;
    position: fixed;
    inset: 0%;
  }

  .heic-nav-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 20px;
  }

  .heic-nav-menu-calender {
    border-top: 1px solid #e9ecef;
    padding: 10px 20px 20px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .heic-hero-img-wrap {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .heic-header-table-row {
    min-width: 920px;
  }

  .heic-calender-toggle {
    justify-content: space-between;
    align-items: center;
    display: none;
  }

  .heic-collapsed-block {
    cursor: pointer;
    background-color: #eaf1f1;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    display: flex;
  }

  .heic-calender-close {
    cursor: pointer;
    background-color: #eaf1f1;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    display: flex;
    position: absolute;
    inset: 10px 10px auto auto;
  }

  .heic-calender-note-block {
    margin-bottom: -10px;
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
  }

  .heic-table-btn-group {
    justify-content: space-between;
  }

  .heic-donation-type {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--bg-tertiary);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 2px;
    display: grid;
  }

  .heic-donation-type-btn {
    color: var(--text-secondary);
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-weight: 500;
    display: flex;
  }

  .heic-donation-type-btn.active {
    background-color: var(--success-secondary);
    color: var(--white);
  }

  .heic-account-info-wrap.mb-5 {
    margin-bottom: 32px;
  }

  .heic-account-info-item {
    border-bottom: 1px solid #dee2e6;
    padding: 8px 16px;
  }

  .heic-account-info-item.bb-none {
    border-bottom-style: none;
  }

  .heic-account-info-title {
    color: var(--text-secondary);
    margin-bottom: 4px;
    font-family: Cormorant, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.375;
  }

  .heic-account-info-details {
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.375;
    display: flex;
  }

  .heic-copy-block {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .heic-brand-logo {
    max-width: 220px;
  }

  .heic-hero-content-wrapper {
    padding-top: 2.5rem;
  }

  .heic-hero-content-block {
    padding-left: 0;
  }

  .heic-main-heading {
    font-size: 56px;
  }

  .heic-hero-text {
    font-size: 18px;
  }

  .heif-hero-arts-center.show-tablet {
    margin-top: -64px;
  }

  .heic-section-heading {
    font-size: 40px;
  }

  .heic-events-grid._3-grid {
    grid-template-columns: 1fr 1fr;
  }

  .heic-event-date {
    font-size: 14px;
  }

  .heic-event-title {
    font-size: 24px;
  }

  .heic-event-text {
    font-size: 16px;
  }

  .heic-news-grid {
    grid-template-columns: 1fr 1fr;
  }

  .heic-news-title {
    font-size: 28px;
  }

  .heic-news-text {
    font-size: 16px;
  }

  .heic-news-date {
    font-size: 14px;
  }

  .heic-inner-hero-heading {
    font-size: 48px;
  }

  .heif-inner-hero-arts-center {
    max-width: 100%;
    margin-top: -224px;
    position: relative;
  }

  .heic-inner-hero-content-wrap {
    min-height: 400px;
    padding-top: 2.5rem;
    padding-bottom: 12rem;
  }

  .secondary-heading-text {
    font-size: 1.125rem;
  }

  .heic-feature-events-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .heic-nav-donate-btn {
    min-width: auto;
    margin-top: 0;
  }

  .heic-inner-heading {
    font-size: 40px;
  }

  .heic-donation-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .heic-announcment-item {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heic-announcment-item-no {
    flex: none;
  }
}

@media screen and (max-width: 479px) {
  .heic-nav {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .heic-nav-right {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
  }

  .heic-donate-btn {
    width: 100%;
    margin-top: 0;
  }

  .heic-footer-logo-wrap {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .heic-brand-logo {
    max-width: 190px;
  }

  .heic-calneder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heic-calender-prayer-list {
    padding-left: 4px;
    padding-right: 4px;
  }

  .heic-hero-content-wrapper {
    padding-top: 1.5rem;
  }

  .heic-hero-content-block {
    padding-left: 0;
  }

  .heic-main-heading {
    font-size: 40px;
    line-height: 1.05;
  }

  .heic-hero-btns {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 100%;
  }

  .heic-primary-btn, .heic-hero-light-btn {
    text-align: center;
    width: 100%;
  }

  .heic-main {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heif-hero-arts-center.show-tablet {
    object-fit: cover;
    min-height: 340px;
  }

  .heic-section-heading {
    margin-bottom: 20px;
  }

  .heic-section-heading.mb-6 {
    margin-bottom: 24px;
  }

  .heic-announcement-block.mb-6 {
    margin-bottom: 40px;
  }

  .heic-section-divider-wrap.mt-6 {
    margin-top: 40px;
  }

  .heic-section-divider-wrap.mt-6.mb-6 {
    margin-bottom: 40px;
  }

  .heic-events-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .heic-heading-wrap.mb-6 {
    margin-bottom: 40px;
  }

  .heic-events-grid, .heic-events-grid._3-grid {
    grid-template-columns: 1fr;
  }

  .heic-read-more-btn {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .heic-news-grid {
    grid-template-columns: 1fr;
  }

  .heic-news-grid._2-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .heic-view-details-btn {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .heic-footer {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .heic-footer-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .heic-footer-link {
    font-size: 15px;
  }

  .heic-inner-hero-heading {
    font-size: 40px;
  }

  .heif-inner-hero-arts-center {
    object-fit: cover;
    min-height: 340px;
    margin-top: -160px;
  }

  .heif-inner-hero-arts-center.less-margin {
    margin-top: -32%;
  }

  .heic-inner-hero-content-wrap {
    min-height: 320px;
    padding-top: 1.5rem;
    padding-bottom: 8rem;
  }

  .heic-inner-hero-content-wrap.less-height {
    min-height: 280px;
  }

  .heic-form-submit-btn {
    width: 100%;
  }

  .secondary-heading-text {
    font-size: 1rem;
  }

  .heic-strip-badge-block {
    margin-top: 30px;
  }

  .heic-pricing-fields-wrap {
    grid-template-columns: 1.5fr 1fr;
  }

  .heic-donate-chart-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heic-donation-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .heic-inner-pattern-block {
    padding-top: 3rem;
  }

  .heic-inner-seondary-heading {
    font-size: 40px;
    line-height: 1.05;
  }

  .heic-pagination-item.hide-mobile {
    display: none;
  }

  .heic-feature-events-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .heic-nav-donate-btn {
    margin-top: 0;
  }

  .heic-nav-donate-btn.show-tablet {
    padding-left: 12px;
    padding-right: 12px;
  }

  .heic-service-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .heic-service-card {
    padding-left: 0;
    padding-right: 0;
  }

  .service-icon-block {
    margin-bottom: 16px;
  }

  .heic-btn-block.mb-5 {
    width: 100%;
  }

  .heic-medium-text.mb-5 {
    margin-bottom: 20px;
  }

  .heic-map-trip-grid {
    grid-template-columns: 1fr;
  }

  .heic-direction-section {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .heic-donation-title {
    font-size: 32px;
  }

  .heic-calender-nav {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: stretch;
  }

  .heic-calender-pagination {
    justify-content: space-between;
  }

  .heic-calender-widget {
    bottom: 0;
    left: 0;
    right: 0;
  }

  .heic-nav-menu-wrap {
    height: 100vh;
  }

  .heic-calender-note-block {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heic-khutbah-note {
    padding-left: 6px;
    padding-right: 6px;
  }

  .heic-table-btn-group {
    flex-flow: column;
  }

  .heic-donation-type-btn {
    font-size: 16px;
    font-weight: 600;
  }

  .heic-account-info-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heic-account-info-details {
    font-size: 15px;
  }

  .heic-announcment-item {
    font-size: 16px;
    line-height: 1.5;
  }

  .heic-general-announcement-block.mb-6 {
    margin-bottom: 40px;
  }
}

#w-node-aaea498a-51f0-ee96-3226-ae926b245160-991e08f6 {
  align-self: center;
}


