.support-us .support-mater h1{
    color: #314455;
    font-size: 30px;
    font-weight: 700;
    line-height: normal; 
}
.support-us h2 {
    margin-top: 1.5em;
}

.horizontal-divider {
    width: 7rem;
    height: 4px;
    background-color: #9B2D2A;
    margin-bottom: 15px;
}
/*
   .support-us .support-mater p,.ceelobelo p{
    color: #1C2443;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.support-mater{
    padding: 0px;
}
*/
.donate-img {
  width: 100%;
  position: absolute;
  right: -30px;
  top: 0;
  object-fit: cover;
  height: 100%;
}
.supr-content {
  padding-top: 100px;
    padding-right: 50px;
      padding-bottom: 50px;
}
.supr-content iframe {
  width: 100%;
}
.secure-donation .donation-title {
    color:  #F8F8F8;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    background-color: #9C7A58;
    padding: 23px;
    margin-top: 0px;
}
.donation-title-button {
    display: block;
    text-decoration: none;
}
.secure-donation{
    padding: 0px;
}

.cma-donation-starter {
    background: #fff;
    padding: 30px;
}
.cma-intro,
.cma-note {
    color: #314455;
}
.cma-note {
    font-size: 13px;
    margin: 12px 0 0;
}
.cma-field-group {
    margin-bottom: 20px;
}
.cma-label,
.cma-small-label {
    display: block;
    color: #314455;
    font-weight: 700;
    margin-bottom: 10px;
}
.cma-toggle-group {
    display: flex;
}
.cma-toggle-option {
    flex: 1;
    margin: 0;
    cursor: pointer;
}
.cma-toggle-option input {
    display: none;
}
.cma-toggle-option span,
.cma-amount-btn,
.cma-submit-btn {
    transition: all .2s ease;
}
.cma-toggle-option span {
    display: block;
    text-align: center;
    padding: 14px 16px;
    border: 1px solid #C0C8D7;
    color: #314455;
    background: #F8F8F8;
}
.cma-toggle-option:first-child span {
    border-radius: 3px 0 0 3px;
}
.cma-toggle-option:last-child span {
    border-radius: 0 3px 3px 0;
}
.cma-toggle-option.active span {
    background: #314455;
    border-color: #314455;
    color: #fff;
}
.cma-amount-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.cma-amount-btn {
    width: 100%;
    border: 1px solid #C0C8D7;
    background: #F8F8F8;
    color: #314455;
    font-weight: 700;
    padding: 16px;
}
.cma-amount-btn.active {
    background: #9B2D2A;
    border-color: #9B2D2A;
    color: #fff;
}
.cma-other-amount-wrap {
    margin-top: 12px;
}
.cma-input {
    width: 100%;
    border: 1px solid #C0C8D7;
    padding: 12px 14px;
    color: #314455;
}
.cma-textarea {
    min-height: 110px;
    resize: vertical;
}
.cma-two-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.cma-submit-btn {
    width: 100%;
    border: none;
    background: #9B2D2A;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 16px 20px;
}
@media (max-width: 767px) {
    .cma-donation-starter {
        padding: 20px;
    }
    .cma-two-col,
    .cma-amount-grid {
        grid-template-columns: 1fr;
    }
}

.donatin-tabs-btn{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    max-width: 460px;
    margin: 38px auto 10px;
}
.donatin-tabs-btn .donation-tabs-btn{
    color: #314455;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    padding: 0px 8px;
  
}
.donatin-tabs-btn .active{
    position: relative;
}
.donatin-tabs-btn .active::after{
    background: #9B2D2A;
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    top: 30px;
    left: 0px;
}
.donation-value {
    width: 100%;
    background-color: #F8F8F8;
    border: 3px solid  #1c24438c;
    color: #1C2443;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    padding: 16px 0px;
}
.forms-tab{
    background-color: #F2F1EF;
    margin: 0px;
    padding: 45px 0px;
}

.bg-colrdon{
    max-width: 500px;
    margin: auto;
}
.second-row-valus{
    margin-top: 95px;
}
.counter-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    border: 3px solid #9C7A58;
    padding: 0px 20px;
}
.btns-icons button{
    border: none;
}
.btns-icons{
    display: flex;
    flex-direction: column;
}
#counter {
    color: #314455;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
    padding: 15px 0px;
}
.dolr-sign{
    font-size: 15px;
    margin-right: 20px;
    position: relative;
    top: -4px;
}

