html {
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

.top-header-menu-contact li,
.top-header-menu-social li {
    display: inline-block;
    margin-right: 15px;
    list-style: none;
}

.top-header-menu-contact li a,
.top-header-menu-social li {
    color: #000;
    text-decoration: none;
    font-family: sans-serif;

}

.top-header-menu-contact li i {
    margin-right: 5px;
    color: #e26228;
}

.top-header-menu-row {
    margin: 15px 0;
    margin-left: 10px;
}

.top-header-menu {

    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -3px;
    background-color: #e26228;
    color: white;
    text-align: center;
    padding-top: 8px;
}

.basicmembershipbg {
    background-color: #ffdd9f !important;
    margin-bottom: 20px;
}

.membershiplanbg {
    background-color: #ffdd9f !important;
    margin-bottom: 20px;
}



.bottom-header-menu-bar ul li a {
    color: #334155;
    font-weight: 600;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
}

.bottom-header-menu-bar ul li a:hover {
    color: #e26228;
    transition: 0.3s;
}

.footer-top {
    background-color: #343434;
    color: #cccccc;
    padding: 50px 0;

}

.footer-top-row {
    padding: 0 40px;
}

.footer-warning-row {
    padding: 0 40px;
}

.footer-top-row img {
    margin-bottom: 30px;
}

.footer-bottom {
    background-color: #222222;
    color: #cccccc;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 500;
}

.footer-top-links li {
    list-style: none;
    margin-bottom: 10px;
}

.footer-top-links h5 {
    margin-bottom: 20px;
    font-weight: 600;
    color: #ffff;
}



.footer-top-contact li {
    list-style: none;
    margin-bottom: 10px;
}

.footer-top-contact li i {
    margin-right: 10px;
    color: #e26228;
}

.footer-top-contact h5 {
    color: #ffff;
}

.footer-warning-row {
    text-align: center;
}

.navbar-toggler {
    border-color: rgba(0, 0, 0, 0.2);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}



.form-group {
    margin-bottom: 3px;
    display: flex;
    align-items: center;
}

.error {
    color: red;
    font-size: 16px;
    margin-top: 5px;
}

.btn-donate {
    background-color: #e26228;
    color: #fff;
    padding: 10px 60px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
}

.btn-donate:hover {
    background-color: #c7501f;
    transition: 0.3s;
    color: #fff;
}

.well {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 20px;
}

.bank-detail-well {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 20px;
}

.dropdown-select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
    white-space: nowrap;
    text-decoration: none;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

.form-container {
    margin: 30px 0;

}

.logo-width {
    width: 12em !important;
}

.popover-btn {
    background-color: rgb(16, 207, 86);
    color: #fff;
    font-weight: 600;
}

.popover-btn:hover {
    background-color: rgb(14 168 70);
    color: #fff;
}

.popover-body {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: rgb(14, 168, 70);
    border-radius: 10px;
}

.assured-features li {
    list-style: none;
    align-items: center;
    display: flex;
}

.assured-features li i {
    border-radius: 100%;
    background: #e26228;
    width: 30px;
    height: 30px;
    padding: 6px;
    color: #fff;

}

.assured-features {
    margin-bottom: 20px;
}

.assured-features li p {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    padding: 0 10px;

}

.support-contact a {
    margin-top: 10px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.support-contact a i {
    border-radius: 100%;
    background: #e26228;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    padding-top: 6px;
    color: #fff;
}

.tax-info p {
    font-size: 15px;
    color: #555;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
}

.tax-info {
    margin: 20px 0;
}

.tax-info a {
    color: #e26228;
    text-decoration: none;
    font-weight: 700;
}

.bank-transfer-details p {
    margin-bottom: 8px;
}

.transaction_fee_consent {
    display: contents;
}

.upi-qr-details strong {
    font-size: 12px;
}

.form-donation-heading h1 {
    text-align: center;
    font-weight: 800;
    font-family: math;
    margin-bottom: 40px;
}

.brickdonationbg {
    background-color: #ffdd9f !important;
    border-radius: 4px;
    text-align: justify;
    padding: 15px;
      margin-bottom: 20px;
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.squreftdonationbg {
    background-color: #ffceaf !important;
    border-radius: 4px;
    padding: 15px;
    text-align: justify;
    margin-bottom: 20px;
     box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#donate-now {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    background-color: #e26228;
}

.btn-donate-now {
    background-color: #fff;
    color: #F1772B;
    font-weight: 700;
    padding: 2px 12px;
    margin: 5px 0;
    font-size: 12px;
}

.donate-now-footer p {
    font-size: 12px;
    margin-bottom: 0;
    color: white;
    font-weight: 700;
}

.donate-now-footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.top-header-menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

@media (max-width: 480px) {
    .top-header-menu-row-responsive li {
        font-size: 11px;
        margin: 0;
        font-weight: 700;
    }

    .top-header-menu-contact li i {
        font-size: 14px;
    }

    .top-header-menu-social-responsive li i {
        margin-top: 10px;
        font-size: 20px;
    }

    .footer-warning-row-responsive {
        font-size: 10px;
        margin-top: 12px;
        font-weight: 600;
    }

    .footer-bottom-responsive p {
        font-size: 9px;
    }

    .footer-bottom {
        padding-bottom: 30px !important;
    }

    .logo-width {
        width: 10em !important;
    }

    .bottom-header-menu-bar ul li a {
        text-align: left !important;
    }

    .bottom-header-menu-bar ul li a {
        font-weight: 600;
        font-family: "Roboto", Sans-serif;
        font-size: 10px;
    }

    .footer-top-links-responsive {
        margin-top: 20px;
    }

    .footer-top-links-responsive li {
        font-size: 12px;
    }

    .footer-top {
        padding: 10px 0;
    }

    .footer-top-contact-responsive {
        margin-top: 20px;
    }

    .footer-top-contact-responsive li {
        font-size: 12px;
    }

    .footer-top-row-about-responsive p {
        font-size: 12px;
    }

    .form-group label,
    .form-group input,
    .form-group .dropdown-select {
        margin-top: 2px !important;
        margin-bottom: 2px;
    }

    .form-group {
        margin-bottom: 0px !important;
    }

    .bank-transfer-details-responsive {
        margin-top: 20px;

    }

    .bank-transfer-details-responsive h5 {
        font-size: 16px;
        font-weight: 800;
    }

    .bank-transfer-details-responsive pre {
        font-size: 12px;
        margin-bottom: 0;

    }


    .tax-info-responsive p {
        font-size: 12px;
    }

    .tax-info {
        margin: 0;
    }

    .upi-qr-details h5 {
        font-size: 14px;
        font-weight: 800;
    }

    .upi-qr-details img {
        width: 50% !important;

    }

    .upi-qr-details {
        text-align: center;
    }

    .support-contact-responsive {
        font-size: 14px;
    }

    .support-contact-responsive a {
        font-size: 13px;
    }

    .support-contact-responsive i {
        width: 10px;
        height: 10px;
        padding-top: 4px;
    }

    .assured-features-responsive li p {
        font-size: 12px;
    }

    .popover-btn-responsive {
        text-align: center;
        margin-bottom: 15px;
    }

    .popover-body {
        font-size: 11px;
    }

    .membership-tag-line p {
        font-size: 11px !important;
    }

    .btn-donate {
        padding: 8px 20px !important;
    }

    .FundraisingCampaignSection h2 {
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }

    .FundraisingCampaignSection ul li {
        font-size: 13px !important;
    }

    .fundraisingcampaign {
        margin: 0 !important;
        padding: 0 !important;
    }

    .contributor-max-height {
        max-height: 390px;
        overflow: auto;
    }

    .donation-button {
        display: flex !important;
    }

    #donate-now {
        display: block !important;
    }

    .squreftdonationbg h5 {
        text-align: center;
        font-weight: 700;
    }

    .brickdonationbg h5 {
        text-align: center;
        font-weight: 700;
    }

    .basicmembershipbg {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 5px;
        margin-bottom: 20px !important;
    }

    .membershiplanbg {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 5px;
        margin-bottom: 20px !important;
    }

    .form-container {
        margin: 10px 0 0 0;
    }

    .well {
        margin-bottom: 10px;
    }

    .statue-registration p{
        font-size: 12px !important;
        
    }

    .donor-wall-list-amount{
        width: 40% !important;
        text-align: right;
    }

    .fundraising-image-up {
        border-radius: 20px;
        width: 360px !important;
        margin-bottom: 15px;
        display: block !important;
    }

    .fundraising-image{
        display: none !important;
    }

}

@media (max-width: 400px) {
    .top-header-menu-row-responsive li {
        font-size: 8px;
    }

    .top-header-menu-contact li i {
        font-size: 11px;
        margin-right: 2px;
    }

    .logo-width {
        width: 6em !important;
    }

   
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .top-header-menu-row-responsive li {
        font-size: 10px;
        margin: 0;
        font-weight: 700;
    }

    .top-header-menu-contact li i {
        font-size: 14px;
    }

    .top-header-menu-social-responsive li i {
        margin-top: 10px;
        font-size: 20px;
    }

    .logo-width {
        width: 10em !important;
    }


    .bottom-header-menu-bar ul li a {
        text-align: right !important;
    }

    .upi-qr-details strong {
        margin-left: 0px;
        font-size: 8px;
    }
    
    
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .top-header-menu-row-responsive li {
        font-size: 16px;
        margin: 0;
    }

    .top-header-menu-contact li i {
        font-size: 14px;
    }

    .top-header-menu-social-responsive li i {
        margin-top: 10px;
        font-size: 20px;
    }

    .logo-width {
        width: 12em !important;
    }

    .bottom-header-menu-bar ul li a {
        text-align: right !important;
    }

    .footer-top-contact-responsive .email-text {
        font-size: 14px;
    }

    .bank-transfer-details-responsive h5 {
        font-size: 19px;
        font-weight: 800;
    }

    .bank-transfer-details-responsive p {
        font-size: 13px;
    }

    .upi-qr-details h5 {
        font-size: 16px;
    }

    .upi-qr-details strong {
        font-size: 8px;
        margin-left: 0px;
    }

    .fundraising-image-up {
        display: none !important;
    }

    .fundraising-image{
        display: block !important;
    }
}

@media (max-width: 992px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {}

/* Thanks Page Css */

.thanks-header {
    background: linear-gradient(153deg, rgba(82, 11, 12, 1) 0%, rgba(173, 54, 56, 1) 50%, rgba(128, 33, 32, 1) 100%);
    padding: 40px 0 32px 0;
    text-align: center;
}

.thanks-header img {
    margin-bottom: 12px;
    width: 220px;
}

.thanks-header h2 {
    color: #fff;
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
}

.thanks-content {
    padding: 32px 32px 16px 32px;
}

.thanks-content h3 {
    color: #e26228;
    margin-top: 0;
    font-size: 22px;
    font-weight: 600;
}

.thanks-content p {
    font-size: 17px;
    color: #333;
    margin-bottom: 24px;
}

.appointment-details {
    width: 100%;
    background: #f9f9f9;
    border-radius: 8px;
    margin-bottom: 24px;
    padding: 16px 20px;
    font-size: 16px;
}

.appointment-details span {
    display: inline-block;
    margin-bottom: 6px;
}

.appointment-details span:first-child {
    font-weight: 600;
    color: #555;
    margin-right: 6px;
}

.additional-info {
    font-size: 16px;
    color: #444;
    margin-bottom: 0;
}

.thanks-footer {
    text-align: center;
    padding: 24px 0 16px 0;
    background: #f3f3f3;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.thanks-footer p {
    margin: 0;
}

.thanks-footer .contact {
    color: #888;
    font-size: 15px;
}

.thanks-footer .address {
    color: #bbb;
    font-size: 13px;
    margin: 8px 0 0 0;
}

@media (max-width: 600px) {

    .thanks-content h3 {
        font-size: 15px;
        padding: 0 10px
    }

    .thanks-header h2 {
        font-size: 20px;
    }

    .thanks-content p {
        font-size: 12px;
        padding: 0 10px;
    }

    .thanks-content {
        padding: 24px 10px 10px 10px;
    }

    .thanks-footer .contact {
        font-size: 12px;
        padding: 0 7px;
    }
}

a.disabled {
    pointer-events: none;
    cursor: default;
}


/* End Thanks Page Css */

/* Donor Review Css */

.nav-tabs {
    border-bottom: none !important;
}

.nav-tabs {
    border: none !important;
    color: #555 !important;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 15px;
    background-color: #f5f5f5;
    margin-right: 5px;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.nav-item {
    display: flex;
    align-items: center;

}

.nav-item h6 {
    color: #e26228;
    margin-bottom: 0;
    font-size: 13px;
}

.nav-item h6 b {
    color: #000;
}

.nav-item img {
    margin-right: 10px;
}

.default-user {
    width: 50px;
}

.support-contact a i {
    border-radius: 100%;
    background: #e26228;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    padding-top: 6px;
    color: #fff;
    margin-bottom: 6px;
}

.word-bg-rounded {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c7501f;
    font-weight: 700;
    font-size: 20px;
    margin-right: 10px;
}

.word-bg-rounded p {
    margin-bottom: 0;
}

.nav-box {
    margin: 10px 0;
}

.contributor {
    background-color: #fffbf9;
    margin: 50px 0;
}

.contributor-heading h2 {
    padding: 40px 0;
    font-weight: 800;
}

.btn-view-more {
    color: #fff;
    background-color: #e26228;
}

.btn-view-more:hover {
    color: #fff;
    background-color: #d6581d;
}

.donor-max-height {
    max-height: 410px;
    overflow: auto;

}

/* End Donor Review Css */

/* Membership plan page css start */

.membership-tag-line {
    background-color: #f7f8fb;
    margin: 40px 0;
    text-align: center;
    padding: 30px 0;
}


.membership-plans-gold {
    margin: 10px 0;
    padding: 20px 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    height: 660px;
}

.membership-plans-gold h4 {
    color: #e6b102;
    text-align: center;
    margin-bottom: 20px;
}

.membership-plans-gold p {
    font-size: 46px;
    text-align: center;
    background-color: #e6b102;
    color: white;
    font-weight: 700;
    border-bottom-left-radius: 70px;
    border-top-left-radius: 70px;
    margin-left: 50px;
}

.membership-plans-gold ol li {
    color: #565656;
    margin-bottom: 10px;
}

.membership-plan-gold-kit {
    text-align: center;
    margin: 30px 0;
}

.btn-donate {
    background-color: #F1772B;
    color: #fff;
    font-weight: 700;
    padding: 8px 30px;
    margin: 10px 0;
}

.btn-donate-basic-member {
    background-color: #F1772B;
    color: #fff;
    font-weight: 700;
    padding: 5px 30px;
    margin: 10px 0;
}

.btn-donate-basic-member:hover {
    background-color: #54595f;
    color: #fff;

}

.btn-donate:hover {
    background-color: #54595f;
    color: #fff;

}

.btn-donate-active, .btn-brick-active {
    background-color: #54595f !important;
    color: #fff !important;

}


.btn-donate-orange {
    background-color: #F1772B;
    color: #fff;
    font-weight: 700;
    padding: 8px 20px;
}

.btn-donate-orange:hover {
    background-color: #54595f;
    color: #fff;

}

.membership-plans-silver {
    margin: 10px 0;
    padding: 20px 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    height: 660px;
}

.membership-plans-silver h4 {
    color: #858585;
    text-align: center;
    margin-bottom: 20px;
}

.membership-plans-silver p {
    font-size: 46px;
    text-align: center;
    background-color: #858585;
    color: white;
    font-weight: 700;
    border-bottom-left-radius: 70px;
    border-top-left-radius: 70px;
    margin-left: 50px;
}

.membership-plans-silver ol li {
    color: #565656;
    margin-bottom: 10px;
}

.membership-plan-silver-kit {
    text-align: center;
    margin: 30px 0;
}

.membership-plans-bronze {
    margin: 10px 0;
    padding: 20px 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    height: 660px;
}

.membership-plans-bronze h4 {
    color: #833c01;
    text-align: center;
    margin-bottom: 20px;
}

.membership-plans-bronze p {
    font-size: 46px;
    text-align: center;
    background-color: #833c01;
    color: white;
    font-weight: 700;
    border-bottom-left-radius: 70px;
    border-top-left-radius: 70px;
    margin-left: 50px;
}

.membership-plans-bronze ol li {
    color: #565656;
    margin-bottom: 10px;
}

.membership-plan-bronze-kit {
    text-align: center;
    margin: 30px 0;
}

.membership-plans {
    margin: 70px 0;
}


/* Membership plan page css End */
/* Fundraising campaign page css Start */

.campaign {
    padding: 30px 0;
}

.FundraisingCampaignForm {
    padding: 20px 20px;
    background-color: #fff1e9;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.btn-color a {
    color: #e26228;
    text-decoration: none;
}

.FundraisingCampaignSection {
    margin-top: 12px;

}

.fundraisingcampaign {
    margin: 20px 0;
    padding: 30px 0;
}

.FundraisingCampaignSection h2 {
    font-weight: 800;
    text-align: left;
    font-size: 40px;
    font-family: auto;
}


/* Fundraising campaign page css end */




/* Hero Section Css */
.hero-section {
    background-color: #fffbf9;
}

.hero-right-text div {
    display: flex;
    justify-content: center;
}

.hero-text-section {
    display: flex;
    justify-content: space-between;

}

.hero-left-text {
    padding: 0px 10px;
    text-align: justify;
    padding-top: 10px;
}

.hero-left-text small {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}

.hindi-taxt {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}

.hero-right-text {
    width: 30%;
    background: #ebecef;
    padding: 10px 20px;
    font-size: 13px;
    border-radius: 10px;
}

.hero-right-text h3 {
    font-weight: 900;
    margin-bottom: 8px;
    text-align: center;
}

.hero-right-text small {
    display: block;
    margin: auto;
    width: 55%;
    font-size: 12px;
    line-height: 1.6;
}

/* memorial-section css */



.memorial-heading {
    color: #023f81;
    font-weight: 700;
    font-family: auto;
    margin-left: 20px;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border: none;
    cursor: pointer;
    z-index: 10;
}

.owl-nav button.owl-prev {
    left: -40px;
    font-size: 30px;
}

.owl-theme,
.owl-prev,
.owl-next:hover {
    background-color: transparent !important;
}

.owl-nav button.owl-next {
    right: -40px;
}
.owl-nav.disabled {
    display: block !important;
    pointer-events: auto !important;
    opacity: 1 !important;
}
.owl-nav button.owl-prev span,
.owl-nav button.owl-next span {
    font-size: 3rem;
}

.owl-nav button.owl-next:hover {
    color: rgb(90, 90, 90) !important;
}

.owl-nav button.owl-prev:hover {
    color: rgb(90, 90, 90) !important;
}

.memorial-card {
    border-radius: 15px;
    background-color: #f7f5ff;
    box-shadow: 2px 5px 10px rgba(68, 68, 68, 0.2);
    margin: 20px;
}

.memorial-card img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.memorial-card-text {
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    margin: 0;
    padding: 10px 0;
}

.youtube-video {
    padding: 10px;
    border: 1px solid #fad8c4;
    background-color: #fff1de;
}

.youtube-video-text {
    width: 40%;
    margin: auto;

    text-align: justify;
}

.youtube-video-text h4 {
    font-weight: 900;
    margin-bottom: 10px;
}

#donor-privilages-heading {
    font-weight: bold;
    text-align: center;
    color: #023f81;
    font-family: auto;
    margin-bottom: 30px;
}

.privilages-card {
    text-align: center;
    margin: auto;
    padding: 25px 15px;
    background-color: #fff8e0;
    border-radius: 10px;
    box-shadow: 2px 5px 10px rgba(126, 126, 126, 0.2);
}

.privilages-img {
    width: 20%;
    padding-bottom: 10px;
}

.privilages-card h5 {
    font-size: 15px;
    font-weight: 700;
}

.privilages-card p {
    font-size: 13px;
    width: 80%;
    margin: auto;
}

.maharanapratap-banner img {
    border-radius: 20px;
}

.donation-target-row {
    background-color: #ffceaf;
    padding: 20px 10px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.donation-target-left-text {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}

.donation-target-left-text h4 {
    font-weight: 700;
    margin: 0;
    color: #f1772b;
}

.donation-percent-section {
    padding: 15px 10px;
    border-radius: 10px;
    background-color: #ffceaf;
}

#donation-target-blue {
    background-color: #cae2ed;
    height: 30px;
    width: 100%;
    border-radius: 30px;
}

.donation-red-slid {
    background-color: #ff3b30;
    height: 30px;
    width: 15%;
    border-radius: 30px;
}

.percentage {
    display: flex;
    justify-content: right;
    font-size: 12px;
    padding: 0 5px;
}

.percentage p {
    margin: 0;
}

.donation-target-right-text {
    text-align: justify;
    width: 50%;
    margin: auto;
    font-size: 16px;
}

#donate-btn {
    display: flex;
    justify-content: center;
}

#donate-btn button {
    background-color: #ff3b30;
    border-radius: 5px;
    border: none;
    color: #fff;
    padding: 10px 30px;
    font-size: 15px;
}

#donate-btn button:hover {
    background-color: #f0352b;
}

