/*resCarousel Css*/

.outt {
  display: none;
}

.leftRs {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 100;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: black;
  color: white;
  box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.rightRs {
  background-color: black;
  color: white;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 30px;
  height: 30px;

  box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.resCarousel {
  /*float: left;
    overflow: hidden;*/
  width: 100%;
  position: relative;
}

.resCarousel-inner {
  overflow-x: hidden;
  white-space: nowrap;
  font-size: 0;
  vertical-align: top;
}

.resCarousel-inner .item {
  vertical-align: top;
  display: inline-block;
  font-size: 14px;
  white-space: initial;
}
.item a {
  opacity: 1;
  transition: all 0.5s;
}
.item a:hover {
  opacity: 0.7;
}
/*banner*/

.banner {
  overflow: hidden !important;
}

/*tile css*/

.resCarousel-inner .item .tile {
  background: transparent;
  /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); */
  margin: 5px;
}

/*animation*/

.resCarousel[data-animator="lazy"] .item {
  transition: all 0.6s;
  margin: auto;
}

@media (max-width: 767px) {
  .leftRs,
  .rightRs {
    /*display: none;*/
  }
  .resCarousel-inner {
    overflow-x: auto;
  }
}

/*resCarousel Css End*/
@media screen and (max-width: 480px) {
  .resCarousel-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
