.hotel-detail{
	font-size: 14px;
	color: #292929;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
}

#header-navigation{
	z-index: 2000;
}

.hotel-detail-map {
    width: 100%;
    border-radius:8px;
	min-height: 300px;
}
.hotel-detail-map-img{
	height:150px;
	object-fit:cover;
}

#ub-image-slider {
	overflow: hidden;
}

.hotel-slider-image {

	text-align: center;
    font-size: 18px;
    background: #fff;
    width: 800px !important;
    height: 400px !important;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    padding: 0 10px;
}

.ub-slider-image-thumb {
	height: 60px;
	width: 80px;
	background-size: cover;
    background-position-x: center;
    background-position-y: center;
}


.ub-slider-prev {
	position: absolute;
	top: 140px;
	left: 5px;
	height: 30px;
    width: 32px;
	background: url('/resources/img/hotel/left-arrow.png') no-repeat;
}

.ub-slider-next {
	position: absolute;
	top: 140px;
	right: 5px;
	height: 30px;
    width: 32px;
	background: url('/resources/img/hotel/right-arrow.png') no-repeat;
}

.image-banner .small-image img, .image-banner .big-image img  {
    cursor: pointer;
	height: 100%;
    width: 100%;
	object-fit:cover;
}
.image-banner img {
   object-fit: cover;
    z-index: -1;
    vertical-align: middle;
    border-style: none;
	width: 100%;
	height: 100%;
}
.big-image {
	height:100%;
}

.hotel-tab-menu {
    padding-top: 0;
}
.anchor-holder{
	padding: 10px 0;
}
.hotel-tab-menu .anchor-holder {
	border-bottom: 4px solid #f5f5f5;
	position: sticky;
	top: 70px;
	padding: 20px 0 0 0;
	z-index: 10;
}

.hotel-detail-contents h2{
	letter-spacing: normal;
	color: #292929;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	margin: 0;
}
.hotel-detail-contents h3{
	font-size: 14px;
	line-height: 1.52;
	letter-spacing: normal;
	color: #292929;
}
.discount-price-info {
	color: #696969;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
}
.discount-price-info i {
	font-size: 16px;
	margin-right: 4px;
}
.ubicon-info-circle:before {
	color: #696969 !important;
}
/* anchor list styles */

.anchor-list {
	font-size: 16px;
	line-height: 1;
	letter-spacing: 1px;
	margin: 0 -15px;
	padding: 10px 0;
	list-style: none;
	justify-content: space-between;
	gap: 32px;
}

.anchor-list li {
	border-top: 2px solid #f5f5f5;
	flex-shrink: 0;
	white-space: nowrap;
}

.anchor-list a {
	-webkit-transition: color .15s linear, background .15s linear;
	transition: color .15s linear, background .15s linear;
	color: #4a4947;
	position: relative;
	padding: 10px;
}

.anchor-list a.anchor-active {
	color: #282827;
	font-weight: 700;
}

.anchor-list a:after {
	font-family: "ub-webfont";
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
	content: "\ea0e";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 14px;
	color: #a5a4a2;
	font-size: 14px;
}

.anchor-list a:hover:after {
	color: #fff;
}

.anchor-holder:before {
	content: "";
	position: absolute;
	top: 0;
	left: -9999px;
	right: -9999px;
	bottom: 0;
	background-color: #fff;
	box-shadow: 4px 4px 12px 0 rgba(74, 73, 71, .2);
	display: none;
}

.anchor-holder .price-box {
	opacity: 0;
	visibility: hidden;
	max-width: 320px;
	width: 320px;
	position: absolute;
	left: calc(100vw - 368px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.touch-device .anchor-holder .price-box {
	left: calc(100vw - 350px);
}

.sticky-wrap-anchor-holder.fixed-position .anchor-holder {
	z-index: 9992;
}

.sticky-wrap-anchor-holder.fixed-position .anchor-holder:before {
	display: block;
}

.sticky-wrap-anchor-holder.fixed-position .anchor-holder .price-box {
	opacity: 1;
	visibility: visible;
}

.sticky-wrap-anchor-holder.fixed-position .anchor-list {
	border-bottom: 0;
	position: relative;
	z-index: 2;
}

.sticky-wrap-anchor-holder.fixed-position .anchor-list a {
	padding: 10px 0;
}
.anchor-holder:before {
	content: "";
	position: absolute;
	top: 0;
	left: -9999px;
	right: -9999px;
	bottom: 0;
	background-color: #fff;
	box-shadow: 4px 4px 12px 0 rgba(74, 73, 71, .2);
	display: none;
}

.anchor-holder .price-box {
	opacity: 0;
	visibility: hidden;
	max-width: 320px;
	width: 320px;
	position: absolute;
	left: calc(100vw - 368px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.touch-device .anchor-holder .price-box {
	left: calc(100vw - 350px);
}

.sticky-wrap-anchor-holder.fixed-position .anchor-holder {
	z-index: 9992;
}

.sticky-wrap-anchor-holder.fixed-position .anchor-holder:before {
	display: block;
}

.sticky-wrap-anchor-holder.fixed-position .anchor-holder .price-box {
	opacity: 1;
	visibility: visible;
}

.sticky-wrap-anchor-holder.fixed-position .anchor-list {
	border-bottom: 0;
	position: relative;
	z-index: 2;
}

@media (min-width: 992px) and (max-width: 1199px) {

	.anchor-holder .price-box .btn {
		width: auto;
		min-width: 160px;
	}

	.anchor-holder .price-box .price {
		padding-right: 15px;
		width: auto;
	}

	.anchor-holder .price-box .price strong {
		font-size: 24px;
	}

	.anchor-holder .price-box .price span {
		font-size: 12px;
	}
}

.room-detail-box {
	height: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-right: 1px solid #FAFAFA;
	width: 100%;
}
.price-box {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	align-items: flex-end;
}
@media (max-width: 767px) {
	.room-detail-box .row{
		min-height: 90px !important;
	}
	.room-price-box .row{
		min-height: 110px !important;
	}
}
@media (min-width: 768px) {
	.anchor-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -16px;
	}

	.anchor-list li {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex:0;
		border-left: 1px solid #e0dedc;
	}

	.anchor-list a {
		text-align: center;
	}

	.anchor-list a:after {
		display: none;
	}
	
	.content-section .panel-opener:after {
		display: block;
	}

}
@media (min-width: 992px) {
	#modalPnrSearch{
	    margin-top: 55px;
	}
	.anchor-list {
		margin: 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		line-height: 1.3;
	}

	.anchor-list li {
		border: none;
	}

	.anchor-list a.anchor-active:before {
		opacity: 1;
		visibility: visible;
	}

	.anchor-list a:before {
		-webkit-transition: opacity .15s linear, visibility .15s linear;
		transition: opacity .15s linear, visibility .15s linear;
		content: "";
		width: 100%;
		height: 3px;
		border-radius: 5px;
		background-color: #fdc60d;
		position: absolute;
		bottom: -10px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		opacity: 0;
		visibility: hidden;
	}

	.anchor-list a:hover {
		color: #282827;
		background: none;
	}
	
	.content-section .panel-opener:after {
		display: none;
	}
	
}
@media (min-width: 1200px) {
	.anchor-list {
		font-size: 16px;
		line-height: normal;
	}
}
/* anchor list styles */

.room-images img {
    width: 250px;
	height: 170px;
    border-radius: 6px;
    object-fit: cover;
    cursor: pointer;
    vertical-align: middle;
}
.room-info-box{
	margin-left: 16px;
	width: 350px;
}
.room-supplement-wrapper {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-top: 8px;
}
.room-supplement-wrapper.isMobile {
	display: none;
}
#hotelDetail_hotelInformation{
	margin-top: 24px;
}
#hotelDetail_hotelFacilities{
	margin-top: 24px;
}
.hotel-room-offer-item{
	border-radius: 6px;
	border: 1px solid #EAEAEA;
	background: #FFF;
	min-height: 200px;
}
.all-items {
	margin-top:8px;
}
.hotel-room-offer-item:hover{
	border:2px #febc2d solid;
	cursor: pointer; 
}

.hotel-room-offer-item .room-detail-box, .hotel-room-offer-item .room-price-box{
	background-color: #ffffff;
}
.image-info {
	padding: 16px 0 16px 16px;
	border-right: 1px solid #FAFAFA;;
}
.rate-detail-box .promotion-area {
	margin-bottom: 4px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: flex-end;
}
.rate-detail-box .promotion-area > div {
	width: fit-content;
}
.rate-detail-box .room-checkout{
	margin-top: 8px;
}
.room-choosePayment-link{
	padding: 5px;
    border-radius: 4px;
    background-color: #fdc60d;
    text-align: center;
    color: #292929; 
    width: 130px;
}
.room-choosePayment-link:hover{
	text-decoration: none;
	color: #292929; 
}

.room-choosePayment-link em{
	font-style: normal;
}

.room-checkout-link:hover{
	text-decoration: none;
	color: #292929; 
}

.room-checkout-link em{
	font-style: normal;
}

.rate-detail-box .total-stay{
	width: 100%;
	text-align: right;
	margin-bottom: 4px;
}

.old-price{
	color: #292929;
	text-align: right;
	text-decoration: line-through;
	font-weight: 500;
	width: 100%;
}
.total-room-price{
	font-size: 22px;
	text-align: right;
	font-weight: bold;
}

.choose-room-button{
	width: fit-content;
	float: right;
}

.board-type-icon{
	color: #292929 !important;
	font-size: 18px;	
}

.currencyChangeArea i.currency {
    padding-left: 0 !important;
}
a.installment-table{
	font-size: 12px;
	color: #696969;
	margin-top: 4px;
}

