/*resCarousel Css*/

.outt {
    display: none;
}

@media (min-width: 1200px){
.ResSlid0 .item {
    width: 24.5%;
    margin-left: 10px;
}}
@media (min-width: 992px){
.ResSlid0 .item {
     width: 24.5%; 
}}
@media (min-width: 768px){
.ResSlid0 .item {
     
    width: 100%;
    
}}
.leftRs {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 100;
    left: 0;
    width: 35px;
    height: 35px;
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, .3);
    border-radius: 999px;
}

.rightRs {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 35px;
    height: 35px;
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, .3);
    border-radius: 999px;
}

.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: 13px;
    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;
    }
}



.p0 {
            padding: 0;
        }
        
        .resCarousel-inner .item {
            /*border: 4px solid #eee;*/
            /*vertical-align: top;*/
            text-align: center;
        }
        
        .resCarousel-inner .item .tile-new,
        .banner .item {
            display: table;
            width: 100%;
            min-height: 100px;
            text-align: center;
			overflow: hidden;
            /*box-shadow: 0 1px 1px rgba(0, 0, 0, .1);*/
        }
        
        .resCarousel-inner .item h1 {
            display: table-cell;
            vertical-align: middle;
            color: red;
        }
        
        /*.banner .item {
            background: url('demoImg.jpg') center top no-repeat;
            background-size: cover;
            min-height: 550px;
        }*/
        
        .item .tile-new {
            /*background: url('demoImg.jpg') center center no-repeat;*/
			background-size: cover; width: 325px; height:auto;
            
            color: red;
        }
        
        /*.item h1 {
            background: rgba(0, 0, 0, .4);
        }*/
		
		.item-demo1 {
			width: 275px;
            height: 200px;
			background-color: #70050b; 
			text-align: left;
			border-radius: 0px 0px 20px 20px;
			
        }
		
		.newbor{
			width: 275px;
			border-radius: 20px 20px 0px 0px;
			
			 
		}
		
		.booknow{
		
    width: 100px;
	height: 40px;
    color: #fff;
    text-align: center;
	background-color: #fd8002;font-size: 18px;
    padding: 8px;
margin-left:10px;
			text-align: center;
		}
		
		.priz{
			
			text-align: left;
			font-size: 25px;
			color: #fff;
			width:200px;
		}
		
		.titlenew{
			
			margin:20px 0 0 0; 
			color: #fff;
		}
		
		@media only screen and (max-width: 600px) {
			
			.item-demo1 {
			width: 100%;
            height: 280px;
			background-color: #70050b; 
			text-align: left;
			
        }
		.booknow{
		
    width: 100px;
	height: 40px;
    color: #fff;
    text-align: center;
	background-color: #fd8002;font-size: 18px;
    padding: 8px;
			text-align: center;
			margin-top: 10px;
		}
  .priz{
			
			text-align: center;
			font-size: 22px;
			color: #fff;
			width:150px;
	  
		}
			
			.titlenew{
			
			margin:0 0 0 0; 
			color: #fff;
		}
			.newbor{
			width: 100%;
			border-radius: 20px 20px 0px 0px;
			
			 
		}
}
/*resCarousel Css End*/