
@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?k7ynpx');
    src:  url('fonts/icomoon.eot?k7ynpx#iefix') format('embedded-opentype'),
      url('fonts/icomoon.ttf?k7ynpx') format('truetype'),
      url('fonts/icomoon.woff?k7ynpx') format('woff'),
      url('fonts/icomoon.svg?k7ynpx#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-map-pin:before {
    content: "\e047";
  }
  :root {
  --black: #343434;
  --greyish-brown: #535353;
  --light-grey: #c0c0c0;
  --white: #f4f4f4;
  --rouge: #9d1c1f;
  --orange: #f58840;
  --orange-gradient: #f58740;
  --faded-orange: #f5a340;
  }
  
  * {
      margin: 0;
      padding: 0;
      -webkit-font-smoothing: antialiased;
      -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
      text-shadow: rgba(0,0,0,.01) 0 0 1px;
  }

  a.btn > i.fa-angle-right,
  .fcard > a > i.fa-angle-right {
    zoom: 120%;
}
/*.bg-rouge {
background-color: var(--rouge);
}*/
.bgimg {
/* background-image: url('../images/bg_hotels.png'); */
background-image: url('../images/bg_hotels_sm.webp');
}

.redline{
border-width: thin;
padding: 1px;
    color: var(--rouge);
    border-style: solid;
    background-color: var(--rouge);
    width: 60px;
    height:1px;
}
.summit-menu .icon-bars-button {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.summit-menu .icon-bar {
    margin-bottom: 2px;
    display: block;
    width: 25px;
    height: 2px;
    background-color: #ffffff;
    margin: 6px 0;
}

.summit-menu {
    cursor: pointer;
}

/* Social Icons */
#social_side_links {
    position: fixed;
    top: 25%;
    /*top: 10%;*/
    right: 0;
    padding: 0;
    list-style: none;
    z-index: 99;
    /* transform: translate3d(0px, 0px, 0px); */
}



/******* Header *******/

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12;
}
.header .main_nav {
    min-height: initial;
    margin: 0;
    height: auto;
    padding: 25px 60px;
    
    font-family: Poppins;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 7.43px;
    text-align: center;
    color: #ffffff;
}
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #960303;
    overflow-x: hidden;
    transition: 0.3s;
}
.overlay a {
  text-decoration: none;
  font-size: 28px;
  color: #fffdfd;
  display: block;
}
/* .overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
} */

.overlay .overlay-content {
    width: 84%;
    margin: 35px auto 0;
    display: block;
    zoom: 90%;
}

.overlay .menu_background,
.overlay .menu_background2{
    position: absolute;
    width: 675px;
    top: 0;
    left: 0;
    z-index: -1;
}
.overlay .menu_background2 {
    /*left: initial;
    right: -100px;
    top: -20px;
    width: auto;*/
    top: unset;
    bottom: -40px;
    left: unset;
    right: -65px;
    width: 285px;
}
.overlay .menu_background2 img {
    width: 100%
}

.overlay .menu_background img{
    width: 100%;
}
.overlay .close_english.clearfix > div {
    float: right;
}
.overlay .close_english.clearfix .menu_close{
    margin-top: 26px;
    margin-right: 63px;
}

.overlay .close_english.clearfix .menu_close .closebtn {
    font-family: Poppins;
    font-size: 13px;
    color: #e6dfdf;
    letter-spacing: 7.43px;
    font-weight: normal !important;
}

.overlay .close_english.clearfix .menu_close .close-icon{
    width: 19px; 
    height: 19px;
}


.overlay .close_english .globe_select {
    display: block;
    position: relative;
    width: 115px;
    margin-top: 20px;
    margin-right: 107px;
}

.overlay .close_english .globe_select select {
    border: 0;
    background-color: transparent;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-overflow: '';
    font-family: Poppins;
    font-size: 13px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.77;
    letter-spacing: 2px;
    color: #ffffff;
    padding-left: 25px;
    padding-right: 0px;
    height: 36px;
}


.overlay .close_english .globe_select > span {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 36px;
    z-index: 1;
}

.overlay .close_english .globe_select > label.wrap:after {
    content: "\f107 ";
    font-family: FontAwesome;
    z-index: 1;
    width: 10%;
    height: 100%;
    pointer-events: none;
    right: 5px;
    font-size: 24px;
    color: white;
    position: absolute;
    top: 0;
    line-height: 32px;
    font-weight: 100;
}
.overlay .close_english .globe_select > .region-gtranslate select{
    padding-left: 30px;
    padding-right: 22px;
    height: 36px;
}
.overlay .block-gtranslate select option {
    border: 0;
    background-color: #960303 !important;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-overflow: '';
    font-family: Poppins;
    font-size: 13px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.77;
    letter-spacing: 2px;
    color: #ffffff;
}


.overlay .overlay-content .menu.nav.navbar-nav > li > a:hover, 
.overlay .overlay-content .menu.nav.navbar-nav > li > a:focus {
    background-color: transparent;
}
.overlay .overlay-content .menu.nav.navbar-nav .leaf,
.overlay .overlay-content .region-hotel-menu .block-title,
.overlay .overlay-content > .row > .col-lg-12 > div > a {
    margin-bottom: 30px;
    font-family: Cormorant;
    font-size: 28px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 6.3px;
    color: #ffffff;
    text-transform: uppercase;
}
.overlay .overlay-content .region-hotel-menu {
    padding-right: 10%;
    max-width: 650px;
}
.overlay .overlay-content .region-hotel-menu .block-title {
    /* margin-bottom: 30px; */
    margin-top: 10px;
}
.overlay .overlay-content .region-hotel-menu .property-menu-item img {
    width:150px;
    height: 91px;
    margin:auto;
}
.overlay .overlay-content .region-hotel-menu .property-menu-item a {
    margin-bottom: 10px;
}

