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

    .topBarArea .topBarLeft,
    .topBarArea .topBarRight {
        text-align: center;
        padding: 5px 0;
    }

    .bottomFooter .footerLeft,
    .bottomFooter .footerRight {
        text-align: center;
    }

    .cust-p-0 {
        padding: 5px 15px;
    }

    .bannerAreaTwo {
        height: 100%;
    }

    .bannerAreaTwo .banner-Content h1 {
        font-size: 1.5rem;
    }

    .headimngs {
        font-size: 1.3rem !important;
    }

    .loginDetSdf {
        display: none;
    }

    #loginMenu a {
        font-size: 0.8rem;
    }

    #loginMenu.d-flex {
        display: block !important;
    }

    .avtarcust4 {
        height: 403px;
    }

    .navbar-brandMob {
        display: flex;
        justify-content: center;
    }

    .navbar {
        display: flex;
        justify-content: center;
    }

    .navbar>.container-fluid {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: center;
    }

    .lastDtaeRegCls {
        font-size: 0.8rem;
    }

    .contNod10digit .tenDig {
        width: 21px;
        height: 26px;
    }

    .contNod10digit .plus91 {
        width: 34px;
        height: 26px;
    }
}

@media screen and (min-width: 599px) {
    .loginDetSdfBr {
        display: none;
    }
}