/* ============================================================
   Responsive Breakpoints — media-queries.css
   Works with custom.css which handles the main breakpoints
   at 1600px, 1024px, 768px, 575px.
   This file handles supplementary layout fixes only.
   ============================================================ */

@media only screen and (max-width: 1024px) {
    .search_box {
        max-width: 260px;
    }
    .search_box .input_search {
        width: 100%;
        padding: 12px 8px;
        font-size: 15px;
    }
    .search_box .search_btn {
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .headTxt h1 {
        font-size: 20px;
    }
    .headTxt p {
        font-size: 16px;
    }

    .navbar-nav {
        background: #fff;
        padding: 12px 0;
    }

    ul.testComments li:nth-child(1) {
        width: 50%;
    }
    .content h1 {
        font-size: 24px;
    }

    .appBtn {
        width: 116px;
    }

    ul.dtList {
        grid-template-columns: 1fr;
        gap: 1em;
    }
    .nav-tabs-donate {
        font-size: 14px;
        width: inherit !important;
    }
    ul.dtNowList li {
        width: 200px;
    }
    .dtnimg {
        padding: 1.5em;
    }

    ul.beSocial {
        padding: 2em 1em;
    }

    .donateBox h1 {
        font-size: 16px;
    }

    .footerContent h3 {
        font-size: 17px;
    }

    .search_box {
        max-width: 100%;
    }
    .search_box .input_search {
        padding: 12px 4px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 600px) {
    .newsCard {
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 426px) {
    .headTxt h1 {
        font-size: 22px;
    }
    .headTxt p {
        font-size: 16px;
    }

    .nav-tabs-news {
        font-size: 16px;
    }

    ul.testComments li:nth-child(1),
    ul.testComments li:nth-child(2) {
        width: 100%;
    }

    .gtco-testimonials .center h5 {
        text-align: center;
    }

    .single-logo img {
        margin: 0 auto;
    }

    ul.beSocial {
        padding: 1.5em;
    }
    ul.beSocial h4 {
        text-align: center;
    }
    ul.beSocial li {
        display: inline;
    }

    .appBtn {
        margin-bottom: 1em;
    }

    footer p {
        text-indent: 0;
        text-align: center;
    }

    .nav-tabs .nav-dt {
        width: 50% !important;
    }
    ul.dtNowList li {
        width: 100%;
        max-width: 250px;
    }
    .dtnimg {
        padding: 1.5em;
    }
    #namanyay-search-box-dt {
        width: 100%;
    }

    .nav-tabs-donate {
        font-size: 14px;
        width: inherit !important;
    }
}

@media only screen and (max-width: 376px) {
    .nav-tabs-donate {
        font-size: 13px;
        width: inherit !important;
    }
}
