/**
 *
 * STYLE FOR COMPONENTS PER PROJECT - START
 *
 */
/**
 *
 * FOLLOW THE GENERAL STYLE GUIDE AND ADD THE CORRESPONDING CSS
 *
 */

/**
    BACKGROUND STYLES START - DESKTOP + MOBILE same
*/
[v-cloak] {
    display: block;
    padding: 50px 0;
}
[v-cloak] > *, [v-cloak] > div > * {

    display: none!important;

}
@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

[v-cloak]:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner 0.6s linear infinite;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

[v-cloak]>* {
    display: none;
}
.disableButton:disabled {
    cursor:not-allowed;
}

/* Adding cursor just works: */
a[aria-disabled="true"] {
    cursor: not-allowed !important;
}

/* Makes link non-clickable: */
a[aria-disabled="true"]:active {
    pointer-events: none;
}


/* @lightbox */
.modal {
    background-color: #fff;
}

/* OVERLAY - $overlay */
.modal-open .modal {
    background-color: rgba(34, 34, 34, 0.6);
    overflow-y: auto;
    padding-right: 0!important;
}

/* DIVIDERS START - $dividerColor */
.divider__footer--desktop {
    width: 555px;
    height: 1px;
    margin: 0 auto;
}

.bottom-line {
    width: 2rem;
    height: 0.063rem;
    display: -webkit-box;
}

.line_bottom {
    width: 36px;
    display: block;
    margin-left: 0;
    position: absolute;
    bottom: -3px;
    left: 0;
}
/** DIVIDERS END */

/**
    BACKGROUND STYLES END
*/


/**
    FONT STYLES START
 */

/**
    DESKTOP
 */
/* @sectionHeading */
.sectionHeading, .calendar .calendar-heading {
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
}

/* @cardHeading */
.cardHeading {
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
}

/* @bodyText */
body > *, .bodyText {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
}
/* @smallText */
.smallText, .calendar .calendar-date .calendar-date-heading {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
}

.ohip .calendar .calendar-date .calendar-date-heading {
    margin: 0px;
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
}

.calendar .calendar-date .calendar-date-heading span {
    display: none;
}

/* @cardRateName */
.cardRateName {
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
}

/* this does not exist in the style guide but you can find it in the designs */
.currency-symbol {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
}

/* @bodyLink */
body a {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

a:not([href]):not([tabindex]) {
    text-decoration: none;
}

/* PROGRESS BAR START - @progress-steps-current, @progress-steps-complete, @progress-steps-future */
#progress-steps .container {
    padding: 0;
}
#progress-steps .progress-steps-desktop {
    padding: 40px 0 21px;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    display: inline-block;
}

#progress-steps .progress-steps-desktop .step {
    display: inline-block;
}

#progress-steps .progress-steps-desktop .active {
    font-weight: 600;
    text-decoration: underline;
}

.icon-progress-step-separator {
    margin-left: 10px;
}

.icon-progress-step-separator:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f054";
    font-size: 14px;
    font-style: normal;
}
/* PROGRESS BAR END */


/**
    MOBILE
 */
@media screen and (max-width: 768px) {
    /* @sectionHeading */
    .sectionHeading {
        font-size: 24px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
    }
    /* @cardHeading */
    .cardHeading {
        font-size: 20px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
    }

    /* @bodyText */
    body {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
    }
    /* @smallText*/
    .smallText {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
    }
    /* @cardRateName */
    .cardRateName {
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
    }
    /* @bodyLink */
    body a {
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
    }
}

/**
    FONT STYLES END
 */

/**
 * BUTTONS START
 *
 */
.btn {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    padding: 15px;
    height: 50px;
}

.btn-primary {
    display: inline-block;
}

.btn-primary:disabled, a[aria-disabled="true"] {
    opacity: 0.3;
}

.btn-secondary:disabled, .calendar-mobile-btn:disabled {
    opacity: 0.3;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none !important;
}

.skip-btn {
    float: right;
}
.skip-btn i {
    margin-right: 0;
}
/** BUTTONS END */

/**
    CHECKBOXES START - DESKTOP + MOBILE same
 */
span.custom-check {
    margin-right: 10px;
    border-radius: 2px;
    border: solid 1px #908E8E;
    background-color: #fff;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    margin-left: 0;
    /*top: -2px;*/
    position: relative;
}

span.custom-check:focus {
    background-color: #fff;
}

input[type=checkbox]:checked + span.custom-check:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f00c";
    color: #fff;
    line-height: 16px;
    font-size: 14px;
    text-align: center;
    animation: form-zoom .5s ease-in-out;
    padding: 2px;
    border-radius: 2px;
    position: absolute;
    left: -1px;
    top: -1px;
    height: 20px;
    width: 20px;
    border: none;
}

span.custom-check:disabled {
    opacity: 0.6;
    border: solid 1px #bbb;
    background-color: #fff;
}

/**
    CHECKBOXES END
 */

/**
 RADIO BUTTONS START - DESKTOP + MOBILE same
 */
span.custom-radio {
    margin-right: 10px;
    border-radius: 100px;
    border: solid 1px #bbb;
    background-color: #fff;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    margin-left: 0;
    top: -2px;
    position: relative;
}

span.custom-radio:focus {
    background-color: #fff;
}

input[type=radio]:checked + span.custom-radio:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    font-weight: 300;
    line-height: 16px;
    text-align: center;
    animation: form-zoom .5s ease-in-out;
    padding: 2px 0px;
    position: absolute;
    left: -1px;
    top: -1px;
    height: 16px;
    width: 16px;
    border-radius: 100px !important;
}

span.custom-radio:disabled {
    opacity: 0.6;
    border-radius: 100px;
    border: solid 1px #bbb;
    background-color: #fff;
}

/**
 RADIO BUTTONS END
 */

/**
    FORM FIELDS START
 */
.form-control, .form-control:active {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    border-radius: 2px;
    border: solid 1px #908E8E;
    background-color: #fff;
}

.form-control:focus {
    border-radius: 2px;
    background-color: #fff;
}

.form-control:disabled {
    opacity: 0.5;
    border-radius: 2px;
    border: solid 1px #908E8E;
    background-color: #fff;
}

.form-control[readonly] {
    border-radius: 2px;
    border: solid 1px #908E8E;
    background-color: #fff;
}

.form-control.valid {
    border-radius: 2px;
    border: solid 1px #bbb;
    background-color: #fff;
    padding-right: calc(1.5em + .75rem);
    background-image: url(../images/icons/p3/form-valid-tick.svg);
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.custom-select.valid {
    border-radius: 2px;
    border: solid 1px #bbb;
    background-color: #fff;
}

.form-control::placeholder {
    border-radius: 2px;
    border: solid 1px #bbb;
    background-color: #fff;
}

/**
    FORM FIELDS END
 */


/** ERRORS START */
.errors-list {
    list-style-type: none;
    color: #e1574c;
}

label.validationError {
    font-size: 11px;
    color: #E81602;
    margin-top: 5px;
}
.guest-details-error p {
    color: #e1574c;
}

.form-control.validationError {
    border: 1px solid #e1574c;
    padding-right: calc(1.5em + .75rem);
    background-image: url(../images/icons/p3/form-invalid-x.svg);
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.custom-select.validationError {
    border: 1px solid #e1574c !important;
}

.form-control.validationError:focus {
    background-image: none;
    border: 1px solid #e1574c;
}
/** ERRORS END */

/** loading spinner START */
.loading-spinner-essential {
    color: #ffffff;
}

.loading-spinner-essential i {
    margin-right: 0;
}

/** loading spinner END */

/** Font Awesome Pro version icons */

/**
    SOME CLIENTS HAVE A PRICE .00 with a smaller font and the previous numbers with a bigger font
    SET IT UP HERE (you will need to retrieve the font-size from the design pages, not the style guide)
 */
.custom-price span.bigger-price {
    font-size: 18px;
    font-weight: 600;
}
/**
 *
 * STYLE FOR COMPONENTS PER PROJECT - END
 *
 */

/**
 *
 * GENERAL STYLE - START
 *
 */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
}

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

*, *:after, *:before {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}


p {
    word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}

button {
    margin-bottom: 0;
}

button:focus {
    outline: 1px solid #7a7676;
}

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/**
 * restrict OCI/OCO logos to max 300px;
 */
.header .logo img,
.header .div--logo-hidden img,
.footer .footer__logo{
    max-width: 300px;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

.btn:focus {
    box-shadow: none;
}

.btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show > .btn.dropdown-toggle:focus {
    box-shadow: none;
}

select:focus {
    outline: none;
    box-shadow: none;
}

a:hover {
    cursor: pointer;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

ul {
    list-style-position: outside;
}

.form-control {
    box-shadow: none;
    height: 50px;
}

.form-control:focus, #guestDetailsForm .phone-number-prefix:focus {
    box-shadow: none;
    box-shadow: 0 0 0 2px #000;
}

form select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-repeat: no-repeat;
}

.container {
    position: relative;
}

i {
    margin-right: 10px;
}

/**
 *
 * GENERAL STYLE - END
 *
 */

/**
 *
 * OVERWRITE BOOTSTRAP STYLE - START
 *
 */
.modal-open {
    padding-right: 0 !important;
}

.modal-header {
    border-bottom: none;
}

/**
 *
 * OVERWRITE BOOTSTRAP STYLE - END
 *
 */

/**
 *
 * OVERWRITE SLICK STYLE - START
 *
 */

.slick-prev {
    z-index: 100;
    left: 0px;
    height: 100%;
    width: 25px;
}

button.slick-prev:focus {
    outline: none;
}

.slick-prev .slick-prev-icon:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f053";
    font-size: 20px;
    font-style: normal;
}

