.return-home-container {
    min-height: 47px;
}

.return-home.fixed {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 !important;
  width: 100%;
  background-color: #fff;
  z-index: 1020;
}

.translate {
	font-size: 12px;
	font-weight: normal;
	height: 24px;
	padding-top: 0;
	padding-bottom: 0;
}

#filter {
	margin-left: -24px;
	margin-right: -24px;
}



#filter .progress {
	background: #fff;
}

#filter .filter-language .radio-default {
	height: 28px;
}

#btn_filter_search {
	cursor: pointer;
}

.likes {
	display: inline;
}

.thumbnail-gallery {
	margin-left: -24px;
	margin-right: -24px;
	padding-left: 24px;
}


@media only screen and (min-width: 992px) {
	#filter {
		margin-left: 0;
		margin-right: 0;
	}

	.thumbnail-gallery {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
	}
}

@media only screen and (min-width: 1200px) {
	.filter-rating {
		min-width: 230px;
	}

	.filter-language {
		min-width: 200px;
	}

	#btn_filter_search {
		width: 70%;
	}
}

.review-list-ac-link {
	color: #404040 !important;
}

.review-list-ac-link:hover {
	color: #376DAB !important;
}

#newsarea {
	background: #FEFCF3;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	padding: 20px 54px 20px;
	font-size: 13px;
	position: relative;
}
#newsarea a {
	color: #40A9F5;
	text-decoration: none;
}
#newsarea p {
	margin: 0px;
	font-size: 13px;
}
#newsarea_close_btn {
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 20px;
}
@media screen and (min-width: 992px) {
    #newsarea_close_btn {
        top: 35px;
    }
}

/* DESIGN-2568 START */
.ha-banner-grid-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
    gap: .75rem .75rem;
}

@media screen and (min-width: 992px) {
  .ha-banner-grid-list a {
    flex-basis: 342px;
  }
}
/* DESIGN-2568 END */