.overlay .overlay-content .region-hotel-menu .property-menu-item .text_hotels.text-center {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.92px;
    text-align: center;
    color: #ffffff;
    margin-top: 7.9px;
    margin-bottom: 17.1px;
}

.overlay .overlay-content .menu.nav.navbar-nav .leaf {
    float: initial;
}

.overlay .overlay-content .contact-details {
    padding: 20px;
    margin-top: 20px;
}

.overlay .overlay-content .contact-details .footer_titlee
{
    font-family: Poppins;
	font-size: 12px;
	color: #ffffff;
    font-weight: 300;
    line-height: 3;
    letter-spacing: 1px;
}

.overlay .overlay-content .contact-details .footer_titlee a{
    font-family: Poppins !important;
    font-size: 12px !important;
    color: #ffffff !important;
    font-weight: 300 !important;
    line-height: 3 !important;
    letter-spacing: 1px !important;
}
/******* End Header *******/
  
.homepage-container #home-banner {
    display: block;
    position: relative;
}

  
.homepage-container #home-banner .carousel-inner {
    height: 700px;
}
.homepage-container #home-banner .carousel-inner .item > img {
    /* height: auto;
    width: 100%; */
    width: 1440px;
    max-width: initial;
    min-width: 100%;
    position: absolute;
    left: -99999px;
    right: -99999px;
    margin: auto;
    filter: brightness(0.6);
}
.homepage-container #home-banner .carousel-control {
    z-index: 11;
}
.homepage-container #home-banner .carousel-control span.icon-next,
.homepage-container #home-banner .carousel-control span.icon-prev {
    background-color: rgba(0, 0, 0, 0.479);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 35px;
    font-size: 40px;
}
.homepage-container #home-banner .carousel-control span.icon-next {
    right: 60px
}
.homepage-container #home-banner .carousel-control span.icon-prev {
    left: 60px
} 
#home-banner-slider .carousel-control .icon-next:before, #home-banner-slider .carousel-control .icon-prev:before {
    content: "";
}



.homepage-container #home-banner .banner-content {
    position: absolute;
    top: 100px;
    width: 100%;
    text-align: center;
}
.homepage-container #home-banner .banner-content .summit_logo {
    width: 230px;
    height: 95px;
    object-fit: contain;
    /* background-color: #ffffff; */
}
.homepage-container #home-banner .banner-content .Relax-and-Have-a-Won {
    /* width: 511px; */
    height: 65px;
    font-family: Poppins;
    font-size: 22px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.95;
    letter-spacing: 2.2px;
    text-align: center;
    color: #ffffff;
    display: block;
    width: 100%;
}
.homepage-container #home-banner .banner-content .Staying-Summit {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    font-family: Cormorant;
    font-size: 60px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: 12px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}
.homepage-container #home-banner .banner-content .Staying-Summit .at {
    font-style: italic;
    letter-spacing: normal;
    text-transform: initial;
}

.homepage-container #home-banner .banner-content ul, 
.homepage-container #home-banner .banner-content p {
    margin: 0;
    padding: 0;
}
.homepage-container #home-banner .banner-content ul.hotels {
    height: 48px;
    margin-top: 10px;
    line-height: 55px;
    padding: 0 230px;
}
.homepage-container #home-banner .banner-content ul.hotels li{ 
    font-family: Poppins;
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    font-weight: 300;
    display: inline-block;
    margin-left: 73px;
}
.homepage-container #home-banner .banner-content ul.hotels li:first-child {
    margin-left: 0;
}
.homepage-container #home-banner .banner-content ul.hotels li.views-row:not(:first-child)::after {
    content: "•";
    float: left;
    font-size: 20px;
    padding: 0 0px;
    margin: -25px 0 0 -42px;
}
.homepage-container #home-banner .banner-content ul.hotels li a{
    color: white;
    text-transform: uppercase;
}

  
.daterangepicker.show-calendar {
    z-index: 9999;
}
.inputted .daterangepicker.show-calendar{
    width: 500px;
    left: 0 !important;
}

#bookNow .overlay-content {
    zoom: unset;
}
.daterangepicker td.active, 
.daterangepicker td.active {
    border-radius: 0 15px !important;
    /* background-color: var(--rouge) !important; */
}

.daterangepicker td.start-date {
    border-radius: 15px 0 0 15px !important;
}

.daterangepicker td.end-date {
    border-radius: 0 15px 15px 0 !important;
}
/* 
.daterangepicker td.available:hover, 
.daterangepicker th.available:hover {
    background-color: var(--rouge) !important;
    border-color: transparent;
    color: inherit;
}

.daterangepicker td.in-range {
    background-color: var(--rouge) !important;
    border-color: transparent;
    color: white !important;
    border-radius: 0;
} */
.inputted .daterangepicker td.disabled, .daterangepicker option.disabled {
    text-decoration: none;
}
.inputted .daterangepicker.show-calendar .drp-buttons {
    display: none;
}
.inputted .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: var(--rouge);
    border-color: transparent;
    color: #fff;
}

.inputted .daterangepicker td.active:hover {
    background-color: var(--rouge);
    border-color: transparent;
    color: #fff;
}

.inputted .daterangepicker td.in-range {
    background-color: var(--rouge);
    border-color: transparent;
    color: white;
    border-radius: 0;
}
.daterangepicker .drp-selected {
    display: none !important;
}








