form.rhr-webform {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5%;
    margin-bottom: 5%;
    background: #fff;
    /*margin-right: 60px;*/
    /*min-height: 839px;*/
}
form.rhr-webform button {
  color: #fffefe;
  border-radius: 2px;
  background-image: linear-gradient(106deg, #ad8500b8 14%, #ad8500 92%);
  width: 180px;
  margin-top: 10px;
  padding: 10px;
  background-color: transparent;
  border: none;
}
form.rhr-webform button:hover {
  background-color: #ad8500 !important;
  background-image: none !important;
  border: none !important;
  color: white !important;
  text-decoration: none !important;
}
form.rhr-webform .webform-component-file button {
  margin-top: 0px;
}
form.rhr-webform .form-actions {
  text-align: center;
}
form.rhr-webform .webform-component-date select {
  width: calc(29.33% - 4px);
  display: inline-block;
}
form.rhr-webform .captcha {
  position: relative;
  width: 100%;
}
form.rhr-webform .captcha div.panel-body {
    width: 250px;
    margin: 0 auto;
}
form.webform-client-form-323 fieldset.c-travel-history {
  background: none;
  padding: 0;
  border: none;
}
form.webform-client-form-323 fieldset.c-travel-history-item:nth-child(odd) {
  background: #e0e0e0 !important;
}
form.webform-client-form-323 fieldset.c-travel-history-item:nth-child(even) {
  background: #f1f1f1 !important;
}
form.webform-client-form-323 div.c-htd-qt1 div.form-item-submitted-htd-q1-select > div {
  columns: 2;
}
form.webform-client-form-323 fieldset.c-travel-history .panel-body > div.form-inline.form-wrapper.form-group {
  text-align: center;
}
form.webform-client-form-323 .remove-wrap {
	position: absolute;
  right: 22px;
}
form.webform-client-form-323 .remove-wrap button.remove-btn {
	width: 100%;
  padding: 0;
  margin: 0;
  color: #b12027;
  background: none;
}
form.webform-client-form-323 fieldset.c-travel-history button[value="Remove"] {
  display: none;
}
form.webform-client-form-344 fieldset.stay-dates-wrap {
  border: 0px;
}
div#ui-datepicker-div {
  z-index: 2 !important;
}

/*
* MODAL
*/
.modal .confirmation-header {
  font-family: GFSDidot;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #303030;
}
#booking-engine-form-modal .confirmation-text,
#booking-engine-form-modal .confirmation-text p {
  padding-top: 11.2px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.85;
  letter-spacing: 1px;
  text-align: center;
  color: #202020;
}
.modal .confirmation-header h2 {
  margin-top: 0px;
}
#booking-engine-form-modal {
  z-index: 99999;
}

/*
* Booking Widget Popup
*/
form.form-acknowledge {
  margin: 10px;
  font-family: 'Roboto', sans-serif;
}
form.form-acknowledge input[type="checkbox"] {
  margin-right: 10px;
}
form.form-acknowledge input#ok {
  font-family: 'Roboto', sans-serif;
      background-image: linear-gradient(114deg, #ad8500 13%, #ad8500 93%);
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 10px;
}

/*
* OFFERS
*/
.offers-may-likes .card-header {
  position: relative;
}
.offers-may-likes .promo-status-container {
  position: absolute;
  bottom: 15px;
  left: 16px;
}
.offers-may-likes .promo-status.text-uppercase.content-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #ffffff;
  border-radius: 6px;
  background-color: #686868;
  padding: 9px;
}
#views-exposed-form-special-offer-page-offers .views-widget {
  display: inline-block;
}
#views-exposed-form-special-offer-page-offers div#edit-field-promo-status-value-wrapper {
    display: inline-block;
    position: relative;
    height: 37px;
    border-right: solid 1px #414141;
    margin-right: 39px;
}
#views-exposed-form-special-offer-page-offers .form-control.form-checkboxes.bef-select-as-checkboxes.bef-required-filter-processed {
    border: none;
    box-shadow: unset;
    padding: 0;
    background-color: transparent;
}
#views-exposed-form-special-offer-page-offers input#edit-field-promo-status-value-1 {
    display: none;
}
#views-exposed-form-special-offer-page-offers .views-exposed-form label.option {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 36px;
    border-radius: 30px;
    color: transparent;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}
