/*resCarousel Css*/

.outt {
    display: none;
}

.leftRs {
    position: absolute;
    margin: auto !important;
	margin-right:90px;
    top: -35px;
    bottom: 0;
    z-index: 100;
    left: -60px;
    width: 50px;
    height: 50px;
    /*! box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, .3); */
    border-radius: 999px !important;
    border: solid 4px;
}

.rightRs {
    position:absolute;
    margin: auto !important;
    top: -35px;
    right: -57px;
    bottom: 0;
    z-index: 100;
    width: 50px;
    height: 50px;
   /* box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, .3);;*/
    border-radius: 999px !important;
	/*! background-color:#e59444 !important; */
	/*color:#e59444;*/
     border: solid 4px;
}

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

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

.resCarousel-inner .item {
    display: inline-block;
    font-size: 14px;
    white-space: initial;
}


/*banner*/

.banner {
    overflow: hidden !important;
}


/*tile css*/

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


/*animation*/

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

@media (max-width: 767px) {
    .leftRs {
        /*! display: none; */
        left: -14px;
        width: 33px;
        height: 32px;
    }
    .rightRs {
        /*! display: none; */
        right: -14px;
        width: 33px;
        height: 32px;
    }
    .resCarousel-inner {
        overflow-x: auto;
    }
}


/*resCarousel Css End*/