/****** Booking *****/

.booking_form_container {
    margin: 69px auto 0;
    padding: 21px 42px;
    background-color: rgba(0,0,0,.72);
    opacity: 1;
    height: auto;
    max-width: 1020px;
    border-radius: 4px;
}
.booking_form .inputted {
    padding: 0.6px;
    position: relative;
}
.booking_form .inputted .popover-markup .trigger.form-group {
    margin: 0;
    padding: 0;
}
.booking_form .inputted select,
.booking_form .inputted input,
.booking_form .inputted button {
    width: 100%;
    height: 48px;
    border-radius: 0px;
    background-color: #ffffff;
    
    font-family: Poppins;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: var(--light-grey);
}
.booking_form .inputted select.search {
    background-image: url(../images/assets/search.png);
    background-repeat: no-repeat;
    background-position: 8px 7px;
    padding-left: 50px;
}
.booking_form .inputted input.checkout {
    background-image: url(../images/assets/calendar.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 12px 12px;
    padding-left: 45px;
}
.booking_form .inputted input.person {
    background-image: url(../images/assets/person.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 12px 12px;
    padding-left: 45px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.booking_form .inputted button.booking_button {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    border-radius: 2px;
    background-image: linear-gradient(114deg, var(--faded-orange) 13%, var(--orange-gradient) 93%);
    margin-left: 6px;
}

.booking_form .inputted .custom-select {
    position: relative;
    font-family: Poppins;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: var(--light-grey);
    text-indent: 30px;
    height: 48px;
    background-image: url(../images/assets/search.png);
    background-repeat: no-repeat;
    background-position: 12px 12px;
    background-color: #ffffff;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background-size: 22px;
  }
  
.booking_form .inputted .custom-select select {
    display: none; /*hide original SELECT element: */
    color: var(--light-grey);
}

.booking_form .inputted .custom-select .select-selected {
    /*background-color: DodgerBlue;*/
    /*background-color: #ffffff;*/
    color: var(--light-grey);
    padding-left:15px !important;
    text-align:left;
}
.booking_form .inputted .custom-select .select-items div, 
.booking_form .inputted .custom-select .select-selected {
    font-family: Poppins;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.64;
    letter-spacing: 2px;
    /*color: #303030;*/
    padding: 3px 1px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}
.booking_form .inputted .custom-select .select-items {
    position: absolute;
    color: #303030;
    /*background-color: DodgerBlue;*/
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.31);
    border: solid 1px #f0f0f0;
    background-color: #ffffff;
    text-align:left;
    text-transform: uppercase;
}

.bg_bookingform input[type="text"], textarea {
outline: none;
box-shadow:none !important;
border:1px solid #ccc !important;
}

body .daterangepicker{
    font-family: Poppins !important;
}
.select-items-font{
    color:#343434 !important;
}
/* Hide the items when the select box is closed: */
.booking_form .inputted .custom-select .select-hide {
    display: none;
    color:#303030;
}

.booking_form .inputted .custom-select .select-items div:hover,
.booking_form .inputted .custom-select .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
    color:#303030;
}

.booking_form .inputted .custom-selectx select {
    display: none; /*hide original SELECT element: */
    color: var(--light-grey);
}

.booking_form .inputted .custom-selectx .select-selected {
    /*background-color: DodgerBlue;*/
    /*background-color: #ffffff;*/
    /* color: var(--light-grey); */
    padding-left:0px !important;
    text-align:left;
    color: white !important;
}
.booking_form .inputted .custom-selectx .select-items div, 
.booking_form .inputted .custom-selectx .select-selected {
    font-family: Poppins;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.64;
    letter-spacing: 2px;
    /*color: #303030;*/
    padding: 3px 50px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    /* margin-left: -15px; */
}
.booking_form .inputted .custom-selectx .select-items {
    position: absolute;
    color: #303030;
    /*background-color: DodgerBlue;*/
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.31);
    border: solid 1px #f0f0f0;
    background-color: #ffffff;
    text-align:left;
    text-transform: uppercase;
    border-radius: 7px;
}

/* Hide the items when the select box is closed: */
.booking_form .inputted .custom-selectx .select-hide {
    display: none;
    color:#303030;
}

.booking_form .inputted .custom-selectx .select-items div:hover,
.booking_form .inputted .custom-selectx .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
    color:#303030;
}
.custom-selectx .select-items:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 10px;
    border-style: solid;
    border-width: 0 12px 12px;
    border-color: white transparent;
    display: block;
    width: 0;
    z-index: -1;
}

.custom-selectx .select-items:after {
    position: absolute;
    bottom: -25px;
    left: 175px;
    border-style: solid;
    border-width: 25px 25px 0;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
}

.inputted .booknow_arrow {
    display: block;
}
.inputted .booknow_arrow:after {
    content: "\f107 ";
    font-family: FontAwesome;
    top: 10px;
    right: 10px;
    font-size: 19px;
    position: absolute;
    color: #999;
    font-weight: 100;
}
.inputted .custom-select.booknow_arrow:after {
    top: 15px;
}
#bookNow input#person::placeholder {
    color: white;
}

.bg_bookingform .col-lg-3.inputted {
    width: 27%;
}
.bg_bookingform .col-lg-4.inputted {
    width: 29.33333333%;
}
.booknow-popup-container.form-group.form-group-lg.form-group-icon-left:after {
    content: "\f107 ";
    font-family: FontAwesome;
    top: 10px;
    right: 10px;
    font-size: 19px;
    position: absolute;
    color: #999;
    font-weight: 100;
}