.slick-next {
    z-index: 100;
    right: 0px;
    height: 100%;
    width: 25px;
    /*background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);*/
}
.slick-next:hover, .slick-next:focus, .slick-prev:hover, .slick-prev:focus {
    background: rgba(0,0,0,0.9);
}
button.slick-next:focus {
    outline: none;
}

.slick-next .slick-next-icon:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f054";
    font-size: 20px;
    font-style: normal;
}

@media screen and (min-width: 992px) {
    .slick-prev {
        width: 50px;
    }
    .slick-next {
        width: 50px;
    }
}

.slick-initialized {
    visibility: visible;
}

.desktop-slider.slick-initialized {
    visibility: visible;
}

.slick-dots {
    margin-top: -50px;
    bottom: 10px;
}

.slick-dots li {
    margin: 0;
}

.slick-dots li button:before {
    color: #fff !important;
    opacity: 1;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}


.tab-content .slider-nav .slick-list {
    padding: 0 !important;
}

.tab-content .slider-nav .slick-list .slick-track {
    transform: none !important;
    max-width: 885px !important;
    margin: 10px 0 0 0;
}

.slick-initialized .slick-slide {
    display: inline-block;
}

/**
 *
 * OVERWRITE SLICK STYLE - END
 *
 */




/*select {*/
/*    background-size: 15px;*/
/*    background-position: calc(100% - 8px) 50%;*/
/*    padding: 4px 23px 4px 10px;*/
/*}*/
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url(/images/icons/chevron-down-light.svg);
    background-position: 97.5% center;
    background-repeat: no-repeat;
    background-size: 12px auto;
    padding-right: 22px;
}
.custom-select {
    background-image: url("/images/icons/chevron-down-light.svg");
    background-size: 12px auto;
    background-position: 94.5% center;
    background-repeat: no-repeat;
/*url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px*/
}

.modify-cover {
    display: none;
    border: 0;
}


/** HIDDEN ELEMENTS START */
.form-check input[type=checkbox], .form-check input[type=radio], label input[type=checkbox], label input[type=radio] {
    position: relative;
    left: 15px;
    opacity: 0;
    height: 16px;
    width: 16px;
}
.form-check input[type=checkbox]:focus, .form-check input[type=radio]:focus, label input[type=checkbox]:focus, label input[type=radio]:focus {
    position: relative;
    left: 20px;
    opacity: 0;
    height: 16px;
    width: 16px;
    z-index: 2;
}
.form-check input[type=checkbox]:checked:focus, .form-check input[type=radio]:checked:focus, label input[type=checkbox]:checked:focus, label input[type=radio]:checked:focus {
    position: relative;
    left: 15px;
    opacity: 0;
    height: 16px;
    width: 16px;
    box-shadow: none;
}
.rates-wrapper {
    display: none;
}
/** HIDDEN ELEMENTS END */

/** HEADER START */
header {
    padding: 1rem 0;
}

header .container {
    align-items: center;
    justify-content: end;
}

.menu--bars {
    font-size: 30px;
    cursor: pointer;
    float: left;
    margin-top: 5px;
}

.logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.div--logo-hidden {
    visibility: hidden;
    width: 1px;
}

.div--logo-hidden a {
    overflow: hidden;
    width: 100%;
}

.navbar .hotel-info-buttons button[href='#mapTab'] {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

#mobile-hotel-info {
    padding: 1rem;
}

.navbar-brand {
    margin-left: 5%;
}

.navbar-brand img {
    width: 95px;
    height: 18px;
}

#navbar-movable-items {
    display: flex;
    align-items: center;
}

/*!* nav menu *!*/

/** HEAD OF THE PAGE START */
.section__heading, .section__heading--addons {
    text-align: left;
    position: relative;
    max-width: 1110px;
    margin: 3rem 0;
}
/** HEAD OF THE PAGE END */


/** BOOKING WIDGET START */
.widget-form .widget-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 10px;
    grid-template-areas: ". .";
}

.booking-widget-inline .people .guest-info:first-child .widget-room-label {
    display: none;
}

.form-control::placeholder {
    font-size: 16px;
    line-height: 24px;
}

.widget-form .form-control:hover, .country-container .custom-select {
    cursor: pointer;
}

#search-componentModal .modal-header {
    display: block;
}

.booking-widget-modal .modal-dialog {
    max-width: 590px;
}

.booking-widget-modal .modal-header .icon-close i {
    font-size: 20px;
    margin-right: 0;
}

.booking-widget-inline #search-component {
    padding: 10px;
}

.booking-widget-inline.search-rates .booking-widget-search-rates .widget-form {
    padding: 0;
}

.search-rates {
    max-width: 500px;
    margin: 0 auto;
}

.search-rates .booking-widget-search-rates .widget-form .booking-widget-datepicker .asd__wrapper {
    right: 0 !important;
    top: 50px !important;
    left: 0px !important;
}

.booking-widget-modal .widget-room-label {
    text-transform: capitalize;
}

.asd__wrapper {
    left: 0!important;
}

.search-rates .booking-widget-search-rates {
    margin-left: auto;
    margin-right: auto;
}

#hotel-error-message, #city-error-message {
    color: red;
    display: none;
    margin-top: 5px;
}

.error-message {
    color: #E81602;
    margin-top: 5px;
    font-size: 12px;
}

.booking-widget-modal #search-component .form-group {
    position: relative;
}

@media screen and (max-width: 768px){
    .booking-widget-modal #search-component .form-group {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}
.addon-content .form-group:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 14px;
    font-style: normal;
    position: absolute;
    left: 45px;
    top: 18px;
}

.addon-image {
    position: relative;
    width: 130px;
    height: 86px;
    cursor: pointer;
}

.rtl .addon-image {
    margin-left: 15px;
}

.rtl .addon-modal-content {
    margin-right: 20px;
}


/*.booking-widget-modal #search-component .form-group.rooms:after,*/
/*.booking-widget-modal #search-component .form-group.adults:after,*/
/*.booking-widget-modal #search-component .form-group.children:after,*/
/*.booking-widget-modal #search-component .form-group.childAges:after,*/
/*.booking-widget-modal #search-component .form-group.select-group:after{*/
/*    font-family: "Font Awesome 5 Pro";*/
/*    font-weight: 300;*/
/*    content: "\f078";*/
/*    font-size: 14px;*/
/*    font-style: normal;*/
/*    position: absolute;*/
/*    right: 10px;*/
/*    top: 46px;*/
/*}*/
/*.country-container:after,*/
/*.booking-widget-modal #search-component .promoTypeSelect:after {*/
/*    font-family: "Font Awesome 5 Pro";*/
/*    font-weight: 300;*/
/*    content: "\f078";*/
/*    font-size: 14px;*/
/*    font-style: normal;*/
/*    position: absolute;*/
/*    right: 10px;*/
/*    top: 18px;*/
/*}*/
.booking-widget-modal legend {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px!important;
    display: block;
}


.ohip-pms-offer-datepicker .datepicker-trigger:after,
.booking-widget-modal #search-component .datepicker-trigger:after{
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f073";
    font-size: 14px;
    font-style: normal;
    position: absolute;
    right: 10px;
    top: 18px;
}

.promo-code {
    padding: 0 0 1.5rem 0;
}

.promo-code .form-group {
    margin-bottom: 0;
    margin-top: 1.5rem;
}

.promo-code-link[aria-expanded="true"] i:before {
    content: "\f068";
}

#promoCodeInput i {
    margin-top: 15px;
    font-size: 20px;
    margin-left: 10px;
}

.expand-special-request[aria-expanded="true"] i:before {
    content: "\f056";
}

.booking-summary-room-name[aria-expanded="true"] i:before {
    content: "\f077";
}

.widget-wrapper .promo-code input {
    width: 100%;
}
/** BOOKING WIDGET END */

/* ------------------ HOTEL MESSAGES START --------------------------- */
.emergency_bell {
    margin: 0 10px 15px 10px;
    font-size: 26px;
}

.hotelMessagesComponents {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    text-align: center;
}

.search-rates .hotelMessagesComponents {
    margin: 0;
    padding: 0;
}

.search-rates .emergency_message_line {
    width: 150px;
}

.emergency_message_line {
    width: 120px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .hotelMessagesComponents {
        padding: 0 1.5rem 1.5rem 1.5rem;
    }

    .search-rates .hotelMessagesComponents {
        margin: 0;
        padding: 0;
    }

    .search-rates .emergency_message_line {
        width: 222px;
    }
}

.hotelMessages-text {
    text-align: center;
}
/* ------------------ HOTEL MESSAGES END --------------------------- */


/* CURRENT BOOKING SIDEBAR START */
.booking-summary-room-name {
    cursor: pointer;
    margin-top: 15px;
}

.booking-summary-room-name i {
    font-size: 20px;
    float: right;
    margin-right: 0;
}

.booking-summary {
    margin-top: 45px;
    position: relative;
    border-radius: 2px;
}

.booking-summary-heading {
    padding: 1.5rem 1.5rem 0 1.5rem;
}

.booking-summary-heading h2 {
    padding-bottom: 1.5rem;
}

.booking-summary .booking-summary-data {
    padding: 0 1.5rem 20px 1.5rem;
    margin-bottom: 20px;
}
#attachMessagescomponent {
    margin-bottom: 0;
}

