html {
    overflow-y: scroll;
}

body {
    font-family: 'Lato', sans-serif;
}

/* Custom scrollbar */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: #002245; border-radius: 5px; }
::-webkit-scrollbar-thumb:hover { background: #002245; }

/* Animations */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}
.animate-fade-in-up { animation: fadeInUp 0.6s ease forwards; }
.animation-delay-100 { animation-delay: 0.1s; }
.animation-delay-200 { animation-delay: 0.2s; }
.animation-delay-300 { animation-delay: 0.3s; }

/* Hero gradient overlay */
.hero-overlay {
    background: linear-gradient(to bottom, 
        rgba(0,0,0,0.2) 0%, 
        rgba(0,0,0,0.1) 50%, 
        rgba(0,0,0,0.5) 100%);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Spectral SC', sans-serif;
}

/* collectives */

.b247-room-facilities__item span,
.b247-section-sub__header {
    color: #00276c;
}

.b247-room-details__meta,
.b247-room-facilities {
    margin-top: 15px;
    display: none;
    /* overflow: hidden; */
    /* height: 0px; */
}

.facilities-toggle-btn {
    text-align: center;
    margin-top: 20px;
}

.facilities-toggle-btn a {
    background-color: #b5b3b3;
    color: #fff;
    padding: 5px 17px;
    transition: background-color 0.25s ease;
}

.facilities-toggle-btn a:hover,
.facilities-toggle-btn a:focus {
    text-decoration: none;
    background-color: #9f9f9f;
    transition: background-color 0.25s ease;
}

.b247-room-details__name {
    font-family: 'Spectral SC', sans-serif;
}

.b247-room-details__name,
.b247-room-details__description,
.b247-section-sub__header,
.b247-section-sub__text {
    text-align: center;
}

img {
    max-width: 100%;
}

/* Header style starts */

#header {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    border-top: 5px solid #00276c;
    padding: 0;
    margin: 0;
}

.icon-style .fa {
    padding: 10px;
    background-color: #00276c;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    margin-right: 3px;
}

.prop-currency {
    float: right;
    display: inline-block;
}

.top-menu-toggle {
    position: absolute;
    bottom: -31px;
    left: 20px;
    background-color: #7491c6;
    color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: all 0.25s ease;
}

.top-menu-toggle .fa{
    color: #fff;
}

.top-menu-toggle a{
    display: inline-block;
    padding: 5px 10px;
}

.rotate{
    bottom: -17px;
    transform: rotateX(180deg);
}

.branding{
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: 3px;
    float: left;
    background-color: #00276c;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.branding--logo{
    padding: 0;
}

.branding--sticky{
    display: none;
    border-radius: 0;
}

