:root {
    --color-primary: #19a1f7;
    --color-primary-hover: #2c88c0;
    --color-primary-text: #606060;
    --color-scondary-text: #808080;
}
html,
.wrapper {
    overflow-x: hidden;
}
.mt0 {
    margin-top: 0;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt25 {
    margin-top: 25px;
}
.mt30 {
    margin-top: 30px;
}
.mt35 {
    margin-top: 35px;
}
.mt40 {
    margin-top: 40px;
}
.mt45 {
    margin-top: 45px;
}
.mt50 {
    margin-top: 50px;
}
.mt55 {
    margin-top: 55px;
}
.mt60 {
    margin-top: 60px;
}
.mt65 {
    margin-top: 65px;
}
.mt70 {
    margin-top: 70px;
}
.mt75 {
    margin-top: 75px;
}
.mt80 {
    margin-top: 80px;
}
.mt85 {
    margin-top: 85px;
}
.mt90 {
    margin-top: 90px;
}
.mt95 {
    margin-top: 95px;
}
.mt100 {
    margin-top: 100px;
}
.mb0 {
    margin-bottom: 0;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb25 {
    margin-bottom: 25px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb35 {
    margin-bottom: 35px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb45 {
    margin-bottom: 45px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb55 {
    margin-bottom: 55px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb65 {
    margin-bottom: 65px;
}
.mb70 {
    margin-bottom: 70px;
}
.mb75 {
    margin-bottom: 75px;
}
.mb80 {
    margin-bottom: 80px;
}
.mb85 {
    margin-bottom: 85px;
}
.mb90 {
    margin-bottom: 90px;
}
.mb95 {
    margin-bottom: 95px;
}
.mb100 {
    margin-bottom: 100px;
}
.eb-page main {
    background: #fff;
    border-top: 1px solid #ededed;
    padding: 100px 0;
    min-height: 60vh;
}
.eb-page main.room-page {
    background: #fff;
}
.eb-page a {
    text-decoration: none;
}
.eb-form-col {
    position: relative;
}
.eb-page .eb-form-col input {
    padding-top: 25px;
}
.eb-form-col label {
    position: absolute;
    top: 13px;
    left: 10px;
    font-size: 14px;
    letter-spacing: 0.1px;
    color: #858a99;
    font-weight: 400;
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.eb-form-col.eb-phone label {
    left: 80px;
}
.eb-form-col input:focus + label,
.iti input:focus + label,
.eb-form-col label.input-has-value {
    top: 0;
    font-size: 11px;
}
.eb-page input,
.eb-page select,
.eb-page .form-control {
    display: block;
    width: 100%;
    height: 52px;
    outline: none;
    box-shadow: none;
    border: 1px solid #e6e9eb;
    border-radius: 4px;
    color: #858585;
    padding: 8px 10px;
}
.eb-page input.empty {
    border-color: red;
}
.eb-page input::-webkit-input-placeholder {
    color: #b3b3b3;
}
.eb-page input:-moz-placeholder {
    color: #b3b3b3;
}
.eb-page input::-moz-placeholder {
    color: #b3b3b3;
}
.eb-page input:-ms-input-placeholder {
    color: #b3b3b3;
}
.eb-page input[type="checkbox"] {
    -webkit-appearance: none;
    background: #fafafa;
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 16px;
    height: 16px;
    padding: 6px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 6px;
    outline: none;
}
.eb-page .eagle-booking-booking-form input[type="checkbox"] {
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #e6e9eb;
    padding: 8px;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 6px;
    outline: none;
}
.eb-page .eagle-booking-booking-form input[type="checkbox"].empty {
    border-color: red;
}
.eb-page input[type="checkbox"]:checked {
    background: #fff;
    border: 1px solid #adb8c0;
    color: #99a1a7;
}
.eb-page input[type="checkbox"]:checked:after {
    content: "\2714";
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    top: -2px;
    left: 2px;
    color: #a7d155;
}
.eb-page input[type="checkbox"]:checked::before {
    display: none;
}
.eb-page .eagle-booking-booking-form input[type="checkbox"]:checked {
    background: #22c58b;
    border: 1px solid #22c58b;
}
.eb-page .eagle-booking-booking-form input[type="checkbox"]:checked:after {
    content: "\2714";
    font-size: 11px;
    line-height: 18px;
    position: absolute;
    top: -1px;
    left: 4px;
    color: #fff;
}
.eb-page input[type="checkbox"],
.eb-page input[type="checkbox"]:focus,
.eb-page input[type="checkbox"]:active,
.eb-page input[type="checkbox"]:hover {
    cursor: pointer;
    outline: none;
}
.eb-field {
    position: relative;
}
.eb-field label {
    position: absolute;
    line-height: 1;
    padding: 5px 8px;
    font-size: 15px;
    font-weight: 400;
    top: 10px;
    left: 12px;
    z-index: 444;
    color: rgba(36, 41, 66, 0.4);
    border-radius: 4px;
    pointer-events: none;
    transition: 150ms all linear;
    position: absolute;
    pointer-events: none;
    color: #9da2a6;
    line-height: 18px;
    z-index: 100;
}
.eb-field input:focus {
    padding-top: 25px;
    font-size: 15px;
}
.eb-field input:focus + label {
    top: 0;
    font-size: 11px;
    font-weight: 700;
}
.eb-page .iti {
    width: 100%;
    color: #a3a3a3;
}
.eb-page .iti input {
    padding-left: 100px !important;
}
.eb-page .iti__arrow {
    border-top: 4px solid #a3a3a3;
}
.eb-page .iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #a3a3a3;
}
.eb-page .iti__country-list {
    padding-left: 0;
}
.eb-page .country-select {
    width: 100%;
}
.iti--separate-dial-code .iti__selected-flag {
    background: #fff;
    outline: none;
    padding-right: 10px;
}
.iti--separate-dial-code .iti__selected-flag:after {
    content: "";
    position: absolute;
    height: 30px;
    width: 1px;
    background: #e6e9eb;
    top: 10px;
    right: 0;
}
.btn.eb-btn {
    background: var(--color-primary);
    border-radius: 2px;
    border: 0;
    box-shadow: none;
    outline: none;
    padding: 8px 16px;
    color: #fff;
    font-weight: 700;
    text-transform: none;
    cursor: pointer;
    transition: 0.5s;
}
.btn.eb-btn.btn-border {
    padding: 5px 10px;
    background: 0 0;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
}
.btn.eb-btn.btn-border:hover,
.btn.eb-btn.btn-border:active,
.btn.eb-btn.btn-border:focus,
.btn.eb-btn.btn-border:active:focus {
    padding: 5px 10px;
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    outline: none;
    box-shadow: none;
    color: #fff;
}
.btn.eb-btn:hover,
.btn.eb-btn:active,
.btn.eb-btn:focus,
.btn.eb-btn:active:focus {
    background: var(--color-primary-hover);
    color: #fff;
    border: 0;
    box-shadow: none;
    outline: none;
    text-decoration: none;
}
.btn.eb-btn i {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    font-size: 10px;
    line-height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.15);
    text-align: center;
}
.btn.eb-btn.btn-transparent,
.btn.eb-btn.btn-transparent:hover,
.btn.eb-btn.btn-transparent:active,
.btn.eb-btn.btn-transparent i {
    background: 0 0 !important;
    padding-left: 0;
    color: #606060;
}
.btn.eb-btn.btn-light {
    margin-top: 50px;
    margin-right: 20px;
    background: #e4e4e4;
    color: #858a99;
}
.btn.eb-btn.btn-light:hover,
.btn.eb-btn.btn-light:active,
.btn.eb-btn.btn-light:focus,
.btn.eb-btn.btn-light:active:focus {
    background: #dfdfdf;
    color: #858a99;
    border-color: #dcdcdc;
}
.eb-btn.btn-full {
    width: 100%;
}
.btn.eb-btn-transparent,
.btn.eb-btn-transparent:hover,
.btn.eb-btn-transparent:active,
.btn.eb-btn-transparent:active:focus {
    background: 0 0;
    padding-left: 0;
    color: #606060;
}
.btn.eb-btn.btn-right {
    float: right;
}
.btn.eb-btn.icon-right i {
    margin-right: 0;
    margin-left: 10px;
}
.btn.eb-btn.icon-left i {
    margin-left: 0;
    margin-right: 10px;
}
.btn.eb-btn.btn-transparent.icon-right i {
    margin-left: 5px;
}
.btn.eb-btn.btn-transparent.icon-left i {
    margin-right: 5px;
}
.eagle-booking-booking-form textarea.form-control {
    min-height: 100px;
    resize: vertical;
}
.eagle-booking-booking-form .bootstrap-select.btn-group .dropdown-toggle .caret:before {
    top: -8px;
    right: 0;
}
.eagle-booking-booking-form.terms-conditions {
    margin-left: 2px;
}
.eb-section {
    margin-bottom: 50px;
}
.eb-section:last-child {
    margin-bottom: 0;
}
.eb-section .title {
    position: relative;
    font-size: 18px;
    margin-bottom: 25px;
}
.checkout-details .title {
    margin-bottom: 30px;
}
.checkout-details .checkout-details-services span {
    margin-right: 5px;
}
.checkout-payment-tabs {
    margin-top: 50px;
    margin-bottom: 30px;
}
.checkout-payment-tabs .title {
    margin-bottom: 30px;
}
.checkout-payment-tabs .payment-tabs {
    list-style: none;
    margin-top: 40px;
    padding-left: 0;
}
.checkout-payment-tabs .payment-tabs .payment-tab-item {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}
.checkout-payment-tabs .payment-tabs .payment-tab-item a {
    display: block;
    padding: 15px 30px;
    background: #f1f2f3;
    border: 1px solid #eaeaea;
    border-bottom: 0;
    font-size: 16px;
    color: #858a99;
    font-weight: 600;
}
.checkout-payment-tabs .payment-tabs .payment-tab-item a i {
    font-size: 13px;
    margin-right: 8px;
}
.checkout-payment-tabs .payment-tabs .payment-tab-item:focus {
    outline: none;
}
.checkout-payment-tabs .payment-tabs .payment-tab-item.ui-state-active a {
    background: #fff;
    border-top: 2px solid #b18726;
    position: relative;
}
.checkout-payment-tabs .payment-tabs .payment-tab-item.ui-state-active a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}
.checkout-payment-tabs .payment-tabs-content {
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 40px 30px;
}
.checkout-payment-tabs .payment-tabs-content .checkout-mssg {
    padding-bottom: 20px;
}
.checkout-payment-tabs .btn {
    text-transform: none;
}
.StripeElement {
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 12px 20px;
}
#payment-form .form-row {
    width: 80%;
    display: inline-block;
    float: left;
}
.btn-stripe {
    width: 18%;
    margin-left: 2%;
}
#AcceptUIContainer {
    top: 50% !important;
    position: fixed !important;
}
.payment-tabs-content .btn {
    padding: 14px 25px;
    border-radius: 2px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
}
.vivawallet-form .vivawallet-btn {
    margin-top: 30px;
}
.eb-form-group {
    display: block;
    margin-bottom: 30px;
}
.thankyou-page {
    max-width: 600px;
    margin: 0 auto;
}
.thankyou-page .eb-thank-details {
    margin: 0 auto;
    border: 1px solid #ededed;
    border-radius: 4px;
    padding: 30px 50px;
}
.thankyou-page .eb-thank-details .title {
    text-align: center;
}
.thankyou-page .eb-thank-details ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 50px;
}
.thankyou-page .eb-thank-details ul li {
    margin-bottom: 0;
    font-size: 14px;
    padding: 2px 0;
}
.thankyou-page .eb-thank-details ul li span {
    width: 45%;
    display: inline-block;
}
.thankyou-page .thankyou-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.eb-alert {
    position: relative;
    width: 100%;
    padding: 12px 18px;
    border-radius: 4px;
    background: #f5f5f5;
    border: 1px solid #e6e9eb;
    color: #858a99;
    line-height: 22px;
    overflow: hidden;
}
.eb-alert.eb-alert-icon {
    padding-left: 60px;
}
.eb-alert.eb-alert-small {
    padding: 8px 20px;
    font-size: 14px;
}
.eb-alert.eb-alert-small.eb-alert-icon {
    padding-left: 45px;
}
.eb-alert.eb-alert-small i {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    line-height: 25px;
    font-size: 12px;
}
.eb-alert.eb-alert-info {
    background: #19a1f7;
    border-color: #19a1f7;
    color: #fff;
}
.eb-alert.eb-alert-success {
    background: #c8e8d1;
    border-color: #c8e8d1;
    color: #379950;
}
.eb-alert.eb-alert-error {
    background: #e97776;
    border-color: #e97776;
    color: #7a2928;
}
.eb-alert.eb-alert-icon:before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    width: 28px;
    height: 28px;
    left: 30px;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    background-color: rgba(0, 0, 0, 0.1);
}
.eb-alert.eb-alert-small.eb-alert-icon:before {
    width: 22px;
    height: 22px;
    left: 22px;
    line-height: 22px;
    font-size: 12px;
}
.eb-alert.eb-alert-icon.eb-alert-success:before {
    content: "\f00c";
}
.eb-alert.eb-alert-icon.eb-alert-info:before {
    content: "\f129";
}
.eb-alert.eb-alert-icon.eb-alert-error:before {
    content: "\f071";
}
.eb-alert.eb-alert-icon.eb-alert-error.eb-alert-admin-only:before {
    content: "\f023";
}
.eb-alert.eb-alert-error a {
    color: #fff;
    font-style: italic;
}
.eb-alert.eb-alert-success a {
    color: #30573a;
}
.eb-alert.eb-alert-error a:hover {
    text-decoration: underline;
}
.eb-alert.eb-alert-success i {
    background: #aad2b5;
}
.eb-alert.eb-alert-error i {
    background: #c65655;
}
.eb-widget {
    margin-bottom: 40px;
}
.eb-widget:last-child {
    margin-bottom: 0;
}
.eb-widget.eb-widget-border {
    border: 1px solid #ebebeb;
    padding: 15px;
}
.eb-widget:last-child {
    border-bottom: none;
}
.eb-widget.eb-widget-border:last-child {
    border-bottom: 1px solid #ebebeb;
}
.eb-widget .title {
    position: relative;
    font-size: 18px;
}
.eb-widget .inner {
    padding-top: 20px;
    border-radius: 4px;
}
.eb-widget.no-title .inner {
    padding-top: 0;
}
.eb-widget label {
    margin-bottom: 5px;
    font-size: 13px;
}
.eb-widget .form-control {
    height: 45px;
    margin-bottom: 10px;
}
.eb-widget .eb-guestspicker .guestspicker {
    background: #fff;
    margin-bottom: 0;
}
.eb-widget .service {
    margin-bottom: 2px;
}
.eb-widget .service label {
    margin-bottom: 0;
    font-size: 13px;
}
.eb-widget .service input:hover,
.eb-widget .service label:hover {
    cursor: pointer;
}
.eb-widget .eb-branch-filter {
    position: relative;
    height: 50px;
    border: 1px solid #ededed;
    border-radius: 4px;
    padding: 14px;
    padding-left: 50px;
    cursor: pointer;
    margin-bottom: 15px;
    transition: 0.3s;
    line-height: 20px;
    font-weight: 600;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
}
.eb-widget .eb-branch-filter:last-child {
    margin-bottom: 0;
}
.eb-widget .eb-branch-filter:hover,
.eb-widget .eb-branch-filter.selected {
    border-color: #a7d155;
    background: rgb(34 197 139/10%);
    border-color: rgb(34 197 139/15%);
}
.eb-widget .eb-branch-filter img {
    height: 18px;
    width: auto;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
}
.eb-widget .eb-branch-filter .eb-branch-filter-link {
    display: block;
    float: right;
    color: #bbb;
    z-index: 99;
}
.eb-widget .eb-branch-filter .eb-branch-checkbox {
    position: absolute;
    left: 12px;
    top: 12px;
}
.eb-widget.eb-room-branch {
    text-align: center;
    font-weight: 600;
}
.eb-widget.eb-room-branch a {
    color: #606060;
}
.eb-radio-box {
    position: relative;
    background: #fff;
    border: 1px solid #e6e9eb;
    padding: 11px 15px;
    border-radius: 4px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    z-index: 9;
}
.eb-radio-box:hover,
.eb-radio-box.selected {
    background: rgb(34 197 139/10%);
    border-color: rgb(34 197 139/15%);
}
.eb-radio-box input,
.eb-radio-box input[type="radio"] {
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
}
.eb-radio-box input:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1px solid #d6d9db;
    border-radius: 50%;
    left: 15px;
    top: calc(100% - 18px);
    top: 17px;
    bottom: 0;
}
.eb-radio-box input:checked:after {
    border: 4px solid #22c58b;
}
.eb-radio-box label {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0 !important;
    font-size: 13px;
    line-height: 18px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.eb-checkout-form .form-panel {
    margin-top: 50px;
}
.eb-checkout-form .additional-service-item {
    position: relative;
    background: #fff;
    border: 1px solid #e6e9eb;
    padding: 11px 15px;
    border-radius: 4px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    z-index: 9;
    margin-bottom: 20px;
}
.eb-checkout-form .additional-service-item:hover,
.eb-checkout-form .additional-service-item.selected {
    background: rgb(34 197 139/10%);
    border-color: rgb(34 197 139/15%);
}
.eb-checkout-form .additional-service-item span {
    flex: 1 0 33%;
}
.eb-checkout-form .additional-service-item span:nth-child(2) {
    flex: 30%;
}
.eb-checkout-form .additional-service-item span.toggle-service-full-details {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
    transition: 0.3s;
}
.eb-checkout-form .additional-service-item span.toggle-service-full-details:hover {
    color: #606060;
}
.eb-checkout-form .additional-service-item input {
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 14px;
}
.eb-checkout-form .additional-service-item input[type="checkbox"] {
    padding: 9px;
    border-radius: 50%;
    z-index: -1;
    border: none;
}
.eb-checkout-form .additional-service-item input[type="checkbox"]:checked {
    background: 0 0;
    border: 0;
}
.eb-checkout-form .additional-service-item input[type="checkbox"]:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #d6d9db;
    border-radius: 50%;
    left: 0;
    top: 0;
}
.eb-checkout-form .additional-service-item input[type="checkbox"]:checked:after {
    border: 4px solid #22c58b;
}
.additional-service-item .additional-service-details {
    padding-left: 35px;
    padding-right: 55px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.additional-service-item .additional-service-full-details {
    visibility: hidden;
    position: absolute;
    overflow: hidden;
    background: #f5f4fb;
    color: #626d76;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    padding-right: 50px;
    line-height: 20px;
    font-size: 14px;
    user-select: none;
}
.additional-service-item.open .additional-service-full-details {
    visibility: visible;
    width: 100%;
}
.eb-checkout-form .additional-service-item.open {
    border-color: #e6e4ef;
}
.eb-arrival-slots {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 25px;
    row-gap: 25px;
}
.eb-arrival-slots .time-slot {
    text-align: center;
}
.eb-btn-loader {
    display: block;
    width: 100%;
    height: 25px;
    text-align: center;
    pointer-events: none;
}
.eb-btn-loader .eb-spinner {
    background: #fff;
    height: 100%;
    width: 3px;
    margin-left: 3px;
    display: inline-block;
    -webkit-animation: eb-stretchdelay 1.2s infinite ease-in-out;
    animation: eb-stretchdelay 1.2s infinite ease-in-out;
}
.eb-btn-loader .spinner2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.eb-btn-loader .spinner3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.eb-btn-loader .spinner4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.eb-btn-loader .spinner5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes eb-stretchdelay {
    0%,
    40%,
    to {
        -webkit-transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
    }
}
@keyframes eb-stretchdelay {
    0%,
    40%,
    to {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}
.eb-widget .additional-service-price {
    float: right;
    font-weight: 800;
}
.additional-services {
    margin-top: 20px;
}
.additional-service-item {
    margin-bottom: 10px;
}
.additional-service-item:last-child {
    margin-bottom: 0;
}
.additional-service-item label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}
.additional-service-item label:hover {
    cursor: pointer;
}
.additional-service-item i:before {
    margin-left: 5px;
    font-size: 13px;
}
.eb-stepline {
    margin-top: -100px;
    margin-bottom: 100px;
    padding: 86px 0 28px;
    background: #f5f3f0;
    position: relative;
    border-bottom: 1px solid #ededed;
}
.eb-stepline:before {
    content: "";
    position: absolute;
    width: 100%;
    left: -100%;
    top: 0;
    bottom: -1px;
    top: 0;
    background: #f5f3f0;
    border-bottom: 1px solid #ededed;
}
.eb-stepline:after {
    content: "";
    position: absolute;
    width: 100%;
    right: -100%;
    top: 0;
    bottom: -1px;
    top: 0;
    background: #f5f3f0;
    border-bottom: 1px solid #ededed;
}
.eb-stepline .eb-stepline-steps {
    position: relative;
    display: flex;
}
.eb-stepline .eb-stepline-steps .eb-stepline-step {
    width: 25%;
    position: relative;
}
.eb-stepline .eb-stepline-steps .eb-stepline-step .bs-wizard-stepnum {
    color: gray;
    font-size: 15px;
    margin-top: 20px;
    text-align: center;
}
.eb-stepline .eb-stepline-steps .eb-stepline-step .bs-wizard-info {
    color: #9a9a9a;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}
.eb-stepline .eb-stepline-steps .eb-stepline-step.disabled .bs-wizard-stepnum,
.eb-stepline .eb-stepline-steps .eb-stepline-step.disabled .bs-wizard-info {
    opacity: 0.5;
}
.eb-stepline .eb-stepline-steps .eb-stepline-step .eb-stepline-dot {
    position: absolute;
    width: 18px;
    height: 18px;
    display: block;
    background: #c0bdbd;
    top: 50px;
    left: 50%;
    margin-top: -45px;
    margin-left: -9px;
    border-radius: 50%;
}
.eb-stepline .eb-stepline-steps .eb-stepline-step .eb-stepline-dot:after {
    content: " ";
    width: 8px;
    height: 8px;
    background: #a9a9a9;
    border-radius: 50px;
    position: absolute;
    top: 5px;
    left: 5px;
}
.eb-stepline .eb-stepline-steps .eb-stepline-step .eb-stepline-progress {
    background: #e4e4e4;
    border-radius: 0;
    height: 5px;
    box-shadow: none;
    margin: 12px 0;
    overflow: visible;
}
.eb-stepline .eb-stepline-steps .eb-stepline-step.completed .eb-stepline-progress {
    background: #e4e4e4;
    width: 100%;
}
.eb-stepline .eb-stepline-steps .eb-stepline-step.completed .eb-stepline-progress .eb-stepline-progress-bar {
    background: #c0bdbd;
    height: 100%;
    width: 100%;
}
.eb-stepline .eb-stepline-steps .eb-stepline-step.active .eb-stepline-progress .eb-stepline-progress-bar {
    width: 50%;
}
.eb-stepline .eb-stepline-steps .eb-stepline-step:first-child .eb-stepline-progress .eb-stepline-progress-bar:before {
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgb(245 243 240) 0%, rgb(192, 189, 189) 100%);
    left: -100%;
    width: 100%;
    height: 5px;
}
.eb-stepline .eb-stepline-steps .eb-stepline-step.completed:last-child .eb-stepline-progress .eb-stepline-progress-bar:before {
    content: "";
    position: absolute;
    left: 0;
    background: #c0bdbd;
    width: 100%;
    height: 5px;
}
.eb-stepline .eb-stepline-steps .eb-stepline-step:last-child .eb-stepline-progress .eb-stepline-progress-bar:after {
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgb(228, 228, 228) 0%, rgb(245 243 240) 100%);
    right: -100%;
    width: 100%;
    height: 5px;
    z-index: 99;
    margin-right: 1px;
}
.eb-stepline .eb-stepline-steps .eb-stepline-step.completed:last-child .eb-stepline-progress .eb-stepline-progress-bar:after {
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgb(192, 189, 189) 0%, rgb(241, 241, 241) 100%);
    right: -100%;
    width: 100%;
    height: 5px;
    z-index: 99;
    margin-right: 1px;
}
.eb-stepline .eb-stepline-steps .eb-stepline-step.disabled .eb-stepline-dot {
    background: #e4e4e4;
    pointer-events: none;
}
.eb-stepline .eb-stepline-steps .eb-stepline-step.disabled .eb-stepline-dot:after {
    background: #c0bdbd;
}
.booking-info {
    background: #fff;
    border: 1px solid #e6e9eb;
    border-top: 0;
    padding: 10px;
    border-radius: 0 0 4px 4px;
}
.booking-info .title {
    margin: 5px 8px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    color: #606060;
    font-weight: 700;
}
.booking-info .title:after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 12px;
    margin-left: 20px;
    width: 100%;
    height: 1px;
    border-bottom: 4px double #f5f4fb;
}
.eb-widget .booking-details .item {
    display: -webkit-box;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    padding: 1px 10px;
}
.eb-widget .booking-details .item.coupon-code-applied {
    border: 2px dashed #cbf1e4;
    background: #e8f9f3;
    margin: 10px 0;
    border-radius: 2px;
    color: #379950;
}
.eb-widget .booking-details .item.coupon-code-applied .value {
    color: #379950;
}
.eb-widget .booking-details .item.total-price {
    background: #f5f4fb;
    border-radius: 2px;
    padding: 5px 10px;
    margin-top: 10px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    color: #606060;
    font-weight: 700;
}
.eb-widget .booking-details .item .value {
    margin-left: auto;
    color: gray;
}
.eb-widget .booking-details .item.total-price .value {
    color: #606060;
    font-size: 14px;
}
.eb-widget .booking-details .item a {
    color: #858a99;
    border-bottom: 1px dotted #ccc;
}
.eb-widget .booking-details .item a:hover {
    border-color: #aaa;
}
.eb-widget .btn,
.eb-widget button {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 14px;
}
.gdpr label {
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
}
.eb-checkout-form .eb-btn {
    padding: 12px 10px;
}
.eb-tabs .eb-tabs-titles {
    background: #000;
    background: #ebf3fe;
    margin-bottom: 30px;
    padding: 8px;
    border-radius: 4px;
    display: grid;
    grid-auto-flow: column;
}
.eb-tabs .eb-tab {
    display: inline-block;
    position: relative;
}
.eb-tabs .eb-tab:hover {
    cursor: pointer;
}
.eb-tabs .eb-tab .tab-radio {
    display: none;
}
.eb-tabs .eb-tab label {
    font-weight: 600;
    padding: 4px 0;
    margin-bottom: 0;
    cursor: pointer;
    text-align: center;
    display: block;
    color: var(--color-primary);
    letter-spacing: 0.5px;
    z-index: 15;
    position: relative;
}
.eb-tabs .eb-tab.active label {
    color: #fff;
}
.eb-tabs .eb-tab label:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    content: "";
    height: 100%;
    border-radius: 2px;
    z-index: -1;
    width: 0;
    background-color: #19a1f7;
    transition: ease-in all 0.2s;
}
.eb-tabs .eb-tab.active label:after {
    width: 100%;
    margin-left: -50%;
}
.eb-widget.scroll .inner {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 230px;
}
.scroll ::-webkit-scrollbar {
    width: 6px;
}
.scroll ::-webkit-scrollbar-track {
    background: #fafafa;
}
.scroll ::-webkit-scrollbar-thumb {
    background: #ebebeb;
    border-radius: 10px;
}
.scroll:hover ::-webkit-scrollbar-thumb {
    background: #ccc;
}
.vbf-vat {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}
.selected-room {
    position: relative;
    max-height: 150px;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}
