
.footer-section {
  background: #4e4e4e !important;
}
.rank-label-container{
	top: 10px;
    border-radius: 10px;
	text-align: center;
	margin-left: 20%;
}
.img-circle{
	border-radius: 0px;
}
.profile-header-container{
	padding: 3px;
}
.room-info{
	position: relative;
    bottom: 170px;
    margin: 0px 30px 0px 30px;
    background: #a9a9a987;
    color: white;
}
.bookbtn{
	padding: 10px;
    width: max-content;
    text-align: center;
    background: red;
    color: white;
    border-radius: 2px;
	border: none;
	position: relative;
    bottom: 160px;
    left: 35%;
}
.bookbtn:hover{
	background: white;
    color: red;
	border: none;
}
.bookbtn::after{
	background: white;
    color: red;
	border: none;
}
.faci{
    color: coral;
    font-size: 40px;
    margin: 25px;
}
.amenities{
	border: 1px solid black;
	border: none;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 5px;
    padding: 20px;
	margin-bottom: 20px;
    margin-top: 50px;
    text-align: center;
    background: white;
    color: #a9a9a9;
}
.categories_post{
	position:relative;
	text-align:center;
	cursor:pointer;
}
.categories_post .categories_details{
	position:absolute;
	top:20px;
	left:20px;
	right:20px;
	bottom:20px;
	background:rgba(34,34,34,0.75);
	color:#fff;
	transition:all 0.3s linear;
	display:flex;
	align-items:center;
	justify-content:center;
}
.categories_post .categories_details h5{
	margin-bottom:0px;
	font-size:18px;
	line-height:26px;
	text-transform:uppercase;
	color:#fff;
	position:relative;
}
.categories_post .categories_details p{
	font-weight:300;
	font-size:14px;
	line-height:26px;
	margin-bottom:0px;
}
.categories_post .categories_details .border_line{
	margin:10px 0px;
	background:#fff;
	width:100%;
	height:1px;
}
.categories_post:hover .categories_details{
	background: rgb(241 38 6 / 31%);
}
.categories_post .categories_details {
    background: rgb(22 22 27 / 31%) !important;
}
.categories_post img {
    max-width: 100%;
    height: 300px;
}
.js-carousel-2 .owl-stage-outer .owl-stage .owl-item {
	width: 350px !important;
	color:white;
}
.js-carousel-2 .owl-stage-outer .owl-stage .owl-item cloned{
	width: 350px !important;
	color:white;
}
.js-carousel-2 .owl-stage-outer .owl-stage .owl-item active{
	width: 350px !important;
	color:white;
}

.js-carousel-2 .testimonial blockquote{
	width: 350px !important;
}