/*resCarousel Css*/

.outt {
    display: none;
}

.leftRs {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 100;
    left: 0;
    width: 40px;
    height: 40px;
	background:#0085ca!important;
	color:#FFFFFF;
	font-weight:500!important;
	border-radius:0px;
	font-size:30px;
	line-height:30px!important;
	padding:2px 10px 10px 10px!important;
}

.rightRs {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 40px;
    height: 40px;
	background:#0085ca!important;
	color:#FFFFFF;
	font-weight:500!important;
	border-radius:0px;
	font-size:30px;
	line-height:30px!important;
	padding:2px 10px 10px 10px!important;

}

button.rightRs,
button.leftRs 
{
border:0px solid #FFFFFF!important;
}

.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;
	vertical-align:top;
}


/*banner*/

.banner {
    overflow: hidden !important;
}



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