.booking-summary-rooms-section img {
    height: 42px;
    width: 70px;
    object-fit: cover;
    margin-top: 5px;
}

.booking-summary-rooms-section ul {
    list-style-position: inside;
    padding: 0 10px;
}

.booking-summary-table {
    padding: 1.5rem 0 1.5rem 0;
}

.booking-summary-total-wrapper .paying-info, .booking-summary-total-wrapper .total-info  {
    padding: 1.5rem 0;
}

.booking-summary-total-wrapper .booking-data h2:last-child {
    padding-left: 10px;
}

.booking-summary-room-heading {
    position: relative;
    padding: 1.5rem 0 1.5rem 0;
}

.booking-summary-mobile {
    background-color: #fff;
}

.booking-summary-header {
    padding: 1rem;
    display: flex;
    position: relative;
}

@media screen and (max-width: 992px) {
    .booking-summary-header {
        padding:10px;
        height: 56px;
    }
}

.booking-summary-mobile .booking-summary-table {
    padding: 1rem;
}

.booking-summary-header p {
    font-weight: 600;
    margin-right: 10px;
    margin-bottom: 0;
}

.booking-summary-header i {
    float: right;
    margin-right: 0;
    position: absolute;
    right: 10px;
    font-size: 20px;
}

.hotel-info-buttons {
    margin: 10px 0 10px 0;
    display: flex;
    justify-content: space-between;
}
.hotel-info-buttons-sep {
    display: block;
    height: 38px;
    width: 1px;
}

.hotel-info-buttons a {
    padding: 7px;
    border-right: none !important;
    text-decoration: none;
}

/* .hotel-info-buttons button:first-child {
    padding-left: 0;
}

.hotel-info-buttons button:last-child {
    border-right: none;
} */
.hotel-info-buttons button {
    font-family: 'DefaultFont';
    border: none;
    background: transparent;
    padding: 10px;
    font-weight: 600;
}

/* .hotel-info-buttons button[href='#mapTab'] {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
} */


.search__container {
    text-align: right;
    padding-bottom: 1.5rem;
    height: 60px;
}
.search__container button {
    float: right;
}

.booking-summary-room-name-text {
    display: inline-block;
    width: 90%;
}

.advantagesSection ul {
    list-style-type: none;
}

.advantagesTitle {
    margin-bottom: 0;
}
/* CURRENT BOOKING SIDEBAR END */

/* CALENDAR NO AVAILABILITY START */
.alternativeHotelsContainer .availabilityContainer {
    display: none;
    text-align: right;
    margin-bottom: 0;
}

.alternativeHotelsContainer .availabilitySpinner {
    width: 100%;
}

.alternativeHotelsContainer .availabilitySpinner.fa-spin {
    text-align: center;
    font-size: 25px;
}

.alternativeHotelsContainer .btn-primary, .alternativeHotelsContainer .btn-secondary {
    width: 49%;
    display: inline-block;
}

.calendar .calendar-date-price {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 0;
}

.calendar-section__heading {
    text-align: center;
}

.calendar .calendar-date {
    border-radius: 2px;
}

.ohip .calendar .calendar-date {
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 992px){
    .ohip .calendar .calendar-date {
        flex-direction: column;
    }
    .calendar .calendar-date {
        min-height: 50px;
        margin-bottom: 5px;
    }
}

.calendar-weekday {
    text-transform: uppercase;
    font-weight: normal;
}

.calendar .calendar-date.calendar-date--disabled{
    border-radius: 2px;
    opacity: 0.7;
    cursor: not-allowed;
}

.calendar-date:not(.calendar-date--loading).calendar-date--disabled {
    position: relative;
}
.calendar-date:not(.calendar-date--loading).calendar-date--disabled:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    inset: 0;
    opacity: 0.15;
    background: url("/images/icons/calendar-cross-black.svg") no-repeat;
    background-position: center;
    background-size: cover;
}

.ohip .calendar-date .calendar-date-no-availability {
    margin-top: 5px;
}

.calendar-date .calendar-date-no-availability .fa-times {
    font-size: 20px;
}

.calendar .calendar-heading-arrows.calendar-heading-arrows--left {
    float: left;
    content: "\f077";
}

.calendar .calendar-heading-arrows.calendar-heading-arrows--right {
    float: right;
    content: "\f078";
}

.calendar .calendar-date:not(.calendar-date--disabled):hover .calendar-date-heading {
    color: rgba(255, 255, 255, 0.6);
}

.calendar .calendar-date.calendar-date--disabled:not(.calendar-date--loading) .calendar-date-heading {
    opacity: 0.5;
}

.calendar .calendar-date:hover .calendar-date-loading {
    color: #fff;
}

.calendar .calendar-date .calendar-date-loading {
    margin: auto 0;
}

.calendar .calendar-date:hover > .calendar-date-price, .calendar .calendar-date:active > .calendar-date-price {
    color: #fff;
}

.calendar .calendar-date:not(.calendar-date--disabled):hover, .calendar .calendar-date:not(.calendar-date--disabled):active {
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-color: transparent;
    box-shadow: none;
}

.not-available-icon {
    cursor: not-allowed;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    inset: 0;
    opacity: 0.15;
    background: url("/images/icons/calendar-cross-black.svg") no-repeat;
    background-position: center;
    background-size: cover;
}
.calendar .calendar-date:not(.calendar-date--disabled):hover .calendar-number, .calendar .calendar-date:not(.calendar-date--disabled):active .calendar-number {
    color: #fff;
}

.container .calendar-rows {
    border-radius: 2px;
    padding: 1.5rem;
    margin-top: 1.5rem;
}

.container .calendar {
    padding: 0;
}
/* CALENDAR NO AVAILABILITY END */

/* GUEST DETAILS PAGE START */
.p3-mask {
    position: absolute;
    left: 1px !important;
    right: 15px;
    top: 9px !important;
    bottom: 7px;
    pointer-events: none;
    height: 50px;
    padding: .375rem .75rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
}

.terms-confirmation a {
    position: relative;
}

.booker-details-wrapper, .guest-details-section {
    padding-bottom: 3rem;
}

#guestDetailsForm .custom-select, .booker-details-wrapper .custom-select, .guest-details-wrapper .custom-select, .payment-details-wrapper .custom-select, .members-container .custom-select {
    height: 50px;
    border-radius: 2px;
    border: 1px solid #908E8E;
}

#guestDetailsForm .custom-select:focus, .booker-details-wrapper .custom-select:focus, .guest-details-wrapper .custom-select:focus, .payment-details-wrapper .custom-select:focus, .members-container .custom-select:focus {
    box-shadow: 0 0 0 2px #000;
}

.booker-details-wrapper select, .guest-details-wrapper select {
    padding: 4px 23px 4px 10px;
    /*background-image: none;*/
}

#guestDetailsForm .first-name-input {
    margin-right: -15px;
    margin-left: 15px;
    padding-right: 1.5rem !important;
}

#guestDetailsForm .phone-number-prefix {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    cursor: pointer;
}

#guestDetailsForm .form-group {
    margin-top: 2rem;
    padding-right: 2rem;
}

#guestDetailsForm .phone-number-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
}

.pay-card{
    flex: 1;
    height: 70px;
    margin: 10px 0 20px 0;
    padding: 20px 22px 20px 0px!important;
    border-radius: 4px;
    border: solid 1px rgba(83, 100, 113, 0.3);
    background-color: #fff;
    cursor: pointer;
}

.firstname-padding {
    padding-right: 0.5rem!important;
}

.phone-padding {
    padding-right: 1.5rem!important;
}

.title-container {
    position: relative;
}

/*.checkinTimeContainer:after, .nationality-container:after, #guestDetailsForm .phone-number-prefix-container:after, .booker-details-wrapper .input-group:after, .guest-details-wrapper .input-group:after , .booker-details-wrapper .phone-number-prefix-container:after, .guest-details-form .phone-number-prefix-container:after, .title-container:after {*/
/*    font-family: "Font Awesome 5 Pro";*/
/*    font-weight: 300;*/
/*    content: "\f078";*/
/*    font-size: 14px;*/
/*    font-style: normal;*/
/*    position: absolute;*/
/*    right: 10px;*/
/*    top: 18px;*/
/*}*/

.phone-input input {
    width: 65% !important;
}

.booker-details-wrapper .custom-select:focus, .guest-details-wrapper .custom-select:focus, .payment-details-wrapper .custom-select:focus, .members-container .custom-select:focus {
    background-color: #fff;
}

.booker-details-wrapper .collapse.show, .guest-details-wrapper .collapse.show, .payment-details-wrapper .collapse.show, .members-container .collapse.show {
    display: flex;
}

.payment-details-wrapper .bookingSummaryBg {
    padding: 1.5rem;
}

.payment-details-wrapper {
    margin-bottom: 50px !important;
}

.payment-details-wrapper #submitBtn {
    text-transform: uppercase;
    width: 100%;
}

.payment-details-wrapper #submitBtn:disabled i, .payment-details-wrapper #submitBtn.disabled i {
    margin-top: 0px;
}

.payment-details-wrapper ul {
    margin: 0;
    padding: 0;
    float: right;
}

.payment-details-wrapper li {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 1px;
}

.payment-details-wrapper .secureInfoText {
    text-align: right;
    font-size: 14px;
}

.payment-details-wrapper a.btn {
    text-decoration: none;
}
.payment-details-wrapper .bookingSummaryBg i {
    margin-top: 2.5rem;
    font-size: 20px;
}

img.cardIcon {
    width: 20px;
}

/* GUEST DETAILS PAGE END */

