img {
    width: 100%;
}

.donote-form .form-group {
    margin: 10px 0px;
}

.donation-bg {
    background-image: url(../images/donation-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.donation-image-box {
    border-radius: 15px;
    overflow: hidden;
}

.donote-section {
    /* background-color: rgb(249 201 201); */
    background-color: rgb(159 175 198 / 20%);
}

.contact-us {
    background-color: rgb(227, 227, 227, 0.4);
    background-image: url(../images/contact-us-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.map{
    padding: 80px 0px 0px 0px !important;
}

.donote-btn {
    background-color: rgb(0, 0, 0);
    color: #fff;
    font-size: 26px;
    border-radius: 15px;
    padding: 10px 15px;
    text-align: center;
    margin: 0px auto;
    min-width: 200px;
    display: inline-block;
}

.form-control {
    padding: 10px 15px;
}

.form-control:focus {
    box-shadow: none !important;
}

.gellry-wrap {
    border-radius: 8px;
    overflow: hidden;
}

.banner {
    position: relative;
    padding: 0px;
}

.image-box {
    border-radius: 15px;
    overflow: hidden;
}

.success-stories-item {
    display: flex;
    margin: 0px auto;
    width: 60%;

}

.success-stories-datails {
    text-align: left;
}

.success-stories-datails h2 {
    font-size: 26px;
    font-weight: 700;
}

.success-stories-datails p {
    padding: 0;
    font-size: 16px;
    text-align: justify;
}

.success-stories-img {
    padding: 15px;
}

.success-stories-datails {
    padding: 15px;
}

.read-more-text {
    color: red;
    font-weight: 600;
    float: right;

}

.read-more-btn {
    background-color: #ffb100;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
}

@media screen and (max-width: 775px) {

    .portfolio-item {
        width: 50% !important;
    }
}

@media screen and (max-width: 991px) {
    .success-stories-item {
        flex-wrap: wrap;

    }

    .success-stories-img,
    .success-stories-datails {
        width: 100%;
    }
}

.blink {
    /* background-color: #ffb100 !important; */
    text-align: center;
    font-size: 25px;
    font-family: cursive;
    color: white;
    animation: blink 2s linear infinite;
    background-color: #ffb100;
    border: 2px solid #ffb100;

}


@keyframes blink {
    0% {
        background-color: #ffb100;
        border: 2px solid #ffb100;
    }
    50% {
        background-color: #0078e3;
        border: 2px solid #0078e3;
    }
    100% {
        background-color: #ffb100;
        border: 2px solid #ffb100;
        /* color: #f2f2f2; */
    }
}