footer .cms-form-holder .cms-form .field-from_name,
footer .cms-form-holder .cms-form .field-from_email,
footer .cms-form-holder .cms-form  .fb-select{
       width: calc(50% - 24px);
}

.r2g-footer .footer-items .item-1,
.r2g-footer .footer-items .item-2,
.r2g-footer .footer-items .item-3
{
	width: calc((100% / 3) - 16px);
}

.r2g-footer .footer-items .item-4,
.r2g-footer .footer-items .item-5{
	width: calc((100% / 2) - 16px);
}

.r2g-footer .r2g-footer-featured-logos .inner-wrapper{
	flex-direction:column;
}

.r2g-footer .footer-inner-container {
	margin-top:50px
}


/* Two Column Accomodation Page */

.two-col-accomodation-page-intro .amenity-wrapper .amenity{
     width:calc((100% / 4) - 20px);
}

.two-col-accomodation-page-intro .right-section .key-room-features-wrapper{
    gap:25px
}

.two-col-accomodation-page-intro .right-section .key-room-features-wrapper .key-room-feature{
    width: calc(50% - 25px);
}


/* Accomodation Room List */

.accommodation-rooms-list .accommodation-room-filter .filter-wrapper{
    gap:22px
}

/* Image as Icon With xBox */

.images-as-icon-with-text{
	width:calc((100% / 2) - 25px)
}