/*resCarousel Css*/
.outt {
  display: none;
}
.leftRs {
  background-color: #f29330;
  color: white;
  position: absolute;
  margin: auto;
  top: -30px;
  bottom: 0;
  z-index: 100;
  left: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  border: 0;
  box-shadow: 0px 0px 5px #333;
}
.leftRs:hover {
  background-color: #353639;
}
.rightRs {
  background-color: #f29330;
  color: white;
  position: absolute;
  margin: auto;
  top: -30px;
  right: 5px;
  bottom: 0;
  z-index: 100;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  border: 0;
  box-shadow: 0px 0px 5px #333;
}
.rightRs:hover {
  background-color: #353639;
}
.resCarousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.resCarousel img {
  width: 100%;
  height: auto;
}
.resCarousel-inner {
  overflow-x: hidden;
  white-space: nowrap;
  font-size: 0;
  height: auto;
  vertical-align: top;
  padding-right: 30px;
}
.resCarousel-inner .item {
  vertical-align: top;
  display: inline-block;
  font-size: 16px;
  white-space: normal;
  height: auto;
  background-color: white;
  border: 1px #ccc solid;
  border-radius: 20px;
  padding: 20px;
  background-size: cover;
  margin-left: 10px;
}
.resCarousel-inner2 .item2 {
  vertical-align: top;
  display: inline-block;
  font-size: 14px;
  white-space: normal;
  height: auto;
  width: 50%;
  box-shadow: 0px 0px 5px #ccc;
  background-color: white;
  border-radius: 15px;
  color: #333;
}
/*banner*/

.banner {
  overflow: hidden !important;
}

/*tile css*/

.resCarousel-inner .item .tile {
  margin: 10px;
  position: relative;
  /* height: 270px; */
}
.resCarousel-inner .item2 .tile {
  margin: 10px;
  position: relative;
  height: 270px;
}

/*animation*/

.resCarousel[data-animator="lazy"] .item {
  transition: 0.6s ease all;
}

.resCarousel[data-animator="lazy"] .item2 {
  transition: 0.6s ease all;
}
@media screen and (max-width: 768px) {
  .resCarousel-inner .item2 {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  /* .leftRs2 {
    top: 85%;
    left: 20%;
  }

  .rightRs2 {
    top: 85%;
    right: 20%;
  } */
}
@media screen and (max-width: 480px) {
  /* .resCarousel-inner {
    min-height: 720px;
  } */
  .resCarousel-inner .item {
    padding: 30px;
  }
}
