.translate-right {
  text-align: right !important;
}
a {
  color: grey;
}
a:hover {
  color: grey;
}
.flex-reverse {
  display: flex;
  flex-direction: row-reverse !important;
}
.custom-select {
  position: relative;
  font-family: 'Poppins', sans-serif;
}
.logo {
  overflow: hidden;
}
.extra-bold {
  font-weight: bold !important;
}
.logo img {
  width: 90px;
  height: 90px;
}
#space-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner-text {
  padding: 70px 0px 15px 0px;
  position: relative;
  margin-top: -60px;
  margin-bottom: 30px;
}
.banner-text .banner-text-main {
  font-family: 'Inter', sans-serif;
  font-size: 50px;
  text-align: left;
  color: #fff;
  margin: 40px 0px;
}
.banner-main-heading {
  font-family: 'Inter', sans-serif;
  font-size: 40px;
  text-align: left;
  color: #fff;
  font-weight: 600;
}

.banner-description-inverse {
  margin-top: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  color: #fff;
  width: 100%;
}

.banner-description-inverse.main-text {
  font-size: 40px;
  font-weight: bolder;
}

@media (max-width: 450px) {
  p {
    line-height: 2;
  }
  .banner-description-inverse {
    font-size: 19px;
    line-height: 1.3;
  }
  .banner-description-inverse.main-text {
    font-size: 6.6vw;
    line-height: 1.2;
  }
  .banner-text {
    padding: 55px 0px 10px 0px;
    margin-bottom: 10px;
  }
}

.banner-description {
  margin-top: 20px;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: gray;
  width: 100%;
}
.blue-span {
  color: #22a5ad;
}
.desktop-img {
  display: block;
}
.mobile-img {
  display: none;
}
.image-container {
  text-align: center;
}
.image-container img {
  width: 100%;
}
.volunteer-section {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px;
  text-align: center;
  border: 1px solid #22a5ad;
}
.footer-para {
  color: #b7b7b7;
}
.volunteer-section .volunteer-content h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}
.volunteer-section .volunteer-content p {
  font-size: 15px;
  margin-bottom: 30px;
  font-family: 'Poppins', sans-serif;
}
.underline {
  text-decoration: underline;
}
.purple {
  color: #22a5ad;
  /* color: gray;
    text-decoration: underline; */
}
.grey {
  color: #808080;
}
.flex-right {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.flex-end {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.funding-meter {
  padding-top: 3rem;
}
.funding-meter-heading {
  font-size: 20px;
  text-align: left;
  margin-bottom: 10px;
  display: inline;
}

#funding-meter-heading {
  font-size: 20px;
}

#funding-meter-heading h3 {
  font-size: 40px;
}

.funding-meter-small {
  font-size: 12px;
  display: inline;
  margin-left: 10px;
  font-family: 'Poppins', sans-serif;
}
.funding-meter-small-other {
  font-size: 20px;
  display: inline;
  margin: 0px 10px;
  font-family: 'Poppins', sans-serif;
}
.paragraph-color {
  color: #22a5ad !important;
  font-weight: 300 !important;
  font-size: 20px !important;
}
.span-bold {
  font-weight: 500;
}
.link {
  color: #808080;
  font-size: 15px;
  margin: 0px 30px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}