#views-exposed-form-special-offer-page-offers .views-exposed-form label.option:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 2px;
    height: 32px;
    width: 32px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: .4s;
}
#views-exposed-form-special-offer-page-offers .form-control:checked + .option::after {
    left: 26px;
}
#views-exposed-form-special-offer-page-offers input:checked + .option {
    /*background-image: linear-gradient(172deg,var(--shamrock-green) 8%,var(--emerald) 90%);*/
    background: #ad8500;
}
#views-exposed-form-special-offer-page-offers .views-widget label.option {
    vertical-align: middle;
    padding: 0px;
    margin-right: 33px;
}
.offers-details .promo-inner-ended {
    position: absolute;
    top: 10px;
    left: 30px;
    border-radius: 6px;
    background-color: #686868;
}
.offers-details .promo-inner-ended-text.text-uppercase {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 9px;
}

/*
* Happy To Care
*/
.view-homepage-happy.homepage-happy-care {
  padding: 0px 75px 0 75px;
}
.happy-care-video img {
  width: 63%;
  /* width: 514px; */
  height: 481px;
  /* background-color: var(--orange); */
  float: left;
  /* margin-right: 26px; */
  /*border-radius: 50px 0 0 50px;*/
  margin: 5px;
}
.happy-care-video{
    background-color: white;
    box-shadow: 0 2px 3px 0 rgb(168 168 168 / 20%), 0 1px 1px 0 rgb(168 168 168 / 20%);

    width: 65%;
    /* width: 807px; */
    height: 491px;
    /*border-radius: 50px;*/
    /*box-shadow: 0 6px 4px 0 rgba(220, 220, 220, 0.5);*/
    /*border: solid 1px rgba(233, 233, 233, 0.74);*/
    /*background-image: linear-gradient(to bottom, #ffffff 77%, #fffbee);*/
    margin-top: 24px;
    overflow: hidden;
    padding: 0;
}
.updates-list-container{
    width: 31%;
    /* width: 380px; */
    margin: 0 0 0 32px;
}
.happytocare-content2{
    /* display: table-cell; */
    vertical-align: middle;
    /* display: table; */
    /* height: 150px; */
    overflow: hidden;
}
.happytocare-content2 img{
    width: 70px;
    height: 39px;
    padding: 0;
    margin-right: 2px;
}
.hatoca-title {
    margin-top: 13px;
    margin-bottom: 5px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* line-height: 17px; */
    max-height: 110px;
}
.hatoca-title, .hatoca-title a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #202020;
}
.hatoca-description {
    margin-bottom: 27px;
}
.hatoca-description > p {
    margin: 0;
}
.htc-content-container .hatoca-description{
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 17px;
    max-height: 170px;
}
.hatoca-description {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: var(--black);
    font-size: 12px;
}
.happytocare-content2.clearfix{
    padding: 65px 27px 0 27px;
}
.happytocare-services-text {
    display: table-cell;
    vertical-align: middle;
    /* height: 39px; */
    border-left: solid 1px #979797;
    padding-left: 5px;

    width: 77px;
    height: 26px;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.63px;
    color: #9d1c1f;
    text-transform: uppercase;
}
.appytocare-services-container {
    margin-top: 11px;
}
.hatoca-button a {
    /* width: 120px; */
    /* height: 35px; */
    padding: 8px 12px;
    border-radius: 2px;
    border: solid 1px var(--orange-gradient);
    font-family: 'Roboto', sans-serif;
    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);
    display: inline-block;
}
.hatoca-button a:hover {
    background-color: #F88421;
    color: white;
    text-decoration: none;
}
.happytocare-services {
    display: block;
    margin: auto;
    /* width: 437px; */
}
.happytocare-services img {
    width: 70px;
    height: 39px;
    float: left;
    margin-right: 2px;
}
.homepage-updates-list {
    min-height: 110px;
    margin-bottom: 20px;
    overflow: hidden;
    margin-bottom: 11px;
}
.homepage-updates-list img {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 19px;
    margin-bottom: 23px;
    margin-top: 9px;
}
.truncate-ellipsis.updates-title > a {
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.updates-title a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #202020;
}
.truncate-readmore.updates-details {
    line-height: 18px;
    max-height: 91px;
}
.updates-details {
    margin-top: 3px;
    height: auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: var(--black);
    font-size: 12px;
}
.homepage-updates-list .hr_style2 {
    border-bottom: solid 1px #dcdcdc;
    clear: both;
    /* visibility: hidden; */
    margin: 0 !important;
}
.homepage-happy-care .updates-list-container > div:last-child hr.hr_style2.update-list-hr {
    display: none;
}
.homepage-happy-care .view-more-stories {
  margin-top: 40px;
  margin-bottom: 50px;
}
.homepage-happy-care .view-more-stories a {
  border-radius: 2px;
  background-image: linear-gradient( 106deg, var(--faded-orange) 14%, var(--orange-gradient) 92%);
  font-family: 'Roboto', sans-serif;
  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-happy-care .view-more-stories a:hover {
    background-color: #F88421;
    background-image: none;
    text-decoration: none;
}
.happy-care-devider img {
    width: 278px;
    height: 155px;
    /* background-color: var(--orange); */
    float: left;
    margin-right: 26px;
}
.happytocare-container {
    /* display: table-cell; */
    vertical-align: middle;
    /* display: table; */
    /* height: 150px; */
    overflow: hidden;
    height: 155px;
    padding: 85px 0 65px 0;
}
.happy-care-hr {
    border: solid 1px #979797;
    width: 100%;
}
.happy-inner-title {
  margin-bottom: 0px !important;
}
.happy-inner-date {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: 1.08px;
    color: #202020;
    margin-bottom: 40px;
}
.happy-nav-pills {
    margin: 36px 60px 112px 60px; /*36px 103px 112px 117px;*/
}
.happy-nav-pills-container ul.nav.nav-pills {
    margin: auto;
    width: unset;
    display: flex;
    justify-content: center;
}
.happy-nav-pills-container .nav li {
    padding-right: 23px;
}
.happy-nav-pills-container .nav li a {
    padding: 23px 0 23px;
    height: 72px;
    min-width: 207px;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.06px;
    text-align: center;
    color: var(--black);
}
.happy-nav-pills .nav-pills>li.active>a, 
.happy-nav-pills .nav-pills>li.active>a:focus, 
.happy-nav-pills .nav-pills>li.active>a:hover, 
.happy-nav-pills .nav-pills>li>a:hover {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.06px;
    text-align: center;
    color: var(--black);
    background-color: unset !important;
}
.happy-nav-pills .nav-pills>li>a:after {
    content: "";
    width: 40%;
    display: inline-block;
}
.happy-nav-pills .nav-pills>li.active>a:after, 
.happy-nav-pills .nav-pills>li.active>a:focus:after, 
.happy-nav-pills .nav-pills>li.active>a:hover:after,
.happy-nav-pills .nav-pills>li>a:hover:after {
    border: 2px solid #9d1c1f;
}
.happy-nav-content,
.happy-nav-pills #featured.tab-pane.active > div {
  display: block !important; 
}
.nav-divider {
    margin-top: 69px;
}
.featured-details-container {
    margin-top: 24px;
}
.featured-details-container .promo-list {
    margin-top: 25px;
}
.featured-details-container .promo-list {
    margin-top: 25px;
}
.promo-list {
    margin-top: 31px;
}
.promo-list .card-header {
    position: relative;
    overflow: hidden;
    height: 273px;
    /*border-radius: 50px 50px 0 0;*/
}
.promo-list .card_container.offer-card {
    height: 491px;
    background-color: white;
    box-shadow: 0 2px 3px 0 rgb(168 168 168 / 20%), 0 1px 1px 0 rgb(168 168 168 / 20%);
    margin-bottom: 0px;
}
.promo-list .card_container.offer-card img {
    height: 273px;
    padding: 5px;
    width: 100%;
    transition: transform .5s ease;
    cursor: pointer;
}
.promo-list .card_container.offer-card img:hover {
    filter: unset !important;
}
.promo-list .card-body {
    padding-top: 15px;
    padding-left: 26px;
    padding-right: 13px;
    padding-bottom: 20px;
}
.promo-list .promo-status-container {
    position: absolute;
    bottom: 15px;
    left: 16px;
}
.offer-card .happytocare-services img {
    width: 70px !important;
    height: 39px !important;
    float: left;
    margin-right: 2px;
    border-radius: unset !important;
    transition: unset !important;
    padding: 0 !important;
}
.offer-card .happytocare-services {
    display: block;
    margin: auto;
    width: 200px;
}
.promo-list .card-body .card-title a:hover {
    text-decoration: underline;
}
.happy-list .card-body .card-title a {
    display: block;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 78px;
    padding-bottom: 8px;

    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1px;
    color: #202020;
}
.promo-list .card-text {
    overflow: hidden;
}
.happy-list.offers-may-likes .card-text, .happy-list.offers-may-likes .card-text p, .happy-list.promo-list .card-text, .happy-list.promo-list .card-text p {
    height: auto;
    max-height: 67px;
    margin-top: 0px;

    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: var(--black);
    font-size: 12px;
}
.happy-to-care-promolist.promo-list .card-button a {
    margin: auto;
    padding-bottom: 10px;
    padding-top: 9px;
    padding-left: 11px;
    padding-right: 15px;
    margin-top: 38px;
}
.happy-nav-pills .offer-card .text-center.offers-page-link {
  position: relative !important;
  bottom: unset;
    margin-top: 20px;
}
.happy-nav-content .happy-container .happy-care-video {
    margin-top: 0;
    overflow: hidden;
}
.featured-divider.nav-divider {
    margin-top: 76px;
    margin-bottom: 21px;
}
.nav-divider .happytocare-services img {
    width: 135px;
    height: 75px;
    object-fit: contain;
    /* width: 70px; */
    /* height: 39px; */
    float: left;
    margin-right: 2px;
}
.nav-divider .happytocare-services-text {
    width: 154px;
    height: 48px;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.25px;
    color: #9d1c1f;
    text-transform: uppercase;
}
.happy-nav-pills-container .happytocare-services-container {
    display: table;
    height: 39px;
    overflow: hidden;
    margin-top: 15px;
}
.happy-nav-pills-container .happy-care-hr {
    margin-top: 38px;
}
.row.featured-divider.nav-divider .col-md-2 {
    padding: 0;
}
.back-to.back-happy-to-cate {
    margin-top: 26px;
}
.back-to a {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: 2px;
    color: #9d1c1f;
    cursor: pointer;
}

