@media only screen and (max-width : 1399px) {}

@media only screen and (max-width : 1300px) {}

@media only screen and (max-width : 1200px) {
    .main-menu li a {
        font-size: 13px;
        padding: 12px 12px;
    }

    .header-contact-main .header-contact:nth-child(2) {
        display: none;
    }

    .title {
        font-size: 40px;
    }

    .work-box>img {
        height: 200px;
    }

    .wb-vertical>img {
        height: 224px;
    }

    .cause-content h4 {
        font-size: 20px;
    }

    .events-content h5 {
        font-size: 18px;
    }

    .hr-bottom::after {
        width: 130px;
    }

}

@media only screen and (max-width : 1130px) {}

@media only screen and (max-width : 992px) {
    .main-menu {
        display: none;
    }

    .hr-bottom {
        justify-content: end;
    }

    .name-logo {
        height: 40px;
    }

    .bannerBox>img {
        height: 500px;
    }

    .m-mt-40 {
        margin-top: 40px;
    }

    .title {
        font-size: 30px;
        line-height: 30px;
    }

    .bannerText h1 {
        font-size: 40px;
        line-height: 46px;
    }

    header {
        overflow: hidden;
    }

    .desktop-view {
        display: none;
    }

    .main_menu {
        display: block;
    }

    aside {
        width: 275px;
    }

    .aside-header .aside-logo {
        position: absolute;
        top: 11px;
        left: 18px;
        width: 85px;
    }

    .social-media li a img {
        width: 30px;
    }
    .hide-desktop{
        display: block;
    }
}


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

    .join-with-me {
        flex-direction: column;
        gap: 15px;
    }

    .header-contact {
        display: none;
    }

    .header-left {
        padding: 5px 0;
        padding-right: 7px;
        height: 82px;
    }

    .hr-bottom {
        height: 29px;
    }

    header::after {
        height: 29px;
    }

    .nav-donate {
        padding: 4px 10px;
    }

    .name-logo {
        height: 32px;
    }

    .bannerBox>img {
        height: 400px;
    }

    .bannerText h1 {
        font-size: 30px;
        line-height: 32px;
    }

    .hr-top {
        height: 60px;
    }

    .section-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .work-box {
        flex-direction: column;
    }

    .work-box .wb-content {
        padding: 30px;
        min-height: 192px;
    }

    .work-box>img {
        width: 100%;
    }

    .bank-details {
        flex-direction: column;
    }

    .bank-logo {
        text-align: center;
        width: 100%;
    }

    .page-banner h2 {
    font-size: 27px;
    }
    .page-banner {
    padding-top: 60px;
    padding-bottom: 60px;
}
}


@media only screen and (max-width : 576px) {
    .banner-btn-group {
        flex-direction: column;
        align-items: flex-start;
    }
}