.landmark-list div{
	/*
	line-height: 30px;
	*/
}
.landmark-list div ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.landmark-list div ul li:not(:last-child) {
	margin-bottom: 16px;
}
.landmark-list-wrapper {
	display: grid;
	grid-template-columns: auto auto auto;
	column-gap: 24px;
}
.landmark-list .location-item {
	padding: 10px;
	font-size: 14px;
	border-radius: 6px;
	background: #FAFAFA;
	display: flex;
	justify-content: space-between;
}
.landmark-list .location-item i{
	padding:4px;
	background: #fec60a;
	color: #FFFFFF;
	border-radius: 6px;
	margin-right: 6px;
	width: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.landmark-list {
	margin-top: 24px;
}
.landmark-list .distance-info {
	color: #696969;
	font-size: 12px;
	font-weight: 400;
}
.hotel-detail-content-box {
	margin-bottom: 24px;
}

.hotel-detail-content-box h5{
	font-weight: bold;
}
.hotel-detail-content-box h6{
	font-weight: bold;
}
.facility-list div, .theme-list div{
	color: #292929;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.facility-list i, .theme-list i{
	color: #fec60a;
	font-size: 16px;
	font-weight: 600;
	margin-right: 4px;
}
.facility-paid{
	border-radius: 3px;
	background: #EBF6FF;
	padding: 2px 8px;
	color: #007BFF;
	font-size: 12px;
	font-weight: 500;
	line-height: normal;
	margin-left: 8px;
}
.list-inline{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 16px;
}
.content-section h2 {
	margin-bottom: 16px;
}
.hotel-detail-content-box-wrapper {
	display: grid;
	gap: 16px;
}
.room-info {
	margin-bottom: 8px;
}
/*
Load More
*/
.btn-more {
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
}
.btn-more i{
	color: #007bff;
    font-size: 9px;
    padding-left: 5px;
}
.general-info-box{
	line-height: 1.429;
	margin-bottom: 24px;
}

.general-info-box .generail-info-content{
    overflow: hidden;
    position: relative;
}
.general-info-box.truncated .generail-info-content{
	background: var(--linear, linear-gradient(180deg, #292929 88.32%, #FFF 100.76%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-shadow: inset 0px -83px 28px -66px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px -83px 28px -66px rgba(255,255,255,1);
	box-shadow: inset 0px -83px 28px -66px rgba(255,255,255,1);
}
.general-info-box.active .generail-info-content {
	-webkit-text-fill-color : initial;
}
.general-info-box .generail-info-content:before {
	content: "";
	position: absolute;
	left: 22px;
	top: 0;
	bottom: -35px;
	width: 1px;
	height: auto;
}

.general-info-box p:last-of-type {
	margin-bottom: 0px;
}
.general-info-box ul{
	margin-bottom: 0px;
}
/*
Load More
*/

/* Hotel Image Gallery */
#modalHotelGallery .modal-header .close {
  padding: 0 !important;
  width: 24px;
  height: 24px;
  background: #eaf1fa;
  border-radius: 20px;
  font-size: 30px;
  font-weight: 300;
  line-height: 28px;
  position: absolute;
  outline: none;
  top: 17px;
  right: 17px;
  z-index: 11;
  opacity: 1;
  display: flex;
justify-content: center;
align-items: center;
}
#modalHotelGallery button.close span {
  font-size: 18px;
  display: block;
  color: #61656e;
}
@media (min-width: 320px){
	#roomDetailApp .hotel-slider-wrapper .mini-gallery-wrapper ul .mini-gallery-item.active{
		width:200px
	}
    .hotel-slider-wrapper .btn-prev {
        left: 10px;
    }
    .hotel-slider-wrapper .btn-next {
        right: 10px;
    }
}
@media (min-width: 768px){
	#roomDetailApp .hotel-slider-wrapper .mini-gallery-wrapper ul .mini-gallery-item.active{
		width:91px;
	}
    .hotel-slider-wrapper .btn-prev {
        left: 16px;
    }
    .hotel-slider-wrapper .btn-next {
        right: 16px;
    }
}

.hotel-slider-wrapper .btn-arrow {
	position: absolute;
	top: 50%;
	outline: none;
	background: white;
	border: none;
    z-index: 10;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
	background: linear-gradient(116deg, rgba(0, 0, 0, 0.62) 10.92%, rgba(0, 0, 0, 0.32) 96.4%);
	backdrop-filter: blur(40px);
	width: 64px;
	height: 64px;
	color: #FFFF;
}
html body .hotel-slider-wrapper .btn-arrow i{
    font-size: initial;
}
.hotel-slider-wrapper .btn-arrow i::before{
    vertical-align: middle;
}
.carousel-category-list .btn:focus {
    outline:none;
    border:none;
}
.hotel-slider-wrapper .btn-arrow i {
    font-size: 26px;
}
.modal-body-section .carousel-wrapper {
    width: 100%;
    overflow-x: scroll;
    margin-top: 8px;
    display:flex;
    align-items:center;
}
.modal-body .container ul.w-100.row{
	list-style: inside;
}
.mini-gallery-item img {
    width: 98px;
    height: 98px;
    object-fit: cover;
	border-radius: 12px;
	opacity: 0.5;
}
.mini-gallery-item.current-image img{
	border-radius: 12px;
	border: 3px solid #FEC60A;
	opacity: 1;
	box-sizing: content-box;
}

@media (min-width:991px){
	.hotelGalleryApp .container {
	    min-width: 1092px;
	    max-width: 1092px;
	    padding: 0;
	    margin: 0 15px;
	    flex: 80%;
	}
	.hotelGalleryApp .gallery-col-2{
	    width: 20%;
	    flex: 20%;
	    max-width: 20%;
	}
	.hotelGalleryApp {
	    overflow-x: auto;
	    flex-wrap: inherit;
	}
}
@media (min-width: 1820px) {
    .hotelGalleryApp .gallery-col-2 {
        width: 20%;
        flex: 30%;
        max-width: 21%;
    }
}
@media (min-width: 1948px) {
    .hotelGalleryApp .gallery-col-2 {
        width: 20%;
        flex: 30%;
        max-width: 25%;
    }
}
@media (min-width: 2260px) {
    .hotelGalleryApp .gallery-col-2 {
        width: 20%;
        flex: 30%;
        max-width: 30%;
    }
}

#modalHotelGallery .modal-dialog {
    width: 100%;
    max-width: 1100px;
}
#modalHotelGallery .modal-content {
    border-radius: 8px;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.05);
}

#modalHotelGallery .modal-content-section .facility-wrapper{
    padding-top: 8px;
}
#modalHotelGallery #mini-gallery-wrapper {
    padding: 0;
    display: flex;
    align-items: center;
	gap:16px;
	overflow-x: scroll;
	margin-bottom: 48px;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

#modalHotelGallery #mini-gallery-wrapper::-webkit-scrollbar {
	display: none;
}

#modalHotelGallery .modal-header {
    padding:24px;
}

#modalHotelGallery button.close img {
    width: 27px;
}
#modalHotelGallery .modal-content-section .facility-wrapper h5 {
    font-size: 16px;
    font-weight: bold;
}
#modalHotelGallery .modal-content-section .facility-wrapper .facility-text p {
    margin: 0;
}
#modalHotelGallery .hotel-slider-wrapper .swipe-trigger-wrapper,
#modalRoomFacilities .hotel-slider-wrapper .swipe-trigger-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
#modalRoomFacilities .hotel-slider-wrapper .swipe-trigger-wrapper{
    height: 75%;
}
/* modalHotelGallery Slide Zoom Start */
#modalHotelGallery.zoom-slide-wrapper{
    background-color: black;
    padding: 0;
}

#modalHotelGallery.zoom-slide-wrapper .modal-dialog .modal-content{
    height: 90vh;
    max-height: 90vh;
    background-color: transparent;
}
#modalHotelGallery.zoom-slide-wrapper .modal-dialog .modal-content .hotel-slider-wrapper{
    height: 65vh;
    max-height: 65vh;
}
#modalHotelGallery.zoom-slide-wrapper .modal-dialog .modal-content .hotel-slide-item img{
    background-color: transparent;
}
@media (min-width: 320px){
    #modalHotelGallery.zoom-slide-wrapper .modal-dialog{
        max-width: 100%;
    }
    #modalHotelGallery.zoom-slide-wrapper .modal-dialog .modal-content .modal-header{
        justify-content: flex-end;
    }
    #modalHotelGallery.zoom-slide-wrapper .modal-dialog .modal-content .hotel-slider-wrapper .hotel-slider-container{
        height: 100%;
    }
    #modalHotelGallery.zoom-slide-wrapper .modal-dialog .modal-content .hotel-slide-item img{
        height: 100%;
        object-fit: contain;
    }
    #modalHotelGallery.zoom-slide-wrapper .modal-dialog .modal-content .hotel-slide-item{
        position: relative;
        width: 100%;
        height: 100%;
    }

}
@media (min-width: 768px){
    #modalHotelGallery.zoom-slide-wrapper .modal-dialog{
        max-width: 90%;
    }
    #modalHotelGallery.zoom-slide-wrapper .modal-dialog .modal-content .modal-header{
        justify-content: flex-start;
    }
    #modalHotelGallery.zoom-slide-wrapper .modal-dialog .modal-content .hotel-slider-wrapper{
        align-items: flex-start;
    }
    #modalHotelGallery.zoom-slide-wrapper .modal-dialog .modal-content .hotel-slider-wrapper .hotel-slider-container{
        width: 100%;
        height: 100%;
        padding: 0;
    }
    #modalHotelGallery.zoom-slide-wrapper .modal-dialog .modal-content .hotel-slide-item .hotel-slide-wrapper{
        width: 100%;
        height: 100%;
        display: inline-block;
    }
    #modalHotelGallery.zoom-slide-wrapper .modal-dialog .modal-content .hotel-slide-item{
        position: relative;
        width: 100%;
        height: 100%;
    }
    #modalHotelGallery.zoom-slide-wrapper .modal-dialog .modal-content .hotel-slide-item img{
        height: 100%;
        object-fit: contain;
    }
}

/* modalHotelGallery Slide Zoom End */
.carousel-category-list {
	display: flex;
	gap: 16px;
	padding: 24px 0;
}
.carousel-category-list .list-group-item {
    padding: 9px;
	border-radius: 4px;
	border: 1px solid #EAEAEA;
}
.carousel-category-list .list-group-item.active {
	border: 1px solid #FEC60A;
	background: #FFF3CD;
}

.hotel-slide-item .hotel-slide-wrapper .image-counter-wrapper{
    position: absolute;
    top: 0;
    padding: 8px 34px;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0;
}
.image-counter-wrapper {
	position: absolute;
	bottom: 0;
	border-radius: 0px 0px 12px 12px;
	background: linear-gradient(116deg, rgba(0, 0, 0, 0.20) 10.92%, rgba(0, 0, 0, 0.40) 96.4%);
	backdrop-filter: blur(40px);
	width: 100%;
	padding: 16px;
	box-sizing: border-box;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.image-counter-wrapper .image-text{
	width: 50%;

}

.slide-fade-enter-active {
  opacity: 1;
  z-index: 10;
}

.slide-fade-leave-active {
  opacity: 1;
}

.slide-fade-enter,
.slide-fade-leave-to {
  opacity: 0;
}
#modalHotelGallery .hotelGalleryApp .hotel-slide-item.video-slide-item,
#modalHotelGallery .hotelGalleryApp .hotel-slide-item.video-slide-item .hotel-slide-wrapper{
    height: 100%;
}