#donate-detail-btn {
    border: 1px solid #ff3b30;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 15px;
}

.chavand-text {
    margin-bottom: 20px;
}

.chavand-text h5 {
    color: #023f81;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}

.chavand-text p {
    font-size: 16px;
    margin: 0;
}

/* #file-input-label {
    font-size: 1em;
    padding: 5px 10px;
    border: 1px solid #dedede;
    border-radius: 5%;
    background: #fff;
    width: 100%;
    text-align: center;
} */

.chavand-title {
    background-color: #e4ebed;
    color: #ff3b30;
    
    padding: 10px 10px;
    border-radius: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}
.pb-5 {
    padding-bottom: 0 !important;
}
.chavand-right-text {
    box-shadow: 2px 2px 10px #dbdbdb;
    padding: 15px 20px;
    border-radius: 20px;
    max-height: 482px;
}

.chavand-right-heading {
    display: flex;
    justify-content: space-between;
}

.chavand-right-heading p {
    margin: 0;
    font-size: 12px;
}

.chaband-btn {
    background-color: #ffdcaa;
    border-radius: 20px;
    padding: 5px 10px;
    height: 35px;
    font-weight: 500;
    font-size: 15px;
    border: none;
}

.chavand-right-list {
    box-shadow: 1px 1px 10px #dbdbdb;
    border-radius: 20px;
    margin: 8px 5px;
    padding: 5px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chavand-right-list p {
    margin: 0;
    font-size: 13px;
}

.chavand-right-list h6 {
    margin: 0;
    font-weight: 500;
}

.chavand-right-list span {
    margin: 0;
    font-weight: 500;
}

.membership-inner-card div {
    padding: 10px 0;
}



.membership-price-strip div {

    color: white;
    width: 80%;
    font-size: 35px;
    font-weight: bold;
    height: 70px;
    border-radius: 40px 0 0 40px;
    padding-left: 30px;
    margin-left: auto;
}

.membership-price-strip p {
    margin: 0;
}

.membership-section {
    margin-top: 60px;
    background-color: #ebecef;
    padding: 60px 0;
}
.testimonial-name p {
    display: flex;
    justify-content: center;
    font-size: 15px;
}
.membership-heading-section h3 {
    text-align: center;
    color: #023f81;
    font-family: auto;
    font-weight: 700;
}

.membership-heading-section p {
    text-align: center;
    font-weight: 600;
    padding-bottom: 20px;
}

.membership-inner-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 5px 10px #a0a0a0;
    min-height: 800px;
}

.membership-inner-card img {
    border-radius: 10px;
    padding: 10px;
}

.membership-inner-card ol li {
    font-size: 15px;
    line-height: 2;
    font-weight: 600;
}

.membership-card h5 {
    text-align: center;
    padding: 10px 0;
    font-weight: 800;
}

.donor-wall-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.donor-wall-list p {
    margin-bottom: 0 !important;
}

.membership-plan-details {
    text-align: center;
    margin-top: 40px;
}

.membership-plan-details button {
    background-color: #ff9500;
    border-radius: 5px;
    border: none;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 500;
}

.testimonial-section {
    background-color: #edf6fd;
    padding: 60px 0;
}

.testimonial-heading h3 {
    color: #023f81;
    font-weight: 700;
    font-family: auto;
    text-align: center;
    padding: 20px 0;
}

.testimonial-inner-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    min-height: 530px;
}