/*
* HOMEPAGE
*/
.homepage-container #home-banner .banner-content .Staying-Summit {
  text-transform: none;
}
.bg_bookingform .custom-select input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #c0c0c0;
}
.bg_bookingform .custom-select input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #c0c0c0;
    opacity: 1;
}
.bg_bookingform .custom-select input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #c0c0c0;
    opacity: 1;
}
.bg_bookingform .custom-select input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c0c0c0;
}
.bg_bookingform .custom-select input {
  width: 185px;
  height: 40px;
  border: none !important;
  color: inherit;
}
.booking-form .custom-selectx input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #ffffff;
}
.booking-form .custom-selectx input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ffffff;
    opacity: 1;
}
.booking-form .custom-selectx input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ffffff;
    opacity: 1;
}
.booking-form .custom-selectx input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff;
}
.booking-form .custom-selectx input {
  padding: 0;
  width: 100%;
  height: 40px;
  border: none !important;
  outline: none;
}

/*
* ALL CONTENT PAGE
*/
#block-system-main ul {
  padding-left: 40px;
}

.partn.container img {
  display: inline-block;
  margin: 0 41px;
}

.bk-addmore {
  margin: 20px 0 0 0;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 12px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: normal !important;
  letter-spacing: 1px !important;
}
.bk-addmore a {
  text-decoration: underline;
  color: #ad8500 !important;
  font-size: 12px !important;
  display: inline;
}
.fb-customerchatcustom {
  position: absolute;
  z-index: 2147483640;
}
.fb-customerchatcustom img {
  position: fixed;
  bottom: 24px;
  right: 24px;
  cursor: pointer;
}