#modalHotelRoomDetails .modal-content{
	top: 122px;
}

#modalHotelRoomDetails .carousel-indicators {
	margin: 0;
	justify-content: flex-start;
	overflow: scroll;
	gap: 16px;
	padding: 0 13px 16px;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

#modalHotelRoomDetails .carousel-indicators::-webkit-scrollbar {
	display: none;
}

.carousel-indicators button.thumbnail {
	padding: 0;
	border: none;
}
.carousel-indicators button.thumbnail:not(.active) {
	opacity: 0.7;
}

.hotel-room-detail-slider .carousel.slide .thumbnail img{
	width: 65px;
	height: 64px;
	border-radius: 12px;
	opacity: 0.5;
}
.hotel-room-detail-slider .carousel.slide img {
	width: 726px;
	height: 400px;
	object-fit: cover;
}
#modalRoomGalleryThumbnail button {
	border-radius: 12px;
}
.hotel-room-detail-slider .carousel.slide .thumbnail.active img{
	opacity: 1;
	border-radius: 12px;
	border: 3px solid #FEC60A;
}
#modalRoomGalleryArea .carousel-control-prev, #modalRoomGalleryArea .carousel-control-next {
	font-size: 20px;
	width: 40px;
	height: 40px;
	top: calc(50% - 16px);
	border-radius: 40px;
	background: linear-gradient(116deg, rgba(0, 0, 0, 0.62) 10.92%, rgba(0, 0, 0, 0.32) 96.4%);
	backdrop-filter: blur(40px);
}
#modalRoomGalleryArea .carousel-control-prev {
	left: 16px;
}
#modalRoomGalleryArea .carousel-control-next {
	right: 16px;
}
#modalHotelRoomDetails  .room-top-info {
	display: flex;
	gap: 24px;
}
#modalHotelRoomDetails  .room-top-info > div{
	display: flex;
	align-items: center;
}
#modalHotelRoomDetails  .room-top-info i{
	font-size: 16px;
	color: #FEC60A;
	margin-right: 8px;
}
#modalHotelRoomDetails .room-info-title {
	color: #292929;
	font-size: 16px;
	font-weight: 600;
	margin: 16px 0;
}
#modalRoomDescription {
	margin: 16px 0 16px;
}
#modalHotelRoomDetails .promotion-area {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
#modalFacilitiesArea .roomFacilities {
	display: grid;
	grid-template-columns: auto auto auto;
	gap: 16px;
	font-size: 12px;
	margin-top: 24px;
}
#modalFacilitiesArea .roomFacilities .facility-item {
	display: flex;
	align-items: center;
	gap: 4px;
}
#modalFacilitiesArea .roomFacilities .facility-item i{
	font-size: 16px;
	color: #FEC60A;
}
#modalFacilitiesArea .facility-paid-info {
	font-size: 12px;
	margin-top: 12px;
}
#modalFacilitiesArea {
	padding-bottom: 24px;
}
#room-modal-footer {
	width: 100%;
	display: grid;
	margin: 0;
	align-items: center;
}
#room-modal-footer .price-box {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
}
#room-modal-footer .rate-item {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 12px 34px;
	border-bottom: 1px solid #F3F3F3;
}
#room-modal-footer .rate-item:last-of-type {
	border-bottom: none;
}

#modalHotelRoomDetails .installment-table {
	display: none;
}

#modalHotelRoomDetails .room-checkout{
	position: relative;
}
#modalHotelRoomDetails .room-checkout a{
	width: max-content;
}
#modalHotelRoomDetails .price-wrapper {
	display: flex;
	flex-flow: column-reverse;
	flex-wrap: wrap;
}
#modalHotelRoomDetails .room-price-box{
	width: 100%;
}
#modalHotelRoomDetails .modal-footer {
	padding: 0 0 12px 0;
}
.custom-hotel-cancel-popover {
	z-index: 4001;
}
.custom-hotel-cancel-popover .popover-body{
	font-size: 12px;
}

#modalInstallmentsTable table {
	font-size: 12px;
}
#modalInstallmentsTable table thead th {
	border: none;
	border-bottom: 1px solid #F3F3F3;
	background: #FAFAFA;
	height: 50px;
	padding: 18px;
	font-size: 12px;
	font-weight: 500;
}

#modalInstallmentsTable table thead th:first-of-type {
	border-radius: 6px 0 0 0;
}

#modalInstallmentsTable table thead th:last-of-type {
	border-radius: 0 6px 0 0;
}

#modalInstallmentsTable table tbody td {
	padding: 20px;
	border: 1px solid #F3F3F3;
}

#modalInstallmentsTable .installement-price {
	font-weight: 600;
}

#modalInstallmentsTable .table td, .table th {
	vertical-align: middle;
}

#modalInstallmentsTable .installementsInfoLabel {
	color: #696969;
}

#modalInstallmentsTable .modal-footer button{
	margin: 0;
	padding: 8px 32px;
	font-weight: 700;
	line-height: normal;
}
.search-area {
	margin: 0;
}
@media (max-width:991px){
	.hotelDetail .search-area{
        position: relative;
        z-index: inherit;
        margin: 0;
	}
	.hotel-slide-item .hotel-slide-wrapper .image-counter-wrapper {
	  position: absolute;
	  top: 0;
	  padding: 8px 34px;
	  background-color: rgba(0, 0, 0, 0.3);
	  z-index: 10;
	}
	.carousel-category-list {
	    display: flex;
	    align-items: center;
	    overflow-y: scroll;
	}
	.hotelDetail .active-room-search {
	    position: fixed;
	    top: 0px;
	    left: 0;
	    right: 0;
	    margin-top: 62px;
	    background: #fff;
	}
	body.no-scroll.modal-open .container.search-area.active-room-search,
	body.no-scroll.modal-open li.room-link {
	    z-index:0;
	}
	.modal-dialog.modal-lg.modal-dialog-centered{
	    padding: 0;
	    margin: 0;
	}
	.modal.show .modal-content {
	    border-radius: 0;
	}
	ul#hotelRoomList {
	    margin-top: 76px;
	}
	#spy-detail li a:after{
		display:none;
	}
	.search-hotel-form-wrapper {
	    margin-bottom: 15px;
	}
	div#range-date {
	    margin-left:0;
	}
	div#hotelDetail_hotelsRoom .room-selection  i.etsfonticon.etsfonticon-arrow-link {
	    border: 1px solid #17cec4;
	    border-radius: 100%;
	    color: #17cec4;
	    width: 28px;
	    height: 28px;
	    font-size: 10px;
	    margin-left: 5px;
	    margin-right: -5px;
	    display: inline-flex;
	    align-items: center;
	    justify-content: center;
	}
	.room-card .room-selection {
	    padding-bottom:0;
	}
	.room-selection .mobile-group-left .discount-percent {
	    background-position: left;
	    padding-right: 22px;
	}
	.special-deals .installment-table {
	    margin: 15px 0 15px 28px;
	    display: block;
	}
	.room-selection .mobile-group-left .discount-percent {
	    background-position: left;
	    padding-right: 22px;
	}
	.special-deals .installment-table {
	    margin: 15px 0 15px 28px;
	    display: block;
	}
	.room-card .hotel-room-detail-opener {
	    position: absolute;
	    top: -86px;
	    background: #f6f9fd;
	    padding: 8px;
	    border-radius: 6px;
	    box-shadow: 2px 1px 5px -1px rgba(97, 101, 110, 0.68);
	    background-color: #f6f9fd;
	    font-size: 12px;
	}
	html body .room-info {
	    align-items: center;
	}
	html body .room-info span {
	    margin-top: 0;
	}
	.room-card .box-content ul:first-of-type li {
	    margin-bottom: 0;
	}
	div#hotelDetail_hotelsRoom:after {
	    display: none;
	}
    #modalRoomFacilities .btn-room-facilities-close {
        top: 5px;
        right: -12px;
    }
    #modalHotelGallery .modal-dialog {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    .search-button {
	    margin-top: 0;
	    margin-bottom: 15px;
	    width: 100%;
	    font-size: 20px;
	    margin: 0;
	}
	
	.content-section.active-popup,
	.tour-program.active-popup {
		left: 0;
	}

	.content-section.active-popup .panel-opener,
	.tour-program.active-popup .panel-opener {
		left: 0;
	}
	
	.content-section,
	.tour-program {
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 9999;
		-webkit-transition: left .3s linear;
		transition: left .3s linear;
		bottom: 0;
		overflow-y: auto;
		overflow-x: hidden;
		background: #fff;
		width: 100vw;
		padding: 60px 15px 10px;
		-webkit-overflow-scrolling: touch;
	}
	.hotel-min-stay-responsive{
		text-align: left !important;
	}

	.content-section.active-popup,
	.tour-program.active-popup {
		left: 0;
	}

	.content-section.active-popup .panel-opener,
	.tour-program.active-popup .panel-opener {
		left: 0;
	}

	.content-section .masonry {
		margin-bottom: 21px;
	}

	.content-section .panel-opener {
		-webkit-transition: color .3s linear, background-color .3s linear, left .3s linear;
		transition: color .3s linear, background-color .3s linear, left .3s linear;
		display: block;
		font-size: 18px;
		line-height: normal;
		font-weight: 500;
		color: #282827;
		text-align: center;
		padding: 24px 16px 16px;
		position: fixed;
		top: 0;
		left: 100%;
		width: 100%;
		z-index: 9999;
		background-color: #fff;
		border-bottom: 1px solid #e0dedc;
		margin-top: 0;
	}
	
	.btn-popup-close:hover{
		background: #ccc;
		cursor: pointer;
	}
	#hotelDetail_rooms {
		margin-bottom: 24px;
	}
	#hotelDetail_rooms .btn-popup-close:hover{
		background: #fff;
		cursor: auto;
	}

	.image-banner{
		flex-wrap: inherit;
		overflow-y: scroll;
	}
	.hotel-researchTop-info-container{
	    width: 100%;
	    padding: 0 0 22px 0;
	    margin: 0;
	    max-width: none;
	}
	#hotel-researchTop-info{
		background-color: #f3f3f3;
	    padding: 9px;
	    width: 100%;
	    margin: 0;
	    min-height: 42px;
	}
	.container{
	    width: 100%;
	    max-width: none;
	}
	
	.hotel-detail-contents h2 {
	    margin-top: 0;
	}
	    
	.image-banner .small-image-container{
		flex-wrap: inherit;
	}
	.review-filter-box{
		padding: 0;
		overflow-x: scroll;
		-ms-overflow-style: none;  /* Internet Explorer 10+ */
		scrollbar-width: none;  /* Firefox */
	}
	.review-filter-box::-webkit-scrollbar { 
    	display: none;  /* Safari and Chrome */
	}
	.datepicker-box{
		padding-top: 16px;
	    padding-bottom: 4px;
		width: 100%;
	}
	.room-images{
		margin-top: 0px !important;
	}

	#modalHotelRoomDetails .close {
		width: 32px !important;
		height: 32px !important;
	}
	#modalRoomGalleryArea .carousel-control-prev,
	#modalRoomGalleryArea .carousel-control-next{
	    width: 30px;
	    height: 30px;
	    opacity: 100%;
		font-size:16px;
	}
	.geo-location-responsive{
		display: none;
	}
	.discount-percent{
	    border: none !important;
	}
	#modalHotelRoomDetails .modal-content, #modalHotelRoomPaymentTypeChoose .modal-content {
    	top: 65px !important;
	}
	
}