/****** Booking Header Form *****/


.booking_popup_form_container {
    /*max-width: 394px;*/
    max-width: 340px;
    margin-top: -20px;
}
.booking_popup_form_container .book_nowtext{
  font-family: Poppins;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.6px;
  color: #ffffff;
  margin: 70px 0 70px;
}

.booking_popup_form_container .inputted .custom-selectx,
.booking_popup_form_container .inputted input {
    height: 48px;
    background-color: transparent !important;
    color: white !important;
    border: 0;
    font-family: Poppins;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    box-shadow: none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    padding-left: 50px;
}
.booking_popup_form_container .inputted .custom-selectx {
    background-image: url(../images/assets/search2.png);
    background-repeat: no-repeat;
    background-position: 5px 12px;
    background-size: 22px;
}
.booking_popup_form_container .inputted .booknow_arrow input.checkout2 {
    background-image: url(../images/assets/calendar2.png);
    background-repeat: no-repeat;
    background-position: 5px 12px;
    background-size: 22px;
}
.booking_popup_form_container .inputted .booknow_arrow input.person2 {
    background-image: url(../images/assets/person2.png);
    background-repeat: no-repeat;
    background-position: 5px 12px;
    background-size: 22px;
}
.booking_popup_form_container .inputted .booknow_arrow select > option {
    color: black;
}


.booking_popup_form_container .inputted .booknow_arrow {
    /* overflow: hidden;  */
    position: relative;
    display: block;
    border-bottom: solid 1px #ffffff;
    margin-bottom: 55px;
    /* padding-bottom: 10px; */
}

.booking_popup_form_container .inputted .booknow_arrow:after {
    content: "\f107 ";
    font-family: FontAwesome;
    top: 10px;
    right: 10px;
    font-size: 24px;
    position: absolute;
    color: white;
}
.booking_popup_form_container .booking_button
{
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    margin-left: 6px;
	width: 100%;
	height: 60px;
	border-radius: 2px;
	background-image: linear-gradient(106deg, #f5a340 14%, #f58740 92%);
	border: none;
	outline: none;
    cursor: pointer;
    /* text-transform: uppercase; */
}



/****** Booking Popup *****/

.booknow-popup-container .popover.bottom > .arrow:after {
    top: 5px;
}
.booknow-popup-container label {
    padding:0px;
}
.booknow-popup-container .popover {
    width:150%;
    max-width: 345px !important;
}
.booknow-popup-container .popover .popover-content {
    color: black;
    padding:0 !important;
} 
.booknow-popup-container .popover .popover-content span.input-group-btn a  {
    font-size: 16px;
}
.booknow-popup-container .popover .popover-content a.btn-select.btn.btn-default.btn-block.demise {
    color: black;
    font-size: 13px;
    font-family: Poppins;
    font-weight: 300;
}
.booknow-popup-container .popover .popover-content .room-thead{
    font-family: Poppins;
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    /* line-height: 4; */
    letter-spacing: 1.82px;
    color: #303030;
}
.booknow-popup-container .popover .popover-content .number-spinner {
    width:88.5px;
    margin:auto;
    border: solid 1px #979797;
}
.booknow-popup-container .popover .popover-content .number-spinner .room-controls {
    font-family: Poppins !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: 2.18px !important;
    color: var(--orange) !important;
}
.booknow-popup-container .popover .popover-content .number-spinner .room-controls .fa-minus {
    color: #c6c6c6 !important;
}
.booknow-popup-container .popover .popover-content .number-spinner .adult_label,
.booknow-popup-container .popover .popover-content .number-spinner .child_label {
    margin: 5px;
    text-align: center;
}
.booknow-popup-container .popover .popover-content table.tbll .clone > td:first-child div {
    margin: 7px 0;
    text-align: center;
    font-family: Poppins;
}
.booknow-popup-container .popover .popover-content .add-room {
    font-family: Poppins !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: 2.18px !important;
    color: var(--orange) !important;
    padding-left: 16px !important;
    padding-bottom: 25px !important;
    cursor: pointer;
}
.booknow-popup-container .popover .popover-content .room-footer {
    font-family: Poppins;
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 4;
    letter-spacing: 1.82px;
    color: #bbbbbb;
    text-align: center;
    height: 37px;
    background-color: #f7f7f7;
    margin-top: 10px;
}


#bookNow.overlay .closebtn-book {
    font-family: Poppins !important;
    margin-top: 30px;
    float: right;
    font-size: 13px !important;
    color: #e6dfdf !important;
    letter-spacing: 7.43px !important;
    margin-top: 26px;
    margin-right: 63px;
    font-weight: normal !important;
}
#bookNow.overlay .closebtn-book .close-icon {
    width: 19px;
    height: 19px;
}

/****** end of booknow *******/

@keyframes mouse-scroll {
    to {
      transform: translate(0, 6px) scale(1, 0.8);
    }
}
.homepage-container #home-banner .moving-mouse-holder {
    margin: 32px auto 0;
    /*margin-top: 60px;*/
    width: 170px;
    padding-left: 5%;
    padding-right: 5%;
}
.homepage-container #home-banner .moving-mouse-holder .mouse {
    width: 27px;
    height: 50px;
    position: relative;
    right: 0;
    border-radius: 18px;
    border: 2px solid #ffffff;
}
.homepage-container #home-banner .moving-mouse-holder .mouse-button {
    background-color: #ffffff;
    width: 4px;
    height: 10px;
    border-radius: 2px;
    position: absolute;
    top: 10px;
    left: 50%;
    margin: 0 0 0 -2px;
    animation: mouse-scroll 1s infinite alternate;
}





  
  
  

