body {
	overflow-x: hidden !important;
	position: relative;
}

body.mfp-zoom-out-cur {
	position: fixed;
	width: 100%;
}
#hotel-search-result{
	font-size: 14px;
	color: #292929;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
    margin-top: 16px;
}
.swiper-button-prev.swiper-button-disabled {
	opacity: 0 !important;
}
.swiper-button-next.swiper-button-disabled {
	opacity: 0 !important;
}

.room-details-image {
	width: 100%;
	height: 250px;
}

.ui-slider-handle {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d !important;
  border: 0.1px solid #000000 !important;
  height: 15px !important;
  width: 15px !important;
  border-radius:3px;
  background: #ffffff !important;
  cursor: pointer;
  -webkit-appearance: none;
}

.ui-slider-handle:hover {
  background: #fec60a !important;
}

.hotel-geo-location {
    text-decoration: underline;
    color: #696969;
    font-size: 12px;
}
.hotel-geo-location:hover {
    color: #0056b3;
}

.hotel-search-form {
    border: solid 1px #ede8e9;
    padding: 5px;
    margin: auto;
}

.room-cancel-popover {
	cursor: pointer;	
}
.popover-header {
	background: #fec60a; 
/* 	background: #FFF;  */
}

#map {
        height: 100%;
}

.hotel-room-details-left {
	border-left: 1px solid #eaeaea;
	padding-top: 5px;
	font-size: 12px;
}

.hotel-room-details {
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}

.hotel-rooms-area  {
	padding: 5px 0 !important;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    margin-bottom: 5px !important;
}

.hotel-rooms-area:hover {
    background: #fbfbfb;
}

.hotel-filter-area {
    border: 1px solid #F4F4F4 ;
    background: #fff;
    border-radius: 3px;
}

.hotel-filter-result-number {
	display: block;
	font-size: 14px;
	margin-left: 3px;
}


/* .hotel-sort-area { */
/*  border: 1px solid #EBEBEC;	 */
/* } */

.hotel-rooms-area .room-image-selector {
    height: 65px;
}


/** swiper images **/

.swiper-container {
      width: 100%;
      height: 100%;
 
}


.hotel-search-stay-day {
    margin-top: -5px;
    font-size: 12px;
    padding-bottom: 10px;
}

.swiper-slide div {
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hotel-search-form .row.no-gutters {
	padding-top: 0;
}

.swiper-pagination-fraction {
	    color: #fff;
    font-size: 14px;
}


.hotel-tab-arrow {
    font-size: 6px;
    color: #585858;
    padding-left: 5px;
    display: inline-block;
    vertical-align: top;
}

.hotel-arrow-room {
	color: #868686;
    display: inline-block !important;
    font-size: 12px;
    transform: rotate(270deg);
    margin: 0 0 0 5px;
}


.hotel-arrow-sort {
	font-size: 12px;
    color: #585858;
    padding-left: 5px;
    display: inline-block;
}

.active .hotel-arrow-sort {
	
   	transform: rotate(180deg);
	padding-left: 0;
	padding-right: 5px;
}


/* .active .hotel-arrow-room { */
	
/*    	transform: rotate(180deg); */
/* 	padding-left: 0; */
/* 	padding-right: 5px; */
/* } */

.detail-menu .active .hotel-tab-arrow {
	transform: rotate(180deg);
	padding-left: 0;
	padding-right: 5px;
}

.hotel-search-form .searchFormPickerArea {
    margin-top: 0;
}


@media (max-width: 767px) {
	
	.hotel-search-form{
	    padding-bottom: 5px;
	    padding-top: 5px;
	}
	.change-search-form{
		padding-bottom: 5px;
	    padding-top: 5px;
 		margin-right: 10px;
	    margin-left: 10px;
	}
	.hotel-sort-popover-mobile {
		left: -55px !important;
	}

	.hotel-sort-popover-mobile > .arrow {
		left :unset !important;
		right: 35px ;
	}
}

.passenger-list {
	top: 65px;
}

span.hotel-name, h2.hotel-name {
    padding-right: 5px;
    font-size: 18px;
    color: #007bff;
}
span.hotel-name h2{
    font-size: 18px;
}

.hotel-search-row-price-area .row {
    min-height: 128px;
    padding-top: 10px;
}

.hotel-search-row-price-area .row .btn {
    height: fit-content;
    width: 85%;
    margin: 0 auto;
	max-width: 135px;
    font-size: 16px;
}

a.room-cancel-popover {
    color: #000;
    /* font-weight: bold; */
    /* font-size: 12px; */
}

.available-rooms .btn.btn-primary {
    width: 80%;
    margin: 0 auto;
    padding: 2px;
    display: block;
    margin-top: 17px;
}

.custom-control-label::after {
    top: 5px;
}

.filter-body {
    width: 100%;
}

#nightPrice .filter-content {
    width: 88%;
    margin: 0 0 20px 10px;
}

span.btn-sort.active {
    background: #fec60a4d;
}