.slider-gallery.slick-slide a:after{
    content:'';
    background: url('/resources/img/hotel/toggle.png');
    background-size: cover;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    right: 30px;
    bottom: 24px;
}

/* Hotel Image Gallery */

.content-section .panel-opener:after {
	font-family: "ub-webfont";
    -webkit-transition: color .15s linear;
    transition: color .15s linear;
    content: "\ea09";
    position: absolute;
    font-size: 16px;
    left: 17px;
    color: #A5A4A2;
}

.capacity-info .ubicon{
	color: black;
}
.room-checkout-link .ubicon{
	color: black;
	padding-left: 15px;
}
.language-fr .room-checkout-link .ubicon , .language-de .room-checkout-link .ubicon{
	padding-left: 4px;
}

.language-fr #modalHotelRoomPaymentTypeChoose .choose-room-button .ubicon ,
.language-de #modalHotelRoomPaymentTypeChoose .choose-room-button .ubicon{
	padding-left: 4px;
}
.room-name-area {
	margin-bottom: 12px;
}
.room-name{
	color: #292929;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 12px;
}
.room-info-box .room-detail-info i {
	color: #fec60a;
	font-size: 16px;
	margin-right: 8px;
}
.room-rate-info-box, .board-type-info {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.room-rate {
	display: flex;
	align-items: center;
	height: 100%;
	border-bottom: 1px #FAFAFA solid;
	min-height: 164px;
	margin: 0;
	padding: 0 40px;
	justify-content: space-between;
}
.room-rate:last-of-type {
	border-bottom: none;
}
a.hotel-room-detail-opener{
	color: #007BFF;
	font-size: 12px;
	font-weight: 400;
}
a.hotel-room-detail-opener i{
	color: #085C8C;
	font-size: 8px;
}
a.hotel-room-detail-opener:hover{
	text-decoration: none;
}
.hotel-geo-location{
	padding-left: 10px;
	display: inline-block;
}

.room-filter, .form-check {
	padding-left: 0;
}

.hotel-score-box{
	border-radius: 3px;
	border: solid 2px #fff;
	background-color: #085C8C;
	color:#fff;
	padding: 10px;
}
.hotel-score-box .hotel-score{
	font-size: 26px;
	border-right: 1px solid #fff;
	font-weight: bold;
}
.hotel-score-box .hotel-score-text{
	font-size: 16px;
	font-weight: bold;
}
.hotel-score-box .total-reviews{
	font-size: 12px;
}
.review-filter-box{
	display: inline-block;
	align-self: flex-end;
}
.review-filter-group .review-filter{
	padding: 6px;
	border-radius: 3px !important;
	border: solid 1px #e1e1e1;
	background-color: #fff !important;
	margin-right: 5px;
	padding: 2px 15px;
}
.review-filter-group .review-filter:hover{
	text-decoration: none;
}
.review-filter-group .review-filter.active{
	 background-color: #febc2d !important;
	 font-weight: bold;
	 border:none;
	 color: #292929 !important;
}

.hotel-score-item{
	font-size: 16px;
	line-height: 1.63;
	padding: 10px;
}
.hotel-score-item .meter {
    height: 6px;
    position: relative;
    background: #e7e7e7;
    float: left;
    border-radius: 3px;
    background-color: #ebf1fa;
    width: 100%;
    margin-top: 6px;
}
.hotel-score-item .meter-sp {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
	background-color: #085C8C;
    width: 96%;
}
.user-review-box{
	border-radius: 3px;
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.06);
	padding: 10px;
	margin-bottom: 15px;
}
.user-review-info{
	padding: 10px;
}
.user-review-score{
	font-weight: bold;
	text-align: right;
	color: #085C8C;
}
.user-review-content{
	padding: 10px;
}

.user-review-info .ubicon{
	font-size:32px;
	color: #d8d8d8;
}
.user-review-info ul{
	list-style: none;
    display: inline-block;
    margin-bottom: 0;
	padding-left: 10px;
}
.user-review-info ul li:first-child{
	font-weight: bold;
}
.load-more-review-area{
	display: flex;
    justify-content: center;
	margin-top: 16px;
}
.load-more-review-link{
	color: #292929;
    padding: 12px 25px;
    font-size: 14px;
	text-align: center;
	border-radius: 6px;
	border: solid 1px #febc2d;
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-width:fit-content;
}
.load-more-review-link i{
	color:#292929;
	transform-origin: left;
	transform: translate(40%, -20%) rotate(90deg);
}
.load-more-review-link:hover{
	text-decoration: none;
	background-color: #febc2d;
	color: #292929;
}
.image-banner{
	position: relative;
	display: flex;
	gap: 26px;
	height: 450px;
}
.image-column {
	width: 50%;
}
.image-column img {
	border-radius: 12px;
}
.small-image-bottom {
	display: flex;
	gap: 24px;
}
.image-column.right-column{
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.image-column.right-column > div {
	height: calc(50% - 12px);
}
.medium-image {
	width: 100%;
}
.medium-image .image-column img{
	height: auto;
}
.show-more-picture{
	position: absolute;
	right: 23px;
    bottom: 8px;
	padding: 5px 10px;
	border-radius: 6px;
	background: linear-gradient(116deg, rgba(0, 0, 0, 0.62) 10.92%, rgba(0, 0, 0, 0.32) 96.4%);
	backdrop-filter: blur(40px);
	color: #fff;
}
.show-more-picture i {
	font-size: 20px;
}
.show-more-picture a{
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	gap: 8px;
}
.show-more-picture a:hover {
	text-decoration: none
}
.safe-tourism{
	position: absolute;
	left: 15px;
    bottom: 15px;
    min-width: 306px;
    max-width: 350px;
	height: 40px;
	border-radius: 3px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
	background-color: #fff;
	font-size: 16px;
	line-height: 40px;
}
.safe-tourism i{
	font-size: 16px;
}
#responsive-menu-bar{
	z-index: 1000;
}
.safe-tourism .tooltip-info {
    display: none;
}
.safe-tourism .ets-tooltip-element:hover+.tooltip{
	display:block;
}
.rate-detail-box, .room-price-box{
	position: static;
}
.room-price-box {
	min-width: 200px;
	width: 200px;
}
.change-date {
	padding-left: 32px;
	text-align: end;
	font-size: 12px;
	font-weight: 500;
}
.rate-detail-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
}
.member-discount-icon{
	font-size: 14px;
	color:#fff;
}

.hotel-room-offer-item .focus-chgDate {
	margin: 8px 0 0 0;
	width: auto;
	float: right;
}
.chg-date-text {
	margin-bottom: 0;
}
.change-date p{
	margin: 0;
}

.focus-chgDate {

}

.ub-primary-button {
	padding: 8px 24px;
	color: #292929;
	font-size: 14px;
	font-weight: 700;
	width: fit-content;
	border-radius: 6px;
	background-color: #fec60a;
	text-align: center;
	display: block;
}
.boardtype-info {
	font-size: 16px;
	font-weight: 500;

}
.room-info .ubicon{
	color: #000000;
	font-size: 11px;
}
.p-relative{
	position: relative;
}
.hotel-name{
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.hotel-star {
	display: inline-block;
	vertical-align: middle;
}

.special-today, .badge.badge-light.dotted, .badge.badge-light{
	padding: 0;
	font-size: 13px;
}
.special-today-inner{
	display: inline-flex;
	color: #085C8C;
}
.special-occasion-inner{
	color: #085C8C;
}

.non-refundable-info{
	color: #DF4F4F;
	font-size: 12px;
}
.non-refundable-info i{
	font-size: 16px;
	margin-right: 4px;
}
@media (max-width: 767px){
	.safe-tourism {
		min-width: 228px;
		max-width: 230px;
		height: 32px;
		font-size: 12px;
		line-height: 32px;
	}
	.passenger-list {
		width:97%;
		top: 132px;
	}
	.hotel-name{
		font-size: 18px !important;
	}

	#back-to-top{
		right: 15px;
	}
	.badge.badge-light.dotted, .non-refundable-info .badge {
		white-space: normal;
		text-align: right;
		padding: 0;
		line-height: normal;
	}
	.special-today{
		padding: 0;
	}
	.special-today-inner{
		display: inline;
	}
	.breadcrumb-hotel{
		margin-bottom: 0px;
	}
	#modalHotelGallery.zoom-slide-wrapper .modal-dialog .modal-content .hotel-slider-wrapper {
		height: 55vh !important;
	}
}
@media (min-width: 769px) and (max-width: 991px) {

	.image-banner .big-image, .image-banner .small-image {
		margin: 0;
		padding: 5px;
		min-height: 238px;
		min-width: 370px;
		max-width: 100%;
		max-height: 240px;
		flex-basis: 100%;
	}
}
.breadCrumbArea a{
color: #000000;
font-size: 12px;
}
.breadCrumbArea a:hover{
text-decoration: none;
}

.hotel-detail-content-box h3{
	color: #292929;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 16px;
	font-size: 20px;
}

/* breadcrumb styles */

.breadcrumb-hotel {
	font-size: 12px;
	display: flex;
	font-weight: 300;
	flex-wrap: wrap;
	list-style: none;
	border-radius: .25rem;
	padding-left: 0px;
}

.breadcrumb a {
	color: #292929;
}

.breadcrumb a:hover {
	color: #292929;
}

.breadCrumbArea {
	margin-top: 16px;
}
.breadCrumbArea ol{
	margin-bottom: 8px;
	color: #292929;
	font-weight: 400;
}

