
.donation-section2 {
  padding: 70px 0;
  background-color: #fff;
}

.donation-section2 .small-title {
  margin-top:15px;
}

.donation-section2 h1 {
  color: #333;
  margin-bottom: 25px;
}

.donation-section2 p {
  color: #333;
  font-size: 18px;
  font-weight: 500;
}

.donation-logo-bch {
  width: 100%;
  max-width: 300px;
  margin: 0 0 15px 0;
}

.donation-card2 {
  background-color: #fff;
  border:1px solid #eee;
  padding: 30px;
  text-align: center;
  border-radius: 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.donation-line {
  width: 100%;
  height: 1px;
  background-color: #e2e2e2;
  margin-bottom: 20px;
  margin-top: 5px;
}

.donation-card2 h2 {
  margin: 0;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2em;
}

.donation-info {
  width: 100%;
}

.donation-background {
  width: 100%;
  margin-top: 30px;
}

.donation-card2 h4 {
  margin: 0;
  color: #333;
  font-weight: 700;
  font-size: 28px;
}

.donation-card2 h5 {
  margin: 0 0 15px 0;
  color: #878787;
  font-weight: 500;
  font-size: 14px;
}

.pb-ctn {
  width: 100%;
  margin-bottom: 20px;
}

.pb {
  width: 0%;
  background-color: #F59331;
  height: 10px;
  z-index: 15;
  display: block;
  margin-top: -10px;
  max-width: 100%;
  background-size: 42.43px 42.43px;
  /*border-radius: 0 0 5px 5px;*/
}

.pb-bckgrd {
  width: 100%;
  height: 10px;
  bottom: 0;
  z-index: 10;
  display: block;
  background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.goal-percentage {
  font-weight: 700;
  color: #333;
  font-size: 18px;
  margin: 0px 0 10px 0;
}

.btn-donate-secodary {
  color: #333;
  font-weight: 500;
  font-size: 14px;
}

.qr-codes {
  width: 100%;
  max-width: 100px;
  margin: 0px 0 10px;
}

.donation-address {
  color: #333;
    word-wrap: break-word;
    font-size: 13px;
    display: inline-block;
    width: 100%;
}

.donation-card2 button {
  width: 100%;
  max-width: 400px;
  margin-top: 20px;
  background-color: #F59331!important;
  -webkit-appearance: none; /* WebKit */
  -moz-appearance: none; /* Mozilla */
  -o-appearance: none; /* Opera */
  -ms-appearance: none; /* Internet Explorer */
  appearance: none; /* CSS3 */
  border: none;
  padding: 10px 0;
  color: #fff;
  font-weight: 700;
  border-radius: 100px;
  margin-bottom: 20px;
  font-size: 16px;
}


.thank-you-card {
  position: absolute;
  background-color: #0C59BD;
  width: 100%;
  height: 100%;
  display: none;
  text-align: center;
  padding: 30px;
}

.thank-you-card div {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  text-align: center;
}

.thank-you-card p {
  font-size: 30px;
  color: #333;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.thank-you-card span {
  word-wrap: break-word;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}

.inner-thank-you {
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  
}

@media (max-width: 992px) {

    .donation-section2 {
  text-align: center;
}
  .donation-background{
  margin-bottom: 30px
}


.donation-card2 h4 {
  font-size: 25px;
}


.donation-card2 button {
 display: none;
}

.btn-donate-secodary {
  margin-top: 30px;
}


}

/******************************************************* END Donations Section 2 *******************************************************/