.homepage-container .homepage-content-ourhotel {
    position: relative;
}
.homepage-container .homepage-content-ourhotel .bg-rouge {
    height: 614.5px;
    width: 100%;
    position: absolute;
    z-index: 0;
}
.homepage-container .homepage-content-ourhotel .ourhotel-card {
    width: 508px;
    /* height: 599px; */
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.19);
    background-color: #ffffff;
    position: absolute;
    z-index: 2;
    top: 76px;
    left: 30px;
    padding: 80px 75px 75px 48px;
}
.homepage-container .homepage-content-ourhotel .ourhotel-card p {
    margin: 0;
    padding-left: 0;
}
.homepage-container .homepage-content-ourhotel .ourhotel-card > .row > div > p.p-our {
    /* .Our */
        width: 56px;
        /* height: 65px; */
        font-family: Poppins;
        font-size: 24px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        /* line-height: 2.71; */
        letter-spacing: 2.4px;
        text-align: center;
        color: var(--black);
    line-height: 1.7;
    display: block;
}

.homepage-container .homepage-content-ourhotel .ourhotel-card > .row > div > p.p-hotel {
    /* .Hotels-Resorts */
        width: 260px;
        /* height: 96px; */
        font-family: Cormorant;
        font-size: 40px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 9px;
        color: var(--black);
    display: block;
}
.homepage-container .homepage-content-ourhotel .ourhotel-card > .row > div img {
    /* width: 148px; */
    width: 120px;
    margin-left: 25px;
    height: auto;
}
.homepage-container .homepage-content-ourhotel .ourhotel-card > .redline {
    margin: 24px 0 22px;
}
.homepage-container .homepage-content-ourhotel .ourhotel-card > p {
    /* .The-Summit-Hotels-Gr */
        /* width: 385px; */
        /* height: 247px; */
        font-family: Poppins;
        font-size: 12px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 2.42;
        letter-spacing: 2px;
        color: var(--black);
}

.homepage-container .homepage-content-ourhotel .ourhotel-content {
    position: relative;
    padding: 30px 31px 0 286px;
    z-index: 1;
}
.homepage-container .homepage-content-ourhotel .ourhotel-content .container_hotels img {
    width: 100%;
    min-height: 751px;
}
.homepage-container .homepage-content-ourhotel .ourhotel-content .container_hotels_bottom {
    position: absolute;
    bottom: 0;
    padding: 25px 50px 15px 288px;
    background-color: rgba(0,0,0,0.9);
    width: calc(100% - 316.5px);
}

.homepage-container .homepage-content-ourhotel .ourhotel-content .container_hotels_bottom .hotel-label {
    /* width: 501px;
    height: 31px; */
    font-family: Cormorant;
    font-size: 26px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 7.8px;
    color: #ffffff;
    margin-bottom: 3px;
  }

.homepage-container .homepage-content-ourhotel .ourhotel-content .container_hotels_bottom .hotel-label2 .hotel-location {
    font-family: Poppins;
    font-size: 11px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #9f9f9f;
    margin: 5px 0 10px;
  }
  .homepage-container .homepage-content-ourhotel .ourhotel-content .container_hotels_bottom .hotel-label2 .icon-map-pin {
    color: white;
  }

  .homepage-container .homepage-content-ourhotel .ourhotel-content .container_hotels_bottom > .row:last-child {
      text-align: center;
      /* .Greenhills { */
        /* width: 63px;
        height: 15px; */
        font-family: Poppins;
        font-size: 10px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1px;
        color: #ffffff;
        margin-top: 20px;
      /* } */
  }

  .homepage-container .homepage-content-ourhotel .ourhotel-content .container_hotels_bottom > .row:last-child .image_adjust {
        margin: 0;
        padding: 2px 4px;
        display:inline-block;
        float:none;
        width: 16%;
  }
  .homepage-container .homepage-content-ourhotel .ourhotel-content .container_hotels_bottom > .row:last-child .image_adjust .textstyle_hotel {
      margin-top: 5px;
      text-transform: uppercase;
  }
  .homepage-container .homepage-content-ourhotel .ourhotel-content .container_hotels_bottom > .row:last-child .image_adjust img {
        /* width: 121px; */
        height: 45px;
        width: 100%;
        /* max-width: 121px; */
        cursor: pointer;
  }
  
.homepage-container .homepage-content-ourhotel .ourhotel-content .container_hotels_bottom > .row:last-child .image_adjust .demo {
    opacity: 0.6;
    /* border: solid 1px transparent; */
}
.homepage-container .homepage-content-ourhotel .ourhotel-content .container_hotels_bottom > .row:last-child .image_adjust .demo.active {
	opacity: 1;
    outline: 3px solid #9d1c1f;
    outline-offset: -3px;
    border-width: thin;
}

  .homepage-container .homepage-content-ourhotel .ourhotel-content .container_hotels_bottom .btn-explore {
        /* width: 100%;
        height: 45px; */
        border-radius: 2px;
        background-image: linear-gradient(106deg, var(--faded-orange) 14%, var(--orange-gradient) 92%);
        font-family: Poppins;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        /* line-height: 35px; */
        letter-spacing: 1px;
        text-align: center;
        color: #ffffff;
        
        padding: 10px 28px;
        float: right;
        margin: 0;
    }

.homepage-container .homepage-region-content {
    margin-top: 68px;
}
#meeting-home .home_container {
    padding: 0; margin: 0;
    margin-top: 240px !important;
}
.meeting-and-event-home .home_container .moving-mouse-holder  {
    display: none;
}

