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, #f5a340 14%, #f58740 92%);
  width: 180px;
  margin-top: 10px;
  padding: 10px;
  background-color: transparent;
  border: none;
}
form.rhr-webform button:hover {
  background-color: #F88421 !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: Poppins;
  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: Poppins;
}
form.form-acknowledge input[type="checkbox"] {
  margin-right: 10px;
}
form.form-acknowledge input#ok {
  font-family: Poppins;
      background-image: linear-gradient(114deg, var(--faded-orange) 13%, var(--orange-gradient) 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: 'Poppins';
  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: #960303;
}
#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: 'POPPINS';
    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: Poppins;
    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: Poppins;
    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: Poppins;
    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: 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);
    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: Poppins;
    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: Poppins;
    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: 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-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: 'Poppins';
    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: 'Poppins';
    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: 'Poppins';
    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: Poppins;
    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: Poppins;
    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: Poppins;
    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: Poppins;
    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: Poppins;
  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: var(--orange) !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: 'Poppins';
  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: Poppins;
  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;
}
.bg_bookingform .inputted:nth-child(2) .booknow_arrow.notempty:before {
  content: "Check in \00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0 Check out";
  left: 46px;
  top: 9px;
  font-size: 9.5px;
  color: #303030;
}
.bg_bookingform .inputted:nth-child(2) .booknow_arrow:before {
  content: "Check in\00a0 -\00a0 Check out";
  position: absolute;
  left: 46px;
  top: 17px;
  font-family: Poppins;
  font-size: 11.5px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  color: var(--light-grey);
}
.booking_form .inputted input.checkout {
  padding-top: 18px;
}
.bg_bookingform .inputted:nth-child(3) .form-group {
  margin-bottom: 0px;
}

.booking-form .inputted label.date:before {
  content: "Check in\00a0 ➜\00a0 Check out";
  position: absolute;
  left: 50px;
  top: 15px;
  font-family: Poppins;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  color: white;
}
.booking-form .inputted label.date.notempty:before {
  content: "Check in \00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0 Check out";
  top: 0px;
  font-size: 11px;
}

.bg_bookingform .inputted select, .bg_bookingform .inputted input, .bg_bookingform .inputted button {
  font-size: 11.5px;
}

.element-invisible{display:none}

h1.text_specialoffers,
h1.text_featuredhotel {
  margin-top: 0px;
}

/*
* 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: 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;
  }
  .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;
  }
  #csat a,
  .fb_dialog,
  .fb-customerchatcustom {
    z-index: 99 !important;
  }
  .room-rf {
    width: 100%;
    overflow: scroll;
  }
}
@media only screen and (max-width: 375px) {
  .homepage-container #home-banner .banner-content .Staying-Summit {
      font-size: 35px !important;
  }
}