@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}
.form-group {
  margin-bottom: 15px;
}

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox label,
.radio label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: absolute;
  margin-left: -20px;
}

.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
  cursor: not-allowed;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.btn.focus,
.btn:focus,
.btn:hover {
  box-shadow: none;
  border: none;
  outline: none;
  text-decoration: none;
}

.btn.active,
.btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.dropdown {
  position: relative;
}
.open > a {
  outline: 0;
}
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #cd955c;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

.carousel-control:focus,
.carousel-control:hover {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "\2039";
}

.carousel-control .icon-next:before {
  content: "\203a";
}
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.nav:after,
.nav:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}

.container-fluid:after,
.container:after,
.nav:after,
.row:after {
  clear: both;
}

.container-fluid::after,
.container-fluid::before,
.container::after,
.container::before,
.nav::after,
.nav::before,
.row::after,
.row::before {
  content: " ";
  display: table;
}
.container-fluid::after,
.container::after,
.nav::after,
.row::after {
  clear: both;
}
.hide {
  display: none !important;
}

.show {
  display: block !important;
}
.camera-carousel-container {
  position: relative;
  margin-top: 0;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}
#bookingForm {
  margin: 0 auto;
  position: relative;
  padding: 25px 20px 90px;
  background: rgba(0, 0, 0, 0.9);
}

#bookingForm .booking-form {
  display: inline-block;
  float: none;
  margin: 0 auto;
}

#bookingForm .booking-form > div {
  float: left;
}

#bookingForm .booking-form > .btn-full-width {
  position: absolute;
  bottom: 25px;
  right: 30px;
  width: auto;
  min-width: 164px;
}

#bookingForm .select-block {
  float: left;
  width: 50%;
  padding: 0 10px;
}

#bookingForm select.form-control {
  border: 1px solid #999;
}

#bookingForm .form-group {
  margin: 0;
}
#bookingForm .form-group label {
  margin: 10px 0 2px 0;
  padding: 0;
  color: #fff;
  line-height: 24px;
  font-weight: 400;
  font-size: 14px;
}

#bookingForm .form-control {
  border-radius: 0;
  font-size: 14px;
  padding: 5px 10px;
  height: 40px;
  cursor: pointer;
  width: 100%;
  border: none;
  box-shadow: none;
  color: #000;
}

#bookingForm .date-parameter-block {
  position: relative;
  vertical-align: bottom;
  width: 162px;
  text-align: left;
  margin: 0 10px !important;
}
#bookingForm .date-parameter-block .dp-holder {
  width: 100%;
  border: 1px solid #999;
  position: relative;
  height: 40px;
  border-radius: 0;
  background-color: #fff;
}

#bookingForm .date-parameter-block .dp-holder .form-control {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 1;
}

#bookingForm .date-parameter-block .dp-holder span {
  float: right;
  margin-top: 11px;
  margin-right: 10px;
  color: #000;
}

#bookingForm .date-parameter-block .dp-holder.left-space {
  margin-left: 5px;
}

#bookingForm .adult-wrapper,
#bookingForm .child-wrapper,
#bookingForm .room-wrapper {
  width: 70px;
  margin: 0 10px;
  text-align: left;
}

#bookingForm .adult-block,
#bookingForm .child-block,
#bookingForm .room-block {
  width: 100%;
}
#bookingForm .adult-block span,
#bookingForm .child-block span,
#bookingForm .room-block span {
  display: block;
  position: relative;
}

#bookingForm .adult-block span:before,
#bookingForm .child-block span:before,
#bookingForm .room-block span:before {
  content: "";
  position: absolute;
  right: 0;
  height: 40px;
}

#bookingForm .adult-block span:after,
#bookingForm .child-block span:after,
#bookingForm .room-block span:after {
  content: "";
  position: absolute;
  height: 40px;
  right: 30px;
  top: 0;
  border-right: 1px solid #999;
}

#bookingForm .adult-block select,
#bookingForm .child-block select,
#bookingForm .room-block select {
  border: 1px solid #999;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  text-shadow: none !important;
  background-size: 28% auto;
  color: #000;
  width: 100%;
  float: none;
  border-radius: 0;
  background-color: #fff;
}

#bookingForm .adult-block select:focus,
#bookingForm .child-block select:focus,
#bookingForm .room-block select:focus {
  outline: 0 !important;
}
#bookingForm .adult-block select:hover,
#bookingForm .child-block select:hover,
#bookingForm .room-block select:hover {
  border: 1px solid #6c5f5f;
  -webkit-transition: border 0.3s linear;
  -moz-transition: border 0.3s linear;
  -ms-transition: border 0.3s linear;
  -o-transition: border 0.3s linear;
  transition: border 0.3s linear;
}

#bookingForm .adult-block select option:focus,
#bookingForm .child-block select option:focus,
#bookingForm .room-block select option:focus {
  outline: 0 !important;
}

#bookingForm .adult-block select::-ms-expand,
#bookingForm .child-block select::-ms-expand,
#bookingForm .room-block select::-ms-expand {
  display: none;
}

#bookingForm .room-wrapper .text-field {
  width: 100%;
  margin: 0;
}

#bookingForm .promo-block,
#bookingForm .text-field {
  width: 164px;
  margin: 0 10px;
  text-align: left;
}

#bookingForm .promo-block .tb-holder,
#bookingForm .text-field .tb-holder {
  width: 100%;
}