.homepage-region-content .views-featured-offers p {
    margin: 0; padding: 0;
}
.homepage-region-content .views-featured-offers .txt-featuredhome{
    font-family: Cormorant;
    font-size: 40px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 9px;
    color: var(--black)
}
.homepage-region-content .views-featured-offers .txt-featuredhome-desc {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.42;
    letter-spacing: 1px;
    text-align: center;
    color: var(--black);
}
.homepage-region-content .views-featured-offers .redline {
    margin: 10px auto;
}

.homepage-region-content .views-featured-offers .views-bootstrap-grid-plugin-style {
    padding: 0px 75px 8px;
}
.homepage-region-content .views-featured-offers .views-bootstrap-grid-plugin-style .card_container {
    background-color: white;
    box-shadow: 0 2px 3px 0 rgba(168, 168, 168, 0.2), 0 1px 1px 0 rgba(168, 168, 168, 0.2);
}
.homepage-region-content .views-featured-offers .views-bootstrap-grid-plugin-style > .row > div {
    padding: 5px;
}
.homepage-region-content .views-featured-offers .views-bootstrap-grid-plugin-style > .row > div img {
    width: 100%;
    /* height: 309px; */
    height: 270.2px;
}

.homepage-region-content .views-featured-offers .views-bootstrap-grid-plugin-style .card-body {
    padding: 10px 25px 70px !important;
    height: 190px;
}
.homepage-region-content .views-featured-offers .views-bootstrap-grid-plugin-style .card-body .card-title {
    text-align: left;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #202020;
    margin-bottom: 5px;
}
.homepage-region-content .views-featured-offers .views-bootstrap-grid-plugin-style .card-body .card-text {
    text-align: left;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: var(--black);
}

.homepage-region-content .views-featured-offers .card-body .fcard {
    position: absolute;
    bottom: 35px;
    width: 100%;
}
.homepage-region-content .views-featured-offers .card-body .fcard a {

    /* width: 120px; */
    /* height: 35px; */
    padding: 8px 12px;
    border-radius: 2px;
    border: solid 1px var(--orange-gradient);

    font-family: Poppins;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: var(--orange-gradient);
}
.homepage-region-content .views-featured-offers .view_other{
    /* width: 200px;
    height: 45px;
     */
    border-radius: 2px;
    background-image: linear-gradient(106deg, var(--faded-orange) 14%, var(--orange-gradient) 92%);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 10px 20px;
    
	margin-bottom: 81px;
}


.homepage-container .updates_bg
{
    height: 100%;
    background-color: var(--rouge);
}
.homepage-container .updates_bg .UPDATES {
    font-family: Cormorant;
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 6.75px;
    color: #ffffff;
    margin-top: 35px;
    margin-bottom: 29px;
}
.homepage-container .updates_bg .field-content > div.row {
    border-bottom: 1px solid #c83a3d;
    padding-bottom: 30px;
    overflow: hidden;
    margin: 0 15px 30px;
    min-height: 160px;
}
.homepage-container .updates_bg .field-content .row > div {
    float: left;
}
.homepage-container .updates_bg .field-content .row > div:first-child {
    width: auto;
    padding: 0;

}
.homepage-container .updates_bg .field-content .row > div:last-child {
    margin: 0 !important;
    padding: 0 0 0 10px;
    width: calc(100% - 85px);
}
.homepage-container .updates_bg .field-content .row > div:first-child img {
    width: 80px;
    height: 80px;
}

.homepage-container .updates_bg .field-content .hr_style {
    display: none;
}

.homepage-container .updates_bg .field-content .row .Comfort-meets-Nostal {
    font-size: 14px;
    /* width: 100%; */
    /* height: auto; */
    max-height: 45px;
    overflow: hidden;
    margin-top: -5px;
    
}
.homepage-container .updates_bg .field-content .row .Comfort-meets-Nostal a {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #ffffff;
}
.homepage-container .updates_bg .field-content .row .Urban-comforts-enhan {
    font-size: 12px;
    width: 100%;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #ffffff;
}

.homepage-container .updates_bg .Urban-comforts-enhan a {
    text-decoration: underline;
    color: #fff;
}

