@media(max-width:780px){
    .opl{
        display: block;
        padding: 20px 0 0 10px;
    }
    .mobile-hide{
        display: block !important;
        margin-top: 20px;
        margin-left: 0;
    }
    .mob{
        display: none;
    }
    .kloo{
        padding-left:10px ;
    }
    .nav-brand{
        padding-top: 10px;
    }
    .show-mob{
        display: block !important;
    }
    .show-md{
        display: none !important;
    }
    .btn-market{
        width: 100%;
        margin: 0 auto;
        min-height: 40px;
        background: #fff;
        color: #000 !important;
        text-transform: uppercase;
    }
    .rrrr{
        display: none !important;
    }
    .form-wrapper{
        width:100%;
        margin:0 auto !important;
    }
    .head-banner{
        min-height: 450px;
        padding:70px 0 20px;
        width: 100%;
        background:rgb(13, 0, 125);
        background-image: linear-gradient(rgba(13, 0, 125,0.0), rgba(13, 0, 125,0.0)),url(../img/header.svg);
        background-attachment: fixed;
        background-size: cover;
    }
    .hide-mob{
        display: none !important;
    }
    .show-mob{
        display: block;
    }
}