.swiper-button-next {
    background-image: url(/resources/img/hotel/swiper-arrow-r.png) !important;
    height: 30px !important;
    width: 30px !important;
    top: calc(50% + 15px) !important;
}

.swiper-button-prev {
    background-image: url(/resources/img/hotel/swiper-arrow-l.png) !important;
    height: 30px !important;
    width: 30px !important;
    top: calc(50% + 15px) !important;
}

.hotel-board-type {
    color: #1197da;
}

.payment-checkout-room-link {
    border: 1px solid #ededed;
    padding: 2px 10px;
    width: 130px;
    color: #5d5d5d;
    margin: 0 auto;
    background: #f8f8f8;
}

@media (max-width: 1199px) {
	.payment-checkout-room-link, .exclusive-price-roomOption {
	    width: 95px;
	}
}

.payment-checkout-room-link:hover {
	border-color: #fec60a;
    transition: 0.5s;
    background: #fec60a;
    color: #383838;
}

.hotel-rooms-area:hover {
	background: #fffdf8;
    border: 1px solid #fff0bc;
}

.swiper-lazy-preloader:after {
    background-image: url(https://images.ucuzabilet.com/resources/img/other/3d-loading.gif) !important;
}

.swiper-lazy-preloader {
	animation: none !important;
    position: inherit !important;
    top: -150px !important;
    margin-right: 15px;
    margin-left: 15px;
    
}

.descriptions h4 {
    font-size: 14px;
    font-weight: bold;
    color: #383838;
}

.descriptions .hotel-ellipsis {
    line-height: 18px;
    font-size: 13px;
    padding-right: 10px;
}


.thumbnail-hotel:hover {
    box-shadow: inset 0px 0px 11px #ffffff;
    cursor: pointer;
}

.suggested-hotel-text {
    position: absolute;
    background: #fec60a;
    color: #383838;
    width: 90px;
    top: 11px;
    padding: 3px;
    left: -8px;
    box-shadow: 3px 3px 4px #0000005c;
    text-align: center;
    font-weight: bold;
    z-index:2;
}

.suggested-triangle {
    width: 9px;
    height: 9px;
    position: absolute;
    background: linear-gradient(45deg, rgba(255,255,255,1) 50%,rgb(204, 160, 15) 50%);
    margin-top: 3px;
}

/* ROOM PHOTO */

#modalHotelRoomDetailsSearch .modal-dialog {
    max-width: 800px;
}

#modalHotelRoomDetailsSearch .modal-content {
    background: transparent;
    border: none;
	width: fit-content;
    margin: 0 auto;
    max-width: 100%;
}

#modalHotelRoomDetailsSearch .room-details-image {
	height: auto;
    width: auto;
    max-height: 600px;
    max-width: 800px;
    min-height: 300px;
    min-width: 400px;
}

#modalHotelRoomDetailsSearch .modal-header {
	background: #00000030;
    margin: 1px 10px 0px 17px;
    border-radius: 10px 10px 0 0;
    margin-bottom: -41px;
    z-index: 9;
    padding: 13px 10px 5px;
}

#modalHotelRoomDetailsSearch .modal-header h3 {color: #fff;}

#modalHotelRoomDetailsSearch .modal-header .close {
    color: #fff;
    opacity: 1;
    text-shadow: none;
	line-height: 10px;
}

#modalHotelRoomDetailsSearch .carousel-control-next, #modalHotelRoomDetailsSearch .carousel-control-prev {
    width: 5%;
    opacity: 0.9;
}

#hotelIndicators {
    width: 100%;
}

#hotelIndicators .carousel-inner {
    border-radius: 10px;
    box-shadow: 0 0 14px #000;
}

#hotelIndicators .carousel-inner {
    border-radius: 10px;
    box-shadow: 0 0 14px #000;
}

.rooms-viewer-img {
    max-width: -webkit-fill-available;
    max-height: -webkit-fill-available;
    height: auto;
    width: auto;
    padding: 20px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
}

#room-images-viewer .row.h-100 {
    margin-top: -45px;
}

.carousel-control-prev, .carousel-control-next {
    font-size: 32px;
}

@media (max-width: 767px) {
	.carousel-control-prev-icon, .carousel-control-next-icon {
		width: 30px;
	}
}

@media (max-width: 553px) {
	.carousel-control-prev-icon, .carousel-control-next-icon {
		width: 20px;
	}
}

.room-img-container {
	background-size: cover;
	background-repeat: no-repeat;
/* 	width: 350px; */
	width: 350px;
	height: 450px;
}

/* ROOM PHOTO */

.mfp-wrap {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
}

.mfp-wrap {
	-webkit-overflow-scrolling: touch;
/*    -webkit-transform: translateZ(0); */
}

.hotel-comment-score {
	border-radius: 3px;
	background-color: #66af69;
	padding: 4px;
	font-size: 14px;
	color: #fff;
}


.min-stay-warn {
	color: #ED4046;
    line-height: 16px;
    margin-top: 15%;
    font-size: 12px;
}