.homepage-container .updates_bg .container.wrapper {
    padding: 0;
    margin: 0;
    width: auto;
}
.homepage-container .updates_bg .container.wrapper #views-bootstrap-grid-3 {
    padding: 0 61px 0 66px;
}
.homepage-container .updates_bg .col-xs-12.col-sm-6.col-md-4.col-lg-4 {
    padding: 0;
    margin: 0;
}
.homepage-container .updates_bg .view_more{
  color:#fffefe; 
  /* width: 235px; */
  /* height: 45px; */
  border-radius: 2px;
  background-image: linear-gradient(106deg, #f5a340 14%, #f58740 92%);
  /* padding: 10px; */
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 44.5px;
  padding: 10px 30px;
}

.why-guestscontainer {
    width: 100%;
    margin: 0;
    padding: 71px 45px;
}

.why-guestscontainer .txt-why {
font-family: Cormorant;
font-size: 40px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 9px;
color: var(--black);

}
.why-guestscontainer .redline {
    margin-top: 30px;
}
.why-guestscontainer .slideshow-container {
    padding: 0 19%;
}
.why-guestscontainer .slideshow-container::before,
.why-guestscontainer .slideshow-container::after {
    content: "ʻʻ";
    display: block;
    position: absolute;
    font-size: 70px;
    color: rgb(201, 200, 200);
    font-family: none;
    letter-spacing: -6px;
    left: calc(19% - 50px);
    top: 0;
}
.why-guestscontainer .slideshow-container::after {
    content: "ʼʼ";
    top: initial;
    left: initial;
    right: calc(19% - 50px);
    bottom: 0;
}
.why-guestscontainer .slideshow-container .quote_style,
.why-guestscontainer .slideshow-container .quote_style2 {
    display: none;
}
.why-guestscontainer .slideshow-container .prevv {
    position: absolute;
    top: 40px;
    left: 40px;
    color: black;
    cursor: pointer;
}
.why-guestscontainer .slideshow-container .nextt {
    position: absolute;
    top: 40px;
    right: 40px;
    color: black;
    cursor: pointer;
}
.why-guestscontainer .slideshow-container .text_black.text-comment1 {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #202020;
}
.why-guestscontainer .slideshow-container .text_black.text-comment1 .fa_star.fa.fa-star {
    margin-left: 2px;
    color: #fac917;
}
.why-guestscontainer .slideshow-container .text_black.text-comment {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.87;
    letter-spacing: 2px;
    color: #202020;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 140px;
}
.why-guestscontainer .slideshow-container .tripadvisor-logo {
    width: 160px;
    height: 29.9px;
}






/***********
9. Partners
***********/

.partn{
    margin-top:46px;
    margin-bottom:46px;
  }
/*Partners logo*/
.partners-logo{
    width:70px;
    height:70px;
    
}
.partners_rob {
    width: 86.8px;
    height: 61.8px;
    object-fit: contain;
    mix-blend-mode: darken;
    display: inline-block;
    margin-right: 30px;
    margin-left: 30px;
}
.partners_rob2 {
    width: 135px;
    height: 67.5px;
    object-fit: contain;
    mix-blend-mode: darken;
    display: inline-block;
    margin-right: 30px;
    margin-left: 30px;
}
.partners_gohotels {
    width: 154.3px;
    height: 44.4px;
    object-fit: contain;
    mix-blend-mode: darken;
    display: inline-block;
    margin-right: 30px;
    margin-left: 30px;
}
.homepage-container section.homepage-partners {
    background-color: white;
}
/***********
10. Footer
***********/

.footer
{
	padding-top:0 !important;
    margin-top: 0px !important;
    height:220px;
    border: 0;
}
.footer_content
{
	padding-bottom: 50px;
	color: black;
}
.footer_title
{
	font-family: Poppins;
	font-size: 12px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 3.83;
	letter-spacing: 1px;
	color: #202020;
}
.footer_title3, .footer_title3 a
{
	font-family: Poppins;
	font-size: 12px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 3;
	letter-spacing: 1px;
	color: #202020;
}
.footer_title1{
  font-family: Poppins;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 7.43px;
  color: var(--black);
  margin-top: 20px;
}
.footer_titlee
{
    font-family: Poppins;
	font-size: 12px;
	color: #ffffff;
    font-weight: 300;
    line-height: 3;
    letter-spacing: 1px;
}

.footer_titlee a{
    font-family: Poppins !important;
    font-size: 12px !important;
    color: #ffffff !important;
    font-weight: 300 !important;
    line-height: 3 !important;
    letter-spacing: 1px !important;
}
.footer_copyright{
    font-family: Poppins;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 3;
    letter-spacing: 1px;
    color: #202020;
}
.text_black
{
	color: #030303;
}
.fa-social{
	font-size: 20px !important;
    margin-right: 20.5px;

}
.fa-social-link{
	color: #333333;
}

.double-input .form-control {
	border-right-width: 2px;
	border-color: #030303;
}

.double-input .form-control:focus {
	border-right-width: 1px;
	border-color: #030303;
}
.btn_subscribe{
	color:#fffefe; background-color:#424242;
}

.btn_subscribe:hover{
	color: #f2f2f2;
	background-color: #807e7e;
}

.col-centered {
    float: none;
    margin: 0 auto;
}
.wrapper {
    margin-top: 20px;
}

.simplenews-subscribe label {
	display: none;
}

.simplenews-subscribe button{
	color:#fff;
	background-color:#424242;
}

.simplenews-subscribe #edit-mail{
    border: solid 1px var(--greyish-brown);
    float: left;
    width: 65%;
    vertical-align: top;
    /* display: inline-block; */
    height: 34px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-family: Poppins;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.67;
    letter-spacing: normal;
    color: #a9a9a9;
}

.simplenews-subscribe #edit-submit{
    color: #fff;
    background-color: #535353;
    display: inline-block;
    height: 34px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: solid 1px var(--greyish-brown);
    font-family: Poppins;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
}

.simplenews-subscribe label {
	display: none;
}

.simplenews-subscribe button{
	color:#fff;
	background-color:#424242;
}

.simplenews-subscribe #edit-mail{
    border: solid 1px var(--greyish-brown);
    float: left;
    width: 67%;
    vertical-align: top;
    display: inline-block;
    height: 34px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-family: Poppins;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.67;
    letter-spacing: normal;
    color: #a9a9a9;
}

.simplenews-subscribe #edit-submit{
    color: #fff;
    background-color: #535353;
    display: inline-block;
    height: 34px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: solid 1px var(--greyish-brown);
    font-family: Poppins;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}

.summit-subscribe p{
	font-family: Poppins;
	font-size: 12px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 2em;
	letter-spacing: 1px;
	color: #202020;
	max-width: 300px;
	margin-top:30px;
}

/*****
end of footer
****/



footer .globe_select {
    display: block;
    position: relative;
    float: right;
    width: 95px;
}

