@media only screen and (min-width: 280px) and (max-width: 767px) {

    .BnrDsplyDsktp {
        display: none;
    }
    .BnrDsplyMbl {
        display: block;
    }

    .homePageBoxesSec .BoxesDv {
        display: block;
        padding: 30px;
    }
    .homePageBoxesSec .BoxesDv .BxDv {
        width: 100%;
        height: 125px;
        margin-bottom: 5px;
    }
    .homePageBoxesSec .BoxesDv .BxDv .BxIcn {
        position: absolute;
        right: 20px;
        top: 35px;
        text-align: right;
    }
    .homePageBoxesSec .BoxesDv .BxDv .BxIcn svg {
        width: 55px;
    }
    .homePageBoxesSec .BoxesDv .BxDv .BxIcn img {
        width: 50%;
    }
    .pgSec .secHeadDv .headTxt {
        font-size: 28px;
    }
    .pgSec .secCntntDv {
        font-size: 15px;
        line-height: 24px;
    }
    .homeReasonSec .reasnBxDv .reasnBxDvCntnt .reasnBxDvCntntHead {
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .homeReasonSec .reasnBxDv .reasnBxDvCntnt p {
        font-size: 14px;
        font-weight: normal;
    }
    .homeReasonSec .reasnBxDv .reasnBxDvCntnt {
        position: absolute;
        right: 5%;
        width: 90%;
        max-height: 500px;
        overflow: auto;
        text-align: center;
        color: #fff;
    }
    .homeReasonSec .reasnBxDv {
        width: 100%;
        min-height: 350px;
        background: url(../images/reason1.jpg) no-repeat center;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .headerSec .hrdTpSec {
        height: 110px;
    }
    .headerSec .hrdTpSec .logoPrerna {
        position: absolute;
        top: 0;
        left: 5px;
        z-index: 2;
        width: 160px;
    }
    .headerSec .hrdBtmSec {
        padding-right: 15px;
        height: 50px;
    }
    .headerSec .hrdBtmSec .hrdBtmSecMnu {
        gap: 15px;
        font-size: 14px;
        text-align: center;
    }
    .emailTxtDv {
        display: none;
    }
    .lgnTxtDv {
        display: block;
        position: absolute;
        bottom: 20px;
        right: 95px;
    }
    .rgstrTxtDv {
        display: block;
        position: absolute;
        bottom: 20px;
        right: 10px;
    }
    .headerSec .logoMinistry {
        width: 52%;
        float: right;
        position: absolute;
        right: 0;
        top: 10px;
        z-index: 2;
    }
    .headerSec .hrdTpSec .hdrBtnCntctDv a {
        font-size: 12px;
        padding: 5px 15px;
    }

    .homePageBannerSec {
        background: none;
        background-image: url(../images/banner_m_bg.jpg);
        min-height: 600px;
    }
    .homePageBannerSec .owl-nav {
        position: absolute;
        top: auto;
        bottom: 20px;
        left: auto;
        right: 40px;
    }

    .rgstrHrLnk {
        position: absolute;
        bottom: -190px;
        left: -75px;
    }
    .rgstrHrLnk .rgstrHrLnkImg {
        width: 50%;
    }
    .owl-carousel .owl-item img {
        display: block;
        width: 380px !important;
    }
    .owl-carousel.owl-drag .owl-item {
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
        top: 0px;
    }

    .registerFrmSec {
        padding:25px;
    }
    .registerFrmSec .formFld .row {
        padding: 0;
    }
    .formFld .form-group {
        padding: 10px 0;
    }

    .innerPageBannerHeadingSec {
        min-height: 150px;
        padding: 40px 0;
    }
    .innerPageBannerHeadingSec .secHeadDv .headTxt {
        font-size: 32px;
    }
    footer .cpyRgtDv {
        text-align: center;
    }
    footer .imgLogoDv img {
        width: inherit;
    }
    footer .abtFtrSec p {
        width: 100%;
    }

    .prernaValues ul {
        position: relative;
        display: block;
    }
    .prernaValues ul li {
        height: 68px;
        width: 50%;
        float: left;
    }
    .prernaValues .vluLst {
        width: 100%;
        height: 55px;
    }
    .homeGlimpsesSec .GlimpsesBxDv {
        min-height: 250px;
    }

    .logosSecDv .item {
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

}