.testimonial-image {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    
}

.testimonial-inner-card img {
   /* max-height: 200px;    */
   border-radius: 20px;
   width: 74%;
}

.testimonial-inner-card p {
    font-size: 14px;
    text-align: justify;
}

.testimonial-founder-section h6 {
    margin: 0;
    padding-top: 20px;
    font-weight: 700;
}

.other-activities-section {
    background-color: #edf6fd;
    padding: 30px 0;
}

.other-activitie-heading h3 {
    text-align: center;
    color: #023f81;
    font-family: auto;
    font-weight: 700;
}

.other-activitie-heading p {
    text-align: center;
    font-weight: 600;
}



.other-activitie-img img {
    border-radius: 20px;
    width: 100%;
    
}

.patron-box {
    box-shadow: 1px 2px 10px #d6d6d6;
    padding: 30px;
    border-radius: 20px;
}

.patron-section {
    padding: 60px 0;
}

.patron-heading h3 {
    text-align: center;
    color: #023f81;
    font-family: auto;
    font-weight: 700;
}

.National-president-box {
    box-shadow: 1px 2px 10px #d6d6d6;
    padding: 30px;
    border-radius: 20px;
}

.National-president-section {
    padding: 60px 0;
}

.National-president-heading h3 {
    text-align: center;
    color: #023f81;
    font-family: auto;
    font-weight: 700;
    padding: 10px;
}