@media (max-width: 575px) {
	.min-stay-warn {
		margin-top: 0
	}
}

.btn-hotel-changeDates {
    border: 1px solid #383838;
    color: #383838;
    transition: 0.3s;
}

.btn-hotel-changeDates:hover {
    border-color: #383838;
    background: #383838;
    color: #fec60a;
}

/* Hotel Reviews */
.hotel-reviewCategory-list {
	list-style: none;
/* 	border: 1px solid #CAD5E8; */
/* 	border-radius: 5px; */
}

.hotel-review-general-scores {
	border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 8px #00000038;
}

.general-score-point {
	color: #438421;
	font-weight: bold;
	font-size: 20px;
}

.general-score-point-subReview {
	color: #438421;
    font-weight: bold;
    font-size: 14px;
    border: 3px solid #438421;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    border-radius: 20px;
    padding: 7px 0;
    margin: 10px auto 0;
}

.user-review-date {
	color: #C3C3C3;
	font-size : 13px;
	float: right;
}

.review-category-area ul li {
    display: inline-block;
/*     border-radius: 3px; */
    list-style: none;
    line-height: 25px;
    padding: 0 15px;
    margin-left: 0;
    cursor: pointer;
/*     color: #CAD5E8; */
}

.review-category-area ul li.active {
    color: #FFF;
    background-color: #285BA7; 
}

.user-review-comment-box {
	box-shadow: 0 0 13px #d0d0d0;
	border-radius : 5px; 
}

.hotel-generalScore-area {
	background-color: #438421;
    border-radius: 5px;
    color: #fff;
    font-size: 30px !important;
    text-shadow: 2px 2px 3px #295412ba;
}

.general-score-text {
	font-size: 12px !important;
    height: 36px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 5px;
    padding-bottom: 40px;
}