.selected-room img {
    max-width: 100%;
}
.selected-room span {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 4px 10px;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    line-height: 18px;
    background: #19a1f7;
}
.flex-row.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-row.row:after,
.flex-row.row:before {
    display: none;
}
.rooms-bar {
    width: 100%;
    margin-bottom: 30px;
    margin-top: -10px;
    border-radius: 1px;
}
.rooms-bar:after {
    content: "";
    display: block;
    clear: both;
}
.rooms-bar .rooms-view {
    float: left;
    margin-right: 20px;
}
.rooms-bar .grid-btn {
    margin-left: 10px;
    color: #b3b3b3;
    font-size: 14px;
}
.rooms-bar .grid-btn:hover {
    color: #888;
}
.rooms-bar .grid-btn.active {
    color: #888;
}
.eb-dropdown {
    position: relative;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
}
.eb-dropdown .eb-dropdown-toggle {
    position: relative;
    border: 1px solid #eaeaea;
    background: #fff;
    min-width: 180px;
    color: #858a99;
    font-size: 14px;
    padding: 2px 10px;
    display: inline-block;
    cursor: pointer;
}
.eb-dropdown .eb-dropdown-toggle:after {
    content: "\f107";
    position: absolute;
    right: 10px;
    padding-left: 5px;
    font-family: FontAwesome;
    font-size: 14px;
    top: 3px;
}
.eb-dropdown .eb-dropdown-menu {
    display: none;
    position: absolute;
    z-index: 9;
    background: #fff;
    list-style: none;
    min-width: 180px;
    top: 26px;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 1px solid #ebebeb;
    box-shadow: 0 6px 13px 0 rgba(178, 178, 178, 0.13);
}
.eb-dropdown .eb-dropdown-menu.open {
    display: block;
}
.eb-dropdown .eb-dropdown-menu li {
    margin: 0;
    padding: 1px 0;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 0;
    transition: 0.3s;
}
.eb-dropdown .eb-dropdown-menu li:hover {
    background: #f5f5f5;
}
.eb-dropdown .eb-dropdown-menu li:last-child {
    border-bottom: none;
}
.eb-dropdown .eb-dropdown-menu li a {
    color: #858a99;
    padding: 7px 10px;
    font-size: 13px;
    cursor: pointer;
}
.eb-dropdown i {
    margin-left: 5px;
    margin-right: 7px;
}
.rooms-view-sorting {
    float: right;
}
.room-list-item {
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 1px;
    position: relative;
}
.room-list-item-grid {
    display: grid;
    grid-template-columns: 5fr 5fr 3fr;
    column-gap: 20px;
}
.room-list-item .featured-room {
    position: absolute;
    top: 10px;
    left: 10px;
    line-height: 26px;
    padding: 0 10px;
    background: #fff;
    border-radius: 2px;
    color: #858a99;
    font-size: 13px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}
