@charset "utf-8";
/* Custom Style Start here - Anil Gupta -Sep 2020 */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;800&display=swap");

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #7552f3;
  border-radius: 15px;
}

::selection {
  background-color: #7552f3;
  color: #fff;
}

-webkit-::selection {
  background-color: #7552f3;
  color: #fff;
}

::-moz-selection {
  background-color: #7552f3;
  color: #fff;
}

a {
  color: #7552f3;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #263238;
  text-decoration: underline;
}

.color-white {
  color: #fff !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.ml-4px {
  margin-left: 4px !important;
}

.mr-4px {
  margin-right: 4px !important;
}

.ml-8px {
  margin-left: 8px !important;
}

.mr-8px {
  margin-right: 8px !important;
}

.pl-18px {
  padding-left: 18px;
}

.pl-15px {
  padding-left: 15px;
}

.padding-bottom-105px {
  padding-bottom: 105px !important;
}

.top-section {
  display: flex;
  padding: 12px 0px;
  align-items: center;
  gap: 8px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.pt-24 {
  padding-top: 24px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-30 {
  padding-bottom: 30px;
}

.bg-blue {
  background-color: #436ab7;
}

h3 {
  color: #263238;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h3 span {
  color: #436ab7;
}

h3.font-size-24px {
  font-size: 24px;
}

.font-weight-600 {
  font-weight: 600;
}

.list-style-disc {
  list-style: disc;
  color: #363636;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}

p,
ul li {
  color: #363636;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 19.6px */
}

.top-bar-fixed {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1030;
  width: 100%;
}

.margin-top-90px {
  margin-top: 90px;
}

.hero-banner {
  position: relative;
}

.hero-banner-text {
  display: inline-flex;
  padding: 32px 48px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  border-radius: 0px 40px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 550px;
}

.hero-banner-text h1 {
  color: #263238;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  line-height: 140%;
  /* 19.6px */
}

.hero-banner-text h1 span {
  color: #436ab7;
}

.hero-banner-text p {
  color: #363636;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  text-align: left;
}

.our-mission h4 {
  color: #263238;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.copyright-col {
  display: flex;
  padding: 8px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #f5f5f5;
  color: #363636;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
  position: sticky;
  bottom: 0;
}

.donate-btn {
  color: #fff;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background-color: #436ab7;
  border-color: #436ab7;
}

.login-register-row {
  display: flex;
  gap: 20px;
  align-items: center;
}

.login-register-row a:hover {
  color: #263238;
  text-decoration: underline;
}

.footer-links a {
  color: #7552f3;
  margin: 0 10px;
}

.footer-links a:last-child {
  margin-right: 0;
}

.footer-links a:hover {
  color: #263238;
  text-decoration: underline;
}

.policy-scroll-section {
  overflow-y: auto;
  height: calc(100vh - 200px);
}

@media only screen and (max-width: 768px) {

  /* For mobile phones: */
  h3 {
    font-size: 24px;
  }

  .res-flex-direction-column {
    flex-direction: column;
  }

  .res-w-100 {
    width: 100% !important;
  }

  .res-text-align-center {
    text-align: center !important;
  }

  .hero-banner-text {
    position: inherit;
    padding-left: 0px;
    padding-right: 0px;
  }

  .margin-top-90px {
    margin-top: 150px;
  }

  .res-padding-top-0 {
    padding-top: 0px !important;
  }

  .policy-scroll-section {
    height: calc(100vh - 290px) !important;
  }

  .padding-bottom-105px {
    padding-bottom: 150px !important;
  }

  p br {
    display: none;
  }

}

.fs-10px {
  font-size: 10px;
}

.fs-12px {
  font-size: 12px;
}

.input-box {
  border-radius: 6px;
  outline: 0px;
  border: 1px solid #ccc;
  padding: 6px 8px;
  min-width: 70%;
}

.donate-body {
  height: calc(100vh - 64px);
}

.donor-box-container {
  display: flex;
  flex-direction: column;
  width: 50%;
  background-color: white;
  border-radius: 10px;
  margin-top: 14px;
  border: 1px solid #74bfe9;
  padding: 16px;
}

.donor-box-header {
  display: flex;
  flex-direction: row;
  background-color: #f5f5f5;
  font-size: 14px;
  border-radius: 6px;
  /* color: white; */
  padding: 6px 12px;
  margin-bottom: 16px;
}

.donor-box-body {
  display: flex;
  flex-direction: column;
  padding: 12px;
}

.amount-container {
  display: flex;
  flex-direction: column;
  margin-top: 4px;
}

.donate-field-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.next-donate-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 36px;
  background-color: #436ab7;
  color: white;
  outline: 0;
  border-radius: 6px;
  border: none;
}

.next-donate-button:hover {
  background-color: #0b5ed7;
}

.h-divider {
  display: flex;
  background-color: #ccc;
  height: 1px;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.card-icon {
  display: flex;
  max-width: 64px;
  max-height: 40px;
  object-fit: contain;
  object-position: center;
}

a#donate-btn:hover {
  color: white;
  text-decoration: none;
}

.mr-28 {
  margin-right: 28px;
}

.donation-page-container {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 138px);
  width: 100vw;
  align-items: center;
  justify-content: center !important;
  margin-top: 18px;
  overflow: auto;
}

.donation-page-container body {
  display: flex !important;
}

.donation-in-page-container {
  display: flex;
  justify-content: center !important;
  margin-top: 24px;
}