#bookingForm .promo-block .tb-holder input,
#bookingForm .text-field .tb-holder input {
  border: 1px solid #999;
  box-shadow: none;
  color: #000;
  border-radius: 0;
  width: 100%;
  border-radius: 0;
}
#bookingForm .whyBookDirect {
  position: absolute;
  top: auto;
  bottom: 18px;
  left: auto;
  right: 24%;
  display: inline-block;
  color: #fff;
  margin: 0 10px 10px;
  font-size: 14px;
  pointer-events: all;
  z-index: 99;
  cursor: pointer;
  text-align: left;
}

#bookingForm .whyBookDirect a.active {
  color: #fff;
  line-height: 24px;
  text-decoration: none;
  padding: 10px 20px;
}

#bookingForm .btn-wrapper {
  position: absolute;
  bottom: 25px;
  right: 30px;
}

#bookingForm .btn-wrapper .check-btn-holder .btn-full-width {
  min-width: 164px;
  margin: 0;
  position: relative;
}
.resv-wrap .btn-full-width {
  min-width: 175px;
}
.tohide {
  display: none;
}
.booking-form.booking-button .adult-wrapper,
.booking-form.booking-button .child-wrapper,
.booking-form.booking-button .date-parameter-block,
.booking-form.booking-button .promo-block {
  display: none !important;
}

.container-fluid::after,
.container-fluid::before,
.container::after,
.container::before,
.nav::after,
.nav::before,
.row::after,
.row::before {
  content: " ";
  display: table;
}

.container-fluid::after,
.container::after,
.nav::after,
.row::after {
  clear: both;
}
iframe {
  max-width: 100%;
}

html {
  height: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  overflow-y: scroll;
  overflow-x: hidden;
  line-height: 1.85em;
}

body p {
  margin: 5px 0;
}

body textarea {
  resize: vertical;
}

body a {
  outline: 0;
}

body a:focus,
body a:hover {
  outline: 0;
  color: #c78848;
}
.modal-open .modal {
  padding: 0 !important;
  background-color: rgb(255 255 255 / 70%);
}

.modal-open {
  overflow-y: scroll !important;
  padding-right: 0 !important;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: pointer;
  background-color: #fff;
}

.form-group .col-xs-6:first-child {
  padding-left: 0;
}

.form-group .col-xs-6:last-child {
  padding-left: 4px;
  padding-right: 0;
}

.homepage {
  margin: 0;
  width: 100%;
}
.text-align {
  text-align: center;
}
.resv-wrap {
  float: right;
  margin-right: 0;
}

.resv-wrap .book_button:nth-child(odd) {
  display: block;
}

.resv-wrap .book_button:nth-child(even) {
  display: none;
}
.resv {
  background-color: #aa8453;
  font-size: 1em;
  padding: 5px 10px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  float: right;
  display: block;
  -webkit-transition: all 0.7s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -moz-transition: all 0.7s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -ms-transition: all 0.7s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -o-transition: all 0.7s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: all 0.7s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  min-width: 175px;
  text-align: center;
  border-radius: 0;
  cursor: pointer;
  border: 0;
}

.resv:focus,
.resv:hover {
  color: #fff;
  text-decoration: none;
  background-color: #aa8453;
}

.resv.open {
  color: #aa8453 !important;
  text-decoration: none !important;
  background-color: #e6e6e6;
}
.text-center {
  text-align: center;
}

.btn {
  line-height: 38px !important;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  white-space: normal;
  outline: 0;
  float: right;
}

.btn-full-width {
  display: block;
  float: none;
  margin: 0 auto;
  width: 100%;
}
.animated {
  animation-fill-mode: none !important;
}
.modal-backdrop.fade.in {
  display: none;
}

.show {
  display: inline-block;
}
.fa {
  font-weight: 700;
}
.checkbox input[type="checkbox"],
.radio input[type="radio"] {
  margin-top: 8px;
}

