::selection{
  color: #fff;
  background: #7d2ae8;
}

.up_text{
  display: inline-flex;
  width: 100%;
  height: 170px;
  background-image: url('../images/don_back.jpg');
  margin-top: 100px;
  color: white;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.up_text h3{
  color: whitesmoke;
  font-size: 40px;
  width: 30%;
  text-align: center;
}

.up_text i {
  display: inline-flex;
  flex-direction: row;
  height: 50px;
  width: 50px;
  background: red;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 25px;
}

.plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  max-width: 970px;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f5f8ff;
  margin-bottom: 20px;
  margin-top: 0;
  border-radius: 20px 0 0 20px;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.plans .plan input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.plans .plan {
  cursor: pointer;
  width: 60%;
}

.don_form{
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  padding-bottom: 25px;
  background: white;
  border-radius:0 20px 20px 0;

}

.top_d{
  display: inline-flex;
  flex-direction: row;
  width: 70%;
  align-items: center;
  margin: auto;
  position: relative;
  flex-wrap: nowrap;
  border-bottom: 2px solid #f5f8ff;
 padding-bottom: 15px;
}

.one{
  display: inline-flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  width: 60%;
}

.one i{
   justify-content: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  height: 72px;
  font-size: 30px;
  width: 72px;
  background-color: #f5f8ff;
  border-radius: 50%;
}

.one font{
  font-weight: 300;
}
.two{
  display: inline-flex;
  flex-direction: row;
  justify-content: right;
  align-items: center;
  color: #f26d20;
  position: relative;
  width: 40%;
}

.two input{
  border: none;
  font-weight: 700;
  height: 80px;
  width: 50%;
  font-size: 35px;
  color: #f26d20;
}


.two b{
  color: #f26d20;
  font-size: 35px;
}

.don_form form{
  width: 70%;
  margin: auto;
}
.don_form .form_hio{
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  margin: auto;
  position: relative;
  margin-top: 40px;
}

.don_form .form_hio .labela{
  margin-left: 15px;
  color: black;
  position: absolute;
  top: -30px;
  background-image: linear-gradient(to top, #ffff, #fff);
  padding: 3px;
}

.don_form .form_hio input{
  width: 100%;
  background-color: #f2f6ff;
  border: none;
  border-radius: 30px;
  padding: 5px 15px;
  height: 50px;
}

.form_hio input::placeholder{
  color: #bdbdbd;
}

.don_form .form_hio input:focus{
  border: 2px solid #4d5cfa;
  color: black;
  transition: .2s;
}

.form_hio input:focus + .labela{
  color: #4d5cfa;
  font-weight: 600;
  position: absolute;
  background-image: linear-gradient(to top, #f2f6ff 50%, #fff 50%);
  top: -13px;
  transition: .2s;
}


.form_hio input:focus::placeholder{
  display: none;
  font-size: 1px;
  transition: .2s;
}
.plans .plan .plan-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #e1e2e7;
  border-radius: 15px;
  background: #fff;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  position: relative;
}


.don_form form input[type='submit']{
  border-radius: 5px;
  width: 100%;
  background-color: #4d5cfa;
  color: white;
  padding: 10px;
  border: none;
  margin-top: 15px;
}

.plans .plan .plan-content .uu{
  justify-content: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  height: 72px;
  font-size: 30px;
  width: 72px;
  background-color: #f5f8ff;
  border-radius: 50%;
}

.uu i{
  background: linear-gradient(to top right, #0078ff,#004eff,#000cff);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}
.plans .plan .plan-details span {
  margin-bottom: 10px;
  display: block;
  font-size: 40px;
  line-height: 24px;
  font-weight: bold;
  color: #252f42;
}

.contenti{
  margin: auto;
  padding: 15px;
  width: 100%;
  text-align: left;
}
.dpx{
  display:flex;
  align-items:center;
  justify-content:space-between;
  width: 100%;
}
.h1i{
  font-size:15px;
  line-height:28px;
  margin-bottom:15px;
}
.labeli{
  display:block;
  line-height:40px;
}
.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 40px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #40e0d0;
}
.option-input:checked::before {
  width: 40px;
  height: 40px;
  display:flex;
  content: '\f00c';
  font-size: 25px;
  font-weight:bold;
  position: absolute;
  align-items:center;
  justify-content:center;
  font-family:'Font Awesome 5 Free';
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}

@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}


.cou{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.conty{
  display: inline-flex;
  flex-direction: row;
  width: 70%;
    //*-webkit-box-shadow: 0px 8px 10px 0px #d8dfeb;
  box-shadow: 0px 8px 10px 0px #d8dfeb;*//
  margin: auto;
  margin-top: 180px;
  margin-bottom: 180px;
  justify-content: center;
  height: auto;
  border-radius: 20px;

}

.containerdo{
  width: 50%;
  display: inline-flex;
  justify-content: center;
  background: #f5f8ff;
  flex-direction: column;
  align-items: center;
  border-radius: 20px 0 0 20px;
  padding: 0 55px;
  padding-bottom: 50px;
  padding-top: 50px;

}

.iput-lay{
  display: inline-flex;
  flex-direction: column;
  width: 100%;

}

.containerdo .title {
  font-size: 20px;
  font-weight: 500;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #252f42;
  margin-bottom: 0;
}

.plans .plan .plan-details p {
  color: #646a79;
  font-size: 14px;
  line-height: 18px;
}

.plans .plan .plan-content:hover {
  -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
  box-shadow: 0px 3px 5px 0px #e8e8e8;
}

.plans .plan input[type="radio"]:checked + .plan-content:after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background: #fff;
  right: 20px;
  top: 20px;
  border-radius: 100%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #0066ff;
  box-shadow: 0px 0px 0px 2px #0066ff;
}

.plans .plan input[type="radio"]:checked + .plan-content {
  border: 2px solid #216ee0;
  background: #fff;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.ivon{
  position: absolute;
  right: 20px;
}

.ivon a{
  display: inline-flex;
  font-size: 20px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: whitesmoke;
  justify-content: center;
  align-items: center;
}



.amouii{
  display: inline-flex;
  flex-direction: column;
  justify-content: left;
  align-items: left;
  width: 100%;
  margin-top: 40px;
  position: relative;

}

.amouii input{
  background: white;
  border-radius: 7px;
  height: 50px;
  border: none;
  width: 100%;
   padding: 5px 5px 5px 35px;
}
.amouy{
  position: absolute;
  right: 25px;
  top: 20px;
  font-weight: bold;
  color: #556fea;
  font-size: 30px;
}




.amouii .labela{
  margin-left: 10px;
  color: black;
  position: absolute;
  top: -30px;
  background-image: linear-gradient(to top, #f2f6ff, #f2f6ff);
  padding: 3px;
}

.d_i{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  position: absolute;
  height: 50px;
  width: 45px;

}

#dsd{
  display: none;
}

.amouii input::placeholder{
  color: #bdbdbd;
}

.amouii input:focus{
  border: 2px solid #4d5cfa;
  color: black;
  transition: .2s;
}

.amouii input:focus + .labela{
  color: #4d5cfa;
  font-weight: 600;
  position: absolute;
  margin-left: 15px;
  background-image: linear-gradient(to bottom, #f2f6ff 50%, #fff 50%);
  top: -13px;
  transition: .2s;
}


.amouii input:focus::placeholder{
  display: none;
  font-size: 1px;
  transition: .2s;
}


.amouy{
  position: absolute;
  right: 25px;
  top: 20px;
  font-weight: bold;
  color: #556fea;
  font-size: 30px;
}



.inputGroup {
  background-color: #fff;
  display: block;
  margin: 10px 0;
  border-radius: 10px;
  height: 70px;
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.inputGroup label {
  padding: 0 30px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  height: 70px;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  margin-top: 10px;
  z-index: 2;
  border-radius: 10px;
  transition: color 200ms ease-in;
  overflow: hidden;
}
.inputGroup label:before {
  width: 100%;
  height: 70px;
  border-radius: 10px;
  content: "";
  background-color: #5562eb;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.inputGroup label:after {
  width: 32px;
  height: 32px;
  content: "";
  border: 2px solid #f5f8ff;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}
.inputGroup input:checked ~ label {
  color: #fff;
}
.inputGroup input:checked ~ label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
.inputGroup input:checked ~ label:after {
  background-color: #54E0C7;
  border-color: #54E0C7;
}
.inputGroup input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 53%;
  border-radius: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}


@media screen and (max-width: 991px) {
  .plans {
    margin: 0 auto;
    -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;
    padding: 20px;
    max-width: 970px;
    width: 90%;
  }

  .plans .plan {
    width: 100%;
  }

  .plan.complete-plan {
    margin-top: 20px;
  }

  .plans .plan .plan-content .plan-details {
    width: 70%;
    display: inline-block;
  }

  .plans .plan input[type="radio"]:checked + .plan-content:after {
    top: 45%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}





@media screen and (max-width: 768px) {
  .plans .plan .plan-content .plan-details {
    width: 60%;
    display: inline-block;
  }

  .conty{
  display: inline-flex;
  flex-direction: column;
  width: 100%;
    //*-webkit-box-shadow: 0px 8px 10px 0px #d8dfeb;
  box-shadow: 0px 8px 10px 0px #d8dfeb;*//
  margin: auto;
  margin-top: 40px;
  margin-bottom: 180px;
  justify-content: center;
  height: auto;
  border-radius: 20px;

}
.cou{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px
}
.containerdo{
  width: 98%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  background: #f5f8ff;
  align-items: center;
  height: auto;
  border-radius: 20px 20px 0 0;
   padding: 0 15px;
  margin: auto;
  padding-bottom: 30px;

}
.iput-lay{
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  column-gap: 15px;
  justify-content: center;
}

.inputGroup label {
  padding: 0 10px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  height: 40px;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  margin-top: 10px;
  z-index: 2;
  border-radius: 10px;
  transition: color 200ms ease-in;
  overflow: hidden;
}
.inputGroup label:after {
  width: 25px;
  height: 25px;
  content: "";
  border: 2px solid #f5f8ff;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}

.inputGroup {
  background-color: #fff;
  display: block;
  margin: 10px 0;
  border-radius: 10px;
  height: 40px;
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 30%;
}
.don_form{
  display: inline-flex;
  flex-direction: column;
  width: 98%;
  margin: auto;
  padding-bottom: 25px;
  background: white;
  border-radius:0 0 20px 20px;

}

.top_d{
  display: inline-flex;
  flex-direction: row;
  padding: 0 10px;
  padding-top: 10px;
  width: 100%;
  align-items: center;
  margin: auto;
  position: relative;
  flex-wrap: wrap;
  border-bottom: 2px solid #f5f8ff;
 padding-bottom: 15px;
}

.one{
  display: inline-flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  width: 100%;
}

.one i{
   justify-content: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  height: 45px;
  font-size: 18px;
  width: 45px;
  background-color: #f5f8ff;
  border-radius: 50%;
}

.one font{
  font-weight: 300;
  font-size: 12px;
  word-spacing: 0;
}
.two{
  display: inline-flex;
  flex-direction: row;
  justify-content: right;
  align-items: center;
  color: #f26d20;
  position: relative;
  width: 40%;
  right: -40px;
  position: absolute;
}

.two input{
  border: none;
  font-weight: 700;
  height: 40px;
  width: 100%;
  font-size: 21px;
  color: #f26d20;
  background: transparent;
}


.two b{
  color: #f26d20;
  font-size: 21px;
}

.don_form form{
  width: 100%;
  margin: auto;
  padding: 25px;
}
.don_form .form_hio{
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  margin: auto;
  position: relative;
  margin-top: 40px;
}

.don_form .form_hio .labela{
  margin-left: 15px;
  color: black;
  position: absolute;
  top: -30px;
  background-image: linear-gradient(to top, #ffff, #fff);
  padding: 3px;
}

.don_form .form_hio input{
  width: 100%;
  background-color: #f2f6ff;
  border: none;
  border-radius: 30px;
  padding: 5px 15px;
  height: 50px;
}

.form_hio input::placeholder{
  color: #bdbdbd;
}

.don_form .form_hio input:focus{
  border: 2px solid #4d5cfa;
  color: black;
  transition: .2s;
}

.form_hio input:focus + .labela{
  color: #4d5cfa;
  font-weight: 600;
  position: absolute;
  background-image: linear-gradient(to top, #f2f6ff 50%, #fff 50%);
  top: -13px;
  transition: .2s;
}


.form_hio input:focus::placeholder{
  display: none;
  font-size: 1px;
  transition: .2s;
}







}

@media screen and (max-width: 540px) {
  .plans .plan .plan-content img {
    margin-bottom: 20px;
    height: 56px;
    width: 56px;
    -webkit-transition: height 0.4s;
    -o-transition: height 0.4s;
    transition: height 0.4s;
  }


  .up_text{
  display: inline-flex;
  width: 100%;
  height: 170px;
  background-color: #111;
  margin-top: -10px;
  color: white;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.up_text h3{
  color: whitesmoke;
  font-size: 30px;
  width: 98%;
  text-align: center;
}

.up_text i {
  display: inline-flex;
  flex-direction: row;
  height: 50px;
  width: 50px;
  background: red;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 25px;
}

  .plans .plan input[type="radio"]:checked + .plan-content:after {
    top: 20px;
    right: 10px;
  }

  .plans .plan .plan-content .plan-details {
    width: 100%;
  }

  .plans .plan .plan-content {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

.ways_section{
  display: flex;
  flex-direction: column;
  width: 95%;
  margin: auto;
}


.ways_section .h2{
  text-align: center;

}


.ways_section .p{
  text-align: center;
  width: 60%;
  margin: auto;
}

.ways_section .p b{
  font-size: 16px;
}

.ways{
  display: flex;
}

.ways_col{
  flex: 99%;
  padding: 10px;
  justify-content: left;
  font-size: 12px;
  text-align: left;
  margin-top: 10px;
}

.ways_col p{
  text-align: left;
}



.cardsd1 {
  padding: 10px;
  width: 90%;
  height: 100%;
  position: relative;
  display: flex;
  margin: auto;
  gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  justify-content: space-around;
}


.cardsd{
  padding: 10px;
  padding-top: 0;
  width: 90%;
  height: 100%;
  position: relative;
  display: inline-flex;
  margin: auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  justify-content: space-evenly;
}


.cardsd .cards__item{
  margin: auto;
 

}

.hide-part{
    display: none;
}
.show-part{
    display: flex;
}

.show-more{
  width: 20%;
  margin: auto;
  padding: 15px 10px;
  font-weight: bold;
  border-radius: 30px;
  font-family: "Poppins", sans-serif;
  border:3px solid #1e409a;
}
@media (min-width: 900px) {
  .cardsd {
    align-items: stretch;
    justify-content: space-between;
  }

  .cardsd1 {
    align-items: stretch;
    justify-content: space-between;
  }
}
.cards__item {
  flex: 0 1 auto;
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: #9b59b6;
  width: 33%;
  text-align: left;
  text-decoration: none;
  border-top: 3px solid #9b59b6;
  border-right: 1px solid #e1e3e5;
  border-bottom: 1px solid #e1e3e5;
  border-left: 1px solid #e1e3e5;
  padding: 20px 10px;
  margin: auto;
  transition: all 250ms ease-in-out;
  width: auto;
  position: relative;
}


.gsr{
   height: 620px;
}

@media (min-width: 900px) {
  .cards__item {
    width: calc(100% / 3);
  }
}

@media(max-width: 768px){
  .cards__item {
    width: 98%;
    margin: auto;
    margin-top: 15px;
    overflow:hidden
  } 
.gsr{
   height: auto;
}
  .show-more{
  width: auto;
  margin: auto;
  padding: 15px 10px;
  font-weight: bold;
  border-radius: 30px;
  font-family: "Poppins", sans-serif;
  border:3px solid #1e409a;
}
}
.cards__item:hover, .cards__item:focus {
  background: #9b59b6;
  border-color: #9b59b6;
  color: #fff;
  outline: 0;
}
.cards__item:hover .cards__date, .cards__item:focus .cards__date {
  color: #fff;
}
.cards__item:hover .cards__title, .cards__item:focus .cards__title {
  color: #fff;
  font-size: 12px;
}
.cards__item:hover .cards__more, .cards__item:focus .cards__more {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
}
.cards__item:nth-of-type(2) {
  border-top: 3px solid #ff6d3a;
}
.cards__item:nth-of-type(2):hover, .cards__item:nth-of-type(2):focus {
  background: #ff6d3a;
  border-color: #ff6d3a;
  color: white;
}
.cards__item:nth-of-type(2) .cards__date, .cards__item:nth-of-type(2) .ways .ways_col p{
  color: #ff6d3a;
}
.cards__item:nth-of-type(3) .cards__date, .cards__item:nth-of-type(3) .ways .ways_col p{
  color: #3498db;
}


.cards__item:nth-of-type(2):hover .ways .ways_col p, .cards__item:nth-of-type(2):hover .cards__date {
  color: white;
}
.cards__item:hover .ways_m, .cards__item:hover .ways_mz {
  background-color: transparent;
} 

.cards__item:nth-of-type(3):hover .ways .ways_col p, .cards__item:nth-of-type(3):hover .cards__date {
  color: white;
}

.cards__item:nth-of-type(3) {
  border-top: 3px solid #3498db;
}
.cards__item:nth-of-type(3):hover, .cards__item:nth-of-type(3):focus {
  background: #3498db;
  border-color: #3498db;
}
.cards__date {
  display: block;
  color: #9b59b6;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  transition: all 250ms ease-in-out;
  padding: 0;
}
.cards__title {
  color: #000;
  font-weight: 400;
  margin: 0;
  transition: all 250ms ease-in-out;
  font-size: 12px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .cards__title {
    font-size: 12px;
  }
}
.cards__more {
  margin-top: auto;
  color: #fff;
  display: inline-block;
  border-bottom: 1px solid #e1e3e5;
  font-size: .8rem;
  font-weight: 700;
  transition: all 250ms ease-in-out;
  position: relative;
  bottom: 10px;
  left: 10px;
  background-color: #1e409a;
  padding: 10px 15px;
  border-radius: 30px;
}

.ways_m{
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  position: relative;
  background: #fefefe;
  border-radius: 15px;
  padding:8px 10px;
  padding-left: 45px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.ways_mbi{
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  position: relative;
  background: #fefefe;
  border-radius: 15px;
  padding:8px 10px;
  padding-left: 55px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}


.ways_mz{
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  position: relative;
  background: #fefefe;
  border-radius: 15px;
  padding:8px 10px;
  padding-left: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.gsrl{
  height: auto;
}
.ways_m b{
  display: inline-flex;
  border-right: 2px solid rgba(0, 0, 0, 0.1);
  height: 38.5px;
  position: absolute;
  justify-content: center;
  align-items: center;
  left: 10px;
  width: 30px;
  padding-right: 12px;
}





.ways_mbi b{
  display: inline-flex;
  border-right: 2px solid rgba(0, 0, 0, 0.1);
  height: 38.5px;
  position: absolute;
  justify-content: center;
  align-items: center;
  left: 20px;
  width: 30px;
  padding-right: 22px;

}










@media (max-width: 768px){
  .ways_section{
  display: flex;
  flex-direction: column;
  width: 99%;
  margin: auto;
}

.cards__more {
  margin-top: auto;
  color: #fff;
  display: inline-block;
  border-bottom: 1px solid #444;
  font-size: .8rem;
  font-weight: 700;
  transition: all 250ms ease-in-out;
  position: relative;
  bottom: 10px;
  left: 20px;
  margin-top: 30px;
  background-color: #1e409a;
  padding: 10px 15px;
}
  .cardsd1 {
    align-items: stretch;
    justify-content: space-between;
    display: inline-flex;
    flex-direction: column;
    max-width: 100%;
    width: 97%;
    margin: auto;
  }

  .cardsd{
    flex-direction: column;
    width: 97%;
  }

.ways_section .p{
  text-align: center;
  width: 95%;
  margin: auto;
}
}




.containermeet {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 95%;
  gap: 1rem;
  flex-wrap: wrap;
  margin: auto;
}


.card__header{
  position: absolute;
  left: -40px;
  top: -90px;
  background: linear-gradient(to bottom, #ef473a, #cb2d3e);
  width: 153px;
  height: 153px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  z-index: 44;
  border: 4px solid White;

}

.pop-up-content-wrap .card__header{
  position: absolute;
  left: -25px;
  top: -70px;
}


.card__images{
  
  width: 140px;
  height: 140px;
  border-radius: 50%;
}
.card {
  display: inline-flex;
  flex-direction: column;
  width: 27%;
  position: relative;
  box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 1em;
  background: #ebebeb;
  padding: 35px;
  margin-top: 85px;
  margin-left: 30px;
  background: linear-gradient(to right, #f5f5f4);

}


.pop-up-content-wrap .card{
  width: 90%;
  height: auto;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  padding:50px 10px 20px 15px;
  line-height: 20px;
}
.card_h{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  padding-bottom: 50px;
}


.card:hover{
  background: #fff;
  cursor: pointer;
}


.card__body {
  padding: 2rem 0 0 1rem;
  display: inline-flex;
  flex-direction: column;
  gap: auto;
}


.tag {
  align-self: flex-start;
  padding:10px 15px;
  border-radius: 5px;
  font-size: .75rem;
}


.tag:hover{
  background: #faae0c;
  transition: .5s;
}
.tag + .tag {
  margin-left: .5em;
}

.tag-blue {
  background: #56CCF2;
background: linear-gradient(to right, #0060e2, #1e409a);
  color: #fafafa;
}

.tag-brown {
  background: #D1913C;
background: linear-gradient(to right, #FFD194, #D1913C);
  color: #fafafa;
}

.tag-red {
  background: #cb2d3e;
background: linear-gradient(to bottom, #ef473a, #cb2d3e);
  color: #fafafa;
}

.card__body h4 {
  font-size: 1.5rem;
  text-transform: capitalize;
}



.card__footer {
  display: flex;
  padding: 1rem;
  width: 100%;
  margin-top: auto;
  align-items: center;
  position: relative;
  margin-top: 0;
}

.user {
  display: flex;
  gap: .5rem;
}

.user__image {
  border-radius: 50%;
}

.user__info > small {
  color: #666;
}


@media (max-width: 1000px){
  .card {
  display: inline-flex;
  flex-direction: column;
  width: 95%;
  position: relative;
  box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 1em;
  background: #ECE9E6;
  padding:35px 15px;
  margin-top: 85px;
  margin-left: 0px;
background: linear-gradient(to right, #ECE9E6);

}

.pop-up-content-wrap .card{
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 1em;
  background: #ECE9E6;
  padding:35px 10px;
  margin-top: 85px;
  margin-left: 0;
background: linear-gradient(to right, #ECE9E6);
}

.card__header{
  position: absolute;
 margin: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  top: -20px;
  background: linear-gradient(to bottom, #ef473a, #cb2d3e);
  width: 153px;
  height: 153px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  z-index: 44;
  border: 4px solid White;

}



.pop-up-content-wrap .card__header{
position: absolute;
 margin: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  top: -20px;
  background: linear-gradient(to bottom, #ef473a, #cb2d3e);
  width: 153px;
  height: 153px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  z-index: 44;
  border: 4px solid White;
}

.card__body {
  padding: 1rem 0 0 1rem;
  display: inline-flex;
  flex-direction: column;
  gap: auto;
}

.card__body h4{
  text-align: center;
  font-size: 18px;
  position: relative;
  top: 13px;
}



}


.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: auto;
  overflow-y: auto;
}

.model-open {
  z-index: 99999999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  margin: 5px auto;
   left: 5%;
  width: 75%;
  top: -3%;
  padding: 3px;
  transform: translate(-50%, -50%);
}
.custom-model-wrap {
  display: block;
  width: 90%;
  position: relative;
  background-color: #transparent;
 //* border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);*//
  border-radius: 15px;
  outline: 0;
  text-align: left;
  padding:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
    overflow-y: hidden;
    overflow-x: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}



@media screen and (min-width:800px){
  .custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
  }
}
@media screen and (max-width:799px){
  .custom-model-inner{margin-top: 45px;


  }


  .custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
   left: 0%;
  width: 100%;
  top: 0%;
  transform: translate(-50%, -50%);
}
.custom-model-wrap {
  display: block;
  width: 99%;
  position: relative;
  background-color: #transparent;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  //*-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;*//
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 100vh;
  overflow-y: auto;
}
}
















.payment-container {

            width: 25%;
            background: #fff;
            padding: 25px;
            border-radius: 12px;
            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
            text-align: center;
            margin: auto;
            margin-top: 170px;
            margin-bottom: 100px;
            animation: fadeInUp 0.8s ease-in-out;
        }
        @keyframes fadeInUp {
            from {
                transform: translateY(50px);
                opacity: 0;
            }
            to {
                transform: translateY(0);
                opacity: 1;
            }
        }
        .payment-container h2 {
            color: #333;
            font-size: 22px;
            margin-bottom: 10px;
        }
        .bank-details {
            background: linear-gradient(to right, #0072ff, #00c6ff);
            padding: 15px;
            border-radius: 8px;
            margin-top: 15px;
            color: #fff;
            font-weight: bold;
            box-shadow: 0px 4px 10px rgba(255, 75, 43, 0.2);
        }
        .bank-details p,  .bank-details_2 p {
            margin: 5px 0;
            font-size: 14px;
            text-align: left;
            text-transform: capitalize;
            font-weight: 400;
        }


        .bank-details_2 {
            background: linear-gradient(to right, #271b4d, #7c449b);
            padding: 15px;
            border-radius: 8px;
            margin-top: 15px;
            color: #fff;
            font-weight: bold;
            box-shadow: 0px 4px 10px rgba(255, 75, 43, 0.2);
        }



.form{
  width:400px;
}
.file-upload-wrapper{
  position:relative;
  width:100%;
  height:60px;
  cursor: pointer;
}
.file-upload-wrapper::after{
  content:attr(data-text);
  font-size: 18px;
  position:absolute;
  top:0;
  left:0;
  background:#fff;
  padding:10px 15px;
  display: block;
  width:calc(100% - 40px);
  pointer-events:none;
  z-index: 20;
  height:40px;
  line-height: 40px;
  color:#999;
  border-radius: 5px 10px 10px 5px;
  font-weight: 300;
}
.file-upload-wrapper::before{
  content:"Upload";
  position:absolute;
  top:0;
  right:0;
  display: inline-block;
  height:60px;
  background: -webkit-linear-gradient(to right, #24C6DC, #514A9D);
  background: linear-gradient(to right, #24C6DC, #514A9D);
  color:#fff;
  font-weight: 700;
  z-index: 25;
  font-size: 16px;
  line-height: 60px;
  padding:0 15px;
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
  transition: 0.5s ease-in-out;
}
.file-upload-wrapper:hover::before{
  background: -webkit-linear-gradient(to right, #514A9D, #24C6DC);
  background: linear-gradient(to right, #514A9D, #24C6DC);
}
.file-upload-wrapper input{
  opacity: 0;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index: 99;
  height:40px;
  margin:0;
  padding:0;
  display:block;
  cursor: pointer;
  width:100%;
}

.donate_now{
    background-color: #fff;
  color: #1f409a;
   padding:10px 20px;
  border: none;
  border-radius: 20px;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  display: inline-flex;
  width: auto;
  flex-direction: row;
  align-items: center;
  justify-content: center;
   margin-left: 1%;

   box-shadow: 0 19px 30px rgba(0,0,0,0.10), 0 15px 15px rgba(0,0,0,0.07);
}
.donate_noww{
    background-color: #fff;
  color: white;
  padding:10px 20px;
  border: none;
    border-radius: 20px;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  display: inline-flex;
  width: auto;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 1%;
}

.donate_now i{
position: relative;
  right: -3px;
  top: 3px;
  font-size: 16px;
}

.donate_noww i{
  position: relative;
  right: -3px;
  top: 3px;
  font-size: 16px;
}


.blub{
  display: flex;
  flex-direction: row;
  width: 98%;
  justify-content: center;
  justify-content: space-around;
}

.blub a:first-child{
  color: #f79e1b;
   box-shadow: 0 19px 30px rgba(0,0,0,0.10), 0 15px 15px rgba(0,0,0,0.07);

}

.blub a:last-child{
  color: #1f409a;
   box-shadow: 0 19px 30px rgba(0,0,0,0.10), 0 15px 15px rgba(0,0,0,0.07);

}
                                   
        .instructions {
            margin-top: 15px;
            color: #555;
            line-height: 1.6;
            font-size: 14px;
        }
        .upload-section, .upload-section_2 {
            margin-top: 20px;
            text-align: center;
            padding: 15px;
            border-radius: 8px;
            background: #f7f7f7;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        }
       .upload-section  input[type="file"], .upload-section_2 input[type="file"]{
            display: block;
            margin: 10px auto;
            padding: 10px;
            border-radius: 5px;
            border: 1px solid #ccc;
            background: #fff;
            width: 100%;
        }
        .upload-section button {
            background: linear-gradient(to right, #0072ff, #00c6ff);
            color: #fff;
            border: none;
            padding: 12px 18px;
            border-radius: 6px;
            cursor: pointer;
            font-size: 16px;
            font-weight: bold;
            transition: 0.3s;
            box-shadow: 0px 5px 10px rgba(0, 114, 255, 0.3);
        }

        .upload-section_2 button {
            background: linear-gradient(to right,  #271b4d, #7c449b);
            color: #fff;
            border: none;
            padding: 12px 18px;
            border-radius: 6px;
            cursor: pointer;
            font-size: 16px;
            font-weight: bold;
            transition: 0.3s;
            box-shadow: 0px 5px 10px rgba(0, 114, 255, 0.3);
        }
        .upload-section_2  button:hover {
            background: linear-gradient(to right, #fff, #fff);
            box-shadow: 0px 7px 15px rgba(0, 114, 255, 0.4);
            color: #271b4d;
            border: 1px solid #271b4d;
          }

       .upload-section  button:hover {
            background: linear-gradient(to right, #0057d8, #0095ff);
            box-shadow: 0px 7px 15px rgba(0, 114, 255, 0.4);
          }











/* inspiration */
.inspiration {
  font-size: 12px;
  margin-top: 50px;
  position: absolute;
  bottom: 10px;
  font-weight: 300;
}

.inspiration a {
  color: #666;
}
@media screen and (max-width: 767px) {
  /* inspiration */
  .inspiration {
    display: none;
  }
}

p.dropcapimg::first-letter {
  background-image: url(https://i.sstatic.net/WecKn.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-center: center center;
  float: left;
  font-size: 6rem;
  line-height: 0.65;
  color: transparent;
  margin-right: -0.15em;
}
 .popup{
  position: fixed;
  left: 50%;
}
.popup{
  background: #011e45;
  padding: 25px;
  border-radius: 15px;
  top: 50%;
  max-width: 380px;
  width: 100%;
  height: auto;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
  transform: translate(-50%, -50%) scale(1.2);
  transition: top 0s 0.2s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;
              z-index: 123123;
}


.popup.show{
  top: 50%;
  left: 50%;
  opacity: 1;
  pointer-events: auto;
  transform:translate(-50%, -50%) scale(1);
  transition: top 0s 0s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;

}
.popup :is(header, .icons, .field){
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup header{
  padding-bottom: 15px;
  border-bottom: 1px solid #ebedf9;
}
.popup header span{
  font-size: 21px;
  font-weight: 600;
  color: white;
}
.popup header .closes, .icons a{
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.3s ease-in-out;
} 
.popup header .closes{
  color: #fff;
  font-size: 17px;
  background: #00275c;
  height: 33px;
  width: 33px;
  cursor: pointer;
}
.popup header .closes:hover{
  background: transparent;
  color: white;
}
.popup .content{
  margin: 20px 0;
}
.popup .icons{
  margin-left: -10px;
}
.content p{
  font-size: 16px;
  color: white;
}
.content .icons a{
  height: 50px;
  width: 50px;
  font-size: 20px;
  text-decoration: none;
  border: 1px solid transparent;
}
.icons a i{
  transition: transform 0.3s ease-in-out;
}
.icons a:nth-child(1){
  color: #1877F2;
  border-color: #b7d4fb;
}
.icons a:nth-child(1):hover{
  background: #1877F2;
}
.icons a:nth-child(2){
  color: #46C1F6;
  border-color: #b6e7fc;
}
.icons a:nth-child(2):hover{
  background: #46C1F6;
}
.icons a:nth-child(3){
  color: #e1306c;
  border-color: #f5bccf;
}
.icons a:nth-child(3):hover{
  background: #e1306c;
}
.icons a:nth-child(4){
  color: #25D366;
  border-color: #bef4d2;
}
.icons a:nth-child(4):hover{
  background: #25D366;
}
.icons a:nth-child(5){
  color: #0088cc;
  border-color: #b3e6ff;
}
.icons a:nth-child(5):hover{
  background: #0088cc;
}
.icons a:hover{
  color: #fff;
  border-color: transparent;
}
.icons a:hover i{
  transform: scale(1.2);
}
.content .field{
  margin: 12px 0 -5px 0;
  height: 45px;
  border-radius: 4px;
  padding: 0 5px;
  border: 1px solid #757171;
  color: #fff;
  background: #011633;
}
.field.active{
  border-color: #7d2ae8;
}
.field i{
  width: 50px;
  font-size: 18px;
  text-align: center;
}
.field.active i{
  color: #7d2ae8;
}
.field input{
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 15px;
  color: white;
  background: #011633;
}
.field button{
  color: #fff;
  padding: 1px 18px;
  background: #1f409a;
  border: none;
  border-radius: 4px;
}
.field button:hover{
  background: #8d39fa;
}

.fixed_donate{
  position: fixed;
  top: 50%;
  bottom: 50%;
  right: 0;
  z-index: 5678;
}

.fixed_donate a button{
  background-image: linear-gradient(to right, #1f409a, #2e00b2);
  color: white;
  padding: 10px 4px 10px 40px;
  border: none;
  font-weight: 600;

  border-radius: 10px 0 10px 0;
  font-size: 18px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

}

.fixed_donate a button i{
  position: absolute;
  left: 16px;
  top: 17px;
}

@media (max-width: 454px){
  .fixed_donate a button{
  background-image: linear-gradient(to right, #1f409a, #2e00b2);
  color: white;
  padding: 7px 4px 7px 30px;
  border: none;
  font-weight: 600;

  border-radius: 10px 0 10px 0;
  font-size: 16px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

}

.fixed_donate a button i{
  position: absolute;
  left: 10px;
  top: 12px;
}
}




.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #1f409a;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 12px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 20px;
  margin-right: 15px;
}

.start-payment-button {
    cursor: pointer;
    position: relative;
    background-color: blueviolet;
    color: #fff;
    max-width: 30%;
    padding: 10px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 10px;
    border: none;
    transition: all .1s ease-in;
}

#payment-success {
  display: none;
}

#payment-pending {
  display: none;
}

#payment-failed {
  display: none;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #00bf12;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #1f409a;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #1f409a;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #1f409a;
    padding: 13px 20px;
    border: 1px solid #1f409a;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #1f409a;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #1f409a;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}


.donate {
  /*padding: 50px*/
  background-color: #fff;
  width: 500px;
  color: #000;
  height: auto;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 10px;
   box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.07);
}

.donate p {
  line-height: 24px;
  font-size: 14px;
  font-weight: 300;

  color: tomato;
}

.donate h3 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
}

.denomination {
  float: left;
  width: 33%;
  text-align: center;
  padding: 13px 0;
  cursor: pointer;
  background-color: #fff;
  margin: 0 1px 1px 0;
  transition: background-color 0.2s ease;
}

.denomination label {
  font-weight: 600;
  cursor: pointer;
}

.denomination input {
  left: -10001px;
  position: absolute;
}

.denomination-other {
  width: 99.8%;
}

.denomination-other input {
  position: relative;
  color: red;
  font-size: 14px;
  font-weight: 600;
  width: inherit;
  text-align: center;
  background-color: #fff;
  border: none;
  padding: 13px 0;
  transition: background-color 0.2s ease;
}

.denomination-other input:hover {
  background-color: #1f409a;
}

.denomination-other input:before {
  position: absolute;
  left: 6px;
  top: 2px;
  content: "$";
}

.denomination-other input::placeholder{
  color: #555;
}

.donate-amount .selected, .denomination-other input.selected, .donate-amount .denomination:hover {
  background-color: #1f409a;
  border: 0;
}

.donate-black h2 {
  font-family: "Oswald", sans-serif;
  color: #1f409a;
  font-size: 32px;
  margin-bottom: 30px;
}

.donate-black h2 span {
  display: block;
  float: left;
  font-size: 18px;
  padding-top: 7px;
  margin-right: 20px;
  text-align: center;
  width: 35px;
  height: 35px;
  background-color: #1f409a;
  border-radius: 50%;
}

.donate-type label,
.donate-payment label {
  font-size: 14px;
  font-weight: 300;
  margin-right: 30px;
}

.donate-blue {
  background-color: #f2f2f2;
  padding: 25px;
}

.donate-black {
  padding: 25px;

}

.donate-submit button {
  font-family: "Oswald", sans-serif;
  width: 100%;
  background-color: #1f409a;
  border: none;
  color: #FFF;
  font-size: 20px;
  line-height: 20px;
  padding: 14px 0;
  margin: 30px 0;
  text-transform: uppercase;
  cursor: pointer;
}

.donate-submit small {
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
}

::-webkit-input-placeholder {
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
}

:-moz-placeholder {
  color: #FFF;
  font-weight: 300;
}

::-moz-placeholder {
  color: #FFF;
  font-weight: 300;
}

:-ms-input-placeholder {
  font-weight: 300;
  color: #FFF;
}

*:focus {
  outline: none;
}

.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}

.radio .radio-label {
  cursor: pointer;
  font-weight: bold;
}

.radio input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.radio input[type=radio]:checked + .radio-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}

.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

@media (max-width: 453px){
  .donate {
  /*padding: 50px*/
  background-color: #fff;
  width: 97%;
  color: #000;
  height: auto;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 10px;
   box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.07);
}
.single-cta i {
  color: #1f409a;
  font-size: 20px;
  float: left;
  margin-top: 8px;
}
}


@media (max-width: 768px){
  .payment-container {

            width: 97%;
            background: #fff;
            padding: 25px;
            border-radius: 12px;
            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
            text-align: center;
            margin: auto;
            margin-top: 30px;
            margin-bottom: 100px;
            animation: fadeInUp 0.8s ease-in-out;
        }
}