.link .login-here {
  font-weight: 600;
  color: #808080;
  font-size: 15px;
  text-decoration: underline;
}
.table-div .smaller-divs {
  height: 35vh;
}
#permonth {
  margin-right: 0px;
}
#per-month-raised {
  margin-left: 1px;
}
.mt-30 {
  margin-top: 30px;
}
.raising {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
}
.raising-amount {
  font-size: 20px;
  display: inline;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-15 {
  margin-bottom: 15px;
}
.description {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
}
.baseline {
  display: flex;
  align-items: baseline;
}
.space-around {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#donation-type {
  margin: 0px 5px;
}
.space-around .button-span {
  font-size: 12px;
  font-weight: normal;
  margin-left: 5px;
}
.flex img {
  margin: 0px 7px;
}
.light-paragraph {
  display: inline-block;
  font-size: 15px;
  margin-top: 1px;
  font-weight: 600;
  color: #08a410;
}
.small-paragraph {
  font-size: 16px;
  color: #191d34;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}
.donation-box {
  border-radius: 5px;
  padding: 30px 15px;
}
.price-box {
  background-color: #fff;
  border-radius: 10px;
  margin: 5px;
  padding: 10px 15px;
  text-align: center;
  width: 150px;
  /* height: calc(60px - 20px); */
}
.progress {
  height: 30px;
  border-radius: 30px;
  width: 100%;
}
.progress-bar {
  background: #22a5ad !important;
  color: transparent !important;
  width: 0%;
}
.target-div {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin-top: 15px;
}
.target-goals {
  color: #191d34;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
}
.modal {
  z-index: 9999999;
}
#regForm {
  background-color: #ffffff;
  margin: 100px auto;
  font-family: Raleway;
  padding: 40px;
  width: 70%;
  min-width: 300px;
}
[type='radio']:checked,
[type='radio']:not(:checked) {
  left: 0px;
}
.flex-space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mlr-15 {
  margin-right: 15px;
  margin-left: 15px;
}
.span-center {
  margin-top: 0px;
}

.input-styles {
  width: auto !important;
  display: inline !important;
  margin-right: 15px !important;
  position: relative !important;
}
.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  z-index: 1000000;
  width: 100%;
  height: 100%;
}
.loader {
  position: relative;
  z-index: 1000001;
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #22a5ad;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

.button-new {
  background-color: #4caf50;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}

.button-new:hover {
  opacity: 0.8;
}

#section-heading {
  font-size: 40px;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #22a5ad;
}
.or {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #b7b7b7;
  line-height: 0.1em;
  margin: 15px 0px;
  /* height: calc(60px - 20px); */
  padding: 0px 10px;
}
.or span {
  background-color: #e6f7f9;
  padding: 0 10px;
  color: #b7b7b7;
}
.justify-content-center-donation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.price-line {
  display: flex;
  flex-direction: row;
}

@media (max-width: 450px) {
  #section-heading {
    font-size: 30px;
  }
  .donation-form {
    border-radius: 30px;
  }
  #funding-meter-heading h3 {
    font-size: 30px;
  }
  .hidden-mobile {
    display: none;
  }
  .desktop-img {
    display: none;
  }
  .mobile-img {
    display: block;
  }
  .logo img {
    width: 50px;
    height: 90px;
  }
  .banner-text .banner-text-main,
  .banner-main-heading {
    font-size: 28px;
  }
  #funding-meter-heading,
  #flex {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    margin: 0px 0px;
    flex-direction: column;
  }
  #per-month-raised {
    margin-right: 0px;
  }
  .funding-meter-small {
    margin-left: 0px;
  }
  .funding-meter-small-other {
    font-size: 15px;
  }
  .raising {
    margin-bottom: 10px;
  }
  .raising-amount {
    font-size: 30px;
    margin-top: 0px;
  }
  .progress {
    height: 30px;
    border-radius: 20px;
    margin-top: 4px;
  }
  .target-div {
    width: 100%;
  }
  .image-container {
    margin-bottom: 30px;
  }
  .small-paragraph {
    font-size: 20px !important;
  }
  .flex-center {
    flex-direction: column;
  }
  #donation-type {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .volunteer-section {
    margin-bottom: 30px;
  }
  .flex-right {
    align-items: center;
    justify-content: center;
  }
  .flex-end {
    align-items: center;
    justify-content: center;
  }
}

.text-brand-color {
  color: #22a5ad;
}
.text-secondary-color {
  color: #8e8e93;
}

.donors-container {
  padding: 10px 0px 10px 0px;
}
.updated-daily {
  background-color: beige;
  padding-left: 10px;
  padding: 5px 10px;
  border-radius: 50px;
  margin: 8px 8px;
  display: inline-block;
  font-size: 12px;
}

.fixed-header {
  width: 100%;
  background-color: white;
  height: 70px;
  display: flex;
}
.fixed-header.slider {
  display: none;
}

.fixed-header-logo {
  padding: 21px;
  cursor: pointer;
}

.achievement-card {
  font-family: 'Inter', sans-serif;
  background-color: #efefef;
  width: 100%;
  border-radius: 20px;
  padding: 10px 20px;
}

.achievement-card.vertical {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.achievement-card p {
  color: black;
}

.achievement-card-title {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 8px;
}

.achievement-item {
  display: flex;
  align-items: baseline;
}

.achievement-item-text {
  padding-left: 10px;
  font-size: 20px;
}

.footnotes {
  font-size: 13px;
}

.tick {
  color: #00a5ab;
  font-size: 30px;
}

.hero-hadith-ref {
  font-size: 16px;
}

.hero-hadith {
  margin-top: 30px;
  margin-bottom: 15px;
}

.hero-description {
  margin-top: 15px;
  margin-bottom: 43px;
}

@media (max-width: 767px) {
  .funding-meter {
    padding-top: 1rem;
  }
  .hero-title {
    margin-top: 20px;
  }
  .hero-hadith-ref {
    font-size: 14px;
  }
  .hero-hadith {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .hero-description {
    margin-top: 5px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .funding-meter {
    padding: 0px;
  }
  .fixed-header-logo {
    padding: 35px;
  }
  .updated-daily {
    margin: 4px 0px;
  }
  .banner-main-heading {
    padding-top: 24px;
  }

  .fixed-header {
    display: none !important;
  }

  .fixed-header.slider {
    height: 70px;
    display: flex !important;
  }
}

@media (max-width: 450px) {
  .achievement-card.vertical {
    display: block;
    min-height: 250px;
  }
  .achievement-card-title {
    font-weight: bold;
    font-size: 18.5px;
  }
  .fixed-header-logo {
    padding: 28px;
  }
  .updated-daily {
    margin: 4px 0px;
  }
  .banner-main-heading {
    padding-top: 24px;
  }

  .fixed-header {
    display: none !important;
  }

  .fixed-header.slider {
    height: 70px;
    display: flex !important;
  }
}

#achievements-main-container {
  padding-bottom: 20px;
}

.content-loading {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 10px;
  position: relative;
}

.section {
  margin-bottom: 30px;
  background-color: #e6f7f9;
}

.fixed-bottom.bottom-cta.hide {
  display: none;
}