.branding--sticky a{color: #fff;}

.hotel-name{margin-top: 0; margin-bottom: 5px;}

.hotel-name a{
    display: block;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.hotel-name a:hover,.hotel-name a:focus{text-decoration: none;}

.property_self_rating{
    display: none;
}

.prop-meta {
    display: inline-block;
    margin-left: 10px;
}

.prop-meta .location{
    position: absolute;
    bottom: 0;
    font-family: 'Spectral SC', sans-serif;
    color: #848484;
}

.prop-contact{
    float: right;
    position: relative;
}

.prop-contact > span, .prop-contact > a{
    margin-right: 10px;
}

.prop-contact .fa{
    padding: 10px;
    background-color: #00276c;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    /*color: #ff9f00;*/
    color: #fff;
    margin-right: 3px;
}

.my-bookings {
    position: relative;
    display: none;
    background: #eee;
    clear: both;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    width: 100%;
    z-index: 2;
    margin-bottom: 20px;
}

.my-bookings__main{
    padding: 10px 25px;
    overflow: hidden;
}

.my-bookings__nav{
    border-bottom: 1px solid #c4c4c4;
    overflow: hidden;
    background-color: #b9b9b9;
    display: none;
}

.my-bookings__nav a {
    text-align: center;
    padding: 10px 0;
    color: #3a3a3a;
    border-right: 1px solid rgba(0,0,0,0.1);
}

.my-bookings__nav a:last-child{
    border-right: 0;
}

.my-bookings__options{
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    padding: 20px 15px;
    z-index: 10;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
}

.my-bookings__options:after {
    content: "";
    border-bottom: 10px solid #c8c4c4;
    border-top: 0px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: -10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.element-close{
    position: absolute;
    top: -20px;
    right: -15px;
}

.element-close .fa-circle{
    color: #6f8bbb;
}

/*.my-bookings-trigger:hover~.my-bookings__options{
display: block;
}*/
.my-bookings__options a{
    background-color: #00296f;
    color: #fff;
    padding: 8px 10px;
    margin-right: 10px;
}
.cancel-booking{
    display: none;
}
.list-currency{
    list-style-type: none;
    padding-left: 0;
    overflow: hidden;
}
.list-currency li{
    padding: 5px 0 5px 15px;
}
.list-currency .selected{
    background-color: #3037ff;
}
.list-currency li a,.list-currency li a:focus{
    text-decoration: none;
}
.list-currency li a:hover{
    background-color: #e4e4e4;
}
.list-currency li:hover,.list-currency li:focus {
    background-color: #e1e1e1;
}
.list-currency .selected a{
    color: #fff;
}
.btn-currency-options {
    padding: 7px 10px;
    background-color: #a5ccc9;
    display: inline-block;
    border-radius: 0 0 5px 5px;
    color: #fff;
}
#google_translate_element{
    position: absolute;
    top: 30px;
    left: 0;
    max-width: 200px;
    background-color: white;
    padding: 10px 25px;
    z-index: 10;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.25);
}
.btn-currency-options:focus {
    text-decoration: none;
}
.btn-currency-options:hover{
    color: #fff;
}
.btn-membership{display: inline-block;background-color: #00276c;}
.btn-membership .fa{padding: 0;}
.btn-membership a{color: #fff;display: inline-block;padding: 9px;text-decoration: none;}
.prop-contact .show-map,
.prop-contact .my-bookings-trigger,
.prop-contact__phone
{
    background-color: #00276c;
    padding: 10px;
    text-decoration: none;
    color: #fff;
}
.prop-contact .show-map .fa{
    padding: 0;
    margin-right: 5px;
}
.prop-meta .fa {
    background-color: #00276c;
    color: #fff;
    padding: 5px;
    margin-right: 3px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.prop-meta--2{
    float: right;
}
.location{
    font-weight: bold;
    text-align: center;
    color: rgba(255,255,255,0.55);
    font-weight: normal;
}
.prop-logo {
    float: right;
    background-color: #00276c;
    padding: 2px 15px;
}
.map-link-sm a{
    color: #fff;
    text-decoration: underline;
}
/* Header style ends */
/* Map styles */
#displayMap{
    display: none;
    height: 500px;
}
.content--map{
    display: table;
}
.prop-image--map{
    margin: 7px 0 5px;
    display: table-cell;
    max-width: 200px;
    overflow: hidden;
}
.gm-style .prop-image--map img{
    max-width: 100%;
}
.body-content--map{
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}
/* Map styles ends*/
/* header menu */
.top-menu{
    background-color: #7491c6;
    display: none;
}
.to-top{
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    background-color: #333;
    color: #fff;
    padding: 5px 15px;
    font-size: 30px;
}
.to-top:hover, .to-top:focus{
    color: #fff;
    text-decoration: none;
}
.top-menu.sticky{
    text-align: center;
}
.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.top-menu__list{
    position: relative;
    margin-bottom: 0;
    padding-left: 0;
    text-align: center;
}
.top-menu__list li{
    display: inline-block;
}
.top-menu__list li a{
    display: inline-block;
    padding: 12px 25px;
    color: #fff;
}
.top-menu__list a:first-child{
    padding-left: 0;
}
/* hotel details starts*/
.b247-section{
    padding: 20px 0 40px;
}
.b247-section--vb .bd2s-search-box {
    clear: both;
    margin-top: 20px;
}
.b247-section--vb .list-group{
    margin-bottom: 0;
}
.b247-section--vb table{
    margin-bottom: 0;
}
.b247-section--shadow{
    /*box-shadow: inset 0 15px 45px rgba(0, 0, 0, 0.15);*/
    border: 1px solid #e1e1e1;
}
.b247-form--contactUs .form-control{
    border-radius: 0;
}
.b247-form--contactUs .btn-cta{
    margin-top: 15px;
}
.b247-section--2{
    border-top: 0;
}
.b247-section__header{
    font-size: 35px;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Spectral SC', sans-serif;
    font-weight: 200;
}
.b247-section__content{
    font-size: 15px;
    line-height: 1.75;
    text-align: center;
}
.section-switch{
    text-align: center;
}
.section-switch .cl-light{
    color: #c4c4c4;
}
.section-switch h3{
    display: inline-block;
    margin-right: 10px;
}
.section-switch a{
    color: #333;
    text-decoration: none;
}
.inactive-state{
    display: none;
}
/* hotel details ends */
/* room details */
.b247-room-details--2{
    margin-bottom: 20px;
}
.b247-room-details__name{
    font-size: 23px;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 400;
    margin-top: 20px;
}
.b247-room-facilities__list{
    overflow: hidden;
    padding-left: 20px;
    position: relative;
}
/*.b247-room-facilities__list:after {
height: 6px;
bottom: -15px;
left: 0;
right: 0;
position: absolute;
background-color: transparent;
box-shadow: 0 1px 31px rgba(0,0,0,0.75);
content: '';
}*/
.b247-room-facilities__item{
    list-style: disc outside;
    color: #333;
}
.b247-room-details--2:nth-child(2n+1) {
    margin-bottom: 20px;
    clear: both;
}
.facilities-container h4,
.inclusions,
ul.facilities{
    padding: 10px 30px 0;
}
ul.facilities{
    overflow: hidden;
    list-style-position: inside;
    margin-bottom: 10px;
}
/* room details ends */
/*Addons*/
.addon-highlighted{
    background-color: beige;
}
.item-hide{
    display: none;
}
.keyless-ext{
    display: none;
}
.keyless-save{
    text-decoration: none !important;
    color: #fff !important;
}
.addons td.addons-total {
    text-align: center;
}
.addons td.addons-subtotal,
.addons td.addons-cost,
.addons td.addons-item,
.addons td.addons-qty,
.addons td.addons-checkbox{
    vertical-align: middle;
}
.addon-quantity{padding: 6px 2px;}
.addons td.addons-qty{padding: 0;}
.addons-qty{width: 20%;}
.addons-qty > a{
    display: inline-block;
    margin-right: 3px;
}
.addons-qty__input{
    display: inline-block;
}
.addons-qty__input input{
    text-align: center;
}
.modal-addon .modal-body{
    overflow: hidden;
}
.modal-addon .modal-title{
    text-align: center;
}
.addon-image img{
    display: inline-block;
    margin-right: 8px;
}
.addon-image img:last-child {
    margin-right: 0;
}
/* hotel facilities */
.b247-facilities-list{
    overflow: hidden;
}
.b247-facilities-list__item{
    color: #ff9f00;
}
.b247-facilities-list__item span{
    color: #343434;
}
.b247-section-sub{
    margin-top: 20px;
    margin-bottom: 40px;
}
.b247-section-sub__header {
    font-size: 20px;
    position: relative;
    margin-bottom: 20px;
}
/*.b247-section-sub__header .border {
border-bottom: 1px solid #8e8b8b;
display: inline-block;
width: 100%;
position: absolute;
content: '';
bottom: 10px;
left: 0;
}*/
.b247-section-sub__header .fa{
    margin-right: 10px;
}
.b247-section-sub__header:after {
    content: url(../images/divider-2.png);
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 15px;
}
.contact-details{
    clear: both;
    padding: 30px 0;
    background-color: #00276c;
    text-align: center;
}
.contact-details .prop-name a{
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.contact-details .address {
    color: #fff;
    opacity: 0.35;
}
.contact-details a{
    text-decoration: none;
}
.contact-details >div{
    margin-bottom: 10px;
}
h3.b247-header{
    padding: 0;
}
/* ==========================================================================
jquery datepicker
========================================================================== */
.ui-datepicker{
    width: 700px !important;
}
.inline-datepicker .ui-datepicker{
    width: 100% !important;
}
.ui-datepicker {
    height: auto;
    margin: 8px auto 0;
    padding: 0;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .25);
    font-family: 'lato', sans-serif;
    background-color: white;
}
.datepicker{
    width: 100%;
    border: none;
    padding: 0 0 0 35px;
}
.check-date-container{
    overflow: hidden;
    padding: 3px 0;
}
.check-date-container .input-calendar-icon {
    position: absolute;
    z-index: 5;
    top: 10px;
    left: 8px;
    color: #a8a8a8;
    font-size: 20px;
    padding: 0;
}
.check-date-container .input-group-addon{
    border: none;
    border-radius: 0;
    background-color: #fff;
}
.check-date-container .form-control{
    box-shadow: none;
    height: auto;
    font-size: 13px;
    top: 0;
}
.check-date-container .form-control:focus{
    outline: 0;
    box-shadow: none;
    border: none;
}
.ui-datepicker-calendar a{
    color: #333;
}
.ui-datepicker td a,
.ui-datepicker td span{
    text-align: center;
    padding: 11px;
    font-size: 15px;
}
.ui-datepicker-calendar .ui-state-active{
    background-color: #00276c;
    color: #fff;
}
.ui-datepicker-days-cell-over{background-color: #00276c;}
.ui-datepicker-days-cell-over a,.ui-datepicker-days-cell-over span{color: #fff;}
.ui-datepicker-days-cell-over a:hover{color: #333;}
.ui-datepicker-unselectable{
    pointer-events: none;
    color: #a4a4a4;
}
.ui-datepicker .ui-icon {
    text-indent: 0;
}
.inline-datepicker{
    max-width: 100%;
    display: none;
}
/* ==========================================================================
Datepicker styles
========================================================================== */
.check-date-container{
    background-color: #e4e4e4;
    border-radius: 5px;
    height: auto;
    cursor: pointer;
    position: relative;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
}
.check-date-container__drop:after {
    position: absolute;
    content: '\25BC';
    right: 12px;
    top: 7px;
    font-size: 16px;
}
.check-date-container__text{
    position: absolute;
    top: 8px;
    left: 45px;
    color: #999;
}
.check-date-container__icon:after {
    position: absolute;
    content: '\1F4C5';
    font-size: 20px;
    left: 10px;
    top: 3px;
}
.check-date-container__head {
    position: absolute;
    top: 3px;
    left: 45px;
    color: #999;
    font-size: 13px;
}
.mqflag{
    content: 'web';
    opacity: 0;
}
.dpMobile{
    display: none;
}
/* check box styles end */
/* Search box styles */
.booking-forms-container{
    display: none;
    position: relative;
    height: 200px;
    clear: both;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #d1d1d1;
}
#imgContainer{
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.booking-forms-container.full{
    height: auto;
    transition: all 0.25s ease;
}
.booking-forms-container > img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.book-now--2 {
    border-top: 1px solid #f0f0f0;
    padding: 10px 0;
    text-align: center;
    background-color: #eee;
}
.book-now--2 .btn{
    border-radius: 0px;
}
.rooms-list{display: none;}
.select-duration{
    padding-top: 10px;
    text-align: center;
}
.b247-searchbox {
    background-color: #f0f0f0;
    margin: 0;
    padding: 10px 0;
}
.b247-promocode{
    margin: 5px 0 5px 17px;
}
.b247-searchbox input{
    margin-right: 6px; position: relative; top: 2px;
}
.b247-searchbox label{
    margin-bottom: 0;
}
.disable-field{
    pointer-events: none;
}
.b247-sbx.sticky {
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #a6a1a1;
    padding: 10px 0;
    transition: top 0.25s ease;
}
.b247-room-panel{
    border: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    margin-bottom: 40px;
    position: relative;
}
.booking-summary{
    font-family: 'Lato', sans-serif;
    overflow: hidden;
    margin-bottom: 0;
}
.booking-summary .list-group-item{
    padding: 5px 9px;
}
.booking-summary .list-group-item-text{
    font-size: 13px;
}
.table-inline{
    font-size: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    background-color: #f0f0f0;
    margin: 8px 0;
}
.section-expand{
    overflow: hidden;
}
.section-expand--web.min{
    max-height: 370px;
}
.section-expand.max{
    max-height: none;
}
.booking-summary .list-group-item-heading{
    font-family: 'Lato', sans-serif;
    color: #a4a4a4;
    font-size: 12px;
}
.panel{position: relative;}
.section-expander{
    position: absolute;
    bottom: 10px;
    left: 30px;
    margin-left: -20px;
}
.section-expander--2{
    position: absolute;
    bottom: -21px;
    right: 10px;
    margin-left: -20px;
    left: auto;
}
.section-expander--3{
    left: auto;
    right: 15px;
    top: 5px;
}
.section-expander--center{
    text-align: center;
}
.section-expander .fa-circle{
    color: #d5d5d5;
}
.section-expander__icon{
    color: #868585;
}
.room-thumbs{
    margin: 10px 0 0 20px;
}
.room-thumbs span{
    margin: 0 0 10px 10px;
    max-width: 200px;
    max-height: 128px;
    overflow: hidden;
}
.b247-room-panel .facilities li {
    display: inline-block;
    width: 25%;
    margin-bottom: 10px;
}
.b247-room-panel .facilities li:before {
    content: "\f0a9";
    margin-right: 5px;
    font-family: 'fontawesome';
}
.room-promotion{
    position: absolute;
    right: 10px;
    left: auto;
    top: 15px;
    background-color: #002b72;
    color: #fff;
    padding: 3px 14px;
    box-shadow: 0 0 10px rgb(0, 45, 117);
}
.room-promotion .fa{
    color: gold;
    margin-right: 5px;
}
.auto-fill{float: right;}
.b247-room-panel .roomtype {
    position: absolute;
    background-color: #97a8b4;
    color: #fff;
    padding: 2px 10px;
    top: -24px;
    border-radius: 0px;
    left: 0;
}
.b247-room-subheader{
    background: #cfcfcf;
    margin: 0px;
    padding: 2px 5px 0px 5px;
    font: bold 1.2em Arial, Helvetica, sans-serif;
    text-align: center;
    color: #00276c;
    display: block;
}
.b247-room-subheader .header {
    margin: 0;
    font-weight: bold;
}
.b247-room-panel .table{
    margin-bottom: 0;
}
.b247-room-panel .final-total-payable{
    /*text-align: center;*/
}
.booking-room-details--2 .b247-room-panel__row > td{vertical-align: middle}
.b247-room-panel .sub-total {
    /*font-weight: bold;*/
    color: #006600;
}
.b247-room-panel .addons-total--2{
    text-align: center;
}
.b247-room-panel__row > td{
    max-width: 70px;
    border-bottom: 1px solid #ddd;
}
.room-qty{
    display: inline-block;
}
.addon-quantity {
    padding: 6px;
}
.panel .panel-body{
    padding: 0;
}
.b247-room-facilities__title{
    margin-bottom: 10px;
    display: block;
}
.panel--2 .panel-body{
    padding: 15px;
    line-height: 24px;
}
.rooms-list{
    padding-top: 1px;
}
.booking-step-h--2 {
    overflow: hidden;
    margin-bottom: 15px;
}
.booking-step-h .step-txt{
    display: inline-block;
    padding-top: 5px;
}
.b247-discount-code{
    display: inline-block;
    float: right;
    position: relative;
    width: auto;
    text-align: right;
}
.b247-selected-departure{
    font-weight: bold;
}
#promo_code{
    min-width: 300px;
}
.b247-discount-code .btn {
    position: absolute;
    top: 0;
    right: 0px;
    border-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #00296f;
    border-color: #002b72;
}
.b247-room-panel > .panel-heading {
    background-color: #b9b9b9;
    border-color: #d3d7da;
}
.panel-heading--2{
    position: relative;
}
.room-name--2 a{
    margin-right: 20px;
    font-size: 20px;
    color: #666;
}
.room-name--2 .room-info{
    font-size: 14px;
    vertical-align: text-bottom;
    color: #002d75;
}
.num-rooms--2{
    display: inline;
    width: auto;
}
.booking-room-details--2 {
    margin-bottom: 0;
}
.table th {
    background: #d3d7da;
}
.booking-room-details--2 .error_row{
    display: none;
}
.sbx-select__header {
    padding: 0;
    font-size: 12px;
    padding-left: 35px;
    position: relative;
    border-bottom: 0;
}
.b247-searchbox .b247-button .btn {
    height: auto;
    border-radius: 0;
    width: 100%;
    padding: 1px 0 0 0;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.55);
    transition: all 0.25s ease;
}
.b247-searchbox .b247-button .btn-avlbl--1{height: 45px;}
.nights-container--1{margin-left: 36px;}
.b247-searchbox .btn-text{
    font-size: 17px;
    letter-spacing: 1.15px;
}
.b247-searchbox .nights-container{
    display: block;
    font-size: 12px;
    margin-bottom: 1px;
}
.b247-searchbox__unit{padding: 0 5px;}
.b247-searchbox__unit:last-child {padding-right: 15px; }
.b247-searchbox__unit:first-child {padding-left: 15px; }
.btn-cta {
    border-radius: 0;
    padding: 10px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.55);
    transition: all 0.25s ease;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-cta:hover{
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.b247-searchbox .b247-button .btn:hover{
    box-shadow: 0px 0px 5px rgba(0,0,0,0.75);
    transition: all 0.25s ease;
}
.b247-booking-final{
    text-align: center;
    position: relative;
}
.app-buttons{
    position: absolute;
    top: 13px;
    right: 10px;
}
.b247-booking-final .app-buttons a {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    margin-right: 0;
}
.app-buttons img{
    max-width: 135px;
}
.b247-booking-final a{
    color: #fff;
    margin-right: 10px;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 25px;
}
.b247-booking-final a:last-child{
    margin-right: 0;
}
.btn-print .icon{
    margin-right: 8px;
}
.expand-section{
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    position: relative;
    top: -4px;
}
.collapse-off{
    overflow: hidden;
}
.expand-section a{
    border: 2px solid #999;
    border-radius: 39px;
    display: none;
    height: 25px;
    width: 25px;
    text-align: center;
    font-size: 20px;
    line-height: 23px;
    color: #666;
}
.expand-section a:after{
    content: '+';
}
.expand-section.active a{
    line-height: 19px;
}
.expand-section.active a:after{
    content: '-';
}
.expand-section a:hover, .expand-section a:focus{
    text-decoration: none;
}
/* Search box styles ends */
/* jssor styles*/
/* jssor slider loading skin spin css */
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.jssora093 {display:block;position:absolute;cursor:pointer;}
.jssora093 .c {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;}
.jssora093 .a {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;}
.jssora093:hover {opacity:.8;}
.jssora093.jssora093dn {opacity:.6;}
.jssora093.jssora093ds {opacity:.3;pointer-events:none;}
/*.jssort101 {top: 15px!important;}*/
.jssort101 .p {position: absolute;top:0;left:0;box-sizing:border-box;background:#000;}
.jssort101 .p .cv {position:relative;top:0;left:0;width:100%;height:100%;border:1px solid #fefefe;box-sizing:border-box;z-index:1;}
.jssort101 .a {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;visibility:hidden;}
.jssort101 .p:hover .cv, .jssort101 .p.pdn .cv {border:none;border-color:transparent;}
.jssort101 .p:hover{padding:2px;}
.jssort101 .p:hover .cv {background-color:rgba(0,0,0,6);opacity:.35;}
.jssort101 .p:hover.pdn{padding:0;}
.jssort101 .p:hover.pdn .cv {border:2px solid #fff;background:none;opacity:.35;}
.jssort101 .pav .cv {border-color:#fff;opacity:.35;}
.jssort101 .pav .a, .jssort101 .p:hover .a {visibility:visible;}
.jssort101 .t {position:absolute;top:0;left:0;width:100%;height:100%;border:none;opacity:.6;}
.jssort101 .pav .t, .jssort101 .p:hover .t{opacity:1;}
.jssort101 > div {left: 0px !important; top: 0px !important;}
.jssort101 div {width: 100% !important; overflow: visible !important;}
.jssort101 .p {width: 120px !important;}
.jssort101 .p:nth-child(2) {left: 120px !important;}
.jssort101 .t{opacity: 1;}
/* jssor style ends*/
/* Carousel styles */
.b247-photos{
    position: relative;
    max-height: 480px;
}
.b247-photos-carousel{
    max-height: none;
    margin-top: 15px;
    /*box-shadow: 2px 2px 13px rgba(0,0,0,0.55);*/
}
.b247-photos .owl-dots{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.b247-photos .owl-nav > div,
.addon-image-carousel .owl-nav > div,
.property__carousel .owl-nav > div{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.15);
    color: #fff;
    padding: 7px 10px;
    font-size: 20px;
    transition: background-color 0.25s ease;
}
.b247-photos .owl-nav > div:hover,
.addon-image-carousel .owl-nav > div:hover,
.property__carousel .owl-nav > div:hover{
    background-color: rgba(0,0,0,0.35);
}
.b247-photos .owl-prev,
.addon-image-carousel .owl-prev,.property__carousel .owl-prev{
    left: 10px;
}
.b247-photos .owl-next,
.addon-image-carousel .owl-next,
.property__carousel .owl-next{
    right: 10px;
}
.b247-photos .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.property__carousel .owl-dots .owl-dot span {
    opacity: 1;
}
.b247-photos .owl-dots .owl-dot span,
.property__carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #fff;
    opacity: 0.45;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.b247-photos .owl-dot,
.property__carousel .owl-dot{
    display: inline-block;
    zoom: 1;
}
.b247-photos .item{
    /*height:480px; */
    max-height: 480px;
    background-size: cover;
    background-position: center center;
    width: auto;
}
/* Carousel styles ends */
/* room carousel styles*/
.room-carousel, .room-carousel--single{
    max-height: 360px;
    overflow: hidden;
}
/*view booking*/
.cancel-reason-container{
    display: none;
}
.footer{
    background-color: #33b9db;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
}
.screen{
    opacity: 0.25;
    pointer-events: none;
}
/*Daily room rate details*/
.rates-collapse{
    display: none;
}
.expand-rates:hover,
.expand-rates:focus{
    text-decoration: none;
}
/* daily room details*/
table.daily-room-details        {margin:0px; padding:1px; border:solid 1px #CCCCCC; width:100%;}
.daily-room-details th          {background:#CCCCCC; padding:5px;
font:1em Arial, Helvetica, sans-serif; text-align:center; color:#FFFFFF;}
.daily-room-details th.room     {width:auto;}
.daily-room-details th.date     {width:25%;}
.daily-room-details th.rate     {width:auto;}
.daily-room-details th.extra-adult      {width:auto;}
.daily-room-details th.extra-child      {width:auto;}
.daily-room-details th.total        {width:15%;}
.daily-room-details td                          {background:#F9F9F9; vertical-align:top; text-align:center; }
.daily-room-details td.room-type                {padding:5px 5px 2px 5px; border-top:dashed 1px #CCCCCC; vertical-align:top; text-align:left; font-size:1em;}
.daily-room-details td.room-type span.room-count{font-weight:normal; font-size:1em; font-style:italic; color:#666666;}
.daily-room-details td.date                     {padding:5px 5px 2px 5px; border-top:dashed 1px #CCCCCC; vertical-align:top; font-weight:normal; font-size:1em;}
.daily-room-details td.rate                     {padding:5px 5px 2px 5px; border-top:dashed 1px #CCCCCC; vertical-align:top; font-weight:normal; font-size:1em;}
.daily-room-details td.extra-adult              {padding:5px 5px 2px 5px; border-top:dashed 1px #CCCCCC; vertical-align:top; font-weight:normal; font-size:1em; color:#00276c;}
.daily-room-details td.extra-child              {padding:5px 5px 2px 5px; border-top:dashed 1px #CCCCCC; vertical-align:top; font-weight:normal; font-size:1em; color:#00276c;}
.daily-room-details td.sub-total                {background:#F5F5F5; padding:5px 5px 2px 5px; border-top:dashed 1px #CCCCCC; vertical-align:top; font-size:1em;}
.daily-room-details td.inclusions               {padding:5px 5px 2px 5px; vertical-align:top; text-align:left; font-size:12px;}
.daily-room-details td.room-subtotal                {background:#d5d5d5; padding:3px; font:bold 1.2em Arial, Helvetica, sans-serif; text-align:right; color:#00276c;}
.daily-room-details td.room-subtotal label          {text-align:right;}
.daily-room-details td.room-subtotal-payable        {text-align:center; background:#d5d5d5; padding:3px; font:bold 1.2em Arial, Helvetica, sans-serif; color:#00276c;}
.daily-room-details td.room-subtotal-payable span   {font:bold 1.2em Arial, Helvetica, sans-serif;}
.daily-room-details td.final-total              {background:#d6ecfc; padding:3px; border-bottom:solid 3px #00276c; text-align:right; font:bold 1.2em Arial, Helvetica, sans-serif; color:#00276c;}
.daily-room-details td.final-total label        {font:bold 1.2em Arial, Helvetica, sans-serif; color:#00276c;}
.daily-room-details td.final-totalpayable       {text-align:center; background:#d6ecfc; padding:3px; border-bottom:solid 3px #00276c; font:bold 1.2em Arial, Helvetica, sans-serif; color:#00276c;}
.daily-room-details td.final-totalpayable span  {font:bold 1.2em Arial, Helvetica, sans-serif;}
table.addons        {margin:0px; padding:1px; border:solid 1px #CCCCCC; width:100%;}
.addons th          {background:#CCCCCC; padding:5px;
font:1em Arial, Helvetica, sans-serif; text-align:center; color:#FFFFFF;}
.addons th.addons-checkbox  {width: 2%; }
.addons th.addons-image      {width: 10%;}
.addons th.addons-item      {width: 20%;}
.addons th.addons-description {width: 50%;}
.addons th.addons-qty       {width:10%;}
.addons th.addons-cost      {width:10%;}
.addons th.addons-total     {width:4%;}
.addons td                  {vertical-align:top; text-align:center;}
.addons td.addons-checkbox  {border-bottom:dashed 1px #CCCCCC; padding:5px 5px 0px 5px; text-align:center;}
.addons td.addon-description {text-align: left;}
.addons td.addons-item      {border-bottom:dashed 1px #CCCCCC; padding:2px 5px 2px 5px; text-align:center; font-size:1em;}
.addons td.addons-qty       {border-bottom:dashed 1px #CCCCCC; padding:2px 5px 2px 5px;}
.addons td.addons-cost      {border-bottom:dashed 1px #CCCCCC; padding:2px 5px 2px 5px; font-size:1em;}
.addons td.addons-subtotal  {background:#F5F5F5; border-bottom:dashed 1px #CCCCCC; padding:2px 5px 2px 5px; font-size:1em;}
.addons td.addons-subtotal span {font-size:1em;}
.addons td.addons-total         {background:#d5d5d5; text-align:center; font:1.2em Arial, Helvetica, sans-serif; color:#00276c;}
.addons td.addons-total label   {background:#d5d5d5; text-align:right; font:bold 1.2em Arial, Helvetica, sans-serif; color:#00276c;}
.addons td.addons-total-payable {background:#d5d5d5; padding:3px; text-align:center; font:bold 1.2em Arial, Helvetica, sans-serif; color:#00276c;}
.addons td.addons-total-payable span    {text-align:center; font:bold 1.2em Arial, Helvetica, sans-serif; color:#00276c;}
span.currency       {font-weight:normal;}
.daily-room-details td.room-subtotal {
    background: #d5d5d5;
    padding: 3px;
    font: 1.2em 'Lato', sans-serif;
    text-align: right;
    color: #00276c;
}
.daily-room-details td.room-subtotal label{
    font-weight: normal;
}
.daily-room-details td.final-totalpayable {
    text-align: center;
    background: #d6ecfc;
    padding: 3px;
    border-bottom: solid 3px #00276c;
    font: bold 1.2em Arial, Helvetica, sans-serif;
    color: #00276c;
}
/* Guest form */
.b247-guest-form .form-group .form-control{
    border-radius: 0;
    background-color: #eee;
    border: 0;
}
.b247-guest-form label{font-weight: normal;}
.b247-guest-form .form-group {
    margin-bottom: 0;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.b247-guest-form .form-group label {
    position: relative;
    top: 8px;
}
.b247-guest-form .form-control-inline{
    display: inline-block;
    width: auto;
}
.card-expiry span{
    display: inline-block;
    float: left;
    margin-top: 6px;
}
.b247-guest-form .help-block{
    font-size: 12px;
    font-style: italic;
}
.terms-agree{
    text-align: center;
    font-size: 12px;
    color: #a4a4a4;
}
.book-terms-style{
    padding-left: 25px;
    display: block;
    text-align: left;
    color: #888888;
    font-size: 15px;
}
.book-terms-style .b247-h4 {
    color: #232323;
}
.icon-valid .fa-circle{
    color: #3aa73a;
}
.icon-error .fa-circle{
    color: #e84134;
}
/* sticky footer */
.city-footer {
    /*position: static;
    bottom: 0;
    width: 100%;
    height: 60px;*/
    background-color: #00276c;
}
/*Google maps*/
.map-wrapper{
    position: relative;
}
.gm-label{
    background-color: red;
}
.properties-toggle{
    position: absolute;
    top: 50px;
    left: 11px;
    z-index: 2;
    background-color: white;
    padding: 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.properties-toggle__item{
    font-weight: normal;
}
.properties-toggle__item label{
    font-weight: normal;
    margin-bottom: 0;
}
/*Styles for loader div and spinner*/
.loader-div {
    position: fixed;
    top: 50%;
    left: 50%;
    display: none;
    background-color: #fff;
    border-radius: 10px;
    height: 200px;
    width: 500px;
    transform: translate(-50%, -50%);
    z-index: 2;
    box-shadow: 0 0 10px rgba(0,0,0,0.16);
}
.loader-div__text{
    text-align: center;
    padding: 10px;
}
.b247-photos__slides{width: 720px;}
.ld-text{
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.loader-div hr{
    margin: 0;
}
.spinner {
    margin: 40px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}
.spinner > div {
    background-color: #00276c;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}
@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}
.availability-calendar .ui-datepicker{
    width: 100% !important;
    text-align: center;
    box-shadow: none;
    /*max-height: 392px;
    margin-bottom: 20px;
    overflow: hidden;*/
}
.availability-calendar .ui-datepicker-group{
    /*min-height: 357px;*/
    box-shadow: 0 0 10px rgba(0,0,0,0.10);
    margin: 10px;
    display: inline-block;
    float: none;
}
.availability-calendar{
    width: 75%;
    margin: 0px auto;
}
.availability-calendar .available{
    /*background-color: #a5ca9e59;*/
    position: relative;
    box-shadow: 0 0 1px rgba(0,0,0,0.15);
}
.available:hover {
    background-color: #e2f9e2;
}
.availability-calendar .available a{
    color: #00296f;
    font-weight: bold;
}
/*.availability-calendar .available:before,
.availability-calendar .available:after {
position: absolute;
color: #abaaaa;
bottom: -3px;
font-size: 12px;
}
.availability-calendar .available:after{
content: "5";
right: 10px;
}
.availability-calendar .available:before{
content: "2";
left: 10px;
}*/
.unavailable{
    background-color: #ff5050;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: 0 0 0 1px #fff;
}
.availability-calendar{
    /*height: 404px;*/
    overflow: hidden;
    transition: height 0.25s ease;
}
.availability-calendar .available .ui-state-active{
    color: #fff;
}
.availability-calendar.expand{
    /*height: auto;*/
    overflow: visible;
}
.acal__toggle{
    margin-top: 10px;
    text-align: center;
}
.btn-cta--2{
    background-color: transparent;
    border-radius: 0;
}
.btn-cta--2.btn-green{
    color: #4cae4c;
}
.btn-cta--2.btn-green:hover,
.btn-cta--2.btn-green:focus{
    color: #fff;
}
.b247-calendar{box-shadow: 0 0 10px rgba(0,0,0,0.156);margin:20px 0;}
.b247-calendar__container table{margin-bottom: 0;}
.cal-nav{position: relative;height: 50px;background-color: #00296f;}
.cal-nav__date{display: inline-block;position: relative;}
.cal-nav__date .fa{position: absolute; right: 7px; top: 15px; color: #fff; font-size: 22px;}
.cal-nav__date input{position: relative; z-index: 2; color: #fff;background-color: rgba(255,255,255,0.2); height: 40px; border: none;margin-top: 5px;padding:10px;}
.cal-nav__item{display: inline-block; position: absolute;}
.cal-nav__item a{transition: all 0.275s ease;display: inline-block;padding: 15px 25px;color: #ffffff;}
.cal-nav__item a:hover {color: rgba(255,255,255,0.65);}
.cal-nav__prev{left: 10px;}
.cal-nav__prev span{display: inline-block; margin-left: 5px;}
.cal-nav__next{right: 10px;}
.cal-nav__next span{display: inline-block;margin-right: 5px;font-size: 13px;position:  relative;}
.date-jumper{cursor:pointer;}
.date-jumper__datepicker.ui-datepicker{width:300px !important;}
.b247-calendar .roomtype-row{background-color: #f7f7f7;}
.b247-calendar .room-sold span{color: #fff; text-transform: capitalize;}
.b247-calendar .roomtype-row .fa{margin-right: 5px;}
.room-sold{background-color: #e58179;}
.room-available{position: relative; transition: all 0.25s ease;cursor: pointer;}
.room-available:hover{background-color: #efe0e0;color:#a3a3a3;}
.room-available a:hover{text-decoration: none;background-color: #66a759;}
.b247-calendar__footer span{margin-right: 10px;}
.b247-calendar__footer .fa{margin-right: 5px;}
.fa-unavailable .fa{color: #e58179;}
.room-name{color: #446090; white-space: nowrap; max-width: 270px; background-color: #e5e9f1; overflow: hidden; text-overflow: ellipsis;}
.info-panel{background-color: #555; position: absolute; top: 45px; width: 200px; left: 0; z-index: 10;display: none;}
.info-panel:before{border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid #555555; content: ""; position: absolute; left: 15px; top: -5px; }
.info-panel__entry {border-bottom: 1px solid rgba(255,255,255,0.15); overflow: hidden; padding: 5px 10px;color:#fff;}
.info-panel__entry span:first-child{float: left;}
.info-panel__entry span:last-child{float: right;}
.b247-calendar__footer{text-align: center; background-color: #9d9d9d; color: #fff; padding: 5px 0;}
.prop-question {margin: 15px 0 30px;}
.prop-question__heading {font-weight: bold; border-bottom: 1px solid #eaeaea; padding-bottom: 8px; margin-bottom: 12px;}
.prop-answers__unit { font-weight: normal;  margin-right: 15px;}
.prop-answers__unit input{ vertical-align: text-bottom; margin-right: 5px;}
.booking-dates-edit{display: inline-block; font-size: 12px; padding: 2px 6px; background-color: #d3d7da; color: #607796; margin-left: 10px;}
.booking-dates-edit:hover{text-decoration: none;}
.booking-dates-edit .fa{margin-right: 5px;}
.stickit{
    position: fixed;
    z-index:3;
    width: 100%;
}
.b247-searchbox.stickit{
    top: 40px;
}
.top-menu.stickit{
    top: 65px;
}
.branding--sticky.stickit{
    display: inline-block;
    left: 0;
    top: 0;
}
.prop-contact.stickit{
    right: 0;
    width: auto;
}
.b247-photos-carousel{
    /*margin-top: 139px !important;*/
}
.info-container{position: fixed; bottom: 0; background-color: #fff; width: 100%; left: 0; padding: 10px 20px; box-shadow: 0 0 10px rgba(0,0,0,0.35); }
.info-container__item:nth-child(1){float: left; }
.info-container__item:nth-child(2){float: right; padding-top: 6px; color: #333; font-size: 16px; }
/* reviews */
.b247-reviews-main{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.b247-reviews-main > div {
    flex-grow: 1;
}
.b247-reviews-main__rating{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.b247-reviews-main__meta{
    padding: 30px;
    border: 3px solid #c6c6c6;
    position: relative;
}
.b247-reviews-main__scoretext{
    left: 0;
    top: -9px;
}
.b247-reviews-main__count{
    left: 0;
    bottom: -9px;
}
.b247-reviews-main__badge{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    z-index: 2;
}
.b247-reviews-main__badge span{
    background-color: #757575;
    padding: 0 5px;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0,0,0,0.35);
}
.b247-reviews-main__scoretext span{
    background-color: #5cb85c;
}
.b247-reviews-main__score{
    font-size: 50px;
}
.b247-reviews-main__rating .fa{
    font-size: 40px;
    color: #e5c207;
}
.b247-reviews__item{
    margin-bottom: 15px;
}
.b247-review__comment{
    font-style: italic;
}
.b247-rating__badge{
    background-color: rgba(255,255,255,0.3);
    color: white;
    font-size: 10px;
    letter-spacing: 2px;
    box-shadow: 0 0 10px #104310;
    margin-right: 8px;
    padding: 0 0 0 5px;
    text-transform: uppercase;
}
.b247-rating__badge span{
    margin-left: 5px;
    padding: 0 5px;
}
.b247-review__guest{
    font-style: normal;
}
.b247-review__ratings{
    display: none;
}
.b247-reviews__multi{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.b247-reviews__cta{
    text-align: center;
}
/*Media queries*/
@media screen and (max-width: 1200px){
    .b247-calendar__container{overflow-y: auto;}
}
@media screen and (min-width: 992px){
    .check-date-container {
        border-radius: 0;
        background-color: #fff;
        padding: 5px 0;
    }
    .check-date-container--city{
        width: 90%;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .branding--logo{
        background-color: transparent !important;
    }
    .prop-contact{
        float: left;
    }
    .check-date-container {
        border-radius: 0;
        background-color: #fff;
    }
    .csb-container{
        width: 100%;
    }
    .check-date-container__icon:after{
        display: none;
    }
    .check-date-container__icon:after{
        left: 3px;
    }
    .check-date-container__drop:after{
        right: 3px;
    }
    .check-date-container__head,
    .check-date-container__text{
        left: 10px;
    }
    .select-duration {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 767px){
    .section-expand--mobile.min{
        max-height: 170px;
    }
    .check-date-container .form-control{height: 34px;}
    .b247-searchbox__unit{padding-left: 15px; padding-right: 15px;}
    .branding{
        display: block;
        text-align: center;
        margin-bottom: 10px;
        padding: 5px 0;
        float: none;
    }
    .branding--logo{
        padding: 0;
        background-color: transparent !important;
    }
    .branding--sticky{display: none;}
    .hotel-name{
        margin: 0;
    }
    .top-menu{
        display: block;
    }
    .b247-room-panel .facilities li{
        width: 50%;
    }
    .top-menu-toggle{
        display: none;
    }
    .hotel-name{float: none;width: 79%;margin-left: 11%;text-align: center}
    .hotel-name a{font-size: 17px;}
    .prop-contact span{float:left;}
    #mt-booking-media{float:left;margin-top:5px;}
    .prop-contact #prop-contact-phone-media{margin-top:5px;}
    .prop-contact span:nth-child(1) a{padding: 7px;}
    .prop-contact span:nth-child(1),.prop-contact #prop-contact-phone-media{margin-left:5px;}
    .prop-contact{float: left !important;width: 80%;margin-left: 12%;}
    .prop-contact #languageOptions i{padding: 11px;}
    .map-link-sm{
        position: absolute;
        bottom: 104px;
        background-color: #00296f;
        padding: 3px 10px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        left: 10px;
        box-shadow: 0 0 10px rgba(0,0,0,0.45);
    }
    .prop-meta{
        display: none;
    }
    .prop-contact{
        display: block;
        float: none;
        text-align: center;
        color: #fff;
    }
    .my-bookings__nav{
        display: block;
    }
    .my-bookings .tab-content>.tab-pane{
        padding: 15px;
    }
    .element-close{
        top: -18px;
        right: -3px;
    }
    .jssort101{
        display: none !important;
    }
    .room-thumbs{
        display: none;
    }
    .b247-photos__slides,
    .b247-photos__slides div,
    .b247-photos__slides img{
        width: 960px;
    }
    /*.b247-top-photos-container{
    height:245px;
    }*/
    #arrowRight {
        right: -110px !important;
        left: auto !important;
    }
    #languageOptions{color: #6f8bbb !important;}
    .prop-contact span, .prop-contact a{
        color: #ffffff;
    }
    .prop-contact .fa{
        background-color: #718bb8;
        margin-right: 5px;
        font-size: 10px;
        padding: 7px;
        border-radius: 5px 5px 0 0;
    }
    .b247-room-panel{
        margin-bottom: 50px;
    }
    .panel-body{
        padding: 0;
    }
    .mqflag{
        content: 'mobile';
        opacity: 1;
    }
    .check-date-container{
        margin: 5px 0;
    }
    .b247-searchbox{
        margin: 1px;
        padding: 0 0 5px;
    }
    .b247-section{
        padding:  0 0 10px;
    }
    .b247-searchbox .row{
        margin-right: 0;
        margin-left: 0;
    }
    .b247-searchbox .b247-button{
        margin-top: 0;
    }
    .b247-sbx .container {
        padding: 0;
    }
    .sbx-select__header
    {
        text-align: center;
        float: none;
        display: block;
    }
    .check-date-container__head,
    .check-date-container__text{
        left: 50%;
        transform: translateX(-50%);
    }
    .datepicker-inline,
    .datepicker table{
        width: 100%;
    }
    .content--map .first-heading{
        margin-top: 0;
        font-size: 20px;
    }
    #header{
        background-color: #00276c;
        border-top: 0;
    }
    .inactive-state{
        display: block;
    }
    .location{
        display: none;
    }
    .prop-logo{
        float: left;
        padding: 0;
    }
    .navbar-toggle{
        margin-top: 13px;
        z-index: 10;
        margin-bottom: 0;
        position: absolute;
        padding: 3px 8px;
        bottom: 104px;
        right: 0;
        background-color: #00296f;
        color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.45);
    }
    .btn-currency-options{
        padding: 1px 7px;
        border-radius: 5px 5px 0px 0px;
        color: #fff;
    }
    .top-menu__list li a{
        padding: 12px 0;
    }
    .room-name--2 a{
        display: block;
        margin-bottom: 10px;
        margin-right: 0;
        text-align: center;
    }
    .room-qty{
        display: block;
        text-align: center;
    }
    .top-menu__list li{
        display: block;
    }
    .booking-step-h--2{
        text-align: center;
        margin-bottom: 40px;
    }
    .step-txt{
        display: none;
    }
    .b247-discount-code{
        float: none;
    }
    .ui-datepicker td a,
    .ui-datepicker td span{
        text-align: center;
        padding: 10px;
    }
    .b247-booking-final h3{
        text-align: left;
    }
    .b247-booking-final .btn {
        width: 230px;
        margin-bottom: 10px;
    }
    .app-button{
        top: 50%;
        transform: translateY(-50%);
    }
    .availability-calendar{width: 100%;}
    .availability-calendar .available:before{left: 5px;}
    .availability-calendar .available:after{right: 5px;}
    .availability-calendar .available:before,
    .availability-calendar .available:after{
        font-size: 11px;
    }
    .loader-div{
        width: 320px;
    }
    .room-name{color: #446090; white-space: normal;}
    .room-name span{text-overflow: ellipsis; overflow: hidden; white-space: nowrap; width: 125px; display: block;}
    .room-promotion{top:-25px;right: 0; box-shadow: none;}
    .check-date-container--1{width: 100%;text-align: center;}
    .check-date-container--1 .fa-calendar{display: none;}
    .nights-container--1{margin-left: 0;}
}
@media screen and (max-width: 480px){
    html{
        height:100%;
        min-height:100%;
    }
    body{
        min-height:100%;
    }
    .addons-scroll{
        overflow-y: auto;
    }
    .branding--logo img{
        max-width: 200px;
        max-height: 60px;
    }
    .b247-photos .item{
        height:240px;
    }
    .cal-nav__date{display: none;}
    /*.cal-nav__date .fa{left: 50%; transform: translateX(-50%);}*/
    /*.cal-nav__item a{padding: 15px 0;}*/
    .room-name--2 a{
        font-size: 15px;
    }
    #header .container{
        padding: 0;
    }
    .b247-section__header{
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 25px;
    }
    .b247-section{
        padding: 20px 0;
    }
    .rooms-container select.form-control{
        padding: 0px;
    }
    .addon-quantity {
        padding: 6px 0;
    }
    .addons-qty > a{
        display: block;
        margin-right: 0;
    }
}
.error_n{color:red;}
.pac-container{z-index:999999 !important;}

/* MAHEK CODE */

/*
date: Feb 2021
created by: Mahejbin Mathakiya
*/
/* ============= header1 css start here =================== */
html, body
{
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: inherit;
}

.page-wrap
{
    background: #ffffff;
}

.my-bookings__options
{
    display: none;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    padding: 20px 15px;
    z-index: 10;
    text-align: center;
    left: 85%;
    transform: translateX(-50%);
    width: 40%;
    margin-top: 27px;
}

.my-bookings__options a
{
    background-color: #00296f;
    color: #ffffff;
    padding: 8px 10px;
    margin-right: 10px;
    display: block;
    margin-bottom: 10px;
}

.my-bookings__options a:last-child
{
    margin-bottom: 0;
}

.widget-translator
{
    position: fixed;
    top: 0;
    z-index: 9;
    left: 50px;
}

.btn-autofill
{
    float: right;
}

.margin-top
{
    margin-top: 30px;
}

.margin-top-20
{
    margin-top: 20px;
}

.a-color-grey
{
    color: #434040;
    letter-spacing: 0.5px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;
}

.my-bookings-trigger
{
    margin-left: 15px;
}

.my-bookings__main
{
    margin-top: 25px;
}

.new-version-p
{
    font-size: 1.23em;
    letter-spacing: 0.5px;
    text-align: center;
    /* margin-bottom: 40px; */
    margin-bottom: 15px;
}

.div-new-version-a
{
    font-size: 1.23em;
    letter-spacing: 0.5px;
    text-align: center;
}

.new-version-p-1
{
    font-size: 1.23em;
    letter-spacing: 0.5px;
    text-align: left;
    margin-bottom: 20px;
}

.owl-theme .owl-nav
{
    margin: 0;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav
{
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot
{
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-theme .owl-nav [class*=owl-]
{
    color: #FFFFFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev
{
    user-select: none;
}

.owl-nav .owl-prev
{
    left: 0;
    transform: translate(50%, -50%);
}

.owl-nav [class^="owl-"]
{
    position: absolute;
    top: 50%;
    margin: 0px !important;
}

.owl-nav .owl-next
{
    right: 0;
    transform: translate(-50%, -50%);
}

.property-slider .owl-nav [class^="owl-"] i
{
    color: #ffffff;
    padding: 4px 15px;
    border: 2px solid;
    border-radius: 50%;
    font-size: 3rem;
}

.property-slider1 .owl-nav [class^="owl-"] i,
.property-slider2 .owl-nav [class^="owl-"] i
{
    color: #ffffff;
    padding: 4px 15px;
    font-size: 5rem;
}

/* add by Gulshan on 24/09/2024, only display if hover over slider */
.property-slider:not(:hover) .owl-nav, .property-slider1:not(:hover) .owl-nav, .property-slider2:not(:hover) .owl-nav
{
    display: none;
}

.b247-searchbox
{
    background-color: #003664;
}

.b247-searchbox .btn
{
    background-color: #c09512;
    border-color: #c09512;
}

.no-padding
{
    padding-right: 0px !important;
    padding-left: 0px !important;
}

;

.b247-section__header
{
    color: rgb(15, 61, 97) !important;
}

.b247-section
{
    padding-top: 5px;
    padding-bottom: 5px;
}

/* .b247-prop-details{background:url('../image/bksearch-bg.png'); background-size:cover; padding-top:70px; box-shadow:0 9px 8px -6px black; } */
.b247-prop-details
{
    /* padding-top: 70px; */
    padding-top: 35px;
    padding-bottom: 20px;
    /* box-shadow: 0 0px 8px black; */
    background-color: #eeeeee;
}

.new-version-p span
{
    font-size: 1.5rem;
    font-weight: bold;
}

.b247-new_section__header,
.b247-new_section__header1,
.b247-new_section__header2,
.b247-new_section__header-3
{
    border-color: rgba(138, 96, 96, 0) !important;
    font-size: 3.5rem;
    margin-bottom: 37px;
}

/*.b247-new_section__header:before, .b247-new_section__header1:before, .b247-new_section__header2:before{ border-top: 1px solid black; content: ''; display: inline-block; position: relative; top: -8px; width: 36%; right: 2%; }
.b247-new_section__header:before{ border-top: 1px solid black; content: ''; display: inline-block; position: relative; top: -8px; width: 36%; right: 2%; }
.b247-new_section__header-3:before{border-top: 1px solid black; content: ''; display: inline-block; position: relative; top: -8px; width: 30%; right: 2%;}*/
/*.b247-new_section__header:after, .b247-new_section__header1:after, .b247-new_section__header2:after{ border-top: 1px solid black; content: ''; display: inline-block; position: relative; top: -8px; width: 36%; left: 2%; }

.b247-new_section__header-3:after{ border-top: 1px solid black; content: ''; display: inline-block; position: relative; top: -8px; width: 30%; left: 2%; }
.b247-new_section__header1:after,.b247-new_section__header1:before{width:31%;}
.b247-new_section__header2:after,.b247-new_section__header2:before{width:41%;}*/
.b247-new_section__header-rst
{
    font-size: 3.5rem;
    margin-bottom: 37px;
}

.b247-section--shadow
{
    border: none;
}

.b247-room-details-new
{
    position: absolute;
    color: #ffffff;
    float: left;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    font-size: 1.9rem;
    padding: 10px;
    margin-top: 0px;
    z-index: 9;
}

.b247-room-details-new a
{
    color: #ffffff;
}

.owl-carousel .owl-item img.owl-lazy,
.room-details-sub .item img,
.room-carousel--single img
{
    width: 100%;
    height: 334px;
}

.room-details-sub.column-two-row .owl-carousel .owl-item img.owl-lazy,
.room-details-sub.column-two-row .room-details-sub .item img,
.room-details-sub.column-two-row .owl-carousel .room-carousel--single img,
.room-details-sub.column-two-row .room-carousel--single img
{
    height: 250px;
}

.room-details-sub
{
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}

.new-btn-link
{
    text-decoration: none;
    /* padding: 15px 20px 15px 20px; */
    padding: .5em;
    top: -30px;
    position: relative;
    font-size: 1.6rem;
    letter-spacing: 0.5px;
    z-index: 9;
    margin-right: 15px;
    border-radius: .75em;
}

.sub-title-facility
{
    font-size: 2rem;
}

.no-margin-bottom
{
    margin-bottom: 0px;
}

.b247-facilities-list li
{
    list-style-type: none;
}

.b247-facilities-list .b247-facilities-list__item,
.new-facility-p
{
    line-height: 25px;
    font-size: 1.5rem;
}

.b247-facilities-list li:before
{
    font-family: FontAwesome;
    content: "\f105";
    margin-right: 10px;
}

.b247-facilities-list
{
    padding-left: 30px;
}

.property-slider .owl-item img,
.property-slider1 .owl-item img,
.property-slider2 .owl-item img
{
    display: block;
}

.property-slider1 .owl-item img
{
    max-height: 600px;
}

#b247SearchBoxContainer
{
    padding: 8px 0 !important;
    float: left;
    width: 100%;
}

@media only screen and (min-width : 1300px)
{
    #b247SearchBoxContainer
    {
        padding : 1em !important;
        border-radius: 1em;
    }
}

.header-left-bar
{
    float: left;
    width: 100%;
    height: auto;
    margin-left: 0;
}

.book-now-btn
{
    color: #f9c424;
    padding: 15px 10px;
    float: left;
    width: 100%;
    text-align: center;
    background: #003664;
    border-color: #003664;
    letter-spacing: 4px;
    /* text-shadow: 1px 1px 3px black; */
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
}

.book-now-btn:hover
{
    text-decoration: none;
    color: #f9c424;
}

.property-logo-details
{
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px;
    background: rgba(249, 196, 53, .44);
    min-height: 156.5px;
}

.property-logo-details a
{
    color: #f9c424;
    text-shadow: 1px 1px 3px #000000;
    font-size: 19px;
    word-break: break-word;
    letter-spacing: 1px;
    text-decoration: none;
}

.property-logo-details span
{
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 12px;
    text-shadow: 1px 1px 3px #000000;
    float: left;
    width: 100%;
}

.nav-menu-left li
{
    list-style-type: none;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

.nav-menu-left li a
{
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 100;
    font-size: 13px;
    text-transform: uppercase;
}

.nav-menu-left li span
{
    color: #ffffff;
    margin-left: 10px;
    cursor: pointer;
}

.nav-menu-left2 li span
{
    color: #ffffff;
    margin-left: 5px;
    cursor: pointer;
}

.nav-menu-left3 li span
{
    color: #002245;
    cursor: pointer;
    float: left;
}

.nav-menu-left3 li
{
    /* padding-bottom: 9px; */
    padding: 5px 0;
}

.social-icon
{
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -10px;
    text-align: center;
}

.social-icon a
{
    color: #ffffff;
    margin: 6px;
    font-size: 18px;
    opacity: 0.4;
}

.nav-menu-left
{
    margin-top: 0px;
    padding-bottom: 5px;
    margin-left: 0;
    padding-left: 0;
    float: left;
    width: 100%;
    text-align: center;
}

.icon-container-py img
{
    width: 42%;
}

.icon-container-py p
{
    color: #ffffff;
    font-weight: 100;
    font-size: 12px;
}

.icon-container-py
{
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    float: left;
    width: 100%;
    min-height: 111px;
    padding-top: 10px;
    word-break: break-word;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 0.5px;
}

.b247-new_section__header2
{
    margin-bottom: 20px;
}

.no-padding-left,
.room-padding-left
{
    padding-left: 0px;
}

.no-padding-right
{
    padding-right: 0px;
}

.no-border-right
{
    border-right: none;
}

.header-location-img img
{
    width: 100%;
    height: -webkit-fill-available;
    position: relative;
    border-left: none;
    object-fit: cover;
}

.header-location-img:nth-child(3) img
{
    border-right: none;
}

.header-location-img a
{
    position: absolute;
    /* top: 10%; */
    top: 0;
    /* left: 50%; */
    left: 0;
    font-family: 'Playfair Display', serif;
    /* text-transform: uppercase; */
    /* font-size: 1.75em; */
    font-size: 1.45em;
    text-align: center;
    /* width: 80%; */
    width: 100%;
    background: #00000052;
    /* transform: translateX(-50%); */
    line-height: 1em;
    display: flex;
    align-items: center;
    /* padding: 30px 0; */
    /* padding: 15px 0; */
    padding: 5px 0;
    text-shadow: 3px 3px 3px black;
    text-decoration: none;
    color: white;
    justify-content: center;
    /* min-height: 116px; */
    /* min-height: 50px; */
}

.header-location-img.img-right a
{
    left: 15px;
    width: calc(100% - 15px);
}

.header-location-img.img-left a
{
    left: 0;
    width: calc(100% - 15px);
}

.header-location-img.img-right.img-left a
{
    left: 0;
    width: 100%;
}

.no-bottom-border
{
    border-bottom: none;
}

.footer-section-2
{
    color: rgb(255, 255, 255) !important;
    border-color: rgb(19, 59, 92) !important;
    float: left;
    width: 100%;
    position: relative;
}

.footer-title
{
    color: rgb(219, 184, 123);
    padding-top: 0.25rem;
    font-size: 2.5rem;
    margin-top: 30px;
}

.footer-title a
{
    color: rgb(219, 184, 123);
}

.footer-section-2 .footer-title
{
    padding-top: 0.25rem;
    font-size: 2.5rem;
    margin-top: 30px;
}

.footer-nav-menu
{
    margin-top: 30px;
}

.footer-nav-menu li
{
    list-style-type: none;
    margin-bottom: 10px;
}

.footer-nav-menu li a
{
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 13px;
    /* text-shadow: 1px 1px 3px #000000; */
}

.footer-nav-menu li a:hover
{
    text-decoration: none;
}

.footer-book-now-btn
{
    display: block;
    text-align: center;
    padding: 1em 0;
    text-decoration: none;
    width: 80%;
    margin: 1em auto;
    font-weight: 100;
    /* text-shadow: 1px 1px 3px #000000; */
    letter-spacing: 2px;
    font-size: 17px;
}

.footer-book-now-btn-2
{
    display: block;
    text-align: center;
    padding: 1em 3em;
    text-decoration: none;
    width: max-content;
    font-weight: normal;
    /* text-shadow: 1px 1px 3px #000000; */
    letter-spacing: 2px;
    font-size: 17px;
    margin-bottom: 30px;
}

.footer-book-now-btn-2:hover
{
    color: #ffffff;
    background: #17a2b8;
    text-decoration: none;
}

.footer-logo
{
    width: 80%;
    margin-top: 30px;
}

.footer-ad-p
{
    font-weight: 100;
    /* text-shadow: 1px 1px 3px #000000; */
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 28px;
}

.footer-ad-p a
{
    color: #ffffff;
}

.copyright-section
{
    padding-top: 5px;
}

.copyright-section-2
{
    padding-top: 5px;
}

.copyright-section p
{
    letter-spacing: 1px;
    font-size: 12px;
    color: #ffffff;
    opacity: .7;
    font-weight: 100;
}

.copyright-section-2 p
{
    letter-spacing: 1px;
    font-size: 14px;
    color: #000000;
    opacity: .7;
    font-weight: normal;
    margin: 5px 0;
}

.b247-faility-section
{
    background: #ebebeb;
}

.footer-social-icon
{
    float: left;
    width: 100%;
    margin-top: 1px;
    margin-bottom: 15px;
    text-align: center;
}

.footer-social-icon a
{
    font-size: 1.5em;
    color: #ffffff;
    opacity: 0.4;
    margin-right: 10px;
}

.property-footer-logo-details
{
    text-align: center;
    padding: 10px;
    background: rgba(249, 196, 53, .44);
    min-height: 105.5px;
    margin-top: 40px;
}

.property-footer-logo-details a
{
    color: #f9c424;
    text-shadow: 1px 1px 3px #000000;
    font-size: 19px;
    word-break: break-word;
    letter-spacing: 1px;
    text-decoration: none;
}

.property-footer-logo-details span
{
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 12px;
    text-shadow: 1px 1px 3px #000000;
    float: left;
    text-align: center;
    width: 100%;
}

.sbx-container>input
{
    font-size: 14px !important;
}

#slider-popup-root
{
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-15%, 10%) scale(1);
    z-index: 1;
    transition: all ease-out .5s;
}

.slider-pop-up
{
    position: relative;
    width: 275px;
    height: auto;
    display: flex;
    background: rgba(255, 255, 255, 0.77);
    color: black;
    justify-content: center;
    flex-direction: column;
    padding: 1em;
}

.deal_name
{
    background-color: rgba(163, 128, 62, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
}

.slider-pop-up p
{
    font-size: 1.2em;
    text-align: center;
    margin-top: .5em;
    font-weight: 100;
}

.slider-pop-up span.close-btn
{
    position: absolute;
    top: 0;
    right: 0;
    background: #1d1d1d;
    color: white;
    padding: 0 .3em;
    border-radius: 50%;
    transform: translate(30%, -30%) scale(1);
    cursor: pointer;
}

.slider-pop-up span.heading
{
    text-transform: uppercase;
    display: block;
    font-size: 1.4em;
    width: 100%;
    text-align: center;
    margin-bottom: .5em;
}

.icon-container-py-right
{
    float: left;
    padding-left: 0;
}

.icon-container-py-right .icon-container-py
{
    border-right: none;
}

/* promotion start here*/
.no-scroll
{
    height: 100%;
    overflow: hidden;
}

.promotion_fixed
{
    height: 100%;
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    transform: scale(0);
    z-index: 1000;
    transition: all ease-in-out .5s;
    background: #00000055;
    overflow: auto;
}

.promo-show
{
    transform: scale(1) !important;
}

.promotion_data
{
    width: 855px;
    overflow: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url('../image/bksearch-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    border: 7px solid #f9c426;
    box-sizing: border-box;
}

.promotion_data .row
{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.deal-div-border
{
    color: rgb(0, 0, 0) !important;
}

.deal-div-background
{
    background-color: rgba(255, 255, 255, 0.8) !important;
    color: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
}

.content-promo h3
{
    color: #000000;
}

.white-background
{
    height: 100%;
    width: 100%;
    top: 0;
    background: #ffffff99;
}

.close_promotion
{
    position: relative;
    float: right;
    font-size: 1.6em !important;
    margin-right: 0;
    margin-top: 10px;
    cursor: pointer;
    color: #000000;
}

.final-content
{
    padding: 15px;
    position: relative;
}

.deal_name
{
    background-color: rgba(163, 128, 62, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
}

.final-content>p
{
    color: black;
    font-weight: bold;
    letter-spacing: .5px;
}

.deal-description
{
    background-color: rgba(0, 0, 0, 0) !important;
    color: rgb(0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
}

.grab-deal-btn
{
    background-color: rgb(0, 55, 99) !important;
    color: rgb(255, 255, 255) !important;
    border-color: rgb(0, 55, 99) !important;
    margin-bottom: 10px;
    border: none;
}

.n-txt-decor
{
    text-decoration: none;
    color: inherit;
}

.grab-deal
{
    display: inline-block;
    padding: 1em 3em;
    background: #003663;
    border: none;
}

@media only screen and (min-width: 768px)
{
    .promotion_data
    {
        max-height: 518px;
    }
}

/* promotion end here*/
/* ============= header1 css end here =================== */
/* ============= header2 css start here =================== */
.address-top-header
{
    width: 100%;
    padding-top: 4px;
    border-bottom: 1px solid rgb(45, 64, 44);
}

.a2-color-grey
{
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 30px;
}

.a2-1-color-grey
{
    font-weight: 500;
    font-size: 14px;
    color: #2e412d;
    letter-spacing: 0.5px;
    line-height: 30px;
    text-align: right;
}

.a2-color-grey i,
.a2-1-color-grey i
{
    color: #ffffff;
    font-size: 22px;
}

.a3-color-grey
{
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 30px;
}

.social-networks
{
    float: right;
}

.social-networks a
{
    float: left;
    margin-left: 10px;
    margin-top: 4px;
}

.nav-menu-left2
{
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-right: auto !important;
}

.nav-menu-left2 li
{
    text-transform: uppercase;
    font-size: 12px;
    /* padding: 10px 10px; */
    padding: 7px 8px;
    margin: 7px 2px -2px;
    transition: box-shadow ease-in-out 0.3s;
    font-weight: 300;
    letter-spacing: 0.3px;

}

.nav-menu-left2 li a
{
    text-decoration: none;
}

.nav-menu-left2 li.active
{
    border-bottom: 2px solid #ffc801;
}

.nav-menu-left2 li.active a
{
    color: #ffc801;
}

.nav-menu-left2 li.active ul li a
{
    color: #ffffff;
}

.prop-logo-details a
{
    color: #f9c424;
    font-size: 19px;
    word-break: break-word;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 400;
    padding-bottom: 7px;
    float: left;
}

.header-top-menu
{
    padding-bottom: 10px;
    /* padding-top: 11px; */
}

.prop-logo-details img
{
    position: absolute;
    bottom: -4px;
    left: 16px;
}

.prop-logo-details a span
{
    font-size: 27px;
}

.book-border
{
    border: 1px solid #f9c424;
}

.navbar-toggler
{
    display: none;
    background: transparent;
    border-color: rgb(206 204 204 / 80%);
    color: rgb(245 245 245 / 47%);
    padding: 6px 12px 4px 12px;
    float: right;
    border: 0.5px solid;
    position: relative;
    top: 7px;
}

.navbar-toggler i
{
    font-size: 20px;
}

.custom-container
{
    /* float: left; */
    width: 100%;
    margin: 0 auto;
    background: #ebebeb;

}

.custom-container .row
{
    margin-left: -17px;
    margin-right: 0px;
}

.custom-container .row div[class^='col-'] .row
{
    margin-left: -15px;
}

.no-padding-top
{
    padding-top: 0px;
}

.property-slider1 .owl-dots
{
    position: absolute;
    float: left;
    width: 100%;
    margin-top: -29px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span
{
    background: #ffffff !important;
}

.search-widget-2 .searchbox__clickable a
{
    border: 1px solid #000000;
    border-radius: 0px !important;
}

.search-widget-2 .searchbox__title,
.search-widget-2 .b247-nights
{
    font-weight: 400 !important;
}

.aprt-block
{
    width: 100%;
    border: 0px solid green;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    overflow: hidden;
}

.aprt-position-block
{
    position: relative;
    /* border: 1px solid #ffffff; */
    border-top: none;
}

/* .aprt-position-block:not(.div-best-price-guarantee-t2) img
{
width: 95%;
} */

.aprt-position-block:not(.div-best-price-guarantee-t2) img,
.low-image-booknow img
{
    width: 100%;
    object-fit: cover;
}

.aprt-position-block:hover img
{
    filter : brightness(120%);
}

.aprt-position-block img,
.low-image-booknow img
{
    display: block;
    margin: 0px auto;
    height: 166px;
}

.room-text
{
    z-index: 4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: #ffffff;
    transition: all ease-in-out 0.5s;
    padding: 0 5px 0 5px;
}

.room-text>h2
{
    /* font-family: var(--font-family-spectral) !important; */
    font-family: var(--font-family-spectral);
    text-transform: capitalize;
    font-weight: 300;
    font-size: 2.4rem;
    color: #ffffff !important;
}

.room-text>h4
{
    text-transform: capitalize;
    font-weight: 300;
    font-size: 1.5rem;
    font-family: inherit;
    color: #ffffff !important;
}

.room-price
{
    width: 50%;
    contant: '';
    position: absolute;
    padding: 7px;
    background: #89656c;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all ease-in-out 0.5s;
}

.room-price>a
{
    text-transform: uppercase;
    font-family: var(--font-family-spectral);
    text-decoration: none;
    color: #ffffff;
}

.aprt-position-block:not(.div-best-price-guarantee-t2):after
{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: rgba(0,0,0,0.5); */
    /* background-color: rgba(0, 0, 0, 0.3); */
    /* background-color: rgba(0, 0, 0, 0.2); */
    top: 0;
    left: 0;
    z-index: 2;
    transition: all ease-in-out 0.5s;
}

.aprt-position-block:hover:after,
.active-room:after
{
    transform: scale(0);
}

.aprt-position-block:hover .room-text,
.active-room>.room-text
{
    top: 5%;
    transform: translate(-50%, 5%);
    color: #000000;
}

.aprt-position-block:hover .room-price
{
    top: 90%;
    transform: translate(-50%, -100%) scale(1);
}

.aprt-position-block.div-best-price-guarantee-t2:hover .room-price
{
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
}

.active-room>.room-price
{
    display: none;
}

.top-service-section
{
    /* float: left; */
    width: 100%;
}

.services-list-ul
{
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.services-list-ul li
{
    vertical-align: text-top;
    width: 210px;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.services-list-ul li img
{
    width: 11%;
}

.services-list-ul li span
{
    font-weight: 100;
    margin-left: 5px;
    letter-spacing: 0.3px;
}

.top-service-section .row
{
    margin-left: 0px;
    margin-right: 0px;
}

.footer-section-2 .footer-ad-p i
{
    font-size: 26px;
    margin-right: 10px;
}

.temp2-leftsidebar h4
{
    background: #8a656c;
    color: #ffffff !important;
    margin: 20px 0px 0;
    padding: 10px 0;
    text-align: center;
    font-size: 25px;
}

.new-version-p-2
{
    font-size: 1.23em;
    letter-spacing: 0.5px;
    text-align: left;
    margin-bottom: 0;
    margin-top: 15px;
    font-weight: 100;
}

.temp2-leftsidebar ul li small
{
    color: #6c757d;
    margin-bottom: 10px;
}

.temp2-leftsidebar ul li
{
    display: flex;
    border-bottom: 1px solid #c4cbd1;
}

.temp2-leftsidebar ul
{
    padding-left: 0;
}

.new-version-p-2 span
{
    font-size: 1.6rem;
    font-weight: 600;
}

.t2-h3
{
    font-size: 40px;
    font-weight: 500;
}

.sub-title-facility-1
{
    font-size: 2rem;
}

.roomCarousel1
{
    width: 100%;
    margin-right: 30px;
}

.div_img_slider_why_book_with_us .item img
{
    border-radius: 1em;
}

.facility-p
{
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}

.facility-p li
{
    display: flex;
}

.facility-p span
{
    color: #000000;
    font-size: 15px;
    line-height: 28px;
    float: inline-start;
    margin-left: 3px;
}

.facility-p span:before
{
    content: 'â– ';
    color: #89656c;
    font-weight: 700;
    float: left;
    margin-right: 4px;
}

.facility-p-1
{
    font-size: 15px;
    letter-spacing: 0.4px;
    line-height: 25px;
}

/* .top-header-temp3{ background: #002245; width: 100%; padding-top: 15px; padding-bottom: 15px; display:block; } */
.top-header-temp3
{
    background: #002245;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
}

/* add by Gulshan on 24/09/2024 */
@media only screen and (min-width : 768px)
{
    #div_header_container_main_template3-fullscreen_cover-root
    {
        position: relative;
    }

    #div_header_container_main_template3-fullscreen_cover
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2;
        box-shadow: 0px 0px 5px rgba(0,0,0, .4);
    }

    #div_header_container_main_template3-fullscreen_cover-root #b247SearchBoxContainer
    {
        /* box-shadow: 0px 0px 5px #1d1c1c; */
    }

    #div_header_container_main_template3-fullscreen_cover-root .header-services-icon
    {
        position : absolute;
        bottom : 0;
        left : 0;
        width : 100%;
        z-index : 10;
        box-shadow: 0px 0px 3px rgba(0,0,0,.4);
    }

    #div_header_container_main_template3-fullscreen_cover-root .top-header-temp3
    {
        background-color : rgba(0, 34, 69, 0.5) !important;
    }
}

.top-header-temp3 a
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    /* margin-left: 30px; */
    margin-left: 10px;
    float: left;
    border-radius: .5em;
}

.book-now-temp3
{
    background: #b88c51;
    text-align: center;
    text-transform: uppercase !important;
    font-size: 1.1em !important;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    font-family: 'Roboto Condensed', sans-serif !important;
    padding: 6px 25px;
    display: inline-block;
}

.temp3-logo
{
    position: absolute;
    z-index: 99;
    top: -15px;
    width: 100%;
    height: 59px;
}

.nav-menu-left3
{
    float: left;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size : 0.9em;
}

.nav-menu-left3 li a
{
    padding: 5px 7px;
    display: inline-block;
    border-right: 1px solid #e5e5e5;
    text-transform: capitalize;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.2em;
    text-decoration: none;
}

.nav-menu-left3 li a.menu-no-border
{
    border: none;
}

.nav-menu-left3 li a:hover
{
    text-decoration: none;
}

.search-widget-3-1
{
    float: left !important;
    width: auto;
    position: absolute;
    z-index: 9;
    display: block;
    margin-left: 16.5%;
    margin-top: 29%;
}

.services-list-ul-1
{
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-evenly;
    max-width: 2000px;
    margin: 0 auto;
}

/* /DO- : remove width */
.services-list-ul-1 li
{
    vertical-align: text-top;
    /* width: 91px; */
    display: inline-block;
    /* padding-right: 5px; */
    /* padding-left: 5px; */

    /* background-color : #f1f1f1; */
    /* border-radius: 5px; */

    border-radius: 1em;
    padding: .5em 1em;
}

.services-list-ul-1 li span
{
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: capitalize;
    text-align: center;
    font-size: 0.9em;
    color: #000000;
}

.services-list-ul-1 li > div.div_fac_img_container
{
    display: inline-block;
    padding: .75em;
    border-radius: 1em;
    background-color: rgba(255, 255, 255, .25);
    margin: .5em 0;
}

.services-list-ul-1 li img
{
    /* width: 35px; */
    /* height: 35px; */
    width: 2em;
    height: 2em;
    object-fit: cover;
    display: inline-block;
}

.header-services-icon
{
    background-color: #f1f1f1;
    float: left;
    width: 100%;
}

.temp3-leftbar
{
    background-color: #f1f1f1;
    margin-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

.temp3-leftbar h4
{
    background: #c2c2c2;
    font-family: 'Lato';
    font-size: 1.6em;
    font-weight: 600;
    color: #000000;
    margin-top: 0px;
    text-transform: uppercase;
    padding: 10px 0px;
    text-align: center;
}

.temp3-leftbar p
{
    font-family: 'Roboto Condensed', sans-serif;
    /* text-align: center; */
    color: #000000;
    margin: 0 46px 9px;
    letter-spacing: 0.45px;
}

.temp3-ad
{
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: capitalize;
    color: #bd945a;
    font-weight: 600;
    text-align: center;
    margin-top: 0px;
    font-size: 1.5em;
}

.temp3-heading
{
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: capitalize;
    text-align: center;
    color: #4c617a;
    font-size: 3.4em;
    margin-top: 20px;
}

.temp3-p
{
    font-family: 'Roboto Condensed', sans-serif;
    text-align: justify;
    color: #000000;
    font-size: 1.2em;
    word-spacing: 1px;
    line-height: 2em;
}

.footer-section-3
{
    padding-bottom: 17px;
}

h1
{
    color: #b78b52;
    font-size: 3.5rem;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: capitalize;
    font-weight: 100;
}

.footer-section-3 .footer-title
{
    padding-top: 0.25rem;
    margin-top: 30px;
}

.footer-section-3 p
{
    text-align: left;
    line-height: 25px;
    font-size: 1.12em;
    margin-bottom: 5px;
    text-shadow: none;
    font-weight: 400;
}

.footer-section-3 p a
{
    color: #ffffff;
}

.footer-book-now-btn-3
{
    float: left;
    text-align: center;
    text-transform: uppercase !important;
    font-size: 2em;
    border: none;
    box-shadow: none;
    border-radius: .35em;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 10px 25px 10px 25px;
    margin-top: 20px;
    text-decoration: none;
}

.footer-book-now-btn-3:hover
{
    color: #ffffff;
    background: #ec971f;
    border-color: #d58512;
    text-decoration: none;
}

.footer-book-now-btn-3 span
{
    display: block;
    font-size: 0.5em;
    text-align: center;
    color: #ffffff;
}

.footer-social-networks
{
    margin-top: 30px;
}

.footer-social-networks a
{
    color: #ffffff;
    font-size: 28px;
    margin-right: 20px;
    opacity: 0.9;
}

.footer-menu-section-3
{
    float: left;
    width: 100%;
    background: #ffffff;
}

.footer-nav-menu-3
{
    width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}

.footer-nav-menu-3 li
{
    /* float: none; */
    display: inline-block;
    position: relative;
    margin-bottom : 2px;
}

.footer-nav-menu-3 li a
{
    padding: 8px 8px;
    border-right: 1px solid #e5e5e5;
    text-transform: capitalize;
    color: #000000;
    font-family: 'Roboto Condensed', sans-serif;
    display: inline-block;
}

.copyright-section-3
{
    float: left;
    padding-top: 5px;
    width: 100%;
    positive: relative;
}

.copyright-section-3 p
{
    letter-spacing: 1px;
    font-size: 14px;
    color: #abaaaa;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 20px;
}

.why-choose-this-temp3
{
    width: 100%;
    display: block;
    margin: 15px auto;
    background: #002245;
    padding-top: 20px;
    padding-bottom: 20px;
}

.why-choose-this-temp3 h1
{
    margin: .25em 0;
    padding: .25em;
    border-radius: .25em;
}

.facility-ul-t3
{
    float: left;
    margin-left: -19px;
    padding-left: 0px;
}

.facility-ul-t3 li
{
    list-style-type: none;
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 30px;
    font-size: 15px;
    letter-spacing: 0.3px;
}

.facility-ul-t3 li:before
{
    font-family: FontAwesome;
    content: "\f111";
    color: #b78b52;
    font-size: 11px;
    margin-right: 15px;
}

.facility-ul-t3-1
{
    float: left;
    padding-left: 0px;
}

.facility-ul-t3-1 li
{
    list-style-type: none;
    color: #000000;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 30px;
    font-size: 15px;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}

.facility-ul-t3-1 li img
{
    width: 32px;
    opacity: 0.9;
    margin-right: 13px;
}

.book-now-btn-3
{
    text-align: center;
    text-transform: uppercase !important;
    font-size: 1em;
    border: none;
    box-shadow: none;
    border-radius: .5em;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    padding: .5em 1em;
    position: relative;
    top: 26px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.book-now-btn-3 img
{
    display: inline-block;
    vertical-align: text-bottom;
    max-width: 22px;
    margin: 0px auto;
}

.book-now-btn-3:hover
{
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
    text-decoration: none;
}

.room-details-section-temp3
{
    background: #f1f1f1;
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    float: left;
    width: 100%;
}

.room-details-section-temp3 h3
{
    position: absolute;
    z-index: 9;
    background: #b88c51;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    text-transform: capitalize;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    width: 94.9%;
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
}

.room-details-section-temp3 h3 a
{
    color: #ffffff;
}

.room-details-section-temp3 img
{
    position: relative;
    max-height: 350px;
    width: 100%;
}

.room-details-section-temp3 p
{
    font-family: 'Roboto Condensed', sans-serif;
    text-align: justify;
    color: #000000;
    line-height: 2em;
    letter-spacing: 0.1px;
}

.room-details-section-temp3 hr
{
    border-top: 1px solid #ccc7c7;
}

.room-details-section-temp3 .book-now-btn-3
{
    top: 0px !important;
}

.facilities-ul li
{
    list-style-type: none;
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
}

.facilities-ul li img
{
    height: 35px;
    width: 35px;
    opacity: 0.9;
    margin-right: 13px;
}

.facilities-ul
{
    float: left;
    width: 100%;
    margin-left: -38px;
    padding-top: 0;
}

a:hover
{
    text-decoration: none;
}

.prop-logo-details-3
{
    float: left;
    background: #ffffff;
    height: 108px;
    position: absolute;
    z-index: 9;
    top: 36px;
    padding: 28px 10px;
    word-break: break-all;
}

.prop-logo-details-3 a
{
    color: #b88c51 !important;
    font-size: 25px;
    margin-top: 0;
    float: left;
    margin-left: 0;
}

.contact-hr
{
    border-top: 1px solid #dddddd;
}

.contact-form-3
{
    border: 1px solid #cecece;
    padding: 10px 10px;
    box-shadow: inset 5px 2px 50px #cacaca;
    border-radius: 5px;
    margin-bottom: 15px;
}

.error
{
    color: red;
}

.contact-p-1
{
    font-size: 1.8rem;
}

.contact-p-1 a
{
    background-color: #00000000 !important;
    color: rgb(0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
    font-family: 'Roboto', sans-serif;
}

.contact-p-1 i
{
    background-color: rgba(0, 0, 0, 0) !important;
    color: rgb(135, 133, 133) !important;
    border-color: rgba(0, 0, 0, 0) !important;
    margin-right: 10px;
}

.contact-form-1 input[type="text"],
.contact-form-1 input[type="email"],
.contact-form-1 textarea
{
    width: 100%;
    margin: 1em 0;
    border: none;
    outline: none;
    border-bottom: 1px solid;
    background-color: rgba(0, 0, 0, 0) !important;
    color: rgb(0, 0, 0) !important;
    border-color: rgb(135, 134, 134) !important;
}

.contact-submit-btn-1
{
    cursor: pointer;
    background-color: #003664 !important;
    color: #f9c424 !important;
    border-color: rgb(0, 53, 99) !important;
    display: inline-block;
    padding: 5px 30px;
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    text-decoration: none;
    margin-bottom: 30px;
}

.contact-h4-2
{
    text-transform: capitalize;
    font-size: 2.4rem;
    color: #89656c;
}

.contact-form-2
{
    padding: 7px;
    box-shadow: inset 2px 2px 50px #d2d2d2, -2px -2px 5px #252525, 2px 2px 5px #adadad;
    border-radius: 4px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.submit-now-btn-2
{
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.submit-now-btn-2:hover
{
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.text-left
{
    text-align: left !important;
}

.nav-menu-left2 li ul
{
    visibility: hidden;
    position: absolute;
    z-index: 2;
    background: #2e412d;
    width: fit-content;
    padding-left: 0;
    list-style: none;
    white-space: nowrap;
    opacity: 0;
    transition: all ease-in-out 0.5s;
    margin-top: 12px;
}

.nav-menu-left2 li:hover ul
{
    visibility: visible;
    opacity: 1;
}

.nav-menu-left2 li:hover .arrow-up
{
    opacity: 1;
}

.arrow-up
{
    position: absolute;
    transform: translateX(-50%) rotate(45deg);
    padding: 7px;
    background: #ffffff;
    opacity: 0;
    transition: all ease-in-out 0.3s;
    margin-left: 6%;
    margin-top: 0.5%;
}

/* .nav-menu-left2 li:hover{border-bottom:2px solid #ffc801;} */

.nav-menu-left2 li:not(.book-border):not(.active)
{
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.nav-menu-left2 li:not(.book-border):hover
{
    border-bottom: 2px solid #ffc801;
}

.nav-menu-left2 li:hover .nav-menu-left2 li a
{
    color: #ffc801;
}

.nav-menu-left2 li ul li:hover a
{
    color: #ffc801;
}

.text-center
{
    text-align: center !important;
}

.b247-section__header
{
    font-size: 32px !important;
    font-weight: 500 !important;
    margin-bottom: 0 !important;
}

.common-h4
{
    text-transform: capitalize;
    font-size: 2.1rem;
    font-family: 'Raleway', sans-serif;
}

.facility-ul-t3-2
{
    float: left;
    padding-left: 0px;
    width: 100%;
}

.facility-ul-t3-2 li
{
    list-style-type: none;
    color: #000000;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 30px;
    font-size: 15px;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
    width: 50%;
    float: left;
}

.facility-ul-t3-2 li img
{
    width: 35px;
    height: 35px;
    opacity: 0.9;
    margin-right: 13px;
}

.demo-gallery>ul
{
    margin-bottom: 0;
}

.demo-gallery>ul>li
{
    float: left;
    margin-bottom: 15px;
    margin-right: 20px;
    width: 370px;
    cursor: pointer;
    text-align: center;
}

.demo-gallery>ul>li>img
{
    border: 1px solid #d5caca;
    padding: 7px;
    border-radius: 1px;
    width: 100%;
    height: 252px;
    object-fit: cover;
}

.demo-gallery>ul>li a:hover .demo-gallery-poster>img
{
    opacity: 1;
}

.demo-gallery>ul>li a .demo-gallery-poster
{
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery>ul>li a .demo-gallery-poster>img
{
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery>ul>li a:hover .demo-gallery-poster
{
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery>a>img
{
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery>a:hover>img
{
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img
{
    opacity: 1;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster
{
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster>img
{
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster
{
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img
{
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.image-description
{
    background: rgba(0, 0, 0, 0.5);
    padding: 17px;
    position: absolute;
    width: inherit;
    float: left;
    height: 251px;
    z-index: 444;
    display: none;
}

.image-description p
{
    text-align: center;
    color: #ffffff !important;
    font-weight: 100;
    line-height: 25px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.demo-gallery ul li:hover .image-description
{
    display: block;
}

#newsletter_form
{
    float: left;
    margin-top: 10px;
}

.subscrib-btn
{
    text-align: center;
    text-transform: uppercase !important;
    font-size: 1em;
    border-radius: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 10px;
    text-decoration: none;
    margin-bottom: 10px;
}

.no-image
{
    border: 1px solid #eee;
    background: rgba(0, 0, 0, 0.3);
}

.no-image-cls
{
    border: 1px solid #e5dada;
    width: 100% !important;
    height: 379px;
}

.no-slider-image
{
    background: #ffffff;
}

.room-no-image
{
    border: 1px solid #e3dddd;
}

.room-no-image-1
{
    border: 1px solid #e3dddd;
    width: 100%;
    height: 430px;
}

/*===for promotion page===*/
.promotion_table
{
    width: 100%;
    margin-bottom: 40px;
    color: #000000;
}

.promotion_table tr th
{
    background: #efecec;
    color: #000000;
}

.promotion_table tr th,
.promotion_table tr td
{
    padding: 10px;
    text-align: center;
}

.promotion-order-btn
{
    display: inline-block;
    padding: 1em 3em;
    text-decoration: none;
    color: rgb(255, 255, 255);
}

/*============== restaurant start here ===============*/
.restaurant_ul
{
    margin-left: 15px;
    margin-bottom: 15px;
}

.restaurant_ul li
{
    display: block;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 400;
}

.restaurant_ele
{
    float: left;
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #edeaea;
    padding: 0px;
    border-radius: 3px;
    box-shadow: rgb(0 0 0000000000 / 35%) 0px 5px 15px;
}

.restaurant_ele h3
{
    margin-top: 0;
    font-size: 23px;
    text-transform: capitalize !important;
    font-family: inherit;
    margin-bottom: 0px;
    color: #2e2b2b !important;
    padding-top: 15px;
    padding-left: 15px;
}

.restaurant_ele h3 a
{
    color: #2e2b2b;
}

.restaurant_ele p
{
    padding-left: 15px;
    line-height: 40px;
}

.restaurant_ele p i
{
    font-size: 20px;
}

.restaurant_ele .res_right_bar p a
{
    font-size: 15px;
    letter-spacing: 0.5px;
    word-break: break-all;
}

.restaurant_ele .res_right_bar p a i
{
    border-radius: 100%;
    padding: 5px 6px 5px 7px;
    font-size: 13px;
    margin-right: 10px;
}

.res_right_bar
{
    border-left: 1px solid #E0E0E0;
    float: left;
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 10px;
}

.rest_hours
{
    padding-left: 15px;
    padding-top: 10px;
}

.res_right_bar p
{
    line-height: 30px;
}

.rest_hours a
{
    font-size: 15px;
    margin-right: 20px;
}

.open_hours_all_days_content
{
    float: left;
    width: 40%;
    border: 2px solid #E0E0E0;
    background: #ffffff;
    border-radius: 5px;
    padding: 10px 10px 10px 0;
    margin-left: 13px;
    margin-top: 9px;
}

.hours_all_content
{
    float: left;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.hours_all_content:before
{
    content: '';
    position: absolute;
    top: 0;
    left: 28px;
    margin-left: -2px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #E5E5E5;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.hours_all_content:after
{
    content: '';
    position: absolute;
    top: 3px;
    left: 28px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #FFFFFF;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.open_hours_all_days_content span
{
    letter-spacing: 1px;
}

.open_hours_all_days_content div[class^='col-']
{
    margin-bottom: 10px;
}

.min-walk
{
    margin-left: 15px;
    margin-top: 8px;
    margin-bottom: 11px;
    width: 100%;
    float: left;
    color: #978989;
}

.border_active
{
    border: 2px solid #E0E0E0;
    border-radius: 3px;
    padding: 5px;
}

.txt_active
{
    font-weight: bold;
}

.load_more_rest
{
    padding: 10px 15px 10px 15px;
    float: left;
    position: relative;
    margin-bottom: 22px;
    margin-left: 44%;
    border: 1px solid #333333;
    color: #333333;
    font-size: 20px;
}

.load_more_rest:hover
{
    color: #333333;
}

.hd-padding
{
    padding: 0px;
    margin-top: 0;
}

.property-logo img
{
    width: 100%;
    margin: 0;
    height: 120px;
}

.property-logo-2 img
{
    width: 50%;
    margin: 0;
    height: 40px;
    max-width: 200px;
}

.img-left
{
    padding-left: 0px;
}

.img-right
{
    padding-right: 0px;
}

.desktop-view
{
    display: block;
}

.mobile-view
{
    display: none;
}

.full-width
{
    width: 100%;
}

.hdl-padding
{
    padding-left: 0px;
    padding-right: 0px;
}

.temp2-leftsidebar
{
    margin-bottom: 40px;
}

/* .temp2-leftsidebar .new-version-p-2
{
text-align: justify;
} */

.main_header_top
{
    float: left;
    width: 100%;
}

.blog-details
{
    float: left;
    width: 100%;
    margin: 10px 0;
    box-shadow: 0 0 10px rgba(175, 175, 175, 0.7);
    border-radius: 0.5em;
}

.blog-details .blog-image
{
    float: left;
    width: 33.33%;
    margin: 25px;
}

.blog-details .blog-images
{
    float: left;
    width: 33.33%;
    margin: 25px 25px 25px 0;
}

.blog-image img,
.blog-images img
{
    width: 100%;
}

.blog-details .blog-content
{
    float: left;
    width: 60%;
    margin-top: 23px;
    padding: 0px;
    padding-bottom: 15px;
}

.blog-details .blog-contents
{
    float: left;
    width: 100%;
    margin-top: 0;
    /* padding: 0px; */
    /* padding: 0px 10px 0px 15px; */
    padding: 0px 10px 12px 15px
}

.blog-details .blog-content h3
{
    background: #ffffff;
    margin-left: -88px;
    text-transform: capitalize;
    font-family: inherit;
    padding: 10px;
    font-weight: 600;
    line-height: 37px;
}

.blog-details .blog-contents h3
{
    background: #ffffff;
    margin-left: 0;
    text-transform: capitalize;
    font-family: inherit;
    padding: 0;
    font-weight: 600;
}

.blog-details .blog-content p
{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: justify;
}

.blog-details .blog-contents p
{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: justify;
}

.blog-details1
{
    background: #ffffff;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    margin-bottom: 25px;
    border-radius: 3px;
    margin-right: 25px;
}

.blog-details1 .blog-image1 img
{
    border-radius: 3px 3px 0 0;
    height: 200px;
    width: 100%;
}

.blog-details1 .blog-content1 h3,
.blog-details1 .blog-content1-none h3
{
    margin-top: 0px;
}

.blog-details1 .blog-content1-none h3 a
{
    text-align: left;
    float: left;
    width: 100%;
    color: #000000;
    text-transform: capitalize;
    font-family: 'Lato';
    margin-bottom: 20px;
    padding-left: 21px;
    padding-right: 8px;
    line-height: 35px;
    letter-spacing: 0.5px;
}

.blog-details1 .blog-content1 h3 a
{
    text-align: center;
    float: left;
    width: 100%;
    color: #000000;
    text-transform: capitalize;
    font-family: 'Lato';
    margin-bottom: 20px;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 35px;
    letter-spacing: 0.5px;
}

.blog-details1 .blog-content1-none p
{
    text-align: justify;
    padding-left: 21px;
    padding-right: 21px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #706d6d;
}

.blog-no-image
{
    height: 300px;
    border: 1px solid #bab7b7;
}

.view-style
{
    float: left;
    width: auto;
    border: 1px solid #e3e3e3;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: -21px;
}

.view-style span
{
    font-size: 21px;
}

.view-style label i
{
    font-size: 20px;
    margin-left: 10px;
    cursor: pointer;
}

.blog-content1 span,
.blog-content span,
.blog-content1-none span
{
    margin-right: 12px;
    color: #807c7c;
    margin-bottom: 10px;
}

.blog_grid_view
{
    display: grid;
    grid-template-columns: auto auto auto;
}

.event_block
{
    width: 100%;
    display: block;
    padding: 7px;
    float: left;
    margin: 7px;
    border: 1px solid #d1d1d1;
}

.event_img,
.event_text
{
    width: 100%;
    display: block;
    border: 0px solid green;
}

.event_img>img
{
    display: inline-block;
    margin: 0px auto;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 100%;
}

.event_text h2
{
    text-transform: capitalize;
    font-size: 1.8em;
}

.event_text h4
{
    text-transform: capitalize;
    font-weight: 500;
    font-size: 17px;
}

.event_text p,
.event_text p a,
.event_text a
{
    color: #333333;
    font-size: 17px;
}

a.btn-success
{
    border: 0px solid #ffffff;
    border-radius: 0px;
    box-shadow: none;
    text-transform: capitalize;
    padding: 7px 7px;
    margin-top: 10px;
}

.evt-no-image
{
    max-height: 227px !important;
}

.no-txt-form
{
    text-transform: initial !important;
}

.event-ul
{
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.event-ul>li
{
    font-family: 'Raleway', sans-serif;
    text-transform: capitalize;
    text-align: center;
    font-size: 3rem;
    width: 33%;
    cursor: pointer;
    margin: 1rem;
    border-bottom: 2px solid;
}

.event-ul>li.actives
{
    color: #ffffff !important;
    box-shadow: -2px -2px 4px #000000;
}

/* restaurant menu design start here */
.roomCarousel2 .owl-prev i,
.roomCarousel2 .owl-next i
{
    font-size: 18px;
    background: #ffffff;
    padding: 5px 11px 5px 11px;
}

.open_hours_all_days_content,
.restaurant_details .open_hours_all_days_content
{
    width: 60%;
}

.restaurant_details a
{
    font-size: 18px;
    color: #333333;
}

.restaurant_details span
{
    margin-left: 0px;
    font-size: 15px;
}

.restaurant_details .rest_hours
{
    padding-left: 0px;
}

.roomCarousel2 .owl-item .item img
{
    height: 300px;
}

.rest_menu ul
{
    list-style-type: none;
    margin-top: 30px;
}

.rest_menu ul li
{
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 30px;
}

.rest_menu ul li label,
.rest_menu ul li a
{
    color: #ffffff;
    padding: 10px 20px 10px 20px;
    text-shadow: 1px 1px #000000;
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: 100;
    cursor: pointer;
}

.rest_menu input[type="radio"]:checked+label
{
    background: #ffffff;
    color: #333333;
    border: 1px solid #333333;
    text-shadow: 0px 1px #333333;
}

.sub_rest_menu
{
    border: 1px solid #333333;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.sub_rest_menu ul
{
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 30px;
    display: block;
}

.sub_rest_menu ul li
{
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 30px;
}

.sub_rest_menu ul li label,
.sub_rest_menu ul li a
{
    color: #000000;
    padding: 10px 20px 10px 20px;
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: 100;
    border: 1px solid #333333;
    cursor: pointer;
}

.sub_rest_menu input[type="radio"]:checked+label
{
    background: rgba(46, 65, 45);
    color: #ffffff;
}

.restaurant_menu_details
{
    column-width: 320px;
    column-gap: 15px;
    width: 100%;
    max-width: 1100px;
    margin: 5px auto;
}

.sub_restaurant_menu_details
{
    margin: 0;
    padding: 15px;
    padding-bottom: 10px;
    /*transition: opacity .4s ease-in-out;*/
    display: inline-block;
    /*column-break-inside: avoid;*/
    border-right: 2px solid #eeeeee;
    margin-bottom: -6px;
    padding-right: 25px;
    width: -webkit-fill-available;
}

.sub_restaurant_menu_details h5
{
    font-size: 20px;
    text-transform: uppercase;
}

.sub_restaurant_menu_details p small
{
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 100;
}

.sub_restaurant_menu_details span
{
    font-size: 16px;
    margin-left: 15px;
    margin-top: 12px;
}

.sub_restaurant_menu_details img
{
    width: 100%;
    height: 200px;
    border: 2px solid #d3d0d0;
    padding: 3px;
}

.sub_restaurant_menu_details hr
{
    margin-bottom: 0;
    float: left;
    width: 100%;
    border: 0;
    border-top: 1px dotted #333333;
    margin-top: 6px;
}

.sub_restaurant_menu_details a
{
    color: #ffffff;
    font-size: 11px;
    padding: 7px 10px 7px 10px;
    text-transform: uppercase;
    background: #333333;
    float: right;
    letter-spacing: 1px;
    margin-top: 9px;
}

.sub_restaurant_menu_details p
{
    width: 100%;
}

.roomCarousel2
{
    margin-bottom: 20px;
}

.res_pagination
{
    list-style-type: none;
}

.res_pagination li
{
    display: inline-block;
}

.res_pagination li a
{
    padding: 5px 10px 5px 10px;
    margin-right: 10px;
    text-decoration: none;
}

.res_pagination li a.active
{
    border: none;
}

/* restaurant menu design end here */
/*footer susbcribe design start here*/
.mailchimp-subscribe-cls form
{
    padding-left: 0 !important;
}

.mailchimp-subscribe-cls form input[type="email"]
{
    height: 40px !important;
}

.mailchimp-subscribe-cls form input[type="submit"]
{
    float: right;
    text-align: center !important;
    text-transform: uppercase !important;
    font-size: 1em !important;
    border: none !important;
    box-shadow: none;
    border-radius: 0px !important;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none !important;
    position: relative;
    padding: 5px 15px 5px 15px !important;
    width: auto !important;
    height: auto !important;
}

/*footer susbcribe design end here*/
/*user login bar start here*/
.user-login-bar
{
    width: 100%;
    position: relative;
    background: #000000;
    color: #ffffff;
    font-size: 15px;
    padding: 5px 0 5px 5%;
    letter-spacing: 2px;
}

.user-login-bar label
{
    margin-right: 5px;
}

/*user login bar end here*/
.edit-text
{
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

.edit-text1
{
    margin-left: 10px;
    margin-top: 10px;
}

.img-a-hover
{
    position: absolute;
    top: 50%;
    color: #000000;
    z-index: 99999999;
    font-size: 30px;
    cursor: pointer;
}

.img-a-hover1
{
    position: absolute;
    margin-top: 9%;
    color: #000000;
    z-index: 99999999;
    font-size: 30px;
    cursor: pointer;
}

.img-a-hover:hover
{
    display: inline-block;
}

.footer-nav-menu li span
{
    color: #ffffff;
    margin-left: 10px;
    cursor: pointer;
}

a:hover
{
    cursor: pointer;
}

.services-icon-update
{
    position: absolute;
    color: #ffffff;
    font-size: 21px;
    cursor: pointer;
    display: inherit;
    margin-left: 5px;
}

.ic-py-left
{
    border-bottom: none !important;
}

.services-icon-update:hover
{
    color: #ffffff;
}

.no-blog-bg
{
    background: none !important;
    color: #000000 !important;
}

.blog-edit-margin
{
    margin-left: 20px;
}

.owl-carousel .owl-item img
{
    height: 415px;
}

.facilities-main
{
    float: left;
    background: #f8f9fa;
    width: 100%;
    margin: 0;
}

.facilities-main .row
{
    margin-left: 0;
    margin-right: 0;
}

.low-image-booknow
{
    height: 167px;
    position: relative;
}

.low-image-booknow a
{
    background: #89656c;
    color: #ffffff;
    /* padding: 10px; */
}

.low-image-booknow a
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1em 0;
    font-size: 1.5em;
    width: 200px;
    text-align: center;
}

.footer-section-3
{
    float: left;
    width: 100%;
    /* margin-top: 20px; */
}

.room-details-inner
{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #eee;
    padding: 1em;
    box-shadow: 10px 15px 10px -18px #111111;
    border-radius: .5em;
}

.room-details-inner h4
{
    text-align: left;
    margin-top: 0;
    color: #333333;
    /* font-size: 22px; */

    border-radius: .25em;
    font-size: 1.5em;
    line-height: 1;
    padding: .25em .5em;
}

.room-details-inner p
{
    text-align: left;
    color: #333333;
    height: 242px;
    float: left;
    width: 100%;
}

.room-details-inner .btn-margin-1
{
    margin-right: 0;
    top: 1px;
    margin-left: 8px;
    width : 125px;
    margin-bottom : .25em;
}

@media only screen and (max-width : 374.85px)
{
    .room-details-inner .btn-margin-1
    {
        width : 100%;
    }
}

.pull-right
{
    float: right !important;
}

.img-a-hover3
{
    color: #000000;
    font-size: 25px;
    top: 0;
}

.show-prop-facilities
{
    display: none;
}

.full-ul-facy
{
    width: 50%;
}

.half-ul-facy
{
    width: 25%;
}

.container-d2
{
    width: 90%;
    margin-left: 5%;
}

.read-more-btn
{
    padding: 10px;
}

.review-prop-margin
{
    margin-left: 20px;
    margin-right: 20px;
}

.top_address_container
{
    float: left;
    width: 100%;
    position: relative;
    display: block;
    background: #ffffff;
}

.b247-btn-primary,
.b247-btn-primary:hover,
.b247-btn-primary:focus,
.b247-btn-primary:seleted
{
    background: #337ab7;
    color: #ffffff;
}

.b247-btn-default,
.b247-btn-default:hover,
.b247-btn-default:focus,
.b247-btn-default:seleted
{
    background: #333333;
    color: #ffffff;
}

.top-facility
{
    background: rgba(0, 53, 99, 0.75);
}

.why-choose-this-temp3 img
{
    width: 100%;
    max-height: 350px;
}

.log-templae-2
{
    text-align: center;
}

.sbx-container>input
{
    color: #000000 !important;
}

.custom-bottom-container
{
    float: left;
    width: 100%;
    position: relative;
    background: #ebebeb;
    color: #000000;
}

.custom-bottom-container h3
{
    color: #000000 !important;
    font-size: 30px;
}

.custom-bottom-container hr
{
    border-color: #d0d0d0;
}

.custom-bottom-container ul
{
    display: block;
    width: 100%;
    position: relative;
}

.custom-bottom-container ul li
{
    list-style-type: none;
    line-height: 30px;
    letter-spacing: 0.3px;
}

.custom-bottom-container ul li small
{
    color: #969393;
}

.bottom-more-btn
{
    margin-left: 38px;
    margin-bottom: 12px;
    float: left;
    padding: 10px;
}

.blog-details .blog-content-xs
{
    float: left;
    width: 100%;
    margin-top: 0px;
    /* padding: 0 0 0 27px; */
    padding: 0px 15px 10px 27px
}

.blog-details .blog-content-xs h3
{
    background: #ffffff;
    margin-left: -9px;
    text-transform: capitalize;
    font-family: inherit;
    padding: 10px;
    font-weight: 600;
    line-height: 37px;
}

.blog-details .blog-content-xs p
{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: justify;
}

.success
{
    font-weight: bolg;
    color: #008000;
}

.temp3-leftbar ul
{
    float: left;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
}

.temp3-leftbar ul li
{
    border-bottom: 1px solid #bebdbd;
    display: inline-block;
    margin-top: 15px;
}

.temp3-leftbar ul li p
{
    text-align: left;
    margin: 0 30px 9px 30px;
    line-height: 25px;
    letter-spacing: 0.3px;
}

.temp3-leftbar ul li:first-child
{
    margin-top: 5px;
}

.temp3-leftbar ul li small
{
    margin-bottom: 8px;
}

.ipad-top-facilities
{
    display: none;
}

.top-header-temp3 .show-edit-icon
{
    float: right;
}

@media screen and (min-device-width: 320px) and (max-device-width: 768px)
{
    .top-header-temp3 .show-edit-icon
    {
        float: left;
    }

    .b247-photos .item
    {
        height: auto;
    }

    .header-location-img .no-image
    {
        height: 380px;
    }

    .footer-nav-menu-3 li a
    {
        border-right: none;
    }

    .header-location-img img
    {
        height: auto;
    }

    .b247-new_section__header:after,
    .b247-new_section__header:before,
    .b247-new_section__header1:after,
    .b247-new_section__header1:before,
    .b247-new_section__header2:after,
    .b247-new_section__header2:before
    {
        content: none;
    }

    .footer-nav-menu
    {
        margin-top: 0px;
        padding-left: 0px;
    }

    .footer-social-icon
    {
        text-align: left;
    }

    .navbar-toggler
    {
        display: block;
    }

    .nav-menu-left3,
    .nav-menu-left2
    {
        display: revert;
    }

    .a2-color-grey
    {
        float: left;
        width: 100%;
        text-align: center;
    }

    .a2-1-color-grey
    {
        text-align: center;
    }

    .aprt-position-block
    {
        border-bottom: 2px solid #ffffff !important;
        border: none;
    }

    .aprt-position-block>img
    {
        width: 100%;
    }

    .custom-container .row div[class^='col-'] .row
    {
        margin-left: 0px !important;
    }

    .no-padding-right
    {
        padding-right: 2px;
        padding-left: 0;
    }

    .services-list-ul
    {
        text-align: left !important;
        display: contents !important;
    }

    .services-list-ul li
    {
        margin-bottom: 15px;
    }

    .services-list-ul li:first-child
    {
        margin-top: 15px;
    }

    .roomCarousel1
    {
        width: 100% !important;
    }    

    .sub-title-facility-1
    {
        float: left;
        width: 100%;
        margin-top: 20px;
    }

    #navbar
    {
        z-index: 999;
    }

    .nav-menu-left3 li a
    {
        border-right: none !important;
    }

    .facility-ul-t3
    {
        margin-left: 0 !important;
    }

    /*.nav-menu-left2 li ul{top: 85px !important;left: 19px !important;}*/
    .arrow-up
    {
        margin-top: 1%;
        margin-left: 13%;
    }

    .demo-gallery>ul
    {
        margin-left: 17px;
    }

    .demo-gallery>ul>li
    {
        width: 95%;
    }

    .promotion_data
    {
        width: 100% !important;
    }

    .header-left-bar
    {
        margin-left: 0 !important;
        width: 100%;
    }

    .owl-carousel .owl-item img.owl-lazy,
    .room-details-sub .item img,
    .room-carousel--single img
    {
        height: 200px;
    }

    .room-details-sub
    {
        margin-bottom: 0px;
        height: auto;
    }

    .room-details-section-temp3 h3
    {
        width: 91.7% !important;
    }

    .room-details-section-temp3
    {
        margin-top: 0;
    }

    .icon-container-py-right
    {
        margin-left: 0 !important;
    }

    .icon-container-py
    {
        width: 96%;
        border-right: none;
    }

    .img-left
    {
        padding-left: 15px;
    }

    .img-right
    {
        padding-right: 15px;
    }

    .desktop-view
    {
        display: none;
    }

    .social-icon
    {
        text-align: right;
        padding-right: 20px;
    }

    .mobile-view
    {
        display: block;
    }

    .design-btn-1
    {
        margin-left: 5px;
        background: transparent !important;
        border-radius: 6px;
        border-width: 2px;
    }

    .social-icon a
    {
        font-size: 29px !important;
    }

    .design1-service-icon img
    {
        float: left;
        width: 11%;
        margin-left: 19px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .design1-service-icon
    {
        float: left;
        width: 100%;
        background: #003563;
        margin-top: -2px;
    }

    .nav-menu-left
    {
        margin-bottom: 0px;
    }

    .search-custom-container
    {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .search-custom-container .row
    {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .search-custom-container .row div[class^="col-"]
    {
        padding-left: 0;
        padding-right: 0;
    }

    .design2-toggle-btn
    {
        background: transparent !important;
        color: #888888 !important;
        border: 1px solid #c3b2b2;
        border-radius: 2px;
        /* margin-top: 10px; */
        top: 0;
        margin: 5px 0;
    }

    .prop-logo-details-3
    {
        height: auto;
        position: relative;
        padding: 0;
        top: 0;
        float: left;
        width: auto;
        padding: 10px;
    }

    .prop-logo-details-3 a
    {
        margin-top: 0px;
    }

    .why-choose-this-temp3
    {
        padding-bottom: 54px;
    }

    .temp3-logo
    {
        position: relative;
        top: 0;
        float: left;
        width: 70%;
        height: auto;
    }

    .blog-details .blog-image,
    .blog-details .blog-images
    {
        width: 100%;
        margin: 0;
    }

    .blog-details .blog-content h3
    {
        margin-left: 0;
        margin-top: 0;
    }

    .blog-details
    {
        margin-bottom: 40px;
    }

    .blog-details .blog-content
    {
        width: 100%;
    }

    .property-logo-2 img
    {
        width: auto;
        height: 50px;
    }

    .blog_grid_view
    {
        grid-template-columns: auto;
    }

    .blog-details1
    {
        margin-right: 0;
    }

    .open_hours_all_days_content,
    .restaurant_details .open_hours_all_days_content
    {
        width: 84%;
    }

    .sub_restaurant_menu_details
    {
        padding-right: 12px;
        border-right: none;
    }

    .owl-carousel .owl-item img
    {
        height: 200px;
    }

    .room-details-inner h4
    {
        margin-top: 15px;
    }

    .room-details-inner p
    {
        height: auto;
    }

    #b247Calendar
    {
        display: none;
    }

    .book-now-btn-3
    {
        float: left;
        width: 100%;
    }

    .book-now-btn-3:last-child
    {
        margin-bottom: 0;
    }

    .half-ul-facy,
    .full-ul-facy
    {
        width: 100%;
    }

    .low-image-booknow
    {
        padding-left: 39%;
    }

    .property-slider .owl-item img,
    .property-slider1 .owl-item img
    {
        height: 270px;
    }

    .facility-ul-t3-2 li
    {
        width: 100%;
    }

    .load_more_rest
    {
        margin-left: 28.5%;
    }

    .log-templae-2
    {
        text-align: left;
    }

    .event-ul>li
    {
        width: 100%;
    }

    .event_block
    {
        margin-left: 0;
    }

    .event-ul
    {
        padding-left: 0;
    }

    .top-header-temp3 a
    {
        margin-left: 0;
    }

    .room-details-section-temp3 div[id^='room-'] img
    {
        height: 250px;
    }
}

.custom-container.cust-container-3
{
    position: relative;
}

.t3_div_slider_prop_info
{
    min-height : 200px;
    width : 100%;
    max-width: 1150px;
    /* border : 1px solid #000; */
    position: absolute;
    left : 50%;
    top : 50%;
    transform : translate(-50%, -50%);
    z-index: 1;
}

@media only screen and (max-width : 767.85px)
{
    .t3_div_slider_prop_info
    {
        display: none;
    }
}

@media screen and (min-device-width: 728px) and (max-device-width: 1024px)
{
    .property-slider2 .owl-item img,
    .property-slider1 .owl-item img
    {
        height: 415px;
    }

    .aprt-position-block img,
    .low-image-booknow img
    {
        /* height : 137px; */
        height : calc((415px - 4px) / 3);
    }

    .property-slider .owl-item img
    {
        height: 287px;
    }

    .a2-1-color-grey
    {
        text-align: right;
    }

    .a2-color-grey
    {
        text-align: left;
    }

    .container-d2 .navbar-collapse.collapse
    {
        display: none !important;
    }

    .log-templae-2
    {
        text-align: left;
    }

    .container-d2 .collapse.in
    {
        display: block !important;
    }

    .header-top-menu.t3 .navbar-collapse
    {
        display: block;
    }

    .room-text>h2
    {
        font-size: 2rem;
    }

    .prop-logo-details-3 a
    {
        margin: 10px 19px;
    }

    .prop-logo-details-3
    {
        height: 64px;
        position: absolute;
        padding: 0;
        float: left;
        width: auto;
        top: 0;
    }

    .navbar-toggler
    {
        display: block;
    }

    .nav-menu-left2
    {
        display: revert;
    }

    .nav-menu-left3
    {
        padding-left: 0;
        display: flex;
    }

    .nav-menu-left3 li a
    {
        font-size: 1.1em;
    }

    .design2-toggle-btn
    {
        display: none;
    }

    .search-custom-container
    {
        width: 100%;
    }    

    .custom-container.cust-container-3 .no-padding-right
    {
        padding-right: 0;
    }

    .demo-gallery>ul>li
    {
        width: 340px;
        margin-right: 20px;
    }

    .blog-details .blog-content
    {
        width: 45%;
        margin-left: 5%;
    }

    .blog-details .blog-image,
    .blog-details .blog-images
    {
        width: 50%;
    }

    .blog-details .blog-content h3
    {
        margin-left: -88px;
        margin-top: 0;
    }

    .event_block
    {
        margin-left: 0;
    }

    .event-ul>li
    {
        width: 33%;
    }

    .header-location-img .no-image,
    .header-location-img img
    {
        height: 231.5px;
    }

    .top-header-temp3 a
    {
        margin-left: 30px;
    }

    .desktop-view
    {
        display: block;
    }

    .mobile-view
    {
        display: none;
    }

    .icon-container-py
    {
        width: 100%;
        border-right: none;
        min-height: auto;
    }

    .icon-container-py img
    {
        width: 12%;
    }

    .icon-container-py
    {
        border-bottom: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
    }

    .footer-nav-menu
    {
        margin-top: 30px;
    }

    .container.hd-container .mobile-view
    {
        display: block;
    }

    .container.hd-container .desktop-view
    {
        display: none;
    }

    .container.hd-container .navbar-collapse.collapse
    {
        display: none !important;
    }

    .container.hd-container .navbar-collapse.collapse.in
    {
        display: block !important;
    }

    .container.hd-container
    {
        width: 93%;
    }

    .mobile-view .design1-service-icon
    {
        display: none;
    }

    .ipad-top-facilities
    {
        background: rgba(24, 53, 216, 0.75);
        display: block;
    }

    .img-right,
    .img-left,
    .header-location-img
    {
        padding-left: 0;
        padding-right: 0;
    }

    .header-location-img:first-child
    {
        padding-left: 15px;
    }

    .header-location-img:last-child
    {
        padding-right: 15px;
    }

    .blog_grid_view
    {
        grid-template-columns: auto auto;
    }

    .blog_grid_view .blog-details1:nth-of-type(odd)
    {
        margin-right: 23px;
    }

    .footer-section-3
    {
        margin-top: 0;
    }

    .nav-menu-left3 li a
    {
        padding: 10px 7px 10px 6px;
    }

    .nav-menu-left3
    {
        margin-left: -16px;
    }

    .open_hours_all_days_content,
    .restaurant_details .open_hours_all_days_content
    {
        width: 84%;
    }

    .top-header-temp3 .show-edit-icon
    {
        float: right;
    }
}

@media only screen and (max-width:1199px)
{
    .temp3-leftbar p
    {
        margin: 10px 20px;
    }
}

/*Search Widget CSS - Mobile View*/
@media only screen and (max-width : 480px)
{
    .searchbox__title
    {
        display: inline-block!important;
        width: 70px!important;
    }

    .searchbox__field
    {
        margin : 5px 0px!important;
    }

    .sbx-container
    {
        display: inline-block!important;
    }

    .sbx-container > input
    {
        padding-top: 3px!important;
        padding-bottom: 3px!important;
    }

    .searchbox__icon
    {
        line-height:0;
    }

    .b247-nights
    {
        display: none!important;
    }

    .searchbox__clickable a
    {
        padding-top: 3px!important;
        padding-bottom: 3px!important;
    }
}

[id^="roomCarousel"] img, .room-carousel--single > img
{
    object-fit: cover;
}

a:not([href])
{
    color : inherit;
}

/* for top social media icons for design 3 */
.div_header_social_icon_style3
{
    float : right;
    margin-top : 5px;
}

.div_header_social_icon_style3 a
{
    margin-left: 7px;
    margin-right: 6px;
    font-size: 1.25em;
}

.slider_image_div_container_item_style
{
    position : relative;
}

.slider_image_description_style
{
    position: absolute;
    bottom: 10px;
    left: 50%;
    max-width: calc(100% - 10px);
    margin: 0;
    transform: translateX(-50%);
    text-align: center;
    background: #0000009e;
    color: white !important;
    padding: 3px 20px;
    border-radius: 4px;
}

.slider_image_description_style_template2
{
    position: absolute;
    bottom: 30px;
    left: 50%;
    max-width: calc(100% - 10px);
    margin: 0;
    transform: translateX(-50%);
    text-align: center;
    background: #0000009e;
    color: white !important;
    padding: 3px 20px;
    border-radius: 4px;
}

.slider_image_description_style_template3
{
    position: absolute;
    bottom: 30px;
    left: 50%;
    max-width: calc(100% - 10px);
    margin: 0;
    transform: translateX(-50%);
    text-align: center;
    background: #0000009e;
    color: white !important;
    padding: 3px 20px;
    border-radius: 4px;
}

/* --- Hero Section Pure CSS (Replaces Tailwind) --- */
.hero-section {
    position: relative;
    z-index: 10;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    padding-left: 1em;
    padding-right: 1em;
}

.hero-badge {
    display: inline-block;
    padding: 0.5em 1em;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 9999px;
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 1.5rem;
    animation: fadeInUp 0.6s ease forwards;
}

.hero-title 
{
    font-family: 'Spectral SC', sans-serif;
    font-size: 3em;
    font-weight: bold;
    /* margin-bottom: 0.5em; */
    animation: fadeInUp 0.6s ease forwards;
    animation-delay: 0.1s;
    text-shadow: 0 4px 16px rgba(0,0,0,0.3);
    background: no-repeat;
    color: #FFF;
    padding: 0.1em 1em;
    border-radius: 1em;
}

@media (min-width: 768px) {
    .hero-title {
        font-size: 5em;
    }
}

.hero-desc {
    font-size: 1.25em;
    max-width: 42em;
    margin-bottom: 2em;
    opacity: 0.9;
    animation: fadeInUp 0.6s ease forwards;
    animation-delay: 0.2s;
    color: #FFF;
    padding: 0.1em 1em;
    border-radius: 1em;
}

@media (min-width: 768px) {
    .hero-desc {
        font-size: 1.5em;
    }
}

.hero-actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    animation: fadeInUp 0.6s ease forwards;
    animation-delay: 0.3s;
}

@media (min-width: 640px) {
    .hero-actions {
        flex-direction: row;
    }
}

.hero-btn-primary {
    padding: 1em 2em;
    background: #de974b;
    color: #fff;
    font-weight: 600;
    border-radius: 9999px;
    transition: all 0.2s ease;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
    text-decoration: none;
    display: inline-block;
}

.hero-btn-primary:hover {
    background: #b88c51;
    transform: translateY(-4px);
    text-decoration: none;
    color: #fff;
}

.hero-btn-secondary {
    padding: 1em 2em;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    color: #fff;
    font-weight: 600;
    border-radius: 9999px;
    border: 1px solid rgba(255,255,255,0.3);
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
}

.hero-btn-secondary:hover {
    background: rgba(255,255,255,0.3);
    text-decoration: none;
    color: #fff;
}