.nav-tabs {
  border-bottom: 0;
  margin: 20px 0 0 0;
}
.mob-price span {
  display: none;
}
.room-scarcity .label {
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.room-thumbnail-details-title {
  line-height: 1em;
}
.rate-plan-inclusions {
  margin-top: 15px;
}

.inclusions-span {
  display: inline-flex;
  margin: 6px 0;
  width: 100%;
  line-height: 1.5;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #aa8453;
  color: #fff;
  border-color: #aa8453;
}
.nav-tabs .nav-link {
  color: #333;
  background-color: #ddd;
  border-color: #dee2e6 #dee2e6 #fff;
  padding: 8px 25px;
  margin-bottom: 0;
  margin: 0 10px 0 0;
  border-radius: 5px;
}
.rate-wrapper .btn,
.view-rates-container .btn {
  background-color: #aa8453;
  border: 1px solid #aa8453;
  color: #fff;
  font-weight: 400 !important;
  text-transform: capitalize;
  padding: 5px 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.rate-wrapper .btn:hover,
.view-rates-container .btn:focus,
.js-valueadd-details:hover,
.valueAdd-btn:hover {
  color: #aa8453;
  background-color: transparent;
  border: 1px solid #aa8453;
}
.nav-tabs {
  border-bottom: 0;
}
.inclusions-span .inclusions-icon {
  margin-right: 10px;
  width: 15px;
}
a.view-details {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}
.inclusion-text {
  display: table-cell;
  width: calc(100% - 3em);
  line-height: 17px;
}

.inclusions-icon {
  position: relative;
  display: table-cell;
  text-align: center;
}

.js-select {
  cursor: pointer;
}

.js-select:after {
  content: "";
  display: table;
  clear: both;
}

.tax-inclusion-msg {
  color: #55763d;
  font-size: 12px;
}

.calendar-icon {
  background: url(../images/calender.png) no-repeat !important;
  background-size: cover !important;
}
.rate-block {
  font-size: 12px;
}
.original-price {
  font-size: 15px;
  color: #aaa;
}

.discount-price {
  margin-top: 0 !important;
  line-height: 20px;
}

.left-cal-wrap,
.right-cal-wrap {
  width: 45%;
  float: left;
}

.phone-number {
  padding-left: 0;
  display: block;
}
.tolabel-wrap {
  width: 10%;
  float: left;
}

/* deal tag css */

.room-rate-plan-title {
  line-height: 20px;
}

.rate-plan-title {
  margin-right: 5px;
}

.deal-wrap {
  color: #d9534f;
  /*white-space: nowrap;*/
}

.deal-text {
  font-size: 14px;
}

.tnc-submit-wrap {
  text-align: center;
}

.submit-container .general-msg {
  color: green;
  font-size: 16px;
  text-align: center;
  width: 100%;
  display: block;
}

.submit-container .complete-reservation {
  width: auto;
  margin: 10px auto;
}
.hotel-policies-block {
  margin-top: 23px;
}
.divider {
  margin-left: 15px;
}
.guest-information-block .best-rate-price {
  margin-right: 0px !important;
}

.guest-information-block .rate-price {
  padding-left: 10px;
}
.accordion-block
  .panel-group
  .room-selection-wrapper
  .element-label.adults-header,
.accordion-block
  .panel-group
  .room-selection-wrapper
  .element-label.children-header {
  font-size: 11px;
}

.accordion-block .panel-group .room-selection-wrapper .add-another-room-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
}
.msg-content-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.msg-content {
  font-size: 18px;
  line-height: 25px;
  display: flex;
  padding-left: 0;
}
.msg-content .fa-check {
  padding-right: 10px;
}

.amenities-cont {
  border-radius: 5px;
  padding: 10px 14px;
  background-color: #e4e5e5;
}

.amenities-text-wrapper {
  color: #55763d;
  padding: 5px 0;
  /* display: flex; */
}

.amenities-icon {
  width: 20px;
  margin-right: 5px;
  text-align: center;
}

#chainLocation,
#chainHotels {
  width: 100%;
}

.pay-at-hotel-wrapper,
.pay-now-wrapper {
  width: 100%;
}

.pay-at-hotel-wrapper .col-sm-6,
.pay-now-wrapper .col-sm-6 {
  display: flex;
  flex-direction: column;
}

.pay-now-text,
.pay-at-hotel-text {
  padding-left: 27px;
  font-size: 12px !important;
  font-weight: normal;
}

.pay-now-amt {
  display: inline;
  float: right;
  padding-right: 8px;
  font-size: 16px !important;
  padding-top: 2px;
  color: rgb(5, 219, 92);
  font-weight: 700;
}

.pay-at-hotel-amt {
  float: right;
  padding-right: 8px;
  font-size: 12px !important;
  padding-top: 2px;
  font-weight: 700;
}

.pay-options {
  position: relative;
  text-align: center;
}

.pay-options p {
  display: inline-block;
  text-align: center;
  position: absolute;
  top: -7px;
  padding: 0 10px;
  background: #fff;
}

.pay-options hr {
  margin-left: 10px;
  margin-right: 10px;
  border-style: dashed;
  border-color: #333;
  margin-top: 10px;
  margin-bottom: 10px;
}

.pay-at-hotel-wrapper .pay-at-hotel-label,
.pay-now-wrapper .pay-at-hotel-label {
  font-weight: 700;
  cursor: pointer;
}
.pay-at-hotel-label span {
  padding-left: 5px;
}
.valueAdds-container {
  background-color: #f8f8f8 !important;
}

.valueAdd-container {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background: #ffffff;
  height: 100%;
  margin: 10px 0px 20px;
}

