@media(max-width:991px) {
    .toggle-btn {
        display: block;
    }
    .logo img {
        max-width: 180px;
    }
    #kafle-navbar {
        padding: 10px 0;
        overflow:hidden;
    }
    .ks-suchana {
        display: none;
    }
    .bg-grey {
        margin-bottom: 0;
    }
    .about-content {
        margin-bottom: 30px;
    }
    .blog-details {
        margin: 30px 0px 30px;
    }
    #kafle-navbar.active {
        position: sticky;
        top: 0;
        z-index: 999;
    }
    .donate-btn{
        display: none;
    }
}

@media(max-width:767px) {
    #top-bar {
        display: none;
    }
    .about-title.team {
        margin-top: 30px;
    }
    .speak-img {
        margin-bottom: 30px;
    }
    .footer-text {
        max-width: 100%;
    }
    .footer-menu {
        border-top: 1px solid #e0e0e0;
        margin-top: 20px;
        padding-top: 20px;
    }
    .footer-contact {
        border-top: 1px solid #e0e0e0;
        margin-top: 20px;
        padding-top: 20px;
    }
    .copyright {
        display: block;
        text-align: center;
    }
    .copyright h5 {
        margin-top: 5px;
    }
    .bg-grey {
        text-align: center;
    }
    .social {
        justify-content: center;
    }
    .profile {
        border-top: 1px solid #e0e0e0;
        margin-top: 20px;
        padding-top: 20px;
    }
    
}

@media(max-width:575px) {
    .carousel-item img {
        height: 250px;
    }
    #about {
        margin-bottom: 30px;
    }
    #speaker {
        padding-bottom: 30px;
    }
    #new-blog {
        margin-bottom: 40px;
    }
    .testi-wrap {
        display: block;
        text-align: center;
        padding: 20px;
    }
    .member-img img {
        margin: auto;
    }
    .bg-grey {
        padding-top: 30px;
    }
    .testi-content {
        margin-left: 0px;
    }
    .community-back {
        padding-bottom: 30px;
    }
    .logo img {
        height: auto;
    }
    .flag {
        display: none;
    }
}