#modalHotelGallery, #modalHotelRoomDetails{
	z-index: 4000;
}
.btn-more.more-opener{
	padding-top: 4px;
	color: #007BFF;
}
#modalSignin{
	z-index: 5000;	
}
.b-lazy {
    opacity:0;
    transition: all 500ms;
 }
 .b-loaded {
    opacity:1;
 }
 .comment-openner{
 	color: #797979;
	font-size: 14px;
	font-weight: 400;
 }
 
.hotelReviewsAndPoints{
 	display:flex;
 	justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    max-width: fit-content;
    float: right;
	margin-top: 6px;
	gap:6px;
 }
 
 .hotelReviewsAndPoints .hotelScoreDescription{
 	color: #292929;
	font-size: 16px;
	font-weight: 700;
 }

 
 .hotel-score-detail{
 	color: #FFFFFF;
 	background: #FE9C42;
	border-radius: 50px;
    padding: 8px 16px;
    height: auto;
    display: inline;
    font-size: 14px;
 }
 
 .hotel-score-review{
 	text-decoration: none;
 	line-height: 17px;
 }
 .bedTypeDiv{
     overflow-wrap: break-word;
	 margin-bottom: 12px;
 }
 
 .facility-list svg, .theme-list svg{
	width: 10px;
    margin-right: 5px;
    line-height: 16px;
    vertical-align: middle;
    height: 16px;
 }
 
.hotelCommentsTitle{
	color: #292929;
	font-size: 21px;
	font-weight: 700;
}

.hotelCommentsArea{
	padding:16px;
	border-radius: 4px;
	border: 1px solid #EAEAEA;
	width:100%;
}
.hotelCommentsArea .hotel-score-detail {
	font-size: 30px;
}
.hotelCommentsArea .hotelReviewsAndPoints {
	float: left;
	margin: 0;
	flex-direction: column;
	gap: 16px;
	align-items: center;
	padding-top: 16px;
}
.hotelCommentsArea .hotel-score-review {
	text-align: center;
}
.hotelReviewsAndPointsBottom{
	display:block;
	text-align: center;
    max-width: fit-content;
}

.hotelReviewsAndPointsBottom .hotel-score-detail{
	font-size: 30px;
	font-weight: 700;
	padding: 10px 25px;
	line-height: normal;
}
#hotelMapArea1 {
	position: relative;
}

#hotelMapArea1 #btn-hotelDetailMapTrigger {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #FDC70F;
	border-radius: 8px;
	font-weight: 700;
	padding: 14px 24px;
	font-size: 18px;
	line-height: normal;
}
#hotel-detail-top-research-link{
	color: #085C8C;
}

.landmark-list svg {
    width: 10px;
    margin-right: 5px;
    line-height: 16px;
    vertical-align: middle;
    height: 16px;
}
.landmark-list h4 {
    font-size: 14px;
    font-weight: bold;
	margin-bottom: 16px;
}
.address-box{
	font-weight: 500;
	line-height: normal;
	margin-top: 8px;
	gap: 4px;
}
.address-box i {
	color: #fec60a;
}
.address-area {
	margin-top: 8px;
}
.hotel-geo-location-detail {
	color: #007BFF;
	font-weight: 400;
	text-decoration-line: underline;
	text-underline-position: from-font;
}
.discount-photo-wrapper{
	display: block;
	margin-top: 24px;
}
.discount-photo-wrapper img{
	border-radius: 6px;
}
.discount-photo-wrapper .close-discount-icon {
	right: 10px;
	top: 8px;
}
.panel-group {
    margin-bottom: 0;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
}
.panel-group .panel .panel-heading {
    padding: 0;
}
.panel-group .panel .panel-heading h4 a {
    background: #FAFAFA;
    color:#383838;
    display: block;
    font-size: 14px;
    padding: 15px;
    text-decoration: none;
    transition: 0.15s all ease-in-out;
}
.panel-title > a:before {
    float: right !important;
    content: "-";
    padding-right: 5px;
    color:#FDC60D;
    font-size: 24px;
    font-weight: 100;
    line-height: 15px;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content: "+";
}
.panel-group .panel .panel-body {
    padding-top: 0;
}
.panel-group .panel .panel-heading + .panel-collapse > .list-group,
.panel-group .panel .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}
.panel-group .panel + .panel {
    border-top: none;
    margin-top: 0;
}
.panel-group .panel{margin-bottom:10px;}
.panel-collapse{background: #FAFAFA;overflow:auto;}
.panel-collapse p{padding:0 15px;}
.panel-title{margin:0;}

.certificate-no {
	font-size:12px;
	color: #495057;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

#travel-list{
	gap: 20px;
	padding-left:10px;
}
.travel-list-top{
	padding:10px;
}
ul#comments {
    margin-bottom: 10px;
	align-items: center;
    padding-bottom: 10px;
    gap:16px;
    padding-left: 44px;
}

#comments .disabled {
    color: #ababab;
}
#comments a {
    color: #383838;
    border-radius: 4px;
	border: 1px solid #DBE0E6;
	cursor:pointer;
	width: 100%;
    display: block;
    padding: 10px;
}
#comments a:hover{
	text-decoration:none;
}
#comments a.active{
	border: 1px solid #FEC60A;
	background: #FFF3CD;
}
#commentsArea .commentsAreaCenter{
	display:flex;
}
#commentsArea .progress{
	background-color:#EAEAEA;
	height: 8px;
}
#commentsArea .progress-bar{
	background-color:#FEC60A;
}
#commentsArea .pointsTitle{
	display: flex;
    justify-content: space-between;
    padding-bottom:10px;
}
#commentsArea .commentsAreaRight{
	padding-left:44px;
	width: 100%;
}
#commentsArea .commentsAreaDescription{
    padding: 16px 0 8px 0;
}
#commentsArea .commentsAreaDescription p{
	margin:0;
	padding-bottom:8px;
	color: #797979;
}
#commentsArea .commentsList .commentsListItem{
	padding:15px 35px;
	border-radius: 6px;
	border: 1px #FAFAFA;
	background: #FAFAFA;
	margin-bottom:16px;
}
#commentsArea .commentsList .commentsListItem:last-of-type{
	margin-bottom: 0;
}
#commentsArea .commentsList .commentsListItem .commentsTitle{
	display: flex;
    justify-content: center;
    align-items: center;
}
#commentsArea .commentsList .commentsListItem .commentsTitle .commentsTitleItem{
	width: 60px;
	height: 60px;
	border-radius:100%;
	background-color:#EAEAEA;
	display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
}
#commentsArea .commentsList .commentsListItem .commentsTitleNameSurname{
	padding:10px 0 7px 0;
}
#commentsArea .commentsList .commentsListItem .commentsTitleNameSurname span{
	font-weight: 700;
	font-size:16px;
}
#commentsArea .commentsList .commentsListItem .commentsTitleDate{
	color: #797979;
}
#commentsArea .commentsList .commentsListItem .commentsPoinst .point{
	border-radius: 30px;
	background: #FE9C42;
	padding:3px 8px;
	margin-right:4px;
	color: #FFF;
	font-size: 12px;
	font-weight: 600;
}
#commentsArea .commentsList .commentsListItem .commentsPoinst .pointDescription{
	font-weight: 600;
	font-size: 12px;
}
#commentsArea .commentsList .commentsListItem .commentsCustomerTitle{
	color: #696969;
	padding: 8px 0 8px 0;
}

.commentsDetails .card-header, .commentsDetails .card{
	background-color: transparent;
	box-shadow:none;
	padding: 0;
	border: none;
}
.commentsDetails .btn-header-link{
	padding:10px 0;
	color:#007BFF;
	font-size: 12px;
	line-height: normal;
}
.rotate {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.commentDetailPoint .col-md-2:first-child{
	padding-left:0;
}
.commentsDetails .card-body{
	padding-top:0;
}
.commentsDetails .pointsTitle{
	font-size:12px;
}
#modalReviewsInfo{
	padding-top:50px;
}
#modalReviewsInfo .modal-content{
	max-height:90vh;
}
.commentsCustomerDescription .review-text{
	font-size:16px;
}
.commentDetailPoint{
	align-items: flex-end;
}
.commentDetailPoint .col-md-3{
	padding-left:0;
	margin-bottom: 15px;
}
.hotelScoreDescriptionTop{
	font-size:14px !important;
	padding-bottom:0 !important;
}
.comment-openner-top{
	font-size:12px !important;
}
.hotelInfoButton a{
	background: transparent;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px 15px;
    font-size: 16px;
    color: #383838 !important;
    margin-top: 5px;
    margin-bottom: 15px;
    cursor: pointer;
    display: inline-block;
}
.hotelInfoButton a:hover {
    background: #ccc;
    border: 1px solid #ccc;
    text-decoration: none;
}
.hotel-available{
	width: 100%;
}
.hotel-available-box{
	padding: 16px 42px 16px 16px;
	border-radius: 6px;
	border: 1px solid #EAEAEA;
	background: #FFF;
	display: flex;
	text-align: center;
	width: 100%;
	margin: 24px 0;
	justify-content: space-between;
}
.hotel-available-box .text{
	font-size: 16px;
	font-weight: 500;
}
.hotel-available-box img{
	margin-right: 6px;
}
.hotel-available-box .focus-chgDate{
	background: #FEC60A;
}
.hotel-search-area {
	border-radius: 6px;
}

.search-area-info .pipe{
	margin: 0 16px;
	width: 1px;
	background: #DFDFDF;
	height: 20px;

}

.full-area {
	width: 100%;
}

.search-area-info{
	background: #F3F3F3;
}

#responsive-menu-bar {
	background: #FAFAFA;
	margin-top: 24px;
}

.left-column {
	display: flex;
	align-items: center;
}

.search-info-wrapper {
	display: flex;
	justify-content: space-between;
}
.search-info-wrapper .search-text{
	font-weight: 700;
	display: flex;
	text-align: center;
}
.change-search {
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	align-items: center;
}
.change-search i.ubicon {
	font-size: 6px;
	color: #007BFF;
	margin-left: 4px;
}

.hotel-search-form {
	border: 1px solid #EAEAEA;
}

.hotel-search-form .form-control.searchBarInput {
	padding: 0;
	height: 50px;
}

.search-columns-wrapper {
	display: flex;
	align-items: center;
	height: 100%;
}

.checkIn-datepicker .ui-datepicker-trigger,
.checkOut-datepicker .ui-datepicker-trigger {
	padding: 0;
}
.datepicker-box table tbody tr .tdday {
	font-weight: 600;
}
.datepicker-box-blank {
	padding-left: 16px;
	border-radius: 0;
}