.happy-tagline {
  width: 1108px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: unset;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: var(--black);
}
.happy-tagline {
  display: block;
  margin: auto;
  margin-top: 13px;
}

.homepage-happy-care .happytocare-container {
  display: table-cell;
  padding: 0;
}
.homepage-happy-care .happytocare-container::before {
  content: "";
  height: 100px;
  border-left: 2px solid #c8c8c8;
  position: absolute;
  margin-top: -20px;
}
.homepage-happy-care .happytocare-container .happytocare-desc {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.42;
  letter-spacing: 1px;
  text-align: left;
  color: var(--black);
  margin-left: 26px;
}
/*
* Cookies
*/
#sliding-popup.sliding-popup-bottom {
  bottom: 0px;
}
#sliding-popup .popup-content {
  max-width: 90% !important;
  margin: 15px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}
/* #sliding-popup .popup-content #popup-buttons {
  margin: 0 2em 1em 0 !important;
} */
#sliding-popup .popup-content #popup-text {
  /* margin: 0 0 0 2em !important; */
  font-family: 'Roboto', sans-serif;
  padding-right: 10px;
}
#sliding-popup .popup-content #popup-buttons button.agree-button,
.eu-cookie-compliance-categories-buttons button.eu-cookie-compliance-save-preferences-button {
  font-family: 'Roboto', sans-serif;
  height: 43px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: initial;
  letter-spacing: 1px;
  text-align: center;
  color: #ffff !important;
  border: solid 2px #ad8500;
  border-radius: 2px;
  background: #ad8500;
  box-shadow: unset;
  border: unset;
  text-shadow: unset;
  margin-top: unset;
}
#sliding-popup .popup-content #popup-buttons button.decline-button {
  font-family: 'Roboto', sans-serif;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: initial;
  letter-spacing: 1px;
  text-align: center;
  color: #ad8500;
  border: solid 2px #ad8500;
  border-radius: 2px;
  background: transparent;
  text-shadow: none;
}
.wta-wrapper {
  position: fixed;
  bottom: 27%;
  right: 20px;
  z-index: 11;
}
.wta-wrapper img {
  height: 350px;
  width: auto;
}