.room-list-item .featured-room i {
    background: #b18726;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    margin-right: 6px;
}
.room-list-item figure {
    position: relative;
    margin: 0;
    padding: 0;
}
.room-list-item .room-no-image {
    display: flex;
    height: 100%;
    min-height: 210px;
    align-items: center;
    justify-content: center;
    margin: 0;
    background: #f2f2f2;
    color: #a8a8a8;
    padding: 50px;
}
.room-list-item img {
    width: 100%;
}
.room-list-item .room-details {
    padding: 12px 0;
    overflow: hidden;
}
.room-list-item.sidebar-none .room-details {
    padding: 30px 0;
}
.room-list-item.sidebar-none .room-details .title a {
    font-size: 22px;
}
.room-list-item .room-details p {
    font-size: 15px;
    line-height: 25px;
    margin: 10px 0;
}
.room-list-item .room-services {
    margin-top: 20px;
    overflow: hidden;
}
.room-list-item .room-services:after {
    content: "";
    display: block;
    clear: both;
}
.room-list-item.sidebar-none .room-services {
    margin-top: 40px;
}
.room-list-item .room-services .room-service-item {
    display: inline-block;
    padding: 5px 12px;
    border: 1px dashed #dedede;
    margin-right: 15px;
    margin-top: 5px;
    border-radius: 2px;
    cursor: pointer;
    vertical-align: middle;
}
.room-list-item .room-services .room-service-item:last-child {
    margin-right: 0;
}
.room-list-item .room-services .room-service-item i {
    font-size: 14px;
    display: block;
}
.room-list-item .room-services .room-service-item img {
    max-height: 14px;
    max-width: inherit;
    width: auto;
    display: block;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
}
.room-list-item .room-services .room-service-item:hover {
    background: #f5f3f0;
    color: #858a99;
}
.eb-room-price-breakdown {
    margin-top: 40px;
}
.room-breakdown-item {
    display: grid;
    grid-template-columns: 5fr 5fr 3fr;
    column-gap: 20px;
    padding: 5px 12px;
    background: #f6f8fb;
    font-size: 14px;
    border-radius: 2px;
    margin-top: 20px;
}
.room-breakdown-item .value {
    margin-left: auto;
}
.room-breakdown-item .value {
    margin-left: auto;
}
.room-services {
    position: relative;
}
.room-services .dragscroll {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    cursor: grab;
    overflow-x: scroll;
    box-sizing: content-box;
}
.room-services .dragscroll::-webkit-scrollbar {
    width: 0;
    background: 0 0;
}
.room-list-item.sidebar-none .room-price .price-amount {
    font-size: 24px;
}
.room-list-item.sidebar-none .room-price .text-before-price {
    font-size: 24px;
}
.room-list-item .room-price-search .eb-btn {
    padding: 4px 10px;
    width: 100%;
}
.room-list-item.room-list-item-archive .btn {
    width: auto;
    margin: 0 auto;
    background: #fff;
    border-style: solid;
    border-color: #fff;
    border-width: 0;
    color: #b18726;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 800;
}
.room-list-item.room-list-item-archive .btn:hover {
    background: #8b6d26;
    border-color: #8b6d26;
    color: #fff;
}
.room-list-item.room-list-item-archive .btn i {
    right: 14px;
    margin-top: -2px;
    vertical-align: middle;
    border-radius: 50%;
    line-height: 20px;
    height: 20px;
    width: 20px;
    background: #b18726;
    margin-left: 8px;
    margin-right: 0;
    color: #fff;
    font-size: 6px;
    text-align: center;
}
.room-list-item.room-list-item-archive .btn:hover i {
    background: #fff;
    color: #b18726;
}
.room-list-item .room-price-search .btn .booking-text {
    display: block;
    -webkit-animation: ebfadeIn 0.5s;
    animation: ebfadeIn 0.5s;
}
.room-list-item .room-price-search .btn .total-price-text {
    display: none;
}
.room-list-item .room-price-search .btn:hover .booking-text {
    display: none;
    -webkit-animation: ebfadeIn 0.5s;
    animation: ebfadeIn 0.5s;
}
.room-list-item .room-price-search .btn:hover .total-price-text {
    display: block;
    -webkit-animation: ebfadeIn 0.5s;
    animation: ebfadeIn 0.5s;
}
.room-list-item .room-details .title {
    margin: 0;
    line-height: 30px;
}
.room-list-item .room-details .title a {
    font-size: 20px;
    text-decoration: none;
}
.room-list-item .room-price-search .seasonal-pricing {
    display: block;
    margin: 0;
    font-size: 13px;
    color: #d52925;
}
.room-list-item .price-details {
    font-size: 12px;
    cursor: pointer;
}
.room-list-item .room-price-details {
    position: relative;
    height: 100%;
    border-left: 1px solid #ebebeb;
}
.room-list-item .room-price-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 30px;
    text-align: center;
    padding: 22px 12px;
    display: -webkit-box;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.room-list-item .normal-price {
    font-size: 20px;
    color: #606060;
    font-weight: 600;
}
.room-list-item .text-before-price {
    font-size: 16px;
}
.room-list-item .per-night-text {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 13px;
    font-weight: 600;
}
.room-list-item .select-booking-dates-notice {
    font-size: 11px;
    font-weight: 600;
    background: #f1f2f3;
    color: #979797;
    border-radius: 2px;
    line-height: 24px;
    cursor: pointer;
}
.room-list-item .min-max-booking-nights-notice {
    font-size: 11px;
    font-weight: 600;
    background: #fdf3e5;
    color: #b7a48a;
    border-radius: 2px;
    line-height: 24px;
}
.room-list-item .not-available-notice {
    font-size: 11px;
    font-weight: 600;
    background: #fbe8e8;
    color: #bd9b9b;
    border-radius: 2px;
    line-height: 24px;
}
.eb-archive-rooms .room-list-item .per-night-text {
    display: block;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.eb-page-header {
    padding: 50px 0;
    background: #f5f3f0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
.eb-page-header .title h1 {
    margin: 0;
    font-size: 26px;
    line-height: 38px;
}
.eb-page-header.eb-room-header .wrapper {
    display: grid;
    grid-template-columns: 3fr 1fr;
    overflow: unset;
}
.eb-page-header.eb-room-header .room-price {
    text-align: right;
    font-size: 14px;
    line-height: 1.2;
}
.eb-page-header.eb-room-header .normal-price {
    font-size: 26px;
    line-height: 38px;
}
.eb-page-header .title h1,
.eb-page-header.eb-room-header .room-price,
.eb-page-header.eb-room-header .normal-price {
    color: #606060;
}
.eb-page-header.eb-page-header-image .title h1,
.eb-page-header.eb-page-header-image.eb-room-header .room-price,
.eb-page-header.eb-page-header-image.eb-room-header .price-amount {
    color: #fff;
}
.eb-breadcrumbs {
    list-style: none;
    padding-left: 0;
}
.eb-breadcrumbs li {
    display: inline-block;
}
.eb-breadcrumbs,
.eb-breadcrumbs li a {
    font-size: 12px;
    line-height: 20px;
    color: #606060;
}
.eb-breadcrumbs li:after {
    content: "/";
    padding: 0 10px;
    color: #606060;
}
.eb-page-header-image .eb-breadcrumbs,
.eb-page-header-image .eb-breadcrumbs li a,
.eb-page-header-image .eb-breadcrumbs li:after {
    color: #fff;
}
.eb-breadcrumbs li.item-current::after {
    content: none;
}
.room-page .content {
    margin-top: 25px;
}
.room-page .content img {
    max-width: 100%;
    height: auto;
}
.room-page .content ul {
    margin: 20px 0 20px 20px;
}
.room-page .content ul li {
    font-size: 15px;
    line-height: 26px;
    list-style: outside none none;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}
.room-page .content ul li::before {
    position: absolute;
    background: #e3e3e3;
    border-radius: 100%;
    content: "";
    height: 6px;
    width: 6px;
    left: 0;
    top: 14px;
}
.room-page .section-title {
    margin-top: 50px;
    margin-bottom: 25px;
    font-size: 20px;
}
@page {
    size: auto;
    margin: 0;
}
.price-breakdown-item {
    font-size: 13px;
    background: #f5f4fb;
    border-radius: 2px;
    line-height: 24px;
    padding: 10px 15px;
    width: 100%;
    display: block;
}
.price-breakdown-item i {
    margin-right: 5px;
    font-size: 12px;
}
.room-page .room-info {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.room-page .room-info .item {
    display: flex;
    flex-wrap: wrap;
}
.room-page .room-info .room-info-content {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
}
.room-page .room-info .room-info-content div {
    font-weight: 600;
}
.room-page .room-info .item i {
    margin-right: 10px;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    background: #f2f5f3;
    margin-top: 2px;
}
.room-page .room-info .item i:before {
    margin-left: 0;
    font-size: 18px;
    position: relative;
    color: #8d9796;
}
.room-page .room-info .item span {
    font-weight: 600;
    font-size: 16px;
}
.room-main-details .room-title h1 {
    font-size: 28px;
    color: #606060;
}
.room-main-details .room-price {
    float: right;
}
.room-main-details .room-price .price-currency,
.room-main-details .room-price .price-amount {
    font-size: 28px;
    color: #606060;
}
.room-slider .swiper-container {
    height: 500px;
}
.room-full-slider .swiper-container {
    height: 550px;
}
.room-slider .swiper-slide-container {
    margin-left: auto;
    margin-right: auto;
}
.room-slider .swiper-slide {
    background-size: cover;
    background-position: center;
}
.room-slider .swiper-slide {
    border-radius: 2px;
}
.room-full-slider .swiper-slide {
    border-radius: 8px;
}
.room-slider-thumbs {
    margin-top: 15px;
    width: 100%;
}
.room-slider-thumbs .swiper-slide {
    height: 80px;
    width: auto;
    border-radius: 2px;
    cursor: pointer;
    opacity: 0.6;
    transition: 0.3s;
    background-size: cover;
    background-position: center;
}
.room-slider-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.room-slider .swiper-prev,
.room-slider .swiper-next {
    position: absolute;
    background: #fff;
    padding: 20px 15px;
    border-radius: 2px;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 99;
    opacity: 0.5;
    transition: 0.3s;
    outline: none;
}
.room-slider .swiper-prev {
    left: 15px;
}
.room-slider .swiper-next {
    right: 15px;
}
.room-slider:hover .swiper-prev,
.room-slider:hover .swiper-next {
    opacity: 1;
}
.room-slider .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #fff;
    width: 8px;
    border-radius: 50px;
    outline: none;
    opacity: 0.3;
    transition: 0.3s;
}
.room-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    opacity: 1;
}
.room-slider .swiper-slide a {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: zoom-in;
}
.room-full-slider {
    background: #f5f3f0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 100px 0;
}
.room-full-slider img {
    border-radius: 8px;
}
.mfp-close-btn-in .mfp-close {
    background: 0 0;
}
.similar-room-item {
    position: relative;
    width: 100%;
    height: 300px;
    background-size: cover;
    z-index: 1;
    background-position: center;
    backface-visibility: hidden;
    border-radius: 2px;
    overflow: hidden;
}
.similar-room-item a {
    height: 100%;
    width: 100%;
    position: absolute;
}
.similar-room-item .room-details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    z-index: 99;
    background: linear-gradient(to bottom, rgba(15, 15, 15, 0), rgba(15, 15, 15, 0.5) 100%);
}
.similar-room-item .room-title {
    margin: 0;
    display: inline-block;
    font-size: 14px;
    color: #fff;
}
.similar-room-item .room-price {
    float: right;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}
