html[dir='rtl'] .align-right, html[dir='rtl']  .right {
    text-align: left !important;
}
html[dir='rtl'] .align-left, html[dir='rtl']  .left {
    text-align: right !important;
}
html[dir='rtl'] .bottom-bar-wrap .mob-num .icn {
    width: 25px;
    margin-left: 10px;
}
html[dir='rtl']  .password_cont{
    margin: 0  !important;
    width: 101.5%;
}
html[dir='rtl']  .upload-btn{
    margin-right: 5px  !important;
}
html[dir='rtl'] .input-group{
    width: 101.5%;
    margin: 0 !important;
}
html[dir='rtl'] .button svg{
    margin-right: 0;
}
html[dir='rtl']  .sidebar {
    position: fixed;
    top: 0;
    right: auto;
    left: 0;
    width: 320px;
    max-width: 90%;
    height: 100%;
    color: #fff;
    z-index: 500;
    background: #0E0E0E;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
}
html[dir='rtl'] .gsts {
    margin-left: -5px;
    margin-right: 0;
  }
  @media screen and (max-width:767px) {
    html[dir='rtl'] .slides-form input[type="text"],
    html[dir='rtl'] .slides-form input[type="email"]
    {
        width: 101.5%;
    }
  }


  html[dir='rtl'] .count-vendors .title{
    margin-top: -8px;
  }