.shreejihujur-image {
    box-shadow: 1px 1px 10px #d8d8d8;
    border-radius: 20%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.shrichandraveer-image {
    box-shadow: 1px 1px 10px #d8d8d8;
    border-radius: 20%;
    text-align: center;
    overflow: hidden;
}

.hujur-sign img {
    width: 100%;
    margin-top: -40px;

}

.National-president-sign img {
    text-align: center;
    height: 200px;
    margin-top: -90px;
    padding-left: 20px;
}

.National-president-right-text {
    text-align: justify;
    width: 55%;
    margin-top: 30px;
}

.patron-right-text {
    text-align: justify;
    width: 55%;
    margin-top: 30px;
}

.construction-status-heading h3 {
    text-align: center;
    color: #023f81;
    font-weight: 700;
    font-family: auto;
    padding: 20px 0;
}


.construction-image {
    max-height: 450px;
    border-radius: 20px;
}
.construction-status-text {
    padding: 10px;
}

.youtube-video-link {
    width: 100%;
    height: 280px;
}

.margin-30 {
    margin: 30px 0;
}

.margin-10 {
    margin: 10px 0;
}
.print-btn {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #e26228;
    color: #e26228 !important;
    text-decoration: none;
}
.print-btn i {
    color: #e26228 !important;
}


.respected-contributors-section {
    box-shadow: 2px 2px 10px #dbdbdb;
    padding: 20px 20px;
    border-radius: 20px;   
    margin-bottom: 20px;
    max-height: 482px
}
.testimonial-card {
    
}

/* responsive css */
@media (max-width: 480px) {
    .hero-text-section {
        flex-direction: column;
        padding: 10px;
    }
    .respected-contributors-section {
        padding: 20px 10px;
        max-height: 430px !important;
        
    }
    .respected-contributors {
        padding: 0px;
    }
    .top-header-menu div h6 {
        font-size: 11px !important;
    }
    .construction-image {
        max-height: 440px;
    }
    .hero-left-text {
        width: 100%;
        padding: 0;

    }

    .hero-right-text {
        width: 100%;
        margin: auto;
    }
    .testimonial-inner-card img {
        min-height: 238px;
    }
    .hero-right-text small {
        width: 65%;
    }

    .hero-left-text small {
        font-size: 13px;
    }

    .margin-30 {
        margin: 4px 0 !important;
    }

    .memorial-heading {
        margin-bottom: -10px;
        text-align: center;
        font-size: 15px;
    }

    hr {
        margin: 0;
    }

    .youtube-video-text {
        width: 95%;
        font-size: 12px;
        padding-top: 5px;
    }

    .youtube-video-link {
        height: 180px;
    }

    .bank-detail-well {
        margin-bottom: 5px;
    }

    .hindi-taxt {
        font-size: 13px;
        line-height: 22px;
    }

    .youtube-video-text h4 {
        font-size: 16px;
    }

    .privilages-card {
        margin-bottom: 20px;
        width: 90%;
        padding: 20px 10px;
    }

    .contributor-heading h2 {
        padding: 10px 0 !important;
        font-size: 18px
    }

    .owl-nav button.owl-prev {
        left: -7px;
    }

    .owl-nav button.owl-next {
        right: -5px;
    }

    .donation-target-left-text h4 {
        font-size: 15px;
    }

    .membership-price-strip div {
        height: 60px;
        font-size: 25px;
        width: 70%;
    }

    .National-president-sign img {
        height: 200px;
        margin-top: -50px;
    }

    .donation-target-left-text p {
        font-size: 13px;
    }

    .donation-target-left-text {
        padding: 10px;
    }

    .donation-target-row {
        padding: 20px 10px;
        margin-bottom: 20px;
    
    }

    #donation-target-blue {
        height: 20px;
    }

    .donation-red-slid {
        height: 20px;
    }

    .donation-target-right-text {
        width: 100%;
    }

    .donation-target-right-text p {
        margin: 0;
        font-size: 14px;

    }

    #donate-btn {
        padding: 5px 15px;
        margin-top: 10px;
    }

    #donate-detail-btn {
        padding: 5px 15px;
        font-size: 12px;
    }

    .chavand-text {
        margin-bottom: 0;
    }

    .chavand-text h5 {
        font-size: 18px;
        padding: 10px 0;
    }

    .chavand-text p {
        font-size: 12px;
    }

    .chavand-title {
        font-size: 12px;

        width: 100%;
        text-align: center;
    }

    .chavand-right-heading {
        padding: 10px 0;
    }

    .chavand-right-text {
       margin-bottom: 15px !important;
        padding: 10px 10px;

    }

    .chavand-right-list {
        width: 98%;
        padding: 5px 10px;
    }

    .chavand-right-list h6 {
        font-size: 13px;
    }

    .chavand-right-list p {
        font-size: 12px;
    }

    .chavand-right-list span {
        font-size: 13px;
    }

    .chaband-btn {
        padding: 0 20px;
        font-size: 15px;
        font-weight: 600;
    }

    .chavand-right-text h5 {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0;
    }

    .donar-wall-list-name {
        width: 78%;
    }

    .membership-section {
        padding: 30px 0;
    }

    .membership-heading-section p {
        font-size: 11px;
    }

    .membership-inner-card ol li {
        font-size: 12px;
    }

    .membership-inner-card {
        min-height: 400px;
        margin-bottom: 20px;
    }

    .membership-plan-details h5 {
        font-size: 11px;
    }

    .membership-plan-details button {
        margin-top: 10px;
    }

    .testimonial-section {
        padding: 20px 0;
    }

    .testimonial-heading h3 {
        padding: 0;
    }

    .nav-tabs {
        font-size: 12px;
        padding: 10px 5px;
    }

    .word-bg-rounded {
        height: 20px;
        width: 20px;
        font-size: 13px;
    }

    .National-president-sign {
        margin-top: -20px;
        text-align: center;
    }

    .hujur-sign img {
        margin-top: -35px;
    }

    .testimonial-inner-card {
        margin: 0 20px;
        min-height: 500px;
    }

    .testimonial-inner-card p {
        font-size: 13px;
        text-align: justify;
    }

    .other-activitie-heading p {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .other-activities-text small {
        font-size: 13px;
        margin: 0;
    }

    .other-activities-text {
        text-align: justify;
    }

    .other-activities-section {
        padding: 5px 0;
    }

    .other-activitie-img {
        padding: 20px;
    }

    .patron-section {
        padding: 30px 0;
    }

    .patron-box {
        padding: 15px;
    }

    .patron-heading h3 {
        font-size: 22px;
        padding: 10px 0;
    }

    .shreejihujur-image img {
        width: 300px;
    }

    .shreejihujur-image {
        border-radius: 5%;
    }

    .patron-right-text {
        width: 100%;
        font-size: 11px;
    }

    .shrichandraveer-image img {
        width: 190px;
        padding-top: 10px;
    }

    .shrichandraveer-image {
        border-radius: 5%;
    }

    .National-president-section {
        padding: 20px 0;
    }

    .National-president-box {
        padding: 10px;
    }

    .National-president-heading h3 {
        font-size: 22px;
        padding: 5px;
    }

    .our-vision-heading h3 {
        padding-bottom: 5px !important;
        font-size: 24px;

    }

    .National-president-right-text {
        width: 100%;
        font-size: 12px;
        margin-top: 0;
    }

    .construction-status-heading h3 {
        font-size: 22px;
        padding: 0;
    }
    
    .construction-status-card {
        padding: 0 20px;
    }

    .btn-donate {
        font-size: 12px;
    }

    .margin-right {
        margin-right: 0 !important;
        position: absolute;
    }

    .display-80g-info {
        display: none;
    }

    .btn-donate-basic-member {
        margin: 0px 0 10px 0px;
    }

    #file{
        font-size: 10px !important;
    }

}

