.no_a { text-decoration: none!important; }
.blockw_limit{
  width: 900px!important;
  background: #ffffff0f;
  padding: 0px 25px 0px 25px;
  border-radius:10px;
  box-shadow: 0px 0px 18px 0px #00000057;
}
.noborderRauisTop{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.noborderRauisBtm{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.zindex5000{
  z-index:5000!important;
}

@media screen and (max-width: 920px){
  .blockw_limit{
    width:100%!important;
    border-radius:0px!important;
  }
  .blockw_limit_old{
    width:100%!important;
    border-radius:0px!important;
  }
}