/* ==== DONATE page ===== */
/* // */
    .offline-donation li {
  margin-bottom: 10px; /* Adjust the value as needed */
}
@media screen and (min-width: 1024px)
.column.is-4-desktop {
    flex: none;
    width: 33.33333%;
}
.column {
    padding: 15px;
}
.column {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0.75rem;
}
.mb-5 {
    margin-bottom: 1.5rem!important;
}
h4, .h4 {
    font-size: 20px;
    line-height: 30px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Bitter", serif;
    font-weight: 900;
    color: #302b2b;
}
.donation .offline-donation ul li {
    margin: 15px 0px;
}

element.style {
}
.donation .offline-donation ul address, .donation .offline-donation ul span {
    font-weight: 700;
}
span {
    font-style: inherit;
    font-weight: inherit;
}
.donation .offline-donation ul li {
    margin: 15px 0px;
}
p {
    color: #6c757d;
}
ul {
    list-style: none;
}
.donation .offline-donation ul address, .donation .offline-donation ul span {
    font-weight: 700;
}
.donation .offline-donation ul address, .donation .offline-donation ul span {
    font-weight: 700;
}
.donation .offline-donation ul address, .donation .offline-donation ul span {
    font-weight: 700;
}

.donate-page .acct-detail {
font-size: 16px;
font-family: var(--primary-font);
line-height: 30px;
}

.donate-page .acct-detail span {
color: var(--para-clr);
}

.donate-page .acct-detail .color-orange {
color: #ff9800;
}

.donate-page .acct-detail strong,
.donate-page .acct-detail h4,
.donate-page .acct-detail .phn-name {
font-weight: 600;
font-size: 16px;
color: #000;
}

/* // */
.donate-page .img-wrp-div img {
max-width: 50%;
}

.donate-page .img-wrp-div {
min-height: 92px;
}

/* // */
/* // */
.donate-page .payment-main {
border: 1px solid #8080805c;
padding-top: 25px;
padding-bottom: 20px;
border-top: 0;
border-left: 0;
}

.donate-page .payment-main:nth-child(n+5) {
border-bottom: 0;
}

.donate-page .payment-main:nth-child(4),
.donate-page .payment-main:nth-child(8) {
border-right: 0;
}

.donate-page .touch-heads {
text-transform: uppercase;
color: #000;
}

.donate-page .social-div p {
margin-bottom: 0;
}

.donate-page .social-div a:hover {
color: var(--secondary-clr);
}

.section-head {
font-size: 30px;
font-family: var(--primary-font);
font-weight: 800;
color: black;
text-transform: uppercase;
}

.section-head.rectangle-after:after {
content: url(title-aft-img.png);
display: block;
}
.home-touch-form .form-submit-btn {
font-size: 17px;
background: #0096ff;
color: #fff;
padding: 7px 30px;
border: 1px solid var(--secondary-clr);
}
.home-touch-form .form-submit-btn:hover{
color: var(--secondary-clr);
background: #fff;
} 

@media screen and (max-width:1200px) {

#newspage .news-date {
top: 50px;
}

.donate-page .payment-main {
text-align: center;
}

.donate-page .payment-main:nth-child(n+5) {
border-bottom: 1px solid #8080805c;
}

.donate-page .payment-main:nth-child(2),
.donate-page .payment-main:nth-child(6) {
border-right: 0;
}

.donate-page .payment-main:nth-child(7),
.donate-page .payment-main:nth-child(8) {
border-bottom: 0;
}
}

@media (max-width: 767px) {

.donate-page .payment-main:nth-child(n+1) {
border-bottom: 1px solid #8080805c;
border-right: 0;
}

.donate-page .payment-main:last-child {
border-bottom: 0;
}
}