@media (min-width: 481px) and (max-width: 768px) {
    #file{
        font-size: 10px !important;
    }
    
    .owner-image img {
        margin: auto;
    }
    .National-president-sign img {
        height: 200px;
    }
    .owner-right-text {
        margin-top: 30px;
        font-size: 13px;
    }

    .owl-nav button.owl-prev {
        left: -5px;
        font-size: 30px;
    }

    .owl-nav button.owl-next {
        right: -10px;
    }

    .hero-right-text small {
        margin: 0;
        width: 100%;
    }
    .construction-image {
        max-height: 298px;
    }
    .hero-right-text h3 {
        font-size: 20px;
    }

    .hero-left-text small {
        font-size: 14px;
        line-height: 21px;
    }

    .footer-top {
        padding: 20px;
    }

    .hindi-taxt {
        font-size: 14px;
    }

    .owl-nav button.owl-prev {
        left: -10px;
    }

    .owl-nav button.owl-next {
        right: -5px;
    }

    .youtube-video-link {
        height: 195px;
    }

    .membership-card {
        min-height: 200px;
    }

    .memorial-section {
        margin: 30px 0;
    }

    .youtube-video-text {
        width: 45%;
    }

    .youtube-video-text h4 {
        font-size: 19px;
    }

    .youtube-video-text p {
        font-size: 12px;
    }

    .memorial-card {
        min-height: 150px;
    }

    .donation-target-right-text {
        width: 55%;
    }

    .chavand-right-text {
        padding: 10px;
        max-height: 465px;
    }
    .donor-max-height {
        max-height: 370px;
    }
    .nav-tabs {
        padding: 10px 5px;
        font-size: 12px;
    }

    .donar-wall-list-name {
        width: 70%;
        font-size: 11px;
    }

    .membership-card h5 {
        font-size: 17px;
    }

    .membership-inner-card div ol li {
        font-size: 11px;
    }

    .membership-inner-card {
        min-height: 520px;
    }

    .membership-inner-card {
        padding: 5px;
    }

    .membership-plan-details h5 {
        font-size: 15px;
    }

    .testimonial-section {
        padding: 30px 0;
    }

    .testimonial-inner-card {
        padding: 10px;
    }

    .testimonial-inner-card p {
        font-size: 12px;
    }

    .other-activities-text {
        font-size: 13px;
    }

    .shreejihujur-image img {
        width: 250px;
    }

    .donation-target-left-text {
        padding: 10px;
    }

    .patron-section {
        padding: 30px 0;
    }

    .patron-right-text {
        font-size: 12px;
        width: 55%;
    }

    .shrichandraveer-image img {
        width: 190px;
    }

    .National-president-section {
        padding: 10px 0;
    }

    .National-president-sign {

        padding-left: 0;
    }

    .National-president-right-text {
        font-size: 12px;
    }

    .owl-nav button.owl-prev {
        left: -30px;
    }

    .owl-nav button.owl-next {
        right: -30px;

    }

    .our-vision-content {
        font-size: 12px;
    }

    .our-vision-content-list {
        font-size: 13px;
    }

    .chavand-title {
        font-size: 14px;
    }

}

