/*.booking-area {
    margin-top: -89px;
    z-index: 2;
    position: relative;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.booking-area .booking-wrap {
    padding: 39px 80px 20px 80px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 79px 0 rgb(0 0 0 / 8%);
    flex-wrap: wrap;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.mb-30 {
    margin-bottom: 30px;
}
.booking-area .booking-wrap .boking-tittle span {
    color: #262626;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 600;
    display: block;
}
.gj-datepicker-md {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 1;
    color: #9d9d9d;
    position: relative;
}
.gj-textbox-md {
    display: block;
    font-family: "Helvetica","Arial",sans-serif;
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    background: 0 0;
    color: rgba(0,0,0,.87);
    padding-left: 44px;
    border: 1px solid #156332;
    width: 177px;
    height: 55px;
    border-radius: 5px;
}
.gj-datepicker-md [role="right-icon"] {
    position: absolute;
    left: 13px;
    top: 16px;
    font-size: 24px;
}
.gj-icon {
    font-family: 'gijgo-material'!important;
    font-size: 24px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    color: #9d9d9d;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #156332;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    height: 52px;
    line-height: 47px;
    outline: none;
    padding-left: 21px;
    padding-right: 54px;
    position: relative;
    text-align: left!important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgb(68 68 68 / 11%);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0) translateY(01);
    -ms-transform: scale(0) translateY(01);
    transform: scale(0) translateY(01);
    -webkit-transition: all .2s cubic-bezier(.5,0,0,1.25) , opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5,0,0,1.25) , opacity .15s ease-out;
    z-index: 9;
}
.booking-area .booking-wrap .nice-select .list {
    width: 100%;
}
.pt-45 {
    padding-top: 45px;
}
.select-btn {
    padding: 27px 49px;
}
.btn {
    -moz-user-select: none;
    background: #156332;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    padding: 25px 39px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all .3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}
*/


