body{
    position: relative;
}

.events .banner_text,
.gallery .banner_text{
    top: 32%;
}

.events .banner_text h2,
.gallery .banner_text h2{
    padding-left: 75px;
}

.ban_btns ul li{
    max-width: 150px;
}

.events .ban_btns,
.gallery .ban_btns{
    margin-top: -34px;
}

.gallery-tab-container{
    padding: 0 0 20px 0;
    position: relative;
}

.tab-buttons-wrapper{
    padding: 10px;
}

.tab-buttons-wrapper ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.tab-buttons-wrapper ul li.tab-btn{
    background-color: #fff;
    color: #000;
    font-weight: 700;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

.tab-gallery-wrapper{
    padding: 30px 0;
}

.tab-gallery-wrapper .tab-img{
    margin-bottom: 30px;
}

.tab-gallery-wrapper .tab-img > ul{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.tab-gallery-wrapper .tab-img > ul li{
    width: 24%;
}

.changeBgBtn{
    background-color: #007336 !important;
}
.changeBgBtn a{
    color: #fff !important;
}

/* .tab-gallery-wrapper .tab-img{
    display: none;
} */

/* .tab-gallery-wrapper .tab-img:nth-child(1){
    display: block
} */

.gallery h2{
    text-align: left;
    padding-left: 0;
}

.showPopupImg {
    position: static;
    width: auto;
    height: auto;
    z-index: 999;
    transition: all 0.2s linear;
}

.showPopupImg > img{
    height: 100%;
    object-fit: fill
}

span.removeIconPopup {
    position: absolute;
    right: 2%;
    top: 3%;
    width: 20px;
    cursor: pointer;
    z-index: 2;
}

span.removeIconPopup img{
    width: 100%;
    display: block;
}

.hideTheContent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #151515ad;
    z-index: 990;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

    .events .banner_text,
    .gallery .banner_text{
        top: 34%;
    }

    .events .banner_text h2,
    .gallery .banner_text h2{
        font-size: 40px;
    }

    .tab-buttons-wrapper ul{
        justify-content: start;
        width: 92vw;
        overflow-x: auto;
        padding-left: 8px;
    }

    .tab-buttons-wrapper ul li.tab-btn{
        padding: 0px 10px;
    }

    .tab-gallery-wrapper{
        padding: 15px 0;
    }

    .tab-gallery-wrapper .tab-img > ul{
        flex-wrap: wrap;
    }

    .tab-gallery-wrapper .tab-img > ul li{
        width: 47%;
    }

    .showPopupImg{
        padding: 50px 25px;
    }
}