.hotel-search-form .datepicker-box table tbody tr td:last-child {
	line-height: 15px;
}

.hotel-search-form .nightInfo{
	height: auto;
	margin: 0;
	padding: 14px 10px;
	width: fit-content;
	float: right;
}
.search-col.passenger-select {
	padding-left: 24px;
}

.search-col.search-col-autocomplete {
	padding:0 16px 0 11px;
	width: 345px;
}

.passenger-search-list {
	display: flex;
	align-items: center;
	padding: 0 0 0 24px;
	position: relative;
}
.hotel-search-form .search-button {
	margin: 0;
	color: #292929;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	width: auto;
	float: right;
}
.search-button-wrapper {
	padding-right: 4px;
	margin-left: auto;
}
.hotel-search-form .searchFormPickerArea{
	display: flex;
}
.search-col.datepicker-box {
	width: 207px;
}
.hotel-researchTop-info-container {
	padding-bottom: 19px;
}

/*search end*/

.room-title {
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
}
.hotel-star {
	font-size: 16px;
	margin-left: 8px;
}

.filter-area {
	display: flex;
	gap: 16px;
	margin-top: 16px;
}
.filter-area .room-filter-item  {
	padding: 9px;
	border-radius: 4px;
	border: 1px solid #EAEAEA;
	color: #292929;
	font-weight: 400;
}
.filter-area .room-filter-item.active {
	border: 1px solid #FEC60A;
	background: #FFF3CD;
}
.hotel-room-offer-wrapper{
	margin-top: 16px;
	gap: 16px;
	display: grid;
}
.replyArea .replyTitle{
	display:flex;
	gap:5px;
}
.replyArea .replyTitle h6{
	margin:0;
	color: #797979;
	font-weight: 400;
}
.replyArea span{
	font-style: italic;
	padding-top:5px;
	line-height: 18px;
}
.btn-header-link-reply{
	padding-top:0 !important;
}
@media (max-width: 767px){
	.hotelCommentsTab{
		overflow-x:scroll;
		z-index:99;
	}
	.hotelCommentsArea{
		padding:0;
		border:none;
	}
	.commentsArealeft{
		position: absolute;
    	top: -70px;
	}
	.hotelReviewsAndPointsBottom{
		display:flex;
		gap:10px;
	}
	.hotel-score-review{
		min-width: max-content;
	}
	.hotelReviewsAndPointsBottom .hotel-score-detail{
		font-size:14px;
		padding: 8px 15px;
	}
	ul#comments{
		padding-left: 0;
		width:max-content;
	}
	#commentsArea .commentsAreaRight{
		padding-left:0;
	}
	#commentsArea .commentsList .commentsListItem{
		padding:15px;
	}
	.reviewsTitleMobile{
		display:flex;
		justify-content: space-between;
        align-items: center;
	}
	#commentsArea .commentsList .commentsListItem .commentsTitle .commentsTitleItem{
		font-size: 16px;
		width:40px;
		height:40px;
	}
	.commentsTitleNameSurnameMobile{
		display:flex;
		justify-content:center;
		align-items:center;
		gap: 10px;
	}
	#commentsArea .commentsList .commentsListItem .commentsTitleDate{
		text-align:left;
	}
	#commentsArea .commentsList .commentsListItem .commentsPoinst .pointDescription{
		display:block;
	}
	#commentsArea .commentsList .commentsListItem .commentsTitleNameSurname{
		padding:0 0 5px 0;
	}
	#commentsArea .commentsList .commentsListItem .commentsPoinst .point{
		margin-right:0;
	}
	.commentsPoinst{
		line-height: 25px;
    	text-align: right;
	}
	.commentDetailPoint .col-md-2:nth-child(3n + 1){
		padding-left:0;
	}
	.commentDetailPoint .col-md-2{
		margin-bottom:10px;
	}
	.hotelReviewsAndPoints .hotelScoreDescription{
		padding:0;
	}
	.hotel-available-box{
		justify-content: center;
		flex-wrap: wrap;
		gap:16px;
	}
	.hotel-available-box .text{
		width: 100%;
		display: block;
	}
	.hotel-available-box img{
		margin: 0 0 16px 0;
	}
}
.discount-percent {
	color: #19B83C;
	font-size: 12px;
	font-weight: 500;
	padding: 4px;
	border-radius: 3px;
	background: #EDF9EF;
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.show-all-facility {
	border-radius: 6px;
	border: 1px solid #FEC60A;
	padding: 8px 14px;
	font-weight: 700;
	line-height: normal;
}
.showAllFacilies {
	width: 100%;
	text-align: center;
	margin-top: 16px;
}

.show-all-facility i{
	font-size: 8px;
	margin-left: 4px;
}

.check-in-check-out {
	padding: 10px;
	border-radius: 6px;
	background: #FAFAFA;
	color: #292929;
	font-weight: 500;
	width: 284px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.check-in-check-out i{
	color: #FFFFFF;
	background-color: #FEC60A;
	font-style: normal;
	font-size: 20px;
	margin-right: 4px;
}

.check-in-check-out .ubicon-clock-checkin-checkout {
	margin-right: 4px;
}
.check-in-check-out-wrapper {
	display: flex;
	gap: 16px;
	margin-bottom: 16px;
}

.more-tags.supplement-badge {
	padding: 2px 8px;
	background: #FAFAFA;
	border-radius: 3px;
	color: #292929;
	font-size: 12px;
	font-weight: 400;
}

.refundable-package {
	border-radius: 6px;
	border: 1px solid #FEEFBA;
	background: #FEF9E6;
	padding: 4px 16px;
	display: flex;
	gap: 4px;
	align-items: center;
	margin-top: 24px;
}
.refundable-package img{
	margin-right: 4px;
}

.new-modal .modal-content {
	border-radius: 12px;
}
.new-modal .modal-body {
	padding: 0 34px;
}
.new-modal .modal-title {
	width: 100%;
	color: #292929;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
}
.new-modal .modal-header {
	border-bottom: none;
}
.new-modal .modal-footer {
	padding: 24px;
	border-top-color: #F3F3F3;
}
#modalRefundablePackage .scope-info {
	margin-bottom: 16px;
}

#modalRefundablePackage .info-card {
	border: 1px solid #F3F3F3;
	border-radius: 6px;
	padding: 16px;
}
#modalRefundablePackage .ubicon-check-circle {
	color: #19B83C;
}
#modalRefundablePackage .ubicon-cross-circle {
	color: #DF4F4F;
}
#modalRefundablePackage .ubicon-info-circle {
	transform: rotate(180deg);
	display: inline-block;
	color: #696969;
}
#modalRefundablePackage .info-card .title{
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 600;
}
#modalRefundablePackage .card-body {
	gap: 8px;
	display: grid;
	padding: 0;
}
#modalRefundablePackage .card-body i{
	margin-right: 4px;
}
#modalRefundablePackage .all-show-package-btn {
	padding: 0;
	margin: 16px 0;
	color: #007BFF;
	font-size: 12px;
	font-weight: 400;
}

#modalRefundablePackage .all-show-package-btn i {
	font-size: 6px;
	padding-left: 4px;
}

#modalRefundablePackage .sub-title, #modalMaxipuan .sub-title  {
	color: #292929;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	margin: 24px 0;
}

#modalRefundablePackage .conditions ul, #modalMaxipuan .conditions ul {
	padding: 0 0 24px 1rem;
	margin: 0;
	line-height: 22px;
}
#modalRefundablePackage .modal-dialog {
	margin-top: 60px;
}
.campaigns {
	margin-top: 24px;
}
.campaigns .campaigns-title {
	color: #292929;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 16px;
}
.campaigns .campaigns-wrapper .item i{
	color: #FFF;
	background-color: #FEC60A;
	font-size: 14px;
}

.campaigns-wrapper {
	position: relative;
}

.campaigns-wrapper .item{
	padding: 10px;
	border-radius: 6px;
	background: #FAFAFA;
	height: auto;
}
.campaigns-wrapper .swiper-button{
	position: absolute;
	top: 20%;
	padding: 0;
}
.campaigns-wrapper .btn-circle-t-next {
	right: -24px;
	left: auto;
}
.campaigns-wrapper .btn-circle-t-prev  {
	left: -24px;
	right: auto;
}

.maxipuan-footer-info {
	font-size: 12px;
	font-style: italic;
}

.hotel-slide-wrapper img {
	width: 100%;
	max-height: 700px;
	height: 700px;
	border-radius: 12px;
}
.hotel-slider-wrapper {
	position: relative;
}
.hotel-slider-wrapper .hotel-slide-item {
	position: relative;
}
.room-top-search {
	margin-top: 16px;
}
#roomSearch .search-col-autocomplete {
	display: none;
}

#roomSearch .checkIn-datepicker .datepicker-box-blank {
	border-left: none;
}

#roomSearch .search-col.datepicker-box {
	width: 342px;
}

#roomSearch .hotel-search-form .search-button{
	font-size: 21px;
	padding: 0 24px;
}

.operator-info {
	color: #696969;
	font-size: 12px;
	margin-top: 8px;
}

#hotelDetail_rooms{
	margin-bottom: 24px;
}

.datepicker-wrapper {
	display: flex;
}
.room-short-info {
	display: flex;
	flex-direction: column-reverse;
}
.room-gallery-wrapper {
	position: relative;
}
#modalInstallmentsTable .price-wrapper {
	white-space: nowrap;
}

.hotel-coupon-area {
	display: flex;
	justify-content: space-between;
	background-image: url('/resources/ub/img/hotel/detail/coupon-campaign.svg');
	background-repeat: no-repeat;
	padding: 16px 40px;
	align-items: center;
	border-radius: 5px;
	margin-top: 24px;
	height: 80px;
}

.hotel-coupon-area .coupon-info-button {
	padding: 12px 32px;
	border-radius: 6px;
	background: #FFCF73;
	border: none;
	font-size: 24px;
	font-weight: 600;
	line-height: normal;
}

