/*resCarousel Css*/

.outt {
    display: none;
}

.leftRs {
	padding: 4px 10px 10px 13px;
    position: absolute;
    margin: auto;
    top: -46px;
    z-index: 100;
    right: 40px;
    width: 35px;
    height: 35px;
    line-height:16px;
   background-color:#eaf0f9;
	border:none;
    border-radius:100px!important;
	background-color:#eaf0f9;
	outline:none;
    font-size: 24px;	
}

.rightRs {
	padding: 4px 13px 10px 15px;
    position: absolute;
    margin: auto;
    top: -46px;
    right: 0;
    z-index: 100;
    width: 35px;
    height: 35px;
    line-height: 16px;
    border-radius: 999px!important;
	background-color:#eaf0f9;
	border:none;
	outline:none;
    font-size: 24px;	
}

.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 {
    display: inline-block;
    font-size: 14px;
    white-space: initial;
}


/*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;
}


/*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*/