@media (min-width: 768px) {
	.hotel-review-score-box {
	    -ms-flex: 0 0 14.28%;
    	flex: 0 0 14.28%;
		max-width: 14.28%;
	}
	.reset-all-responsive-display{
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.general-score-text {
		font-size: 10px !important;	
	}
}

@media (max-width: 575px) {
	.general-score-text {
		font-size: 9px !important;	
	}
}

/**  Responsive Tabs **/

.review-methods .nav-link a:hover {
	text-decoration: none;
    color: #fec60a;
}

img.otherReviews {
    margin-top: 5px;
    float: right;
    display: none;
}



@media (max-width: 439px) {
	.review-methods > ul > li:first-child {
		width: 100% !important;
	}
	.review-methods > ul > li {
	    width: 100% !important;
	}
}

.hotelScore-image-part {
	position: absolute;
	color: #292929;
	border-radius: 2px;
	border: solid 2px #febc2d;
	background-color: #ffffff;
    padding: 8px;
	top: 12px;
    right: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

@media (max-width: 374px) {
	
	.suggested-hotel-text {
	    font-size: 11px;
	    width: 75px;
	    padding: 2px;
	}
	.suggested-triangle {
	    margin-top: 2px;
	}
}

.user-review-comment-text {
    width: calc(100% - 80px);
}

.user-subreview-detail {
    color: #9e9e9e;
    font-size: 14px;
}

.user-subreview-detail:hover {
	color: #383838;
	text-decoration: none;
}

.subreview-score-type {
    text-align: center;
    display: block;
    padding-top: 3px;
}
.priceInput{
	display: flex;
    flex-direction: row;
    margin-left: -10px;
    margin-top: 10px;
}
.priceInput input {
    width: 100%;
    border: 1px solid #dbe0e6;
    background-color: #f6f9fd;
    border-radius: 4px;
    padding-left: 5px;
    margin-right: 5px;
    height: 32px;
    margin-left: 10px;
}

#filter-group-excludeNonPrice{
	margin-top: 11px;
	margin-bottom: 11px;
}
#load-more-btn-area {
    display: block;
    margin: 15px 0;
}
.skeleton-loader {
    background: #fff;
    padding: 12px 0;
    margin: 20px 0;
    border-radius: 6px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
}
.skeleton-loader-filter {
    background: #fff;
    padding: 5px 10px;
    margin: 5px 0;
}
.skeleton-loader .hotel-card-facilities{
    padding-left:0;
}
.preloader {
	display: block;
    margin-top: 5px;
    clear: both;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f4f6f9;
    background: linear-gradient(to right,#eee 8%,#ddd 18%,#eee 33%);
    background-size: 800px 104px;
    position: relative;
}
@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}
.hotel-img .preloader {
    height: 169px;
}
.hotel-name-style .preloader {
    width: 80%;
}
.preloader {
    height: 24px;
}
.hotel-location.preloader {
    max-width: 50%;
}
.preload-board-type {
    width: 20%;
}
.preloader.w-80 {
    width:80%;
}
.preloader.w-60 {
    width: 60%;
}
.preloader.w-40 {
    width: 40%;
}
.preloader.w-10 {
    width: 10%;
}
.preloader.w-20 {
    width: 20%;
}
.review-hotel .preloader{
    float: right;
}
.review-hotel .preloader {
    min-width: 30%;
}
.hide-loader{
	display:none;
}
.hotel-column-payment-detail{
    border-left: 1px #F4F4F4 solid;
    height: calc(100% + 32px);
    margin-top: -16px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.hotel-column-payment-detail .payment-column{
    gap: 4px;
    justify-content: flex-end;
}
.payment-checkout-link{
	padding: 9px;
    border-radius: 6px;
    background-color: #fdc60d;
    text-align: center;
    color: #292929; 
    width: 100%;
    max-width: 120px;
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 4px;
}
.payment-checkout-link:hover{
	text-decoration: none;
	color: #292929; 
}

.payment-checkout-link em{
	padding-right: 10px;
	font-style: normal;
}

.hotel-score-badge{
	background: #FE9C42;
	border-radius: 30px;
	width: 38px;
    height: 24px;
    padding: 8px 2px;
}

.hotel-score-text{
	font-size: 14px;
    color: #FFF;
    font-weight: 700;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.hotel-review-text{
    color: #696969;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    margin-left: 4px;
}

.total-stay{
    color: #696969;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.total-room-price{
	font-size: 22px;
    color: #292929;
    text-align: right;
    font-weight: 700;
    line-height: normal;
}
.old-price{
	text-decoration: line-through;
    color: #292929;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin:4px 0 2px 0;
}

.discount-percent{
    color: #19B83C;
    font-size: 12px;
    font-weight: 500;
    padding: 4px;
    border-radius: 3px;
    background: #EDF9EF;
    display: flex;
    align-items: center;
    gap: 4px;
    width: fit-content;
}
.facilities-detail{
    padding: 0;
    width: 100%;
}
.facilities-detail ul, .campaigns-detail ul{
	font-size: 12px;
	padding: 0;
	margin: 0;
	display: flex;
    justify-content: flex-start;
    gap: 8px;
    font-weight: 500;
}
.facilities-detail ul li{
	display:inline;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 4px 8px;
    color: #007BFF;
    border-radius: 3px;
    background: #EBF6FF;
    font-size: 12px;
    font-weight: 500;
}
.campaigns-detail{
    width: 100%;
    display: flex;
}
.campaigns-detail .more-tags{
    width: fit-content;
}
.campaigns-detail ul li, .campaigns-detail .more-tags{
    display:inline;
    padding: 4px 8px;
    color: #292929;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #FEEFBA;
    background: #FEF9E6;
}

.more-tags{
    margin-left: 8px;
    min-width: initial;
    padding: 4px 8px;
    color: #007BFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 3px;
    background: #EBF6FF;
    cursor: pointer;
}

.addon-area .more-tags, .addon-area-one-badge .more-tags{
    width: fit-content;
    background: #F4F4F4;
    color: #292929;
    display: inline;
    padding: 2px 8px;
    margin:0px;
    margin-left: 8px;
    max-width: 30px;
}
.addon-area .more-tags .badge, .addon-area-one-badge .more-tags .badge {
    padding: 0;
    font-size: 12px;
    /* font-style: normal; */
    font-weight: 400;
}
.hotel-themes-wrapper{
    display: flex;
}
.availableBoards-tags.more-tags{
    color: #292929;
    background: #F4F4F4;
    display: inline-flex;
}
.hotel-bed-type{
    color: #292929;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.hotel-location{
    color: #292929;
    font-weight: 500;
    margin-right: 8px;
}

.btn-load-more{
	border-radius: 4px;
	background-color: #fdc60d;
	color: #292929;
    width: 100%;
}
.btn-load-more:hover{
	background-color: #fdc60d;
	color: #292929;
}
.discount-info-row{
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 0;
}

.hotel-detail-area{
    display: flex;
    align-items: center;
    height: 100%;
}

.badge.badge-list-light{
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    color: #292929;
    border-radius: 3px;
    background: #f4f4f4;
}

.basic-details{
    padding: 0px;
    margin-top: 0px;
}
.childFreeConditionWrapper{
    width: 100%;
}
.custom-hotel-cancel-popover{
    max-width: 536px;
    border-radius: 6px;
    background: #292929;
    color: #FFFFFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.custom-hotel-cancel-popover .popover-body{
    padding: 12px;
    color: #FFFFFF;
}
.custom-hotel-cancel-popover h5 {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.hotel-cancel-popover-content{
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    padding-left: 12px;
    margin: 0;
}
.custom-hotel-cancel-popover .arrow::after{
    border-bottom-color: #292929;
}
.payment-wrapper{
    width: 100%;
}
@media (max-width: 991px) {
	.carousel-control-prev, .carousel-control-next {
	    width: 15%;
	}
	.hotelDetailArea{
		padding-top: 5px;
	}
	.more-campaign-list{
		padding: 0 !important;
    	text-align: left;
    }
	.payment-checkout-link{
        font-size: 16px;
        margin: 0 0 0 auto;
        display: inline-block;
        padding: 8px;
        width: 35px;
        height: 35px;
	}
    .payment-checkout-link em{
        padding-right: 2px;
    }
	.desk-alti-wrapper {
	    text-align: left !important;
	}
	.discount-info-row{
		justify-content: start;
        width: 100%;
        padding-left: 16px;
        padding-right: 0;
	}
    .hotel-search-result-checkout{
        width: fit-content;
    }
	.discount-percent{
		font-size: 15px;
	}
	.hotel-filter-result-number {
		font-size: 12px;
	}
	.hotel-column-payment-detail {
    	margin: 12px 0 0 0;
        padding: 0;
        display: block;
        border-top: 1px solid #F4F4F4;
        overflow: hidden;
        border-left: none;
	}
	.hotel-column-payment-detail .payment-column{
	    background-color: #ffffff;
	    min-height: 30px;
        padding: 12px 0 0;
	}
	.hotel-column-payment-detail .payment-column>div{
		line-height: 30px;
		text-align: right;
	}
	.basic-details{
	}
	.payment-checkout-room-link {
		width: 100%;
	    font-size: 12px;
	    padding: 2px 0px;
	}
	.hotel-count-style {
		padding: 10px 0 0 15px !important;
	}
	.hotel-search-list-breadcrumb{
		margin-top: -10px !important;
		padding-left: 15px !important;
	}
	.hotel-score-review{
		display: inline !important;
	}
	.discount-percent{
		border: none !important;
	}
	
	.skeleton-loader .hotel-card-facilities{
		padding:0 15px;
	}
	.skeleton-loader .align-right.review-hotel {
	    display:flex;
	}
	.preloader.w-80,
	.preloader.w-60,
	.preloader.w-40 {
	    display:none
	}
	.skeleton-loader .align-right.review-hotel .preloader:last-of-type{
	    position:absolute;
	    right: 16px;
	}
	.special-occasion-todayDiscount, 
	.special-occasion-earlyBookingDiscount, 
	.special-occasion-specialDiscount, 
	.special-occasion-longStayDiscount, 
	.special-occasion-honeyMoonDiscount, 
	.special-occasion-payStayDiscount{
		text-align:left !important;
	}
	.old-price{
		align-self: center !important;
	}
    .total-room-price {
        font-size: 22px;
        color: #292929;
        text-align: right;
        font-weight: 700;
        line-height: normal;
    }
	.showDateBtn{
		text-align: center !important;
	}
	.show-price-card{
		display: flex;
	}
	.change-date-card{
		display: flex !important;
	}
	.hotel-restriction-responsive{
		display: flex !important;
	}
    .basic-details{
        margin-top: 8px;
    }
}

@media (max-width: 767px) {
	.hotel-filter-result-number {
		font-size: 14px;
		display: inline-block;
		float: right;
		margin-top: 7px;
		margin-left: 0;
	}
	.hotel-rooms-extras {
	    border-top: 1px solid #f5f5f5;
	    padding-top: 10px;
	}
	.facilities-detail{
	}
	.hotel-column-payment-detail .payment-column{
		padding-bottom: 0px !important;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
	}
	.clear-all-filters-responsive{
		font-size: 14px !important;
		border-radius: 3px !important;
		border: 1px solid #fec60a !important;
		background-color: white !important;
		color: #383838 !important;
		margin-top: 0px !important;
		width: 100% !important;
	}
	.clear-all-filter-web{
		display: none !important;
	}
}

.clear-all-filter-web{
	color: #007bff;	
}

@media (max-width: 575px) {
	.hotel-list-price-column {
		-webkit-order: 2;
		order: 2;
		margin-top: 15px;
		text-align: right;
		padding-right: 25px;
	}
	.hotel-column-detail-area {
		border-left: 1px solid #eaeaea;
/* 		padding-left: 25px; */
	}
/* 	.hotel-geo-location { */
/* 		display: block; */
		
/* 	} */
	.hotel-list-icons-area {
		display: none;
	}
	.exclusive-price {
	    margin: 5px 0 2px auto;
	    max-width: 120px;
	    text-align: center;
	    font-size:13px !important;
	}
}

.search-bar{
	background-color: #f3f3f3;
}

.hotel-search-stay-day{
	padding-top: 15px;
	width: 80px;
	height: 50px;
	margin: 2px 17px 0 16px;
	border-radius: 3px;
	background-color: #fff6d6;
	line-height: 15px;
	text-align: center;
}
@media (max-width: 1199px) and (min-width: 992px) {
	.search-bar{
		margin-top: 15px;
	}
}
@media (min-width: 992px) {
/* 	.search-bar{ */
/* 		margin-top: 15px; */
/* 	} */
	.hotel-list-container{
			max-width: 1140px!important;
			margin: 0 auto;
	}
	.elements-center-vertical button{
		padding: 10px 5%;
	}
}

@media (max-width: 1199px) {
	.hotel-search-stay-day {
	   line-height: normal;
	}
	
	.datepicker-box table tbody tr td:last-child {
	    font-size: 12px;
	}
}

.payment-checkout-link .ubicon{
	color: #292929;
}
a.result-row{
	position: relative;
    color: #292929;
    text-decoration: unset;
    -webkit-user-drag: none;
    padding: 16px 28px 16px 16px;
    margin-bottom: 16px;
}
.hotel-column-detail-area, .hotel-column-payment-detail, .hotel-search-result-checkout{
	position: static;
}
.unstretched-link, .focus-chgDate{
	z-index: 2;
	position: relative;
}
.tooltip span{
	display: block;
}

.breadcrumb-hotel {
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 500;
}
.breadcrumb-hotel ol{
    padding: 15px 0 0 0;
    margin: 0px;
}

.breadcrumb-hotel ol li {
    display: inline-block
}

.breadcrumb-hotel ol li:last-child a {
    color: #1f2126
}

.breadcrumb-hotel ol li a {
    display: inline-block;
    font-size: 12px;
    color: #61656e
}

.hotel-count-style {
	padding: 15px 0 0 0px;
}
.hotel-count-style h1,
.hotel-count-style span{
	font-size: 24px;
	color: #1f2126;
    display: inline;
}
.hotel-count-style h1{
    margin-right: 4px;
}
.hotel-info-box {
    padding-left: 32px;
    position:initial;
    padding-right: 0px;
}
.membership-discount {
	position: absolute;
	top:0;
	right:0;
	background: #F4EEFD;
	padding: 2px 8px;
	border-radius: 0px 3px;
	height:24px;
	
}


.membership-discount-mobile{
	display: none;
	background: #F4EEFD;
	padding: 2px 8px;
	border-radius: 0px 3px;
	height:24px;
	line-height: 16px;
	text-align:left;
}

.membershipDiscount {
	font-size: 12px;
	font-weight: 500;
	text-align: left;
	color: #6C27E6;
}


@media ( max-width : 767px) {
	.desk-alti-wrapper{
		text-align: center;
	}
	.hotel-user-reviews {
	    min-height: 100px;
	}
	.hotel-generalScore-area {
		max-height: 80px;
	}
	.hotel-review-general-scores {
	    border: none;
	    border-radius: unset;
	    box-shadow: none;
	    padding-top: 0 !important;
	}
	.hotel-review-general-scores .col-6 {
	    border-radius: 5px;
	    box-shadow: 0px 0px 8px #00000038;
	    margin: 0 3% 10px;
	    max-width: 44%;
	}
	.general-score-text {
		padding-top: 10px;
	}
	.review-category-area.review-methods {
	    height: 40px;
	}
	.review-methods > ul > li {
		border: none;
		border-bottom: 3px solid #cecece;
		padding: 10px 15px;
    	height: 38px;
    	text-align: left;
	}
	.review-methods > ul > li.active img.otherReviews {
		display: block;
	}
	.review-methods > ul > li { display: none; }
	.review-methods > ul > li.active {
		border-bottom: 3px solid #fec60a;
		display: block !important;
	}
	.review-methods > ul > li:nth-child(2), .review-methods > ul > li:nth-child(3), .review-methods > ul > li:nth-child(4) ,  .review-methods > ul > li:nth-child(5) {
		display: none;
   		z-index: 9;
		position: absolute;
		background: #FFF;
		cursor: pointer;	
	}
	.review-methods.opened > ul > li:nth-child(1) {
		display: block;
	    top: 38px;
	    width: 59.5%;
	    border-radius: 0 !important;
	    border: 1px solid #cecece;
	    padding: 8px 15px 10px;
	    border-bottom: 0;
	}
	.review-methods.opened > ul > li:nth-child(2) {
		display: block;
	    top: 38px;
	    width: 59.5%;
	    border-radius: 0 !important;
	    border: 1px solid #cecece;
	    padding: 8px 15px 10px;
	    border-bottom: 0;
	}
	.review-methods.opened > ul > li:nth-child(3) {
		display: block;
	    top: 76px;
	    width: 59.5%;
	    border-radius: 0 !important;
	    border: 1px solid #cecece;
	    padding: 8px 15px 10px;
	    border-bottom: 0;
	}
	.review-methods > ul > li a {
	    font-size: 90%;
	    white-space: initial;
	}
	.review-methods.opened > ul > li:nth-child(4) {
		display: block;
	    top: 114px;
	    width: 59.5%;
	    border-radius: 0 !important;
	    border: 1px solid #cecece;
	    padding: 8px 15px 10px;
	    border-bottom: 1px solid #ccc;
	}
	.review-methods.opened > ul > li:nth-child(5) {
		display: block;
	    top: 151px;
	    width: 59.5%;
	    border-radius: 0 !important;
	    border: 1px solid #cecece;
	    padding: 8px 15px 10px;
	    border-bottom: 1px solid #ccc;
	}
	.review-methods > ul > li:first-child {
		width: 63%;
	}
	.review-methods > ul > li:last-child {
		width: 35%;
	    border-radius: 0 !important;
	    border: 1px solid #cecece;
	    padding: 8px 15px 10px;
	    border-top: 0;
	}
	.opened img.otherReviews {
		transform: rotate(180deg);
	}
	.hotel-count-style h1,
	.hotel-count-style span{
		font-size:18px !important;
	}
}
.destination-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
	border-radius: 6px;
	object-fit: cover;
    vertical-align: middle;
}
.destination-image-area-top{
	height:175px;
}
.destination-image-area {
    height: 175px;
}
.cancel-icon{
	color: red !important;
	font-size: 10px;
}
.hotel-cancelation{
    margin-right:24px;
}
.hotel-cancelation, .hotel-payAtHotel{
	font-size: 12px;
}
.hotel-cancelation i.ubicon, .hotel-payAtHotel i.ubicon{
    color:#2FB916;
    z-index: 2;
}
.hotel-facility-less-more{
	display: block;
	margin-top: 5px;
}
.focus-chgDate{
	cursor: pointer;
	text-align: center;
	border-radius: 6px;
	border: solid 1px #fec60a;
	font-size: 14px;
	font-weight: 700;
	padding: 8px;
    background: #FFFFFF;
    line-height: normal;
    font-style: normal;
}
.hotel-room-offer-item .focus-chgDate{
    max-width: initial;
    width: 100%;
    margin: 16px 0;
}
.hotel-detail-noprice-link{
	color: #007bff;
}
.hotel-detail-noprice-link:hover{
	text-decoration: none;
	color: #007bff;
}

.landing-area-box{
	border-radius: 3px;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 14%);
    padding-top: 10px;
}

.hotel-sort-area-desktop{
	padding: 5px;
}
.hotel-sort-area-label{
	font-weight: bold;
    line-height: 33px;
    border-right: solid 1px #eaecef;
}
.btn-helper-sort-desktop{
	border:none
}
.hotelDetailArea{
    gap:12px;
}
.hotel-info-badge{
    display: flex;
    align-items: center;
}
.hotel-info-badge .check, .hotel-cancel-popover{
    padding: 1px;
    margin-right: 4px;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
}

.addon-area, .addon-area-one-badge{
    display: inline-flex;
    width: 100%;
}
.hotel-cancel-popover{
    z-index: 2;
    margin: 0 0 0 4px;
}
.chg-date-text{
    margin-bottom: 6px;
    color: #292929;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.is-desktop{
    display: block;
}
.is-mobile{
    display: none;
}
.discount-info-row-desktop {
	display: flex;
	justify-content: flex-end;
}
.coupon-available {
    position: absolute;
    bottom: 8px;
    left: 8px;
}
.compare-hotels-area {
    margin-bottom: 16px;
    padding: 10px 8px;
}
.compare-hotels-area .custom-switch {
    display: inline;
}
.new-badge {
    padding: 4px 8px;
    margin-left: 8px;
}
.compare-hotels-area .ub-switch .custom-control-label {
    font-size: 16px;
    padding-top: 3px;
    padding-left: 10px;
}

.compare-hotel-input {
    z-index: 2;
    position: relative;
    padding: 0;
}

.compare-hotel-input-wrapper {
    padding: 0;
}
.hotel-search-form .passenger-search-list {
    text-align: center;
}

@media (max-width: 991px) {
	
	.hotel-search-form .form-control.searchBarInput {
	   	border: solid 1px #ced4da;
	    min-height: 55px;
	}
	.hotel-search-form .passenger-search-list, .hotel-search-form .datepicker-box-blank  {
		border: solid 1px #ced4da;
	}
	
	.datepicker-box-blank{
		min-height: 54px;
	}
	.hotel-search-stay-day{
/* 		padding-left: 80px !important; */
		padding-top: 5px !important;
		background-color:unset;
		margin:unset;
		width: unset;
    	height: unset;
	}
    .hotel-detail-area{
        height: auto;
    }
    .hotel-info-box{
        padding-left: inherit;
    }
    .payment-wrapper{
        width: 100%;
        padding-right: 16px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    a.result-row{
        padding: 16px 16px 12px 16px;
        border-radius: 4px;
        background: #FFF;
        box-shadow: 0px 3px 20px 0px rgba(56, 56, 56, 0.12);
    }
    .price-wrapper div{
        padding: 0;
    }
    .chg-date-text{
        line-height: 20px !important;
        text-align: left;
        margin-bottom: 0;
    }
    .facilities-detail ul{
        width: auto;
    }
    .mobile-review{
        display: flex;
        align-items: center;
    }
    .is-desktop{
        display: none;
    }
    .is-mobile{
        display: block;
    }
    .membership-discount-mobile{
        display: flex;
        align-items: center;
    }
    .campaigns-detail-desktop {
        display: none;
    }
    .campaigns-detail ul{
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .campaigns-detail ul::-webkit-scrollbar {
        display: none;
    }
    .campaigns-detail ul li{
        min-width: 185px;
    }
	.discount-info-row-desktop {
		display: none;
	}
}

.hotel-footer-landing-url{
	padding: 7px 0;
    font-size: 16px;
    display: block;
}
.hotel-search-landing-image{
	float: right;
    width: 50%;
    border-radius: 8px;	
}

.hotel-detail-map-leaflet{height:300px !important;}

.modalCalender .ui-datepicker td {
    position: relative;
}

.modalCalender .checkin-date a, .modalCalender .checkout-date a {
    background-color: #FEC60A !important;
    border: none;
    font-weight: 700;
}

.modalCalender .ui-datepicker-range a {
    background-color: #FEE69D !important;
}
.modalCalender .ui-widget.ui-widget-content{
	border: none;
    width: 100% !important;
    display: flex !important;
    gap: 10px;
}
.modalCalender .ui-state-default{
	padding:10px;
	border: none;
}
.modalCalender .ui-datepicker-calendar{
	margin: 0 4px;
}
.modalCalender .ui-datepicker-multi .ui-datepicker-group table{
    width: 100%;
    border: 1px solid #EEE;
    border-radius: 0px 0px 4px 4px;
}
#modalAvailability .modal-header{
	border:none;
	padding-bottom: 3px;
}
#modalAvailability .modal-header button span{
	font-weight: 300;
    font-size: 30px;
}
#modalAvailability .modal-title{
	width:100%;
	padding-top: 5px
}
.modalCalender .ui-datepicker-group-last{
	border-left:none !important;
}
.modalCalender .ui-datepicker .ui-datepicker-header{
	border-radius: 4px 4px 0px 0px !important;
}
.availability-disabled{
	opacity:1 !important;
}
.availability-disabled:after{
	position:absolute;
	top:5px;
	right:5px;
	content:'';
	width: 5px;
	height: 5px;
	background-color:#FF0000;
	border-radius:10px;
}
.availability-disabled span{
	color:#FF0000 !important;
}
.availabilityBottom{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:10px;
	padding: 10px 0 20px;
}
.availabilityText{
	text-align:center;
	padding:24px 0 10px 0;
	border-top: 1px solid #EEEEEE;
}
.availabilityText span{
	font-size: 16px;
	position:relative;
}
.availabilityText span:after{
	position:absolute;
	content:'';
	left:-15px;
	top:50%;
	transform:translateY(-50%);
	width: 8px;
	height: 8px;
	border-radius: 10px;
	background: #F00;
}
.availabilityBottom .availabilityClear{
	border: 1px solid #FEC60A;
	background-color:transparent;
	padding: 8px 25px;
	font-weight: 700;
}
.availabilityBottom .availabilitySearch{
	padding: 8px 25px;
	font-weight: 700;
}
.availabilityBottom .availabilityClear:hover, .availabilityBottom .availabilityClear:focus, .availabilityBottom .availabilitySearch:hover, .availabilityBottom .availabilitySearch:focus{
	color: #292929;
}
.availabilityBottom .availabilitySearch:hover{
	background-color: #FEC60A;
	border:1px solid #FEC60A;
}
#modalAvailability .ui-datepicker-trigger{
	display:none;
}
#modalAvailability{
	background-color:transparent;
	padding-top:50px;
}
.minStayError{
	text-align:center;
	padding:0 0 15px 0;
}
.minStayError span{
	font-size: 12px;
	color: #FF0000;
}
.availabilityCalenderButton{
	border:none;
	padding:8px 20px;
}
.hotelListPopuler{
	background: #F4F4F4;
	padding:20px 0 10px 0;
	margin-top:15px;
}
.hotelListPopuler a{
	padding-bottom:10px;
	color: #797979;
}
.hotelListPopuler .hotelListPopulerItem{
	font-size: 12px;
	margin-bottom:10px;
	color: #292929;
}
.footer{
	margin-top:0 !important;
}
.filterSearchWrapper {
    position: relative;
    margin-bottom: 8px;
}

.filterSearchWrapper input{
    width: 100%;
    border-radius: 2px;
    border: 1px solid #DBE0E6;
    background: #F6F9FD;
    padding: 8px 32px 8px 8px;
    box-sizing: border-box;
    color: #495057;
    font-size: 13px;
}

.filterSearchWrapper img{
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 991px){
	#modalAvailability {
		z-index:99999;
		padding-top:0;
	}
	#modalAvailability .modal-content{
		top:0 !important;
		height: 100%;
	}
	#modalAvailability .modal-dialog{
		margin:0;
		height: 100%;
	}
	.modalCalender .ui-widget.ui-widget-content{
		display:block !important;
	}
	#modalAvailability .ui-datepicker-group{
	    width: 100%;
	}
	.availabilityText{
		border-radius: 36px 36px 0px 0px;
	}
	.mobileClose:after{
		font-family: "ub-webfont";
	    -webkit-transition: color .15slinear;
	    transition: color .15slinear;
	    content: "\ea09";
	    position: absolute;
	    font-size: 16px;
	    left: 17px;
	    color: #A5A4A2;
	    top:25px;
	}
	#modalAvailability .modal-title{
		padding-left: 35px
	}
	.availabilityCalenderButton{
		min-width: max-content;
	}
}