p {
  margin: 0;
}

.banner {
  height: 700px;
  background: rgb(190, 222, 229);
  background: -webkit-gradient(linear, left top, right top, color-stop(100%, rgba(190, 222, 229, 0.2)), to(white));
  background: linear-gradient(90deg, rgba(190, 222, 229, 0.2) 100%, white 100%);
  -webkit-padding-before: 120px;
          padding-block-start: 120px;
  -webkit-padding-after: 30px;
          padding-block-end: 30px;
  position: relative;
}
.payment-button button{
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .btn-rounded {
    padding: 12px 25px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .banner {
    height: calc(100vh - 70px);
    -webkit-padding-before: 30px;
            padding-block-start: 30px;
  }
}
.banner .image-holder img {
  width: 100%;
}
.banner.home-banner:before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/bg-banner-1.png") no-repeat 0 0;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 992px) {
  .banner {
    height: auto;
  }
}
@media (max-width: 768px) {
  .banner {
    -webkit-padding-before: 30px;
            padding-block-start: 30px;
  }
}

.header {
  position: static !important;
}
.header.bg-clr .navbar.bootsnav {
  background-color: #0A75BC;
  z-index: 300;
}

.banner-title {
  -webkit-padding-before: 80px;
          padding-block-start: 80px;
}
.banner-title h3 {
  font-size: 52px;
  color: #80D2E4;
  font-weight: 500;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
@media (max-width: 1199px) {
  .banner-title h3 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .banner-title h3 {
    font-size: 25px;
    -webkit-margin-after: 10px;
            margin-block-end: 10px;
  }
}
.banner-title p {
  font-size: 18px;
  color: #fff;
}
@media (max-width: 992px) {
  .banner-title p {
    color: #00316A;
  }
}
@media (max-width: 768px) {
  .banner-title p {
    font-size: 14px;
  }
}

.main-wrapper {
  position: fixed;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 200;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .main-wrapper {
    top: 23%;
  }
}
@media (max-width: 1199px) {
  .main-wrapper {
    top: 12%;
  }
}

.quickDonateBtn {
  background-color: #273773;
  background-image: url(../images/white-curve.svg);
  border-start-end-radius: 6px;
  border-end-end-radius: 6px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 17px;
  padding-inline: 20px;
  width: 240px;
  color: #fff;
}
.quickDonateBtn img {
  -webkit-padding-end: 10px;
          padding-inline-end: 10px;
}
.quickDonateBtn i {
  color: #1CC2DB;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  display: none;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .quickDonateBtn {
    width: 215px;
    font-size: 14px;
    padding-block: 13px;
  }
}
@media (max-width: 425px) {
  .quickDonateBtn {
    padding-inline: 15px;
    width: 200px;
  }
}

.donation-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.donation-type p {
  -webkit-margin-end: 4px;
          margin-inline-end: 4px;
}
.donation-type [type=radio]:checked,
.donation-type [type=radio]:not(:checked) {
  position: absolute;
  inset-inline-start: -9999px;
}
.donation-type [type=radio]:checked + label,
.donation-type [type=radio]:not(:checked) + label {
  position: relative;
  -webkit-padding-start: 28px;
          padding-inline-start: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  background: #fff;
  padding: 10px 34px;
  border-radius: 3px;
  font-size: 14px;
  -webkit-margin-after: 5px;
          margin-block-end: 5px;
}
.donation-type [type=radio]:checked + label:before,
.donation-type [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  inset-inline-start: 10px;
  inset-block-start: 10px;
  width: 17px;
  height: 17px;
  border: 1px solid #ddd;
  border-radius: 100%;
}
.donation-type [type=radio]:checked + label:after,
.donation-type [type=radio]:not(:checked) + label:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #ffffff;
  position: absolute;
  inset-block-start: 15px;
  inset-inline-start: 15px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.donation-type [type=radio]:checked + label {
  background-color: #1CC2DB;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.donation-type [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.donation-type [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.donation-type .btn-continue {
  background-color: #CE3689;
  height: 40px;
  font-weight: 600;
  line-height: 40px;
}

.choose-donation-wrapper {
  background-color: #273773;
  border-radius: 0 0px 6px 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px;
  width: 380px;
  display: none;
  z-index: 1;
  position: relative;
}
@media (max-width: 425px) {
  .choose-donation-wrapper {
    width: 100%;
  }
}
.choose-donation-wrapper:after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.5019607843);
  inset-inline-end: 0;
  inset-inline-start: 0;
  width: 90%;
  height: 1px;
  inset-block-start: 0;
  margin: 0 auto;
  display: none;
}
.choose-donation-wrapper h3 {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
  font-size: 15px;
  border-bottom: 1px solid;
  -webkit-padding-after: 10px;
          padding-block-end: 10px;
}
.choose-donation-wrapper .donation-type-head {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  -webkit-padding-after: 5px;
          padding-block-end: 5px;
}

