/*resCarousel Css*/

.outt {
    display: none;
}

.leftRs {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 100;
    left: -45px;
    width: 40px;
    height: 40px;
    /*! box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, .3); */
    border-radius: 999px;
    border: none;
    background-image: none;
    background-color: #f2f3f4;
    color: #c1c1c1;
}

.rightRs {
    position: absolute;
    margin: auto;
    top: 0;
    right: -37px;
    bottom: 0;
    z-index: 100;
    width: 40px;
    height: 40px;
    /*! box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, .3); */
    border-radius: 999px;
    border: none;
    background-color: #f2f4f5;
    background-image: none;
    color: #c1c1c1;
}

.resCarousel {
    /*float: left;
    overflow: hidden;*/
    width: 100%;
    position: relative;
    padding-left: 4%;
    padding-right: 3%;
}

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

.resCarousel-inner .item {
    display: inline-block;
    font-size: 14px;
    white-space: initial;
}
.resCarousel-inner .item h3{
   color: #fff;
  text-align: center;
  position: relative;
  font-size: 18px;
  font-family: 'Questrial-Regular';
   background-color: #00a651;
   padding: 14px;
   margin: 0;
}

/*banner*/

.banner {
    /*! overflow: hidden !important; */
}


/*tile css*/

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


/*animation*/

.resCarousel[data-animator="lazy"] .item {
    transition: .6s ease all;
}

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


/*resCarousel Css End*/