@media(max-width:790px) {
    .show-mob{
        display: block;
    }
    .hide-mob{
        display: none;
    }
    .logo{
        height: 32px;
        /* width: ; */
    }
    .nav-area {
        /* display: none; */
        position: fixed !important;
        padding: 45px 0 0;
        top: 65px;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        z-index: 45455555;
        background: #C3F53C;
    }
    .menu-tog{
        cursor: pointer;
        font-size: 20px;
        color: #222222b6;
        padding-left: 10px;
    }
    .drp{
        width: 100%;
        text-align: center;
        /* display: block; */
    }
    .nav-men .btn-green-fill{
        border-radius: 15px;
        min-height: 25px;
        padding: 5px 12px;
        background: #005F32;
        color: #C3F53C;
    }
    .bubble-box { bottom: 0;}
	.bubble-box.bb--anim-show {left: 0; max-width: 100%; bottom: 0; border-radius: 0; z-index: 11111;}
	.ads-box .pp-adimg { max-width: 100px; float: left;}
}