.hotel-coupon-area .text {
	color: #292929;
	font-size: 28px;
	font-weight: 400;
}
#couponCampaignsModal .modal-content{
	border-radius: 8px;
	background: #FFF9E7;
}
#couponCampaignsModal .coupon-body{
	padding: 0 0 40px;
}
#couponCampaignsModal .modal-header{
	border:none;
}
#couponCampaignsModal .modal-dialog {
	max-width: 650px;
}
#couponCampaignsModal .title{
	color: #383838;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	margin: auto;
	position: relative;
}
#couponCampaignsModal .code-body {
	border-radius: 8px;
	padding: 5px 6px;
	margin: 16px 0 12px;
	display: flex;
    justify-content: center;
}
#couponCampaignsModal .catchUserBasicArea {
	margin: 0;
	padding: 20px 30px;
	max-width: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#couponCampaignsModal .sub-description {
	font-size: 12px;
	text-align: center;
	font-weight: 600;
}
#couponCampaignsModal .catchUserCouponBorderArea {
	font-size: 16px;
	margin: 0;
	display: flex;
	align-items: center;
}
#couponCampaignsModal .catchUserCouponBorderArea span{
	flex-shrink: 0;
}
#couponCampaignsModal #btnCopyCoupon {
	color: #383838;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
}
#couponCampaignsModal #btnCouponDetail {
	margin: 12px 0 0 ;
	padding: 0;
	text-align: center;
	width: 100%;
	color: #007BFF;
	font-size: 16px;
	line-height: normal;
	font-weight: 400;
}

#couponCampaignsModal #couponDetail {
	color: #383838;
	font-size: 14px;
	font-style: normal;
	margin-left: -76px;
	margin-bottom: -16px;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-left: 100px;
}
#couponCampaignsModal .couponCode {
	font-size: 20px;
	width: auto;
	text-align: left;
	border: none;
	color: #383838;
	font-weight: 700;
}
#couponCampaignsModal .copy-success-text {
	color: #4CAE19;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
}
#couponCampaignsModal .mobile-app {
	display: flex;
	gap: 24px;
}
#couponCampaignsModal .mobile-app-area {
	background: #FAEFCE;
	border-radius: 0px 0px 8px 8px;
	margin: -14px;
	padding: 24px 44px 24px;
}
#couponCampaignsModal .qr-title {
	color: #383838;
	font-size: 20px;
	font-weight: 500;
	position: relative;
}
#couponCampaignsModal .qr-description {
	color: #383838;
	font-size: 12px;
	font-weight: 400;
	margin-top: 8px;
}
.for-mobile-app-wrapper {
	background: #FDC60D;
	filter: drop-shadow(0px 4px 10px rgba(185, 128, 11, 0.31));
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	/* left: -80px; */
	top: -50%;
}
#couponCampaignsModal .bold-text {
	font-size: 14px;
	font-weight: 700;
}
.for-mobile-app{
	background: linear-gradient(180deg, #FFAB00 0%, #FFC61A 100%);
	color: #383838;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(-11.173deg);
}
.theme-park-hotel #roomSearch .checkOut-datepicker{
	display: none;
}
.theme-park-hotel #roomSearch .totalRoomCount {
	display: none;
}
.theme-park-hotel #roomSearch .hotelDateTable br {
	display: none;
}
.theme-park-hotel .room-info-box {
	position: relative;
}
.theme-park-hotel .room-info-box .installment-table{
	position: absolute;
	bottom: 0;
}
.theme-park-hotel .room-rate {
	justify-content: flex-end;
}