/* CONFIRMATION PAGE START */
.booking-room-image img {
    width: 100%;
    height: 100%;
}

.conf-extra-bookings {
    text-align: center;
}

.conf-extra-bookings h2 {
    letter-spacing: 4px;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1.9;
    margin: 10px 0;
    font-weight: 100;
}

.conf-extra-bookings button {
    margin-top: 30px;
}
/* CONFIRMATION PAGE END */

/* RETRIEVE FORM START */
.retrieve-form {
    max-width: 730px;
    box-shadow: none;
    margin: 3rem auto;
    min-height: 600px;
}
/* RETRIEVE FORM END */


/* MODALS START */
.terms-modal {
    text-align: left;
}

.modal-description2 ul {
    margin-bottom: 0!important;
    margin-top: 10px;
    list-style-position: inside;
}

.modal-description2 ul li {
    margin-bottom: 5px!important;
}

.modal-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.addon-modal .modal-header {
    display:block;
    padding-right: 0;
}

.tab-content .info-tab {
    padding: 0;
}

.tab-content p {
    margin-bottom: 0;
}

.tab-content .tab-property-details {
    text-align: center;
}

.tab-content .tab-property-details p {
    margin-bottom: 1rem;
}

.tab-content .tab-property-details p:last-child {
    margin-bottom: 0;
}

.tab-map-cover button {
    margin-top: 20px;
}

.cancellation-policy,
.terms {
    font-size: 16px;
    margin-bottom: 1rem;
    letter-spacing: .75px;
    text-transform: uppercase;
}


.standard-modal .modal-content {
    border: none;
}

.standard-modal .room-modal-slider.room-slider {
    margin-top: 1.5rem;
}

.addon-modal-slider {
    width: 430px;
    height: 280px;
}

.addon-modal-slider img {
    height: 280px;
}

.standard-modal .room-modal-slider img, .addon-modal-slider img {
    width: 100%;
    object-fit: cover;
}

.standard-modal .room-slider img {
    width: 100%;
    object-fit: cover;
}

.standard-modal .modal-header.room-modal-header,  .standard-modal.addon-modal .modal-header {
    padding: 1rem 0 1rem 1rem;
}

.standard-modal .modal-header {
    background-color: transparent;
    padding: 2rem 2rem 0 2rem;
}

.rate-modal-header-bkg-col {
    background-color: transparent!important;
}

.standard-modal .modal-body {
    background-color: #ffffff;
    padding: 2rem;
}

.standard-modal .modal-body .modal-room-content {
    padding: 0;
}

.standard-modal .modal-body h3 {
    padding-bottom: 0;
}

.standard-modal .modal-body .modal-room-content .room-facilities img {
    margin-right: 10px;
}

.standard-modal .modal-body .modal-room-content .room-facilities div {
    margin-bottom: 10px;
    margin-right: 20px;
}

.standard-modal .modal-body .rates-wrapper {
    display: block;
    padding: 0;
}

.standard-modal .close {
    opacity: 1;
    padding-right: 0 !important;
}

.room-modal .standard-slider img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.terms-modal {
    text-align: center;
}


.terms-modal h2 {
    letter-spacing: 4px;
}

.tab-content .hotel-info-wrapper {
    padding-left: 10px;
}

.tab-content .hotel-info-wrapper .modal-heading {
    text-align: center;
}

.tab-content .hotel-info-img {
    margin-bottom: 20px;
}

.tab-content .gallery-slider-modal img, .tab-content .gallery-slider-modal  {
    width: 100%;
    object-fit: cover;
    height: 450px;
}

.tab-content .gallery-slider-modal .thumbnail-item {
    width: 90px!important;
}

.tab-content .slider-nav img {
    height: 50px;
    width: 90px !important;
    object-fit: cover;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.tab-content .slider-nav img:hover {
    cursor: pointer;
}

.modal-body .modal-body-bw {
    background: transparent;
}

.modal-body .modal-room-content {
    padding: 0;
}

.modal-body .modal-room-content .icon-info {
    position: relative;
    top: -10px;
}

.modal-body .modal-room-content .room-facilities img {
    margin-right: 10px;
}

.modal-body .modal-room-content .room-facilities .div {
    margin-bottom: 15px;
}

.modal-body .rates-wrapper {
    display: block;
    padding: 0;
}

.modal-body {
    padding: 0;
}

.modal-dialog {
    max-width: 945px;
}

.modal-content {
    background-color: transparent;
    border: none;
}

.tab-content {
    background: #ffffff;
    position: absolute;
    top: 34px;
    padding: 2rem;
}

.tab-content .gallery-tab {
    background: #ffffff;
    height: 100%;
    width: 865px;
}

.tab-content .map-tab {
    height: 100%;
    width: 865px;
}

.standard-modal .modal-body-bw {
    background-color: #fff;
    padding: 2rem;
}

.modal-img {
    width: 403px;
    height:160px;
    object-fit: contain;
}

.modal .icon-close {
    float: right;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.modal-features-list {
    background: #ffffff;
    width: 100%;
    padding-left: 20px;
    padding-top: 1rem;
    border-bottom: 1px solid #ced4da;
    display: flex;
    flex-direction: row;
}

.modal-features-list .room-modal-list:first-child {
    margin-right: 10px;
}

.modal-features-list .room-modal-list li {
    padding: 0.5rem 0;
}

.view-details-modal {
    padding-left: 0!important;
    padding-top: 0!important;
}

.modal-features-list .room-modal-list {
    display: inline-block;
    width: 50%;
}

.room-modal-header {
    display: block;
    padding-right: 0;
}

.modal-room-rate {
    height: 86px;
    width: 100%;
    float: left;
}

.modal-select-button {
    border:none;
    margin-top: 8px;
}

.modal-tab-link {
    font-weight: normal;
}

.modal-tabs .nav-tabs li {
    display: inline-block;
}

.modal-tabs .nav-tabs li a {
    background-color: #f7f7f7;
    padding: 15px;
    text-align: center;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    margin-right: 3px;
}

.modal-tabs .nav-tabs li a span, .modal-tabs .nav-tabs li a i {
    opacity: 0.5;
}

.modal-tabs .nav-tabs li a.active {
    background-color: #FFFFFF;
}


.modal-tabs .nav-tabs li a.active span, .modal-tabs .nav-tabs li a.active i {
    opacity: 1;
}

.modal-tabs .nav-tabs {
    border: none;
    display: inline-block;
    width: 100%;
}


@media screen and (min-width: 768px) {
    .modal-tabs .icon-close button:focus {
        border: 1px solid #fff;
    }
}

.modal-content .modal-body .tab-content {
    width: 100%;
}

.modal-content .modal-body .tab-content .map-tab {
    height: 100%;
    width: 100%;
}

.modal-content .modal-body .tab-content .gallery-tab {
    height: 100%;
    width: 100%;
}
.close-nav {
    opacity: 1;
    top: 30px;
    left: 30px;
    height: 50px;
    width: 50px;
}

.standard-nav .modal-content {
    left: 0;
    border-radius: 0;
    height: 100%;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}

.standard-nav .modal-dialog {
    margin: 0 0 0 auto;
    min-height: 100%;
    height: 100%;
    max-width: 430px !important;
}

@media screen and (min-width: 992px) {
    .standard-nav .modal-dialog {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.standard-nav .modal-header {
    position: relative;
}

.standard-nav .modal-header .close {
    text-shadow: none;
    margin: 0 auto 0 0;
}

@media screen and (min-width: 992px) {
    .standard-nav .modal-header .close {
        margin: 10px auto -1rem 10px;
    }
}

.standard-nav .modal-body {
    padding: 15px;
}

@media screen and (min-width: 992px) {
    .standard-nav .modal-body {
        padding: 70px;
    }
}

.standard-nav .modal-body ul {
    list-style: none;
}

.standard-nav__main li {
    font-size: 18px;
    font-weight: 600;
    padding: 16px;
    width: 100%;
    position: relative;
}

.standard-nav__main li a {
    font-weight: 600;
    font-size: 18px;
}

.standard-nav__main li i {
    position: absolute;
    right: 10px;
    top: 16px;
}

.close-nav:after {
    font-family: "Font Awesome 5 Pro";
    content:"\f00d";
    font-size: 32px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.standard-nav__main li .icon-chevron-down:after {
    font-family: "Font Awesome 5 Pro";
    content:"\f078";
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.standard-nav__main li .icon-chevron-down.rotate180:after {
    font-family: "Font Awesome 5 Pro";
    content:"\f077";
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.rotate180 {
    transform: rotate(180deg);
}

.standard-nav__sub-nav {
    display: none;
}

.standard-nav__sub-nav li {
    border-bottom: none;
    font-size: 16px;
    text-transform: capitalize;
    padding: 15px;
    font-weight: 400;
}

.standard-nav__sub-nav li a:hover {
    background-color: unset;
}

.standard-nav__sub-nav li:first-child {
    padding-top: 30px;
}

.standard-nav__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -15px;
    height: 40px;
}

@media screen and (min-width: 992px) {
    .standard-nav__logo {
        margin-top: 0;
    }
}
/* MODALS END */

/* CURRENCY CONVERTOR START */
#currencyConverter {
    position: relative;
}
.dropdown-currency select {
    height: fit-content;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    background: none;
    border: none;
    cursor: pointer;
}

.dropdown-currency:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    font-weight: 300;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px;
}

.dropdown-currency select option {
    border: none;
}

#headerLine {
    margin-left: 25px;
}

.lang-menu {
    position: relative;
}

.lang-menu p {
    margin-bottom: 0;
}

.selected-lang{
    cursor: pointer;
    font-size: 14px;
}
.selected-lang::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    font-weight: 300;
    position: absolute;
    right: -10px;
    top: 3px;
    font-size: 14px;
}
.lang-menu ul {
    margin: 0 0 0 -10px;
    display: none;
    position: absolute;
    top: 16px;
    left: 0;
    padding: 10px 15px 0 15px;
    z-index: 100;
}
.lang-menu ul li{
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}
.lang-menu ul li a{
    font-size: 14px;
    font-weight: normal;
}

#sidebar-mobile-container .lang-menu ul li a {
    padding: 0 10px;
}

#sidebar-mobile-container .custom-select {
    padding-top: 0!important;
    padding-bottom: 0!important;
}

