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

    .homePageBannerSec {
        min-height: 350px;
    } 
    .BnrRgstrLnkTxt {
        bottom:-60px; 
        left:35px; 
        width: 260px;
   }
   .homePageBannerSec .BnrSldrImgBx {
        width: 300px;
        position: absolute;
        right: 5%;
        top: 8%;
    }
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        width: 30px;
        height: 30px;
    }
    .owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
        font-size: 22px;
    }
    .homePageBannerSec .owl-nav {
        bottom: 60px;
        right: 45px;
    }
    .headerSec .logoMinistry {
        margin-left: 90px;
        margin-top: 12px;
        display: none;
    }
    .headerSec .hrdTpSec .hdrBtnCntctDv {
        margin-top: 25px !important;
    }
    .headerSec .emailTxtDv {
        display: none;
    }
    .headerSec .hrdTpSec .logoPrerna {
        left: 30px;
        width: 200px;
    }
    .headerSec .hrdBtmSec {
        height: 50px;
    }
    .headerSec .hrdBtmSec .hrdBtmSecMnu {
        font-size: 12px;
    }

    
    .homePageBoxesSec {
        display: block;
    }
    .homePageBoxesSec .BoxesDv {
        display: block;
        gap: 2px;
    }
    .homePageBoxesSec .BoxesDv .BxDv {
        width: 33.3%;
        margin-bottom: 5px;
        float: left;
    }
    .homePageBoxesSec .BoxesDv .BxDv .BxHd {
        font-size: 20px;
    }
    .homePageBoxesSec .BoxesDv .BxDv.lastDv {
        width: 66%;
    }


    .prernaValues ul {
        display: block;
    }
    .prernaValues ul li {
        width: 33.3%;
        float: left;
    }
    
    .pgSec .secCntntDv {
        font-size: 15px;
        line-height: 24px;
    }
    .pgSec .secHeadDv .headTxt {
        font-size: 30px;
    }

    footer .cpyRgtDv {
        text-align: center;
    }
    footer .imgLogoDv {
        text-align: center;
    }
    footer .footerTopSec .footerHeading {
        font-size: 15px;
    }
    

}