[dir="rtl"] .housing-box.new-banner-updated {
    background-position: initial; /* or unset */
}

.header .header-right {
    padding-left: 10px !important;
}

@media (max-width: 1199px) {
    .header-inner{
      flex-wrap: unset !important;
    }
    .header-right-inner {
      gap: 10px;
      flex-wrap: unset !important;
    }
    .header-right-inner .btn.btn-primary{
      padding: 5px 10px !important;
      white-space: nowrap;
    }
    .header-inner .header-nav{
      margin: 0 10px !important;
    }
    .header-inner .header-nav ul li:nth-child(3){
      white-space: nowrap !important;
    }
  }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    /* .header .header-right {
      padding-left: 0px;
    } */
    /* .header .header-right .btn.btn-primary {
      padding-left: 15px;
      padding-right: 15px;
    } */
    .header .header-left {
      margin-right: 10px !important;
    }
}