.pino-wrap {
    display: none;
}
#home-banner > .pino-wrap.p20240601,
#home-banner > .pino-wrap.p20240602,
#home-banner > .pino-wrap.p20240603 {
    position: absolute;
    left: -70px;
    top: 155px;
    z-index: 5;
    transform: rotate(45deg);
    display: block;
}
.super_container > .pino-wrap.p20240604,
.super_container > .pino-wrap.p20240605,
.super_container > .pino-wrap.p20240606 {
    position: fixed;
    left: 30%;
    top: -115px;
    /*z-index: 5;*/
    z-index: 13;
    transform: rotate(180deg);
    display: block;
}
.booking_form_container {
  position: relative;
}
.booking_form_container .pino-wrap.p20240607,
.booking_form_container .pino-wrap.p20240608,
.booking_form_container .pino-wrap.p20240609,
.booking_form_container .pino-wrap.p20240610 {
    position: absolute;
    /*right: 155px;*/
    left: 180px;
    top: -58px;
    clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 0% 100%, 100% 100%);
    height: 80px;
    overflow: hidden;
    display: block;
}
#bookNow .pino-wrap.p20240607,
#bookNow .pino-wrap.p20240608,
#bookNow .pino-wrap.p20240609,
#bookNow .pino-wrap.p20240610 {
    position: absolute;
    right: -80px;
    bottom: 25%;
    transform: rotate(-50deg);
    display: block;
}
.pino-wrap img {
    width: 145px;
}