@media (max-width: 991px) {
	input[type=text] {
		font-size: initial;
	}
	.left-column {
		display: inline;
	}
	.search-info-wrapper .left-column > div {
		display: inline-flex;
	}
	.search-info-wrapper{
		display: block;
		padding: 8px 0;
	}
	.search-info-wrapper .change-search {
		display: inline;
		border: none;
		margin-left: 8px;
	}
	.search-info-wrapper .search-text {
		margin-bottom: 8px;
		text-align: start;
	}
	.search-area-info .pipe {
		display: inline-block;
		vertical-align: middle;
	}
	.search-area-info .pipe:has(+ .total-night) {
		display: none;
	}
	.headerline{
		line-height: normal;
		height: auto;
	}
	.search-columns-wrapper {
		flex-wrap: wrap;
	}
	.hotel-search-form {
		margin: 0;
		padding: 0;
		background-color: transparent;
		border: none;
	}

	.search-col.search-col-autocomplete {
		width: 100%;
		padding: 0;
	}

	.hotel-search-form .form-control.searchBarInput{
		padding: 14px;
		border-radius: 4px;
		border: 1px solid #CED4DA;
		background: #FFF;
		color: #495057;
		font-size: 16px;
		height: auto;
	}
	/*.search-col.datepicker-box {
		width: 50%;
	}*/
	.hotel-search-form .searchFormPickerArea {
		flex-wrap: wrap;
		flex-direction: column;
	}
	.datepicker-wrapper {
		gap:16px;
		width: 100%;
	}
	.hotel-search-form .datepicker-box-blank {
		border-radius: 4px;
		padding: 0;
	}
	.hotel-search-form .nightInfo {
		text-align: center;
		margin: 0 auto;
		width: 100%;
		padding: 0 0 16px;
		background: none;
	}
	.search-col.passenger-select{
		padding: 0;
	}
	.datepicker-box table tbody tr .tdday {
		padding-right:4px;
		font-weight: 700;
	}
	.datepicker-wrapper .datepicker-box-blank {
		padding-left: 8px;
	}
	.passenger-search-list {
		padding: 0;
		font-size: 14px;
	}
	.search-button-wrapper {
		width: 100%;
		padding: 0;
		margin: 16px 0 0 0;
	}
	.hotel-search-form .search-button {
		font-size: 20px;
		width: 100%;
		border-radius: 4px;
	}
	.breadCrumbArea {
		order:13;
	}
	.certificate-no {
		margin-top: 16px;
		font-size: 11px;
	}
	.hotel-star {
		margin-left: 0;
		margin-top: 8px;
	}

	#hotelDetailImages img{
		height: 230px;
		object-fit: cover;
	}
	#hotelDetailImages .carousel-inner{
		border-radius: 12px;
	}
	#hotelDetailImages .carousel-control-prev,
	#hotelDetailImages .carousel-control-next {
		height: min-content;
		top: calc(50% - 15px);
	}
	#hotelDetailImages .carousel-control-prev-icon,
	#hotelDetailImages .carousel-control-next-icon {
		border-radius: 40px;
		background: linear-gradient(116deg, rgba(0, 0, 0, 0.62) 10.92%, rgba(0, 0, 0, 0.32) 96.4%);
		backdrop-filter: blur(40px);
		padding: 7px;
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#hotelDetailImages .carousel-control-prev-icon i,
	#hotelDetailImages .carousel-control-next-icon i{
		font-size: 16px;
	}

	#hotelDetailImages .carousel-indicators li {
		width: 10px;
		height: 10px;
		border-radius: 50%;
		border: none;
	}
	#hotelDetailImages .carousel-indicators li.active {
		width: 30px;
		background-color: #FEC60A;
		border-radius: 33px;
	}
	.show-more-picture {
		z-index: 1;
		bottom: initial;
		top: 4px;
		right: 4px;
	}
	.hotel-slide-wrapper img {
		height: 250px;
	}
	#modalHotelGallery .hotel-slide-wrapper img {
		border-radius: 0;
	}
	.image-counter-wrapper {
		background: none;
		color: #292929;
		font-size: 14px;
		position: initial;
		display: flex;
		justify-content: space-between;
	}
	.hotelGalleryApp {
		height: 100%;
	}

	#modalHotelGallery .modal-content,
	#modalHotelRoomDetails .modal-content,
	.mobile-full-container .modal-content{
		height: 100%;
		top: 0 !important;
	}
	#modalHotelGallery .modal-header .close,
	#modalHotelRoomDetails .modal-header .close,
	.mobile-full-container .modal-header .close{
		right: auto;
		font-size: 20px;
		left: 17px;
		background: none;
		top: calc(50% + 7px);
		color: #A5A4A2;
		padding: 0;
		position: absolute;
	}
	#modalHotelGallery .modal-header,
	#modalHotelRoomDetails .modal-header,
	.mobile-full-container .modal-header{
		padding: 24px 24px 16px 24px;
		position: relative;
		border-bottom: 2px solid #F5F5F5;
	}
	#modalHotelGallery .modal-body,
	#modalHotelRoomDetails .modal-body,
	.mobile-full-container .modal-body{
		 padding: 0;
	 }

	#modalHotelRoomDetails .modal-body {
		max-height: min-content;
	}
	.mobile-full-container {
		z-index: 2001;
	}
	.mobile-full-container .modal-dialog {
		height: 100%;
	}
	#modalHotelGallery .hotel-slider-wrapper .btn-arrow i {
		font-size: 14px;
	}
	#modalHotelGallery .hotel-slider-wrapper .btn-arrow {
		width: 30px;
		height: 30px;
		top: calc(50% + 15px);
	}
	#modalHotelGallery .carousel-category-list .list-group-item {
		display: inline-flex;
		flex-shrink: 0;
	}
	#modalHotelGallery .carousel-category-list {
		margin: 0 16px;
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;  /* Firefox */
	}
	#modalHotelGallery .carousel-category-list::-webkit-scrollbar {
		display: none;
	}
	#modalHotelGallery #mini-gallery-wrapper {
		padding: 0 16px;
	}
	.campaigns-wrapper .swiper-button {
		display: none;
	}
	.refundable-package .text{
		font-weight: 500;
		line-height: normal;
		position: relative;
	}

	.refundable-package i {
		margin-top: auto;
		font-size: 16px;
		display: inline;
		vertical-align: middle;
		margin-left: 4px;
	}
	.refundable-package i.info {
		position: absolute;
	}
	.refundable-package i.isDesktop {
		display: none;
	}
	.discount-price-info {
		margin-top: 12px;
	}

	.room-top-search .hotel-search-form .searchFormPickerArea {
		display: flex;
		flex-direction: row;
	}
	.room-top-search .datepicker-wrapper {
		width: auto;
		gap: initial;
	}

	#roomSearch .search-col.datepicker-box {
		width: auto;
		padding: 0;
	}
	.room-top-search .totalNights {
		display: none;
	}

	.room-top-search .search-button-wrapper {
		width: auto;
		margin: 0 0 0 auto;
	}

	.room-top-search .datepicker-box table tbody tr .tdday {
		display: inline;
		padding: 0;
		font-weight: 400;
	}

	.room-top-search .datepicker-box table tbody tr .tdday,
	.room-top-search .hotel-search-form .datepicker-box table tbody tr td:last-child{
		display: inline;
		padding: 0;
		font-weight: 400;
		font-size: 12px;
	}
	.room-top-search .datepicker-box table tbody tr .tdday {
		padding-right: 2px;
	}

	#roomSearch .datepicker-wrapper .datepicker-box-blank {
		padding: 0 16px 0 16px;
		border: none;
		border-right: 1px solid #EAECEF;
		border-radius: 0;
	}

	.room-top-search .hotel-search-form .passenger-search-list {
		border: none;
	}

	.room-top-search .hotel-search-form .passenger-search-list a {
		font-size: 12px;
		font-weight: 400;
		line-height: 15px;
	}
	.room-top-search .search-col.passenger-select {
		padding: 0 16px;
	}
	.room-top-search .hotel-search-form {
		border: 1px solid #EAEAEA;
		background: #FFF;
		padding: 6px 8px 6px 0;
	}
	.room-top-search .hotel-search-form .passenger-search-list a .totalRoomCount{
		display: block;
	}

	#hotelDetail_rooms .filter-area {
		overflow: scroll;
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;  /* Firefox */
		position: absolute;
		left: -15px;
		width: calc(100% + 30px);
		padding-right: 16px;
		padding-left: 16px;
	}

	#hotelDetail_rooms .filter-area::-webkit-scrollbar {
		display: none;
	}

	#hotelDetails_rooms .filter-area .room-filter-item {
		min-width: fit-content;
	}
	.hotel-detail-group {
		flex-direction: column;
	}

	.hotel-room-offer-wrapper {
		display: flex;
		flex-direction: column;
	}
	.room-images img {
		width: 164px;
		height: 164px;
	}
	.room-info-box {
		margin-left: 0;
		width: auto;
	}
	.image-info {
		padding: 16px 12px 12px 16px;
		border-right: none;
		border-bottom: 1px solid #FAFAFA;
	}
	.room-short-info {
		display: flex;
		gap: 12px;
		flex-direction: row;
		position: relative;
	}
	.room-name-area{
		border-bottom: 8px;
	}
	.room-detail-box{
		color: #292929;
		font-size: 12px;
	}
	.bedTypeDiv{
		margin-bottom: 8px;
	}
	.room-rate {
		flex-direction: column;
		padding: 12px 16px 16px;
	}
	.room-price-box {
		width: 100%;
	}
	.price-box {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
	.price-box-bottom {
		display: flex;
		gap: 16px;
		justify-content: flex-end;
		align-items: center;
		width: 100%;
	}
	.rate-detail-box .room-checkout {
		margin: 0;
	}
	.room-checkout-link, .room-choosePayment-link {
		padding: 0;
		display: inline-flex;
		height: 35px;
		width: 35px;
		justify-content: center;
		align-items: center;
	}
	.rate-detail-box .promotion-area {
		width: 100%;
		align-items: start;
	}
	.price-wrapper {
		display: flex;
		flex-direction: column;
	}
	.room-badge.last-room {
		position: absolute;
		top: 4px;
		left: 4px;
		z-index: 2;
	}
	.room-info-box .room-supplement-wrapper {
		display: none;
	}
	.total-room-price{
		font-size: 18px;
	}

	.room-choosePayment-link i, .room-checkout-link i{
		font-weight: 700;
		font-size: 16px;
	}
	.discount-percent-wrapper {
		text-align: left;
	}
	.rate-detail-box .total-stay{
		margin: 0;
	}
	.price-wrapper div{
		margin: 0;
	}
	#responsive-menu-bar {
		order:12;
	}
	.change-date {
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
	.show-price-card {
		display: block;
	}
	.hotel-room-offer-item .focus-chgDate{
		margin: 0;
		width: max-content;
	}
	.chg-date-text {
		font-weight: 500;
	}
	.room-rate {
		min-height: auto;
	}
	.anchor-list a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0;
		line-height: normal;
	}
	.anchor-list li {
		padding: 16px 24px;
	}
	.anchor-list a:after {
		position: initial;
		transform: none;
	}
	#responsive-menu-bar {
		margin-top: 0;
		background: #FFFFFF;
	}
	.anchor-holder, .anchor-list {
		padding: 0;
	}
	.container-fluid {
		overflow: hidden;
	}
	.anchor-list li:last-child{
		border-bottom: 2px solid #f5f5f5;
	}
	.breadCrumbArea {
		margin: 24px 0;
	}
	.showAllFacilies {
		margin-bottom: 24px;
	}
	#modalHotelRoomDetails .modal-dialog {
		margin: 0;
	}
	#modalHotelRoomDetails .carousel-indicators {
		position: relative;
		padding: 20px 16px 21px 12px;
	}
	#modalHotelRoomDetails .room-info-title {
		margin-top: 0;
		padding: 0 16px;
	}
	#modalHotelRoomDetails .room-top-info-wrapper,
	#modalHotelRoomDetails #modalRoomDescription,
	#modalFacilitiesArea
	{
		padding: 0 16px;
	}
	body.ios #modalHotelRoomDetails .close{
		margin: 0;
		font-size: 20px;
	}
	#modalHotelRoomDetails .modal-header .close {
		top: initial;
	}
	#modalHotelRoomDetails .modal-footer {
		margin-top: 41px;
		border-radius: 36px 36px 0px 0px;
		border: 1px solid #EEE;
		background: #FFF;
	}
	#room-modal-footer {
	display: block;
	 }
	#room-modal-footer .rate-item {
		padding: 16px 12px;
		flex-direction: column;
	}
	#room-modal-footer .non-refundable-info,
	#room-modal-footer .refundable-info,
	#room-modal-footer .payAtHotel-info {
		display: inline-block;
		width: fit-content;
		margin-top: 8px;
	}
	#room-modal-footer .price-box{
		overflow: hidden;
	}
	#room-modal-footer .promotion-area{
		overflow: hidden;
		display: flex;
		flex-direction: column;
		gap: 4px;
		width: 100%;
	}
	#room-modal-footer .room-price-box {
		width: 100%;
		min-width: initial;
	}
	#room-modal-footer .room-rate-info-box {
		display: block;
	}
	#room-modal-footer .board-type-info {
		display: block;
	}
	#modalHotelRoomDetails .room-checkout a {
		width: 35px;
	}
	.chg-date-text {
		display: flex;
		justify-content: space-between;
		width: 100%;
		align-items: center;
	}
	#modalFacilitiesArea .roomFacilities {
		grid-template-columns: auto auto;
	}
	.filter-area .room-filter-item {
		flex-shrink: 0;
	}
	.filter-area-wrapper {
		position: relative;
		height: 57px;
	}

	#modalInstallmentsTable table tbody td {
		border: none;
	}

	.list-inline {
		grid-template-columns: 1fr;
	}

	.hotel-detail-content-box {
		border: 1px solid #EAEAEA;
		padding: 16px;
		border-radius: 6px;
		margin-bottom: 0;
	}
	.hotel-detail-content-box h3 {
		font-size: 14px;
	}
	.hotel-detail-content-box-wrapper {
		margin-top: 16px;
	}

	#hotelDetail_hotelInformation .hotel-detail-content-box,
	#hotelDetail_mapbox .hotel-detail-content-box{
		border: none;
		padding: 0;
		border-radius: 0;
	}
	.facility-list .list-inline div.center-w-flex {
		display: block;
	}
	.facility-list i {
		display: inline-flex;
		vertical-align: middle;
	}
	.landmark-list h3 {
		display: none;
	}
	.landmark-list-wrapper {
		display: flex;
		flex-direction: column;
		gap: 24px;
	}

	#hotelDetail_comments{
		padding-top:80px !important;
	}
	.hotelCommentsTitle {
		color: #292929;
		font-size: 18px;
		font-weight: 600;
	}
	.hotel-score-detail {
		font-size: 14px;
	}
	.hotelCommentsArea .hotelReviewsAndPoints {
		float: none;
		flex-direction: row;
		margin-bottom: 16px;
	}
	ul#comments {
		padding-bottom: 0;
	}
	#commentsArea .commentsAreaDescription {
		padding: 8px 0 24px 0;
	}
	.hotel-detail-map {
		min-height: 250px;
		margin-top: 16px;
		margin-right: -15px;
		margin-left: -15px;
		width: auto;
	}
	#modalHotelRoomDetails{
		background-color: #FFFFFF;
	}

	.hotel-coupon-area {
		padding: 16px;
		margin-top: 12px;
		background-position-x: center;
	}

	.hotel-coupon-area .coupon-info-button {
		padding: 8px 12px;
		font-size: 12px;
		white-space: nowrap;

	}

	.hotel-coupon-area .text {
		font-size: 18px;
	}
	#couponCampaignsModal .coupon-body {
		padding: 0 0 40px;
	}

	#couponCampaignsModal .title {
		max-width: 220px;
		font-size: 20px;
	}
	#couponCampaignsModal .catchUserBasicArea {
		padding: 14px 21px;
		display: block;
        min-width: -webkit-fill-available;
        text-align: center;
	}
	#couponCampaignsModal .couponCode {
		font-size: 14px;
	}
	#couponCampaignsModal .catchUserCouponBorderArea{
		font-size: 12px;
		font-weight: 400;
		justify-content: center;
    	margin-bottom: 10px;
	}
	#couponCampaignsModal .sub-description {
		font-size: 10px;
	}

	#couponCampaignsModal .code-body {
		margin: 16px 0 12px;
	}
	#couponCampaignsModal #couponDetail {
		margin: 20px 0 -20px;
		padding-left: 0px;

	}
	#couponCampaignsModal .modal-content {
		top: auto!important;
	}
	.for-mobile-app-wrapper {
		width: 64px;
		height: 64px;
		left: -60px;
	}
	.for-mobile-app{
		width: 60px;
		height: 60px;
		font-size: 9px;
	}
	#couponCampaignsModal .mobile-app-area {
		padding: 16px;
	}
	#couponCampaignsModal .mobile-app-area a {
		margin: auto;
		color: #383838;
		text-align: center;
		font-size: 12px;
		font-weight: 700;
		padding: 8px 30px;
	}
	#modalRefundablePackage .modal-dialog {
		margin-top: 0px;
	}
}
.hotelMinPrice{
	text-align:right;
	display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}
.hotelMinPrice p{
	font-size: 10px;
	font-weight: 500;
	margin-bottom:5px;
}
.hotelMinPrice h6{
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
}
.hotelMinPrice a:hover{
	background-color: #fec60a;
	text-decoration:none;
}
.hotelMinPrice a:before{
	display:none;
}
.sticky-wrap-anchor-holder.fixed-position .anchor-link-extra{
	padding:10px !important;
}
@media (max-width: 768px){
	.hotelMinPrice{
		position: fixed;
	    left: 0;
	    bottom: 0;
	    background-color: #fff;
	    border-radius: 36px 36px 0px 0px;
		border: 1px solid #EEE;
		width: 100%;
	}
	.anchor-link-extra{
		padding:10px !important;
	}
	.anchor-link-extra:after{
		display:none;
	}
} 