#sidebar-mobile-container .dropdown-currency:after {
    top: 5px;
}

#navbar-movable-items-parent .dropdown-currency:after {
    top: 8px;
}

#sidebar-mobile-container .lang-menu ul {
    margin: 0 0 0 -15px;
}

.lang-menu:hover ul{
    display: block;
}

#sidebar-mobile-container  {
    padding-left: 16px;
    align-items: center;
    padding-bottom: 20px;
}

#navbar-movable-items-parent button {
    outline: none;
}

/* CURRENCY CONVERTOR END */

/* ICONS  START */

/* ICONS END */

/* CUSTOM CHECKBOXES  START */




.addon-content select {
    background-color: #fff;
    height: 50px;
    width: 70px;
    border: solid 1px #bbb;
}

.custom-select:focus {
    border: none;
    box-shadow: none;
}

.form-check {
    padding-left: 0;
}


.form-group input::placeholder, .form-group textarea::placeholder {
    border: none;
}
/* CUSTOM CHECKBOXES END */

/* ROOMS & RATES PAGE START */
.room-content {
    padding: 0px 0px 20px 0px;
}

.booking-summary img {
    width: 100%;
}

.details-image {
    width: 24px!important;
    height: 24px!important;
}

.room-desc {
    margin: 1.5rem 0 1rem 0;
}

.room-content .room-facilities div {
    margin-right: 20px;
}

.room-content .room-facilities img {
    margin-right: 10px;
}

.room-left-side h2 {
    display: inline-block;
}

.room-left-side .price-section {
    float: right;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
}

.room-content .room-left-side ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.room-content .room-left-side li img {
    margin-right: 5px;
}

.room-wrapper {
    position: relative;
    padding: 3rem 0;
}

.room-wrapper .room-image {
    width: 255px;
    position: relative;
    margin-right: 1rem;
    cursor: pointer;
}

.room-wrapper .room-image i, .addon-image i {
    position: absolute;
    top: 10px;
    right: 0;
    color: #fff;
    font-size: 20px;
}

.rooms-available {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 0.5rem;
}

.rate-name {
    margin-bottom: 0;
}

.rate-name  i {
    margin-bottom: 2px;
}

.select-rate .align-items-end {
    padding-right: 20px;
    padding-bottom: 2px;
}

.row .room-with-rates-wrapper:nth-child(1) {
    margin-top: 50px!important;
}

.container .card-style:last-of-type .room-wrapper {
    border-bottom: none;
}

.card-style.room-with-rates-wrapper > .room-wrapper .standard-slider.slick-initialized {
    max-width: 39%;
    height: 184px;
}

.view-rates-btn {
    margin-top: 0.5rem;
}

.view-rates-btn i, .select-rate i {
    font-size: 10px;
    margin-left: 10px;
    font-weight: 600;
}

.rates-wrapper {
    padding: 0;
}

.rates-wrapper h3 {
    padding-top: 18px;
    padding-bottom: 10px;
}

.rates-wrapper h3 a:hover {
    text-decoration: none;
}

.rates-wrapper .select-rate-btn {
    margin-top: 0!important;
    width: 137px;
}
.rates-wrapper .select-rate-btn i {
    margin-right: 0;
}

.rate-description {
    padding-bottom: 20px;
    padding-left: 20px;
    display: none;
}

.rates-wrapper .rate-description ul, .rate-container .rate-description ul {
    list-style-position: inside;
    margin-bottom: 15px;
    line-height: 26px;
    text-indent: -20px;
    margin-left: 20px;
}

.rate-container .btn-primary {
    min-width: 137px;
    height: fit-content;
}

.rates-wrapper .rate-description ul li {
    margin-bottom: 5px;
}

.rates-wrapper .rate-container, .modal-room-content .rate-container {
    position: relative;
    padding: 0;
}

.rate-modal__image {
    width: 100%;
    object-fit: cover;
}

.rates-wrapper .rate-container:last-child {
    margin-bottom: 20px;
    padding-bottom: 0;
}

.rates-wrapper .rate-container .icon-info {
    position: relative;
    top: -2px;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.standard-slider {
    padding: 0;
    padding-right: 30px;
    height: 375px;
}

.strike-through {
    text-decoration: line-through;
}

.price-section .strike-through {
    display: block;
    text-align: right;
}

.price-section .availabilitySpinner .custom-price {
    font-family: 'DefaultFont' !important;
}

.roomIconsMrg {
    margin-top: 1.5rem;
    display: inline-block!important;
}

.roomIconsMrg li {
    display: inline-block;
}

.roomIconsMrg ul li:not(:first-child)::before {
    content: "\2022";
    color: #868686;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin: 0 10px;
}
/* ROOM SECTION END */

/* ADDONS PAGE START */

.addOns-item-group {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 32px;
    padding: 24px 0;
}

.addOns-items-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
}

.addOns-items-header i {
    display: flex;
    align-items: center;
    align-self: stretch;
    margin-right: 0;
    font-size: 40px;
}

.addOns-item-added-count {
    margin-right: 24px;
    margin-left: auto;
    font-size: 16px;
    font-weight: 400;
}

.addOns-items-list {
    display: none;
}
.addon-with-checkboxes-wrapper img {
    object-fit: cover;
    display: inline-block;
    width: 130px;
    height: 86px;
}


.addons-total-details {
    display: inline-block;
    text-align: right;
    padding-right: 0;
    margin-top: 15px;
}

.total-added {
    vertical-align: bottom;
    margin-bottom: 2px;
}

.price-currency-decimal {
    vertical-align: bottom;
    margin-bottom: 0;
}

.continue-btn {
    float: right;
    margin-right: 15px;
    min-width: 143px;
}
.continue-btn i {
    margin-right: 0;
}

.modal-body .addon-modal-content {
margin-left: 20px;
}


.addon-with-dropdown-wrapper .addon-content .form-group {
margin-bottom: 0;
}

.addon-with-checkboxes-wrapper .addon-content .addon-price {
text-align: center;
}

.addon-with-checkboxes-wrapper .addon-content .form-check {
margin-bottom: 15px;
}


.addon-with-checkboxes-wrapper .addon-content .form-check:last-child {
    margin-bottom: 0;
}


.addon-with-checkbox-wrapper .addon-content p {
margin-bottom: 20px;
}

.addons-total-row {
    margin-top: 2rem;
}

.addon-card__footer {
display: inline-block;
width: 100%;
}

.form-check input[type="checkbox"], .form-check input[type="checkbox"]:active {
border: none;
}

.row.addon-content {
min-width: 100%;
margin-left: 0;
}

.row.addon-content .row {
min-width: 100%;
}

.addon-with-checkboxes-wrapper {
padding: 2rem 0;
}

.row.addon-content .row i {
margin-top: 10px;
}

/* ADDONS PAGE END */


/** DISPLAY PAGE START */
.confirmation-container {
    width: 730px;
    padding: 0;
}
.confirmation-container .heading-fs {
    text-align: center;
}
.conf-card {
    margin-bottom: 2rem;
}
.conf-card .booking-summary-room-name {
    margin-bottom: 0;
}

.conf-card .booking-summary-table {
    border-bottom: 1px solid #ced4da;
}

.conf-card .booking-summary-data {
    padding: 0;
    display: block;
}

.booking-summary-room-row-desc-expanded {
    line-height: 2;
}

.conf-card .booking-summary-rooms-section ul {
    list-style-position: inside;
    padding: 0 10px;
}

.conf-card .booking-summary-rooms-section ul li {
    text-indent: -22px;
    margin-left: 22px;
    font-weight: 400;
    margin-bottom: 5px;
}

.conf-card .booking-summary-rooms-section .booking-summary-room-row-expanded {
    padding: 1rem 0 0 0;
}
.conf-card .booking-summary-room-heading {
    width: 100%;
}

.card-content {
    margin: 0 auto;
}
.card-button {
    display: block;
    margin: 1rem auto 0 auto;
    width: 50%;
}
/** DISPLAY PAGE END */

/** FOOTER START */
footer {
    margin-top: 3rem;
}

.footer__section {
    padding: 3rem 0;
}

.footer__section--links {
    padding: 3rem 0 0.5rem 0;
}

footer p, footer p a {
    font-weight: normal;
}

footer .footer__container ul li a, .footer .footer__container {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    opacity: 0.7;
}
.p3-website {
    margin: 0 auto;
    width: 380px;
    border: none;
    border-radius: 5px;
    box-shadow: 2px 1px 2px 1px #c7c7c7!important;
    background-color: white!important;
    opacity: 1!important;
}
.divider-p3{
    color: black;
}
.p3-website a{
    font-size: 14px;
    color: black!important;
    text-transform: none;
    text-decoration: none;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}
