


.dashboard-wrapper-top-box li {
    display: contents;
}
.dashboard-wrapper-top-box li .card.card-body {
    display: inline-block;
}











@media screen and (max-width : 900px) {
	.limitedListwise {
		display: none;
	}
	.cityListwise {
		display: none;
	}
	.starListwise {
		display: none;
	}
	.fontofhotelname{
		font-size: 13px !important;
	}
	.minheightCard{
		min-height: 57px;
	}
	.allSearchOptions{
		padding: 10px !important;
	}
}
@media screen and (max-width : 600px) {
	.select2-container--default{
		width: 100% !important;
	}	
}
.modal {
    overflow-y: auto !important;
}