footer .globe_select select {
    border: 0;
    background-color: transparent;
    -webkit-appearance: none;
    padding-left: 25px;
    padding-right: 0px;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 3;
    letter-spacing: 1px;
    color: #202020;
    text-transform: capitalize;
}


footer .globe_select > span {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 36px;
    z-index: 1;
}

footer .globe_select > label.gtranslate_arrow:after {
    content: "\f107 ";
    font-family: FontAwesome;
    z-index: 1;
    width: 10%;
    height: 100%;
    pointer-events: none;
    right: 5px;
    font-size: 24px;
    position: absolute;
    top: 0;
    line-height: 32px;
    font-weight: 100;
}
footer .globe_select > .region-gtranslate select{
    padding-left: 30px;
    padding-right: 22px;
    height: 36px;
}
footer .globe_select .menu_internet {
    margin-top: -2px;
    margin-left: 0px;
    width: 17px;
}

#myMenu .menu_internet {
    margin-top: -6px;
    margin-left: 0px;
    width: 17px;
}


.card-body .card-text a {
    color: #f58840 !important;
    text-decoration: underline;
    border: none !important;
    width: auto !important;
}

#booknow_sidebar{
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);    
     width:100px;
     /* box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5); */
     background-image: linear-gradient(124deg, #f5a340 11%, #f58740 94%);
     text-align: center;
     padding: 13px;
     color: white;
     cursor: pointer;
     margin-right: -45px;
     width: 130px;
    height: 52px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.8px;
    color: #ffffff;
 }

/** aut addded **/
 .card_container img.img-responsive:hover {
    -webkit-filter: brightness(70%);
    -moz-filter: brightness(70%);
    -o-filter: brightness(70%);
    -ms-filter: brightness(70%);
    filter: brightness(70%);
    cursor: pointer;
}

.homepage-container .updates_bg .field-content .row > div:first-child img:hover{
    -webkit-filter: brightness(70%);
    -moz-filter: brightness(70%);
    -o-filter: brightness(70%);
    -ms-filter: brightness(70%);
    filter: brightness(70%);
    cursor: pointer;
}

.overlay .overlay-content .region-hotel-menu .property-menu-item img:hover{
    -webkit-filter: brightness(70%);
    -moz-filter: brightness(70%);
    -o-filter: brightness(70%);
    -ms-filter: brightness(70%);
    filter: brightness(70%);
    cursor: pointer;
}

#myMenu .overlay-content a:hover {
    text-decoration: underline;
}

.homepage-region-content .views-featured-offers .view_other:hover , .booking_form .inputted button.booking_button:hover , .homepage-container .homepage-content-ourhotel .ourhotel-content .container_hotels_bottom .btn-explore:hover, .homepage-container .updates_bg .view_more:hover, #booknow_sidebar:hover, .booking_popup_form_container .booking_button:hover{
    background-color: #F88421;
    background-image: none;
}

.homepage-region-content .views-featured-offers .card-body .fcard a:hover{
    background-color: #F88421;
    color: white;
    text-decoration: none;
}

.card-body .card-title a {
    color: #202020;
}

.footer_logo{
    width: 160px;
    height: 82.3px;
    object-fit: contain;
    mix-blend-mode: darken;
}

.booknow-popup-container .popover .arrow {
    left: 15% !important;
    border: none;
}

.inputted .custom-select2 {
    position: relative;
    font-family: Poppins;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: var(--light-grey);
    text-indent: 30px;
    height: 48px;
    background-image: url(../images/assets/search2.png);
    background-repeat: no-repeat;
    background-position: 12px 12px;
    background-color: transparent;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background-size: 22px;
  }
  
.inputted .custom-select2 .select {
    display: none; /*hide original SELECT element: */
    color: var(--light-grey);
}

.inputted .custom-select2 .select-selected {
    /*background-color: DodgerBlue;*/
    /*background-color: #ffffff;*/
    color: var(--light-grey);
    padding-left:15px !important;
    text-align:left;
}
.inputted .custom-select2 .select-items div, 
.inputted .custom-select2 .select-selected {
    font-family: Poppins;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.64;
    letter-spacing: 2px;
    /*color: #303030;*/
    padding: 3px 1px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}
.inputted .custom-select2 .select-items {
    position: absolute;
    color: #303030;
    /*background-color: DodgerBlue;*/
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.31);
    border: solid 1px #f0f0f0;
    background-color: #ffffff;
    text-align:left;
    text-transform: uppercase;
}
/* Hide the items when the select box is closed: */
.inputted .custom-select2 .select-hide {
    display: none;
    color:#303030;
}

.inputted .custom-select2 .select-items div:hover,
.inputted .custom-select2 .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
    color:#303030;

}
.no-scroll{
  overflow:hidden;
  /*position: fixed;*/
}

.color-black{
    color: #303030 !important;
}

.color-black::placeholder{
    color: #303030 !important;
}

.booknow-popup-container .fade {
    opacity: none;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}
.home-stp {
    display: none;
}
.stp-disabled img {
    filter: grayscale(100%);
}
.stp-disabled .home-stp {
    position: absolute;
    left: 0;
    top: 0;
    margin: 2px 4px;
    height: 45px;
    width: calc(100% - 8px);
    display: block;
}
.stp-disabled .home-stp-overlay {
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.stp-disabled .home-stp-soon {
    position: absolute;
    right: 0;
    width: auto !important;
}
.partn .rtecenter a{
    text-decoration: none !important;
    text-decoration-line: none !important;
}
.partn .rtecenter a:hover{
    text-decoration: none !important;
    text-decoration-line: none !important;
}