@media only screen and (min-width: 1000px) and (max-width: 1279px) {

    .homePageBannerSec {
        min-height: 500px;
    } 
    .BnrRgstrLnkTxt {
        bottom:-90px; 
        left:45px; 
   }
   .homePageBannerSec .BnrSldrImgBx {
        width: 375px;
        position: absolute;
        right: 5%;
        top: 12%;
    }
    .homePageBannerSec .owl-nav {
        bottom: 60px;
        right: 45px;
    }
    .headerSec .logoMinistry {
        margin-left: 90px;
        margin-top: 12px;
        display: none;
    }
    .headerSec .hrdTpSec .hdrBtnCntctDv {
        margin-top: 25px !important;
    }


    .homePageBoxesSec {
        display: block;
    }
    .homePageBoxesSec .BoxesDv {
        display: block;
        gap: 2px;
    }
    .homePageBoxesSec .BoxesDv .BxDv {
        width: 50%;
        margin-bottom: 5px;
        float: left;
    }
    .homePageBoxesSec .BoxesDv .BxDv.lastDv {
        width: 100%;
    }

}