.eu-cookie-compliance-banner--categories .eu-cookie-compliance-message {
    margin-right: 15px;
}
.eu-cookie-compliance-banner--categories .eu-cookie-compliance-message a {
    color: #ad8500;
    text-decoration: underline;
    font-weight: 600;
}
#popup-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    margin: unset;
}
.eu-cookie-compliance-categories-buttons button.eu-cookie-compliance-close {
    border: 1px solid #b9b9b9;
    padding: 10px;
    height: 43px;
    text-decoration: none;
    margin-right: 10px;
    font-family: 'Roboto', sans-serif;
    width: 100px;
    color: #000;
    background: unset;
    line-height: normal;
    border-radius: 2px;
}
.btn-manage-wrap a {
    border: 1px solid #ad8500;
    padding: 10px;
    display: block;
    height: 43px;
    text-decoration: none;
    margin-right: 10px;
    font-family: 'Roboto', sans-serif;
    width: max-content;
    font-size: 14px;
    line-height: normal;
    font-style: normal;
    border-radius: 2px;
}
.btn-manage-wrap a:focus {
    outline: unset;
}
#popup-buttons button {
    margin-top: unset;
    width: max-content;
}
.eu-cookie-compliance-message h2 {
    font-size: 18px;
}
.eu-cookie-compliance-message p,
.eu-cookie-compliance-more-button {
    /* font-family: 'Roboto', sans-serif; */
    font-weight: 500;
}
#consent-modal .confirmation-text,
#consent-modal .confirmation-header {
    margin: 10px;
}
#consent-modal .modal-title {
    font-family: 'Roboto', sans-serif;
    color: #ad8500 !important;
    font-size: 24px;
    letter-spacing: 2px;
}
#consent-modal label {
    font-family: 'Roboto', sans-serif;
    color: #ad8500;
    font-weight: 600;
    text-align: left;
    display: block;
    font-size: 16px;
}
#consent-modal .eu-cookie-compliance-category-description {
    font-family: 'Roboto', sans-serif;
    color: var(--black);
    text-align: justify;
}
#consent-modal .eu-cookie-compliance-category {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: stretch;
    padding: 25px 10px;
    border-bottom: 2px solid #eee;
}
#consent-modal .eu-cookie-details {
    width: 80%;
}
#consent-modal .eu-cookie-checkbox {
    width: 20%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}
#consent-modal .eu-cookie-compliance-categories-buttons {
    float: unset;
    max-width: unset;
    text-align: right;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch;
    margin: 2em 0 1em 0;
}
#consent-modal label.option:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    transition: all 0.5s;
    height: 32px;
    width: 32px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