@media (min-width: 769px) and (max-width: 1024px) {

    .owner-image img {
        margin: auto;
    }
    .respected-contributors-section {
        margin-bottom: 20px;
        padding: 15px 20px;
    }
    .owner-right-text {
        margin-top: 30px;
        font-size: 13px;
    }

    .owl-nav button.owl-prev {
        left: -5px;
        font-size: 30px;
    }

    .owl-nav button.owl-next {
        right: -10px;
    }

    .hero-right-text small {
        margin: 0;
        width: 100%;
    }

    .hero-right-text h3 {
        font-size: 20px;
    }

    .hero-left-text small {
        font-size: 14px;
    }

    .owl-nav button.owl-prev {
        left: -10px;
    }

    .owl-nav button.owl-next {
        right: -5px;
    }

    .membership-card {
        min-height: 200px;
    }
    .testimonial-inner-card {
        padding: 10px;
        min-height: 446px;
        
    }
    .testimonial-inner-card p{
        font-size: 12px;     
           
    }
    .other-activities-text {
        padding-bottom: 5px;
    }
}


/* Our Vision css start */

.our-vision-heading h3 {
    text-align: center;
    font-weight: 800;
    font-family: auto;
    padding-bottom: 15px;
    color: #023f81;
}

.our-vision-content {
    display: inline-flex;
    font-size: 17px;
    justify-content: space-between;

}

