@media(max-width:768px){
    #nav-m{
        width:80%;
        height: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        background: #111;
        padding: 15px 0;
        z-index: 2000;
        display: none;
        overflow-y: auto;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    }
    .banner{
        position: relative;
        width: 100%;
        min-height: 450px;
        padding: 70px 0;
        background: #1C1B23;
        /* background-size: cover; */
        /* background-attachment: fixed; */
        background-position: center !important;
        padding: 10% 0;
      }
    .overlay{
        position: absolute;
        bottom: 27%;
    }
    .market-icons-holder{
        padding: 48px 10px;
        position: relative;
      }
    .nav-top{
        height: 50px;
        width:100%;
        padding: 10px 0 0 0;
        color: #fff;
        font-size: 12px;
        font-family: sans-serif;
        /* background-image: linear-gradient(to left,#3F8FD9,#3F8FD9); */
    }
    .men-header{
        display: block;
        margin-bottom: 30px;
    }
    .upcoming-holder{
        margin: 30px 0;
    }
    .upcoming-toggler{
        overflow-y: auto;
      }
    .menu-tog{
        margin-top: 17px;
        margin-right: 10px;
        font-size: 22px;
        /*color: # !important;*/
        color: rgba(255, 255, 255, 0.726) !important;
    }
    .my-autro{
        position: absolute;
        bottom: 50px;
    }
    .nav-menu .nav{
        line-height: 30px;
    }
    #nav-m .nav-link{
        color: rgba(255, 255, 255, 0.658);
    }
    .drp{
        display: none;
        background: #222222;
        color: #f7f7f7;
        padding: 15px 5px;
        border-top: 1px solid #CD0511;
    }
    .drp a{
        font-size: 14px;
        color: #f7f7f7;
    }
    .show-mob{
        display: block !important;
    }
    .push-down{
        margin: 10px 0;
        display: none;
    }
    .hide-mob{
        display: none;
    }
    .banner img{
        height: 250px;
        width: 100%;
    }
    .banner-overlay-text{
        height: 250px;
        width: 100%;
    }
    .caro-text{
        width: 95%;
      }
    .caro-text h2{
        font-size: 20px;
    }
}