.p3-website a:hover{
    text-decoration: underline;
}
.footer__container {
    text-align: center;
    margin: 0 auto;
}


.footer__social-media {
    list-style: none;
    margin-bottom: 3rem;
}

.footer__social-media li {
    display: inline-block;
    margin: 0 10px;
    padding-bottom: 15px;
}

.footer__social-media li i {
    font-size: 30px;
}

.footer__contact p:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .p3-website {
        margin: 0 auto;
        width: 280px;
    }
}
@media screen and (min-width: 992px) {
    .footer__social-media li {
        padding-bottom: 0;
    }
    a.p3-website {
        width: 280px;
        display: inline-block;
    }
}

.footer__links {
    list-style: none;
    margin-bottom: 3rem;
}

.footer__links li {
    display: block;
    margin: 0 10px;
    padding-bottom: 16px;
}

@media screen and (min-width: 992px) {
    .footer__links li {
        display: inline-block;
        padding-bottom: 0;
    }
}
/** FOOTER END */

/**
 *
 * MAIN MEDIA QUERIES - START
 *
 */

/* BOOTSTRAP LG POINT */
@media screen and (max-width: 1200px) {

}

/* BOOTSTRAP MD POINT */
@media screen and (max-width: 992px) {
    .calendar .calendar-mobile-btn--prev {
        margin-top: 2rem;
        text-align: center;
    }
    .calendar .calendar-mobile-btn--next {
        margin-bottom: 2rem;
        text-align: center;
    }
    .skip-btn {
        float: none;
        width: 100%;
    }
    .emergency_message_line {
        width: 100px;
    }
    .room-wrapper .room-image {
        width: 100%;
    }
    .room-left-side {
        margin-top: 0.5rem;
    }
    .room-left-side .price-section {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    .view-rates-btn {
        float: right;
        margin-top: 0;
    }
    .room-left-side a {
        display: block;
        margin-bottom: 1rem;
    }
    .room-wrapper {
        padding: 2rem 0;
    }
    .addon-content h3 {
        padding-top: 2rem;
    }
    .section__heading--addons {
        margin: 2rem 0;
        height: 50px;
    }
    .addons-total-details {
        text-align: center;
        margin-bottom: 1.5rem;
    }
    .continue-btn {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .terms-confirmation p,
    .newsletter-subscribe p {
        width: 80%;
        margin-left: 10px;
    }
    #guestDetailsForm .first-name-input, #guestDetailsForm .phone-number-container {
        margin-right: 0;
        margin-left: 0;
    }
}

/* BOOTSTRAP SM POINT */
@media screen and (max-width: 768px) {
    footer .footer__logo {
        max-width: 300px;
    }
    #progress-steps .progress-steps-desktop {
        padding: 2rem 0 0 0;
    }
    .modal-content .modal-body .tab-content {
        padding: 0.5rem 0 0 0;
        min-height: 600px;
    }
    .modal-dialog {
        margin: 0;
    }
    .tab-content .gallery-slider-modal img, .tab-content .gallery-slider-modal {
        height: 180px;
    }
    .modal-content .modal-body .tab-pane.map-tab {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .modal-content .modal-body .tab-pane.info-tab {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-bottom: 1rem;
    }
    /** search-rates page */
    .search-rates img {
        width: 100%;
    }

    /** dividers */
    .divider__footer--desktop {
        width: 100%;
    }

    /** HEADER START */
    .header-image {
        display: none;
    }
    /** SIDEBAR START */
    #booking-summary {
        padding: 0;
    }

    /** SIDEBAR END */

    /** FOOTER START */
    .footer__container {
        padding: 0 2rem;
    }

    .footer__social-media, .footer__links {
        margin-bottom: 1rem;
    }

    /** FOOTER END */

    /* guest details page */
    .confirmation-container {
        width: 300px;
    }

    /* display blade */
    .confirmation-container .card-conf-page img {
        width: 100%;
        height: 100%;
    }

    .confirmation-container .card-button {
        width: 100%;
    }

    /* addons page */

    .section__heading h1.d-custom-inline-block {
        display: none;
    }

    .section__heading a, .section__heading--addons a {
        width: 100%;
    }

    .section__heading--addons a {
        margin-bottom: 2rem;
    }

    .row.addon-content {
        margin: 0;
    }

    .row.addon-content {
        margin: 0;
    }

    .row.addon-content .row {
        margin-right: 0;
        margin-left: 0;
    }

    .row.addon-content .row i {
        float: right;
    }

    .row.addon-content .row .col-xs-12 {
        padding: 0;
    }

    .row.addon-content .row .col-xs-12 p {
        text-align: left;
        display: inline-block;
    }

    .row.addon-content .row .col-xs-12 .form-check-label {
        margin-left: 10px;
    }

    .row.addon-content .row .col-xs-12 select {
        margin-left: auto;
    }

    .addons-total-row.row {
        margin: 0;
        padding: 0;
    }

    .addons-total-row.row .addons-total-details span,
    .addons-total-row.row .addons-total-details h4.price-currency-decimal {
        margin-left: auto;
    }

    .addons-total-row.row button {
        width: 100%;
    }


    .standard-modal.addon-modal > .modal-dialog > .modal-content > .modal-header > button {
        margin-right: .1rem;
    }

    .modal-content > .modal-header > a {
        margin-right: 15px;
    }

    /* Room & Rates */
    .standard-modal .room-modal-slider.room-slider {
        margin-top: 0;
    }

    .modal-tabs .nav-tabs {
        height: 50px;
    }
    .modal-tabs .nav-tabs li {
        padding-top: 7px;
    }
    .modal-tabs .nav-tabs li a {
        background-color: transparent;
    }
    .modal-tabs .nav-tabs li a i {
        margin-right: 0;
    }
    .addon-modal .modal-content {
        min-height: 600px;
    }
    .tab-content .hotel-info-wrapper .modal-heading {
        text-align: left;
        margin-top: 1rem;
    }
    .tab-content .tab-property-details {
        text-align: left;
    }
    .booking-widget-modal.modal-full-width .modal-header {
        padding: 1rem;
        display: block;
    }
    .standard-modal .modal-body {
        padding: 0 1rem 1rem 1rem;
    }

    .booker-details-wrapper {
        padding-top: 3rem;
    }
    .payment-details-wrapper #submitBtn {
        margin: 0;
    }
    .custom-check-guest-details {
        top: 2px;
        display: inline-block;
    }
    .modal-room-content h2 {
        padding: 2rem 0 1rem 0;
    }
    .standard-modal .room-slider img {
        height: 180px;
    }
    .modal-body .addon-modal-content {
        margin-left: 0;
        padding-top: 1rem;
    }
    .addon-modal .modal-body {
        background-color: #fff;
    }

    .rtl .addon-modal-content {
        margin-right: 0!important;
    }

    .terms-confirmation span.custom-check,
    .newsletter-subscribe span.custom-check {
        vertical-align: top;
        top: 3px;
    }
    .bookingSummaryBg {
        border: none;
    }
    .payment-details-wrapper .bookingSummaryBg {
        padding: 0;
    }
    .payment-details-wrapper .secureInfoText {
        text-align: left;
    }
    .terms-modal .modal-body {
        padding: 1rem;
        text-align: left;
    }
    .container .calendar-rows {
        border: none;
        margin-top: 0;
    }
    .calendar .calendar-mobile-btn {
        width: 88%;
    }
    .calendar-mobile-btn .d-flex {
        display: block!important;
    }
    .calendar .calendar-mobile-btn--prev {
        margin-top: 2rem;
    }
    .calendar-mobile-btn--prev .fa-long-arrow-left:before {
        content: "\f077";
    }
    .calendar-mobile-btn--next .fa-long-arrow-right:before {
        content: "\f078";
    }
    .calendar .row.d-flex.d-lg-none .col-12 {
        margin-bottom: 2rem;
    }
}

/* BOOTSTRAP XS POINT */
@media screen and (max-width: 576px) {
    #hotelMessagesComponents {
        padding: 0 1.5rem 0 1.5rem;
    }

    header .logo img {
        max-width: 190px;
    }
}

/**
 *
 * MAIN MEDIA QUERIES - END
 *
 */


/* Accesibility */
.booking-widget-modal h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}
header button, .modal-header button, .nav-tabs button {
    background: transparent;
    border: none;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .nav-tabs button {
        color: #222;
    }
}

.nav-item button {
    border: none;
}
.nav-item .dropdown-item:focus,.nav-item  .dropdown-item:hover {
    background: inherit;
    color: #fff;
}

/*ofers page*/

.offer__search #offers-form .offer__search--widget .form-group.roomOccupancy .dropdown-icon-right::after,
.offer__search #offers-form .offer__search--widget .form-group.rooms .dropdown-icon-right::after,
.offers-form__filter .month-piker .form-group.d-contents::after{
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 14px;
    font-style: normal;
    position: absolute;
    right: 30px;
    top: 18px;
}

.bkg-color {
    background-color: #efeae6;
}

.offers-form__heading {
    font-weight: 100;
    text-align: center;
    margin: 0;
    padding: 24px 0 26px 0;
}

.offers-form__filter {
    margin-bottom: 40px;
    border-radius: 2px;
    padding: 20px 15px;
}

