.pbmit-title-bar-wrapper{
	margin: 0px 20px;
}
.heading{
        font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 500;
    font-size: 50px;
    line-height: 62px;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
    margin-bottom: 0;
    color: var(--pbmit-heading-color);
}

#about .pbmit-bg-color-light{
    padding: 20px 22px;
}
#about .pbmit-bg-color-light img{
        border-radius: 20px;
}
.about-three-content{
    margin-left: 30px;
        margin-top: 20px;
}

.contact-section{
    padding: 40px 0px;
}
.blog{
    padding: 40px 0px;
}
.gallery{
    padding-bottom: 80px;
}
#donationDeetail .pbmit-slider-two .pbmit-slider-item{
    height: 400px !important;
}
#donationDeetail .heading{
    font-size: 30px;
    line-height: 40px;
    margin: 20px 0px;
}
  .card-title{ 
    background:var(--pbmit-global-color);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 10px 20px;
    color: #fff !important;
  }

  .popover {
  background-color: #343a40;  /* Bootstrap dark */
  color: #fff;               /* White text */
  border: none;              /* Remove border */
}
.popover-body {
  color: #fff;
}

.popover-icon {
  color: #000 !important;
  cursor: pointer;
}.popover-icon:hover,
.popover-icon:focus {
   color: #000 !important;
}
.popover-arrow::after, .popover-arrow::after {
    right: var(--bs-popover-border-width);
    border-left-color: #000 !important;
}
#donationDeetail .sidebar .btn-outline-secondary{
        padding: 6px 12px;
        color: #101010;
    border-color: #101010;
    border-radius: 5px;
        margin-right: 10px;
}
#donationDeetail .sidebar .btn.btn-outline-secondary:hover, #donationDeetail .sidebar .btn.btn-outline-secondary:focus, #donationDeetail .sidebar .btn.btn-outline-secondary:active, #donationDeetail .sidebar .btn.btn-outline-secondary:active:focus, #donationDeetail .sidebar .btn.btn-outline-secondary.active, #donationDeetail .sidebar .btn.btn-outline-secondary.active:focus {
    background-color: #101010;
    color: #ffffff;
    border-color: #101010;
    box-shadow: none !important;
}
#SupportingTip .btn-check:active+.btn, #SupportingTip .btn-check:checked+.btn, #SupportingTip .btn.active, #SupportingTip .btn.show, #SupportingTip .btn:active{
    background-color: #101010;
    color: #ffffff;
    border-color: #101010;
    box-shadow: none !important;
}

.otherinput{
    height: 42px;
    border: 1px solid #cdcdcd;
    background-color: #f9f9f9;
    padding: 15px;
    margin-top: 20px;
    width: 100%;
    border-radius: 12px;
}
.otherinput:focus {
    box-shadow: none;
    border-color: var(--pbmit-global-color) !important;
}
.total_doation{
        padding: 8px 14px;
}
.proceedPay{
    border: none;
    background-color: var(--pbmit-global-color);
    color: #fff;
    padding: 8px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 12px;
}
.inner_padding{
        padding: 0px 20px 14px 20px;
}