@media(max-width:790px) {
    .show-mob{
        display: block;
    }
    .hide-mob{
        display: none;
    }
    .logo{
        height: 32px;
        /* width: ; */
    }
    .nav-area {
        /* display: none; */
        position: fixed !important;
        padding: 35px 20px;
        top: 65px;
        left: 0;
        right: 0;
        bottom: 0;
        /*text-align: center;*/
        z-index: 45455555;
        background: #f5f7f9;
        overflow-y : scroll !important;
    }
    .menu-tog{
        cursor: pointer;
        font-size: 20px;
        color: #222222b6;
        /* padding-left: 10px; */
    }
    .drp{
        width: 95%;
        background: transparent !important;
        list-style: none !important;
        /*justify-content:center;*/
        
        /*text-align: center;*/
         /*display: block; */
    }
    .nav-men .btn-green-fill{
        border-radius: 15px;
        height: 25px;
        width: 62px;
        padding: 5px 9px;
        font-size: 11px;
        background: #222;
        color: #f5f7f9;
    }
    .lng-select{
        width: 65px;
    }
    .banner-text{
        text-align:center !important;
    }
    .banner-text h3{
        font-size: 15px !important;
    }
}