.inspect-home-search-wrapper {
  .inspect-horizontal-search-bottom {
    z-index: 999;
  }
}

.inspect-horizontal-search-oob {
  box-shadow: 0 0 30px rgba(16, 66, 97, 0.11), 0 25px 80px -20px rgba(16, 66, 97, 0.23);
  min-height: rem(150px);
  border-radius: rem(10px);
  margin: 0;
  padding: 1.625rem rem(45px);
  @media (max-width: 991px) {
    padding-bottom: 1.625rem;
    padding: {
      left: 1.625rem;
      right: 1.625rem;
    }
  }
  text-align: left;
  background-color: #fff;
  @media (min-width: 992px) {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  @media (max-width: 1199px) {
    justify-content: space-between;
  }
  .inspect-filter-widget {
    @media (min-width: 1200px) {
      max-width: rem(249px);
      flex: 0 0 rem(249px);
      &-date {
        max-width: rem(362px);
        flex: 0 0 rem(362px);
      }
    }
    @media (min-width: 992px) {
      padding-top: 0;
      margin-right: 13px;
    }
  }
  .inspect-home-search-form {
    @media (min-width: 992px) {
      display: flex;
      justify-content: space-between;
      width: 100%;
      flex-wrap: wrap;
    }
  }
  .submit-search {
    margin-top: 0;
  }
}
