@media screen and (max-width: 991px) {
	#booking-benefits {
		position: relative !important;
		right: 0 !important;
		width: 100%;
		display: none;
		overflow: hidden;
	}
	.scrolled .quick-links #booking-benefits {
		position: relative;
		transform: translateY(0);
		opacity: 1;
		transition: unset;
	}
	.magnifier-check {
		display: none;
	}
	#booking-benefits .title-bar > p {
		text-align: center;
		line-height: 2;
	}
	.title-second-bar, .ratemonitor {
		display: none;
	}
	#booking-benefits ul {
		text-align: center;
	}
	#booking-benefits > ul li {
		max-width: 210px;
		width: 100%;
		margin: auto;
	}
	#booking-benefits ul li:before {
		left: auto;
	}
	.benefits-icon-close:before {
		top: auto;
	}
	#booking-benefits {
		order: 1;
	}
}