@media only screen and (max-width:1024px) {
    .top-bar{
        display: none;
    }


    .navbar-brand img{
        width: 120px;
    }

    .bannerSec h1{
        font-size: 35px;
    }

    .bannerSec p{
        font-size: 15px;
    }

    .bannerSec{
        padding:100px 20px;
    }

    .searchSection{
        padding:40px 20px;
    }

    .searchSection h2{
        font-size: 20px;
    }

    .searchBtn button{
        padding: 7px;
        height: 40px;
        width: 40px;
    }

    .searchBtn button i{
        font-size: 20px;
    }

    .colInputSec{
        width: 70%;
    }

    .searchBtn{
        width: 30%;
    }

    .chosen-container-multi .chosen-choices{
        padding:10px 15px!important;
    }


    .viewSecBtnSec{
        display: none;
    }

    .resultTabMen, .searcTab{
        width: 100%!important;
    }

    .resultTabMenu, .viewSecBtnSec{
        width: 100%;
    }

    .custom-tabs{
        gap:15px;
        justify-content: space-between;
    }

    .custom-tabs .tab-link{
        font-size: 12px;
    }

    .resultCard{
        width: 100%;
    }

    .footerCol{
        width: 100%;
    }


    .desktop{
        display: none;
    }

    .mobile{
        display: flex!important;
        justify-content: center;
    }

    .botFooterSec p{
        font-size: 13px;
    }


    .fixedDonatBtn{
        bottom:20px;
    }

    .upcomingEvenSec h2{
        font-size: 35px;
    }

    .carousel-item img{
        height: 300px;
        object-fit: cover;
    }


    /* Modal */


    .calSection{
        flex-direction: column;
        gap:20px;
    }

    .calColSec{
        width: 100%;
    }

    .btn-secondary.selectBtn{
        font-size: 13px!important;
    }

    .dateModal h3{
        font-size: 25px;
    }

    .dateModal .modal-content{
        padding: 20px;
    }





    /* Inner Event */


    .innerContent, .innerSideBar{
        width: 100%;
    }

    .innerContent h2{
        font-size: 25px;
    }


    .innerContent h5{
        font-size: 18px;
    }

    .innerContent p{
        font-size: 15px;
    }


    .contentImg img{
        width: 100%;
        height: 200px;
    }


    
    .cardContent h2{
        font-size: 25px;
    }

    .cardContent{
        padding: 15px;
    }


    .secContent.eligibleSecImg img{
        height: 250px;
    }

    .secContent h4{
        font-size: 25px;
    }

    .servCard.contentPar{
        padding:20px;
    }

    .servCard.contentPar p {
        font-size: 14px;
    }

    .servCard h4{
        font-size: 20px;
    }

    .eligibleSec .secContent.eligibleSecImg.testimonial img{
        height: 300px;
    }

    .volunteerImgSec img{
        width:35%;
    }


    .bttmbar h3{
        width: 100%;
        text-align: center;
    }



}


@media only screen and (max-width:500px){
    .bannerSlideContent h2{
        font-size:35px;
    }

    .secContent img{
        object-fit: cover;
        height: 250px;
    }

    .ourWayCard{
        height: 300px;
    }

    .cardContent h2{
        font-size: 30px;
    }

    .imgSec, .servCard.contentPar{
        width: 100%;
    }

    .eventSec h3{
        text-align: center;
    }

    .volunteerImgSec img{
        width: 100%;
        height: 250px;
    }
}