.our-vision-content p {
    text-align: justify;
}

.funding-start-text {
    padding: 20px;
}

@media (max-width: 480px) {
    .our-vision-content img {
        margin-bottom: 25px;
    }

    .our-vision-content p {
        font-size: 12px;
    }

    .our-vision-content-list ul li {
        font-size: 13px;
        text-align: justify;
    }

    .faq-content {
        padding: 15px 0 !important;
    }

    .faq-content h1 {
        margin-bottom: 30px !important;
    }

    .funding-start-text h2 {
        font-size: 20px;
        font-weight: 700;
        text-align: left;
        padding-left: 15px;
    }

    .funding-start-text ul {
        font-size: 14px;
    }

    .funding-start-text button {
        font-size: 13px;
        text-align: center;
        margin-left: 17px;
        width: 90%;
    }

    .faq-heading h1 {
        font-size: 22px;
        text-align: center;
    }

    .accordion-button {
        font-size: 13px;
        padding: 10px;
    }

    .accordion-body {
        font-size: 12px;
    }

    .campaign {
        margin: 10px 0;
    }

    .campaign ul {
        margin-bottom: 0;
    }

    .bottom-header-logo-menu-row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .footer-top-row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .donor-max-height {
        max-height: 370px !important;
    }
}

/* Our Vision css End */