.contr{
    margin-top: -20px!important;
    max-width: 500px;
    margin: auto;
    padding: 0px 15px 45px 15px;

}
.contrs{
    background-color: #F2F1EF;
    margin: 0px;
}
.emplye-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 34px;
}
.emplye-btn button{
    color:  #F8F8F8;
    font-size: 18px;
    font-weight: 800;
    line-height: normal;
    background-color: #9B2D2A;
    width: 229.971px;
    height: 56.38px;
    border: none;
}
.image-colhereo {
  height: 460px;
}
.sec-secton{
    
}
.emplye-btn a{
    color: #9C7A58;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}
.ceelobelo h2{
    color: #314455;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}
.ceelobelo {
  padding-top: 0;
  padding-left: 3em;
  padding-right: 3em;
}
.jounmis{
    margin-top: 62px;
}

.way-col{
    background: linear-gradient(to bottom, rgb(172 9 9 / 0%), rgba(0, 0, 0, 0.5)), url(../images/inner/hari.png);
    background-position: center!important;
    background-size: cover!important;
    height: 230px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 25px;
    padding: 15px;
    width: 25%;
}
.doner-section {
  padding-top: 50px;
}
.img-innercontent{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.img-innercontent .event{
    background-color: #314455;
    color: #fff;
    padding: 5px;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    position: relative;
 }
 .img-innercontent .event::after{
    position: absolute;
    background-color: #fff;
    width: 45%;
    height: 4px;
    content: '';
    bottom: -16px;
    left: 0px;
 }
 .img-innercontent .see-mre{
    color: #FFF;
    font-size: 18px;
    font-weight: 800;
    line-height: normal;
    text-decoration: none;
    margin-top: 8px;
 }

 .way-secion h2{
    color: #1C2443;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
 }


 /* .doner-section {
    padding: 1rem 4rem;
} */
 .doner-section h2{
    color: #1C2443;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
 }
 .doner-section p{
    color:  #1C2443;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
 }
 .view-dor{
    display: block;
    text-align: right;
    color:  #9C7A58;
    font-size: 18px;
    font-weight: 800;
    line-height: normal;
    padding-top: 20px;
 }
 .view-dor:hover{
    text-decoration: none;
    color:  #9C7A58;
 }
 .cellblo ul li{
    color:  #314455;
    font-size: 10px;
    font-weight: 600;
    line-height: normal;
    list-style: none;
 }
.contant-dta {
  padding: 30px 50px 0 0;
}
 .cellblo{
    background-color: #F2F1EF;
    padding: 1em;
    margin-top: 35px;
 }
 .gving{
    background-color: #fff;
 }
 .content-lft h3{
    color:  #314455;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
 }
 .counting{
    font-weight: 400;
    margin-left: 15px;
    position: relative;
 }
 .counting::before{
    position: absolute;
    width: 1px;
    height: 22px;
    background-color: #9B2D2A;
    content: '';
    top: 4px;
    left: -7px;
 }
 .content-lft p{
    font-size: 15px;
    margin-top: -5px;
 }
 .gving{
     padding: 30px;
 }
 .contr .flex-y {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 22px;
}
.contr .donation-value-wrapper {
    width: 100%;
    border: 3px solid #9c7a58;
    padding: 10px;
    position: relative;
}
.contr .donation-value-wrapper p:first-child {
    left: 5%;
    top: 19px;
    font-size: 14px;
}

.contr .donation-value-wrapper p {
    position: absolute;
}
.contr .donation-value-wrapper input {
    width: 100%;
    position: relative;
    padding-left:3rem;
    font-size: 24px;
    color: #1c2443;
    font-weight: 700;
}
.contr .donation-value-wrapper p:last-child {
    right: 10%;
    top: 17px;
}
.donation-tabs-btn {
    cursor: pointer;
    padding: 10px;
   
}
.forms-tab {
    display: none;
}

.forms-tab.active {
    display: block;
}
.donation-value-wrapper {
    display: flex;
    align-items: center;
}

.emplye-btn {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.donation-value-wrapper p,
.donation-value-wrapper input,
.donation-value-wrapper p {
    margin: 0 5px;
}
.way-col-flex {
  display: flex;
    gap: 15px;
  justify-content: space-between;
}
body .donate-slider .section-bottom .button {
  width: 100%;
  height: 56px;
  min-width: 120px;
  display: block;
  background: #9B2D2A;
    background-color: rgb(155, 45, 42);
  border-radius: 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
body center .donate-options.svelte-qgi1ra .option.svelte-qgi1ra {
  min-height: 56px;
  background-color: #F8F8F8;
  border: 3px solid #1C24438C;
  border-radius: 0;
  color: #1C24438C;
}
body center .recurring-options.svelte-qgi1ra.svelte-qgi1ra {
  padding: 4px;
  background-color: #f8f8f8;
}
body center .donate-options.svelte-qgi1ra .option.selected.svelte-qgi1ra {
  box-shadow: none;
}
body center .donate-options.svelte-qgi1ra .option.svelte-qgi1ra.selected {
  border: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-bottom: 3px solid #9B2D2A;
    border-bottom-color: rgb(155, 45, 42);
  background: #f8f8f8;
    background-color: rgb(248, 248, 248);
}
@media(max-width:767px){
    .donate-img{position:relative;    right: auto;}
    .cellblo{padding:0;}
    .cellblo ul{padding:15px;}
    .way-col-flex {  flex-direction: column;}
    .way-col{width:100%;}
 }

