@media only screen and (max-width: 767px) and (min-width: 320px) {
    .carousel-item img {
        height: auto !important;
    }

    .donate-content h3.title-banner {
        font-size: 20px;
    }

    .donate-content .banner-image-description {
        font-size: 12px;
    }

    section.events-area {
        margin-top: 0;
        padding: 20px 0;
    }

    section.latest-update-area {
        padding: 30px 0;
        overflow: hidden;
    }

    section.app-download-area {
        padding: 35px 0;
    }

    .app-screenshots {
        min-height: auto;
        margin-bottom: 20px;
    }

    .app-screenshot-card {
        width: 150px;
    }

    .app-screenshot-offset {
        margin-left: -20px;
        margin-top: 25px;
    }

    .app-download-content {
        text-align: center;
    }

    .app-download-content h4 {
        font-size: 22px;
    }

    .app-store-buttons {
        justify-content: center;
    }

    .app-store-buttons a img {
        width: 145px;
    }

    .entry-title h5 a {
        font-size: 15px;
    }

    .contact-box {
        margin-bottom: 60px;
    }

    .tf_footer_links {
        margin-bottom: 30px;
    }

    .tf_footer_services {
        margin-bottom: 30px;
    }

    .book-cover .book-image {
        max-width: 250px;
        margin: 0 auto;
    }

    .book-cover .book-inside {
        width: 62%;
        left: 77px;
    }

    .book-cover .book-image {
        max-width: 250px;
    }

    .slide_imgs .column img {
        height: 60px;
    }

    /* .mySlides img {
        height: 220px;
    } */

    .header-social li {
        margin-right: 8px;
    }

    .header-social a {
        font-size: 12px;
    }

    .rectangle-text h3 {
        font-size: 16px;
    }

    .donate-box-section {
        margin-bottom: 20px;
        height: 190px;
    }

    .event-box {
        backdrop-filter: none;
    }

    .carousel-caption p {
        font-size: 8px;
    }

    .carousel-caption h5 {
        margin-bottom: 10px;
        font-size: 11px;
    }

    /* .carousel-caption {
        top: 62% !important;
        transform: translateY(-50%) !important;
        bottom: auto !important;
        background-color: #d93d27b5;
        max-width: 300px;
        margin: 0 auto;
        padding: 20px 20px;
        border-radius: 5px;
        backdrop-filter: none;
        display: block !important;
    } */

    .decriptions-latest h3 a {
        font-size: 16px;
    }

    .about-img-area {
        margin-bottom: 20px;
    }

    section.about-area {
        padding: 10px 0;
    }

    .description-content h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .heading-area h3 {
        font-size: 25px;
        line-height: 40px;
    }

    .inner-vontent h3 {
        font-size: 22px;
        line-height: 40px;
    }


    /* #flipbook {
        width: 100% !important;
        height: 300px !important;
    } */

    .main-gallery > div > img {
        max-width: 370px;
    }

    .marquee-area .alert.alert-info ul {
        font-size: smaller;
        animation-duration: 25s;
    }

    .marquee-area ul {
        width: 1100px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .donate-content h3.title-banner {
        font-size: 20px;
    }

    .donate-content .banner-image-description {
        font-size: 14px;
    }

    .tf_footer_links {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1099px) and (min-width: 992px) {
    .main-menu a {
        font-size: 13px;
        padding: 0 15px;
    }

    a.navlink::before {
        top: 5px;
        font-size: 12px;
    }

    .decriptions-latest h3 a {
        font-size: 14px;
    }

    section.latest-update-area {
        padding: 0px 0 50px;
    }

    .donate-content h3.title-banner {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1399px) and (min-width: 1100px) {
    .decriptions-latest h3 a {
        font-size: 16px;
        line-height: 25px;
        font-weight: 500;
    }

    .decriptions-latest p {
        font-size: 15px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 1599px) and (min-width: 1400px) {
}

@media only screen and (max-width: 1920px) and (min-width: 1600px) {
    .carousel-item img {
        height: 720px !important;
        object-fit: cover;
    }

    .latest-update-height {
        height: 460px !important;
    }
}

/* @media (max-width: 768px) {
    #flipbook {
        width: 100%;
        height: 400px;
    }
} */
