/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;800&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;800&display=swap'); 
body .mc-cycle {
    opacity: 1;
}

.mc-cycle, .mc-image {
    position: relative;
}

/*.mc-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000047 url(../images/texture.webp);
}

.mc-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(0deg, #ffffff00 0%, #000000bf 100%);
}*/

/*.hName{margin: 20px 0 0 0; }
.Dscs {margin: 0 0 30px 0;}

.siteTitle:hover{color: #fff;}
.siteTitle img{float: left;margin: 0 10px 0 0;}
.siteTitle strong{}
.siteTitle em{font-style: inherit;font-weight: 400;letter-spacing: 0px;}
.siteTitle span{font-weight: 300;text-transform: initial;font-size: 20px;letter-spacing: 0;display: block;}

#booking{width: 100%;float: left;min-height: unset;padding: 15px 0 0 0;backdrop-filter: blur(4px);background: rgb(255 255 255 / 20%);border: 1px solid #fff;}
.largeFields input, .largeFields .input-group-addon{border-radius: 2px !important;}
#roomavil{width: 100%;float: left;position: relative;}*/
.siteTitle{
    background: #ffffff99;
    border-radius: 15px;	
    width: 18%;
    text-align: center;
}
.siteTitle img {
    width: 90%;
    max-width: 100%;
    padding: 10px 0;
}

footer {
    width: 100%;
    float: left;
    background: #00000094;
    display: flex;
    align-items: center;
    color: #b5b5b5;
    font-size: 14px;
    backdrop-filter: blur(5px);
}

footer p {
    margin: 0;
}

footer p a {
    color: #b5b5b5;
    padding: 11px 12px 10px;
    display: inline-block;
    transition: all ease-in-out 0.3s;
}

footer p a:hover {
    color: white;
}

.topContainer {
    width: 100%;
    float: left;
    /* background: rgb(223 223 223 / 88%); */
    /* border-bottom: solid 2px #c5c5c5; */
    padding: 3px 50px 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 9;
    backdrop-filter: blur(4px);
}

