.donateBg {
    background: url('./Doodle-Bg.png');
    background-attachment: fixed;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}

#donateNow {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 50px;
}

#donateNow .row>button.btn {
    margin-top: 30px;
}

#donateNow .container {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 3px 15px rgb(0 0 0 / 15%);
    margin-top: 30px;
}

#donateNow .dheaderSec {
    display: flex;
    justify-content: center;
    background: url(./donate-banner.png) no-repeat;
    background-position: 100%;
    background-size: cover;
    margin: 0px;
    width: 100%;
    height: 300px;
    background-attachment: scroll;
}

#donateNow .row {
    display: flex;
    justify-content: space-evenly;
}

#donateNow .form-input-container {
    margin-bottom: 15px;
}

#donateNow .form-control {
    height: 45px;
}

#donateNow h4 {
    font-size: 16px;
    font-weight: bold;
}

#donateNow h4 label {
    font-size: 12px;
    font-weight: 500;
}

span#basic-addon1 {
    margin: 10px 10px 0px 0px;
}

#DonateModal .modal-body {
    background: #f6f6f6;
    padding-left: 40px;
    padding-right: 40px;
}

#DonateModal .modal-footer {
    padding-left: 70px;
    padding-right: 70px;
}

.donation-form-infocol:first-child label {
    line-height: 30px;
}

#DonateModal .modal-dialog {
    width: 800px;
}

#DonateModal .modal-header {
    position: relative;
}

#DonateModal .modal-header h4 {
    margin-bottom: 20px;
}

#DonateModal .modal-header .form-control {
    margin-bottom: 0;
}

.donate-amount-option {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 5px;
}

.donate-amount-option .input-group {
    width: 70%;
    margin-left: 15%;
}

.donation-choice-breaker {
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -6px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-size: 11px;
    background: #ccc;
}

.predefined-amount {
    list-style-type: none;
    margin: 0;
}

.predefined-amount li {
    display: inline-block;
    margin-right: 5px;
} 

.predefined-amount .donate_selected {
    cursor: pointer;
    border: 2px solid #e6e6e6;
    padding: 6px 10px;
    border-radius: 3px;
}

.predefined-amount li label.selected {
    color: #fff;
}

.predefined-amount li input[type="radio"] {
    display: none;
}

.donation-form-infocol:first-child {
    border-right: 1px solid #e6e6e6;
}

.predefined-amount li label.selected {
    border-color: #42b8d4;
    background-color: #42b8d4;
}


.main-section {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .7), rgba(0, 0, 0, .1)), 
    url("./Prasiddhi8.JPG");
    height: 500px;
    background-size: cover;
    background-position: center;
}

.main-section i {
    font-size: 35px;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
}

.main-section .section-part {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.card_zz_sec{
    padding: 75px 0px;
}

.card_zz_sec .container > .row{
    padding-bottom: 50px;
}

.card_zz_sec .container > .row:last-child{
    padding-bottom: 0px;
}

.col-md-6.how-img > img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}

.footer-donate {
    padding: 50px 0;
    background: #d9dbdd;
    text-align: center;
    font-size: 15px;
    color: #444444;
}

.card_zz_sec h4 {
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    color: #006f3c;
}

.footer-donate h4{
    font-weight: 500;
    font-size: 16px;
    color: rgba(31,34,40,.7);
    text-transform: uppercase;
}

.footer-donate p{
    font-size: 15px;
    font-weight: normal;
    margin-top: 15px;
}

.desc-wrapper p { 
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 1.5em; 
    font-weight: 400;
    font-style: italic;
    font-size: 18px !important;
    letter-spacing: 1px;
    text-transform: none;
    line-height: 1.5em;
    color: #fff;
    margin: 20px auto;
    -webkit-transform: translatez(0);
}

.desc-wrapper p>strong, .desc-wrapper p>em>strong {
    display: block; 
    font-weight: 400;
    font-size: 48px;
    letter-spacing: 0px;
    text-transform: none; 
    font-weight: 700;
    font-style: normal;
    font-size: 54px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1em;
    color: #fff;
}


.plantation_list .card {
    display: block;
    margin-bottom: 30px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.25s;
}

.plantation_list .card:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.plantation_list .img-card {
    width: 100%;
    height: 200px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    display: block;
    overflow: hidden;
}

.plantation_list .img-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all 0.25s ease;
}

.plantation_list .card-content {
    padding: 15px;
    text-align: left;
}

.plantation_list .card-title {
    margin-top: 0px;
    font-weight: 700;
    font-size: 1.65em;
}

.plantation_list .card-title a {
    color: #000;
    text-decoration: none !important;
}

.plantation_list .card-read-more {
    border-top: 0px solid #d4d4d4;
    display: flex;
    width: 100%;
    justify-content: right;
    margin: 0px 20px 10px 0px;
    padding-right: 10px;
}

.plantation_list .card-read-more .know-more {
    text-decoration: none !important;
    padding: 10px;
    font-weight: 600;
    text-transform: capitalize;
    border: none;
    color: #333;
    background: #DCE45C;
    padding: 7px 10px;
    width: 110px;
    font-size: 10px;
}

.plantation_list .card-read-more .btn-plantation {
    text-decoration: none !important;
    padding: 10px;
    font-weight: 600;
    text-transform: capitalize;
    border: none;
    color: #333;
    background: #DCE45C;
    padding: 7px 10px;
    width: 110px;
    font-size: 10px;
    margin-right: 10px;
}

.dpheaderSec {
    width: 100%;
}

.dpheaderSec img {
    width: 100%;
    margin-bottom: 40px;
}

.plantation_list .card-content > p {
    min-height: 70px;
}

@media screen and (max-width: 980px) {
    #donateNow .dheaderSec {
        background-position: -50px top;
    }
}


@media screen and (max-width: 767px) {
    .desc-wrapper p>strong, .desc-wrapper p>em>strong {
        font-size: 35px;
    }
}