.eb-rooms-normal {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
}
.eb-rooms-normal.items-per-row-1 {
    grid-template-columns: repeat(1, 1fr);
}
.eb-rooms-normal.items-per-row-2 {
    grid-template-columns: repeat(2, 1fr);
}
.eb-rooms-normal.items-per-row-4 {
    grid-template-columns: repeat(4, 1fr);
}
.eb-rooms-normal.items-per-row-5 {
    grid-template-columns: repeat(5, 1fr);
}
.eb-rooms-normal.items-per-row-6 {
    grid-template-columns: repeat(6, 1fr);
}
.eb-rooms-grid,
.eb-rooms-grid .second-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 30px;
}
.eb-rooms-grid .room-item {
    margin-bottom: 0;
}
.room-item figure {
    position: relative;
    margin: 0;
    padding: 0;
}
.room-item .room-price {
    position: absolute;
    top: 10px;
    left: 10px;
}
.room-item .room-title {
    font-size: 18px;
}
.room-item .room-services .room-service-item {
    margin-right: 10px;
}
.eb-rooms-carousel.owl-carousel .owl-nav {
    width: 100%;
    position: absolute;
    top: 48%;
}
.eb-rooms-carousel.owl-carousel .owl-nav .owl-prev,
.eb-rooms-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -5px;
    background: #f5f5f5;
    outline: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.eb-rooms-carousel.owl-carousel .owl-nav .owl-prev {
    float: left;
    left: -70px;
}
.eb-rooms-carousel.owl-carousel .owl-nav .owl-next {
    float: right;
    right: -70px;
}
.daterangepicker {
    color: gray;
}
.eagle-booking-datepicker.form-control {
    display: block;
    cursor: pointer;
}
.eagle-booking-datepicker.form-control[readonly] {
    background: #fff;
}
.daterangepicker.dropdown-menu {
    margin-top: 0;
    padding: 10px;
    border: 1px solid #efefef;
    box-shadow: 0 12px 26px 0 rgba(178, 178, 178, 0.13);
    border-radius: 2px;
}
.daterangepicker:before {
    border-bottom: 7px solid #efefef;
    z-index: 9;
}
.daterangepicker .calendar .calendar-title {
    margin: 5px 0;
    color: #b5bec4;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}
.daterangepicker table,
.daterangepicker table tr,
.daterangepicker table td,
.daterangepicker table th {
    padding: 0;
    margin: 0;
    border-collapse: collapse !important;
}
.daterangepicker table {
    width: 100%;
    margin: 0;
    border-spacing: 2px;
    border-collapse: separate;
}
.daterangepicker .calendar td {
    width: 35px;
    height: 35px;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 35px;
    border: 0;
    border-radius: 1px;
}
.daterangepicker .calendar td.wrong-month {
    visibility: hidden;
}
.daterangepicker .calendar td.disabled,
.daterangepicker .calendar option.disabled {
    color: #ccc;
    text-decoration: none;
}
.single-eagle_rooms .daterangepicker .calendar td.available {
    color: #587f99;
    background: repeating-linear-gradient(-45deg, #bee5ff, rgb(255, 255, 255) 3px, rgb(235, 235, 235) 3px, rgb(235, 235, 235) 4px);
}
.daterangepicker .calendar .calendar-table td.in-range {
    background: rgba(25, 161, 247, 0.6);
    color: #fff;
}
.single-eagle_rooms .daterangepicker .calendar td.booked {
    color: #fd7285;
    background: repeating-linear-gradient(-45deg, #ffd2da, rgb(255, 255, 255) 3px, rgb(235, 235, 235) 3px, rgb(235, 235, 235) 4px);
}
.daterangepicker .calendar .calendar-table td.start-date,
.daterangepicker .calendar .calendar-table td.active,
.daterangepicker .calendar .calendar-table td.active:hover {
    background: #19a1f7;
    position: relative;
    color: #fff;
}
.daterangepicker td.start-date.end-date {
    border-radius: 0;
}
.daterangepicker .calendar td.end-date {
    background: #19a1f7;
    color: #fff;
}
.daterangepicker .calendar th {
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
}
.daterangepicker .calendar th.month {
    font-weight: 800;
}
.daterangepicker_input {
    display: none;
}
.daterangepicker label {
    color: #999;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}
.daterangepicker label a {
    margin-left: 5px;
    color: #999;
}
.daterangepicker .booking-nights {
    display: block;
    clear: both;
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
    border-top: 1px dashed #ebebeb;
}
.availability-calendar {
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    text-align: center;
    font-size: 14px;
    color: gray;
}
.availability-calendar a {
    text-decoration: none;
    color: inherit;
}
.availability-calendar .availability-calendar-header .btn-prev,
.availability-calendar .availability-calendar-header .btn-next {
    display: inline-block;
    padding: 10px;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
}
.availability-calendar .availability-calendar-header .btn-prev:hover,
.availability-calendar .availability-calendar-header .btn-next:hover {
    background: #eee;
    color: #999;
    cursor: pointer;
}
.availability-calendar .availability-calendar-header .btn-prev {
    float: left;
}
.availability-calendar .availability-calendar-header .btn-next {
    float: right;
}
.availability-calendar .availability-calendar-header .month {
    display: inline-block;
    font-size: 15px;
    font-weight: 800;
    line-height: 60px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.availability-calendar table.calendar {
    width: 100%;
    margin: 10px 0;
    border-spacing: 0;
    border: 0;
}
.availability-calendar thead .day-name {
    padding: 2px;
    font-size: 13px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 700;
}
.availability-calendar tr {
    border: none;
}
.availability-calendar .calendar tr {
    border: 0;
}
.availability-calendar .calendar tr td {
    padding: 1px;
    text-align: left;
}
.availability-calendar .day {
    position: relative;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    background: #bee5ff;
    color: #587f99;
    background: repeating-linear-gradient(-45deg, #bee5ff, rgb(255, 255, 255) 3px, rgb(235, 235, 235) 3px, rgb(235, 235, 235) 4px);
    width: 100%;
    padding: 2px;
    font-weight: 700;
}
.availability-calendar .day.event {
    background: #ffd2da;
    color: #fd7285;
    background: repeating-linear-gradient(-45deg, #ffd2da, rgb(255, 255, 255) 3px, rgb(235, 235, 235) 3px, rgb(235, 235, 235) 4px);
}
.availability-calendar .day.today {
    background: repeating-linear-gradient(-45deg, #bee5ff, rgb(255, 255, 255) 3px, rgb(235, 235, 235) 3px, rgb(160, 160, 160, 1) 4px);
}
.availability-calendar .day.event.today {
    background: repeating-linear-gradient(-45deg, #ffd2da, rgb(255, 255, 255) 3px, rgb(235, 235, 235) 3px, rgba(160, 160, 160, 1) 4px);
}
.availability-calendar .day.wrong-day {
    background: repeating-linear-gradient(-45deg, rgb(255, 255, 255), rgb(255, 255, 255) 3px, rgb(235, 235, 235) 3px, rgb(235, 235, 235) 4px);
    color: #858a99;
}
.availability-calendar .day.wrong-month {
    visibility: hidden;
}
.availability-calendar .event-container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #545a5c;
}
.availability-calendar .day .room-price {
    position: relative;
    top: -5px;
    margin-left: 10px;
    font-size: 10px;
}
.availability-calendar .filler {
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #545a5c;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.availability-calendar-list-availability {
    padding-left: 0 !important;
    margin-left: 0;
    margin-top: 15px;
}
.availability-calendar-list-availability li {
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    margin-left: 0;
    margin-bottom: 0 !important;
}
.availability-calendar-list-availability li span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
}
.availability-calendar-list-availability li span.not-available {
    background: #ffd2da;
}
.availability-calendar-list-availability li span.available {
    background: #bee5ff;
}
.irs--round .irs-handle {
    width: 18px;
    height: 18px;
    top: 28px;
    border: 4px solid #19a1f7;
}
.irs--round .irs-bar {
    background: #19a1f7;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    font-size: 11px;
    background: #19a1f7;
}
.irs--round .irs-min,
.irs--round .irs-max {
    font-size: 12px;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    border-top-color: #19a1f7;
}
.irs--round .irs-min,
.irs--round .irs-max {
    color: #858a99;
}
.irs--round .irs-grid-text {
    font-size: 12px;
}
.wrapper-cell {
    width: 100%;
    display: -webkit-box;
    display: flex;
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #ebebeb;
}
@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -868px 0;
    }
    100% {
        background-position: 468px 0;
    }
}
@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}
.animated-background,
.image-line,
.text-line,
.service-line,
.button-line,
.price-line,
.night-line {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #f6f6f6), color-stop(18%, #f0f0f0), color-stop(33%, #f6f6f6));
    background: linear-gradient(to right, #f6f6f6 8%, #f0f0f0 18%, #f6f6f6 33%);
    background-size: 800px 104px;
    height: 96px;
    position: relative;
}
.wrapper-cell {
    display: grid;
    grid-template-columns: 5fr 5fr 3fr;
    column-gap: 20px;
}
.image-line {
    height: 100%;
    min-height: 212px;
}
.text-cell {
    padding: 15px 0;
}
.price-cell {
    padding: 50px 20px;
    border-left: 1px dashed #ebebeb;
}
.text-line {
    height: 8px;
    width: 100%;
    margin: 9px 0;
}
.text-line:nth-of-type(4) {
    width: 70%;
}
.title-line {
    height: 20px;
    margin-bottom: 20px;
}
.service-line {
    display: inline-block;
    width: 42px;
    height: 26px;
    margin-right: 11px;
    margin-top: 20px;
}
.service-line:last-child {
    margin-right: 0;
}
.price-line {
    width: 50%;
    height: 15px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.night-line {
    height: 5px;
    width: 30%;
    margin: 0 auto;
}
.button-line {
    margin-top: 40px;
    height: 37px;
}
.text-line:last-child {
    width: 70%;
}
.eb-guestspicker {
    position: relative;
}
.guestspicker.form-control {
    line-height: 28px;
    cursor: pointer;
}
.eb-guestspicker .eb-guestspicker-content {
    position: absolute;
    width: 100%;
    margin-top: 0;
    padding: 15px;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    border: 1px solid #efefef;
    color: #858a99;
    box-shadow: 0 12px 26px 0 rgba(178, 178, 178, 0.13);
    border-radius: 2px;
    z-index: 99;
    display: none;
}
.eb-guestspicker.active .eb-guestspicker-content {
    visibility: visible;
    opacity: 1;
    display: block;
}
.eb-guestspicker .eb-guestspicker-content:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #efefef;
    position: absolute;
    display: inline-block;
    content: "";
}
.eb-guestspicker .guests-buttons {
    display: -webkit-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.eb-guestspicker .guests-buttons:last-child {
    margin-bottom: 0;
}
.eb-guestspicker-content .qtyButtons:first-child {
    margin-top: 8px;
}
.eb-guestspicker-content .qtyButtons:last-child {
    margin-bottom: 3px;
}
.eb-guestspicker .guests-button {
    margin-left: auto;
}
.eb-guestspicker .guests-button input {
    outline: 0;
    font-size: 15px;
    text-align: center;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    border: 0;
    box-shadow: none;
    pointer-events: none;
    display: inline-block;
}
.eb-guestspicker .description label {
    display: block;
    margin-bottom: 0;
}
.eb-guestspicker .ages {
    font-size: 12px;
    line-height: 12px;
}
.eb-guestspicker .plus,
.eb-guestspicker .minus {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 10px;
    background: #fafafa;
    border: 1px solid #d4d9e1;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-family: fontawesome;
}
.eb-guestspicker .plus:hover,
.eb-guestspicker .minus:hover {
    background: #efefef;
}
.eb-guestspicker .plus:active,
.eb-guestspicker .minus:active {
    position: relative;
    box-shadow: #fff 0 0 0 4px, #3e4c66 0 0 0 5px, rgba(255, 255, 255, 0.5) 0 0 0 6px !important;
    -webkit-transition: box-shadow 0.2s ease 0s;
    transition: box-shadow 0.2s ease 0s;
    z-index: 99;
}
.eb-guestspicker .plus:before {
    content: "\f067";
}
.eb-guestspicker .minus:before {
    content: "\f068";
}
.eb-select {
    position: relative;
}
.eb-select .form-control {
    line-height: 30px;
    cursor: pointer;
}
.eb-select .eb-select-list {
    display: none;
    position: absolute;
    width: 100%;
    margin-top: -15px;
    background: #fff;
    border: 1px solid #dedede;
    color: #858a99;
    box-shadow: 0 12px 26px 0 rgb(178 178 178/13%);
    border-radius: 2px;
    z-index: 99;
    list-style: none;
    padding-left: 0;
}
.eb-select .eb-select-list.active {
    display: block;
}
.eb-select .eb-select-list li {
    padding: 5px 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #dedede;
    font-size: 14px;
    cursor: pointer;
}
.eb-select .eb-select-list li.selected,
.eb-select .eb-select-list li:hover {
    background: #efefef;
}
.room-services-list [class^="eb-g"] {
    row-gap: 15px;
}
.room-services-list .room-services-item {
    padding: 5px 12px;
    border: 1px dashed #dedede;
    font-size: 14px;
    border-radius: 2px;
}
.room-services-list .room-services-item i,
.room-services-list .room-services-item img {
    margin-right: 8px;
}
.room-services-list .room-services-item img {
    display: inline-block;
    max-height: 14px;
    width: auto;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.room-services-list.no .room-services-item {
    color: #f1572f;
}
.room-services-list-page {
    margin-top: 0;
    margin-bottom: 0;
}
.room-services-list-page .room-services-item {
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
    border-radius: 2px;
}
.room-services-list-page .room-services-item i,
.room-services-list-page .room-services-item img {
    margin: 0 auto;
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
}
.room-services-list-page .room-services-item img {
    max-height: 18px;
}
.room-services-list.no .room-services-item {
    color: #f1572f;
}
.room-more-details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 13px;
    border-top: 1px solid #ededed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.room-more-details.open {
    background: #fff;
}
.room-more-details.open:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 10px;
    background: #fff;
}
.room-more-details i {
    margin-left: 5px;
}
.room-more-details:hover {
    color: #606060;
    cursor: pointer;
}
.room-quick-details {
    display: none;
    padding: 20px;
    border-top: 1px solid #ededed;
}
.room-quick-details.open {
    display: block;
    background: #fff;
}
.room-quick-details .room-services-list {
    margin: 40px 0;
}
.room-quick-details .room-services-list:last-child {
    margin-bottom: 0;
}
.room-quick-details .room-services-list .room-services-item {
    padding: 3px 10px;
}
.room-page figure img {
    width: auto !important;
    max-width: 100%;
    border-radius: 2px;
}
.single-place {
    padding-top: 0;
    padding-bottom: 100px;
}
.place-details .place-image {
    position: relative;
}
.place-details .place-image img {
    display: block;
    width: 100%;
    height: auto;
}
.place-details .place-title {
    padding: 50px;
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0));
}
.place-details .details {
    padding-top: 30px;
}
.place-details .place-title .title {
    font-size: 38px;
    color: #fff;
}
@-webkit-keyframes ebfadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes ebfadeIn {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-webkit-keyframes ebfadeOut {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes ebfadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.eb-user-dashboard,
.eb-user-dashboard a {
    color: #606060;
}
.eb-user-dashboard a:hover,
.eb-user-dashboard a:active,
.eb-user-dashboard a:focus {
    color: #303030;
}
.eb-user-dashboard input {
    margin-bottom: 30px;
}
.eb-user-dashboard .no-bookings {
    padding: 100px 0;
    text-align: center;
}
.eb-user-dashboard .no-bookings a {
    color: #19a1f7;
    display: block;
    font-style: italic;
    padding-top: 15px;
}
.eb-user-dashboard .no-bookings i {
    display: block;
    font-size: 34px;
    margin-bottom: 20px;
    color: #d6d9db;
}
.eb-user-dashboard .login-page .title {
    text-align: center;
}
.eb-user-dashboard .login-form {
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    border: 1px solid #e6e9eb;
    border-radius: 2px;
    width: 400px;
}
.eb-user-dashboard .login-form input {
    margin-bottom: 30px;
}
.eb-user-dashboard .login-form .status {
    display: block;
    padding: 2px 5px;
    border-radius: 2px;
    background: #000;
    color: #fff;
}
.eb-user-dashboard .login-form .login-form-footer a {
    font-size: 14px;
    color: #858a99;
    display: inline-block;
    margin-top: 20px;
}
.eb-user-dashboard .login-form .login-form-footer a + a {
    float: right;
}
.eb-user-dashboard .login-form .gdpr {
    display: flex;
}
.eb-user-dashboard .login-form .gdpr label {
    margin-left: 5px;
}
.eb-user-dashboard .login-form .status .status-success {
    background: #c8e8d1;
    color: #fff;
}
.eb-user-dashboard .login-form .status .status-error {
    background: #d82222;
    color: #fff;
}
.eb-user-dashboard label {
    display: block;
    margin-bottom: 5px;
}
.eb-user-dashboard .login-form label {
    display: inline-block;
    margin-bottom: 0;
}
label .required {
    color: red;
}
.eb-account-menu {
    margin-bottom: 50px;
    border-radius: 2px;
    background: #f5f3f0;
    position: relative;
    border-bottom: 1px solid #ededed;
}
.eb-account-menu ul {
    text-align: center;
    list-style: none;
    padding-left: 0 !important;
}
.eb-account-menu ul li {
    display: inline-block;
    margin-bottom: 0 !important;
}
.eb-account-menu ul li.active {
    border-bottom: 1px solid #19a1f7;
}
.eb-account-menu ul li a {
    display: block;
    padding: 20px 40px;
    font-size: 14px;
    color: #606060;
    font-weight: 700;
}
.eb-account-menu .user-avatar img {
    border-radius: 50%;
}
.mlduo-stat-box {
    background: #19a1f7;
    height: 120px;
    border-radius: 2px;
    padding: 30px;
    margin-bottom: 20px;
    overflow: hidden;
}
.mlduo-stat-box h2,
.mlduo-stat-box p {
    color: #fff;
    margin: 0;
    font-weight: 400;
}
.mlduo-stat-box i {
    position: absolute;
    top: 34px;
    right: 44px;
    font-size: 50px;
    color: rgba(0, 0, 0, 0.15);
}
.eb-user-dashboard .eb-user-bookings-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
    border: 0;
    font-size: 14px;
    line-height: 22px;
}
.eb-user-dashboard .eb-user-bookings-table tr {
    background: #fff;
}
.eb-user-dashboard .eb-user-bookings-table tr th {
    background: #f2f2f2;
    padding: 10px 12px;
}
.eb-user-dashboard .eb-user-bookings-table tr td {
    padding: 18px 15px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}
.eb-user-dashboard .eb-user-bookings-table tr td:first-child {
    border-left: 1px solid #f2f2f2;
}
.eb-user-dashboard .eb-user-bookings-table tr td:last-child {
    border-right: 1px solid #f2f2f2;
}
.eb-user-dashboard .eb-user-bookings-table tr td img {
    border-radius: 50%;
}
.eb-user-dashboard .eb-booking-status.eb-pending-payment {
    color: #bd9b57;
}
.eb-user-dashboard .eb-booking-status.eb-completed {
    color: #50b64a;
}
.eb-user-dashboard .eb-booking-status.eb-pending {
    color: #90302f;
}
.eb-user-dashboard .eb-booking-status.eb-canceled {
    color: #f5f5f5;
}
.eb-user-dashboard .view-booking-link {
    color: #19a1f7;
}
.eb-main-booking-details {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    font-size: 13px;
}
.eb-main-booking-details-head {
    padding: 10px 30px;
}
.eb-main-booking-details-head span {
    display: block;
    line-height: 22px;
    font-weight: 700;
}
.eb-main-booking-details-head span + span {
    color: #333;
    font-weight: 400;
}
.eb-suborder-item {
    padding: 15px 30px;
    border-bottom: 1px dashed #eaeaea;
}
.eb-suborder-item:last-child {
    border-bottom: 0;
}
.eb-booking-details-footer {
    margin-top: 50px;
    font-size: 14px;
}
.eb-booking-details-footer span {
    display: block;
    line-height: 24px;
    font-weight: 700;
    color: #333;
}
.eb-booking-details-footer span + span {
    font-weight: 400;
}
.eb-booking-synopsis {
    min-width: 300px;
}
.eb-booking-synopsis span {
    display: inline-block;
    font-weight: 400;
}
.eb-booking-synopsis-item span + span {
    float: right;
    color: #151515;
}
.eb-booking-synopsis .eb-booking-synopsis-item {
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 0;
}
.eb-booking-synopsis .eb-booking-synopsis-item.total {
    border-bottom: none;
    font-weight: 700;
    font-size: 16px;
}
.eb-booking-synopsis .eb-booking-synopsis-item.total span {
    font-weight: 700;
}
.eb-only-printable {
    display: none;
}
@media print {
    * {
        font-size: 13px !important;
        line-height: 1 !important;
    }
    html,
    body {
        height: 100vh;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden;
    }
    .eb-only-printable {
        display: block;
        text-align: center;
    }
    .eb-page * {
        visibility: hidden;
        margin: 0 !important;
        padding: 0 !important;
    }
    .thankyou-page .eb-printable {
        width: 100vw;
        border: 0;
    }
    .eb-printable,
    .eb-printable * {
        line-height: 2 !important;
        visibility: visible;
        margin: 0 !important;
        padding: 0 !important;
        border: 0;
    }
    .eb-printable {
        padding: 0 80px !important;
        overflow: hidden;
    }

    .eb-printable.eb-thank-details ul {
        margin-top: 50px !important;
    }
    .eb-main-booking-details-head span {
        display: inline-block;
    }
    .eb-page button,
    .eb-page .btn {
        display: none;
    }
    a[href]:after {
        display: none;
        visibility: hidden;
    }
}
[class^="eb-g-"] {
    display: grid;
    column-gap: 30px;
    row-gap: 30px;
}
.eb-g-c-g-40 {
    column-gap: 40px;
}
.eb-g-c-g-50 {
    column-gap: 50px;
}
.eb-g-2 {
    grid-template-columns: 1fr 1fr;
}
.eb-g-3 {
    grid-template-columns: 1fr 1fr 1fr;
}
.eb-g-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.eb-g-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.eb-g-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.eb-g-1-2 {
    grid-template-columns: 1fr 2fr;
}
.eb-g-1-3 {
    grid-template-columns: 1fr 3fr;
}
.eb-g-1-4 {
    grid-template-columns: 1fr 4fr;
}
.eb-g-1-5 {
    grid-template-columns: 1fr 5fr;
}
.eb-g-2-1 {
    grid-template-columns: 2fr 1fr;
}
.eb-g-2-3 {
    grid-template-columns: 2fr 3fr;
}
.eb-g-2-4 {
    grid-template-columns: 2fr 4fr;
}
.eb-g-2-5 {
    grid-template-columns: 2fr 5fr;
}
.eb-g-2-6 {
    grid-template-columns: 2fr 6fr;
}
.eb-g-2-7 {
    grid-template-columns: 2fr 7fr;
}
.eb-g-3-1 {
    grid-template-columns: 3fr 1fr;
}
.eb-g-3-2 {
    grid-template-columns: 3fr 2fr;
}
.eb-g-3-4-2 {
    grid-template-columns: 3fr 4fr 2fr;
}
.eb-g-3-3-1 {
    grid-template-columns: 3fr 3fr 1fr;
}
.eb-g-3-3-2 {
    grid-template-columns: 3fr 3fr 2fr;
}
.eb-g-3-1-1 {
    grid-template-columns: 3fr 1fr 1fr;
}
.eb-g-3-1-2 {
    grid-template-columns: 3fr 1fr 2fr;
}
.eb-g-5-1-3 {
    grid-template-columns: 5fr 1fr 3fr;
}
.eb-g-5-2 {
    grid-template-columns: 5fr 2fr;
}
.eb-g-5-3 {
    grid-template-columns: 5fr 3fr;
}
.eb-g-6-2 {
    grid-template-columns: 6fr 2fr;
}
.eb-g-7-2 {
    grid-template-columns: 7fr 2fr;
}
.eb-column {
    min-width: 0;
    min-height: 0;
}
.eb-branches-grid {
    column-gap: 60px;
}
.eb-branch-item {
    height: 500px;
    margin-bottom: 30px;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}
.eb-branch-item figure {
    height: 100%;
    border-radius: 4px;
    transition: 0.3s;
}
.eb-branch-item:hover figure {
    margin-left: 50px;
}
.eb-branch-item .eb-branch-item-logo {
    background: #fff;
    position: absolute;
    top: -50px;
    left: -50px;
    padding: 15px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
}
.eb-branch-item .eb-branch-item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 15px;
    font-size: 22px;
    color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0));
    border-radius: 0 0 4px 4px;
}
.eb-branch-item .eb-branch-item-info {
    background: #f5f3f0;
    position: absolute;
    top: calc(50% - 58px);
    left: 15px;
    padding: 15px;
    width: 45px;
    border-radius: 4px;
    overflow: hidden;
    pointer-events: none;
    z-index: 999;
    transition: 0.3s;
}
.eb-branch-item:hover .eb-branch-item-info {
    width: 250px;
}
.eb-branch-item .eb-branch-item-info ul {
    list-style: none;
    padding-left: 0;
}
.eb-branch-item .eb-branch-item-info ul li {
    color: #7e7e7e;
    display: flex;
    overflow: hidden;
    margin-bottom: 20px;
    white-space: nowrap;
}
.eb-branch-item .eb-branch-item-info ul li:last-child {
    margin-bottom: 0;
}
.eb-branch-item .eb-branch-item-info ul li span {
    margin-left: 10px;
    margin-top: -2px;
    line-height: 18px;
}
.eb-branch-page .eb-branch-header {
    position: relative;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background: #f5f3f0;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
}
.eb-branch-page .eb-branch-header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.eb-branch-cover {
    display: flex;
    position: relative;
    bottom: -100px;
}
.eb-branch-page .eb-branch-header .eb-branch-image {
    min-height: 600px;
    min-width: 40%;
    max-width: 40%;
    background-size: cover;
    background-position: center;
    position: relative;
}
.eb-branch-page .eb-branch-header .eb-branch-image .parallax-mirror {
    border-radius: 8px;
}
.eb-branch-page .eb-branch-details {
    width: 100%;
    z-index: 9;
    margin-left: 50px;
}
.eb-branch-page .eb-branch-logo {
    position: absolute;
    width: 130px;
    height: 130px;
    left: -64px;
    top: -64px;
    background: #fff;
    border: 6px solid #f5f3f0;
    text-align: center;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.eb-branch-page .eb-branch-logo img {
    max-width: 100%;
}
.eb-branch-page .eb-branch-info {
    height: 100%;
    position: relative;
}
.eb-branch-page .eb-branch-info .eb-branch-title {
    font-size: 30px;
    color: #666;
}
.eb-branch-page .eb-branch-info ul {
    margin-top: 30px;
    padding-left: 30px;
}
.eb-branch-page .eb-branch-info ul li {
    padding: 5px 0;
}
.eb-branch-page .eb-branch-info .eb-branch-contact {
    list-style: none;
    padding-left: 0;
}
.eb-branch-page .eb-branch-info .eb-branch-contact li {
    display: inline-block;
    margin-right: 15px;
}
.eb-branch-page .eb-branch-info .eb-branch-contact li:last-child {
    margin-right: 0;
}
.eb-branch-page .eb-branch-info .eb-branch-contact li {
    color: #7e7e7e;
}
.eb-branch-page .eb-branch-info .eb-branch-contact li i {
    margin-right: 5px;
}
.eb-branch-page .eb-branch-rooms {
    padding: 100px 0;
    margin-top: 100px;
}
.eb-branch-page .eb-branch-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.eb-branch-page .eb-branch-rooms-title {
    font-size: 22px;
}
.eb-branch-search-form {
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 2px;
    padding: 20px;
    position: absolute;
    width: 100%;
    bottom: 60px;
}
.eb-branch-search-form .search-form {
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    grid-column-gap: 25px;
}
.eb-branch-search-form .form-control {
    height: 46px;
    line-height: 33px;
}
.eb-branch-search-form label {
    display: none;
}
.eb-branch-search-form #eb_search_form i {
    margin-right: 0;
    font-size: 16px;
}
