.container_guest {
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    background-image: linear-gradient(to left, #fcfcfc 0, #ededed 80%);
}

.guest_duration {
    padding: 30px 20px;
    background-color: #fff;
    display: flex;
    align-items: center;
    font-family: "Josefin Sans", sans-serif;
}

.booking_information {
    margin-right: 20px;
    display: block;
}

.booking_information_date {
    font-size: 16px;
    letter-spacing: .5px;
    color: #333;
    font-weight: 700;
    padding-right: 10px;
    border-bottom: .1em solid #d0d0d0;
    padding-bottom: 8px;
}

.booking_information_date i {
    display: inline-block;
    font: 14px/1 FontAwesome;
    color: #333;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.booking_information_people {
    padding-top: 8px;
    font-size: 16px;
}

.booking_information_people_adults {
    padding-right: 10px;
    border-right: 1px solid #d0d0d0;
}

.booking_information_edit {
    margin-left: 10px;
    text-decoration: underline !important;
    cursor: pointer;
}

.booking_information_edit:hover {
    color: #d0af6d !important;
}

.filter_box {
    display: none;
    padding-top: 10px;
}

.filter_box_mobile {
    display: block;
    margin-bottom: 1rem;
}

.filter_box_left {
    align-items: center;
}

.filter_box_right {
    margin-left: auto!important;
    align-items: center;
}

.room_filters_dropdown {
    min-width: 220px;
    position: relative;
}

.sort_by {
    padding: 0 1rem;
    line-height: 1;
    align-items: center;
    display: flex
}

.filter_box_right_title {
    letter-spacing: .1px;
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 400;
    font-family: Lato, "Josefin Sans", sans-serif;
    margin-right: 10px;
}

.filter_box_right_title b {
    cursor: pointer;
}

.sort_by_button {
    background-color: #fff;
    border: none;
    color: #c9ae81;
    cursor: pointer;
    padding-bottom: 0;
    border-radius: 0;
    -webkit-appearance: button;
    outline: 0;
    text-transform: none;
}

.sort_by_arrow {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.sort_by_arrow_up::after {
    content: "\f176";
}

.sort_by_arrow_dowm::after {
    content: "\f175";
}

.multiRoomBanner {
    padding: 0 15px;
    margin: 0 -15px 20px;
    background-color: #e7e7e7;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
}

.multiRoomBanner_outlet {
    position: relative;
    width: 100%;
    padding: 5px 0 15px 10px;
}

.banner_display {
    flex-grow: 1;
    padding: 10px 10px 0 0;
    text-align: center;
}

.banner_display .card {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #dcd5cb;
    border-radius: 0;
    font-size: 16px;
}

.reselection {
    background-color: #c5c5c5;
    text-align: center;
    width: 100%;
    padding: 10px;
}

.banner_card_outlet {
    padding: 10px 10px 0 0;
    position: relative;
    width: 100%;
}

.banner_card_outlet .banner_card {
    width: 100%;
    padding: 10px;
    background-color: #ffffff;
}

.banner_card .v1 {
    border-left: 3px solid #d0af6d;
    padding-left: 10px;
}

.banner_card_title {
    padding: 5px 0 0;
    position: relative;
    font-size: 16px;
    width: 100%;
}

.multiRoomBanner_buttom {
    width: 100%;
    padding-top: 20px;
    margin-left: auto;
}

.currency {
    display: flex;
    align-items: center;
}

.currency_label {
    padding: .75rem 0 .75rem 1.5rem;
}

.currency_dropdown {
    width: 115px;
    text-align: right;
    position: relative;
}

.rooms_list {
    list-style-type: none;
    padding: 0;
}

.rooms_list>li {
    margin-bottom: 24px;
}

.room_card_left {
    padding: 20px;
    position: relative;
    width: 100%;
}

.room_card_right {
    position: relative;
    width: 100%;
    padding: 0px;
}

.room_card_closeBox {
    display: none;
}

.room_card_right .close_button {
    padding: 15px;
    padding: 15px;
    float: right;
    font-weight: 700;
    margin: 0px;
}

.room_ImagePanel {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}

.room_ImageCenterPanel {
    width: 100%;
    border-left: 2px solid #d0af6d;
    padding-left: 10px;
}

.room_type_view {
    letter-spacing: 1px;
    color: #1c1c1c;
    font-size: 22px;
    font-weight: 700;
    font-family: Lato, "Josefin Sans", sans-serif;
}

.bookedRoomStatsColor {
    line-height: 24px;
    color: #b46212;
    font-size: 14px;
    font-weight: 400;
    font-family: Lato, "Josefin Sans", sans-serif;
    letter-spacing: .025rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.guestNumberDiv p {
    margin-bottom: .5rem;
    margin-top: 0;
}

.noStyleForList {
    padding-left: 0;
    margin-bottom: 0;
}

.roomBookingUpdates {
    line-height: 24px;
    margin-top: 1rem;
}

.serviceDiv {
    line-height: 24px;
    color: #333;
}

.icon_service {
    width: 36px;
    height: 36px;
    margin-right: .5rem;
}

.view_room_details_link {
    padding-top: 1rem;
    margin: 0;
}

.view_room_details_link a {
    text-decoration: underline !important;
    letter-spacing: .5px;
    color: #333;
    cursor: pointer;
}

.view_room_details_link a:hover {
    color: #d0af6d !important;
}

.pricePanel {
    background-color: #f3f3f3!important;
    height: 100%;
    padding: 20px;
}

.room_price {
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 20px;
    font-family: Lato, "Josefin Sans", sans-serif;
}

.lightbox_contents {
    background: #fff;
    border: 1px solid #c5c5c5;
}

.details_left_panel {
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
}

.roomLargeImage {
    margin-bottom: 10px;
}

.slick_slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick_list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick_track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    height: auto;
}

.slick_slide_item {
    float: left;
    height: 100%;
    min-height: 1px;
    display: block;
    position: relative;
}

.slider_image {
    padding: 0 5px 5px;
    cursor: pointer;
    opacity: 1;
    display: block;
}

.details_right_panel {
    border-top: 1px solid #e9ecef;
    padding: 0;
    width: 100%;
    margin: 0;
}

.accordion_card {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #c5c5c5;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}

.accordion_card_header {
    background: 0 0;
    border: none;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
}

.accordion_card_title {
    position: relative;
    cursor: pointer;
    color: #1c1c1c;
}

.accordion_item {
    display: none;
    overflow: visible;
    height: auto;
}

.accordion_item_body {
    flex: 1 1 auto;
    padding: 1.25rem;
    padding-top: 12px;
}

.circle_bullet {
    padding-left: 15px;
    position: relative;
    margin-bottom: .5rem;
}

.circle_bullet::before {
    content: '';
    width: 7px;
    height: 7px;
    background: #d2ad49;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 10px;
}

.accordion_arrow {
    box-shadow: none;
}

.slick_slider_button {
    display: none;
    cursor: pointer;
    position: absolute;
    line-height: 0;
    font-size: 0;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0;
}

.slick_slider_button img {
    width: 20px;
}

.slick_slider_button_prev {
    left: -20px;
}

.slick_slider_button_next {
    right: -20px;
}

.viewRoomDetail {
    padding: 0 15px 20px 15px;
}

.radio_div {
    margin-bottom: 20px;
    border: 1px solid #f5f5f5;
    max-width: 250px;
    max-height: 160px;
    width: 250px;
    height: 160px;
    padding: 10px;
    margin-right: 25px;
    cursor: pointer;
    box-shadow: 0 0 0 #c7c3b9, 0 0 0 #e2e0d88a, 0 0 20px #e6e5df;
}

.radio_div_select {
    border: 2px solid #c9ae81 !important;
}

.radio_div_head {
    display: flex;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    width: 100%;
    padding-right: 15px;
    margin-bottom: .5rem;
    margin-right: auto;
    margin-left: auto;
}

.radio_div_radio {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #acacac;
}

.radio_div_select .checkmark {
    background-image: url(../images/checkmarks.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    border: none;
}

.radio_div_beds {
    display: block;
    text-align: center;
    cursor: pointer;
    margin-bottom: .5rem;
}

.radio_div_beds span {
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
}

.radio_div_beds span img {
    max-height: 71px;
}

.packageList {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0px;
    margin-top: 0px;
}

.packageList_item {
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 0 #c7c3b9, 0 0 0 #e2e0d88a, 0 0 20px #e6e5df;
    margin-bottom: 15px;
}

.packageList_item_title {
    padding-right: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    position: relative;
    width: 100%;
}

.packageList_item_description {
    padding: 1rem;
    position: relative;
    width: 100%;
}

.packageList_item_description ul {
    margin-bottom: 0px;
}

.packageDetailLink {
    padding-left: 15px;
    cursor: pointer;
    text-decoration: underline !important;
}

.packageDetailLink:hover {
    color: #d0af6d !important;
}

.packageList_item_pricing {
    padding: 1rem;
    position: relative;
    width: 100%;
}

.cancellationPolicy {
    position: relative;
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 1rem
}
.cancellationPolicy.freeCancellation{
    text-decoration: none !important;
    border: 1px solid green !important;
    padding: 6px !important;
    color: green !important;
    font-size: 15px !important;
    font-weight: 800 !important;
}

.book_buttom {
    width: 100%;
    margin-left: auto;
}

.circle-bullet {
    padding-left: 15px;
    position: relative;
}

.circle-bullet::before {
    content: '';
    width: 7px;
    height: 7px;
    background: #d2ad49;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.rooms_list .disabled_room {
    pointer-events: none;
    opacity: .4;
}

.multiroom_book {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.multiroom_book_inner {
    width: 100%
}

.filter_moible_box {
    padding: 15px;
    background: #fff;
    border: 1px solid #c5c5c5;
}

.packageList_item_description li, .accordion_item_body li, .offerDetail-description li {
    padding-left: 15px;
    position: relative;
}

.packageList_item_description li::before, .accordion_item_body li::before, .offerDetail-description li::before {
    content: '';
    width: 7px;
    height: 7px;
    background: #d2ad49;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.roomSelectedImage {
    width: 100%;
}

.accordion_card_title i {
    font-size: 28px;
    color: #d0af6d;
}

.currency_a {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

.popUpFolder{
	display:none !important;
}

.popUpFolder>div{
	margin-bottom: 20px!important;
}

.popUpFolder>div>span,.m_popUpFolder>div>span{
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 30px;
	font-weight: 700;
}

.left-side-panel{
	padding: 0;
    width: 25%;
    text-align: left;
	margin-right: 10px!important;
}

.left-side-panel .box{
	display: flex;
    align-items: center;
}

.left-side-panel .box>div:first-child {
	background: #fff;
	padding: 10px;
	border: .5px solid #e7e7e7;
	width: calc(100% - 12px);
	cursor: pointer;
	line-height: 30px;
	color: #1c1c1c;
	font-size: 16px;
	font-weight: 700;
}

.left-side-panel .selected>div:first-child{
	border-right: 2px solid #d0af6d;	
}

.right-side-panel{
	border-top: none;
    padding: 15px 25px;
    margin: 0;
    border-left: 1px solid #e9ecef;
    width: calc(100% - 25% - 10px);
    text-align: left;
}

.box>.arrow{
	width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #d0af6d;
}

.offerDetail-description .content{
	display:none;
}

.m_box{
	position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    cursor: pointer;
    line-height: 30px;
    letter-spacing: .1px;
    color: #1c1c1c;
}

.m_popUpFolder{
	margin-bottom: 20px!important;
}

.m_popUpFolder .title{
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    font-size: 16px;
    font-weight: 700;
}

.m_popUpFolder .content{
	overflow: visible;
    height: auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    letter-spacing: .5px;
    color: #333;
    font-size: 16px;
}

.m_popUpFolder .fa {
	margin-left: .3em;
	float: right;
	display: inline-block;
	font: 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.m_popUpFolder .fa-angle-up:before {
    content: "\f106";
}

.m_popUpFolder .fa-angle-down:before {
	content: "\f107";
    color: #000;
}
.tcApply {
	letter-spacing: .5px;
	color: #333;
	font-size: 12px;
	font-weight: 400 !important;
}
.view-wrap-360{
    height: 175px;
    position: relative;
}
.view-wrap-360 iframe{
    width: 100%;
    vertical-align: middle;
    height: 100%;
}
.harako_control_board.show {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    align-items: center;
}
.harako_control_board.show i {
    display: inline-block;
    width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1rem;
    font-style: normal;
}
.harako_thumb_text {
    width: calc(100% - 10px);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0.7rem;
    font-style: normal;
    z-index: 100;
    color: #fff;
    line-height: 1.2;
    background: rgba(31, 13, 13, 0.7);
    align-items: center;
    display: flex;
    height: calc(100% - 5px);
    text-align: center;
    margin-left: 5px;
    cursor: pointer;
}
.harako_thumb_text span {
    width: 100%;
}
.view-tip-360{
    bottom: 0;
    width: 80px;
    height: 45px;
    background-image: url(/static/marinabaysands/headlibs/images/icon-360-video.svg);
    background-repeat: no-repeat;
    background-size: 42px 42px;
    background-position: 50% 50%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.25);
    right: 0;
}
.view-wrap-360 .slideExpander {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
}
.view-wrap-360 .slideExpander .slideExpanderBox{
    background-color: #fff;
    border-radius: 50% 50%;
    box-shadow: 2px 2px 3px rgb(0 0 0 / 25%);
    font-size: 3rem;
    font-weight: 400;
    line-height: 0.9;
    color: #666;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    float: right;
    display: flex;
    justify-content: center;
    cursor: pointer;
    width: 45px;
    height: 45px;
    margin: 1rem;
}
.viewWrap360Fullscreen{
    position: absolute !important;
    height: 100vh !important;
    width: 100vw !important;
    top: 0;
    left: 0;
    z-index: 99999999 !important;
}

@media screen and (min-width: 576px) {
    .book_buttom {
        width: auto;
    }
    .multiRoomBanner_outlet {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .banner_card_outlet {
        padding-right: .5rem!important;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .banner_card_title {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .multiRoomBanner_buttom {
        width: auto;
    }
    .multiroom_book {
        width: auto;
        margin-left: auto;
    }
    .multiroom_book_inner {
        width: auto;
    }

    .currency_a {
        text-align: right;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media screen and (min-width: 768px) {
    .booking_information {
        margin-right: 10px;
        display: flex;
        align-items: center;
    }
    .booking_information_date {
        font-size: 18px;
        border-right: .1em solid #d0d0d0;
        border-bottom: none;
        padding-bottom: 0px;
    }
    .booking_information_people {
        padding-top: 0px;
        margin-left: 20px;
    }
    .filter_box {
        display: flex;
    }

    .filter_box_mobile,.m_popUpFolder {
        display: none !important;
    }
    .popUpFolder{
    	 display: block !important;
    }
    .room_card_left {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .room_card_right {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .room_price {
        font-size: 22px;
    }
    .checkmark, .checkmark_select {
        height: 30px;
        width: 30px;
    }
    .popUpFolder>div>span,.left-side-panel .box>div:first-child,.m_popUpFolder>div>span,.m_popUpFolder .content,.m_popUpFolder .title{
    	font-size: 18px;
    }
}

@media screen and (min-width: 992px) {
    .sort_by {
        padding: 0 1.5rem;
    }
    .room_ImagePanel {
        width: 318px;
        margin-right: 20px;
        margin-bottom: 0;
    }
    .room_ImageCenterPanel {
        border-left: 3px solid #d0af6d;
        width: calc(100% - 338px);
        padding-left: 20px;
    }
    .slick_slider_button {
        display: block!important;
        z-index: 999;
        height: 40px;
        width: 40px;
    }
    .packageList_item_title {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .packageList_item_description {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .packageList_item_pricing {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .harako_thumb_text{
        font-size: 1.5rem;
    }
    .harako_control_board.show i{
        width: 50%;
        font-size: 1.5rem;
    }
    .view-wrap-360{
        height: 430px;
    }
    .view-wrap-360 .slideExpander{
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .container_guest {
        padding: 0 85px;
    }
    .multiRoomBanner {
        padding: 0 85px;
        margin: 0 -85px 20px;
    }
    .details_left_panel {
        width: 750px;
        margin-bottom: 10px;
    }
    .details_right_panel {
        border-top: none;
        border-left: 1px solid #e9ecef;
        width: calc(100% - 750px);
        max-height: 100%;
    }
}