#consent-modal label.option {
    width: 60px;
    height: 36px;
    border-radius: 30px;
    color: transparent;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    position: relative;
}
#consent-modal input:checked:disabled + label.option {
    background-image: linear-gradient(172deg, #949c97 8%, #606864 90%);
}
#consent-modal input:checked + label.option {
    background: #ad8500;
}
#consent-modal input:checked + label.option::after {
    left: 26px;
}
#consent-modal .eu-cookie-checkbox input {
    display: none;
}
.p-5 {
  padding: 5%;
}
.t-b {
  font-weight: bold;
}
.offers-f-wrap {
  padding: 5%; 
  padding-right: 20%; 
  margin-top: 10%;
}
.offers-f-wrap .offers-page-link {
  margin-left: 15px;
  margin-right: 15px;
}
.path-user .region-content {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
}
.captcha__title, 
.captcha__description, 
.reload-captcha-wrapper, 
.page-view-contact-us article header {
  display: none;
}
.path-user .region-content form input[type=submit] {
  color: #fffefe;
  border-radius: 2px;
  background-image: linear-gradient(106deg, #ad8500b8 14%, #ad8500 92%);
  width: 180px;
  margin-top: 10px;
  padding: 10px;
  background-color: transparent;
  border: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/*
* RESPONSIVE
*/
@media only screen and (max-width: 768px) {
  .homepage-container .updates_bg .field-content > div.row {
    min-height: 175px;
  }
}
@media only screen and (max-width: 767.98px){
  /* HAPPY TO CARE */
  .homepage-happy-care {
    padding: 0 !important;
  }
  #homepage-ajaxhtc .updates-list-container {
    width: 100%;
    margin: 0;
  }
  .happy-care-devider img {
    width: 278px;
    height: 155px;
    width: 200px;
    height: 112px;
    float: unset;
    margin-right: 0;
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 38px;
  }
  .happytocare-container {
    display: none;
  }
  .happy-nav-pull-wrap {
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .happy-nav-pills {
    margin: 19px 0 0 7px;
  }
  .happy-nav-pills-container .nav li a,
  .happy-nav-pills .nav-pills>li.active>a, 
  .happy-nav-pills .nav-pills>li.active>a:focus, 
  .happy-nav-pills .nav-pills>li.active>a:hover, 
  .happy-nav-pills .nav-pills>li>a:hover {
    font-size: 14px;
    height: 85px;
    min-width: 110px;
    padding: 15px 0 0px;
  }
  .happy-nav-pills .nav-pills>li>a:after {
    width: 42%;
  }
  .happy-nav-pills-container ul.nav.nav-pills {
    margin: auto;
    width: unset;
    display: flex;
    justify-content: unset;
  }
  .happy-container .updates-list-container {
    width: 100%;
    margin: 0;
  }
  .homepage-happy-care .updates-list-container > div:last-child hr.hr_style2.update-list-hr {
    display: block;
  }
  .happy-care-hr {
    display: none;
  }
  .featured-divider .back-happy-to-cate {
    position: absolute;
    bottom: 49px;
    text-align: center;
    width: 100%;
  }
  .featured-divider.nav-divider {
    margin-top: 15px;
  }
  .featured-container .col-md-12, .featured-container .col-md-2 {
    position: unset;
  }
  .featured-container {
    position: relative;
    padding-bottom: 112px;
    border-bottom: solid 1px #dcdcdc;
  }
  .happy-container .updates-list-container .updates-list-item:last-child .update-list-hr {
    display: none;
  }
  .back-happy-to-cate a.tab-readmore {
    border-radius: 2px;
    background-image: linear-gradient(106deg, var(--faded-orange) 14%, var(--orange-gradient) 92%);
    font-family: 'Roboto', sans-serif;
    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;
  }
  .nav-divider {
    margin-top: 29px;
  }
  .happy-us-text img {
    width: 170px;
    height: 95px;
  }
}
@media only screen and (max-width: 425px) {
  form.rhr-webform .webform-component--attach-file button {
    width: 100px;
  }
  form.rhr-webform .webform-component-file button {
    width: auto;
  }
  form.webform-client-form-323 fieldset.c-travel-history-item:nth-child(odd) {
      margin: 0px -10px;
      padding: 5px;
  }
  form.webform-client-form-323 fieldset.c-travel-history-item:nth-child(even) {
    margin: 0px -10px;
    padding: 5px;
  }
  form.webform-client-form-323 fieldset.c-travel-history-item .panel-body {
    padding: 10px 0px;
  }
  form.webform-client-form-323 fieldset.c-travel-history-item .panel-body div.form-item {
      padding: 0px;
  }
  form.webform-client-form-344 fieldset.stay-dates-wrap,
  form.webform-client-form-344 fieldset.stay-dates-wrap .panel-body {
    padding: 0px;
  }
  .homepage-container .updates_bg .field-content > div.row {
    min-height: auto;
  }

  /* OFFERS */
  .offers-details .promo-inner-ended {
    top: 25px;
  }
  .offers-page div#edit-field-promo-status-value-wrapper {
    width: 35%;
    height: unset !important;
    margin-right: 0 !important;
  }
  .offers-page div#edit-field-select-hotel-target-id-wrapper {
    width: 60%;
    float: right !important;
  }
  .offers-page div#edit-field-select-hotel-target-id-wrapper > label {
    min-height: 40px;
    line-height: 32px;
    float: left;
  }
  .offers-page div#edit-field-select-hotel-target-id-wrapper .views-widget {
    width: 100%;
  }

  .partn.container img {
    margin: 5px;
    width: 30%;
    height: auto;
  }

  .homepage-happy-care .happy-care-devider img {
    margin-bottom: 20px;
  }
  .homepage-happy-care .happytocare-container {
    height: auto;
  }
  .homepage-happy-care .happytocare-container::before {
    display: none;
  }
  .homepage-happy-care .happytocare-container .happytocare-desc {
    font-size: 12px;
    line-height: 1.83;
    letter-spacing: 1px;
    color: #343434;
    margin: 0 10px 20px;
    text-align: center;
  }
  .fb_dialog {
    z-index: 99 !important;
  }
  #sliding-popup .popup-content #popup-text {
    margin: 0 !important;
  }
  .wta-wrapper img {
    height: 271px;
  }

  #home-banner > .pino-wrap.p20240601,
  #home-banner > .pino-wrap.p20240602,
  #home-banner > .pino-wrap.p20240603 {
      left: -35px;
      top: 0px;
  }
  .super_container > .pino-wrap.p20240604,
  .super_container > .pino-wrap.p20240605,
  .super_container > .pino-wrap.p20240606 {
      top: 5px;
      right: 25%;
      left: unset;
  }
  .pino-wrap img {
      width: 75px;
  }
  #bookNow .pino-wrap.p20240607,
  #bookNow .pino-wrap.p20240608,
  #bookNow .pino-wrap.p20240609,
  #bookNow .pino-wrap.p20240610 {
      right: -80px;
      bottom: 0%;
  }
  #bookNow .pino-wrap.p20240607 img,
  #bookNow .pino-wrap.p20240608 img,
  #bookNow .pino-wrap.p20240609 img,
  #bookNow .pino-wrap.p20240610 img {
      width: 145px;
  }
}
@media only screen and (max-width: 375px) {
  .homepage-container #home-banner .banner-content .Staying-Summit {
      font-size: 35px !important;
  }
}

#block-system-main .contact-us-container .field-name-body .field-items .even{
    padding-bottom: 0;
    text-align: center;
}
.input-group-text{
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    letter-spacing: normal;
}
.input-group-text, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group .form-control, .input-group-text, .input-group-btn {
    display: table-cell;
}
.input-group-text:last-child {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-text:first-child {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#block-rhr-grandsummithotels-summithotelpartners .col-lg-12.rtecenter{
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}
#block-rhr-grandsummithotels-summithotelpartners .col-lg-12.rtecenter a > img{
    margin: 0;
}