.valueAdd-img {
  display: block;
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.valueAdd-info {
  padding: 20px;
  border-top: 1px solid #e6e6e6;
  display: inline-block;
}

.valueadd-name {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mb-30 {
  margin-bottom: 30px;
}
.valueAdd-description {
  height: auto;
  font-size: 15px;
  line-height: 1.5;
  padding: 15px 0;
}
.js-valueadd-details {
  background-color: #aa8453;
  border: 1px solid #aa8453;
  color: #fff;
  font-weight: 400 !important;
  text-transform: capitalize;
  padding: 8px 14px;
  text-decoration: none;
  border-radius: 5px;
  margin: 10px 0;
  display: inline-block;
}

.valueAdd-skip {
  float: right;
  position: relative;
  right: 10px;
  top: 10px;
  cursor: pointer;
  padding: 7px 20px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}
.intl-tel-input {
  display: flex;
  align-items: center;
}
.valueAdd-btn {
  font-size: 16px !important;
  border-radius: 4px !important;
  float: right;
  margin-top: 0;
  width: auto;
  height: auto;
  background-color: #aa8453;
  border: 1px solid #aa8453;
  color: #fff;
  text-transform: capitalize;
  padding: 7px 20px;
  margin-bottom: 15px;
}

.valueAdd-price {
  display: inline-block;
  position: relative;
  top: 8px;
  font-size: 13px;
  margin-left: 15px;
}
.valueAdd-total-price {
  display: inline-block;
  font-size: 13px;
  margin-left: 15px;
}
.view-valueadd-details {
  margin-bottom: 20px;
}
.room-container {
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
}
.final-disc-msg {
  text-align: center;
  color: green;
}
.final-disc-value {
  font-size: 18px;
  color: rgb(5, 219, 92);
}
.accordion-block .panel-group .panel .room-selection-container .room-title {
  background-color: #e6e6e6;
  height: 100%;
  display: flex;
}
.room-title.js-room-title {
  cursor: pointer;
  position: relative;
  padding: 20px 25px;
  background-color: #e6e6e6;
  height: 100%;
  display: flex;
}
.accordion-block
  .panel-group
  .panel
  .room-selection-container
  .room-title:hover {
  background-color: #e6e6e6;
}

.room-thumbnail-image-wrap-div {
  position: relative;
  cursor: pointer;
}
.guest-information-block {
  padding-bottom: 0px !important;
}

.promo-submit-wrapper .promo-code-container {
  margin-right: 5px;
  width: 48%;
}
.promo-submit-wrapper .submit-container {
  padding-left: 15px;
}

.element-input-textarea.js-special-request {
  font-size: 18px !important;
}

#checkInWrapper .col-xs-12 span,
#checkOutWrapper .col-xs-12 span,
.guest-info-form .element-input,
.guest-information-block .best-rate-text {
  line-height: 1.6 !important;
  display: inline-block;
  padding-top: 1px;
}
.guest-information-block .details-wrapper .details-label .best-rate-text {
  display: block;
  padding-left: 30px;
}
.guest-information-block
  .details-wrapper
  .toggle-details
  .view-addon-details
  .best-rate-text {
  padding-left: 25px;
}
.guest-information-block .element-wrapper {
  line-height: 1.6;
}

.room-selection-wrapper .valueAdd-price {
  top: 14px;
}
.accordion-block .panel-group .room-selection-wrapper .add-another-room {
  padding-top: 12px !important;
}
.accordion-block
  .panel-group
  .search-container
  .room-selection-wrapper
  .add-another-room {
  min-width: fit-content !important;
}
.guest-information-block .booking-details {
  border-top: 2px dotted #d9d9d9;
  padding: 10px 0;
}
.guest-information-block .booking-details .book-label {
  text-transform: capitalize;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.booking-payment-block .base-price-total {
  font-size: 15px;
  color: #aaa;
  text-decoration: line-through;
}

.day-use-over-night-toggle-wrapper {
  display: none;
  margin-bottom: 5px;
}

.day-use-checkin-date {
  position: relative;
}
.day-use-calendar-container {
  position: absolute;
  top: 100%;
  z-index: 1;
  min-width: 412px;
  max-width: 455px;
}
.day-use-checkin-date:hover {
  cursor: pointer;
}
.day-use-check-in-value {
  line-height: 1.6 !important;
  display: inline-block;
  padding-top: 1px;
}
.day-use-toggle-label {
  font-weight: 400;
  font-size: 14px;
  color: #3b3b3b;
  line-height: 45px;
}
.toggle-switch-container {
  min-height: 45px;
  padding-left: 0;
  padding-right: 0;
  width: fit-content;
  float: left;
}

.toggle-switch-wrapper {
  position: relative;
  width: 50px;
  height: 25px;
  display: inline-block;
  margin: 10px 0;
}

.toggle-switch-checkbox {
  opacity: 0;
  height: 0;
  width: 0;
}

.toggle-switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  background: #fff;
  border: 1px solid rgb(187, 199, 204);
  border-radius: 34px;
}

.toggle-switch-wrapper input[type="checkbox"]:checked + .toggle-switch::before {
  transform: translateX(22px);
}

.toggle-switch::before {
  content: "";
  height: 19px;
  width: 20px;
  border-radius: 50%;
  background: #1078a8;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 3px;
  transition: 0.4s;
}
.day-use-search-label {
  font-weight: 400;
  font-size: 14px;
  color: #3b3b3b;
  margin-bottom: 10px;
  line-height: 1.5;
  min-height: 45px;
  display: flex;
  align-items: center;
}

.day-use-search-label.check-in-time {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.guest-info .guest-info-form .guest-information-block > .element-wrapper {
  margin-bottom: 0;
}

.general-msg-container {
  margin-top: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}

.tnc-submit-wrap .submit-container {
  padding-left: 15px;
}
.terms-and-condition {
  margin: 12px 5px 5px 5px;
}
.panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
}

.panel:last-child {
  border-bottom: none;
}

.panel-group > .panel:first-child .panel-heading {
  border-radius: 4px 4px 0 0;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-title a,
.panel-title a:hover,
.panel-title a:focus {
  display: block;
  color: #fff;
  padding: 15px;
  position: relative;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
}

.panel-body {
  background: #fff;
}

.panel:last-child .panel-body {
  border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}

.panel-heading a:before {
  content: "\e146";
  position: absolute;
  font-family: "Material Icons";
  right: 5px;
  top: 10px;
  font-size: 24px;
  transition: all 0.5s;
  transform: scale(1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.panel-heading.active a:before {
  content: " ";
  transition: all 0.5s;
  transform: scale(0);
}

/* #accordion rotate icon option */

#accordion .panel-heading a:before {
  content: "\e316";
  font-size: 24px;
  position: absolute;
  font-family: "Material Icons";
  right: 5px;
  top: 10px;
  transform: rotate(180deg);
  transition: all 0.5s;
}

#accordion .panel-heading.active a:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}

.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}
.panel-group {
  margin-bottom: 22px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.modal.fade .modal-dialog {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  box-shadow: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-content .close {
  float: right;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #fff !important;
  z-index: 9;
  border-radius: 50%;
  right: -10px;
  top: -10px;
}
.modal-content .close img {
  width: 16px;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.5;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 0px;
}
.checkout-title {
  background-color: #f8f8f8;
  padding: 10px 25px;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 28px;
  color: #3b3b3b;
}

.book_button {
  margin-top: 30px;
}

.accordion-block {
  position: relative;
  padding-top: 30px;
}

.accordion-block .panel-group {
  margin-bottom: 0;
}

.accordion-block .panel-group .panel {
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0 !important;
  font-size: 14px;
  color: #3b3b3b;
}
.accordion-button::after {
  /* background-image: url("../images/angle.png") !important; */
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
.accordion-button:not(.collapsed)::after {
  /* background-image: url("../images/angle.png") !important; */
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.accordion-button:focus {
  box-shadow: none;
  border: none;
}

.accordion-block .panel-group .panel .panel-heading {
  background: #6f6f6f;
  background: linear-gradient(to top, #4d4d4d 0, #6f6f6f 100%);
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
  border-radius: 0;
  padding: 0px;
  line-height: 38px;
  min-height: 50px;
  width: 100%;
  float: left;
}

.accordion-block .panel-group .panel .panel-heading.collapsed {
  background: #c5c5c5 !important;
  background: linear-gradient(to top, #b1b1b1 0, #cfcfcf 100%) !important;
  color: #333 !important;
  width: 100%;
  float: left;
  border-top: 2px solid #f8f8f8;
}

.accordion-block .panel-group .panel .panel-heading.collapsed-details {
  background: #f8f8f8 !important;
  background: linear-gradient(to top, #f8f8f8 0, #f8f8f8 100%) !important;
  line-height: normal;
  border-top: 1px solid #d9d9d9;
}

.accordion-block .panel-group .panel .panel-heading.collapsed-details:focus,
.accordion-block .panel-group .panel .panel-heading.collapsed-details:hover {
  background: #eaeaea !important;
  cursor: pointer;
}

.accordion-block
  .panel-group
  .panel
  .panel-heading.collapsed-details:focus
  .modify,
.accordion-block
  .panel-group
  .panel
  .panel-heading.collapsed-details:hover
  .modify {
  background-color: #d9dddd !important;
  border: 1px solid #d9dddd !important;
  background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3) !important;
}

.accordion-block .panel-group .panel .panel-heading .summary-top-border {
  border-top: 1px solid #000;
}

.accordion-block .panel-group .panel .panel-body {
  background-color: #f8f8f8;
  -webkit-transition: border 0.1s linear;
  -moz-transition: border 0.1s linear;
  -ms-transition: border 0.1s linear;
  -o-transition: border 0.1s linear;
  transition: border 0.1s linear;
  clear: both;
  padding: 20px 40px !important;
}

.accordion-block .panel-group .panel .room-selection-container {
  margin: -20px -40px !important;
}
.accordion-block .panel-group .panel .room-selection-container .room-title {
  cursor: pointer;
  position: relative;
  padding: 20px 25px;
}

.accordion-block
  .panel-group
  .panel
  .room-selection-container
  .room-title:hover {
  background-color: #f2f2f2;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.accordion-block .panel-group .select-wrap {
  box-shadow: none !important;
}

.accordion-block .panel-group .search-label {
  font-weight: 400;
  font-size: 14px;
  color: #3b3b3b;
  line-height: 45px;
}

.accordion-block .panel-group .element-wrapper {
  border: 1px solid #bbc7cc;
  padding: 7px 0 8px !important;
  margin-bottom: 15px;
  background-color: #fff;
  outline: 0;
  min-height: 45px !important;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.accordion-block .panel-group .element-wrapper .element-label {
  font-weight: 400;
  font-size: 12px;
  color: #636363;
  margin-bottom: 0;
}

.accordion-block .panel-group .element-wrapper .form-control:focus {
  border-color: transparent !important;
  outline: 0;
  box-shadow: none !important;
}

.accordion-block
  .panel-group
  .element-wrapper
  .form-control:focus
  .element-wrapper {
  border-color: #2979ff !important;
}

.accordion-block .panel-group .element-wrapper .select-wrapper {
  margin-top: 0;
}

.accordion-block .panel-group .element-wrapper .select-wrapper .selectpicker {
  background-color: #fff;
  border: none;
  font-size: 17px;
  font-weight: 400;
  width: 100%;
  cursor: pointer;
}

.accordion-block .panel-group .element-wrapper:active,
.accordion-block .panel-group .element-wrapper:focus,
.accordion-block .panel-group .element-wrapper:hover {
  border: 1px solid #2979ff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: border 0.1s linear;
  -moz-transition: border 0.1s linear;
  -ms-transition: border 0.1s linear;
  -o-transition: border 0.1s linear;
  transition: border 0.1s linear;
}
.accordion-block .panel-group .element-wrapper-2col {
  padding: 0 2.5px;
}

.accordion-block .panel-group .element-wrapper-2col .element-wrapper-left {
  margin-left: -2.5px;
  float: left;
}

.accordion-block .panel-group .element-wrapper-2col .element-wrapper-right {
  margin-right: -2.5px;
  float: right;
}

.accordion-block .panel-group .room-selection-wrapper .element-label {
  font-weight: 400;
  font-size: 12px;
  color: #636363;
  padding-bottom: 2px;
}
.accordion-block .panel-group .room-selection-wrapper .default-room-block {
  display: inline-block !important;
  float: none !important;
  width: auto;
  margin-right: 0px;
  vertical-align: middle;
  padding-left: 0;
  padding-right: 0;
}
.js-promo-code-container {
  padding-left: 0;
}
.pull-right {
  float: right !important;
  margin-left: auto;
}

.accordion-block .panel-group .room-selection-wrapper .adults-header {
  width: 100%;
  float: left;
  margin-left: 0;
  padding-left: 1px;
}

.accordion-block .panel-group .room-selection-wrapper .children-header {
  width: 100%;
  float: left;
  margin-left: 0;
  padding-left: 1px;
}

.accordion-block .panel-group .room-selection-wrapper .room-number {
  margin-top: 30px;
}

.accordion-block .panel-group .room-selection-wrapper .room-increment-parent {
  display: inline-block;
  margin-right: 0;
  width: 124px;
  text-align: center;
  border: 1px solid #f8f8f8;
}

.accordion-block .panel-group .room-selection-wrapper .guest-count {
  border-radius: 0 !important;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 0;
  float: left;
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.accordion-block .panel-group .room-selection-wrapper .guest-count:disabled {
  opacity: 1;
}

.accordion-block .panel-group .room-selection-wrapper input.num-plus {
  width: 40px;
  height: 40px;
  line-height: normal;
  font-size: 20px;
  padding: 0;
  padding-bottom: 5px !important;
  color: #636363;
  box-shadow: none !important;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background: #f4f5f5;
  float: left;
}

.accordion-block .panel-group .room-selection-wrapper input.num-plus.active,
.accordion-block .panel-group .room-selection-wrapper input.num-plus.disabled,
.accordion-block .panel-group .room-selection-wrapper input.num-plus:hover,
.accordion-block .panel-group .room-selection-wrapper input.num-plus[disabled] {
  border: 1px solid #d9d9d9;
  background: #c6c3c3;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#d9dddd),
    to(#c6c3c3)
  );
  background: -webkit-linear-gradient(to bottom, #d9dddd, #c6c3c3);
  background: -moz-linear-gradient(to bottom, #d9dddd, #c6c3c3);
  background: -ms-linear-gradient(to bottom, #d9dddd, #c6c3c3);
  background: -o-linear-gradient(to bottom, #d9dddd, #c6c3c3);
}

.accordion-block .panel-group .room-selection-wrapper input.num-plus:focus {
  outline: 0 !important;
}

.accordion-block .panel-group .room-selection-wrapper input.num-minus {
  width: 40px;
  height: 40px;
  line-height: normal;
  font-size: 20px;
  padding: 0;
  padding-bottom: 5px !important;
  color: #636363;
  box-shadow: none !important;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background: #f4f5f5;
  float: left;
}

.accordion-block .panel-group .room-selection-wrapper input.num-minus.active,
.accordion-block .panel-group .room-selection-wrapper input.num-minus.disabled,
.accordion-block .panel-group .room-selection-wrapper input.num-minus:hover,
.accordion-block
  .panel-group
  .room-selection-wrapper
  input.num-minus[disabled] {
  border: 1px solid #d9d9d9;
  background: #c6c3c3;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#d9dddd),
    to(#c6c3c3)
  );
  background: -webkit-linear-gradient(to bottom, #d9dddd, #c6c3c3);
  background: -moz-linear-gradient(to bottom, #d9dddd, #c6c3c3);
  background: -ms-linear-gradient(to bottom, #d9dddd, #c6c3c3);
  background: -o-linear-gradient(to bottom, #d9dddd, #c6c3c3);
}

.accordion-block .panel-group .room-selection-wrapper input.num-minus:focus {
  outline: 0 !important;
}

.accordion-block .panel-group .room-selection-wrapper #roomContainer-1 {
  border-top: 0 solid #d9d9d9;
}

.accordion-block .panel-group .room-selection-wrapper .each-room-wrapper {
  margin-bottom: 10px;
}

.accordion-block
  .panel-group
  .room-selection-wrapper
  .each-room-wrapper.top-border {
  border-top: 0 solid #d9d9d9;
  padding: 0;
}

.accordion-block .panel-group .room-selection-wrapper .add-another-room-wrap {
  float: left;
  padding: 15px 0 15px 10px;
  display: flex;
}
.accordion-block .panel-group .room-selection-wrapper .add-another-room {
  height: auto;
  box-shadow: none !important;
  text-transform: capitalize;
  font-size: 18px;
  border: 1px solid #aa8453;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background: #f4f5f5;
  background-color: #aa8453;
  border-radius: 5px !important;
  padding: 5px 15px 5px !important;
  color: #fff;
}
.accordion-block .panel-group .room-selection-wrapper .add-another-room.active,
.accordion-block
  .panel-group
  .room-selection-wrapper
  .add-another-room.disabled,
.accordion-block .panel-group .room-selection-wrapper .add-another-room:hover,
.accordion-block
  .panel-group
  .room-selection-wrapper
  .add-another-room[disabled],
.submit-btn:hover {
  border: 1px solid #aa8453;
  background: #fff;
  color: #aa8453;
}
.accordion-block .panel-group .room-selection-wrapper .add-another-room i {
  font-size: 14px;
}
.accordion-block .panel-group .room-selection-wrapper .add-another-room-text {
  padding-left: 5px;
}
.panel-group .panel + .panel {
  margin-top: 0 !important;
}
.fa-calendar,
.fa.fa-remove {
  cursor: pointer;
}
.check-in-out-date-other {
  color: #3b3b3b;
  font-size: 18px;
  padding-left: 0;
}
.padding-top {
  padding-top: 10px;
}
.padding-right-4 {
  padding-right: 4px;
}
.padding-top-5 {
  padding-top: 5px;
}
.margin-top {
  margin-top: 10px;
}
.promo-submit-wrapper {
  padding-top: 10px;
  padding-bottom: 20px;
}
.promo-submit-wrapper .promo-code-container {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  margin-bottom: 0;
  padding: 7px 0 !important;
  outline: 0;
  cursor: pointer;
  min-height: 45px !important;
  border-radius: 4px;
  box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.1);
}
.promo-submit-wrapper .promo-code-container .form-control:focus {
  border-color: transparent !important;
  outline: 0;
  box-shadow: none !important;
}
.promo-submit-wrapper .promo-code-container:focus,
.promo-submit-wrapper .promo-code-container:hover {
  border: 1px solid #2979ff;
  box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: border 0.1s linear;
  -moz-transition: border 0.1s linear;
  -ms-transition: border 0.1s linear;
  -o-transition: border 0.1s linear;
  transition: border 0.1s linear;
}
.promo-submit-wrapper .promo-code-container .element-input {
  font-size: 18px !important;
}
.promo-submit-wrapper .promo-code-label {
  color: #636363;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0 !important;
}
.element-input {
  border: none;
  box-shadow: none;
}
.element-input::-webkit-input-placeholder {
  color: #cecece;
}
.element-input:-moz-placeholder {
  color: #cecece;
}
.element-input::-moz-placeholder {
  color: #cecece;
}
.element-input:-ms-input-placeholder {
  color: #cecece;
}
.element-input-textarea {
  font-size: 16px !important;
  resize: vertical;
}
.submit-container {
  padding-left: 20px;
}
.submit-btn {
  background-color: #aa8453;
  font-size: 18px !important;
  color: #fff;
  width: auto;
  height: auto;
  padding: 5px 20px 5px !important;
  text-transform: capitalize;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
}
.normal-font {
  font-weight: 400;
}
.next,
.prev {
  color: #ecc378 !important;
}
.room-thumbnail-image {
  width: 100%;
  height: auto;
}

.room-thumbnail-details {
  padding-left: 15px;
}

.room-thumbnail-details p {
  margin-top: 0 !important;
}

.room-thumbnail-details-title {
  font-size: 20px;
  padding-bottom: 10px;
}

.room-thumbnail-rate {
  text-align: right;
  position: absolute;
  bottom: 25%;
  right: 0;
}

.bold-font {
  font-weight: 700;
}

.padding-top-bottom-tabs {
  padding-top: 20px;
  padding-bottom: 20px;
}
.view-rates {
  margin-top: 10px;
}
.rate-block {
  display: inline-block;
}
.discount-price {
  margin-top: 5px;
  color: #aa8453;
  font-weight: 600;
  font-size: 20px;
}
.per-night {
  text-align: left !important;
}
.fa-rupee {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 0.85em;
}
.amenities {
  padding-bottom: 30px;
  padding-left: 35px;
}
.amenities .amenities-ul {
  padding: 0;
}
.amenities .amenities-ul .fa-check:before {
  margin-left: -20px;
}
.amenities .amenities-ul .amenities-list {
  margin: 10px 0;
  display: inline-block;
}
.amenities .amenities-ul .amenities-list:nth-child(3n + 1) {
  clear: left;
}
.amenities .amenities-ul .amenities-element {
  margin-left: 5px;
}
.calendar-icon {
  background: url(../images/calender.png) no-repeat;
  width: 29px;
  height: 25px;
  display: inline-block;
  background-size: cover;
  float: right;
  padding: 7px auto;
}
#checkInWrapper,
#checkOutWrapper {
  padding: 7px 0 !important;
  overflow: hidden;
  cursor: pointer;
}
.left-calendar-block .pika-single.is-bound {
  padding: 15px 0 0 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2) !important;
  border-radius: 4px;
}
.collapsing {
  -webkit-transition: height 0.6s linear;
  -moz-transition: height 0.6s linear;
  -ms-transition: height 0.6s linear;
  -o-transition: height 0.6s linear;
  transition: height 0.6s linear;
}
.summary-content-wrapper {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #cdc9c9;
  padding: 10px 0;
}
.summary-content-wrapper .summary-content p {
  margin: 0 !important;
}
.summary-content-wrapper .summary-content .line1 {
  font-size: 17px;
  line-height: normal;
  color: #000;
  padding: 5px 0 0 0;
  font-weight: 500 !important;
}
.summary-content-wrapper .summary-content .line2 {
  font-size: 14px;
  color: #000;
  line-height: normal;
  padding: 5px 0 0 0;
}
.modify {
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background: #f4f5f5;
  color: #aa8453 !important;
  border-radius: 4px !important;
  width: auto !important;
  padding: 7px 10px 7px !important;
  font-size: 16px;
  height: auto !important;
  line-height: normal !important;
  margin-right: 25px;
}
.modify.active,
.modify.disabled,
.modify:hover,
.modify[disabled] {
  border: 1px solid #aa8453;
  color: #fff !important;
  background: #aa8453;
}
.modify span {
  font-size: 14px;
}
body.modal-open {
  overflow: hidden;
}
.modal-open {
  overflow-y: scroll !important;
  padding-right: 0 !important;
}
.is-hidden {
  display: none;
}
.guest-information-block {
  border: 1px solid transparent;
  padding-bottom: 20px;
}
.guest-information-block .details-wrapper {
  padding: 5px 0;
}

.guest-information-block .details-wrapper .details-label {
  font-weight: 400;
  font-size: 12px;
  color: #636363;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-bottom: 0;
}
.guest-information-block .details-wrapper .details-label .best-rate-text {
  padding-left: 21px;
}
.guest-information-block .details-wrapper .details-input {
  font-size: 20px;
  border: none;
  padding: 10px 0 5px;
  color: #191919;
  margin: 0;
}
.guest-information-block .details-wrapper .other-details-input {
  font-size: 15px;
  border: none;
  padding: 0;
  color: #191919;
  margin: 0;
  text-align: right;
}
.guest-information-block .details-wrapper-nights {
  padding-top: 10px !important;
}
.guest-information-block .date-details {
  border: 1px dotted #d9d9d9;
  padding: 12px 10px;
  background-color: #fff;
}
.guest-information-block .date-details .details-label {
  line-height: 20px !important;
}
.guest-information-block .date-details #checkInWrapper,
.guest-information-block .date-details #checkOutWrapper {
  cursor: default;
  width: 50%;
  padding: 0 !important;
}
.row.js-card-icons {
  justify-content: center;
  align-items: center;
}
.guest-information-block .date-details #checkOutWrapper {
  padding-left: 5% !important;
  border-left: 2px dotted #d9d9d9;
}
.guest-information-block .room-type .room-label {
  background-color: #bdbdbd !important;
  color: #fff !important;
  border-radius: 0 5px 5px 0;
  padding: 1px 5px;
  margin-left: -5px;
}
.guest-information-block .booking-payment-block {
  border: 1px solid #d9d9d9;
  background-color: #fff !important;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.guest-information-block .booking-payment-block .rate-details .details-label {
  margin-right: -15px !important;
}
.guest-information-block
  .booking-payment-block
  .rate-details
  .other-details-input {
  margin-left: -15px !important;
}
.guest-information-block .top-dotted-border {
  border-top: 2px dotted #d9d9d9;
}
.guest-information-block .gt-amt {
  border: none;
  padding: 0;
  color: #191919;
  margin: 0;
  text-align: right;
  font-size: 22px !important;
}
.guest-information-block .gt-text {
  font-size: 16px;
  border: none;
  padding: 6px 0;
  color: #191919;
  margin: 0;
}
.room-rate-name {
  text-align: center;
  color: #3b3b3b;
}
.guest-block-margin {
  margin-bottom: 20px !important;
}
.hotel-policies-block {
  margin-top: 40px;
  border-top: 1px solid #d9d9d9;
  padding-top: 15px;
  padding-bottom: 15px;
}
.room-details-container {
  padding-left: 25px;
  padding-right: 25px;
}
.room-details-container .bd-border {
  border-bottom: 2px dotted #d9d9d9 !important;
}
.room-details-container .bd-border:last-child {
  border-bottom: none !important;
  margin-bottom: 30px;
}
.room-rate {
  margin-bottom: 5px;
}
.rate-plan-wrapper {
  display: table;
  width: 100%;
}
.rate-plan-wrapper .room-details-wrap {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.rate-plan-wrapper .room-details-wrap .room-rate-plan-title {
  font-size: 20px;
  padding-bottom: 5px;
}
.rate-plan-wrapper .room-details-wrap .view-details {
  padding-top: 5px;
}
.rate-plan-wrapper .room-details-wrap .view-details a {
  cursor: pointer;
}
.rate-plan-wrapper .rate-details-wrap {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.rate-plan-wrapper .rate-details-wrap .rate-wrapper {
  width: 100%;
  display: table;
}
.rate-plan-wrapper .rate-details-wrap .rate-wrapper .rate-plan-details {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.rate-plan-wrapper
  .rate-details-wrap
  .rate-wrapper
  .rate-plan-details:first-child {
  padding-left: 0;
}
.align-bottom {
  vertical-align: bottom;
  float: none;
}
.pika-single.is-bound {
  position: static !important;
  left: auto !important;
  top: auto !important;
}
.room-counter {
  margin-left: 5px;
}
.step-check {
  background-color: #aa8453;
  color: #fff !important;
  text-align: center;
  border-radius: 0 4px 4px 0;
  margin-left: -12px;
  position: relative;
  display: inline-block;
  font-size: medium;
  vertical-align: middle;
  margin-top: 10px;
  margin-right: 15px;
}
.summary-modify {
  text-align: right;
  padding-right: 0;
}
.rate-breakup-wrap {
  padding-left: 5px;
}
.toggle-details {
  display: none;
}
.best-rate-date,
.best-rate-price {
  padding-top: 10px;
  margin: 0 !important;
  color: #636363;
  font-size: 12px;
}
.best-rate-price {
  margin-right: -15px !important;
  text-align: right;
}
.best-rate-price:last-child p {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.accordion-button,
.summary-content-wrapper span.head {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 7px 0 0 0;
  text-align: left;
  background-color: transparent !important;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
  color: #fff !important;
  font-weight: 500;
}
.accordion-button {
  padding: 7px 20px;
}
.summary-content-wrapper span.head {
  color: #000 !important;
}
.carousel-control-next,
.carousel-control-prev {
  width: 30px;
  height: 30px;
  background-color: #000;
  top: 50%;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 22px;
  height: 22px;
}
.accordion-block .panel-group .room-selection-wrapper .add-another-room-wrap {
    padding-left: 120px;
}
.carousel-caption {
  padding: 150px 0;
    text-align: center;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.5);
    left: 50%;
    right: 0;
    bottom: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.carousel-item img{
  max-height: 480px;
  object-fit: cover;
}

.carousel-text {
  margin: 0;
  font-size: 40px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 1.2em 0 0 0;
}


.accordion-button::after {
  
  background-image: none !important;
 
}