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

    /* === Global nav media css start === */

    .nshp_nglobalnav_wrap {
        display: none;
    }

    /* === main container media css start === */

    
    .bamp-navwrap {
        padding: 10px 0 15px;
    }

    .nbamp-cont {
        width: 100%;
    }

    .nbamp--logo {
        /*margin-left: 38px;*/ /*EDIT NEW*/
        width: 130px;
        top: 5px;
        position: relative;
        order: 2;
    }

    .nbampnav-box {
        order: 1;
    }

    .shrBtn {
        order: 3;
    }

    .bnav-hide { margin-left:20px; }

    /* === card media css start === */

    .bamp-card-wrap {
        display: block;
        flex-direction: column;
    }

    .bamp-ttl h1 {
        width: 100%;
        margin: 0;
        max-width: inherit;
        font-size: 28px;
        line-height: 35px;
        padding: 40px 20px 30px;
    }

    .bamp-main-wrap {
        margin: 0;
        padding: 15px;
        box-sizing: border-box;
        width: 100%;
        margin-bottom: 50px;
    }

    .bamp-pic {
        width: calc(100% + -2px);
        left: 0px;
    }

    .bamp-pic img { width:100%; }

    .bamp-pic:after {
        width: calc(100% + 50px);
        width: 100%;
    }

    .bamp--crd--info {
        font-size: 18px;
        line-height: 24px;
    }


    /* === footer media css start === */

    .ft-sticky_wrap {
        display: block;
        flex-direction: column;
    }

    .ft-sticky_lft {
        width: 100%;
    }

    .follow-us, .ft-sticky_search {
        width: 70%;
    }

    .ft-sticky {
        padding: 0 15px;
    }

    .bamp_bot_info {
        font-size: 40px;
        line-height: 48px;
        width: 100%;
        margin-bottom: 20px;
        padding: 0 20px;
        margin: 20px 0 60px;
    }

    .bamp_bot_info svg {
        width: 100%;
        height: auto;
    }

    /* === navigation media css start === */

    .bna_mob {
        display: block;
    }

    #bamp-mob {
        display: block;
        position: relative;
        top: 4px;
        left: 20px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
    }

    #bamp-mob li a {
        text-decoration: none;
        color: var(--prim-txt-crl);
        transition: color 0.3s ease;
        display: block;
        padding: 15px 0;
        border-top: 1px solid rgb(204 204 204 / 18%);
        font-size: 18px;
    }

    #bamp-mob li:first-child a {
        border-top: 0;
    }

    #bamp-mob a:hover {
        color: #ff0073;
    }

    #bamp-mob input {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: -7px;
        left: -5px;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        -webkit-touch-callout: none;
    }

    #bamp-mob span {
        display: block;
        width: 24px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #cacaca;
        z-index: 1;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
    }

    #bamp-mob span:first-child {
        transform-origin: 0% 0%;
    }

    #bamp-mob span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }

    #bamp-mob input:checked~span {
        opacity: 1;
        transform: rotate(45deg) translate(0px, 0px);
        /* background: var(--prim-txt-crl); */
        width: 25px;
        top: 2px;
    }

    #bamp-mob input:checked~span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    #bamp-mob input:checked~span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, 1px);
    }

    #bamp-menu {
        position: absolute;
        width: 100vw;
        margin: -102px 0 0 -57px;
        padding: 20px;
        padding-top: 0;
        background: rgb(2 2 2 / 99%);
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0% 0%;
        transform: translate(-200%, 0);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
        height: 100vh;
        display: block;
        flex-direction: column;
        top: 140px;
        z-index: 9999;
    }

    #bamp-menu li {
        font-size: 22px;
    }

    .bnav--cont #bamp-menu li {
        margin: 0;
    }

    #bamp-mob input:checked~ul {
        transform: translate(9%, 0);
    }

    .bamp-share {
        display: none;
    }

    .shrBtn {
        background: url(../images/share-icn.svg) center center no-repeat;
        background-size: 50%;
        width: 40px;
        height: 30px;
        display: none;
        border-radius: 50%;
        transition: all 0.14s ease;
        cursor: pointer;
        position: fixed;
        z-index: 999;
        display: flex;
        right: 10px;
        top: 14px;
    }

    .mobile_nav_fix {
        position: fixed;
        top: 0px;
        left: 0;
        animation: smoothScroll 1s forwards;
        width: 100%;
        background: #0f0f0f; /*EDIT NEW*/
        z-index: 9;
    }

.bamp-navwrap nav  { width:60px; } /*ADD NEW*/
#bamp-menu .bamp-back-btn { padding-top: 5px; }
#bamp-mob .ndtv_back_btn .btnTp { padding:4px 6px;margin-top: 5px; }


.full-card { width:100%; flex-direction: column;}
.full-card .bamp-main-wrap {margin-bottom: 10px;}

    @keyframes smoothScroll {
        0% {
            transform: translateY(-40px);
        }

        100% {
            transform: translateY(0px);
        }
    }

    .mob_h ul li {
        height: auto !important;
    }


#bamp-mob .ndtv_back_btn {min-width:165px;}
.slide-bamp .bamp-pic img {height:auto;}
.bamp--list-info { min-height:inherit;padding: 5px 0; }
.bamp--thblist--cont { margin-bottom:0px;}
ul#bamp-menu li:hover.hline::after { display: none; }



/* ==== About cont media ====*/

.bamp-abt-wrap { width:100%; padding:0 20px;box-sizing: border-box;margin-top: 20px;}
.bamp_abt_cont .bamp--abt--ttl {font-size: 25px;line-height: 35px;padding: 0;}
.bamp_abt_info { font-size:20px; line-height:30px; }
ul#bamp-menu li.active_nav a {color: #ef0081;} 
ul#bamp-menu li.active_nav::after {bottom:-1px;}




}   
