.ul-properties {
  background-color: #e9f1fb;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.ul-properties .ul-tab {
  height: 0;
  overflow: hidden;
}
.ul-properties .ul-tab.active {
  height: auto;
}

.ul-properties .nav-link {
  border: 2px solid transparent;
  color: inherit;
  font-weight: 500 !important;
  cursor: pointer;
}
.ul-properties .nav-link.active {
  border-color: #e1e1e1;
}

/* arrows */
.ul-tab .owl-carousel .owl-next,
.ul-tab .owl-carousel .owl-prev {
  top: 18px;
  left: inherit !important;
  right: 0;
}

.ul-tab .owl-carousel .owl-next,
.ul-tab .owl-carousel .owl-next:hover {
  right: 0;
}

.ul-tab .owl-carousel .owl-prev,
.ul-tab .owl-carousel .owl-prev:hover {
  left: inherit;
  right: 30px;
}

.ul-tab .owl-carousel .owl-next:hover,
.ul-tab .owl-carousel .owl-prev:hover {
  color: inherit;
}