@media screen and (min-width: 992px) {
    .offers-form__filter {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 992px) {
    .offers-form__filter {
        padding: 20px 20px 10px 20px;
    }
}

@media screen and (min-width: 992px) {
    .offers-form__filter .form-group input, .offers-form__filter .form-group select {
        max-width: 190px;
    }
}


.offers-form__filter .form-group select:focus {
    outline: none;
    box-shadow: none;
}

.offers-form__category {
    flex-wrap: wrap;
    line-height: 1.5;
    margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
    .confirmation-container {
        width: 730px;
        padding: 0 15px;
        max-width: 100%;
    }

    .offers-form .btn-primary {
        width: 100%;
    }
}

.offers-list__article--description ul li::marker {
    color: #ffffff!important;
}

.offer-description ul li::marker {
    color: #efeae6!important;
}
.offers-form__filter-btn a {
    font-weight: 600;
    letter-spacing: normal;
    text-align: right;
}

.offers-form__filter-btn {
    text-align: right;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-right: 10px;
}

.ltr .offers-form__filter-btn i {
    float: right;
    margin-right: -20px;
}

.offers-list__article {
    margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
    .offers-list__article {
        margin-bottom: 50px;
        height: auto;
    }
}

.offers-list__article--description {
    padding: 20px 15px;
}

@media screen and (min-width: 992px) {
    .offers-list__article--description {
        padding: 30px;
    }
}

@media screen and (min-width: 992px) {
    .offers-list__article--description ul {
        margin-left: 30px;
    }
}

.offers-list__article--description ul li {
    text-indent: -22px;
    margin-left: 20px;
}

.offers-list__article--description p {
    margin-bottom: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
}

.offers-list__article--description .btn-primary {
    margin: 20px 0 0 0;
}

@media screen and (max-width: 575px) {
    .offers-list__article--description .btn-primary {
        width: 100%;
        margin: 20px 0;
    }
}

.offers-list__article--offer-name {
    font-weight: 300;
    margin-bottom: 10px;
    text-transform: uppercase;
}

@media screen and (min-width: 992px) {
    .offers-list__article--offer-name {
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
    }
}

.offers-list__article--offer-available {
    /*margin: 20px 0;*/
    display: block;
}



.offers-list__article--description ul li::before,
.offer-description ul li::before {
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 0px;
    height: 6px;
    margin-left: 7px;
}


.offers-list__article--image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    min-height: 235px;
    min-width: 365px;
}

.offer-details {
    position: relative;
    margin: 30px 0;
}

@media screen and (min-width: 992px) {
    .offer-details {
        margin: 86px 0 50px 0;
    }
}

.offer-details__image {
    width: 100%;
    object-fit: contain;
}


.offer-details__offer-name {
    font-weight: 300;
    margin-bottom: 10px;
    text-transform: uppercase;
}

@media screen and (min-width: 992px) {
    .offer-details__offer-name {
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
    }
}

@media screen and (min-width: 992px) {
    .offer-details__offer-name {
        width: 80%;
    }
}

.offer-details__offer-available {
    color: rgba(255, 255, 255, 0.8);
    margin: 20px 0;
    display: block;
}


@media screen and (max-width: 991px) {
    .offer-details__content {
        padding: 20px 0 30px 0;
    }
}

.offer-details__content ul {
    margin-left: 4px;
}

.offer-details__content ul li {
    text-indent: -22px;
    margin-left: 20px;
    line-height: 2.3;
}

.offer-details__terms-link {
    text-decoration: underline;
}

.offer-details__terms-link:active, .offer-details__terms-link:focus {
    text-decoration: underline;
}

.offer-details__terms-link i {
    height: 12px;
    width: 12px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: relative;
    top: 0;
}
.offer-details__terms-link i:after{
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f078";
    font-size: 14px;
    font-style: normal;
    position: absolute;
}

@media screen and (min-width: 992px) {
    .offer-details .offers--social-media-share {
        position: absolute;
        top: 0;
        right: 20px;
    }
}

.offer__search {
    padding: 30px 0;
}

@media screen and (min-width: 992px) {
    .offer__search--widget {
        display: grid;
        grid-template-columns: 1.5fr 1.5fr 1.5fr;
        grid-gap: 30px;
    }
    .offer__search--widget .form-group {
        margin-bottom: 0;
    }
}

.offer__search--widget .form-group select:focus {
    border: solid 1px #999;
    color: #101010;
}

.offer__search--widget .form-group select::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.offer__search--widget .form-group select:focus {
    outline: none;
    box-shadow: none;
}


@media screen and (min-width: 992px) {
    .offer__calendar .container {
        padding: 0 30px;
    }
}

.offer__calendar .container .calendar-rows {
    /*background-color: transparent !important;*/
}

/*@media screen and (min-width: 992px) {*/
/*    .offer__calendar .container .calendar-rows {*/
/*        padding: 0;*/
/*    }*/
/*}*/


.offer__calendar .calendar-heading-arrows {
    font-size: 22px !important;
    font-weight: 500;
}

.offer__banner {
    position: fixed;
    width: 100%;
    z-index: 10;
    bottom: 0;
    background-color: #efeae6;
}

@media screen and (max-width: 991px) {
    .offer__banner {
        background-color: #efeae6;
    }
}

.offer__banner--select-departure {
    padding: 10px 0;
}

.offer__banner--select-departure p {
    text-align: center;
    font-size: 15px;
}

@media screen and (min-width: 992px) {
    .offer__banner--select-departure p {
        padding: 42px 0;
        font-size: 32px;
    }
}

.offer__banner .confirm-block {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #101010;
}

@media screen and (min-width: 992px) {
    .offer__banner .confirm-block {
        padding: 40px 0;
    }
}

@media screen and (max-width: 991px) {
    .offer__banner .confirm-block--border {
        border-left: solid 1px #fff;
        text-align: right;
    }
}

.offer__banner .confirm-block h3 {
    font-size: 32px;
    margin-top: 20px;
}

/** Common wrapper to help with positioning */
.tooltip-container {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}

  /** Triggering element */
.trigger {
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    bottom: 12px;
    left: 50%;
    margin-left: -10px;
}

.trigger:focus {
    outline: 3px dotted black;
    outline-offset: 2px;
}

/** Make the tooltip visible on focus and on hover */
.trigger:focus + .tooltip,
.trigger:hover + .tooltip {
    opacity: 1;
}


/* Accesible tooltip */
[role="tooltip"],
.hidetooltip.hidetooltip.hidetooltip + [role="tooltip"] {
    visibility: hidden;
    position: absolute;
    top: 2rem;
    left: 2rem;
    background: black;
    color: white;
}
[aria-describedby]:hover,
[aria-describedby]:focus {
    position: relative;
}
[aria-describedby]:hover + [role="tooltip"],
[aria-describedby]:focus + [role="tooltip"] {
    visibility: visible;
}
.accesibleTooltip {
    width: 200px;
    border-radius-top-right: 5px;
    border-radius-top-left: 5px;
    border-radius-bottom-left: 5px;
    padding: 10px;
    left: -172px;
    top: -20px;
}
.accesibleTooltip:after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 4px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid #000;
    border-bottom: 10px solid #000;
    transform: rotate(45deg);
}
.accesibleTooltip p {
    margin-bottom: 0;
}
#tooltipCvvBtn {
    bottom: 30px;
    position: relative;
    bottom: -98px;
    left: -7px;
}
.accesibleBtnTooltip {
    border: none;
    background: none;
}

@media screen and (max-width: 991px) {
    .offer__banner .confirm-block h3, .offer__banner .confirm-block span {
        font-weight: normal;
        letter-spacing: normal;
        text-align: center;
        color: #101010;
    }
}

.offer__banner a.btn-primary--offer {
    margin-top: 50px;
}

@media screen and (min-width: 992px) {
    .offer__banner a.btn-primary--offer:hover, .offer__banner a.btn-primary--offer:active {
        border: 1px solid #fff;
    }
}

@media screen and (max-width: 991px) {
    .offer__banner a.btn-primary--offer {
        background-color: transparent;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 0;
    }
}
.mobile-nav__offers {
    text-transform: uppercase;
    margin-right: 10px;
    font-weight: 700;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    padding-top: 18px;
}

.offer__banner .confirm-block h3 {
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}

@media (max-width: 991px) {
    .offers-list__article .btn.btn-primary {
        width: 100% !important;
    }
}


.collapse:not(.show) {
    display: none;
}

.filters {
    width: 100%;
    text-align: right;
    text-transform: uppercase;
    margin: 25px 0;
    float: right;
    opacity: .5;
    transition: all .5s;
    clear: both;
}

@media screen and (min-width: 992px) {
    .filters {
        margin: 30px 0 25px 0;
    }
}

.filters:hover {
    opacity: 1;
}

.filters > p {
    letter-spacing: 1px;
    cursor: pointer;
}