.topContainer .btn-success {
    background-image: linear-gradient(270deg, #e47f1a 0%, #fcd226 100%);
    border: 0;
    outline: 0;
}

.topContainer .btn-info {
    background-image: linear-gradient(270deg, #0168d1 0%, #62b0ff 100%);
    outline: 0;
    border: 0;
}

.topContainer .btn:focus, .topContainer .btn:active:focus, .topContainer .btn.active:focus {
    outline: 0;
}

.topContainer a {
    display: inline-block;
}

.searchContainer {
    /*max-width: 1300px;*/
	width: 75%;
}

.searchContainer form {
    width: 100%;
    display: flex;
    float: right;
    background: #ff9000;
    padding: 4px;
    border-radius: 5px;
}

.searchContainer form .cstBtn {
    background-image: linear-gradient(270deg, #dd7208 0%, #ff9000 100%);
    border: 0;
    outline: 0;
    height: 50px;
    width: 100%;
    color: #fff;
    font-size: 15px;
    border-radius: 4px;
    font: 500 16px 'Lato';
    letter-spacing: 0.05em;
    /* background: transparent;*/
}

.searchContainer button {
/*    height: 60px;*/
    border-radius: 4px;
    text-shadow: 2px 2px 2px #00000042;
}

.searchContainer .input-group {
    height: 50px;
    position: relative;
    font: 500 14px 'Lato';
}

.searchContainer .input-group-addon {
    background: white;
    padding-right: 0;
    border: 0;
    border-radius: 4px 0 0 4px;
}

.searchContainer .form-control {
    display: flex;
    align-items: center;
    height: 100%;
    border: 0;
    border-radius: 0 4px 4px 0 !important;
    overflow: hidden;
    cursor: pointer;
}

.searchContainer .showHideDiv {
    position: absolute;
    z-index: 9;
    background: #fff;
    top: 57px;
    left: 0;
    right: 0;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 0;
    font: 500 16px 'Lato';
    box-shadow: 0px 6px 29px #000000a1;
}

.searchContainer .showHideDiv .counterContainer {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0px 6px 5px #cccccc70;
}

.searchContainer .showHideDiv .counterContainer:last-child {
    box-shadow: inherit;
    border-bottom: 0px solid #ccc;
}

.searchContainer .showHideDiv .heading {
    margin: 0 0 10px 0;
    padding: 0;
    font: 500 16px 'Lato';
    color: #cd7400;
}

.searchContainer .showHideDiv .heading i {
    float: right;
    color: #666;
    font-size: 18px;
    cursor: pointer;
}

.searchContainer .showHideDiv:before {
    content: '';
    position: absolute;
    left: 44%;
    border-style: solid;
    border-width: 10px;
    top: -17px;
    border-color: transparent transparent white transparent;
}

.searchContainer .showHideDiv .addMore {
    margin: 10px;
    padding: 6px 8px;
    background: #3f8d3a;
    float: right;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}

.searchContainer .showHideDiv .addMore:hover {
    background: orange;
}

.searchContainer .showHideDiv .closePax {
    margin: 10px;
    padding: 6px 8px;
    background: #b75f04;
    float: left;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}

.searchContainer .showHideDiv .closePax:hover {
    background: orange;
}

.searchContainer .showDiv {
    display: block !important;
}

.searchContainer .eachCounter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #585252;
    margin: 0 0 6px 7px;
    font-size: 14px;
}

.searchContainer .quantity[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.searchContainer .quantity[type=number]::-webkit-inner-spin-button,.quantity[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.searchContainer .number-input {
    border: 1px solid #999;
    display: inline-flex;
    position: relative;
    border-radius: 4px;
}

.searchContainer .number-input,.number-input * {
    box-sizing: border-box;
}

.searchContainer .number-input a {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
}

.searchContainer .number-input a:before, .searchContainer .number-input a:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 1rem;
    height: 2px;
    background-color: #212121;
    transform: translate(-50%, -50%);
    left: 15px;
}

.searchContainer .number-input a.plus:before, .searchContainer .number-input a.plus:after {
    right: 4px;
    left: auto;
}

.searchContainer .number-input a.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.searchContainer .number-input input[type=number] {
    font-family: sans-serif;
    max-width: 7rem;
    padding: .5rem;
    font-size: 2rem;
    height: 3rem;
    text-align: center;
    border: 0;
}

.eachH0tel {
    width: 100%;
    float: left;
    border-radius: 7px;
    overflow: hidden;
    padding: 10px;
    background: #f7f7f7;
    box-shadow: 0 4px 16px 0 rgb(0 0 0 / 37%);
    margin: 0 0 30px 0;
}

.eachH0tel .title {
    width: 100%;
    float: left;
    font-weight: 700;
    color: #000;
    font-size: 21px;
    text-transform: uppercase;
    margin: 0 0 4px 0;
}

.eachH0tel .starRating {
    width: 100%;
    float: left;
    font-size: 15px;
    border-bottom: 1px solid #dddddd;
    padding: 5px 0 5px 0;
    color: #222;
}

.eachH0tel .starRating i {
    color: orange;
    font-size: 14px;
}

.eachH0tel .countRoom {
    width: 100%;
    float: left;
    padding: 10px 0;
    font-size: 14px;
    color: #222;
    letter-spacing: 0.6px;
    border-bottom: 1px solid #dddddd;
}

.eachH0tel .countRoom strong {
    background: #005f00;
    color: #fff;
    padding: 3px 9px;
    line-height: 0;
    border-radius: 50px;
    font-size: 12px;
    position: relative;
    top: -1px;
}

.eachH0tel .location {
    width: 100%;
    float: left;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    border-bottom: 1px solid #dddddd;
    padding: 5px 0 5px 0;
    color: #222;
}

.eachH0tel .location i {
    color: #ff9000;
    font-size: 17px;
    float: left;
    margin: 0 10px 0 0px;
}

.eachH0tel .brief {
    width: 100%;
    float: left;
    font-weight: 400;
    color: #333;
    font-size: 13px;
    line-height: 20px;
    background: #fff;
    border-radius: 0 0 5px 5px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-top: 0;
}

.eachH0tel .brief p {
    margin: 0 0 5px 0;
}

.eachH0tel .brief ul {
    margin: -5px 0 7px 0;
    padding: 0;
}

.eachH0tel .brief ul li {
    list-style-type: none;
    padding: 0 0 0 20px;
    position: relative;
}

.eachH0tel .brief ul li:before {
    content: '\f0a4';
    font: 400 14px 'FontAwesome';
    position: absolute;
    left: 0;
    top: 2px;
    color: #ff9000;
}

.eachH0tel .aminities {
    background: #fff;
    width: 100%;
    float: left;
    border-radius: 0 0 5px 5px;
    padding: 10px;
    border: 1px solid #ddd;
    border-top: 0;
}

.eachH0tel .aminities ul {
    margin: 0;
    padding: 0;
    /* column-count: 3; */
}

.eachH0tel .aminities ul li {
    width: calc(100%/3);
    float: left;
    margin: 0;
    padding: 2px 0 2px;
    list-style-type: none;
    white-space: nowrap;
}

.eachH0tel .propertyrules {
    width: 100%;
    float: left;
    font-weight: 400;
    color: #333;
    font-size: 13px;
    line-height: 20px;
    background: #fff;
    border-radius: 0 0 5px 5px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-top: 0;
    height: 150px;
    overflow: auto;
}

.eachH0tel .propertyrules p {
    margin: 5px 0 5px 0;
}

.eachH0tel .propertyrules ul {
    margin: -5px 0 7px 0;
    padding: 0;
}

.eachH0tel .propertyrules ul li {
    list-style-type: none;
    padding: 0 0 0 20px;
    position: relative;
}

.eachH0tel .propertyrules ul li:before {
    content: '\f0a4';
    font: 400 14px 'FontAwesome';
    position: absolute;
    left: 0;
    top: 2px;
    color: #ff9000;
}

.eachH0tel .eachRoom {
    display: b;
    float: left;
    margin: 20px 10px 0px 10px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 4px 16px 0 rgb(0 0 0 / 37%);
}

.eachH0tel .eachRoom .imgContainer {
    width: 100%;
    float: left;
    /*background: #000;*/
}

.eachH0tel .eachRoom .imgContainer .eachImgHolder {
    width: calc(100%/4);
    float: left;
}

.eachH0tel .eachRoom .imgContainer .eachImgHolder a {
    width: 100%;
    float: left;
    display: block;
    border-right: 2px solid #fff;
}

.eachH0tel .eachRoom .imgContainer .eachImgHolder:last-child a {
    border-right: 0px;
}

.eachH0tel .eachRoom .imgContainer .eachImgHolder a img {
    max-width: 100%;
    height: 200px;
    object-fit: cover;
}

.eachH0tel .eachRoom .eachOccupancy {
    width: 100%;
    float: left;
}

.eachH0tel .eachRoom .eachOccupancy .heading {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
    padding: 0;
    font-weight: bold;
}

.eachH0tel .eachRoom .eachOccupancy .infos {
    width: 100%;
    float: left;
    margin: 5px 0 0 0;
    padding: 0;
    /* color: #222; */
    /* text-align: center; */
}

.eachH0tel .eachRoom .eachOccupancy .aminities {
    border: 0;
    padding: 0;
}

.eachH0tel .eachRoom .eachOccupancy .aminities strong {
    background: #ff9000;
    padding: 3px 40px 3px 14px;
    display: table-caption;
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
    left: -10px;
    text-shadow: 2px 2px 3px #00000059;
    border-radius: 0 3px 3px 0;
    margin: 10px 0 5px 0;
}

.eachH0tel .eachRoom .eachOccupancy .aminities ul {
    margin: 0 0 30px 0;
    padding: 0;
    float: left;
    width: 100%;
    font-size: 14px;
}

.eachH0tel .eachRoom .eachOccupancy .aminities ul li {
    width: calc(100%/4);
    padding: 7px 0;
    color: #222;
}

.eachH0tel .eachRoom .eachOccupancy .aminities ul li:last-child {
    text-align: center;
}

.eachH0tel .eachRoom .eachOccupancy .aminities a {
    background-image: linear-gradient(270deg, #0168d1 0%, #62b0ff 100%);
    color: #fff;
    padding: 6px 20px;
    border-radius: 4px;
    transition: all ease-in-out 0.3s;
}

.eachH0tel .eachRoom .eachOccupancy .aminities a:hover {
    background-image: linear-gradient(270deg, #e47f1a 0%, #fcd226 100%);
}

.eachH0tel .eachRoom .mealTypeContainer {
    width: 100%;
    float: left;
}

.eachH0tel .eachRoom .mealTypeContainer .eachMealType {
    width: 100%;
    float: left;
    border: #dbdde1 solid 1px;
    padding: 15px 15px 65px 15px;
    position: relative;
    border-radius: 5px;
    cursor: pointer;
}

.eachH0tel .eachRoom .mealTypeContainer .eachMealType .bestRate {
    position: absolute;
    top: 17px;
    left: -50px;
    background: red;
    color: white;
    padding: 0 50px;
    transform: rotate(-45deg);
    letter-spacing: 0.5px;
    font-weight: 600;
}

.eachH0tel .eachRoom .mealTypeContainer .eachMealType .heading {
    width: 100%;
    float: left;
    margin: 0 0 8px 0;
    padding: 0;
    line-height: 22px;
    min-height: 44px;
    font-size: 18px;
}

.eachH0tel .eachRoom .mealTypeContainer .bestLabel {
    background: #f1f8ea;
    overflow: hidden;
}

.eachH0tel .eachRoom .mealTypeContainer .bestLabel .heading {
    padding: 0 0 0 40px;
}

.eachH0tel .eachRoom .mealTypeContainer .eachMealType p {
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
    color: #444c3e;
    font-size: 12px;
    line-height: 18px;
    float: left;
    min-height: 54px;
}

.eachH0tel .eachRoom .mealTypeContainer .eachMealType .amount {
    width: 100%;
    float: left;
    font-size: 30px;
    text-align: center;
    color: #222;
}

.eachH0tel .eachRoom .mealTypeContainer .eachMealType .amount sup {
    font-size: 16px;
    position: relative;
    top: -9px;
    left: 4px;
}

.eachH0tel .eachRoom .mealTypeContainer .eachMealType .amount small {
    font-size: 12px;
    width: 100%;
    float: left;
    color: #666;
    margin: 0 0 20px 0;
}

.eachH0tel .eachRoom .mealTypeContainer .eachMealType .roomSelectBtn {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    width: initial;
}

.navbar-inverse {
    background-image: linear-gradient(270deg, #54b84b 0%, #1f8b41 100%);
    border: 0;
    outline: 0;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    color: #FFF;
    background-color: #F7B704;
}

.navbar-inverse .navbar-nav>li>a {
    color: #FFF;
}

.myBooking {
    transition: all ease-in-out 0.3s;
}

.userMenu {
    background-image: linear-gradient(270deg, #e47f1a 0%, #fcd226 100%);
    border: 0;
    outline: 0;
    height: 55px;
    border-radius: 4px;
    text-shadow: 2px 2px 2px #00000042;
    position: relative;
    width: 100px;
}

.userMenu > div {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    right: 0;
}

.userMenu > div > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-shadow: none;
}

.userMenu > div > a i {
    color: #fff;
    font-size: 35px;
}

.userMenu > div > a .badge {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #995902;
    width: 20px;
    height: 20px;
    line-height: 16px;
    border-radius: 0px 4px 0px 14px;
}

.userMenu > div > a .caret {
    border-top: 7px solid #101010eb;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

.userMenu > div > ul {
    border-radius: 5px;
}

.userMenu > div > ul .arrow.top {
    left: 20%;
}

.userMenu > div > ul li a {
    text-shadow: initial;
}

.dropdown-backdrop {
    background: #00000075;
    backdrop-filter: blur(1px);
    transition: all ease-in-out 0.3s;
}

.bgSelected {
    background: #fffed0 !important;
    border-color: #f5dd6a !important;
    box-shadow: 0px 0px 10px #999;
}

.roomHeader {
    font-size: 14px;
    /*word-spacing: 5px;*/
    border-bottom: solid 1px #ccc;
}

.roomHeader .roomno {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    padding: 0px 20px 0px 0px;
    word-spacing: 0px;
}

.setAddRoomCount {
    height: 480px;
    overflow-y: auto;
}
.payalert{
    padding: 2%;
    border-radius: 8px;
    background-image: linear-gradient(270deg, #0168d1 0%, #62b0ff 100%);
    margin-bottom: 15px;
    color: #fff;
}

#guestSuggestion{
    display:none;
    max-height:300px;
    overflow-y:auto;
    border:1px solid #ddd;
    background:#fff;
    z-index:9999;
}

.guest-item{
    padding:10px 15px;
    cursor:pointer;
    transition:background .2s;
}

.guest-item:nth-child(odd){
    background:#ffde70;
}

.guest-item:nth-child(even){
    background:#fff6cc;
}

.guest-item:hover,
.guest-item.active{
    background:#cde4fb !important;
}
/* Common style */
.sugegestion-item{
    padding:10px 15px;
    cursor:pointer;
    transition: background-color .2s ease;
}

/* Odd rows */
.sugegestion-item:nth-child(odd){
    background:#ffde70;
}

/* Even rows */
.sugegestion-item:nth-child(even){
    background:#fff4c4;
}

/* Hover (overrides odd/even) */
.sugegestion-item:hover,
.sugegestion-item.active{
    background: #ea7d05 !important;
    border: 1px solid #fa5542 !important;
}