.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.booking-area {
    margin-top: -89px;
    z-index: 2;
    position: relative;
}
.booking-area .booking-wrap {
    padding: 39px 80px 20px 80px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 79px 0 rgba(0, 0, 0, 0.08);
    flex-wrap: wrap;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .booking-area .booking-wrap {
        padding: 34px 46px 20px 42px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .booking-area .booking-wrap {
        padding: 49px 15px 20px 20px;
    }
}
@media (max-width: 767px) {
    .booking-area .booking-wrap {
        padding: 40px 26px 3px 54px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .booking-area .booking-wrap {
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .booking-area .booking-wrap {
        flex-wrap: wrap;
    }
}
@media (max-width: 767px) {
    .booking-area .booking-wrap {
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .booking-area .booking-wrap .single-select-box {
        width: 50%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .booking-area .booking-wrap .single-select-box {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .booking-area .booking-wrap .single-select-box {
        width: 100%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .booking-area .booking-wrap .single-select-box {
        width: 50%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .booking-area .booking-wrap .single-select-box {
        width: 50%;
    }
}
.booking-area .booking-wrap .boking-tittle span {
    color: #262626;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 600;
    display: block;
}
.booking-area .booking-wrap .nice-select.open .list {
    width: 100%;
}
.booking-area .booking-wrap .nice-select .list {
    width: 100%;
}
@media (max-width: 767px) {
    .booking-area .booking-wrap .nice-select {
        width: 80%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .booking-area .booking-wrap .nice-select {
        width: 80%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .booking-area .booking-wrap .nice-select {
        width: 50%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .booking-area .booking-wrap .nice-select {
        width: 80%;
    }
}
.select-btn {
    padding: 27px 49px;
}
@media (max-width: 767px) {
    .select-btn {
        width: 80%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .select-btn {
        width: 80%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .select-btn {
        width: 80%;
    }
}
@media (max-width: 767px) {
    .single-select-box.pt-45 {
        padding-top: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-select-box.pt-45 {
        padding-top: 45px;
    }
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    color: #9d9d9d;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #156332 !important;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    height: 52px;
    line-height: 47px;
    outline: none;
    padding-left: 21px;
    padding-right: 54px;
    position: relative;
    text-align: left!important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.nice-select::after {
    border-bottom: none;
    border-right: none;
    display: block;
    height: 5px;
    margin-top: -23px;
    pointer-events: none;
    position: absolute;
    right: 22px;
    top: 50%;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    width: 5px;
    content: "\e64b";
    font-family: "themify";
    font-size: 12px;
}
.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgb(68 68 68 / 11%);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0) translateY(01);
    -ms-transform: scale(0) translateY(01);
    transform: scale(0) translateY(01);
    -webkit-transition: all .2s cubic-bezier(.5,0,0,1.25) , opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5,0,0,1.25) , opacity .15s ease-out;
    z-index: 9;
}
.booking-area .booking-wrap .nice-select.open .list {
    width: 100%;
    top: 50px;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #156332;
    color: #791616;
}
.booking-area .booking-wrap .nice-select.open .list {
    border: 1px solid #156332;
    width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gj-textbox-md {
        width: 40%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gj-textbox-md {
        width: 80%;
    }
}
@media (max-width: 767px) {
    .gj-textbox-md {
        width: 80%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .gj-textbox-md {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .gj-picker.gj-picker-md.datepicker.gj-unselectable {
        left: 20px !important;
    }
}
.gj-unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.gj-datepicker-md {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 1;
    color: #9d9d9d;
    position: relative;
}
.gj-textbox-md {
    display: block;
    font-family: "Helvetica","Arial",sans-serif;
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    background: 0 0;
    color: rgba(0,0,0,.87);
    padding-left: 44px;
    border: 1px solid #156332;
    width: 177px;
    height: 55px;
    border-radius: 5px;
}
.gj-icon {
    font-family: 'gijgo-material'!important;
    font-size: 24px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.gj-datepicker [role="right-icon"] {
    cursor: pointer;
}
.gj-datepicker-md [role="right-icon"] {
    position: absolute;
    left: 13px;
    top: 16px;
    font-size: 24px;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.select-btn {
    padding: 27px 49px;
}
.btn.select-btn {
    -moz-user-select: none;
    background: #156332;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    padding: 25px 39px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-30 {
    margin-top: 30px;
}
.pt-45 {
    padding-top: 45px;
}
.switch-wrap {
    margin-bottom: 10px;
}

.hp-room-items {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}
.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.hp-room-items .hp-room-item {
    height: 600px;
    margin-right: -15px;
    position: relative;
    overflow: hidden;
}
.hp-room-items .hp-room-item .hr-text {
    position: absolute;
    left: 45px;
    right: 25px;
    bottom: -250px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.hp-room-items .hp-room-item .hr-text h3 {
    color: #ffffff;
    margin-bottom: 15px;
}
.hp-room-items .hp-room-item .hr-text h2 {
    color: #156332;
    font-weight: 700;
    margin-bottom: 50px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.hp-room-items .hp-room-item .hr-text h2 span {
    font-family: "Cabin", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}
.hp-room-items .hp-room-item .hr-text table {
    margin-bottom: 30px;
}
.hp-room-items .hp-room-item .hr-text table tbody tr td {
    font-size: 16px;
    color: #ffffff;
    line-height: 36px;
}
.hp-room-items .hp-room-item .hr-text table tbody tr td.r-o {
    width: 120px;
}
.hp-room-items .hp-room-item .hr-text table tbody tr td {
    font-size: 16px;
    color: #ffffff;
    line-height: 36px;
}
.hp-room-items .hp-room-item .hr-text .primary-btn:after {
    background: #ffffff;
}
.hp-room-items .hp-room-item:hover .hr-text {
    bottom: 135px;
}
.hp-room-items .primary-btn {
    display: inline-block;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
}
.hp-room-items .btn-light:hover, .hp-room-items .btn-light:active {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
header .row{
    display: flow-root;
}

.check-in-input{
    height: 55px;
    border: 1px solid #156332;
    border-radius: 5px;
    font-size: 16px;
}
.boking-datepicker .input-group-addon{
    border: 1px solid #156332;
}
.hp-room-section .overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .7;
    background: #222;
}

.menu-area {
    background: #f9f9ff;
}
.section-gap {
    padding: 120px 0;
}
.pb-70 {
    padding-bottom: 70px;
}
.menu-area .filters {
    padding: 0;
    overflow: hidden;
}
.menu-area .filters {
    text-align: center;
}

.filter-wrap {
    display: table;
}
.filter-wrap {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 10px 30px 0px rgb(153 153 153 / 20%);
}
/*.menu-area .filters li.active {
    color: #fff;
    background: #f42f2c;
}*/
.menuCategory {
    padding: 40px 0px;
    max-width: 184px;
    cursor: pointer;
    position: relative;
    color: #222;
    font-size: 12px;
    font-weight: 500;
}
.filter-wrap li {
    display: table-cell;
    border-right: 1px solid #edf6ff;
}
.menu-area .filters-content {
    margin-top: 50px;
}
.single-menu {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    margin-top: 20px;
}
.single-menu .title-wrap {
    margin-bottom: 20px;
}
.justify-content-between {
    justify-content: space-between !important;
}
.single-menu .price {
    color: #156332;
}
.filterDiv {
    display: none;
}
.show {
    display: block;
}

.menuCategory {
    border: none;
    outline: none;
    cursor: pointer;
}
.menuCategory.active {
    color: #fff;
    background: #156332;
}


.sidebar-box {
    margin-bottom: 30px;
    padding: 10px;
    font-size: 15px;
    width: 100%;
}
.sidebar-box h3, .sidebar-box .h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: "Nunito",Arial,sans-serif;
}
.sidebar-box *:last-child {
    margin-bottom: 0;
}
@media (min-width: 768px){
    .d-md-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
    }
}
.categories {
    padding: 0;
}
@media (min-width: 768px){
    .me-md-4 {
        margin-right: 1.5rem!important;
    }
}
.categories li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    list-style: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.ftco-room-section .list {
    padding: 0;
}
.ftco-room-section ol, .ftco-room-section ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
.ftco-room-section .list li {
    list-style: none;
}
.ftco-room-section .list li span {
    color: #222;
}
@media (min-width: 768px){

    .ms-md-5 {
        margin-left: 3rem!important;
    }
}








/*.nav {
    height: 64px;
    background: url(navigation_bg.png);
    width: 100%;
    margin:0 auto;
}*/

/*.container {
    width: 960px;
    position: relative;
    margin:0 auto;
}*/

/*.menu-left, .menu-right {
    width: 300px;
    height: 64px;
    position: absolute;
    top: 0;
}*/

/*.menu-left {
    left: 200px;
}
*/
/*.menu-right {
    right: 200px;
    right: 0px;
}*/

/*.nav ul {
    list-style:none;
    margin: 0;
    padding: 0;
    height: 64px;
    line-height: 64px;
}*/

/*.nav ul li {
    float: left;
    font-family: 'FuturaStdBoldCondensed';
    font-size: 17px;
    text-shadow: 1px 1px 1px black;
    text-transform: uppercase;
    margin:0 20px;
}*/

/*.menu-right ul li {
    float: right;
}*/

#logo-container {
    /*width: 140px;
    height: 128px;
    position:absolute;
    left:50%;*/

    width: 142px;
    height: 128px;
    position: absolute;
    left: 50%;
    top: 0;
}
.logo {
    position: relative;
    left: -110px;
    width: 220px;
    height: 115px;
    background: url(logo.png) center center rgb(255 255 255);
    border-radius: 0 0 20px 20px;
    border: 1.5px solid #fff;
    border-top: 0;
    z-index: 3;
    padding: 10px;
}

.d-none{
    display: none !important;
}