/*--------------------------------------*/

@media(max-width:767px) {
    .social {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
        padding-bottom: 10px;
    }

    .give-hope {
        text-align: center !important;
    }

    .donate .fa {
        color: #ffce00;
        font-size: 25px;
        display: none;
    }

    .donate span {
        color: #345a4f;
        font-weight: 600;
        display: none;
    }

    .btn-primary {
     padding: 10px 25px;
    background-color: #ffffff;
    border-radius: 20px;
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    top: 1px;
    }

    #dont {
        width: 100%;
        height: auto;
        text-align: right;
        margin-top: 0px;
        display: none;
    }

    #dont2 {
        display: block;
    }

    .image-icon {
        margin-top: 20px;
    }

    .social1 {
        list-style: none;
        text-align: center;
        margin-left: -10%;
    }

    .social-media p {
        text-align: center;
    }

    .overbox {
        height: auto;
        width: 100% !important;
        background-color: white;
        margin: 0 auto;
        box-shadow: 0px 1px 5px black;
        margin: 0 auto;
        margin-top: -40px;
    }

    .blog-home h2 {
        padding-top: 70px;
        text-align: center !important;
        z-index: 1;
        color: #f1a415;
    }

   .abcdd {
    margin-top: -53px;
}

    .image-icon2 {
        margin-top: 50px;
        display: none;
    }

    .image-icon2 h2 {
        text-align: left !important;
    }

    .image-icon22 {
        margin-top: 50px;
        display: block;
    }

    .image-icon2 h22 {
        text-align: left !important;
    }

    #h222 {
        text-align: left;
        margin-top: -50px;
        padding: 10px;
        color: #f1a415;
        font-weight: 700;
    }

    #h222 span {
        color: #345a4f;
    }

    #iconsocial {
        width: 50px;
        float: right;
    }
#marque {
    padding-top: 0px;
    font-size: 17px;
    color: white;
}
    .about-box {
    width: 100%;
    height: auto;
    margin-top: 70px;
}
    #small-size-blog1{
        display: block;
    }
    #small-size-blog{
        display: none;
    }
}





@media (max-width: 340px) {
    .social {
        width: 100%;
        text-align: center;
        padding: 45px;
        margin: 0;
        padding-bottom: 14px;
        margin-top: -45px;
    }

    .logo img {
        width: 200px;
    }
}

@media(max-width:575px) {
    .donate {
        width: 100%;
        height: auto;
        text-align: center;
        /* margin-top: 30px;*/
        margin-left: 10px;
    }

    .btn-primary {
      padding: 10px 25px;
     background-color: #f1a415;
    border-radius: 20px;
    color: #12003e;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    top: 1px;
    }
}