.offers-list__article--offer-available {
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.offers-list__article--offer-available {
    text-transform: uppercase;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}

  /** Tooltip */
  .tooltip {
    position: absolute;
    top: -35px;
    left: -172px;
    width: 200px;
    padding: 10px 15px;
    background-color: rgba(0,0,0,.8);
    color: rgba(255,255,255,1);
    font-size: 14px;

    /* Making the tooltip transparent means its always reachable in the DOM for screen readers, but can be made visible on focus and hover for sighted users too. */
    opacity: 0;
    pointer-events: none;
  }

    /** Arrow indicator */
    .tooltip:before {
      position: absolute;
      left: 184px;
      top: 78px;
      content: '';
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-right: 10px solid rgba(0,0,0,.8);
      border-bottom: 10px solid transparent;
      transform: rotate(-90deg);
    }
@media screen and (min-width: 992px){
    .tooltip {
        left: -78px;
    }

    /** Arrow indicator */
    .tooltip:before {
        left: 88px;
    }
}


.promo-code-allign {
    display: grid;
    grid-template-columns: 1fr 40px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.div1 { grid-area: 1 / 2 / 2 / 3; }

.skip-link {
    position: absolute;
    top: -400px;
    left: 0;
    padding: 6px;
  }

  .skip-link:focus {
      position: static;
      left: 0;
      top: 0;
  }
.rate-name button {
    border: none;
    background: transparent;
}

.terms-confirmation button {
    background: transparent;
    border: none;
}

.terms-confirmation a {
    font-weight: 400;
}
.room-image--btn {
    border: none;
    background-color: transparent;
    height: 100%;
}
@media screen and (min-width: 992px) {
    .rate-name {
        max-width: 60%;
    }
}
@media screen and (min-width: 1200px) {
    .rate-name {
        max-width: 70%;
    }
}

button.calendar-heading-arrows {
    border: none;
}

#p3-mask-expiry-date {
    display: none;
}
.payment-details-wrapper .tooltip-container {
    height: 100px;
}

.view-rates-btn.active  .fa-chevron-down:before{
    content: "\f077";
}

#guestDetailsForm label {
    display: block;
}

#guestDetailsForm .element-multiple__labels label {
    margin-bottom: 0.4rem;
}

#guestDetailsForm label {
    margin-bottom: 2rem;
}

label[for="expiryDate"] {
    max-height: 20px;
}

/**
  Floating label
*/
.floating-label {
    position: relative;
}

.floating-label input {
    margin-bottom: 15px;
    padding: 20px 12px 4px;
    /*width: 250px;*/
}

/** Turn the label blue on focus */
.floating-label input:focus + label {
    color: royalblue;
    opacity: 1 !important;
}

/** Float the label on focus and when text is entered */
.floating-label input:focus + label,
.floating-label.using-placeholder-shown input:not(:placeholder-shown) + label,
.floating-label.using-valid input:valid + label {
    left: 12px;
    top: 6px;
    font-size: 12px;
    font-weight: bold;
    opacity: 1;
    color: #676565;
}

/** By default, make the label look like a placeholder */
.floating-label label {
    position: absolute;
    left: 15px;
    top: 15px;
    opacity: .6;
    pointer-events: none;
    transition: all .2s ease-in-out;
    color: #676565;
}
.calendar-btn i {
    margin-right: 0;
}

.datepicker-trigger label {
    display: block;
}

a {
    text-decoration: underline;
}
a.btn {
    text-decoration: none;
}
a.booking-summary-room-name, a.expand-special-request, a.addon-card__link, a.promo-code-link,#mobile-hotel-info a {
    text-decoration: none;
}

fieldset {
    padding: 0;
}

/** City search page start */


/** City search page end */
.progress-component-search {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin: auto;
    padding: 16px;
    font-family: 'DefaultFont';
}

.card-img-room-modal {
    width : 150px;
    height : auto;
    object-fit: cover;
}

.ml-24 {
    margin-left: 24px;
}

.mr-24 {
    margin-right: 24px !important;
}

.mb-32 {
    margin-bottom: 32px;
}

.pt-48 {
    padding-top: 48px;
}

.pb-48 {
    padding-bottom: 48px;
}

.mt-48 {
    margin-top: 48px;
}

.mb-40 {
    margin-bottom: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.pb-32 {
    padding-bottom: 32px;
}

.mt-32 {
    margin-top: 32px;
}

.pt-20 {
    padding-top: 20px;
}

.progress-divider {
    margin: auto 10px;
}

.hotel-container-image {
    width: 350px;
    height: 192px;
    background-color: #A28877;
}

.w-200px {
    width: 200px;
}

.w-165px {
    width: 165px;
}

.bordered-hotel {
    padding-bottom: 40px;
    border: none;
    border-bottom: 1px solid #E1D8D5;
}

.btn-book-now-map {
    width: 116px;
    height: 48px;
    margin-left: 16px;
}

.btn-book-now-map a, .btn-book-now-map a:hover, .btn-book-now-map a:focus {
    font-size: 14px;
    white-space: nowrap;
    color: inherit !important;
}

span.span--people-number {
    display: flex;
    align-items: center;
    column-gap: 4px;
    padding-left: 10px;
    margin-left: 10px;
    line-height: 14px;
    font-size: 14px;
}

.booking-summary-header span {
    font-weight: 600;
}

.booking-summary-header svg {
    fill: currentColor;
}

/* RTL FIXES - START */
.rtl {
    direction: rtl;
    text-align: right;
}

.asd__wrapper--datepicker-open {
    direction: ltr;
}

.rtl .icon-progress-step-separator:after {
    content: "\f053";
}

.rtl .selected-lang::after {
    left: -10px;
    right: unset;
}

.rtl select {
    background-position: 2.5% center;
}

.rtl .ohip-pms-offer-datepicker .datepicker-trigger:after, #search-component.rtl .datepicker-trigger:after {
    left: 10px;
    right: unset;
}

.rtl .form-control.valid {
    padding-left: calc(1.5em + .75rem);
    background-position: center left calc(.375em + .1875rem);
    text-align: right;
    padding-right: 24px;
}

.rtl .booking-summary-room-name i {
    float: left;
}

.rtl .room-wrapper .room-image {
    margin-left: 1rem;
    margin-right: 0;
}

.room-modal-slider, .gallery-slider-modal {
    direction: ltr;
}

.conf-page-top {
    width:100%;
}
/* RTL FIXES - END */

/*Nova Features*/

.section-text {
    padding: 40px;
}

.container-double-column-image-title-text-button, .container-image-left-title-text, .container-title-three-icons-text, .container-image-title-text-button {
    padding: 0;
    margin: 40px 0;
}

/*feature image-left-title-text*/

.container-image-left-title-text {
    height: 200px;
    margin-top: 20px;
}

.container-image-left-title-text .container-img {
    width: 320px;
}

.container-image-left-title-text .container-img img{
    width: 100%;
    height: 100%;
}

.container-image-left-title-text .section-text h2 {
    margin-bottom: 16px;
    text-align: left;
}

/*feature title-three-icons-text*/
.container-title-three-icons-text {
    padding:48px 0;
    display: flex;
}

.container-three-icons, .container--icon {
    display: flex;
    padding: 0;
}

.container-three-icons {
    column-gap: 120px;
}

.container--icon {
    text-align: center;
}

.container--icon, .container-title-three-icons-text   {
    flex-direction: column;
}

.container-title-three-icons-text .container--img-rounded {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 32px;
}

.container-title-three-icons-text .container--img-rounded img{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20px;
}

.container-title-three-icons-text h1 {
    line-height: 48px;
    text-align: center;
    margin: 0 0 64px;
}

/*feature double-column-image-title-text-button*/
.container-double-column-image-title-text-button {
    display: flex;
    gap: 20px;
}

.container-double-column-image-title-text-button .container-column {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.container-double-column-image-title-text-button .container--img {
    height: 300px;
    width: 100%;
}

.container-double-column-image-title-text-button .container--img img {
    height: 100%;
    width: 100%;
}

.container-double-column-image-title-text-button .section-text, .container-image-title-text-button .section-text {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    justify-content: center;
    text-align: center;
}

.container-double-column-image-title-text-button .section-text h2, .container-image-title-text-button .section-text h2 {
    margin-bottom: 24px;
}

.container-double-column-image-title-text-button .section-text .btn, .container-image-title-text-button .section-text .btn {
    padding: 16px;
    height: fit-content;
    max-width: max-content;
    margin: 24px auto 0;
}

/*feature container-image-title-text-button*/
.container-image-title-text-button {
    display: flex;
    flex-direction: column;
}

.section-text p, .section-text p, .container--icon p {
    margin-bottom: 0;
}

.container-image-title-text-button .container--img {
    width: 100%;
    height: 300px;
}

.container-image-title-text-button .container--img img {
    width: 100%;
    height: 100%;
}

.room_selection_guest .guests_change, .room-cancelled {
    margin-left: 50px;
}

@media screen and (min-width: 992px) {
    .room_selection_dates {
        padding-left: 35px;
    }

}

.container-title {
    width: 100%;
    align-items: center;
    justify-content: space-between;
}


#documentUploadInput::file-selector-button {
    display: none;
}
#documentUploadInput {
    margin-top: 2px;
}
.file-upload-section .file-input {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

hr.divider__bottom--desktop {
    margin: 0;
}

@media screen and (max-width: 992px) {
    .addOns-items-header {
        margin-bottom: 2px;
    }
    .container-title {
        row-gap: 5px;
        flex-direction: column;
        align-items: baseline;
    }

    .container-title .addOns-item-added-count{
        margin-left: 0;
    }

    .container-double-column-image-title-text-button, .container-image-left-title-text, .container-title-three-icons-text, .container-image-title-text-button {
        margin-left: auto;
        margin-right: auto;
    }

    .container-image-left-title-text {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .container-title-three-icons-text h1 {
        margin-bottom: 32px;
    }

    .container-image-left-title-text {
        height: auto;
    }

    .container-image-left-title-text .container-img {
        height: 200px;
        width: 100%;
    }

    .container-title-three-icons-text .container-three-icons {
        flex-direction: column;
        column-gap: 0;
        row-gap: 64px;
    }

    .container-double-column-image-title-text-button {
        flex-direction: column;
    }

    .container-title-three-icons-text .container--img-rounded img {
        width: 104px;
        height: 104px;
    }

    .section-text {
        padding: 32px 16px;
    }

    .container-double-column-image-title-text-button .container-column {
        width: 100%
    }
}

