/* post category and city listing single */
.category-sort-buttons-main-container {
	margin-top:45px;
	margin-bottom:60px;
}
.category-sort-buttons-main-container .category-sort-buttons-container {
	display:flex;
	flex-wrap:wrap;
	 gap: 10px 5px; /* row-gap column-gap */
}
.category-sort-buttons-main-container .category-sort-buttons-container a {
	padding:8px 16px;
	text-decoration:none!important;
	background:#f8f9f9;
	border-radius:5px;
	font-size:16px;
	line-height:24px;
}
.category-sort-buttons-main-container .category-sort-buttons-header {
	margin-bottom:8px;
	font-size:16px;
	line-height:24px;
}
.category-sort-buttons-main-container .category-sort-buttons-container a.active{
	background:#0f1d2b;
	color:white;
}
.category-sort-buttons-main-container .category-sort-buttons-container   {
	 margin-bottom: 30px;
}
/* post category and city listing single */

/* Homepage - why use this and where to stay banners  */
.why-use-this-hotel-banner{
	padding-bottom:95px;
}
.where-to-stay-banner {
	padding-bottom:40px;
}
.where-to-stay-banner .rating {
	background-color:rgba(0, 0, 0, 0.65);
}
.where-to-stay-banner .divider{
	margin-bottom:30px;
}
.why-use-this-hotel-banner h2, .where-to-stay-banner h2 {
	font-size:24px;
}
.why-use-this-hotel-features {
 display: flex;
flex-wrap:wrap;
  gap: 50px;
	padding-top:5px;
}

.why-use-this-hotel-feature-box {
    flex: 1;
	width:300px;
	min-width:300px;
	max-width:300px;
}

.why-use-this-hotel-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
	position:relative;
	top:6px;
   display: flex;
    justify-content: center;
    align-items: center;
	background:#2bfea4;
}
.why-use-this-hotel-icon img{
	width:32px;height:32px;
}

.why-use-this-hotel-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #0f1d2b;
    margin-bottom: 18px;
}

.why-use-this-hotel-text {
    font-size: 16px;
    line-height: 22px;
    color: #8c8b8b;
}
.why-use-this-hotel-text a{
	color: #0f1d2b;
	font-weight: 700;
}
.why-use-this-hotel-feature-box {
	display:flex;
	gap: 15px;
}

@media (max-width: 1049px){
	.why-use-this-hotel-banner,.where-to-stay-banner{
		padding-right:25px;
		padding-left:25px;
	}
	
	.where-to-stay-banner{
		padding-bottom:0;
	}
	
	.why-use-this-hotel-banner{
		padding-bottom:60px;
	}

}
@media (max-width:768px){

	.why-use-this-hotel-feature-box{
		width:100%;
		min-width:100%;
		max-width:100%;
	}
  .why-use-this-hotel-banner h2, .where-to-stay-banner h2 {
	font-size:18px;
}
}
@media (max-width: 520px){
 .why-use-this-hotel-banner,.where-to-stay-banner{
		padding-right: 10px;
	 padding-left: 10px;
	}
}

/* Homepage - why use this and where to stay banners  */