.nav-logo{
	height: 70px;
	width: 70px;
}
.navbar-brand-name{
	font-size: 25px;
	font-weight: bold;
	font-family: var(--theme-body-font);
}
.banner-title{
	font-size: 30px;
	color: #fff;	
}
.room-info .short-description{
	height: 90px;
	overflow: hidden;
	margin-bottom: 5px;
	text-align: justify;
}
.show-on-mobile
{
	display:none;
}
/*--------------Customized Css-----------------------*/
@media only screen and (max-width: 600px) {
	.hide-on-mobile{		
		display: none !important;
	}
	.show-on-mobile{		
		display: block !important;
	}
	.table-for-mobile{
		font-size: 12px;
	}
	.table-for-mobile tbody > tr > td{
		padding: 4px 4px;
	}	
}