.case-wrapper {
  background-color: #fff;
  border-radius: 0 0px 6px 0;
  padding: 0px;
  position: relative;
  width: 380px;
  z-index: 1;
  -webkit-transition: transform 500ms;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  -webkit-transform: translateX(-380px);
  transform: translateX(-380px);
  height: 360px;
  overflow: auto;
  display: block;
  max-height: 0px;
  overflow: hidden;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .case-wrapper {
    height: 270px;
  }
}
@media (max-width: 425px) {
  .case-wrapper {
    width: 100%;
  }
}
.case-wrapper .case-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px;
  border-bottom: 1px solid rgba(148, 148, 148, 0.4);
}
.case-wrapper .case-holder:nth-last-child(1) {
  border-bottom: 0px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .case-wrapper .case-holder {
    padding: 10px;
  }
}
.case-wrapper .case-holder figure {
  width: 62px;
  height: 62px;
  overflow: hidden;
}
.case-wrapper .case-holder figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-wrapper .case-deatils {
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
}
.case-wrapper .case-deatils a {
  display: inline-block;
  font-size: 15px;
  color: #00316A;
  -webkit-padding-after: 8px;
          padding-block-end: 8px;
}
.case-wrapper .case-deatils a:hover {
  color: #00BBD6;
  text-decoration: underline;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .case-wrapper .case-deatils a {
    font-size: 13px;
    -webkit-padding-after: 5px;
            padding-block-end: 5px;
  }
}
.case-wrapper .case-deatils p {
  font-size: 12px;
  color: #949494;
  -webkit-padding-after: 8px;
          padding-block-end: 8px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .case-wrapper .case-deatils p {
    font-size: 13px;
    -webkit-padding-after: 5px;
            padding-block-end: 5px;
  }
}
.case-wrapper .case-deatils h5 {
  font-size: 15px;
  color: #CE3689;
  font-weight: 600;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .case-wrapper .case-deatils h5 {
    font-size: 13px;
  }
}
.case-wrapper .project-stats-value {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
.case-wrapper .project-stats-value .radial-chart {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
}
.case-wrapper .project-stats-value .radial-chart .percent {
  display: inline-block;
  line-height: 60px;
  z-index: 2;
  font-weight: 500;
  color: #273773;
}
.case-wrapper .project-stats-value .radial-chart .percent:after {
  content: "%";
  -webkit-margin-start: 0.1em;
          margin-inline-start: 0.1em;
  font-size: 0.8em;
}
.case-wrapper .project-stats-value .radial-chart canvas {
  position: absolute;
  inset-block-start: -15px;
  inset-inline-start: -15px;
}

.backBtn {
  display: none;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
}

.donation-box .quickDonateBtn {
  width: 380px;
  border-radius: 0 6px 0px 0;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
@media (max-width: 425px) {
  .donation-box .quickDonateBtn {
    width: 100%;
  }
}
.donation-box .quickDonateBtn i {
  display: block;
}
.donation-box .choose-donation-wrapper {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.donation-box .choose-donation-wrapper:after {
  display: block;
}
.donation-box.case-wrap .case-wrapper {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.donation-box.case-wrap .case-wrapper:after {
  display: block;
}
.donation-box.case-wrap .case-wrapper.on {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  max-height: 500px;
  overflow: auto;
  padding: 10px;
}
.donation-box.case-wrap .quickDonateBtn {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.donation-box.case-wrap .quickDonateBtn img {
  display: block;
}
.donation-box.case-wrap .quickDonateBtn .backBtn img {
  width: 32px;
}
.donation-box.case-wrap .quickDonateBtn i {
  display: none;
}

.show-single-prjct .single-case-wrapper {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.show-single-prjct .case-wrapper {
  -webkit-transform: translateX(-380px);
          transform: translateX(-380px);
}

.show-donate-mode .single-case-wrapper {
  -webkit-transform: translateX(-520px);
          transform: translateX(-520px);
}
.show-donate-mode .donation-mode-wrapper {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.single-case-wrapper {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  border-radius: 0 0px 6px 0;
  padding: 15px;
  position: absolute;
  inset-block-start: 28%;
  width: 500px;
  -webkit-transform: translateX(-530px);
          transform: translateX(-530px);
  z-index: 1;
  -webkit-padding-before: 40px;
          padding-block-start: 40px;
}
@media (max-width: 575px) {
  .single-case-wrapper {
    width: 100%;
  }
}
.single-case-wrapper .close-btn {
  position: absolute;
  inset-inline-end: -11px;
  width: 30px;
  height: 30px;
  border: 2.5px solid #000000;
  inset-block-start: -16px;
  border-radius: 50px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575px) {
  .single-case-wrapper .close-btn {
    inset-inline-end: 0px;
  }
}
.single-case-wrapper figure {
  max-width: 495px;
  height: 150px;
  overflow: hidden;
  border-radius: 6px;
  -webkit-padding-after: 15px;
          padding-block-end: 15px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .single-case-wrapper figure {
    height: 140px;
    -webkit-padding-after: 10px;
            padding-block-end: 10px;
  }
}
@media (max-width: 575px) {
  .single-case-wrapper figure {
    max-width: 100%;
  }
}
.single-case-wrapper figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-case-wrapper .single-case-head {
  color: #00316A;
  font-size: 17px;
  font-weight: 600;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .single-case-wrapper .single-case-head {
    font-size: 15px;
    margin-bottom: 8px;
  }
}
.single-case-wrapper .case-descrptn p {
  color: #A29991 !important;
  font-size: 15px !important;
  -webkit-padding-after: 15px !important;
          padding-block-end: 15px !important;
  margin-bottom: 0 !important;
  line-height: 17px !important;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .single-case-wrapper .case-descrptn p {
    font-size: 12px !important;
    -webkit-padding-after: 10px !important;
            padding-block-end: 10px !important;
  }
}
.single-case-wrapper .case-descrptn a {
  color: #1CC2DB;
}
.single-case-wrapper .case-descrptn a:hover {
  text-decoration: underline;
}
.single-case-wrapper .licence-no {
  color: #00316A;
  font-size: 15px;
  font-weight: 500;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .single-case-wrapper .licence-no {
    font-size: 13px;
  }
}
.single-case-wrapper .icon-black {
  position: absolute;
  top: 8px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .single-case-wrapper .icon-black img {
    width: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .single-case-wrapper {
    padding: 10px;
    -webkit-padding-before: 32px;
            padding-block-start: 32px;
  }
}

.donation-mode-wrapper {
  max-width: 725px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  border-radius: 0 0px 6px 0;
  position: absolute;
  inset-block-start: 55%;
  -webkit-transform: translateX(-725px);
          transform: translateX(-725px);
  z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .donation-mode-wrapper {
    max-width: 630px;
  }
}
.donation-mode-wrapper .quickDonateBtn i {
  display: block;
}

.box-header .payment-header {
  width: 100%;
  position: relative;
  border-radius: 0px;
  padding-block: 25px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .box-header .payment-header {
    padding-block: 20px;
  }
}
.box-header .backBtn {
  position: absolute;
  z-index: 99;
  top: 11px;
  left: 30px;
}
.box-header .backBtn img {
  width: 18px;
}

.payment-tab {
  padding: 30px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .payment-tab {
    padding: 15px;
  }
}
@media (max-width: 425px) {
  .payment-tab {
    padding: 15px;
  }
}
.payment-tab .donate-heading {
  font-size: 18px;
  color: #A29991;
  font-weight: 400;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .payment-tab .donate-heading {
    font-size: 13px;
    -webkit-margin-after: 10px;
            margin-block-end: 10px;
  }
}
.payment-tab .nav-tabs li a {
  -webkit-margin-end: 45px;
          margin-inline-end: 45px;
  font-size: 16px;
  color: #A7A3A2;
  font-weight: 600;
  padding: 0;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .payment-tab .nav-tabs li a {
    -webkit-margin-end: 35px;
            margin-inline-end: 35px;
    font-size: 12px;
  }
}
.payment-tab .nav-tabs li.active a {
  color: #20B6D6;
  border: 1px solid transparent;
  background: transparent;
  border-bottom: 2px solid #20B6D6;
}
.payment-tab .next-btn {
  background-color: #273773;
  height: auto;
  font-weight: 600;
  padding: 5px 30px;
}

.donation-amount-holder {
  -webkit-margin-after: 35px;
          margin-block-end: 35px;
  /* custom radio button begins*/
  /* custom radio button ends*/
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .donation-amount-holder {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}
@media (max-width: 768px) {
  .donation-amount-holder {
    -webkit-margin-after: 0px;
            margin-block-end: 0px;
  }
}
.donation-amount-holder .custom-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.donation-amount-holder .custom-radios input[type=radio] {
  display: none;
}
.donation-amount-holder .custom-radios input[type=radio] + label img {
  display: none;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.donation-amount-holder .custom-radios input[type=radio]:checked + label {
  color: #fff;
  background-color: #273773;
  border: 1px solid #20B6D6;
}
.donation-amount-holder .custom-radios input[type=radio]:checked + label img {
  display: inline-block;
  -webkit-padding-end: 5px;
          padding-inline-end: 5px;
}
.donation-amount-holder .custom-radios div > label {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  color: #A29991;
  border: 1px solid rgba(199, 191, 191, 0.3607843137);
  background-color: #F1F1F1;
  padding: 14px;
  border-radius: 3px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .donation-amount-holder .custom-radios div > label {
    font-size: 12px;
    padding: 8px;
  }
}

.user-enter-amount:before {
  border: 1px solid #E9E5E5;
  border-radius: 50%;
  color: #7c8594;
  content: "OR";
  height: 45px;
  inset-inline-start: -48px;
  position: absolute;
  width: 45px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .user-enter-amount:before {
    width: 40px;
    font-size: 12px;
    height: 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  #pre_donation {
    height: 30px;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
S input[type=number] {
  -moz-appearance: textfield;
}

#OtpModal .modal-dialog {
  width: 500px;
}

.modal-backdrop {
  background-color: transparent !important;
}

.otp-modal-content {
  padding: 30px;
}
.otp-modal-content .otp-head {
  font-size: 18px;
  font-size: 600;
  color: #273773;
}
.otp-modal-content p {
  font-size: 14px;
  font-weight: 400;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  color: #5F5F5F;
}
.otp-modal-content p a {
  text-decoration: underline;
  color: #5F5F5F;
}
.otp-modal-content .amount-details {
  font-size: 14px;
  font-weight: 400;
  color: #20B6D6;
  line-height: 24px;
}
.otp-modal-content .otp-enter-field {
  background: #D5EEF5;
  border-radius: 6px;
}
.otp-modal-content .time-left {
  font-size: 14px;
  font-weight: 400;
  color: #FF7474;
}
.otp-modal-content .verification-code {
  margin: 30px auto;
  background: #D5EEF5;
  -webkit-padding-before: 35px;
          padding-block-start: 35px;
  -webkit-padding-after: 25px;
          padding-block-end: 25px;
  border-radius: 6px;
  text-align: center;
}
.otp-modal-content .verification-code .code-inputs input[type=text] {
  border-bottom: 3px solid #273773;
  width: 46px;
  height: 46px;
  padding: 10px;
  text-align: center;
  display: inline-block;
  border-radius: 2px;
  margin: 0px 10px;
}

.events-outer {
  width: 95%;
  -webkit-margin-before: -80px;
          margin-block-start: -80px;
  margin-inline: auto;
  -webkit-padding-before: 30px;
          padding-block-start: 30px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .events-outer {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .events-outer {
    margin-block: 0;
    margin-inline: auto;
  }
}

.events-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  padding: 15px;
  border-radius: 6px;
  -webkit-margin-after: 25px;
          margin-block-end: 25px;
  height: 100%;
}
@media (max-width: 1300px) {
  .events-holder {
    padding: 10px;
  }
}

.event-image {
  width: 320px;
  max-height: 100%;
  border-radius: 6px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.event-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .event-image {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-margin-after: 10px;
            margin-block-end: 10px;
  }
}
@media (max-width: 425px) {
  .event-image {
    max-height: 270px;
  }
}

.events-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .events-details {
    -webkit-padding-start: 0px;
            padding-inline-start: 0px;
  }
}
.events-details .event-name {
  color: #00316A;
  font-size: 18px;
  font-weight: 600;
}
.events-details .event-desc p {
  color: #A29991;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 992px) {
  .events-details .event-desc p {
    max-width: 100%;
  }
}
@media (max-width: 425px) {
  .events-details .event-desc {
    font-size: 14px;
  }
}

.moreBtn {
  background-color: #273773;
  background-image: url(../images/white-curve.svg);
  border-radius: 3px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}

.moreBtn img {
  display: inline-block;
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
}

.event-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}
.event-btns .btn {
  min-width: 170px;
  block-size: auto;
  padding: 8px;
  border-radius: 4px;
}
@media (max-width: 1399.98px) {
  .event-btns .btn {
    padding: 5px 24px;
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .event-btns .btn {
    min-width: 100px;
  }
}
.event-btns .campaign-btn {
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
}

.amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .amount {
    -webkit-margin-after: 10px;
            margin-block-end: 10px;
  }
}
.amount h4 {
  font-size: 15px;
  font-weight: 500;
  color: #205690;
  margin: 0;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .amount h4 {
    font-size: 12px;
  }
}
@media (max-width: 425px) {
  .amount h4 {
    font-size: 12px;
  }
}
.amount h4 img {
  display: inline;
}
@media (max-width: 425px) {
  .amount {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}

.bar-percentage {
  display: none;
  float: left;
  background: rgba(0, 0, 0, 0.13);
  border-radius: 4px;
  padding: 9px 0px;
  width: 18%;
  height: 16px;
}

.bar-container {
  background: rgba(0, 0, 0, 0.13);
  border-radius: 20px;
  height: 10px;
  margin-block: 12px;
  margin-inline: 0px;
  overflow: hidden;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .bar-container {
    margin-block: 5px;
  }
}

.bar {
  float: left;
  background: rgb(2, 161, 206);
  background: -webkit-gradient(linear, left top, right top, from(rgb(2, 161, 206)), to(rgb(39, 68, 130)));
  background: linear-gradient(90deg, rgb(2, 161, 206) 0%, rgb(39, 68, 130) 100%);
  height: 100%;
  border-radius: 20px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

/* COLORS */
.azure {
  background: #E0DDDA;
}

.welcome {
  -webkit-padding-before: 80px;
          padding-block-start: 80px;
  -webkit-padding-after: 30px;
          padding-block-end: 30px;
  padding-inline: 0px;
}
.welcome .image-holder {
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
}
@media (max-width: 768px) {
  .welcome .image-holder {
    -webkit-padding-start: 0px;
            padding-inline-start: 0px;
    -webkit-padding-before: 20px;
            padding-block-start: 20px;
  }
}
.welcome .image-holder img {
  width: 100%;
}
@media (max-width: 768px) {
  .welcome {
    -webkit-padding-before: 15px;
            padding-block-start: 15px;
    -webkit-padding-after: 30px;
            padding-block-end: 30px;
    padding-inline: 0px;
  }
}

.welcome-title h3 {
  color: #00316A;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}
@media (max-width: 1399.98px) {
  .welcome-title h3 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 1199px) {
  .welcome-title h3 {
    font-size: 33px;
  }
}
@media (max-width: 425px) {
  .welcome-title h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
.welcome-title h3 small {
  color: #00316A;
  font-size: 24px;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  font-weight: 400;
  display: inline-block;
}
@media (max-width: 1399.98px) {
  .welcome-title h3 small {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .welcome-title h3 small {
    font-size: 22px;
  }
}
@media (max-width: 425px) {
  .welcome-title h3 small {
    font-size: 18px;
    -webkit-margin-after: 10px;
            margin-block-end: 10px;
  }
}
.welcome-title p {
  color: #A29991;
  font-size: 18px;
}
@media (max-width: 1399.98px) {
  .welcome-title p {
    font-size: 16px;
  }
}

.success-story {
  padding-block: 70px;
  padding-inline: 0px;
  background-color: #F8F8F8;
}
@media (max-width: 425px) {
  .success-story {
    padding-block: 50px;
  }
}

.testimonial-holder {
  background-color: #fff;
  padding: 50px;
  border-radius: 6px;
  margin-block: 0px;
  margin-inline: 10px;
  position: relative;
}
@media (max-width: 425px) {
  .testimonial-holder {
    padding: 30px;
  }
}
.testimonial-holder .test-desc {
  color: #A29991;
  font-size: 17px;
  line-height: 26px;
  -webkit-padding-before: 25px;
          padding-block-start: 25px;
}

.sec-title {
  text-align: center;
  color: #00316A;
  font-size: 35px;
  font-weight: 400;
}
@media (max-width: 1399.98px) {
  .sec-title {
    font-size: 28px;
  }
}

.client-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.client-details .quote {
  background: #00316A url(../images/icons/quote.svg) no-repeat center;
  width: 55px;
  height: 55px;
  border-radius: 6px;
  background-size: 28px;
}

.client-name {
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
}
.client-name h4 {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  -webkit-margin-after: 6px;
          margin-block-end: 6px;
}
.client-name span {
  color: #00316A;
  font-size: 14px;
}

.story-slider.owl-carousel .owl-dots {
  text-align: center;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}
.story-slider.owl-carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-block: 10px;
  margin-inline: 5px;
  border-radius: 50%;
  background-color: rgba(202, 230, 234, 0.4509803922);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.story-slider.owl-carousel .owl-dots .owl-dot.active {
  width: 21px;
  height: 11px;
  border-radius: 30px;
  background-color: #CAE6EA;
}

.payment-button .btn-rounded {
  width: auto;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .tab-content {
    padding-top: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 16px;
  }
}
.toogle-donation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff !important;
}
.toogle-donation:hover {
  color: #fff;
}

.toogle-donation-close {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}

.donation-show {
  display: block;
}

.case-wrap .toogle-donation-close {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .donate-campaign-btn .donate-btn, .donate-campaign-btn .campaign-btn {
    height: 32px;
    line-height: 30px;
    font-size: 12px;
  }
}

.text-ar {
  font-family: "Droid Arabic Kufi", sans-serif;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  width: 200px;
  background: #fff;
  border: 1px solid #f5f8fa;
  display: none;
}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
  display: none;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
  width: 250px;
}

.donate-drop a:focus {
  color: #fff !important;
}
.donate-drop .dropdown-menu {
  width: 180px;
}
.donate-drop .dropdown-menu li:hover {
  background: rgba(0, 49, 106, 0.07);
}
.donate-drop .dropdown-menu li a {
  border-bottom: 0 !important;
}
.donate-drop .dropdown-menu li a:hover {
  color: #00316A !important;
}
.donate-drop .active.donate {
  background: rgba(0, 49, 106, 0.07);
}
.donate-drop .active.donation-method {
  background: rgba(0, 49, 106, 0.07);
}

.form-heading {
  font-size: 19px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .form-heading {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

.sub-heading {
  font-size: 14px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .sub-heading {
    font-size: 12px;
  }
}

.payment-panel {
  padding: 10px 4px 5px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .payment-panel .form-group {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .payment-panel .form-group label {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
.payment-panel .form-group .form-control {
  height: 30px;
  margin-bottom: 5px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .payment-button button {
    font-size: 12px;
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .mb-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .pb-0 {
    padding-bottom: 0;
  }
}

.navbar.bootsnav ul.nav > li > a.active.donation-menu {
  background-color: rgba(0, 0, 0, 0.06) !important;
}

.donation-sec {
  position: relative;
  -webkit-padding-after: 80px;
          padding-block-end: 80px;
}
.donation-sec:after {
  content: " ";
  background: url(../images/bg-green.png) no-repeat;
  position: absolute;
  inset-block-end: 0;
  inset-block-start: 0;
  width: 100%;
  height: 430px;
  background-size: cover;
  background-position-y: bottom;
  z-index: -1;
}
@media (max-width: 768px) {
  .donation-sec .donate-tab-content {
    -webkit-padding-before: 15px;
            padding-block-start: 15px;
  }
}
@media (max-width: 768px) {
  .donation-sec {
    -webkit-padding-after: 30px;
            padding-block-end: 30px;
  }
}
@media (max-width: 520px) {
  .donation-sec {
    -webkit-padding-after: 15px;
            padding-block-end: 15px;
  }
}

img {
  display: inline-block;
}

.page-title-holder {
  background: #00316A url(../images/page-bg.png) no-repeat center;
}

.title-holder {
  padding: 35px 0px;
}
.title-holder h3 {
  color: #fff;
  font-size: 35px;
  font-weight: 100;
  margin: 0;
}
@media (max-width: 768px) {
  .title-holder h3 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .title-holder {
    padding: 20px 0px;
  }
}

.donate-tab .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  margin-block: 15px;
  margin-inline: 0px;
}
.donate-tab .nav-tabs li a {
  color: #00316A;
  font-size: 21px;
  border: none;
  padding: 10px 0px;
  margin-block: 0px;
  margin-inline: 15px;
}
.donate-tab .nav-tabs li a:hover {
  background-color: transparent;
}
@media (max-width: 768px) {
  .donate-tab .nav-tabs li a {
    font-size: 17px;
  }
}
.donate-tab .nav-tabs li.active a {
  color: #00316A;
  border: none;
  border-bottom: 5px solid;
}

.donation-item {
  -webkit-box-shadow: 0 2px 11px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 11px rgba(0, 0, 0, 0.25);
  padding: 25px;
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
  background: #F7F7F7 url(../images/bg-lines.png) no-repeat right;
  background-position-y: top;
}

.donate-image {
  width: 270px;
  height: 175px;
  overflow: hidden;
}
.donate-image img {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .donate-image {
    width: 100%;
    height: 100%;
    -webkit-margin-after: 15px;
            margin-block-end: 15px;
  }
}

.prj-detail h3 {
  color: #00316A;
  font-size: 21px;
  font-weight: 400;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}
.prj-detail p {
  color: #00316A;
  font-size: 15px;
  line-height: 18px;
}
.prj-detail .amount {
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
}
.prj-detail .amount h4 {
  font-size: 12px;
}
.prj-detail .amount h4 img {
  width: 12px;
}

.donate-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .donate-detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
}
.donate-detail span {
  font-size: 12px;
  color: #00326C;
}
@media (max-width: 767px) and (max-width: 767px) {
  .donate-detail span {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}
.donate-detail .donate-btn {
  width: 140px;
  border-radius: 6px;
  font-size: 15px;
  height: auto;
  line-height: 36px;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}
@media (max-width: 767px) {
  .donate-detail .donate-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.donate-detail .donate-btn.btn[disabled] {
  background: #B9BEBF;
}
.donate-detail .people-count {
  font-size: 11px;
  color: #A29B93;
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
}
@media (max-width: 767px) {
  .donate-detail .people-count {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    text-align: end;
  }
}
.donate-detail .people-count span {
  font-size: 14px;
  color: #A29B93;
  padding: 0 5px;
}
.donate-detail .people-count img {
  display: inline-block;
}
.donate-detail .no-donation {
  color: #FF3535;
}

@media (max-width: 768px) {
  .donate-pagination nav {
    display: none;
  }
}
.donate-pagination .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px;
}
@media (max-width: 520px) {
  .donate-pagination .pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.donate-pagination .pagination li a {
  width: 45px;
  height: 40px;
  border-radius: 0px !important;
  background-color: #E0DDDA;
}
.donate-pagination .pagination li a:hover {
  background-color: #01BBD6;
}
@media (max-width: 520px) {
  .donate-pagination .pagination li a {
    width: 32px;
  }
}
.donate-pagination .pagination li .next-prev {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.13);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.13);
  background: #fff;
  width: 80px;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.donate-pagination .pagination li .next-prev:hover span img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media (max-width: 520px) {
  .donate-pagination .pagination li .next-prev {
    width: 45px;
  }
}
.donate-pagination .pagination li.active a {
  background-color: #01BBD6;
}

.bar-holder {
  position: relative;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  width: 100%;
}
@media (max-width: 425px) {
  .bar-holder {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}
.bar-holder .percent-buble {
  font-size: 12px;
  color: #fff;
  position: absolute;
  min-width: 36px;
  height: 21px;
  background: #0A75BC;
  inset-block-start: -28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 5px;
}
.bar-holder .percent-buble:before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: -5px;
  width: 0;
  height: 0;
  border-left: 10px solid #0A75BC;
  border-bottom: 6px solid transparent;
}

.mobile-view-banner {
  display: none;
  background: url(../images/test.png) no-repeat bottom;
  height: 215px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: 100%;
}
.mobile-view-banner h4 {
  color: #fff;
  font-size: 30px;
}
@media (max-width: 767px) {
  .mobile-view-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.load-more {
  color: #01BBD6;
  background: #F7F7F7;
  font-size: 20px;
  border-radius: 6px;
  text-transform: capitalize;
  border: 1px solid #00316A;
  padding: 5px 20px;
  height: auto;
  width: 100%;
  display: none;
}
@media (max-width: 767px) {
  .load-more {
    display: block;
  }
}

.top-banner-img figure {
  width: 100%;
  height: 370px;
}
.top-banner-img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-content {
  -webkit-padding-after: 20px;
          padding-block-end: 20px;
}

.prjct-state {
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}

.prj-statistics {
  -webkit-padding-after: 20px;
          padding-block-end: 20px;
}

.prjct-state .nav-pills li {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.prjct-state .nav-pills li a {
  background: #A29992;
  border-radius: 0;
  color: #fff;
  padding: 10px 20px;
}
.prjct-state .nav-pills li a i {
  color: #333333;
  -webkit-padding-end: 3px;
          padding-inline-end: 3px;
}
.prjct-state .nav-pills li a.active {
  background: rgba(162, 153, 146, 0.2117647059);
  color: #333333;
}
.prjct-state .nav-pills li a.active i {
  color: #78DE72;
}

.license {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #03BBD7;
  padding: 5px 20px;
}
.license h4 {
  color: #A29991;
  font-size: 14px;
}
.license i {
  font-size: 26px;
  font-weight: 600;
  color: #f56b34;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.project-title {
  font-size: 34px;
  font-weight: 400;
  color: #003D74;
  -webkit-padding-after: 10px;
          padding-block-end: 10px;
}
@media (max-width: 768px) {
  .project-title {
    display: none;
  }
}

.donation-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-padding-after: 35px;
          padding-block-end: 35px;
}
.donation-detail h4 {
  font-size: 17px;
  color: #00326C;
  margin: 0;
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
}
.donation-detail h4 span {
  padding-block: 0px;
  padding-inline: 5px;
}

a.donation-type.hover {
  text-decoration: none !important;
}

.donation-type-holder {
  border: 2px solid #0C74BC;
  position: relative;
  padding: 15px;
  color: #003D74;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 200px;
  background: url(../images/bg-lines.png) no-repeat;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
}
.donation-type-holder:before {
  content: " ";
  background: url(../images/icons/info-icon.svg) no-repeat;
  background-size: cover;
  position: absolute;
  width: 12px;
  height: 12px;
  inset-inline-end: 5px;
  inset-block-start: 5px;
}
.donation-type-holder figure {
  -webkit-padding-before: 15px;
          padding-block-start: 15px;
}
.donation-type-holder .don-amount {
  font-size: 34px;
  font-weight: 600 !important;
  margin-block: 5px;
  margin-inline: 0px;
}
.donation-type-holder span {
  font-size: 12px;
  font-weight: 300;
}
.donation-type-holder p {
  font-size: 12px;
  margin: 0;
}

.case-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.case-info .info-para {
  -webkit-margin-after: 25px;
          margin-block-end: 25px;
}
.case-info .info-para p {
  color: #000000;
  font-size: 16px;
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
}
@media (max-width: 768px) {
  .case-info .info-para {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-margin-after: 15px;
            margin-block-end: 15px;
  }
}

.tags {
  list-style: none;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tags li {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.tags li a {
  border: 1px solid #CAE6EA;
  border-radius: 50px;
  display: inline-block;
  font-size: 16px;
  padding: 7px 20px;
  line-height: 20px;
  text-decoration: none;
  color: #000000;
}
.tags li a:hover {
  background: #CAE6EA;
}
.tags li i {
  color: #000000;
  font-size: 22px;
  -webkit-padding-end: 10px;
          padding-inline-end: 10px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .tags li i {
    display: none;
  }
}
@media (max-width: 768px) {
  .tags {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.related-prj {
  background: #EAE8E6;
  padding-block: 35px;
  padding-inline: 0px;
}
.related-prj .prjcts-item {
  background: #F4F3F2;
  padding: 25px;
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
}
.related-prj .prjcts-item .prjct-image img {
  width: 100%;
  height: 100%;
}
.related-prj .prjcts-item .tags li {
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}
.related-prj .prjcts-item .tags li a {
  font-size: 11px;
  padding: 5px 15px;
  line-height: 20px;
}
.related-prj .prjcts-item .bar-holder .amount {
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}

.pull-top {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
@media (max-width: 768px) {
  .pull-top {
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
  }
}

.table.patient-detail {
  border: 1px solid #03BBD7;
  -webkit-margin-after: 60px;
          margin-block-end: 60px;
}
.table.patient-detail tbody tr {
  border: 1px solid #03BBD7;
}
.table.patient-detail tbody tr td {
  border-top: transparent;
  color: #A29991;
}

.btn-rounded {
  width: 100%;
  background: #ce3689;
  padding: 15px 28px;
  height: auto;
  border-radius: 6px;
  border: none;
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.41);
          box-shadow: 0 4px 13px rgba(0, 0, 0, 0.41);
}

.campaign-bg {
  background-color: #1CC2DB;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}

ul {
  list-style: none;
  padding-left: 0;
}

.mb-10 {
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}

.donation-method-outer {
  padding: 50px 0px;
}
.donation-method-outer .page-heading {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .donation-method-outer .page-heading {
    margin-bottom: 35px;
  }
}
.donation-method-outer .page-heading h3 {
  color: #29ABE2;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .donation-method-outer .page-heading h3 {
    font-size: 22px;
  }
}
.donation-method-outer .page-heading p {
  color: #626262;
  font-size: 15px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .donation-method-outer .page-heading p {
    font-size: 14px;
    line-height: 23px;
  }
}

.donation-methods {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.19);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.19);
  padding: 25px;
  margin-bottom: 20px;
  min-height: 300px;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .donation-methods {
    padding: 20px;
    min-height: 265px;
  }
}
.donation-methods .method-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  background: rgba(0, 49, 106, 0.07);
  border-radius: 6px;
  margin-bottom: 25px;
}
.donation-methods .method-name {
  color: #00316A;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .donation-methods .method-name {
    font-size: 17px;
  }
}
.donation-methods p {
  color: #949494;
  font-size: 15px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .donation-methods p {
    font-size: 14px;
    line-height: 23px;
  }
}
.donation-methods .dwnld-sub-link {
  color: #CE3689;
  font-size: 16px;
  font-weight: 700;
}

.main-btn.darkgreen.reset-link {
  line-height: 0;
}

.btn-group .btn.reg-user {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #cccccc38;
  box-shadow: 0 0px 5px 0 rgb(0 0 0 / 26%) !important;
}
.btn-group .btn.reg-user .nspan {
  top: 0;
}

.login-remember input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 5px;
  height: 9px;
  border: solid #0fa76c;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: initial;
  transition: initial;
}

.outer-margin.detail-overlay > h4 {
  font-size: 18px;
  line-height: 21px;
  -webkit-padding-start: 5px;
          padding-inline-start: 5px;
}
.outer-margin.detail-overlay > p {
  font-size: 13px;
  line-height: 19px;
  -webkit-padding-after: 5px;
          padding-block-end: 5px;
}
.outer-margin.detail-overlay .btn-rounded {
  padding: 10px 20px;
}

.single-project-description.project-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#content .right-columns {
  background-color: #fff;
}
#content .right-columns a img {
  height: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}

.event-content >ul, .event-content >p{
  text-align: right;
  direction: rtl;
  font-family: "Droid Arabic Kufi", sans-serif;
}

a.addeventatc {
  padding: 10px 15px 13px 15px !important;
}
a.addeventatc .atc_node {
  color: #0c74bc !important;
}

/* Loader Code */
.loader-holder {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9999;
}
.loader-holder .rightwing {
  width: 30px;
  height: 30px;
  -webkit-animation: fly 0.5s infinite;
  animation: fly 0.5s infinite;
}
.loader-holder .leftwing {
  width: 31px;
  height: 30px;
  -webkit-animation: fly 0.5s infinite;
  animation: fly 0.5s infinite;
}
@-webkit-keyframes fly {
  0% {
    width: 30px;
  }
  50% {
    width: 10px;
    height: 35px;
  }
  100% {
    width: 30px;
  }
}
@keyframes fly {
  0% {
    width: 30px;
  }
  50% {
    width: 10px;
    height: 35px;
  }
  100% {
    width: 30px;
  }
}

.loader-holder .icon {
  -webkit-animation: butterfly 1s infinite;
  animation: butterfly 1s infinite;
}

@-webkit-keyframes butterfly {
  from, to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
}

@keyframes butterfly {
  from, to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
}

.event-detail-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.event-detail-box ul li span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/*# sourceMappingURL=new.css.map */