@media only screen and (min-width: 992px) {
  .languageicon{
    width: 20px;
    float: right;
    padding-top: 15px;
  }
  .bggrey{
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    justify-content: space-between;
    padding-left: 10%;
    padding-right: 10%;
  }
  .menubar{
    width: 700px;
  }
  .logo_size{
    width: 35px;
  }
  .padding_content{
    margin-top: 100px;
  }
  .navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 0.8rem;
  }

  .hidiv_b {
    display: none;
  }
  .en_rtl{
    direction: rtl;
  }
  .en_ltr{
    direction:ltr;
    }
  .en_menusize{
    width: 600px;
  }
  .en_align{
    text-align: left !important;
    direction: ltr !important;
  }

}


@media only screen and (max-width: 992px) {

  .hidiv_a {
    display: none;
  }
  .en_align{
    text-align: left !important;
    direction: ltr !important;
  }
}
