/*
    Created on : Aug 20, 2024 09:49:22 am
    Author     : hashan.athurugiriya@ebeyonds.com
*/

:root {

	--number-header-height: 140px;


}

.r2g-rotator-main-strip-sw.offers-strip .container .arrows-wrapper .swiper-button-next {
	right: 50px;
}

.r2g-rotator-main-strip-sw.offers-strip .container .arrows-wrapper .swiper-button-prev {
	left: 50px;
}

.form-group.offer-property-selection .fb-inner {
	width: 75%;
}


.container-xl-fluid {

	width: 100%;
	max-width: none;

}


/*  City Details Page - Introduction Secion */


.r2g-css-flex-grid-main-strip.with-gap.city-details-intro>.container>.flex-xlist>.xList-items {
	gap: var(--css-grid-between-gap);
}

.r2g-xbox-sub-component.event-block .xbox-wrapper .flex-container .content-wrapper>ul {
	flex-direction: row;
}

.r2g-xbox-sub-component.event-block .xbox-wrapper .flex-container .content-wrapper>ul>li:first-child {
	width: 65%;
}

.city-hotel-block.r2g-css-flex-grid-sub-component .xlist-strip .xList-items .xList-item.item-hotel-info>.r2g-content-sub .content-wrapper {
	padding: 0 32px;
}


/*------------ Why book with us --------------------*/

.two-col-css-xlist-1024.with-gap.why-book-block>.container>.xlist-strip>.strip-xlist>.xList-item.image-block {
	width: 545px;
	height: auto;
}

.two-col-css-xlist-1024.with-gap.why-book-block>.container>.xlist-strip>.strip-xlist>.xList-item.text-block {
	max-width: 523px;
}

.r2g-css-flex-grid-sub-component.two-col-xlist-1024.with-gap.why-book-block>.xlist-strip>.strip-xlist>.xList-item.text-block {
	max-width: 523px;
}


/*------------ Contact Us --------------*/

.two-col-css-xlist-1200.with-gap.two-col-63-36>.container>.xlist-strip>.strip-xlist>.xList-item:first-child {
	width: calc(63% - (72px / 2));
}

.two-col-css-xlist-1200.with-gap.two-col-63-36>.container>.xlist-strip>.strip-xlist>.xList-item:last-child {
	width: calc(36% - (72px / 2));
}