/* Our FAq css Start */

.faq-content {
    align-items: center;
    padding: 30px 0;
}

.faq-content h1 {
    color: #023f81;
    font-weight: 800;
    font-family: auto;
}

.accordion-button {
    background-color: #dbe5ed;
    color: #000;
}

.accordion-button:focus {
    color: #000;
}

.accordion-button:not(.collapsed) {
    color: #000;
}

.accordion-item {
    margin-bottom: 10px;
}

/* Our FAq css End */

/* Our Fundraising section css start */

@media (max-width: 480px) {
    .fundraisingvolunteer p{
        font-size: 10px;
    }

    .fundraisingvolunteer {
        padding: 20px 20px !important;
    }

    .fundraisingvolunteer h5 {
        font-size: 10px;
    }
}

.fundraisingvolunteersection {
    background-color: #fff0e9;
    margin: 10px 0;
}

.progress {
    height: 30px;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 1rem;
}

.progress-bar {
    font-weight: 800;
    background-color: #e26228;
}

.fundraisingvolunteer {
    padding: 60px 50px;
    text-align: center;
}

.fundraisingvolunteer h5 {
    padding-bottom: 10px;
    color: #000;

}

.fundraisingvolunteer b {
    color: #e26228;
}


/* Our Fundraising section css End */

/* Pre-loader section css start*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(235, 235, 235, 0.5);
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #e26228;
    --_m:
        conic-gradient(#0000 10%, #000),
        linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
}

@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}

/* Pre loader section css End*/

.membershipplansection {
    text-align: center;
    margin: 60px 0;
}

.membershipplansection button {
    margin-top: 20px;
}


/* Payment Page CSS */

.payment-page {
    background: #f3f5fe;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 10px 0 40px 0;
}



.payment-page-left {
    background-color: #e26228;
    color: #fff;
    padding: 40px;
    border-radius: 10px 0px 0px 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    min-height: 400px;
}

.payment-page-right {
    background-color: #fff9f1;
    padding: 30px;
    border-radius: 0px 10px 10px 0px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.payment-page-right {
    min-height: 400px;
}

.details .row{
    padding: 0 10px;
}
.payment-page-right h3 {
    color: #e26228;
    padding: 10px;
    text-align: center;
    font-size: 24px;
    border-bottom: 2px solid #e26228;
    margin-bottom: 20px;
}

.payment-page-right .row {
    margin-bottom: 15px;
}

.payment-page-right .row div {
    font-size: 16px;
    overflow-wrap: break-word;
}
.tagline-box{
    margin-top: 40px;
}

.tagline-box h1{
    font-weight: 900;
    line-height: 65px;
}

.tagline-box p{
    font-weight: 900;
}

.pay-btn {
    display: block;
    margin: 20px auto;
    padding: 7px 70px;
    background-color: #e26228;
    color: white;
    font-size: 18px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.pay-btn:hover {
    background-color: #cc531b;
}

.logo-bg{
    background-color: #fff;
    padding-top: 6px;
    height: 80px;
    border-radius: 10px;
    margin: 0 60px;
}

.payment-page a{
    float: right;
    margin: 10px 20px 20px 0;
   
}

.details p{
    font-size: 14px;
    color: #000;
    margin-bottom: 4px;
    text-align: center;
}

.logo-bg img{
    width:60%;
}

/* Responsive Design */
@media (max-width: 768px) {
    .payment-page-left, .payment-page-right {
        padding: 20px;
    }
    .payment-page-right .row div {
        font-size: 12px;
       
    }
    .pay-btn {
        width: 100%;
    }

    .logo-bg{
        padding-top: 10px;
        height: 75px;
        margin: 0 40px;
    }
    .tagline-box{
        margin-top: 30px;
    }

    .logo-bg img{
        width:80%;
    }

    .tagline-box h1{
        line-height: 55px;
    }
    
}

@media (max-width: 480px) {
    .payment-page-left {
        width: 100%;
    }
    .logo-bg {
        padding-top: 3px;
   
        border-radius: 10px;
        margin: 0 60px;
    }

    .logo-bg img{
        width:90%;
    }

    .payment-margin-top{
        margin-top: 10px;
        position: relative;
    }

    .payment-page a{
        float: right;
        margin: 10px 10px 0px 0 !important;
        background-color: #d40101;
    }
    .payment-page-cross {
        padding: 0px 0 30px 0;
        position: absolute;
        right: 0;
        top: 15px;
        
    }
    .details .row {
        padding: 0;
    }
    .payment-page-left{
        border-radius: 10px 10px 0px 0px;
        min-height: 200px;
    }

    .tagline-box{
        margin-top: 15px;
    }

    .payment-page-right{
        border-radius: 0px 0px 10px 10px;
        
    }

    .tagline-box h1{
        line-height: 26px;
        font-size: 18px;
    }

    .details p{
        font-size: 11px;
        color: #000;
        margin-bottom: 4px;
        text-align: center;
    }

    .details p br{
        display: block !important;
    }

    
}

.statue-registration{
    margin: 20px 0;
}

.statue-registration p{
    text-align: left;
    color: #854b00;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 3px;
}

.donor-wall-list-amount{
    width: 25%;
    text-align: right;
}

.fundraising-image-up {
    display: none ;
}

.fundraising-image{
    border-radius: 20px;
    width: 300px;

}