.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 30px 50px 0px 50px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr {
  width: 500px;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 70px;
  height: 43px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: var(--primaryColorDark);
  background-image: -moz-linear-gradient(to bottom, var(--primaryColorDark), var(--primaryColorDark));
  background-image: -ms-linear-gradient(to bottom, var(--primaryColorDark), var(--primaryColorDark));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--primaryColorDark)), to(var(--primaryColorDark)));
  background-image: -webkit-linear-gradient(to bottom, var(--primaryColorDark), var(--primaryColorDark));
  background-image: -o-linear-gradient(to bottom, var(--primaryColorDark), var(--primaryColorDark));
  background-image: linear-gradient(to bottom, var(--primaryColorDark), var(--primaryColorDark));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--primaryColorDark)', endColorstr='var(--primaryColorDark)', GradientType=0);
  border-color: var(--primaryColorDark) var(--primaryColorDark) var(--primaryColorDark);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, var(--primaryColorDark), var(--primaryColorDark));
  background-image: -ms-linear-gradient(to bottom, var(--primaryColorDark), var(--primaryColorDark));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--primaryColorDark)), to(var(--primaryColorDark)));
  background-image: -webkit-linear-gradient(to bottom, var(--primaryColorDark), var(--primaryColorDark));
  background-image: -o-linear-gradient(to bottom, var(--primaryColorDark), var(--primaryColorDark));
  background-image: linear-gradient(to bottom, var(--primaryColorDark), var(--primaryColorDark));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--primaryColorDark)', endColorstr='var(--primaryColorDark)', GradientType=0);
  border-color: var(--primaryColorDark) var(--primaryColorDark) var(--primaryColorDark);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: var(--primaryColorDark);
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, var(--primaryColorDark), var(--primaryColorDark));
  background-image: -ms-linear-gradient(to bottom, var(--primaryColorDark), var(--primaryColorDark));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--primaryColorDark)), to(var(--primaryColorDark)));
  background-image: -webkit-linear-gradient(to bottom, var(--primaryColorDark), var(--primaryColorDark));
  background-image: -o-linear-gradient(to bottom, var(--primaryColorDark), var(--primaryColorDark));
  background-image: linear-gradient(to bottom, var(--primaryColorDark), var(--primaryColorDark));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--primaryColorDark)', endColorstr='var(--primaryColorDark)', GradientType=0);
  border-color: var(--primaryColorDark) var(--primaryColorDark) #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: var(--primaryColorDark);
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
  font-family: Calibri;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1.9px;
  text-align: left;
  color: var(--primaryColor);
  background-color: transparent;
  padding-left: 17%;
}
.input-daterange input:first-child {
  border: none;
}
.input-daterange input:last-child {
  border: none;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.form-control:focus {
  color: var(--primaryColor);
  box-shadow: none;
  background-color: transparent;
}
/*# sourceMappingURL=bootstrap-datepicker.css.map */

.header-warpper {
  margin: auto;
}
.header-warpper .navbar {
  font-family: Calibri;
  font-size: 0.875rem;
  letter-spacing: 2.3px;
  text-align: left;
  color: #4a4a4a;
  padding: .5rem 0;
  height: 80px;
  padding: 0;
  height: 45px;
}
.header-warpper .brand-logo-wrapper {
  position: absolute;
  top: 8%;
  right: -1.5rem;
  display: none;
}
.header-warpper .brand-logo-wrapper.custom-logo {
  display: inline-block !important;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 991px) {
  .header-warpper .brand-logo-wrapper {
    position: static;
  }
}
.header-warpper .brand-logo-wrapper img {
  width: 4.75rem;
  height: 2.125rem;
  object-fit: contain;
}
@media only screen and (max-width: 320px) {
  .header-warpper .brand-logo-wrapper img {
    width: 3.75rem;
  }
}
.header-warpper .brand-logo-wrapper img ie-tajLogo-img {
  height: 2.125rem;
  width: auto;
}
.header-warpper .brand-logo-wrapper.is-taj-logo img {
  width: 2.75rem;
  margin-right: 0.5rem;
}
.header-warpper .brand-logo-wrapper.active {
  display: block;
}
.header-warpper .taj-image {
  width: 39px;
  height: 34px;
}
.header-warpper .book-stay-btn {
  display: none;
  font-size: 0.875rem;
}
.header-warpper .quick-quote-btn {
  display: none;
  font-size: 0.875rem;
}
.header-warpper .header-dropdown-image {
  margin-bottom: 3px;
  width: 0.75rem;
  margin-left: 0.25rem;
  font-size: 0.7rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-warpper .header-dropdown-image {
    width: 15px;
  }
}
.header-warpper .navbar-nav .book-stay-btn {
  display: inline-block;
}
.header-warpper .navbar-nav .line-separator {
  margin-left: 1.5rem;
  height: 27px;
  border-right: solid 1px #979797;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .header-warpper .navbar-nav {
    width: 100%;
  }
}
.header-warpper .navbar-quick-quote .quick-quote-btn {
  display: inline-block;
}
.header-warpper .navbar-quick-quote .line-separator {
  margin-left: 1.5rem;
  height: 27px;
  border-right: solid 1px #979797;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .header-warpper .navbar-quick-quote {
    width: 100%;
  }
}
.header-warpper .last-elem-wrapper {
  position: relative;
}
.header-warpper .selected-flag {
  width: 17px;
  height: 10px;
  background: red;
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
}
.header-warpper .selected-txt {
  vertical-align: middle;
}
.gb-search-con .gb-search-wrapper {
  text-align: center;
  width: 45px;
  height: 45px;
  background-image: linear-gradient(to top, var(--primaryColorDark), var(--primaryColorDark) 52%, var(--primaryColor));
  cursor: pointer;
}
.gb-search-con .gb-search-icon {
  display: inline-block;
  vertical-align: middle;
}
.gb-search-con .search-icon-aligner {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.last-item {
  position: absolute;
  top: 4px;
}
@media only screen and (max-width: 991px) {
  .last-item {
    position: inherit;
    left: 0;
  }
}
.navbar {
  position: unset !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.6rem;
  padding-left: 0.6rem;
  cursor: pointer;
  position: relative;
  color: #4a4a4a;
}
@media only screen and (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    letter-spacing: 0.9px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.4);
    font-size: 1rem;
    font-family: Calibri;
    color: #4a4a4a;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1.3rem;
  }
}
.navbar-expand-lg .navbar-nav .nav-link.log-spacing {
  padding: 0 0.6rem;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-link.log-spacing {
    padding: 0.5rem;
  }
}
.navbar-expand-lg .navbar-nav .nav-item .middle-allignment {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.navbar-light .navbar-brand {
  margin-right: 1rem;
  position: relative;
}
.navbar-light .navbar-brand .navbar-brand-anchor {
  display: inline-block;
}
.nav-item {
  position: relative;
  display: flex;
  align-items: center;
}
.cm-header-dd-options-con {
  padding: 1rem;
  font-size: 1rem;
  display: none;
  z-index: 100;
}
.cm-header-dd-options-con.active {
  display: block;
}
.cm-header-dd-options-con .cm-each-header-dd-item {
  border-bottom: solid 1px rgba(151, 151, 151, 0.4);
  padding: 0.5rem 0.625em;
  word-wrap: break-word;
}
.cm-header-dd-options-con .cm-each-header-dd-item:first-child {
  padding-top: 0;
}
.cm-header-dd-options-con .cm-each-header-dd-item:last-child {
  border: none;
  padding-bottom: 0;
}
.cm-header-dd-options-con .cm-each-header-dd-item a {
  color: rgba(74, 74, 74, 0.8);
  font-family: Calibri;
}
.cm-header-dd-options-con .cm-each-header-dd-item a:hover {
  color: #4a4a4a;
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .cm-header-dd-options-con {
    display: none;
    padding: 0 !important;
  }
}
.header-tic-options,
.header-others-options,
.header-language-options,
.header-currency-options {
  width: 9.375rem;
  top: 44px;
  box-shadow: 0px -5px 40px 0px rgba(0, 0, 0, 0.3);
}
.header-tic-options::after,
.header-others-options::after,
.header-language-options::after,
.header-currency-options::after {
  border-top: 20px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #fff;
  border-left: 10px solid transparent;
  top: -40px;
}
@media only screen and (max-width: 991px) {
  .header-tic-options,
  .header-others-options,
  .header-language-options,
  .header-currency-options {
    box-shadow: none;
  }
}
.header-tic-options {
  left: 30%;
}
.header-tic-options::after {
  left: 67%;
}
.header-others-options {
  left: 6%;
}
.header-language-options {
  width: 13rem;
  right: -26%;
  top: 40px;
}
.header-language-options::after {
  left: 80%;
}
.header-currency-options {
  width: 8.5rem;
  top: 40px;
  left: -8%;
}
.header-dd-option-text {
  margin-left: 0.25rem;
}
.header-dd-option-img {
  width: auto;
}
.selected-currency {
  font-size: 1rem;
  font-family: RupeeForadian;
  display: inline-block;
  margin-right: 0.25rem;
  vertical-align: middle;
}
.header-dd-option-currency {
  font-size: 1rem;
  font-family: RupeeForadian;
  color: #cf9650;
  display: table-cell;
  width: 40%;
  padding-right: 0.625rem;
}
.cm-header-dd-options-con.header-currency-options .cm-each-header-dd-item a {
  display: table;
  width: 100%;
}
.cm-header-dd-options-con.header-currency-options .cm-each-header-dd-item a .header-dd-option-text {
  display: table-cell;
  width: 65%;
}
@media only screen and (max-width: 991px) {
  .header-warpper {
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  }
  .header-warpper .navbar {
    height: 56px;
    justify-content: initial;
  }
  .header-warpper .navbar-toggler {
    order: 1;
    border-color: transparent;
    padding: 0;
    text-align: left;
  }
  .header-warpper .navbar-light .navbar-brand {
    order: 2;
    flex: 2;
    padding-left: 0.5rem;
    margin-right: 0;
  }
  .header-warpper .book-stay-btn {
    order: 3;
    display: inline-block;
    font-size: 1rem;
    flex: 1.25;
    white-space: nowrap;
  }
  .header-warpper .quick-quote-btn {
    order: 3;
    display: inline-block;
    font-size: 1rem;
    flex: 1.25;
    white-space: nowrap;
  }
  .header-warpper .navbar-nav .book-stay-btn {
    display: none;
  }
  .header-warpper .navbar-nav .quick-quote-btn {
    display: none;
  }
  .header-warpper .btn-primary.book-stay-btn {
    padding: 0;
    width: 106px;
    height: 30px;
    margin-right: 0;
  }
  .header-warpper .btn-primary.quick-quote-btn {
    padding: 0;
    width: 106px;
    height: 30px;
    margin-right: 0;
  }
  .gb-search-con {
    right: 0px;
    top: 0;
    width: 56px;
    height: 56px;
    max-width: 56px;
    flex: 1;
    order: 4;
  }
  .gb-search-con .gb-search-wrapper {
    position: absolute;
    text-align: center;
    width: 56px;
    height: 56px;
    right: 0;
  }
  .gb-search-con .gb-search-icon {
    height: 23px;
    width: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-warpper .navbar-light .navbar-brand {
    margin-right: 0;
    order: 2;
    text-align: center;
  }
  .header-warpper .navbar-light .navbar-brand a {
    margin-left: 20%;
  }
  .header-warpper .navbar-toggler {
    margin-left: 10px;
  }
  .header-warpper.container {
    max-width: initial;
  }
  .header-warpper .book-stay-btn {
    max-width: 150px;
    margin-right: 16px;
  }
  .header-warpper .quick-quote-btn {
    max-width: 150px;
    margin-right: 16px;
  }
  .header-warpper .brand-logo-wrapper {
    margin-left: 21%;
  }
  .header-warpper .navbar-brand-anchor {
    margin-left: 21%;
  }
}
@media only screen and (max-width: 375px) {
  .header-warpper .navbar-light .navbar-brand {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 320px) {
  .header-warpper .navbar-light .navbar-brand {
    margin-right: 5px;
  }
  .banner-titles .cm-header-label {
    font-size: 20px;
  }
  .header-warpper .book-stay-btn {
    flex: 1.75;
  }
  .header-warpper .quick-quote-btn {
    flex: 1.75;
  }
}
.navbar-collapse-inner {
  display: flex;
  flex: 1;
}
@media only screen and (max-width: 991px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
  }
  .navbar-collapse-inner {
    display: block;
    background: #fff;
    width: 90%;
    height: 100%;
    padding-left: 2.625rem;
    padding-right: 1.6875rem;
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar-light .navbar-brand {
    margin-right: 10px;
  }
  .gb-search-con .gb-search-wrapper {
    width: 35px;
  }
}
.header-profile-wrp {
  height: 6rem;
  margin: 0 0 0 1.5rem;
  padding: 0 1rem;
  border-left: 1px solid #E7DFD3;
  min-width: 10.4375rem;
}
@media only screen and (max-width: 767px) {
  .header-profile-wrp {
    padding: 1rem ;
    height: auto;
    border-left: none;
    background: #1b1b1b;
    margin: 0;
    border-radius: 4px;
    display: block;
  }
}
.header-profile-wrp .profile-name-wrp {
  text-align: center;
  min-height: 3.4375rem;
  padding: 0rem 0rem 0rem 0rem;
  font-family: Calibri-bold;
  font-size: 0.875rem;
  letter-spacing: 0.125rem;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .header-profile-wrp .profile-name-wrp {
    min-height: auto;
    color: #ffffff;
    text-align: left;
  }
  .header-profile-wrp .profile-name-wrp .header-dropdown-image {
    display: none;
  }
}
.header-profile-wrp .profile-name-wrp .profile-username {
  text-align: left;
  text-transform: uppercase;
  max-width: 7rem;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  white-space: nowrap;
  letter-spacing: normal;
}
@media only screen and (max-width: 767px) {
  .header-profile-wrp .profile-name-wrp .profile-username {
    max-width: calc(70%);
  }
}
.header-profile-wrp .profile-options {
  z-index: 100;
  display: none;
  position: absolute;
  top: 6rem;
  left: 0;
  width: 100%;
  box-shadow: 0 22px 24px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .header-profile-wrp .profile-options {
    display: block !important;
    box-shadow: none;
    position: relative;
    top: initial;
    left: initial;
  }
}
.header-profile-wrp .profile-options:before {
  width: 0;
  height: 0;
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
  border-bottom: 0.8rem solid #1b1b1b;
  content: '';
  position: absolute;
  top: -0.7rem;
  right: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .header-profile-wrp .profile-options:before {
    display: none;
  }
}
.header-profile-wrp .profile-options .profile-default-options {
  background-color: #1b1b1b;
  padding: 0 1.125rem 0 0.9375rem;
  border-top: 1px solid;
}
@media only screen and (max-width: 767px) {
  .header-profile-wrp .profile-options .profile-default-options {
    border-top: none;
    padding: 0;
    background-color: transparent;
  }
}
.header-profile-wrp .profile-options .profile-default-options a {
  text-decoration: none;
}
.header-profile-wrp .profile-options .profile-default-options a:hover {
  color: initial;
}
.header-profile-wrp .profile-options .profile-default-options .profile-default-option {
  font-family: Calibri-bold;
  font-size: 0.875rem;
  line-height: 2.64;
  color: #ffffff;
  padding: 0.5rem 0;
  border-bottom: solid 1px #dcdcdc;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .header-profile-wrp .profile-options .profile-default-options .profile-default-option {
    padding: 0;
  }
}
.header-profile-wrp .profile-options .profile-default-options .profile-default-option:last-child {
  border-bottom: none;
}
.header-profile-wrp .profile-options .profile-default-options .profile-default-option:hover {
  font-family: Calibri-bold;
}
.header-profile-wrp .profile-options .profile-default-options .profile-default-option a {
  color: #4a4a4a;
}
.header-profile-wrp .profile-options .profile-enrol-btn {
  border-bottom: solid 1px #dcdcdc;
}
.header-profile-wrp .profile-options .profile-tic-options {
  background-color: #1b1b1b;
}
.header-profile-wrp .profile-options .profile-tic-options .prof-tic-header {
  padding: 0.4375rem;
  text-align: center;
  border-bottom: solid 1px rgba(151, 151, 151, 0.3);
}
.header-profile-wrp .profile-options .profile-tic-options .prof-tic-header .tic-platinum-title {
  display: inline-block;
  vertical-align: middle;
  font-family: Exmouth;
  font-size: 1.875rem;
  line-height: 1.2;
  color: #ffffff;
}
.header-profile-wrp .profile-options .profile-tic-options .prof-tic-content {
  padding: 0.625rem 0.875rem 0.6875rem;
  font-family: Calibri;
  font-size: 0.875rem;
  line-height: 1.07;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .header-profile-wrp .profile-options .profile-tic-options .prof-tic-content {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-profile-wrp .profile-options .profile-tic-options .prof-tic-content .prof-content-wrp [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.header-profile-wrp .profile-options .profile-tic-options .prof-tic-content .prof-content-wrp:nth-child(2) .prof-content-title,
.header-profile-wrp .profile-options .profile-tic-options .prof-tic-content .prof-content-wrp:nth-child(2) .prof-content-value {
  padding-bottom: 0.625rem;
}
.header-profile-wrp .profile-options .profile-tic-options .prof-tic-content .prof-content-wrp .prof-content-title {
  padding-top: 0.625rem;
  border-right: solid 1px rgba(151, 151, 151, 0.3);
}
@media only screen and (max-width: 767px) {
  .header-profile-wrp .profile-options .profile-tic-options .prof-tic-content .prof-content-wrp .prof-content-title {
    border-right: none;
  }
}
.header-profile-wrp .profile-options .profile-tic-options .prof-tic-content .prof-content-wrp .prof-content-value {
  padding-top: 0.625rem;
  text-align: right;
  letter-spacing: 0.05rem;
}
.header-profile-wrp .profile-options .profile-tic-options .prof-tic-content .prof-content-value-wrp {
  display: inline-block;
  width: 49%;
  padding-bottom: 0.625rem;
}
.header-profile-wrp .profile-options .profile-tic-options .prof-tic-content .point-summary-btn {
  margin-top: 0.625rem;
  width: 100%;
  font-size: 0.875rem;
}
.brand-tic .header-taj-link {
  display: none;
}
.navbar-heading {
  display: none;
  margin-top: 0.6875rem;
  margin-bottom: 0.9375rem;
}
.navbar-heading .header-taj-icon-mobile {
  height: 2.125rem;
  width: 3.4375rem;
  margin-left: 0.75rem;
  object-fit: contain;
}
.navbar-heading .header-mobile-back-btn {
  height: 1.375rem;
  margin-left: -0.8125rem;
  font-size: 2rem;
  margin-left: -2rem;
  font-size: 1.5rem;
  vertical-align: middle;
}
.navbar-heading .header-taj-link {
  color: var(--primaryColor);
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  line-height: 0.8;
  float: right;
  text-decoration: underline;
  padding-top: 0.9375rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-heading .header-taj-link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-heading {
    display: block;
  }
}
.nav-others .header-others-options {
  width: 16rem;
  right: initial;
  left: 0;
  font-size: 0.8rem;
}
.nav-others .header-others-options::after {
  top: -35px;
  right: initial;
  left: 50px;
}
@media only screen and (max-width: 991px) {
  .nav-others {
    border-bottom: 1px solid var(--primaryColor) !important;
  }
}
@media only screen and (max-width: 991px) {
  .book-a-stay-con {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .line-separator-con {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .header-form-mobile-view {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .nav-item-with-arrow img {
    float: right;
    padding-top: 0.5rem;
  }
}
.header-dropdown-image-selected {
  transform: rotate(180deg);
}
@media only screen and (max-width: 991px) {
  .header-dropdown-image-selected {
    padding-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .cm-header-dropdowns .box-with-top-arrow {
    position: unset;
    width: 100%;
  }
  .cm-header-dropdowns .box-with-top-arrow .cm-each-header-dd-item {
    margin: 0 -0.6rem;
    padding-right: 0;
    border-bottom: none;
    border-top: 1px solid rgba(151, 151, 151, 0.4);
  }
  .cm-header-dropdowns .box-with-top-arrow .cm-each-header-dd-item:first-child {
    padding-top: 0.5rem;
    margin-top: 0.5rem;
  }
  .cm-header-dropdowns .box-with-top-arrow .cm-each-header-dd-item a {
    width: 100%;
    display: inline-block;
  }
  .cm-header-dropdowns .box-with-top-arrow::after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cm-header-dropdowns .cm-each-header-dd-item {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 991px) {
  .log-spacing .header-dropdown-image {
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .nav-link-expanded {
    font-family: Calibri-Bold !important;
  }
}
.header-warpper .brand-logo-wrapper.is-taj-logo {
  display: block;
}
.vivanta-theme .header-warpper .brand-logo-wrapper.is-taj-logo,
.gateway-theme .header-warpper .brand-logo-wrapper.is-taj-logo,
.seleqtions-theme .header-warpper .brand-logo-wrapper.is-taj-logo {
  display: none;
}
.seleqtions-theme .is-seleqtions-logo.brand-logo-wrapper {
  display: block;
  position: relative;
  right: 0;
}
.seleqtions-theme .is-seleqtions-logo.brand-logo-wrapper img {
  width: 7rem;
  margin-top: 0.3rem;
  margin-right: 0rem;
}
@media only screen and (max-width: 767px) {
  .seleqtions-theme .is-seleqtions-logo.brand-logo-wrapper img {
    width: 5rem;
  }
}
.gateway-theme .is-gateway-logo.brand-logo-wrapper {
  display: block;
}
.vivanta-theme .brand-logo-wrapper.is-vivanta-logo {
  display: block;
}
.header-ihcl-icon-mobile {
  display: none !important;
}
@media only screen and (min-width: 992px) {
  .taj-header .nav-item {
    font-family: Calibri-Bold;
  }
}
/*Holiday scoping*/
@media only screen and (min-width: 992px) {
  .holiday-theme .header-warpper .navbar {
    height: 65px;
  }
  .holiday-theme .header-warpper .navbar .navbar-brand {
    align-self: flex-start;
  }
  .holiday-theme .header-warpper .navbar .brand-logo-wrapper.is-holiday-logo {
    top: 0;
  }
  .holiday-theme .header-warpper .navbar .brand-logo-wrapper.is-holiday-logo img {
    width: 60px;
    height: 60px;
  }
}
.navbar-brand {
  position: relative;
}
.navbar-brand a {
  display: block;
}
.navbar-brand .brand-image {
  object-fit: contain;
}
.navbar.brand-tic {
  height: 6rem;
  width: 90%;
  margin: auto;
}
.navbar.brand-tic .brand-image,
.navbar.brand-tic .taj-image {
  height: 4rem;
  width: auto;
  margin-top: -1rem;
}
.navbar.brand-tic .header-taj-icon-mobile {
  height: 4rem;
}
@media only screen and (max-width: 778px) {
  .navbar.brand-tic {
    width: 100%;
  }
}
@media only screen and (max-width: 375px) and (min-width: 319px) {
  .navbar.brand-tic .brand-image,
  .taj-image {
    height: 3.5rem;
  }
}
.header-warpper .brand-logo-wrapper .holidays-logo-image {
  width: 5rem !important;
  height: 3.3rem !important;
  margin-top: 0.5rem;
}
@media only screen and (min-width: 320px) and (max-width: 778px) {
  .header-warpper .brand-logo-wrapper .holidays-logo-image {
    margin-top: 0rem;
    width: 3.75rem !important;
    height: 3rem !important;
  }
}
.header-warpper .brand-logo-wrapper .chambers-logo {
  width: 10rem;
}
.navbar .chambers-Nav {
  width: 90%;
}
.navbar-light .chambers-brand-logo {
  width: 10%;
}
.header-warpper .brand-logo-wrapper .holidays-logo-image {
  width: 5rem !important;
  height: 3.3rem !important;
  margin-top: 0.5rem;
}
@media only screen and (min-width: 320px) and (max-width: 778px) {
  .header-warpper .brand-logo-wrapper .holidays-logo-image {
    margin-top: 0rem;
    width: 3.75rem !important;
    height: 3rem !important;
  }
}

.cm-page-container .banner-container .check-availability-main-wrap.search-container {
  bottom: 0;
}
@media only screen and (max-width: 991px) {
  .cm-page-container .banner-container .check-availability-main-wrap.search-container {
    position: static;
    bottom: unset;
    padding: 0rem;
    min-width: 100%;
  }
}
.mr-book-a-stay-component {
  display: none;
}
.mr-check-availability-container {
  cursor: pointer;
}
.mr-availability-check {
  width: 100%;
  height: 5rem;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1rem 2rem;
}
@media only screen and (max-width: 991px) {
  .mr-availability-check {
    display: none;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.19);
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.mr-edit-icon {
  width: 1.5625rem;
  height: 1.5625rem;
  margin: 1rem 0rem;
  margin-right: 0.5rem;
}
.mr-availability-info-mobile-wrap {
  display: inline-block;
}
.mr-edit-icon-wrap {
  display: inline-block;
  float: right;
}
.mr-availability-icon-wrap {
  display: inline-block;
  margin-left: 1rem;
}
span.roomCount {
  font-weight: bold;
}
.mr-availability-calendar-icon {
  width: 0.9375rem;
  height: 0.9375rem;
}
.mr-availability-check-search {
  font-family: Calibri;
  font-size: 1.25rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.mr-availability-check-title {
  font-family: Calibri;
  font-size: 0.875rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.88;
  letter-spacing: 2.3px;
  text-align: left;
  color: #ffffff;
  white-space: nowrap;
  margin-bottom: 0.6875rem;
}
.checked-rooms-details {
  display: inline-block;
  border-right: 1px solid #ffffff;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.checked-rooms-details:last-child {
  border-right: unset;
}
.checked-rooms-details:first-child {
  padding-left: unset;
}
.mr-mobile-availability-check {
  display: none;
  height: 4.0625rem;
  padding: 0.625rem 1rem;
  background-color: rgba(0, 0, 0, 0.51);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.19);
  top: 0;
  z-index: 6;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .mr-mobile-availability-check {
    display: block;
  }
}
.mr-mobile-availability-check .mr-destination-hotel {
  font-family: Calibri;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.mr-mobile-availability-check .mr-mobile-availability-details {
  position: relative;
}
.mr-mobile-availability-check .mr-mobile-availability-details.mr-mobile-checkInOut,
.mr-mobile-availability-check .mr-mobile-availability-details.mr-mobile-roomGuestsCount {
  font-family: Calibri;
  font-size: 0.875rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  padding-left: 0.8rem;
  padding-top: 0.5rem;
  display: inline-block;
}
.mr-mobile-availability-check .mr-mobile-checkInOut:after {
  content: '';
  position: absolute;
  right: 1rem;
  width: 0.125rem;
  height: 0.625rem;
  background-color: #fff;
  right: -0.5rem;
  top: 0.7rem;
}
.mr-mobile-availability-check .mr-mobile-availability-details.mr-mobile-checkInOut {
  padding-left: 0rem;
}
.mr-checkIn-checkOut-Date-hover {
  position: absolute;
  top: -85px;
  left: -20%;
  height: 72px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  padding: 1.0625rem 1.875rem;
}
.mr-checkIn-checkOut-Date-hover img {
  height: 2.4375rem;
  width: 2.4375rem;
  vertical-align: baseline;
  margin-right: 1.25rem;
}
.mr-checkIn-checkOut-Date-hover div {
  display: inline-block;
}
.mr-checkIn-checkOut-Date-hover div:last-child {
  width: 70%;
}
.mr-availability-check-hover {
  width: 50%;
  left: 0;
}
button.cm-btn-secondary.btn-edit-booking-details {
  height: auto !important;
  line-height: normal !important;
  padding: 0.4rem 0.875rem !important;
}

.banner-image-con {
    position: relative;
    text-align: center;
    color: #fff;
  /*height: 510px;*/
    height: 510px;
    height: 31.875rem;
}

@media only screen and (max-width: 991px) {
    .banner-image-con {
        height: auto;
    }
}

.cm-banner-image {
    width: 100%;
    height: 510px;
}

.cm-banner-image img {
    height: 100%;
}

.banner-titles {
    height: 180px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-family: Calibri;
}

.banner-titles .cm-header-label-con {
    display: inline-block !important;
    position: relative;
    margin-bottom: 30px !important;
}

.banner-titles .cm-header-label-con.title-decorator-border::after {
    left: 50%;
    margin-left: -50px;
}

.banner-titles .cm-header-label {
    color: #fff;
    font-size: 40px;
    text-shadow: 1px 5px 10px #000000;
}

.banner-titles .banner-label-below-title-lg {
    font-size: 40px;
}

.banner-titles .banner-label-below-title-sm {
    font-size: 20px;
    text-shadow: 1px 5px 10px #000000;
}

@media only screen and (max-width: 767px) {
    .banner-titles .cm-header-label-con{
        width: 90%;
    }   
}

@media only screen and (max-width: 480px) {
    .cm-banner-image {
        display: none;
    }

    .banner-label-below-title-lg {
        display: none;
    }

    .banner-label-below-title-sm {
        display: none;
    }

    .banner-titles {
        position: initial;
        height: initial;
        margin-top: 35px;
    }

    .banner-titles .cm-header-label {
        font-size: 30px;
        font-family: "Calibri-Bold";
        color: #4a4a4a;
        text-shadow: none;
    }

    .banner-titles .cm-header-label-con.title-decorator-border::after {
        left: 50%;
        margin-left: -50px;
        -ms-transform: none;
        transform: none;
    }

    .banner-titles .cm-header-label-con {
        margin-bottom: 0 !important;
    }
}

.banner-image-tint {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    /*background-image: radial-gradient(circle, transparent, rgba(0, 0, 0, 0.3));*/
	/*background-image: linear-gradient(-164deg, transparent 0%, #000000 126%);*/
	background: #000;
	opacity: 0.3;
}
 
.hotel-banner-image-con .dest-banner-titles {
    position: absolute;
    top: 122px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-family: Calibri;
}

.hotel-banner-image-con .dest-banner-titles .dest-banner-header-label-con {
    margin-bottom: 8px !important;
    line-height: initial;
    font-size: 40px;
    font-size: 2.5rem;
    font-family: Calibri-Bold;
    color: #fff;
    text-shadow: 0px 0px 20px #000;
}

.hotel-banner-image-con .dest-banner-titles .banner-label-below-title-sm {
    text-shadow: 0px 0px 20px #000;
    font-size: 20px;
    font-size: 1.25rem;
}

.hotel-banner-image-con .dest-banner-header-label-con {
    margin-bottom: 8px !important;
    line-height: initial;
}

.hotel-banner-image-con .banner-btn-con {
    margin-top: 25px;
}

.hotel-banner-date {
    border-right: 2px solid #fff;
    padding-right: 12px;
    padding-right: 0.75rem;
    line-height: 1.1;
    margin-right: 5px;
}

.cm-degree {
    height: 4px;
    width: 4px;
    display: inline-block;
    background: #fff;
    border-radius: 4px;
    vertical-align: text-top;
    margin: 2px;
    box-shadow: 0px 0px 15px 1px #000000;
}

.hotel-banner-btn {
    box-shadow: 0px 0px 10px 0px #000000;
}

.banner-label-hotel-details {
    margin-top: 25px;
    font-size: 20px;
    font-size: 1.25rem;
}

.banner-label-hotel-details .banner-label-hotel-name {
    font-family: Calibri-Bold;
    letter-spacing: 2.9px;
    text-decoration: underline;
    text-underline-position: under;
    text-shadow: 0px 0px 15px 1px #000000;
}

.banner-label-hotel-details .banner-label-hotel-loc {
    margin-top: 5px;
    letter-spacing: 2px;
}
 
.hotel-banner-header {
	font-size: 50px;
}

.hero-image {
	height: 500px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-position: center;
}

.hero-text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
}

.hotel-banner-rating-text {
	color: white;
	border: 2px solid green;
	background-color: green;
}

.hotel-banner-review-text {
	color: white;
	border: 2px transparent;
	background-color: transparent;
}

.banner-image-con {
	position: relative;
	text-align: center;
	color: #fff;
	/*height: 510px;*/
	height: 510px;
	height: 31.875rem;
}

@media only screen and (max-width: 991px) {
	.banner-image-con {
		height: auto;
	}
}

.cm-banner-image {
	width: 100%;
	height: 510px;
}

.banner-titles {
	height: 180px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	font-family: Calibri;
}

.banner-titles .cm-header-label-con {
	display: inline-block !important;
	position: relative;
	margin-bottom: 30px !important;
}

.banner-titles .cm-header-label-con.title-decorator-border::after {
	left: 50%;
	margin-left: -50px;
}

.banner-titles .cm-header-label {
	color: #fff;
	font-size: 40px;
	text-shadow: 1px 5px 10px #000000;
}

.banner-titles .banner-label-below-title-lg {
	font-size: 40px;
}

.banner-titles .banner-label-below-title-sm {
	font-size: 20px;
	text-shadow: 1px 5px 10px #000000;
}

@media only screen and (max-width: 480px) {
	.cm-banner-image {
		display: none;
	}
	.banner-label-below-title-lg {
		display: none;
	}
	.banner-label-below-title-sm {
		display: none;
	}
	/* .banner-titles {
		position: initial;
		height: initial;
		margin-top: 35px;
	} */
	.banner-titles .cm-header-label {
		font-size: 30px;
		font-family: "Calibri-Bold";
		color: #fff;
	}
	.banner-titles .cm-header-label-con.title-decorator-border::after {
		left: 50%;
		margin-left: -50px;
		-ms-transform: none;
		transform: none;
	}
	.banner-titles .cm-header-label-con {
		margin-bottom: 0 !important;
	}
}

.hotel-banner-btn {
	box-shadow: 0px 0px 10px 0px #000000;
	margin-right: 10px;
}

.hotel-banner-image-con .cm-banner-image img {
    height: 100%;
}

@media only screen and (max-width: 767px) {
	.holiday-theme .banner-titles{
		position:absolute;
	    margin: auto;
	    display: table;
    	width: 100%;
	}
	.holiday-theme .banner-titles .cm-header-label-con .cm-header-label{
		color: #ffffff;
	}	
	.holiday-theme .banner-titles .banner-label-below-title-sm{
		display:block;
	}
}
.specific-hotels-breadcrumb {
  font-size: 1rem;
  font-family: Calibri;
  margin-bottom: 1.5rem;
}
.specific-hotels-breadcrumb a {
  font-weight: bold;
  color: var(--primaryColor);
  text-decoration: underline;
}
.specific-hotels-breadcrumb span {
  color: #4a4a4a;
  margin: 0 0.3125rem;
}
.specific-hotels-breadcrumb span:last-child {
  margin: 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .specific-hotels-breadcrumb {
    display: block;
    margin-left: 1rem;
  }
}
.specific-hotels-breadcrumb.mobile-view-visible {
  display: block;
  background-color: #efeeee;
  margin-bottom: -1.5rem;
  mix-blend-mode: multiply;
  padding-left: 1.6rem;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .specific-hotels-breadcrumb.mobile-view-visible {
    display: none;
  }
}
.specific-hotels-breadcrumb.mr-reserve-a-table-breadcrumb .mr-reserve-table-pagenav {
  font-weight: bold;
  color: var(--primaryColor);
  text-decoration: underline;
}


.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: ">";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.cm-bas-con {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 10000000000000;
}
.modify-booking-disabled-state{
    opacity: 0.4;
    pointer-events: none;
}
.modify-occupancy-wrapper {
    display: inline-block;
    float: right;
}
.cm-bas-con.active {
    display: block !important;
}
.innercircle-logo{
    width: 85px;
    height: 60px;
    object-fit: contain;
}
.cm-bas-con .header-bas-container .header-bas-sub-section .bas-header-content.innercircle-logo-content{
    width: calc(100% - 100px) !important;
}
@media only screen and (max-width: 767px) {
    .innercircle-logo{
        width: 40px;
        height: 28px;
        float: left;
    }
    .cm-bas-con .header-bas-container .header-bas-sub-section .bas-header-content.innercircle-logo-content{
        width: calc(100% - 50px) !important;
    }
}

.search-container.check-availability-main-wrap.container.mr-stickyScroll .mr-checkIn-checkOut-Date-hover {
    display: none !important;
}

.cm-bas-con .bas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.cm-bas-con .cm-overlay {
    background: rgba(74, 74, 74, 0.55);
}

.cm-bas-con .cm-bas-content-con {
    position: absolute;
    width: 660px;
    background: #ffffff;
    box-shadow: 0 11px 12px 0 rgba(0, 0, 0, 0.05);
    top: 5%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 4%;
}

.cm-bas-con .bas-date-container-main-wrap {
    overflow: auto;
    position: absolute;
    top: 155px;
    /*bottom: 5px;*/
    bottom: 5rem;
    width: 100%;
    -ms-overflow-style: none;
}

@media only screen and (max-width: 767px) {
   .cm-bas-con .bas-date-container-main-wrap {
       /*position: relative;
       top: 0.5rem;*/
       top: 122px;
       bottom: 0;
   }
}

.cm-bas-con .bas-specialcode-container {
    padding: 1rem 2rem;
    border: solid 1px #e2e2e2;
    border-bottom: 0;
}

.cm-bas-con .bas-specialcode-container .special-code-wrap h2 {
    font-family: Calibri;
    font-size: 18px;
    text-align: left;
    color: #4a4a4a;
    float: left;
    letter-spacing: normal;
    margin: 0;
}

.cm-bas-con .bas-specialcode-container .special-code-wrap .bas-aroow-btn {
    float: right;
    width: 19px;
    height: 12px;
    cursor: pointer;
}

.cm-bas-con .bas-specialcode-container .special-code-wrap .bas-aroow-btn.arrow-btn {
  /* Chrome and other webkit browsers */
  /* FF */
  /* Opera */
    -ms-transform: rotate(180deg);
  /* IE9 */
    transform: rotate(180deg);
}

.cm-bas-con .bas-specialcode-container .bas-code-wrap {
    /*padding-top: 10px;*/
    padding-top: 0;
}

.cm-bas-con .bas-specialcode-container .bas-code-wrap.clearfix.active {
    display: none;
}

.cm-bas-con .bas-specialcode-container .bas-code-wrap .promo-code-wrap {
    display: table;
    width: 100%;
    margin-top: 0 !important;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .cm-bas-con .bas-specialcode-container .bas-code-wrap .promo-code-wrap {
        display: block;
        width: 100%;
    }
}

.cm-bas-con .bas-specialcode-container .bas-code-wrap .promo-code-wrap .promo-code-label-con {
    display: table-cell;
    width: 20%;
}

@media only screen and (max-width: 991px) {
    .cm-bas-con .bas-specialcode-container .bas-code-wrap .promo-code-wrap .promo-code-label-con {
        display: block;
        width: 100%;
    }
}

.cm-bas-con .bas-specialcode-container .bas-code-wrap .promo-code-wrap .promo-code-input-con,
.cm-bas-con .bas-specialcode-container .bas-code-wrap .promo-code-wrap .rate-code-input-con {
    display: table-cell;
    width: 75%;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .cm-bas-con .bas-specialcode-container .bas-code-wrap .promo-code-wrap .promo-code-input-con,
    .cm-bas-con .bas-specialcode-container .bas-code-wrap .promo-code-wrap .rate-code-input-con {
        display: block;
        width: 75%;
    }
}

.cm-bas-con .bas-specialcode-container .bas-code-wrap .promo-code-wrap .promo-code-input-con .promo-code-clear-input,
.cm-bas-con .bas-specialcode-container .bas-code-wrap .promo-code-wrap .rate-code-input-con .rate-code-clear-input {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 13px;
    right: 85px;
    z-index: 1;
    display: none;
    cursor: pointer;
}

.cm-bas-con .bas-specialcode-container .bas-code-wrap .promo-code-wrap .promo-code-input-con .apply-promo-code-btn,
.cm-bas-con .bas-specialcode-container .bas-code-wrap .promo-code-wrap .rate-code-input-con .apply-rate-code-btn {
	position: absolute;
    right: 0;
    top: 0;
    display: none;
    height: 37px !important;
    width: 80px !important;
    cursor: pointer;
}

.cm-bas-con .bas-specialcode-container .bas-code-wrap .promo-code-wrap .promo-code-input-con .promocode-status-text,
.cm-bas-con .bas-specialcode-container .bas-code-wrap .promo-code-wrap .rate-code-input-con .ratecode-status-text {
	position: relative;
    margin-bottom: -25px;
    min-height: 25px;
    font-family: Calibri;
    font-size: 16px;
    color: #4a4a4a;
}

.cm-bas-con .bas-specialcode-container .bas-code-wrap .promo-code-wrap label {
    font-family: Calibri;
    font-size: 18px;
    text-align: left;
    color: #4a4a4a;
    letter-spacing: normal;
    margin-right: 10px;
    line-height: 37px;
    margin-bottom: 0px;
}

.cm-bas-con .bas-specialcode-container .bas-code-wrap .promo-code-wrap input {
    line-height: 37px;
    height: 37px;
    border: solid 1px var(--primaryColorDark);
    padding: 9px 9px 9px 9px;
    box-sizing: border-box;
    font-size: 16px;
    width: 85%;
}

.cm-bas-con .bas-best-available-rate-container {
    padding: 1.25rem 2rem;
    background-color: #ffff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}

.cm-bas-con .bas-best-available-rate-container .best-avail-rate {
    float: right;
    letter-spacing: 1.8px;
    width: 199px;
    padding: 0px;
}

.cm-bas-con .bas-best-available-rate-container .bas-final-detail-wrap {
    float: left;
    text-align: center;
}

.cm-bas-con .bas-best-available-rate-container .bas-final-detail-wrap span {
    font-family: Calibri;
    font-size: 18px;
    text-align: left;
    color: #4a4a4a;
    line-height: 25px;
    line-height: 1.5625rem;
    padding-right: 18px;
    letter-spacing: normal;
}

.cm-bas-con .bas-best-available-rate-container .bas-final-detail-wrap span:last-child {
    padding-left: 10px;
}

.cm-bas-con .bas-best-available-rate-container .bas-final-detail-wrap span.room-border {
    padding-left: 10px;
    border-right: solid 1px #979797;
    border-left: solid 1px #979797;
}

.cm-bas-con .datepicker-dropdown.datepicker-orient-bottom:after {
    display: none;
}

.cm-bas-con .bas-datepicker-container {
    margin: 1.25rem 2rem 0 2rem;
}

.cm-bas-con .bas-datepicker-container .bas-calander-container.active {
    position: relative;
}

.cm-bas-con .bas-datepicker-container .bas-calander-container .form-control:focus {
    color: var(--primaryColor);
    box-shadow: none;
    background-color: transparent;
}

.cm-bas-con .bas-datepicker-container .bas-calander-container .datepicker {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0;
    border: 1px solid #e0dfdf;
    height: 305px;
    padding:10px 50px 0px 50px;
}

.cm-bas-con .bas-datepicker-container .bas-calander-container .datepicker table {
    width: 100%;
}

.cm-bas-con .bas-datepicker-container .bas-calander-container .datepicker table tr {
    border-bottom: 2px white solid;
}

.cm-bas-con .bas-datepicker-container .bas-calander-container .datepicker table tr td {
    padding: 0;
    height: 25px;
}

.cm-bas-con .bas-datepicker-container .bas-calander-container .datepicker table tr td.range.day {
	height: 20px;
}

@media only screen and (max-width: 767px) {
	.cm-bas-con .bas-datepicker-container .bas-calander-container .datepicker table tr td.range.day {
		height: 30px;
	}
}

.cm-bas-con .bas-datepicker-container .bas-calander-container .datepicker td.selected {
    float: none;
}

.cm-bas-con .bas-datepicker-container .bas-calander-container .datepicker td.selected:after {
    display: none;
}

.cm-bas-con .bas-datepicker-container .bas-calander-container .datepicker td.active,
.cm-bas-con .bas-datepicker-container .bas-calander-container .datepicker td.selected.day {
    background: none;
}

.cm-bas-con .bas-datepicker-container .bas-calander-container .datepicker td.active.selected.day,
.cm-bas-con .bas-datepicker-container .bas-calander-container .datepicker td.selected.day {
    position: relative;
    background-image: none !important;
}

.cm-bas-con .bas-datepicker-container .bas-calander-container .datepicker td.active.selected.day.range-start,
.cm-bas-con .bas-datepicker-container .bas-calander-container .datepicker td.selected.day.range-start,
.cm-bas-con .bas-datepicker-container .bas-calander-container .datepicker td.active.selected.day.range-end,
.cm-bas-con .bas-datepicker-container .bas-calander-container .datepicker td.selected.day.range-end {
    position: relative;
}

.cm-bas-con .bas-datepicker-container .bas-calander-container .datepicker td.active.selected.day.range-start::before,
.cm-bas-con .bas-datepicker-container .bas-calander-container .datepicker td.selected.day.range-start::before,
.cm-bas-con .bas-datepicker-container .bas-calander-container .datepicker td.active.selected.day.range-end::before,
.cm-bas-con .bas-datepicker-container .bas-calander-container .datepicker td.selected.day.range-end::before {
    display: table-cell;
    z-index: -2;
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    margin: auto;
    background-color: #eee;
}

.cm-bas-con .bas-datepicker-container .bas-calander-container .datepicker td.active.selected.day.range-start::after,
.cm-bas-con .bas-datepicker-container .bas-calander-container .datepicker td.selected.day.range-start::after,
.cm-bas-con .bas-datepicker-container .bas-calander-container .datepicker td.active.selected.day.range-end::after,
.cm-bas-con .bas-datepicker-container .bas-calander-container .datepicker td.selected.day.range-end::after {
    display: table-cell;
    z-index: -1;
    content: '';
    position: absolute;
    width: 44%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background-color: var(--primaryColorDark);
    border: none;
}

@media only screen and (max-width: 575px) {
   .cm-bas-con .bas-datepicker-container .bas-calander-container .datepicker td.active.selected.day.range-start::after,
 .cm-bas-con .bas-datepicker-container .bas-calander-container .datepicker td.selected.day.range-start::after,
 .cm-bas-con .bas-datepicker-container .bas-calander-container .datepicker td.active.selected.day.range-end::after,
 .cm-bas-con .bas-datepicker-container .bas-calander-container .datepicker td.selected.day.range-end::after {
       width: 75%;
   }
}

.cm-bas-con .bas-datepicker-container .bas-calander-container .datepicker td.active.selected.day.range-start.range-end::before,
.cm-bas-con .bas-datepicker-container .bas-calander-container .datepicker td.selected.day.range-start.range-end::before {
    display: none;
}

.cm-bas-con .bas-datepicker-container .bas-calander-container .datepicker td.active.selected.day.range-start::before,
.cm-bas-con .bas-datepicker-container .bas-calander-container .datepicker td.selected.day.range-start::before {
    right: 0;
}

.cm-bas-con .bas-datepicker-container .bas-calander-container .datepicker td.active.selected.day.range-end::before,
.cm-bas-con .bas-datepicker-container .bas-calander-container .datepicker td.selected.day.range-end::before {
    left: 0;
}

.cm-bas-con .bas-datepicker-container .bas-calander-container .datepicker .prev {
    color: transparent;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    z-index: -10;
}

.cm-bas-con .bas-datepicker-container .bas-calander-container .datepicker .next {
    color: transparent;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    z-index: -10;
}

.cm-bas-con .bas-datepicker-container .bas-calander-container .datepicker-dropdown.datepicker-orient-right:before {
    display: none;
}

.cm-bas-con .bas-datepicker-container .date-title-style {
    font-family: Calibri;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: right;
    color: #1b1b1b;
    display: table-cell;
    vertical-align: middle;
    width: auto;
}

.cm-bas-con .bas-datepicker-container .input-box-wrapper {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    position: relative;
}

.cm-bas-con .bas-datepicker-container .calendar-image {
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0;
    display: table;
    margin: auto;
    width: 25px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
	.cm-bas-con .bas-datepicker-container .calendar-image {
		top: 25%;
	}
}

.cm-bas-con .bas-datepicker-container .calendar-image.icon-calendar-check-availability{
	font-size: 2rem;
}
.cm-bas-con .bas-datepicker-container .bas-left-date-wrap {
    height: 54px;
    width: 50%;
    border: solid 0.9px #e0dfdf;
    border-top: 3px solid transparent;
    background-color: #f2f2f2;
    display: table;
    border-top: 3px solid transparent;
    padding-left: 1.5rem;
}

.cm-bas-con .bas-datepicker-container .bas-left-date-wrap.active {
    background-color: #ffffff;
    border-top: 3px solid var(--primaryColorDark);
}

.cm-bas-con .bas-datepicker-container .bas-right-date-wrap {
    height: 54px;
    width: 50%;
    border: solid 0.9px #e0dfdf;
    border-top: 3px solid transparent;
    background-color: #f2f2f2;
    display: table;
    border-top: 3px solid transparent;
    padding-left: 1.5rem;
}

.cm-bas-con .bas-datepicker-container .bas-right-date-wrap.active {
    background-color: #ffffff;
    border-top: 3px solid var(--primaryColorDark);
}

.cm-bas-con .bas-datepicker-container .bas-right-date-wrap:focus {
    outline: none;
}

.cm-bas-con .bas-hotel-details-container.active {
    margin-top: 334px;
}

.cm-bas-con .input-scroll-top {
    position: inherit;
}

.cm-bas-con .search-and-suggestions-wrapper .suggestions-wrap {
    z-index: 5;
}

.cm-bas-con .header-bas-container {
    background-color: #f2f2f2;
    padding: 10px 30px;
    position: relative;
}

.cm-bas-con .header-bas-container .header-bas-sub-section {
    font-family: Calibri;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: left;
    color: #4a4a4a;
    width: 47%;
    display: inline-block;
}

.cm-bas-con .header-bas-container .header-bas-sub-section .bas-brand-value-icon.rewards-icon {
    width: 54px;
    height: 38px;
    margin-top: 5px;
    margin-right: 0;
}

.bas-brand-value-icon.icon-taj-brand-reward{
	font-size: 4rem;
}
.icon-rewards-memberRates.bas-brand-value-icon.rewards-icon{
	font-size: 2.5rem;	
}
.cm-bas-con .header-bas-container .header-bas-sub-section .bas-brand-value-icon {
    display: inline;
    /*width: 52px;*/
    width: 20%;
    height: 65px;
    /*float: left;*/
    float: none;
    margin-right: 0;
    vertical-align: middle;
}

.cm-bas-con .header-bas-container .header-bas-sub-section .bas-header-content {
	display: inline-block;
	width: 77%;
	line-height: 1.2;
	vertical-align: middle;
	padding: 0 5px;
}

.cm-bas-con .header-bas-container .bas-direct-best {
    font-family: Calibri;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.08;
    text-align: left;
    color: #000000;
    width: 32%;
    display: inline-block;
}

.cm-bas-con .header-bas-container .bas-direct-best .bas-line {
    width: 95px;
    height: 1.7px;
    border: solid 1.7px var(--primaryColor);
    margin-top: 5px;
}

.cm-bas-con .bas-close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.cm-bas-con .bas-close.icon-close:before{
	font-size: 1.5rem;
}
.cm-bas-con .bas-room-details-container {
    margin: 0 2rem 2rem 2rem;
}

.cm-bas-con .bas-room-details-container .bas-about-room-container {
    background-color: #f2f2f2;
    margin: 0;
    padding: 0;
}

.cm-bas-con .bas-room-details-container .bas-about-room-container .bas-room-no,
.cm-bas-con .bas-room-details-container .bas-about-room-container .bas-add-room {
    width: 20%;
    float: left;
    text-align: center;
    list-style: none;
    padding: 15px;
    font-family: Calibri;
    font-size: 16px;
    color: #323232;
    border: solid 0.9px #e0dfdf;
    border-top: solid 3px transparent;
    border-bottom: none;
    position: relative;
}

.cm-bas-con .bas-room-details-container .bas-about-room-container .bas-active {
    background-color: #ffffff;
    border-top: solid 3px var(--primaryColorDark);    
}

.cm-bas-con .bas-room-details-container .bas-about-room-container .bas-add-room {
    float: right;
    padding: 15px 6px;
    color: var(--primaryColor);
    width: 20%;
    letter-spacing: 0.7px;
    font-weight: bold;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.cm-bas-con .bas-room-details-container .bas-room-details {
    border: solid 1px #e0dfdf;
    list-style: none;
    padding-left: 30px;
}

.cm-bas-con .bas-room-details-container .bas-room-details .bas-adult-no-container,
.cm-bas-con .bas-room-details-container .bas-room-details .bas-child-no-container {
    list-style: none;
    width: 44%;
    padding: 30px 0;
    border-bottom: solid 1px #e0dfdf;
    font-family: Calibri;
    font-size: 18px;
    color: #323232;
}

@media only screen and (min-width: 768px) {
	.cm-bas-con .bas-room-details-container .bas-room-details .bas-adult-no-container,
	.cm-bas-con .bas-room-details-container .bas-room-details .bas-child-no-container {
		border-bottom: 0;
		display: inline-block;
	}
	
	.cm-bas-con .bas-room-details-container .bas-room-details .bas-child-no-container {
		border-left: 1rem;
		padding-left: 1rem;
	}
	
	.cm-bas-con .bas-room-details-container .bas-room-details.bas-rel .bas-room-delete {
		top: unset;
	}
	
	.bas-no-of-adults .input-group:after {
		content: "";
    	border-right: solid 1px #e0dfdf;
    	padding-right: 1.5rem;
	}
	#booking-search .search-and-suggestions-wrapper .suggestions-wrap .suggestions-container {
	    height: 404px !important;
	}
	
	.cm-bas-con .bas-specialcode-container .bas-code-wrap .promo-code-wrap .promo-code-label-con {
		float: left;
		width: 10%;
	}
	.cm-bas-con .bas-specialcode-container .bas-code-wrap .promo-code-wrap .promo-code-input-con,
	.cm-bas-con .bas-specialcode-container .bas-code-wrap .promo-code-wrap .rate-code-input-con {
		float: left;
		width: 30%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	#booking-search .search-and-suggestions-wrapper .suggestions-wrap .suggestions-container {
	    height: 700px !important;
	}
}

@media only screen and (min-width: 992px) {
	.search-and-suggestions-wrapper #booking-search .suggestions-container {
	    height: 26.5rem;
	}
}

.cm-bas-con .bas-room-details-container .bas-room-details .bas-adult-no-container .bas-no-of-adults,
.cm-bas-con .bas-room-details-container .bas-room-details .bas-child-no-container .bas-no-of-adults,
.cm-bas-con .bas-room-details-container .bas-room-details .bas-adult-no-container .bas-no-of-child,
.cm-bas-con .bas-room-details-container .bas-room-details .bas-child-no-container .bas-no-of-child,
.cm-bas-con .bas-room-details-container .bas-room-details .bas-adult-no-container .bas-age-of-child,
.cm-bas-con .bas-room-details-container .bas-room-details .bas-child-no-container .bas-age-of-child {
    float: right;
}

.cm-bas-con .bas-room-details-container .bas-room-details .bas-adult-no-container .bas-no-of-adults .quantity-left-minus,
.cm-bas-con .bas-room-details-container .bas-room-details .bas-child-no-container .bas-no-of-adults .quantity-left-minus,
.cm-bas-con .bas-room-details-container .bas-room-details .bas-adult-no-container .bas-no-of-child .quantity-left-minus,
.cm-bas-con .bas-room-details-container .bas-room-details .bas-child-no-container .bas-no-of-child .quantity-left-minus,
.cm-bas-con .bas-room-details-container .bas-room-details .bas-adult-no-container .bas-age-of-child .quantity-left-minus,
.cm-bas-con .bas-room-details-container .bas-room-details .bas-child-no-container .bas-age-of-child .quantity-left-minus,
.cm-bas-con .bas-room-details-container .bas-room-details .bas-adult-no-container .bas-no-of-adults .quantity-right-plus,
.cm-bas-con .bas-room-details-container .bas-room-details .bas-child-no-container .bas-no-of-adults .quantity-right-plus,
.cm-bas-con .bas-room-details-container .bas-room-details .bas-adult-no-container .bas-no-of-child .quantity-right-plus,
.cm-bas-con .bas-room-details-container .bas-room-details .bas-child-no-container .bas-no-of-child .quantity-right-plus,
.cm-bas-con .bas-room-details-container .bas-room-details .bas-adult-no-container .bas-age-of-child .quantity-right-plus,
.cm-bas-con .bas-room-details-container .bas-room-details .bas-child-no-container .bas-age-of-child .quantity-right-plus {
    color: var(--primaryColor);
    width: 25px;
    height: 25px;
    padding: 0px;
    box-shadow: none;
}

.cm-bas-con .bas-room-details-container .bas-room-details .bas-adult-no-container .bas-quantity,
.cm-bas-con .bas-room-details-container .bas-room-details .bas-child-no-container .bas-quantity {
    border: none !important;
    height: 25px;
    width: 50px !important;
    text-align: center !important;
}

.cm-bas-con .bas-room-details-container .bas-room-details .bas-child-no-container {
    border: none;
}

.cm-bas-con .bas-room-details-container .bas-room-details .bas-room-delete {
    position: absolute;
    right: -48px;
    right: -3rem;
    top: -16px;
    top: -1rem;
    width: 24px;
    width: 1.5rem;
    height: 27px;
    height: 1.7rem;
    cursor: pointer;
}
.bas-room-delete.icon-delete-icon{
	font-size: 2rem;
}

.cm-bas-con .bas-room-details-container .bas-room-details .bas-quantity {
    border: none !important;
    width: 50px !important;
    text-align: center !important;
}

.dest-bas-search .search-and-suggestions-wrapper .searchBar-wrap {
    border-left: 10px solid var(--primaryColor)!important;
}

.dest-bas-search .search-and-suggestions-wrapper .searchBar-wrap .searchbar-input,
.dest-bas-search .search-and-suggestions-wrapper .searchBar-wrap .searchbar-input::-webkit-input-placeholder {
    font-size: 20px;
    letter-spacing: 0.6px;
    text-align: left;
    color: #4a4a4a;
    background: #ffffff;
}

.dest-bas-search .search-and-suggestions-wrapper .searchBar-wrap .searchbar-input,
.dest-bas-search .search-and-suggestions-wrapper .searchBar-wrap .searchbar-input::-moz-placeholder {
    font-size: 20px;
    letter-spacing: 0.6px;
    text-align: left;
    color: #4a4a4a;
    background: #ffffff;
}

.dest-bas-search .search-and-suggestions-wrapper .searchBar-wrap .searchbar-input,
.dest-bas-search .search-and-suggestions-wrapper .searchBar-wrap .searchbar-input:-ms-input-placeholder {
    font-size: 20px;
    letter-spacing: 0.6px;
    text-align: left;
    color: #4a4a4a;
    background: #ffffff;
}

.dest-bas-search .search-and-suggestions-wrapper .searchBar-wrap .searchbar-input,
.dest-bas-search .search-and-suggestions-wrapper .searchBar-wrap .searchbar-input::placeholder {
    font-size: 20px;
    letter-spacing: 0.6px;
    text-align: left;
    color: #4a4a4a;
    background: #ffffff;
}

.dest-bas-search .search-and-suggestions-wrapper .searchBar-wrap::before {
    display: none!important;
}

.dest-bas-search .search-and-suggestions-wrapper .searchbar-input {
    background-image: none !important;
    color: black!important;
}

.dest-bas-search .search-and-suggestions-wrapper .searchbar-input::-webkit-input-placeholder {
    color: black!important;
}

.dest-bas-search .search-and-suggestions-wrapper .searchbar-input::-moz-placeholder {
    color: black!important;
}

.dest-bas-search .search-and-suggestions-wrapper .searchbar-input:-ms-input-placeholder {
    color: black!important;
}

.dest-bas-search .search-and-suggestions-wrapper .searchbar-input::placeholder {
    color: black!important;
}

.dest-bas-search .search-and-suggestions-wrapper .explore-taj-content {
    display: none !important;
}

.dest-bas-search .suggestions-overlay,
.dest-bas-search .cm-overlay {
    background: none;
}

.dest-bas-search .suggestions-container {
    height: 731px!important;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .dest-bas-search .suggestions-container {
    	position:relative !important;
        top: 0 !important;
        right: 0% !important;
        left: 0% !important;
        height: auto !important;
        height: 70vh !important;
        width: auto !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dest-bas-search .suggestions-container {
        height: 475px !important;
    }
}

.bas-rel {
    position: relative;
}

.bas-mobile {
    display: none!important;
}

.bas-desktop {
    display: inline-block !important;
}

.bas-hide {
    display: none !important;
}

.bas-display {
    display: inline-block;
}

.input-daterange .input-box-wrapper input {
	letter-spacing: 0;
}


@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .input-daterange input {
        font-size: 20px !important;
    }

    .cm-bas-con .cm-bas-content-con {
        min-height: unset;
        /*bottom: 5%;*/
        bottom: 1rem;
        height: auto;
        width: auto;
        /*top: 5%;*/
        top: 1rem;
        left: 5%;
        right: 5%;
        z-index: 100;
        /*overflow-y: scroll;*/
        overflow-y: auto;
    }

    .cm-bas-con .cm-bas-content-con .bas-best-available-rate-container {
        padding-left: 10px;
        padding-right: 10px;
        background-color: #f7f7f7;
        padding-top: 0.5rem;
    	padding-bottom: 0.5rem;
    }

    .cm-bas-con .cm-bas-content-con .bas-final-detail-wrap {
        margin: 0 auto;
        width: 100%;
        float: none;
        padding-bottom: 10px;
    }

    .cm-bas-con .cm-bas-content-con .bas-final-detail-wrap span {
        font-size: 15px;
        padding-left: 4px;
        padding-right: 4px;
    }
    
    .cm-bas-con .cm-bas-content-con .bas-final-detail-wrap span:last-child {
    	padding-left: 4px;
        padding-right: 4px;
    }
    
    .cm-bas-con .bas-best-available-rate-container .bas-final-detail-wrap span.room-border {
    	padding-left: 4px;
    }

    .cm-bas-con .cm-bas-content-con .bas-final-detail-wrap .final-date-plan {
        padding-left: 0px;
    }

    .cm-bas-con .cm-bas-content-con .bas-specialcode-container .promo-code-wrap label {
        margin-bottom: 0;
        display: block;
    }

    .cm-bas-con .cm-bas-content-con .bas-specialcode-container .promo-code-wrap:last-child label {
        padding-left: 0px;
    }

    .cm-bas-con .cm-bas-content-con .bas-specialcode-container .promo-code-wrap:last-child label,
  	.cm-bas-con .cm-bas-content-con .bas-specialcode-container .promo-code-wrap:last-child:last-child input {
        float: none;
        display: block;
    }

    .cm-bas-con .cm-bas-content-con .best-avail-rate {
        display: table;
        margin: 0 auto;
        width: 200px;
        float: none;
    }

    .cm-bas-con .cm-bas-content-con .bas-datepicker-container {
        margin: 0;
    }

    .cm-bas-con .cm-bas-content-con .bas-datepicker-container .datepicker-dropdown {
        padding: 10px 10px 0px 10px;
        height: 400px;
    }

    .cm-bas-con .cm-bas-content-con .bas-datepicker-container .input-daterange input {
        font-size: 15px !important;
        padding-left: 2px;
        text-align: center;
    }

    .cm-bas-con .cm-bas-content-con .bas-datepicker-container .input-box-wrapper {
        width: auto;
    }

    .cm-bas-con .cm-bas-content-con .bas-datepicker-container .input-box-wrapper .calendar-image {
        right: 0.5rem;
        top: 0;
        width: 15px;
    }

    .cm-bas-con .cm-bas-content-con .bas-datepicker-container .bas-left-date-wrap {
        height: 50px;
        padding-left: 0.5rem;
    }

    .cm-bas-con .cm-bas-content-con .bas-datepicker-container .bas-right-date-wrap {
        height: 50px;
        padding-left: 0.5rem;
    }

    .cm-bas-con .cm-bas-content-con .bas-datepicker-container .date-title-style {
        padding-left: 8px;
        padding-right: 8px;
        height: 50px;
        text-align: right;
    }

    .cm-bas-con .cm-bas-content-con .bas-datepicker-container .selected {
        float: none!important;
    }

    .cm-bas-con .bas-close {
        width: 15px;
        height: 15px;
        top: 20%;
        right: 15px;
        cursor: pointer;
    }
}

.this-date-price {
    font-size: 12px;
    font-size: 0.75rem;
    color: #9b9b9b;
}

.this-date-text {
    font-size: 14px;
    font-size: 0.875rem;
    color: #4a4a4a;
}

@media only screen and (max-width: 360px) {
    .header-bas-container {
        padding: 10px 15px 10px 7px !important;
    }

    .bas-direct-best {
        width: 28% !important;
    }

    .bas-header-content {
        font-size: 10px !important;
    }

    .addroom {
        display: none;
    }

    .bas-add-room {
        height: 55px;
        line-height: 2;
        /*font-size: 25px!important;*/
        font-size: 1rem !important;
    }

    .cm-bas-con .bas-close {
        width: 15px;
        height: 15px;
        right: 12px;
        top: 10%;
        cursor: pointer;
    }
}

@media only screen and (max-width: 767px) {
    .bas-add-room {
        line-height: 1.5;
        /*font-size: 30px !important;*/
        font-size: 1rem !important;
    }
    
    .cm-bas-con .bas-specialcode-container {
    	padding: 0.5rem 1.25rem;
    	padding-bottom: 120px;
    }
    
    .cm-bas-con .bas-specialcode-container .bas-code-wrap {
    	padding-top: 0;
    }
    
    .cm-bas-con .bas-specialcode-container .bas-code-wrap .promo-code-wrap .promo-code-label-con {
    	display: none;
    }

    .addroom {
        display: none;
    }

    .cm-bas-con .cm-bas-content-con .header-bas-container {
        display: table;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 25px 10px 15px;
    }

    .cm-bas-con .cm-bas-content-con .header-bas-container .header-bas-sub-section {
        font-size: 12px;
        display: table-cell;
        width: 45%;
        vertical-align: top;
    }

    .cm-bas-con .cm-bas-content-con .header-bas-container .header-bas-sub-section .bas-brand-value-icon {
        height: auto;
        float: left;
        width: 30%;
        margin: 0;
        padding-right: 7px;
        box-sizing: border-box;
    }

    .cm-bas-con .cm-bas-content-con .header-bas-container .header-bas-sub-section .bas-header-content {
        float: left;
        width: 70%;
        font-size: 11px;
    }

    .cm-bas-con .cm-bas-content-con .header-bas-container .bas-direct-best {
        font-size: 15px;
        line-height: 1.3;
        display: table-cell;
        width: 28%;
        vertical-align: middle;
    }

    .cm-bas-con .cm-bas-content-con .header-bas-container .bas-direct-best .bas-line {
        width: 56px;
    }

    .cm-bas-con .cm-bas-content-con .bas-room-details-container {
        margin: 0px;
    }

    .cm-bas-con .cm-bas-content-con .bas-room-details-container .bas-room-header {
        font-family: Calibri;
        font-size: 16px;
        font-weight: bold;
        padding: 27px 20px;
        text-align: left;
        color: #323232;
        background-color: #f2f2f2;
        width: 100%;
        box-shadow: 0 11px 12px 0 rgba(0, 0, 0, 0.05);
        padding: 0.7rem 1rem !important;
    }

    .cm-bas-con .cm-bas-content-con .bas-room-details-container .bas-about-room-container .bas-room-no,
  .cm-bas-con .cm-bas-content-con .bas-room-details-container .bas-about-room-container .bas-add-room {
        font-size: 16px;
        padding: 0.5rem;
    }

    .cm-bas-con .cm-bas-content-con .bas-room-details-container .bas-about-room-container .bas-add-room {
        /*padding: 3px;*/
        padding: 0;
        font-size: 28px !important;
    }

    .cm-bas-con .cm-bas-content-con .bas-room-details-container .bas-room-details {
        padding: 0 20px;
        margin-bottom: 0px;
    }

    .cm-bas-con .cm-bas-content-con .bas-room-details-container .bas-room-details .bas-adult-no-container,
  .cm-bas-con .cm-bas-content-con .bas-room-details-container .bas-room-details .bas-child-no-container {
        font-size: 16px;
        padding: 1rem 0;
    }

    .cm-bas-con .cm-bas-content-con .bas-room-details-container .bas-room-details .bas-room-delete {
        width: 1.4rem;
        height: 1.6rem;
    }

    .cm-bas-con .bas-adult-no-container,
  	.cm-bas-con .bas-child-no-container {
        width: 100% !important;
    }

    .cm-bas-con .bas-mobile {
        display: inline-block !important;
    }

    .cm-bas-con .bas-desktop {
        display: none!important;
    }

    .dest-bas-search .search-and-suggestions-wrapper .searchBar-wrap .searchbar-input,
  .dest-bas-search .search-and-suggestions-wrapper .searchBar-wrap .searchbar-input::-webkit-input-placeholder {
        font-size: 16px;
    }

    .dest-bas-search .search-and-suggestions-wrapper .searchBar-wrap .searchbar-input,
  .dest-bas-search .search-and-suggestions-wrapper .searchBar-wrap .searchbar-input::-moz-placeholder {
        font-size: 16px;
    }

    .dest-bas-search .search-and-suggestions-wrapper .searchBar-wrap .searchbar-input,
  .dest-bas-search .search-and-suggestions-wrapper .searchBar-wrap .searchbar-input:-ms-input-placeholder {
        font-size: 16px;
    }

    .dest-bas-search .search-and-suggestions-wrapper .searchBar-wrap .searchbar-input,
  .dest-bas-search .search-and-suggestions-wrapper .searchBar-wrap .searchbar-input::placeholder {
        font-size: 16px;
    }

    .dest-bas-search .search-and-suggestions-wrapper .searchBar-wrap .searchbar-input {
        height: 50px;
    }

    .dest-bas-search .search-and-suggestions-wrapper .searchBar-wrap .search-icon {
        top: 15px;
    }

    .dest-bas-search .closeIconImg {
        display: none;
    }

    .bas-add-room {
        /*height: 55px;*/
        height: auto;
    }

    .bas-add-room .addroom {
        line-height: 1.5;
    }
}

@media only screen and (max-width: 991px) {
   .cm-bas-con .cm-bas-content-con .bas-room-details-container .bas-room-header {
       padding: 0.7rem 1rem !important;
   }
}

/* @media only screen and (max-width: 360px) {
	.cm-bas-con .bas-specialcode-container {
		padding-bottom: 100px;
	}
} */

.dummy-to-middle-align {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

a.best-avail-rate-anchor {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    width: 100%;
}

a.best-avail-rate-anchor:active,
a.best-avail-rate-anchor:hover {
    color: #fff;
    text-decoration: none;
}

.best-avail-rate-anchor {
	pointer-events: none;
}

#booking-search .search-and-suggestions-wrapper {
	z-index: 10001;
}

.cm-bas-con .header-bas-container .header-bas-sub-section.bas-direct-best {
	display: none;
}

.special-code-wrap.clearfix {
	display: none;
}

.cm-bas-con .bas-specialcode-container .bas-code-wrap .promo-code-wrap {
	display: none;
}
.bas-have-promo-code {
	font-family: Calibri;
    font-size: 16px;
    color: #323232;
}
.bas-have-promo-code .trigger-promo-code-input.cm-view-txt {
	font-size: 16px;
	cursor: pointer;
}

.close-promocode-section-con {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: table;
	margin: auto;
    width: 5%;
    text-align: center;
}

.close-promocode-section {
	margin-top: 0.625rem;
	cursor: pointer;
	font-size: 1rem !important;
}

.label-children-con {
	display: inline-block;
	position: relative;
}

.child-age-limit {
	position: absolute;
    right: -100%;
    font-size: 14px;
    left: 0;
    bottom: -1.25rem;
}

@media only screen and (max-width: 767px) {
	.cm-bas-con .bas-specialcode-container .bas-code-wrap .promo-code-wrap .promo-code-input-con,
	.cm-bas-con .bas-specialcode-container .bas-code-wrap .promo-code-wrap .rate-code-input-con {
    	width: 49%;
    	display: inline-block;
    	padding: 0 0 10px 0;
    	vertical-align: middle;
    }
    .close-promocode-section-con {
    	width: 9%;    	
    }
    .close-promocode-section-con .close-promocode-section {
    	margin-top: 0;
    }
    .child-age-limit {
    	right: -135%;
	    font-size: 12px;
	    left: 0;
	    bottom: -14px;
    }
}

span.icon-close.promo-code-clear-input,
span.icon-close.rate-code-clear-input {
    font-size: 1rem;
}
@media only screen and (max-width: 767px) {
	.bas-brand-value-icon.icon-taj-brand-reward{
		font-size: 2rem;
	}
	.icon-rewards-memberRates.bas-brand-value-icon.rewards-icon{
		font-size: 1.5rem;	
	}
	.cm-bas-con .bas-close.icon-close:before{
		font-size: 1.2rem;
	}
	.cm-bas-con .bas-datepicker-container .calendar-image.icon-calendar-check-availability{
		font-size: 1rem;
	}
	.bas-room-delete.icon-delete-icon{
		font-size: 1.5rem;
	}
	span.icon-close.promo-code-clear-input {
	    font-size: 0.8rem;
	}
}

.bas-room-no .bas-room-delete-close {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 50%;
    width: 20px;
    cursor: pointer;
}

.input-number{
	pointer-events: none;
}

.bas-room-no .bas-room-delete-close .icon-close {
	padding: 5px 5px 0 0;
	font-size: 0.6rem;
	font-weight: bold;
}
.datepicker {
    padding: 4px;
    border-radius: 4px;
    direction: ltr;
}

.datepicker-inline {
    width: 220px;
}

.datepicker-rtl {
    direction: rtl;
}

.datepicker-rtl.dropdown-menu {
    left: auto;
}

.datepicker-rtl table tr td span {
    float: right;
}

.datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 30px 50px 0px 50px;
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #999;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker table tr {
    width: 500px;
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 70px;
    height: 43px;
    border-radius: 4px;
    border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: #eee;
    cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #999;
    cursor: default;
}

.datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
    background-color: #fdf59a;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
    background-color: #fbf069 \9;
}

.datepicker table tr td.today:hover:hover {
    color: #000;
}

.datepicker table tr td.today.active:hover {
    color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #eee;
    border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
    background-color: #f3d17a;
    background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-radius: 0;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
    background-color: #f3e97a;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
    background-color: #efe24b \9;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background-color: var(--primaryColorDark);
    background-image: linear-gradient(to bottom, var(--primaryColorDark), var(--primaryColorDark));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--primaryColorDark)', endColorstr='var(--primaryColorDark)', GradientType=0);
    border-color: var(--primaryColorDark) var(--primaryColorDark) var(--primaryColorDark);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
    background-color: #808080;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
    background-color: #666666 \9;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: linear-gradient(to bottom, var(--primaryColorDark), var(--primaryColorDark));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--primaryColorDark)', endColorstr='var(--primaryColorDark)', GradientType=0);
    border-color: var(--primaryColorDark) var(--primaryColorDark) var(--primaryColorDark);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
    background-color: var(--primaryColorDark);
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
    background-color: #003399 \9;
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
    background: #eee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #999;
    cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    background-color: #006dcc;
    background-image: linear-gradient(to bottom, var(--primaryColorDark), var(--primaryColorDark));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--primaryColorDark)', endColorstr='var(--primaryColorDark)', GradientType=0);
    border-color: var(--primaryColorDark) var(--primaryColorDark) #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: var(--primaryColorDark);
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
    background-color: #003399 \9;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #999;
}

.datepicker .datepicker-switch {
    width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
    cursor: pointer;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    background: #eee;
}

.datepicker .prev.disabled,
.datepicker .next.disabled {
    visibility: hidden;
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.input-append.date .add-on,
.input-prepend.date .add-on {
    cursor: pointer;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    margin-top: 3px;
}

.input-daterange input {
    position: relative;
    cursor: pointer;
    font-family: Calibri;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1.9px;
    text-align: center;
    color: var(--primaryColor);
    background-color: transparent;
    padding: 0;
    padding-right: calc(3.5rem);
    width:100% !important;
}
@media only screen and (max-width: 767px) {
   .input-daterange input {
     padding-right: calc(1.6rem);
   } 
}

.input-daterange input[readonly] {
    background-color: transparent;
}

.input-daterange input:first-child {
    border: none;
}

.input-daterange input:last-child {
    border: none;
}

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
}

.form-control:focus {
    color: var(--primaryColor);
    box-shadow: none;
    background-color: transparent;
}

.search-container.mr-stickyScroll .search-row-wrap-mobile {
    display: none !important;
}

@media only screen and (max-width: 991px) {
    .search-container.mr-stickyScroll .filterByMobile {
        display: none !important;
    }
}

.search-container.mr-stickyScroll .search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel {
    padding: 0px !important;
    padding: 0rem !important;
}

.search-container {
  /*max-width: 1280/@rem;*/
  /*commented by Nixon*/
    width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .search-container.search-hotels-container {
        padding: 0rem 0.75rem;
    }

    .search-container.search-hotels-container .suggestions-container {
        top: 3.125rem !important;
        left: 0;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel.input-scroll-top .searchBar-wrap.show-on-map-view ~ .suggestions-wrap {
        margin-top: 3.125rem;
        position: fixed;
        top: 6.25rem;
        left: 0;
        right: 0;
        margin: 0 0.75rem;
        width: auto;
    }
}

@media only screen and (max-width: 991px) {
    .search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel.input-scroll-top .filter-dropdown-wrap.filterByMobile {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel.input-scroll-top .searchBar-wrap.show-on-map-view {
        top: 0rem;
        margin: 0rem;
    }

    .search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel.input-scroll-top .searchBar-wrap.show-on-map-view ~ .suggestions-wrap {
        margin-top: 3.125rem;
    }
}

@media only screen and (min-width: 992px) {
    .map-container.map-overlay .map-back-icon {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .map-container.map-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        background: #ffffff;
        height: 100%;
        width: 100%;
    }

    .map-container.map-overlay .map-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .map-container.map-overlay .map-back-icon {
        width: 0.75rem;
        height: 1.25rem;
        position: absolute;
        left: 1.25rem;
        top: 1.25rem;
    }

    .map-container.map-overlay .selected-location-hotels {
        display: none;
        position: absolute;
        bottom: 0.4375rem;
        min-height: 9.625rem;
        width: 100%;
    }
}

.search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .close-icon {
    top: 60px;
    top: 3.75rem;
    position: absolute;
    right: 12px;
    right: 0.75rem;
}

.search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap.show-on-map-view ~ .suggestions-wrap {
    z-index: 3;
    position: absolute;
    left: 0px;
    left: 0rem;
}

.search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap.show-on-map-view {
    position: fixed;
    margin: 0 12px;
    margin: 0 0.75rem;
    top: 55px;
    top: 3.4375rem;
    left: 0px;
    left: 0rem;
    right: 0px;
    right: 0rem;
    z-index: 4;
    background-color: #ffffff;
    box-shadow: 0.125rem 0.625rem 0.75rem 0 rgba(0, 0, 0, 0.05);
}

.search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap.show-on-map-view .filterByMobile {
    display: none !important;
}

.search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap {
    z-index: 2;
    background-color: #e6e6e6;
    padding-right: 41px;
    padding-right: 2.5625rem;
    box-shadow: 0rem 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 991px) {
    .search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap {
        padding-right: 0rem;
    }
}

.search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap::before {
    height: 60px;
    height: 3.75rem;
    left: 0px;
    left: 0rem;
}

@media only screen and (max-width: 991px) {
    .search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap::before {
        left: 0rem;
        width: 0.3125rem;
        height: 3.125rem;
    }
}

.search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap .explore-taj {
    width: 15px;
    width: 0.9375rem;
    height: 26px;
    height: 1.625rem;
    margin-left: 8px;
    margin-left: 0.5rem;
}

.search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap .search-icon {
    top: 22px;
    top: 1.375rem;
    left: 30px;
    left: 1.9rem;
}

@media only screen and (max-width: 991px) {
    .search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap .search-icon {
        left: 1rem;
        width: 1.125rem;
        height: 1.125rem;
        top: 0.875rem;
    }
}

.search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap .searchbar-input {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    height: 60px;
    height: 3.75rem;
    font-family: Calibri;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    letter-spacing: 0px;
    letter-spacing: 0.0375rem;
    color: #4a4a4a;
    width: 47%;
    background: transparent;
    box-shadow: none;
}

.search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap .searchbar-input::-webkit-input-placeholder {
    color: #4a4a4a;
    font-size: 20px;
    font-size: 1.25rem;
}

.search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap .searchbar-input::-moz-placeholder {
    color: #4a4a4a;
    font-size: 20px;
    font-size: 1.25rem;
}

.search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap .searchbar-input:-ms-input-placeholder {
    color: #4a4a4a;
    font-size: 20px;
    font-size: 1.25rem;
}

.search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap .searchbar-input::placeholder {
    color: #4a4a4a;
    font-size: 20px;
    font-size: 1.25rem;
}

@media only screen and (max-width: 991px) {
    .search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap .searchbar-input {
        height: 3.125rem;
        font-size: 1rem;
        padding-right: 0;
    }
}

.search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap .searchbar-input.hotel-search {
    padding-right: 20px;
    padding-right: 1.25rem;
}

@media only screen and (max-width: 991px) {
    .search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap .searchbar-input.hotel-search {
        padding-left: 2.8rem;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap .searchbar-input.hotel-search {
        padding-right: 2.5rem;
    }

    .search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap .searchbar-input.hotel-search ~ .clear-input-icon {
        margin-left: -2.5rem;
    }
}

.search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap .search-filters-container {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap .search-filters-container .filter-dropdown-wrap.country-filter {
    padding-right: 28px;
    padding-right: 1.8rem;
    margin-right: 28px;
    margin-right: 1.8rem;
    border-right: solid 2px #9b9b9b;
}

@media only screen and (max-width: 991px) {
    .search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap .search-filters-container .filter-dropdown-wrap.country-filter {
        padding-right: 0.9375rem;
        margin-right: 0rem;
        border-right: none;
        padding-left: 0.9375rem;
        border-left: solid 1px #979797;
    }
}

@media only screen and (max-width: 419px) {
    .search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap .search-filters-container .filter-dropdown-wrap.country-filter {
        padding-left: 0.625rem;
        padding-right: 0.3125rem;
    }
}

@media only screen and (max-width: 991px) {
    .search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap .search-filters-container .filter-dropdown-wrap.filterByMobile {
        position: absolute;
        right: 1.25rem;
        top: 4.5rem;
    }

    .search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap .search-filters-container .filter-dropdown-wrap.filterByMobile .filter-dropdown-label {
        color: #1b1b1b;
        font-weight: bold;
    }
}

.search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap .search-filters-container .filter-dropdown-wrap {
    display: inline-block;
    padding: 1px 0px;
    padding: 0.0625rem 0rem;
}

.search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap .search-filters-container .filter-dropdown-wrap .filter-dropdown-label {
    font-family: Calibri;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    color: #1b1b1b;
    margin-right: 20px;
    margin-right: 1.25rem;
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 991px) {
    .search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap .search-filters-container .filter-dropdown-wrap .filter-dropdown-label {
        font-size: 0.875rem;
        margin-right: 0.625rem;
        color: #4a4a4a;
    }
}

.search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap .search-filters-container .filter-dropdown-wrap .selectSubContainer {
    border-bottom: 2px solid rgba(27, 27, 27, 0.3);
    padding-bottom: 0px;
    padding-bottom: 0rem;
    display: inline-block;
    vertical-align: middle;
    min-width: 150px;
    min-width: 9.375rem;
}

.search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap .search-filters-container .filter-dropdown-wrap .selectSubContainer select {
    display: none;
}

@media only screen and (max-width: 991px) {
    .search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap .search-filters-container .filter-dropdown-wrap .selectSubContainer {
        width: 9.375rem;
    }
}

@media only screen and (max-width: 530px) {
    .search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap .search-filters-container .filter-dropdown-wrap .selectSubContainer {
        min-width: 0rem !important;
        width: 6.25rem !important;
    }
}

@media only screen and (max-width: 425px) {
    .search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap .search-filters-container .filter-dropdown-wrap .selectSubContainer {
        width: 5.3125rem !important;
    }
}

@media only screen and (max-width: 360px) {
    .search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap .search-filters-container .filter-dropdown-wrap .selectSubContainer {
        width: 4.0625rem !important;
    }
}

.search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap .search-filters-container .filter-dropdown-wrap .selectboxit-container * {
    font-family: Calibri;
    font-size: 16px;
    font-size: 1rem;
}

@media only screen and (max-width: 991px) {
    .search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap .search-filters-container .filter-dropdown-wrap .selectboxit-container * {
        font-size: 0.875rem;
    }
}

.search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap .search-filters-container .filter-dropdown-wrap .selectboxit-option-icon-container {
    margin-left: 0px !important;
    margin-left: 0rem !important;
}

@media only screen and (max-width: 991px) {
    .search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .searchBar-wrap .search-filters-container .filter-dropdown-wrap .selectboxit-container .selectboxit .selectboxit-text {
        font-size: 0.875rem !important;
    }
}

.search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .search-row-wrap-mobile {
    display: none;
    margin-top: 20px;
    margin-top: 1.25rem;
    padding-left: 5px;
    padding-left: 0.3125rem;
}

@media only screen and (max-width: 991px) {
    .search-and-suggestions-wrapper.search-and-suggestions-wrapper-hotel .search-row-wrap-mobile {
        display: block;
        background: transparent;
    }
}

.clear-input-icon {
    width: 19px;
    width: 1.1875rem;
    height: 19px;
    height: 1.1875rem;
    display: none;
    vertical-align: middle;
    margin-left: -20px;
    margin-left: -1.25rem;
    cursor: pointer;
    position: relative;
    z-index: 2;
    background-color: transparent;
    padding: 3px;
    padding: 0.1875rem;
}

.clear-input-icon.show-clear-input {
    display: inline-block;
}


.no-results-found{
	display:none;
	font-size:14px;
	text-align:center;
	margin-top: 20px;
	color:var(--primaryColor);
}

.mr-searchBar-HelloText {
    padding-left: 24px;
    padding-left: 1.5rem;
    font-family: Calibri;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 13px;
    margin-bottom: 0.8125rem;
    text-shadow: 2px 2px 9px rgba(0, 0, 0, 0.82);
}

@media only screen and (max-width: 767px) {
    .mr-searchBar-HelloText {
        font-size: 1rem;
    }
}

.suggestions-overlay {
    background: rgba(74, 74, 74, 0.55);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@media only screen and (max-width: 767px) {
    .search-and-suggestions-wrapper.input-scroll-top .searchBar-wrap {
        background-color: #ffffff;
        box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.05);
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
    }

    .search-and-suggestions-wrapper.input-scroll-top .searchBar-wrap .searchbar-input {
        background: #ffffff;
    }
}

.search-and-suggestions-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 6;
}

@media only screen and (min-width: 768px) {
    .search-and-suggestions-wrapper.disable-input-scroll-top {
        position: relative;
    }
}

.search-and-suggestions-wrapper .nav-prelogin-close {
    display: none;
}

.search-and-suggestions-wrapper .searchBar-wrap {
    position: relative;
    z-index: 6;
}

.search-and-suggestions-wrapper .searchBar-wrap::before {
    width: 10px;
    width: 0.625rem;
    height: 65px;
    height: 4.0625rem;
    content: "";
    position: absolute;
    left: 0px;
    z-index: 12;
    background-image: var(--linearGradient);
}

@media only screen and (max-width: 767px) {
    .search-and-suggestions-wrapper .searchBar-wrap::before {
        left: 0px;
    }
}

.search-and-suggestions-wrapper .searchBar-wrap .explore-taj {
    width: 15px;
    width: 0.9375rem;
    height: 26px;
    height: 1.625rem;
    margin-left: 8px;
    margin-left: 0.5rem;
}

.search-and-suggestions-wrapper .searchBar-wrap .search-icon {
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
    position: absolute;
    top: 24px;
    top: 1.5rem;
    left: 32px;
    left: 2rem;
    z-index: 12;
}

@media only screen and (max-width: 767px) {
    .search-and-suggestions-wrapper .searchBar-wrap .search-icon {
        width: 1.125rem;
        height: 1.125rem;
        left: 0.9375rem;
    }
}

.search-and-suggestions-wrapper .searchBar-wrap .searchbar-input {
    font-family: Calibri;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: normal;
    background: rgba(0, 0, 0, 0.7);
    height: 65px;
    height: 4.0625rem;
    padding-left: 64px;
    padding-left: 4rem;
    color: #ffffff;
    opacity: 0.9;
    width: 100%;
    outline: none;
    box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: none;
}

.search-and-suggestions-wrapper .searchBar-wrap .searchbar-input::-ms-clear {
    display: none;
}

.search-and-suggestions-wrapper .searchBar-wrap .searchbar-input::-webkit-input-placeholder {
    font-family: Calibri;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    text-overflow: ellipsis;
}

.search-and-suggestions-wrapper .searchBar-wrap .searchbar-input::-moz-placeholder {
    font-family: Calibri;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    text-overflow: ellipsis;
}

.search-and-suggestions-wrapper .searchBar-wrap .searchbar-input:-ms-input-placeholder {
    font-family: Calibri;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    text-overflow: ellipsis;
}

.search-and-suggestions-wrapper .searchBar-wrap .searchbar-input::placeholder {
    font-family: Calibri;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    text-overflow: ellipsis;
}

.search-and-suggestions-wrapper .searchBar-wrap .searchbar-input::-moz-placeholder {
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .search-and-suggestions-wrapper .searchBar-wrap .searchbar-input {
        font-size: 0.9375rem;
        padding-left: 2.8rem;
        padding-right: 2.5rem;
        color: #9b9b9b;
    }

    .search-and-suggestions-wrapper .searchBar-wrap .searchbar-input::-webkit-input-placeholder {
        font-size: 0.9375rem;
        color: #9b9b9b;
        text-overflow: ellipsis;
    }

    .search-and-suggestions-wrapper .searchBar-wrap .searchbar-input::-moz-placeholder {
        font-size: 0.9375rem;
        color: #9b9b9b;
        text-overflow: ellipsis;
    }

    .search-and-suggestions-wrapper .searchBar-wrap .searchbar-input:-ms-input-placeholder {
        font-size: 0.9375rem;
        color: #9b9b9b;
        text-overflow: ellipsis;
    }

    .search-and-suggestions-wrapper .searchBar-wrap .searchbar-input::placeholder {
        font-size: 0.9375rem;
        color: #9b9b9b;
        text-overflow: ellipsis;
    }
}

.search-and-suggestions-wrapper .searchBar-wrap .explore-taj-content {
    cursor: pointer;
    text-transform: uppercase;
    font-family: Calibri;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2.8px;
    text-align: center;
    color: var(--primaryColor);
    position: absolute;
    right: 48px;
    right: 3rem;
    top: 19px;
    top: 1.19rem;
}

@media only screen and (max-width: 767px) {
    .search-and-suggestions-wrapper .searchBar-wrap .explore-taj-content {
        display: none;
    }
}

.search-and-suggestions-wrapper .suggestions-wrap {
    position: relative;
    width: 100%;
}

.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container {
    width: 100%;
    border-radius: 0px 0px 3px 3px;
    background-color: #ffffff;
    box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.05);
    position: absolute;
    height: 406px;
    height: 25.375rem;
    overflow: auto;
    top: 0px;
}

.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .trending-suggestions-container .trending-explore,
.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .search-suggestions-container .trending-explore {
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 16px;
    padding-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
    .search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .trending-suggestions-container .trending-explore,
  .search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .search-suggestions-container .trending-explore {
        padding-bottom: 0;
    }
}

.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .trending-suggestions-container .trending-explore,
.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .search-suggestions-container .trending-explore,
.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .trending-suggestions-container .trending-search,
.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .search-suggestions-container .trending-search {
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
}

.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .trending-suggestions-container .trending-explore .destination-hotel-icon,
.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .search-suggestions-container .trending-explore .destination-hotel-icon,
.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .trending-suggestions-container .trending-search .destination-hotel-icon,
.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .search-suggestions-container .trending-search .destination-hotel-icon {
    margin-right: 16px;
    margin-right: 1rem;
    width: 12px;
    width: 0.75rem;
    height: 17px;
    height: 1.0625rem;
}

.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .trending-suggestions-container .trending-explore .trending-searches-in-taj .individual-trends,
.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .search-suggestions-container .trending-explore .trending-searches-in-taj .individual-trends,
.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .trending-suggestions-container .trending-search .trending-searches-in-taj .individual-trends,
.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .search-suggestions-container .trending-search .trending-searches-in-taj .individual-trends {
    font-family: Calibri;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #323232;
    padding: 10px 32px;
    padding: 0.625rem 2rem;
    display: block;
}

.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .trending-suggestions-container .trending-explore .trending-searches-in-taj .individual-trends:hover,
.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .search-suggestions-container .trending-explore .trending-searches-in-taj .individual-trends:hover,
.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .trending-suggestions-container .trending-search .trending-searches-in-taj .individual-trends:hover,
.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .search-suggestions-container .trending-search .trending-searches-in-taj .individual-trends:hover, .trending-search .trending-searches-in-taj .individual-trends.active {
    text-decoration: none;
    cursor: pointer;
    background-color: var(--primaryColorLighter);
}

@media only screen and (max-width: 767px) {
    .search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .trending-suggestions-container .trending-explore .trending-searches-in-taj .individual-trends,
  .search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .search-suggestions-container .trending-explore .trending-searches-in-taj .individual-trends,
  .search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .trending-suggestions-container .trending-search .trending-searches-in-taj .individual-trends,
  .search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .search-suggestions-container .trending-search .trending-searches-in-taj .individual-trends {
        padding: 1rem 2rem;
        font-size: 1rem;
    }
}

.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .trending-suggestions-container .trending-explore .trending-explore-taj-text,
.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .search-suggestions-container .trending-explore .trending-explore-taj-text,
.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .trending-suggestions-container .trending-search .trending-explore-taj-text,
.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .search-suggestions-container .trending-search .trending-explore-taj-text {
    font-family: Calibri;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 2px;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .trending-suggestions-container .trending-explore .trending-explore-taj-text,
  .search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .search-suggestions-container .trending-explore .trending-explore-taj-text,
  .search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .trending-suggestions-container .trending-search .trending-explore-taj-text,
  .search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .search-suggestions-container .trending-search .trending-explore-taj-text {
        font-size: 1rem;
    }
}

.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .trending-suggestions-container .trending-explore .explore-heading,
.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .search-suggestions-container .trending-explore .explore-heading,
.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .trending-suggestions-container .trending-search .explore-heading,
.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .search-suggestions-container .trending-search .explore-heading {
    margin: 32px;
    margin: 2rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
    .search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .trending-suggestions-container .trending-explore .explore-heading,
  .search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .search-suggestions-container .trending-explore .explore-heading,
  .search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .trending-suggestions-container .trending-search .explore-heading,
  .search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .search-suggestions-container .trending-search .explore-heading {
        margin: 1.5rem;
    }
}

.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .trending-suggestions-container .trending-explore .explore-taj-categories,
.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .search-suggestions-container .trending-explore .explore-taj-categories,
.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .trending-suggestions-container .trending-search .explore-taj-categories,
.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .search-suggestions-container .trending-search .explore-taj-categories {
    margin: 32px 32px 16px;
    margin: 2rem 2rem 1rem;
}

.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .trending-suggestions-container .trending-explore .explore-taj-categories .individual-category-explore,
.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .search-suggestions-container .trending-explore .explore-taj-categories .individual-category-explore,
.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .trending-suggestions-container .trending-search .explore-taj-categories .individual-category-explore,
.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .search-suggestions-container .trending-search .explore-taj-categories .individual-category-explore {
    font-family: Calibri;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--primaryColor);
    display: inline-block;
    margin-right: 32px;
    margin-right: 2rem;
}

.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .trending-suggestions-container .trending-explore .explore-taj-categories .individual-category-explore:hover,
.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .search-suggestions-container .trending-explore .explore-taj-categories .individual-category-explore:hover,
.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .trending-suggestions-container .trending-search .explore-taj-categories .individual-category-explore:hover,
.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .search-suggestions-container .trending-search .explore-taj-categories .individual-category-explore:hover {
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .trending-suggestions-container .trending-explore .explore-taj-categories,
  .search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .search-suggestions-container .trending-explore .explore-taj-categories,
  .search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .trending-suggestions-container .trending-search .explore-taj-categories,
  .search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .search-suggestions-container .trending-search .explore-taj-categories {
        margin: 1rem;
    }

    .search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .trending-suggestions-container .trending-explore .explore-taj-categories .individual-category-explore,
  .search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .search-suggestions-container .trending-explore .explore-taj-categories .individual-category-explore,
  .search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .trending-suggestions-container .trending-search .explore-taj-categories .individual-category-explore,
  .search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .search-suggestions-container .trending-search .explore-taj-categories .individual-category-explore {
        font-size: 1rem;
        margin-left: 1rem;
        margin-right: 2rem;
        margin-bottom: 1rem;
    }
}

.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .trending-suggestions-container .trending-search,
.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .search-suggestions-container .trending-search {
    border-bottom: unset;
}

.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .trending-suggestions-container .trending-search.hotels-trending,
.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .search-suggestions-container .trending-search.hotels-trending {
    border-bottom: solid 1px #e6e6e6;
}

.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .trending-suggestions-container .search-suggestion-common,
.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .search-suggestions-container .search-suggestion-common {
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
}

.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .trending-suggestions-container .search-suggestion-common .individual-common-suggesion,
.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .search-suggestions-container .search-suggestion-common .individual-common-suggesion {
    font-family: Calibri;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #4a4a4a;
    padding: 10px 32px;
    padding: 0.625rem 2rem;
    display: block;
}

.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .trending-suggestions-container .search-suggestion-common .individual-common-suggesion:hover,
.search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .search-suggestions-container .search-suggestion-common .individual-common-suggesion:hover {
    background-color: var(--primaryColorLighter);
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .trending-suggestions-container .search-suggestion-common .individual-common-suggesion,
  .search-and-suggestions-wrapper .suggestions-wrap .suggestions-container .search-suggestions-container .search-suggestion-common .individual-common-suggesion {
        padding: 1rem 2rem;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    .search-and-suggestions-wrapper .suggestions-wrap .suggestions-container {
    /*height: 100vh;*/
    /*Commented by Nixon*/
        height: initial;
        position: fixed;
        top: 4.0625rem;
        bottom: 0;
        left: 0;
        overflow: auto;
    }
}

@media only screen and (max-width: 767px) {
    .search-and-suggestions-wrapper {
        width: 100%;
    }
}

.display-none {
    display: none;
}

.disable-scroll {
    overflow: hidden;
}

.input-scroll-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: initial;
    transition: all 2s;
}

.close-icon {
    display: none;
}

@media only screen and (max-width: 767px) {
    .close-icon {
        position: absolute;
        right: 0;
        top: 1.4rem;
        right: 0.8rem;
    }
}

.closeIconImg {
    height: 20px;
    height: 1.25rem;
    width: 20px;
    width: 1.25rem;
}

@media only screen and (max-width: 767px) {
    .home-page-layout .searchbar-input {
        box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.05) !important;
    }
}

.cm-page-container .banner-container .check-availability-main-wrap.search-container {
  bottom: 0;
}
@media only screen and (max-width: 991px) {
  .cm-page-container .banner-container .check-availability-main-wrap.search-container {
    position: static;
    bottom: unset;
    padding: 0rem;
    min-width: 100%;
  }
}
button.cm-btn-secondary.btn-edit-booking-details {
  height: auto !important;
  line-height: normal !important;
  padding: 0.4rem 0.875rem !important;
}
.edit-booking-details-wrapper {
  text-align: right;
  align-self: center;
}
.mr-book-a-stay-component {
  display: none;
}
.mr-availability-calendar-icon.icon-calendar-check-availability:before {
  color: #ffffff !important;
  font-size: 1rem;
}
.mr-check-availability-container {
  cursor: pointer;
}
.mr-availability-check {
  width: 100%;
  height: 5rem;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1rem 2rem;
}
@media only screen and (max-width: 991px) {
  .mr-availability-check {
    display: none;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.19);
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.mr-edit-icon {
  width: 1.5625rem;
  height: 1.5625rem;
  margin: 1rem 0rem;
  margin-right: 0.5rem;
}
.mr-edit-icon.icon-edit:before {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.mr-availability-info-mobile-wrap {
  display: inline-block;
}
.mr-edit-icon-wrap {
  display: inline-block;
  float: right;
}
@media only screen and (max-width: 335px) {
  .mr-edit-icon-wrap {
    position: absolute;
    right: -2px;
    top: 11px;
  }
}
.mr-availability-icon-wrap {
  display: inline-block;
  margin-left: 1rem;
}
span.roomCount {
  font-weight: bold;
}
.mr-availability-calendar-icon {
  width: 0.9375rem;
  height: 0.9375rem;
}
.mr-availability-check-search {
  font-family: Calibri;
  font-size: 1.25rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  overflow: hidden;
  margin-right: 1.25rem;
}
.mr-availability-check-search .ca-target-selection {
  white-space: nowrap;
}
.mr-availability-check-title {
  font-family: Calibri;
  font-size: 0.875rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.88;
  letter-spacing: 2.3px;
  text-align: left;
  color: #ffffff;
  white-space: nowrap;
  margin-bottom: 0.6875rem;
}
.checked-rooms-details {
  display: inline-block;
  border-right: 1px solid #ffffff;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.checked-rooms-details:last-child {
  border-right: unset;
}
.checked-rooms-details:first-child {
  padding-left: unset;
}
.mr-mobile-availability-check {
  display: none;
  height: auto !important;
  padding: 0.625rem 1rem;
  background-color: rgba(0, 0, 0, 0.51);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.19);
  top: 0;
  z-index: 6;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .mr-mobile-availability-check {
    display: block;
  }
}
.mr-mobile-availability-check .mr-destination-hotel {
  font-family: Calibri;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.mr-mobile-availability-check .mr-mobile-availability-details {
  position: relative;
}
.mr-mobile-availability-check .mr-mobile-availability-details.mr-mobile-checkInOut,
.mr-mobile-availability-check .mr-mobile-availability-details.mr-mobile-roomGuestsCount {
  font-family: Calibri;
  font-size: 0.875rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  padding-left: 0.8rem;
  padding-top: 0.5rem;
  display: inline-block;
}
.mr-mobile-availability-check .mr-mobile-checkInOut:after {
  content: '';
  position: absolute;
  right: 1rem;
  width: 0.125rem;
  height: 0.625rem;
  background-color: #fff;
  right: -0.5rem;
  top: 0.7rem;
}
.mr-mobile-availability-check .mr-mobile-availability-details.mr-mobile-checkInOut {
  padding-left: 0rem;
}
.mr-checkIn-checkOut-Date-hover {
  position: absolute;
  top: initial !important;
  bottom: 58px;
  left: -7%;
  height: auto !important;
  width: 70%;
  background: #fff;
  border-radius: 2px;
  padding: 0.25rem 0.8125rem;
  display: none;
}
.mr-checkIn-checkOut-Date-hover .mr-checkIn-checkOut-Date-hover-icon {
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  width: 16%;
}
.mr-checkIn-checkOut-Date-hover .mr-checkIn-checkOut-Date-hover-text {
  display: inline-block;
  vertical-align: middle;
  width: 81% !important;
}
.mr-availability-check-hover {
  width: 52%;
  left: 0;
}

.tab-child-container {
  flex: 1;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-family: Calibri;
  font-size: 0.875rem;
  color: #4a4a4a;
  background: #fff;
  border-right: 1px solid #e2e2e2;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: capitalize;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 991px) {
  .tab-child-container {
    display: none;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 991px) {
  .tab-child-container:nth-child(1),
  .tab-child-container:nth-child(2) {
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 0.875rem;
    text-transform: capitalize;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .tab-child-container:nth-child(1),
  .tab-child-container:nth-child(2) {
    width: 33%;
    white-space: initial;
    height: auto !important;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding: 5px 0px;*/
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
  .tab-child-container:nth-child(1),
  .tab-child-container:nth-child(2) {
    width: 25%;
    font-size: 16px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
  .tab-child-container:nth-child(3) {
    display: block;
    width: 25%;
    height: 35px;
    line-height: 35px;
    font-size: 0.875rem;
    text-transform: capitalize;
    font-size: 16px;
  }
}
.tab-child-container:nth-child(1) {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.tab-child-container:nth-child(11) {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-right: none;
}
.tab-child-container:last-child {
  border-right: none;
}
.tab-child-container:nth-last-child(3) {
  border-right: none;
}
.destination-nav-Bar-wrapper .tab-child-container:nth-last-child(3) {
  border-right: 1px solid #e2e2e2;
}
.tab-child-container:hover,
.tab-child-container:active {
  color: #4a4a4a;
  text-decoration: none;
}
.selected {
  width: 9.09%;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-family: Calibri-Bold;
  color: #fff !important;
  background-image: linear-gradient(to bottom, var(--primaryColorLight), var(--primaryColor) 49%, var(--primaryColorDark)) !important;
  float: left;
  border-right: 1px solid #e2e2e2;
  cursor: pointer;
  position: relative;
}
.selected:hover,
.selected:active {
  text-decoration: none;
  color: #fff;
}
.selected:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-top: solid 5px var(--primaryColorDark);
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
}
.more-container-mobile {
  display: none;
  float: left;
  width: 33%;
  height: 35px;
  line-height: 35px;
  color: #4a4a4a;
  font-size: 0.875rem;
  text-align: center;
  background: #ffffff;
  cursor: pointer;
  text-transform: capitalize;
}
.more-container-mobile img {
  margin-left: 5px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
  .more-container-mobile img {
    margin-left: 1.25rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .more-container-mobile {
    display: block;
    width: 33%;
    height: auto;
    padding: 5px 0px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
  .more-container-mobile {
    display: block;
    width: 25%;
    font-size: 16px;
  }
}
.more-content-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 15;
  background: #fff;
  overflow-y: scroll;
}
.more-content-heading {
  font-family: Calibri-Bold;
  text-align: center;
  font-size: 1.5rem;
  color: #323232;
  position: relative;
  margin: 1.8125rem 0;
  padding: 0 0.625rem 0 2.625rem;
}
.more-content-heading .icon-prev-arrow {
  position: fixed;
  left: 1.25rem;
  top: 9px;
  width: 14px;
  height: 23px;
  cursor: pointer;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
  .more-tab-child-container:first-child {
    display: none;
  }
}
.more-tab-child-container {
  padding: 0 1.25rem;
}
.more-tab-child-container a {
  height: 55px;
  line-height: 55px;
  font-size: 0.875rem;
  color: #4a4a4a;
  display: block;
  letter-spacing: 1.1px;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  text-transform: uppercase;
}
.more-tab-child-container a:active {
  text-decoration: none;
}
.more-tab-child-container:last-child a {
  border-bottom: none;
}
.more-tab-child-container:hover,
.more-tab-child-container:active {
  background: var(--primaryColorLighter);
}
.cm-nav-tab-con {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .cm-nav-tab-con {
    padding: 0 1rem;
  }
}

.destination-nav-container {
  width: 32.0625rem;
  height: 2.5rem;
  margin: 1.875rem auto 1.5625rem;
  background: #fff;
  font-family: Calibri;
  border-radius: 2px;
  font-size: 1rem;
}
@media only screen and (max-device-width: 480px) {
  .destination-nav-container {
    width: 24.125rem;
  }
}
@media only screen and (max-device-width: 375px) {
  .destination-nav-container {
    width: 22.125rem;
  }
}
@media only screen and (max-device-width: 320px) {
  .destination-nav-container {
    width: 19rem;
    font-size: 0.875rem;
  }
}
.destination-nav-container a {
  width: 25%;
  height: 100%;
  float: left;
  text-align: center;
  line-height: 40px;
  color: #4a4a4a;
  border-right: solid 1px #e2e2e2;
}
.destination-nav-container a:last-child {
  border-right: none;
}
.destination-nav-container a:hover,
.destination-nav-container a:active {
  color: #4a4a4a;
  text-decoration: none;
}
.destination-nav-Bar-wrapper {
  display: flex;
  justify-content: center;
  /*Aded by Nixon*/
  width: 47%;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-device-width: 991px) {
  .destination-nav-Bar-wrapper {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .destination-nav-Bar-wrapper {
    width: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 991px) {
  nav.col-lg-12.clearfix.destination-nav-Bar-wrapper .tab-child-container:nth-child(1),
  nav.col-lg-12.clearfix.destination-nav-Bar-wrapper .tab-child-container:nth-child(2),
  nav.col-lg-12.clearfix.destination-nav-Bar-wrapper .tab-child-container:nth-child(3),
  nav.col-lg-12.clearfix.destination-nav-Bar-wrapper .tab-child-container:nth-child(4) {
    display: block;
    width: 25%;
    height: 2.1875rem;
    line-height: 2.1875rem;
    font-size: 0.8125rem;
  }
}

participating-hotels-search {
    position: absolute;
    right: 0;
    top: 21px;
    width: 43.2%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .participating-hotels-search {
        width: 100%;
        top: 96px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .participating-hotels-search {
        width: 92%;
        top: 96px;
        margin: 0 4%;
    }
}
.participating-hotels-search-wrap {
    width: 100%;
    height: 50px;
    background: #e6e6e6;
    position: relative;
}

.participating-hotels-search-wrap .search-input-section {
    display: inline-block;
    width: 55%;
    line-height: 43px;
    position: relative;
}

.participating-hotels-search-wrap .search-input-section img {
    height: 18px;
    width: 18px;
    margin-left: 17px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .participating-hotels-search-wrap .search-input-section img {
        margin-left: 10px;
    }
}

@media only screen and (min-width: 376px) and (max-width: 767px) {
    .participating-hotels-search-wrap .search-input-section img {
        margin-left: 10px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 375px) {
    .participating-hotels-search-wrap .search-input-section img {
        height: 12px;
        width: 12px;
        margin-left: 5px;
    }
}

.participating-hotels-search-wrap .search-input-section input {
    background: transparent;
    border: none;
    padding-left: 16px;
    width: 70%;
    font-size: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .participating-hotels-search-wrap .search-input-section input {
        width: 80%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .participating-hotels-search-wrap .search-input-section input {
        font-size: 16px;
    }
}

.participating-hotels-search-wrap .search-input-section input:focus {
    outline: none;
}

.participating-hotels-search-wrap .search-input-section .search-close {
    position: absolute;
    right: 5px;
    top: 35%;
    cursor: pointer;
    display: none;
}

.participating-hotels-search-wrap .search-input-section .search-input-suggestions-list {
    position: absolute;
    left: 0;
    top: 50px;
    width: 101%;
    background: #fff;
    z-index: 10;
    list-style-type: none;
    color: #323232;
    font-family: Calibri;
    font-size: 18px;
    box-shadow: 0 7px 14px 0 #9b9b9b;
    display: none;
    padding: 0;
}

.participating-hotels-search-wrap .search-input-section .search-input-suggestions-list li {
    height: 49px;
    line-height: 49px;
}

.participating-hotels-search-wrap .search-input-section .search-input-suggestions-list li label {
    margin: 0 12px;
    width: 94%;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.participating-hotels-search-wrap .search-input-section .search-input-suggestions-list li:last-child label {
    border-bottom: none;
}

.participating-hotels-search-wrap .search-input-section .search-input-suggestions-list li:hover,
.participating-hotels-search-wrap .search-input-section .search-input-suggestions-list li:active {
    background: var(--primaryColorLighter);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .participating-hotels-search-wrap .search-input-section {
        width: 46%;
    }
}

@media only screen and (min-width: 376px) and (max-width: 767px) {
    .participating-hotels-search-wrap .search-input-section {
        width: 50%;
    }
}

@media only screen and (max-width: 375px) {
    .participating-hotels-search-wrap .search-input-section {
        width: 46%;
    }
}

@media only screen and (max-width: 374px) {
    .participating-hotels-search-wrap .search-input-section {
        width: 40%;
    }
}

.participating-hotels-search-wrap .search-filter-section {
    display: inline-block;
    font-family: Calibri;
    font-size: 18px;
    vertical-align: middle;
    padding-left: 15px;
    border-left: 1px solid rgba(151, 151, 151, 0.4);
}

.participating-hotels-search-wrap .search-filter-section .search-filter-section-name {
    float: left;
    color: #4a4a4a;
}

.participating-hotels-search-wrap .search-filter-section .search-filter-section-choose {
    float: left;
    color: #9b9b9b;
    margin-left: 10px;
    width: 120px;
}

.participating-hotels-search-wrap .search-filter-section .search-filter-section-choose .selectSubContainer {
    width: 100%;
}

.participating-hotels-search-wrap .search-filter-section .search-filter-section-choose .selectSubContainer .selectboxit-text {
    max-width: 250px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .participating-hotels-search-wrap .search-filter-section .search-filter-section-choose .selectSubContainer .selectboxit-text {
        font-size: 14px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .participating-hotels-search-wrap .search-filter-section .search-filter-section-choose {
        width: 180px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .participating-hotels-search-wrap .search-filter-section .search-filter-section-choose {
        width: 90px;
    }
}

@media only screen and (max-width: 320px) {
    .participating-hotels-search-wrap .search-filter-section .search-filter-section-choose {
        width: 80px;
    }
}

.participating-hotels-search-wrap::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 5px;
    content: "";
    background-image: var(--linearGradient);
}


.offers {
    font-family: Calibri;
    font-size: 20px;
    font-size: 1.25rem;
    color: #323232;
}

.offers-header-wrapper {
    margin-bottom: 34px;
    margin-bottom: -1.875rem;
	position: relative;
}

.offers-header-wrapper a:hover{
    color: var(--primaryColor);
}

@media only screen and (max-device-width: 767px) {
    .offers-header-wrapper {
        margin-bottom: 21px;
    }
}

i.image-view-offers.icon-carousel-arrow-coloured-left {
    font-size: 1.2rem;
}

.offers-wrapper {
    /* margin-bottom: 38px; */
    /* margin-bottom: -1.375rem; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.offers-rooms {
    color: var(--primaryColor);
    display: inline;
    vertical-align: text-bottom;
}

@media only screen and (max-device-width: 767px) {
    .offers-rooms {
        font-size: 16px;
    }
    .offers-wrapper .cmp-title{
        width: 100%;
    }
}

.offers-rooms_caption {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 1;
    display: inline;
}

@media only screen and (max-device-width: 767px) {
    .offers-rooms_caption {
        font-size: 30px;
        display: inherit;
        margin: 10px 0;
    }
}

.offers-rooms_discountWrapper {
    display: inline-block;
    vertical-align: top;
    margin-left: 19px;
    margin-left: 1.1875rem;
}

@media only screen and (max-device-width: 767px) {
    .offers-rooms_discountWrapper {
        display: block;
        margin: 0 0 .5rem;
        position: inherit;
    }
}

.offers-rooms_discount {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: #417505;
    margin: 0 15px 15px;
    margin: 0 0.9375rem 0.9375rem;
    font-family: TrajanPro-Regular;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #ffffff;
    padding: 4px 19px 3px;
    padding: 0.25rem 1.1875rem 0.1875rem;
}

@media only screen and (max-device-width: 767px) {
    .offers-rooms_discount {
        font-size: 12px;
        margin: 0 0 10px;
    }
}

.offers-rooms_discount:after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    right: 0px;
    top: 0;
    content: "";
    border-left: 10px solid #ffffff;
    border-top: 12.5px solid transparent;
    border-bottom: 12.5px solid transparent;
}

.offers-rooms_customers {
    line-height: 1.14;
    font-size: 25px;
    font-size: 1.5625rem;
}

@media only screen and (max-device-width: 767px) {
    .offers-rooms_customers {
        font-size: 16px;
    }
}

.offers-rooms_desc {
    line-height: 1.39;
    color: #494949;
}

.image-view-offers {
    -o-object-fit: contain;
    object-fit: contain;
    display: inline;
    vertical-align: inherit;
    -ms-transform-origin: center;
    transform-origin: center;
    margin-right: 10px;
    margin-right: 0.625rem;
    margin-bottom: 1px;
}

.validity-line-container {
    display: inline-block;
    margin: 0 26px;
    margin: 0 1.625rem;
    position: relative;
}

.validity-line-container .validity-line-seperator {
    bottom: -17px;
    bottom: -1.0625rem;
    position: absolute;
    height: 55px;
    height: 2.4375rem;
    width: 1px;
    border: solid 0.5px #979797;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1023px) {
    .validity-line-container {
        display: none;
    }
}

.validity-container {
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    font-family: Calibri;
}
.validity-container .icon-clock{
    font-size: 1.5rem;
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.3rem;
}
.validity-container img {
    padding-right: 5px;
    padding-right: 0.3125rem;
}

.validity-container div:first-child {
    display: inline-block;
    margin-right: 10px;
    margin-right: 0.625rem;
    height: 35px;
    height: 2.1875rem;
    width: 28px;
    width: 1.75rem;
}

.validity-container .validity-heading {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.validity-container .validity-content {
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1023px) {
    .validity-container {
        display: block;
    }
}
.offers-rooms_desc p{
margin-bottom : 0;
        }
.black-out-wrapper{
    width: 100%
}
.discount-right-clipped-wrapper {
    display: inline-block;
}

.discount-right-clipped-wrapper .discount-right-clipped {
    font-family: Calibri;
    font-size: 23px;
    font-size: 1.4625rem;
    text-align: center;
    color: #ffffff;
    padding: 10px 0px 5px;
    padding: 0.625rem 0rem 0.3125rem;
    min-width: 260px;
    min-width: 16.25rem;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: bold;
}

.discount-right-clipped-wrapper .discount-customer-name {
    display: inline-block;
    font-family: Calibri;
    font-size: 25px;
    font-size: 1.575rem;
    line-height: 1.14;
    color: #323232;
    margin-left: 10px;
    margin-left: 0.625rem;
    vertical-align: middle;
    margin-top: 4px;
    margin-top: 0.25rem;
}

@media only screen and (max-width: 767px) {
    .discount-right-clipped-wrapper {
        display: block;
    }

    .discount-right-clipped-wrapper .discount-right-clipped {
        font-size: 1.05rem;
        padding: 0.375rem 0rem 0.125rem;
        min-width: 11.625rem;
        margin-left: -0.625rem;
    }

    .discount-right-clipped-wrapper .discount-customer-name {
        font-size: 1.13125rem;
        margin-left: 0rem;
    }
}

.offers {
    font-family: Calibri;
    font-size: 20px;
    font-size: 1.25rem;
    color: #323232;
}

.offers-header-wrapper {
    margin-bottom: 34px;
    margin-bottom: -1.875rem;
	position: relative;
}

.offers-header-wrapper a:hover{
    color: var(--primaryColor);
}

@media only screen and (max-device-width: 767px) {
    .offers-header-wrapper {
        margin-bottom: 21px;
    }
}

i.image-view-back-nav.icon-carousel-arrow-coloured-left {
    font-size: 1.2rem;
}

.offers-wrapper {
    /* margin-bottom: 38px; */
    /* margin-bottom: -1.375rem; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.offers-rooms, .back-nav-name {
    color: var(--primaryColor);
    display: inline;
    vertical-align: text-bottom;
}

@media only screen and (max-device-width: 767px) {
    .offers-rooms, .back-nav-name {
        font-size: 16px;
    }
    .offers-wrapper .cmp-title{
        width: 100%;
    }
}

.offers-rooms_caption {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 1;
    display: inline;
}

@media only screen and (max-device-width: 767px) {
    .offers-rooms_caption {
        font-size: 30px;
        display: inherit;
        margin: 10px 0;
    }
}

.offers-rooms_discountWrapper {
    display: inline-block;
    vertical-align: top;
    margin-left: 19px;
    margin-left: 1.1875rem;
}

@media only screen and (max-device-width: 767px) {
    .offers-rooms_discountWrapper {
        display: block;
        margin: 0 0 .5rem;
        position: inherit;
    }
}

.offers-rooms_discount {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: #417505;
    margin: 0 15px 15px;
    margin: 0 0.9375rem 0.9375rem;
    font-family: TrajanPro-Regular;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #ffffff;
    padding: 4px 19px 3px;
    padding: 0.25rem 1.1875rem 0.1875rem;
}

@media only screen and (max-device-width: 767px) {
    .offers-rooms_discount {
        font-size: 12px;
        margin: 0 0 10px;
    }
}

.offers-rooms_discount:after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    right: 0px;
    top: 0;
    content: "";
    border-left: 10px solid #ffffff;
    border-top: 12.5px solid transparent;
    border-bottom: 12.5px solid transparent;
}

.offers-rooms_customers {
    line-height: 1.14;
    font-size: 25px;
    font-size: 1.5625rem;
}

@media only screen and (max-device-width: 767px) {
    .offers-rooms_customers {
        font-size: 16px;
    }
}

.offers-rooms_desc {
    line-height: 1.39;
    color: #494949;
}

.image-view-back-nav {
    -o-object-fit: contain;
    object-fit: contain;
    display: inline;
    vertical-align: inherit;
    -ms-transform-origin: center;
    transform-origin: center;
    margin-right: 10px;
    margin-right: 0.625rem;
    margin-bottom: 1px;
}

.validity-line-container {
    display: inline-block;
    margin: 0 26px;
    margin: 0 1.625rem;
    position: relative;
}

.validity-line-container .validity-line-seperator {
    bottom: -17px;
    bottom: -1.0625rem;
    position: absolute;
    height: 55px;
    height: 2.4375rem;
    width: 1px;
    border: solid 0.5px #979797;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1023px) {
    .validity-line-container {
        display: none;
    }
}

.validity-container {
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    font-family: Calibri;
}
.validity-container .icon-clock{
    font-size: 1.5rem;
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.3rem;
}
.validity-container img {
    padding-right: 5px;
    padding-right: 0.3125rem;
}

.validity-container div:first-child {
    display: inline-block;
    margin-right: 10px;
    margin-right: 0.625rem;
    height: 35px;
    height: 2.1875rem;
    width: 28px;
    width: 1.75rem;
}

.validity-container .validity-heading {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.validity-container .validity-content {
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1023px) {
    .validity-container {
        display: block;
    }
}
.offers-rooms_desc p{
margin-bottom : 0;
        }
.black-out-wrapper{
    width: 100%
}

.back-nav-header-wrapper{
	font-family: Calibri-bold;
    font-size: 20px;
    font-size: 1.25rem;
    color: #323232;
}

.back-nav-room-container{
	padding-bottom: 2rem;
}
.discount-right-clipped-wrapper {
    display: inline-block;
}

.discount-right-clipped-wrapper .discount-right-clipped {
    font-family: Calibri;
    font-size: 23px;
    font-size: 1.4625rem;
    text-align: center;
    color: #ffffff;
    padding: 10px 0px 5px;
    padding: 0.625rem 0rem 0.3125rem;
    min-width: 260px;
    min-width: 16.25rem;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: bold;
}

.discount-right-clipped-wrapper .discount-customer-name {
    display: inline-block;
    font-family: Calibri;
    font-size: 25px;
    font-size: 1.575rem;
    line-height: 1.14;
    color: #323232;
    margin-left: 10px;
    margin-left: 0.625rem;
    vertical-align: middle;
    margin-top: 4px;
    margin-top: 0.25rem;
}

@media only screen and (max-width: 767px) {
    .discount-right-clipped-wrapper {
        display: block;
    }

    .discount-right-clipped-wrapper .discount-right-clipped {
        font-size: 1.05rem;
        padding: 0.375rem 0rem 0.125rem;
        min-width: 11.625rem;
        margin-left: -0.625rem;
    }

    .discount-right-clipped-wrapper .discount-customer-name {
        font-size: 1.13125rem;
        margin-left: 0rem;
    }
}

.inclusions-heading {
    font-weight: bold;
    font-size: 28px;
    font-size: 1.75rem;
    color: #323232;
    font-family: Calibri;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}
.stay-container {
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    font-weight: Calibri;
    color: #323232;
    width:38%;
    margin-bottom: 1.25rem;
}
.stay-img-con{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    min-width: 3.5rem;
}
.stay-img-con [class^="icon-"], 
.stay-img-con [class*=" icon-"]{    
    font-size: 2.5rem;
}
.stay-container div:first-child {
    margin-right: 16px;
    margin-right: 1rem;
    display: inline-block;
    height: 53px;
    height: 3.3125rem;
    width: 59px;
    width: 3.6875rem;
}

.stay-container .inclusions-stay-heading {
    display: inline-block;
    font-weight: bold;
    vertical-align: text-top;
}

.stay-container div:nth-child(3) {
    display: inline-block;
}

 .inclusions-stay-content {
    display: inline-block;
    vertical-align: text-top;
    width:68%;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .inclusions-stay-content{
		display: block !important;
        width:auto;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .stay-container {
        display: block;
        padding: 0!important;
        margin: 0 0 1rem !important;
    }
}

.inclusions-line-separator-container {
    display: inline-block;
    position: relative;
    margin: 0 40px;
    margin: 0 2.5rem;
}

.inclusions-line-separator-container .line-seperator {
    bottom: -20px;
    bottom: -1.25rem;
    position: absolute;
    height: 55px;
    height: 3.4375rem;
    width: 2px;
    width: 0.125rem;
    border: solid 1px #979797;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 991px) {
    .inclusions-line-separator-container {
        display: none;
    }
}

.conveniences-container {
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    font-weight: Calibri;
    color: #323232;
    width:55%;
    margin-bottom: 1.25rem;
}

.stay-container div:first-child {
    margin-right: 16px;
    margin-right: 1rem;
    display: inline-block;
    height: 53px;
    height: 3.3125rem;
    width: 59px;
    width: 3.6875rem;
}

.stay-container .inclusions-conveniences-heading {
    font-weight: bold;
    display: inline-block;
    vertical-align: text-top;
}

.stay-container div:nth-child(3) {
    display: inline-block;
}

.stay-container .inclusions-conveniences-content {
    display: inline-block;
    vertical-align: text-top;
    width:68%;
    margin-bottom: 1.25rem;
}

@media only screen and (min-device-width: 376px) and (max-device-width: 767px) {
    .stay-container .inclusions-conveniences-content {
        width: 40%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1023px) {
    .stay-container {
        margin-top: 35px;
    }
}

@media only screen and (min-width:992px) {
                                                .stay-container:nth-child(odd) {
                                                    border-right: 1px solid #979797;
                                                    padding-right: 1.25rem;
                                                }
                                                .stay-container:nth-child(even) {
                                                    padding-left: 1.25rem !important;
                                                }
                                                .stay-container:last-child {
                                                    border-right: 0;
                                                }
                                                .inclusions-container .stay-container:nth-child(odd) {
                                                    border-right:none;
                                                    padding-right:0;
                                                }
}
.stay-details-text-con {
    display: inline-block;
    width: calc(100% - 5rem);
    vertical-align: middle;
    padding-left: 1rem;
}
@media only screen and (max-width:767px) {
.stay-details-text-con {
	padding-left:0;
    vertical-align: top;
}
}
/*****************************************************
LESS compilation failed due a JavaScript error!

Input: /apps/tajhotels/components/content/holidays-destination/holidays-hotel-package-details/holidays-hotel-package-clientlibs/styles/less/holiday-offer.less
Error: NameError: variable @rem is undefined in /apps/tajhotels/components/content/holidays-destination/holidays-hotel-package-details/holidays-hotel-package-clientlibs/styles/less/holiday-offer.less on line 268, column 23:
267         margin-top: 15px;
268         font-size: 18/@rem;
269         font-family: Calibri-bold;


(uncompiled LESS src is included below)
*****************************************************/
.offers {
    font-family: Calibri;
    font-size: 20px;
    font-size: 1.25rem;
    color: #323232;
}

.offers-header-wrapper {
    margin-bottom: 34px;
    margin-bottom: 2.125rem;
}

@media only screen and (max-device-width: 767px) {
    .holidays-hotel-package-details .mobile-default-space{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .offers-header-wrapper {
        margin-bottom: 21px;
    }
}

.offers-wrapper {
    margin-bottom: 38px;
    margin-bottom: 2.375rem;
}

.offers-rooms {
    color: var(--primaryColor);
    display: inline;
}

@media only screen and (max-device-width: 767px) {
    .offers-rooms {
        font-size: 16px;
    }
}

.offers-rooms_caption {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 1;
    display: inline;
}

@media only screen and (max-device-width: 767px) {
    .offers-rooms_caption {
        font-size: 30px;
        display: inherit;
        margin: 10px 0;
    }
}

.offers-rooms_discountWrapper {
    display: inline-block;
    vertical-align: top;
    margin-left: 19px;
    margin-left: 1.1875rem;
}

@media only screen and (max-device-width: 767px) {
    .offers-rooms_discountWrapper {
        display: block;
        margin: 0 0 .5rem;
        position: inherit;
    }
}

.offers-rooms_discount {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: #417505;
    margin: 0 15px 15px;
    margin: 0 0.9375rem 0.9375rem;
    font-family: TrajanPro-Regular;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #ffffff;
    padding: 4px 19px 3px;
    padding: 0.25rem 1.1875rem 0.1875rem;
}

@media only screen and (max-device-width: 767px) {
    .offers-rooms_discount {
        font-size: 12px;
        margin: 0 0 10px;
    }
}

.offers-rooms_discount:after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    right: 0px;
    top: 0;
    content: "";
    border-left: 10px solid #ffffff;
    border-top: 12.5px solid transparent;
    border-bottom: 12.5px solid transparent;
}

.offers-rooms_customers {
    line-height: 1.14;
    font-size: 25px;
    font-size: 1.5625rem;
}

@media only screen and (max-device-width: 767px) {
    .offers-rooms_customers {
        font-size: 16px;
    }
}

.offers-rooms_desc {
    line-height: 1.39;
    color: #494949;
    font-size: 1rem; 
}

.image-view-offers {
    -o-object-fit: contain;
    object-fit: contain;
    display: inline;
    vertical-align: inherit;
    -ms-transform-origin: center;
    transform-origin: center;
    margin-right: 10px;
    margin-right: 0.625rem;
    margin-bottom: 1px;
}

.validity-line-container {
    display: inline-block;
    margin: 0 26px;
    margin: 0 1.625rem;
    position: relative;
    height: 65%;
}

.validity-line-container .validity-line-seperator {
    top: 17.5%;
    position: absolute;
    height: 55px;
    height: 3.4375rem;
    width: 1px;
    border: solid 0.5px #979797;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1023px) {
    .validity-line-container {
        display: none;
    }
}

.validity-container {
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    font-family: Calibri;
}

.validity-container img {
    padding-right: 5px;
    padding-right: 0.3125rem;
}

.validity-container div:first-child {
    display: inline-block;
    margin-right: 10px;
    margin-right: 0.625rem;
    height: 35px;
    height: 2.1875rem;
    width: 28px;
    width: 1.75rem;
}

.validity-container .validity-heading {
    font-weight: bold;
    display: inline-block;
}

.validity-container .validity-content {
    display: inline-block;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1023px) {
    .validity-container {
        display: block;
    }
}

.black-out-wrapper .title {
    margin-top: 15px;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: Calibri-bold;
    line-height: 1.2;
    color: #000000;
}

.black-out-wrapper .dates-wrapper {
    margin-top: 10px;
    margin-top: 0.625rem;
    line-height: 1.2;
}

.black-out-wrapper .dates-wrapper .dates {
    font-size: 16px;
    font-size: 1rem;
    font-family: Calibri;
    color: #000000;
    margin-right: 15px;
}


.Terms-cond {
    width: 100%;
    font-family: Calibri;
    color: var(--primaryColor);
    font-size: 20px;
    font-size: 1.25rem;
}

.Terms-cond-head-wrapper {
    cursor: pointer;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.Terms-cond-desc {
    line-height: 1.39;
    color: #ababab;
    display: none;
    margin-top: 23px;
    margin-top: 1.4375rem;
}

@media only screen and (max-device-width: 767px) {
    .Terms-cond-desc {
        line-height: 1.4;
        font-size: 1rem;
    }
}

.Terms-cond-header {
    border-bottom: 1px solid var(--primaryColor);
    font-size: 20px;
    font-size: 1.25rem;
    display: inline;
}

.image-view {
    transition: all .1s;
    margin-left: 11px;
    margin-left: 0.6875rem;
}

.image-view.up {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.black-out-wrapper {
    .title {
        margin-top: 15px;
        font-size: 18/@rem;
        font-family: Calibri-bold;
        line-height: 1.2;
        color: #000000;
    }

    .dates-wrapper {
        margin-top: 10/@rem;
        line-height: 1.2;

        .dates {
            font-size: 16/@rem;
            font-family: Calibri;
            color: #000000;
            margin-right: 15px;
        }
    }
}
.present-rate {
    margin-top: 0px;
}
    .price-title {
        font-family: Calibri !important;
        font-size: 20px !important;
        margin-right: 10px;
    }

.present-rate span {
    font-family: Calibri-bold;
    font-size: 30px;
    font-size: 1.875rem;
}
.present-rate-inner-wrp{
    display: inline-block;
}
.inclusions-container [class*="col-"]:nth-child(even) .inclusions-line-separator-container{
        display: none;
}

.inclusions-container [class*="col-"]:last-child .inclusions-line-separator-container{
        display: none;
}

@media only screen and (max-width:767px) {
    .present-rate-inner-wrp{
        display: block;
    }
    .present-rate span {     
        font-size: 20px;        
    }
    .price-title {     
        font-size: 16px !important;        
    }
	.inclusions-container [class*="col-"] {
		padding: 0 !important;
    }
}

.inclusions-each-text {
    width: 77%;
    display: inline-block;
    margin-left: 5px;
    line-height: 1;

}
.inclusions-each-text div {
		display: inline-block;
    }
.stay-container {
	width:90%;
    vertical-align: top;
}
.inclusions-stay-content {
	max-width: 70%;
}
.stay-img-con {
	height: 2.3125rem !important;
    width: 2.625rem !important;
}
.stay-img-con img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
    .inclusions-stay-content {
        max-width: 62%;
    }
	.inclusions-container [class*="col-"] {
        height: max-content;
	}
}

@media only screen and (max-device-width: 767px) {    
	.inclusions-stay-content {
        max-width: 59%;
    }
    .stay-container {
        margin-right: 0 !important;
        width: 100%;
    }
    .validity-container{
        margin-left: 0 !important;
    }
}

.book-offer-button {
    text-align: left;
    padding-top: 0px;
}



.offers-rooms_caption {
	position: relative;
}

.offers-rooms_caption::after {
	position: absolute;
    right: -1rem;
    top: 0;
    background: rgba(0,0,0,0.45);
    height: 95%;
	width: 1px;
    content: "";
}

.offers-room-container .validity-line-container {
	display: none !important;
}

.validity-container {
	margin-left: 1.875rem;
    vertical-align: super;    
}
.inclusions-heading {
  font-weight: bold;
  font-size: 28px;
  font-size: 1.75rem;
  color: #323232;
  font-family: Calibri;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.stay-container {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: Calibri;
  color: #323232;
  vertical-align: top;
}
.stay-container div:first-child {
  margin-right: 16px;
  margin-right: 1rem;
  display: inline-block;
  height: 53px;
  height: 3.3125rem;
  width: 90px;
  width: 5.625rem;
}
.stay-container .inclusions-stay-heading {
  display: inline-block;
  font-weight: bold;
  vertical-align: text-top;
}
.stay-container div:nth-child(3) {
  display: inline-block;
}
.stay-container .inclusions-stay-content {
  display: inline-block;
  vertical-align: text-top;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .stay-container {
    display: block;
    margin: 0 0 1rem;
  }
  .stay-img-con {
    vertical-align: top;
  }
  .stay-container .inclusions-stay-heading {
    height: auto !important;
  }
  .stay-container .inclusions-each-text div {
    display: inline !important;
    margin: 0 !important;
    line-height: normal;
  }
}
.inclusions-line-separator-container {
  display: inline-block;
  position: relative;
  margin: 0 40px;
  margin: 0 0.5rem;
  height: 65%;
  vertical-align: top;
}
.inclusions-line-separator-container .line-seperator {
  top: 17.5%;
  position: absolute;
  height: 100%;
  width: 2px;
  width: 0.125rem;
  border: solid 1px #979797;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 991px) {
  .inclusions-line-separator-container {
    display: none;
  }
}
.conveniences-container {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: Calibri;
  color: #323232;
}
.conveniences-container div:first-child {
  margin-right: 16px;
  margin-right: 1rem;
  display: inline-block;
  height: 53px;
  height: 3.3125rem;
}
.conveniences-container .inclusions-conveniences-heading {
  font-weight: bold;
  display: inline-block;
  vertical-align: text-top;
}
.conveniences-container div:nth-child(3) {
  display: inline-block;
}
.conveniences-container .inclusions-conveniences-content {
  display: inline-block;
  vertical-align: text-top;
}
@media only screen and (min-device-width: 376px) and (max-device-width: 767px) {
  .conveniences-container .inclusions-conveniences-content {
    width: 40%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1023px) {
  .conveniences-container {
    margin-top: 35px;
  }
}

.book-offer-button {
	text-align: center;
    padding-top: 10px;
}
.footer-component {
    padding: 20px 20px 40px;
    padding: 1.25rem 1.25rem 2.5rem;
    font-family: Calibri;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.06;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    text-align: left;
    color: #1b1b1b;
    background-color: #efeeee;
}
.cart-layout .footer,
.footer-padding-for-cart-info{
    padding-bottom: 100px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .cart-layout .footer,
    .footer-padding-for-cart-info{
        padding-bottom: 80px;    
    }
}

i.icon-STAR-TAJ {
    font-size: 5rem;
}

footer .cm-warning-box-con{
    display:none;
}

footer .taj-loader{
    display:none;
}

footer .jiva-spa-form-row{
    margin-bottom:0;
}
footer .disclaimer{
    text-align:left;
    font-size: 1rem;
    line-height: 1.3;
    letter-spacing: normal;
}
footer ol li{
    list-style: decimal;
}
footer .jiva-spa-form-btn{
    display:none;
}
footer .cm-warning-box-inner-wrap{
    width:80%;
    margin:auto;
}

footer .jiva-spa-form-hotel-details,footer .jiva-spa-form-name-details{
    width:50%;
}

footer .jiva-spa-form-right-section{
    width:65%;
}

footer .success,footer .error{
    display:none;
}
footer .cm-warning-box-main{
    position:relative;
}
footer form{
	margin-bottom:10px;
}

@media screen and (max-width: 991px) {
	footer .cm-warning-box-inner-wrap{
		width:100%;
	}
	footer .jiva-spa-form-row{
		text-align:left;
	}
	footer .jiva-spa-form-gender-details{
		width:100%;
	}
	footer .jiva-spa-form-right-section{
		width:100%;
	}
	footer .jiva-spa-form-hotel-details,footer .jiva-spa-form-name-details{
		width:100%;
		padding:0;
	}
	footer .jiva-spa-mand-input{
		width:100%;
		border:none;
		border-bottom:1px solid #dee2e5; 
	}
	
}

.footer-component a {
    color: #1b1b1b;
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
    .footer-component a {
        font-size: 0.9375rem;
    }
}

.footer-component .footer-logo-wrapper {
    margin: 35px 0 10px;
    margin: 2.1875rem 0 0.625rem;
}

.footer-component .logo {
    width: 91px;
    width: 5.6875rem;
    height: auto;
}

.footer-component .subscription-box {
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
}

.footer-component .email-input {
    width: 60%;
    border-radius: 0.125rem;
    background-color: #ffffff;
    box-shadow: 0 0.0625rem 0.125rem 0 rgba(0, 0, 0, 0);
    padding: 0 15px;
    padding: 0 0.9375rem;
    display: inline-block;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ffff;
    outline: none;
    color: black;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
}

.footer-component .subscribe-btn {
    width: 40%;
    margin-left:-8px;
}

.footer-component .footer-links-list {
    list-style-type: none;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-count: 3;
    padding: 0;
}

@media screen and (max-width: 991px) {
    .footer-component .footer-links-list {
        -moz-column-count: 2;
        column-count: 2;
    }
}

.footer-component .share-icon {
    width: 40px;
    width: 2.5rem;
    margin-right: 15px;
    margin-right: 0.9375rem;
}

.footer-component .download-icon {
    margin-right: 15px;
    margin-right: 0.9375rem;
    width: 78px;
    width: 4.875rem;
    height: 26px;
    height: 1.625rem;
}

.footer-component .brand-icon {
    margin-right: 15px;
    margin-right: 0.9375rem;
    width: auto;
    height: 10px;
    height: 0.625rem;
}

@media screen and (max-width: 991px) {
    .footer-component {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }

    .label-footer-input {
        margin-top: 1.5rem;
        margin-bottom: 0.3125rem;
    }
}

.footer-destination-heading {
    font-size: 17px;
    font-size: 1.0625rem;
    color: #1b1b1b;
    font-family: Calibri;
}

@media screen and (max-width: 767px) {
    .footer-destination-heading {
        font-size: 0.875rem;
    }
}

.footer-destination-expand-button {
    color: var(--primaryColorDark);
    font-family: Calibri-Bold;
    font-size: 21px;
    font-size: 1.3125rem;
    margin-left: 5px;
    cursor: pointer;
}
.footer-destination-list {
    list-style-type: none;
    column-count: 5;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    padding: 0;
    display: none;
}

@media screen and (max-width: 767px) {
    .footer-destination-list {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        font-size: 0.875rem;
    }
}

.footer-destination-section {
    position: relative;
    overflow: visible;
}

.footer-destination-section::after {
    position: absolute;
    left: 0;
    bottom: -14px;
    bottom: -0.875rem;
    width: 100%;
    height: 1px;
    background: #979797;
    content: ' ';
    opacity: 0.5;
}

.footer-about-section {
    margin-top: 20px ! important;
    margin-top: 1.25rem ! important;
    position: relative;
    font-size: 15px;
    font-size: 0.9375rem;
}

.footer-about-section::after {
    position: absolute;
    left: 0;
    bottom: -14px;
    bottom: -0.875rem;
    width: 100%;
    height: 1px;
    background: #979797;
    content: ' ';
    opacity: 0.5;
}

@media screen and (max-width: 767px) {
    .footer-about-section::after {
        display: none;
    }
}

.footer-media-section {
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .footer-media-section {
        position: relative;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .footer-media-section::after {
        position: absolute;
        left: 0;
        bottom: -1.25rem;
        width: 100%;
        height: 1px;
        background: #979797;
        content: ' ';
        opacity: 0.5;
    }
}

.footer-app-section {
    padding-left: 53px;
    padding-left: 3.3125rem;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .footer-app-section {
        padding-left: 0;
        display: none;
    }
}

.footer-brand-details-section {
    margin-top: 20px ! important;
    margin-top: 2rem ! important;
    position: relative;
    font-size: 15px;
    font-size: 0.9375rem;
}

@media screen and (max-width: 767px) {
    .footer-brand-details-section {
        margin-top: 1.5625rem !important;
    }
}

.footer-disclaimer {
    color: #4a4a4a;
    font-size: 12px;
    font-size: 0.75rem;
    font-family: Calibri;
}

/*@media screen and (max-width: 767px) {
    .footer-disclaimer {
        padding-left: 15px;
    }
}*/

.footer-brands-list {
    list-style-type: none;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-count: 3;
    display: none;
    margin-bottom: 0;
    padding-top: 0.5rem;
}

@media screen and (max-width: 767px) {
    .footer-brands-list {
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .footer-brands-list {
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media screen and (max-width: 767px) {
    .brand-logos-section {
        margin-top: 1.125rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .footer-email-section {
        padding-left: 4rem !important;
    }
}

.footer-email {
    height: 35px;
    height: 2.1875rem;
    line-height: 35px;
    line-height: 2.1875rem;
    border: none;
}

.footer-promotion-icons-container {
	display: flex;
}

.footer-promotion-icons-container .footer-media-section {
	flex: 1;
}

.footer-promotion-icons-container .footer-app-section {
	padding-left: 0;
}

.footer-component .footer-promotion-icons-container .footer-app-section a img {
	margin-right: 0;
}

.footer-ihcl-logo-con {
	margin-top: 0.5rem;
}



.brand-logos-section .brand-logos-carousal-band>a:first-child>img {
    height: 22px;
    margin-top: -5px;
} 

.brand-logos-section .brand-logos-carousal-band>a:nth-child(2)>img {
	
    height: 28px;
    margin-top: 4px;
}

.brand-logos-section .brand-logos-carousal-band>a:nth-child(3)>img {
	height: 10px;
}

.brand-logos-section .brand-logos-carousal-band>a:nth-child(4)>img {
	height: 14px;
}

.brand-logos-section .brand-logos-carousal-band>a:nth-child(5)>img {
	
	height: 12px;
}

.brand-logos-section .brand-logos-carousal-band>a:nth-child(6)>img {
    height: 22px;
    margin-top: -5px;
}

.brand-logos-section .brand-logos-carousal-band>a {
	display: inline-block;
}

.brand-logos-section .brand-logos-carousal-band>a img {
	margin-right: 0.8rem;
}

.footer-component .brand-icon {
	
	height: 13px;
}

.brand-logos-section .brand-logos-carousal-band>a:last-child>img {
	margin-right: 0;
	margin-top: -1px;
}

.footer-brands-logo-inner-wrap {
	float: right;
}

@media screen and (min-width: 768px) {
	.cm-page-container .footer .brand-logos-section {
    }
}

.brand-logos-carousal-band {
    /* display: flex; */
    margin-top: 10px;
}

.brand-logos-carousal-band::-webkit-scrollbar {
   display: none;
}


@media screen and (max-width: 991px) {
	.brand-logos-carousal-band {
		overflow: auto;
		overflow-x: scroll;
		display: flex;
	}
	.brand-logos-section .brand-logos-carousal-band>a img {
		margin-right: 0.7rem;
	}
	
	.brand-logos-section .brand-logos-carousal-band>a:nth-child(3)>img {
		height: 0.9rem;
	}
	
	.footer-component .email-input {
		height: 2.8125rem !important;
		vertical-align: bottom;
	}
	
	.footer-brands-logo-inner-wrap {
		width: 100%;
    	padding-right: 1rem;
	    overflow: hidden;
	}
}

@media screen and (max-width: 767px) {
	.brand-logos-section .brand-logos-carousal-band>a:first-child>img {
		height: 16px;
    	margin-top: -4px;
	} 
	
	.brand-logos-section .brand-logos-carousal-band>a:nth-child(2)>img {
	
    	height: 16px;
    	margin-top: 3px;
	}
	
	.brand-logos-section .brand-logos-carousal-band>a:nth-child(3)>img {
		
		height: 7px;
	}
	
	.brand-logos-section .brand-logos-carousal-band>a:nth-child(4)>img {
		
		 height: 10px;
    	
	}
	
	.brand-logos-section .brand-logos-carousal-band>a:nth-child(5)>img {
		
		height: 10px;
    	
	}								
	
	.brand-logos-section .brand-logos-carousal-band>a:nth-child(6)>img {
		
    	height: 18px;
    	margin-top: -5px;
	}
	
	
	
	.brand-logos-section .brand-logos-carousal-band>a img {
		margin-right: 0.5rem;
	}
	
	.footer-component .brand-icon {
		height: 8px;
	}
	
	.footer-ihcl-logo-con {
		order: 2;
    	margin-top: 30px;
	}
	.brand-logos-section {
		order: 1;
	}
	
	.footer-component .email-input {
		height: 2.8125rem !important;
		vertical-align: bottom;
	}
	.footer-brands-logo-inner-wrap {
		width: 100%;
    	padding-right: 0;
	}
	.brand-logos-section .brand-logos-carousal-band>a:last-child>img {
        height: 16px ! important;
    }
}

@media screen and (min-width: 375px) and (max-width: 767px) {
	/* .brand-logos-section .brand-logos-carousal-band>a img {
		margin-right: 0.75rem;
	} */
	
	/* .brand-logos-section .brand-logos-carousal-band>a:first-child>img {
		height: 18px;
	} */
	
	/* .footer-component .brand-icon {
		height: 7px;
	} */
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.brand-logos-section .brand-logos-carousal-band>a:nth-child(2)>img {
		margin-top: 0;
	}
}

.subscription-success {
	color: #28a745;
}

.subscription-failure {
    color: #dc3545;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .brand-logos-section .brand-logos-carousal-band>a:first-child>img.brand-icon {
        margin-top: -2px;
        height: 26px;
    }
    .brand-logos-section .brand-logos-carousal-band>a:nth-child(2)>img {
        height: 27px;
        margin-top: 2px;
    }
    .brand-logos-section .brand-logos-carousal-band>a:last-child>img {
        height: 23px;
        margin-top: -5px;
    }
 }
 @media screen and (min-width: 1000px) {
    .brand-logos-section .brand-logos-carousal-band>a:first-child>img {
        height: 18px;
        margin-top: -5px;
    }
    

    .brand-logos-section .brand-logos-carousal-band>a:nth-child(2)>img {
        height: 20px;
        margin-top: 4px;
    }
    

    .brand-logos-section .brand-logos-carousal-band>a:nth-child(3)>img {
        height: 8px;
    }
    

    .brand-logos-section .brand-logos-carousal-band>a:nth-child(4)>img {
        height: 11px;
    }
    .brand-logos-section .brand-logos-carousal-band>a:nth-child(5)>img {
        height: 10px;
    }
    

    .brand-logos-section .brand-logos-carousal-band>a:nth-child(6)>img {
        height: 20px;
        margin-top: -5px;
    }
    .footer-component .brand-icon {
        height: 11px;
    }
    .brand-logos-section .brand-logos-carousal-band>a img {
        margin-right: 0.5rem;
    }
}

 @media screen and (min-width: 1200px) {
    .brand-logos-section .brand-logos-carousal-band>a:first-child>img {
        height: 20px;
        margin-top: -6px;
    } 
    .brand-logos-section .brand-logos-carousal-band>a:nth-child(2)>img {
        height: 20px;
        margin-top: 4px;
    }
    .brand-logos-section .brand-logos-carousal-band>a:nth-child(4)>img {
        height: 10px;
    }
    .brand-logos-section .brand-logos-carousal-band>a:nth-child(5)>img {
        height: 10px;
    }
    .brand-logos-section .brand-logos-carousal-band>a:nth-child(6)>img {
        height: 20px;
        margin-top: -5px;
    }
    .footer-component .brand-icon {
        height: 12px;
    }
}

@media screen and (min-width: 1300px) {
    .brand-logos-section .brand-logos-carousal-band>a:first-child>img {
        height: 22px;
        margin-top: -6px;
    } 
    .brand-logos-section .brand-logos-carousal-band>a:nth-child(2)>img {
        height: 26px;
        margin-top: 4px;
    }
    .brand-logos-section .brand-logos-carousal-band>a:nth-child(3)>img {
        height: 10px;
    }
    .brand-logos-section .brand-logos-carousal-band>a:nth-child(4)>img {
        height: 14px;
    }
    .brand-logos-section .brand-logos-carousal-band>a:nth-child(5)>img {
        height: 12px;
    }
    .brand-logos-section .brand-logos-carousal-band>a:nth-child(6)>img {
        height: 24px;
        margin-top: -6px;
    }
    .footer-component .brand-icon {
        height: 14px;
    }
}

@media screen and (min-width: 1400px) {
    .brand-logos-section .brand-logos-carousal-band>a:first-child>img {
        height: 26px;
        margin-top: -6px;
    }
    

    .brand-logos-section .brand-logos-carousal-band>a:nth-child(2)>img {
        height: 28px;
        margin-top: 5px;
    }
    

    .brand-logos-section .brand-logos-carousal-band>a:nth-child(3)>img {
        height: 11px;
    }
    

    .brand-logos-section .brand-logos-carousal-band>a:nth-child(4)>img {
        height: 14px;
    }
    

    .brand-logos-section .brand-logos-carousal-band>a:nth-child(5)>img {
        height: 13px;
    }
    

    .brand-logos-section .brand-logos-carousal-band>a:nth-child(6)>img {
        height: 26px;
        margin-top: -6px;
    }
    .brand-logos-section .brand-logos-carousal-band>a:last-child>img {
        margin-top: -2px;
        height: 15px;
    }
    .footer-component .brand-icon {
        height: 14px;
    }
}
.footer-tic-expand-button {
	color: var(--primaryColor);
    font-family: Calibri-Bold;
    font-size: 21px;
    font-size: 1.3125rem;
    margin-left: 5px;
    cursor: pointer;
}

.footer-tic-heading {
    font-size: 17px;
    font-size: 1.0625rem;
    color: #1b1b1b;
    font-family: Calibri;
}

.footer-tic-section {
	padding-top: 1rem;
}

@media screen and (max-width: 767px) {
	.footer-tic-heading {
		font-size: 0.875rem;
	}
	.footer-tic-section {
		position: relative;
	}
	.footer-tic-section::after {
		    position: absolute;
    left: 0;
    bottom: -14px;
    bottom: -0.875rem;
    width: 100%;
    height: 1px;
    background: #979797;
    content: ' ';
    opacity: 0.5;
	}
}

.footer-brands-list.expanded-on-load {
    display: block;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-brands-list .footer-link {
        margin-bottom: 12px;
        line-height: 1;
        min-height: 20px;
    }
}

.newsletter-heading{
    font-family: Calibri-bold;
    font-size: 1.875rem;
    line-height: 1.14;
    text-align: left;
    color: #1b1b1b;
    margin-bottom: 1rem;
}
.newsletter-form .selectSubContainer .selectboxit-text {
    max-width: 85% !important;
}
.newsletter-form .selectSubContainer{
    width: 100%;
    border-bottom: solid 1.7px #dee2e5;
}
.newsletter-form .email-input{
    width: 100%;
    padding: 0 0.625rem 0.375rem;
    border:none;
    border-bottom: solid 1.7px #dee2e5;
}
.newsletter-form .mr-sub-form-row {
    margin: 0 -1rem;
}
.newsletter-form.mr-sub-form .sub-form-input-label{
    margin-bottom: 0.7rem;
    line-height: normal;
}
.newsletter-form .mr-sub-form-row  [class*="col-"].sub-form-input-wrp{
    padding: 1rem !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
}
.newsletter-form.mr-sub-form .sub-form-input-element{
    height: 2rem !important;
    padding: 0 !important;
}
.newsletter-form.mr-sub-form .selectSubContainer{
    height: 2rem !important;
}

.newsletter-form .selectboxit .selectboxit-arrow-container .selectboxit-arrow{
    margin: 0 auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.warning-box-close{
    z-index: 1;
}
.checkbox-row{
    margin-left: 2rem;
}
.policy-terms-external-link {
    color: rgb(129, 139, 146);
    text-decoration: underline;
    padding: 3px 0px 10px;
}
.footer-component .brand-icon.footer-brand-taj{
	height: 1.9rem;
}

.footer-component .brand-icon.footer-brand-seleqtions{
	height: 1.9rem;
	margin-top: 0.5rem;
}

.footer-component .brand-icon.footer-brand-tajsats{
	height: 1.7rem;
}
.captcha__showText{
    border: 0;
    background: #efefef;
    padding: 5px 5px;
    text-align: center;
    height: auto;
    width: 100%;
    font-style: italic;
}
.captcha__mainText{
    width: calc(100% - 30px);
    float: left;
    position: relative;
    display: inline-block;
    max-height: 47px;
}
.captcha__refresh{
    width: 30px;
    float: left;
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    max-height: 47px;
    min-height: 47px;
 }
.refresh-icon{
    cursor:pointer;
    width:18px;
}
.newsletter-form .mr-sub-form-row [class*="col-"].sub-form-input-wrp.captcha{
    display:inline;
}
.gift-hamper-user-details-container{
    margin-bottom: 25px !important;
}
.checkout-enter-details-card {
    background-color: #ffffff;
}


.checkout-enter-details-card .mr-filter-checkbox + span.mr-inputCustomShape {
    border: solid 1px #979797;
}

.checkout-enter-details-card .checkout-enter-details-header {
    position: relative;
    padding: 37px 80px 33px 37px;
    padding: 2.3125rem 5rem 2.0625rem 2.3125rem;
    border-bottom: solid 1px rgba(151, 151, 151, 0.2);
}
.checkout-enter-details-card .checkout-enter-details-header.gifthamper {
	padding: 2rem 5rem 1.4rem 2.3125rem
}

@media only screen and (max-width: 767px) {
    .checkout-enter-details-card .checkout-enter-details-header {
        padding: 1.3125rem 2.1875rem 1.1875rem 2.1875rem;
        background-color: rgba(230, 230, 230, 0.65);
    }
    .checkout-enter-details-card .checkout-enter-details-header.gifthamper {
        padding: 2rem 5rem 1.4rem 2.3125rem
    }
}

.checkout-enter-details-card .checkout-enter-details-header .checkout-form-title {
    display: inline-block;
    font-family: Calibri-bold;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 0.83;
    color: #1b1b1b;
}

@media only screen and (max-width: 767px) {
    .checkout-enter-details-card .checkout-enter-details-header .checkout-form-title {
        font-size: 1.25rem;
    }
}

.checkout-enter-details-card .checkout-enter-details-header .checkout-form-step-wrp {
    position: absolute;
    top: 28px;
    top: 1.75rem;
    right: 80px;
    right: 5rem;
    pointer-events: none;
}

@media only screen and (max-width: 767px) {
    .checkout-enter-details-card .checkout-enter-details-header .checkout-form-step-wrp {
        top: 1.125rem;
        right: 2.1875rem;
    }
    .checkout-form-step-wrp .sub-form-heading{
        display:none;
    }
}
 .checkout-form-step-wrp>span:first-child span.sub-form-heading{
    margin-right:1.125rem;
 }
    
.checkout-enter-details-card .booking-details-wrp .booking-input-fields-container {
    padding: 20px 112px 30px 37px;
    padding: 1.25rem 7rem 1.875rem 2.3125rem;
}

@media only screen and (max-width: 991px) {
    .checkout-enter-details-card .booking-details-wrp .booking-input-fields-container {
        padding: 1.25rem 1.875rem 1.875rem 2.3125rem;
    }
}

@media only screen and (max-width: 767px) {
    .checkout-enter-details-card .booking-details-wrp .booking-input-fields-container {
        padding: 0.6875rem 2.1875rem 1.875rem 2.1875rem;
    }
}

.checkout-enter-details-card .booking-details-wrp .booking-input-fields-container .book-faster-wrp {
    margin: 16px 0 28px;
    margin: 1rem 0 1.75rem;
    font-family: Calibri;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0px;
    letter-spacing: 0.025rem;
    color: #888888;
}

@media only screen and (max-width: 767px) {
    .checkout-enter-details-card .booking-details-wrp .booking-input-fields-container .book-faster-wrp {
        margin: 0.9375rem 0 1.125rem;
        font-size: 1rem;
        line-height: normal;
    }
}

.checkout-enter-details-card .booking-details-wrp .booking-input-fields-container .book-faster-wrp .membership-signin {
    text-decoration: underline;
    color: var(--primaryColor);
    letter-spacing: 0px;
    letter-spacing: 0.01875rem;
    font-family: Calibri-bold;
    cursor: pointer;
}

.checkout-enter-details-card .booking-details-wrp .booking-input-fields-container .book-faster-wrp .membership-signin .membership-signin-popup {
    display: none;
}

.checkout-enter-details-card .booking-details-wrp .booking-input-fields-container .book-faster-wrp .membership-signin .membership-signin-popup.show-signin {
    display: block;
}

.checkout-enter-details-card .booking-details-wrp .booking-input-fields-container .book-faster-wrp .membership-signin .membership-signin-popup .membership-sigin-overlay {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(74, 74, 74, 0.55);
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
}

.checkout-enter-details-card .booking-details-wrp .booking-input-fields-container .book-faster-wrp .membership-signin .membership-signin-popup .membership-sigin-overlay .checkout-member-signin-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .checkout-enter-details-card .booking-details-wrp .booking-input-fields-container .book-faster-wrp .membership-signin .membership-signin-popup .membership-sigin-overlay .checkout-member-signin-container {
        margin: 1.75rem 1.4375rem;
        display: block;
    }
}

.checkout-enter-details-card .booking-details-wrp .booking-input-fields-container .book-for-others-wrp {
    margin-left: 32px;
    margin-left: 2rem;
}

.checkout-enter-details-card .booking-details-wrp .booking-input-fields-container .book-for-others-wrp .mr-filterCheckBox-label {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0px;
    letter-spacing: 0.03125rem;
    color: #888888;
    line-height: normal;
}

.checkout-enter-details-card .booking-details-wrp .booking-input-fields-container .book-for-others-wrp .biller-details-wrp {
    margin-left: -32px;
    margin-left: -2rem;
    display: none;
    margin-top: 24px;
    margin-top: 1.5rem;
}

@media only screen and (max-width: 767px) {
    .checkout-enter-details-card .booking-details-wrp .booking-input-fields-container .book-for-others-wrp .biller-details-wrp {
        margin-top: 0.375rem;
    }
}

.checkout-enter-details-card .booking-details-wrp .booking-input-fields-container .guest-details-wrp {
    margin-top: 24px;
    margin-top: 1.5rem;
}

@media only screen and (max-width: 767px) {
    .checkout-enter-details-card .booking-details-wrp .booking-input-fields-container .guest-details-wrp {
        margin-top: 1.875rem;
    }
}

.checkout-enter-details-card .booking-details-wrp .special-flight-wrp {
    margin-bottom: 64px;
    margin-bottom: 4rem;
}

@media only screen and (max-width: 767px) {
    .checkout-enter-details-card .booking-details-wrp .special-flight-wrp {
        margin-bottom: 2.9375rem;
    }
}

.checkout-enter-details-card .booking-details-wrp .special-flight-wrp .special-request-wrp .special-flight-common-content {
    margin-bottom: 66px;
    margin-bottom: 4.125rem;
}

@media only screen and (max-width: 767px) {
    .checkout-enter-details-card .booking-details-wrp .special-flight-wrp .special-request-wrp .special-flight-common-content {
        margin-bottom: 1.875rem;
    }
}

.checkout-enter-details-card .booking-details-wrp .special-flight-wrp .special-flight-common {
    padding: 0px 112px 0px 37px;
    padding: 0rem 7rem 0rem 2.3125rem;
    border-bottom: solid 0.5px white !important;
}

@media only screen and (max-width: 767px) {
    .checkout-enter-details-card .booking-details-wrp .special-flight-wrp .special-flight-common {
        padding: 0 2.1875rem 0 2.1875rem;
    }
}

.checkout-enter-details-card .booking-details-wrp .special-flight-wrp .special-flight-common:last-child {
    border-bottom: none;
}

.checkout-enter-details-card .booking-details-wrp .special-flight-wrp .special-flight-common .special-flight-common-header {
    padding: 10px 0;
    padding: 0.625rem 0;
    font-family: Calibri-bold;
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 0.5px;
    color: #888888;
    position: relative;
    cursor: unset;
}

@media only screen and (max-width: 767px) {
    .checkout-enter-details-card .booking-details-wrp .special-flight-wrp .special-flight-common .special-flight-common-header {
        font-size: 1.25rem;
    }
}

.checkout-enter-details-card .booking-details-wrp .special-flight-wrp .special-flight-common .special-flight-common-header .special-flight-arrow {
    width: 11px;
    width: 0.6875rem;
    height: 17px;
    height: 1.0625rem;
    position: absolute;
    bottom: 23px;
    bottom: 1.4375rem;
    right: 0;
}

@media only screen and (max-width: 767px) {
    .checkout-enter-details-card .booking-details-wrp .special-flight-wrp .special-flight-common .special-flight-common-header .special-flight-arrow {
        bottom: 1.125rem;
    }
}

.checkout-enter-details-card .booking-details-wrp .special-flight-wrp .special-flight-common .special-flight-common-content {
    display: none;
}

.checkout-enter-details-card .booking-details-wrp .booking-details-proceed-wrapper {
    padding: 0px 112px 42px 37px;
    padding: 0rem 7rem 2.625rem 2.3125rem;
    display: table;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .checkout-enter-details-card .booking-details-wrp .booking-details-proceed-wrapper {
        padding: 0 2.1875rem 2.3125rem 2.1875rem;
    }
}

.checkout-enter-details-card .booking-details-wrp .booking-details-proceed-wrapper .proceed-checkbox-wrapper {
    padding-left: 32px;
    padding-left: 2rem;
    display: table-cell;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .checkout-enter-details-card .booking-details-wrp .booking-details-proceed-wrapper .proceed-checkbox-wrapper {
        display: table-row;
    }
}

.checkout-enter-details-card .booking-details-wrp .booking-details-proceed-wrapper .proceed-checkbox-wrapper .mr-filterCheckBox-label {
    font-size: 17px;
    font-size: 1.0625rem;
    letter-spacing: 0px;
    letter-spacing: 0.03125rem;
    color: var(--primaryColor);
    margin-right: 64px;
    margin-right: 4rem;
}

@media only screen and (max-width: 767px) {
    .checkout-enter-details-card .booking-details-wrp .booking-details-proceed-wrapper .proceed-checkbox-wrapper .mr-filterCheckBox-label {
        margin: 0 0 1.6875rem 2rem;
        font-size: 1rem;
        display: block;
    }
}

.checkout-enter-details-card .booking-details-wrp .booking-details-proceed-wrapper .proceed-button-column {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .checkout-enter-details-card .booking-details-wrp .booking-details-proceed-wrapper .proceed-button-column {
        text-align: center;
    }
}

.checkout-enter-details-card .payment-details-wrp {
    display: none;
    padding: 21px 75px 59px 37px;
    padding: 1.3125rem 4.6875rem 3.6875rem 2.3125rem;
}

@media only screen and (max-width: 767px) {
    .checkout-enter-details-card .payment-details-wrp {
        padding: 1.3125rem 2.1875rem 1.875rem 2.1875rem;
    }
}

.checkout-enter-details-card .payment-details-wrp .redeem-checkbox-wrp {
    margin-left: 32px;
    margin-left: 2rem;
    position: relative;
}

.checkout-enter-details-card .payment-details-wrp .redeem-checkbox-wrp .mr-filterCheckBox-label {
    font-family: Calibri-bold;
    font-size: 18px;
    font-size: 1.125rem;
    color: #4a4a4a;
}

@media only screen and (max-width: 767px) {
    .checkout-enter-details-card .payment-details-wrp .redeem-checkbox-wrp .mr-filterCheckBox-label {
        font-size: 1rem;
        margin-right: 0;
    }
}

.checkout-enter-details-card .payment-details-wrp .redeem-checkbox-wrp .row.tic-redeemed-row {
    margin-left: 32px;
    margin-left: 2rem;
    margin-top: 10px;
    margin-top: 0.625rem;
    display: none;
}

@media only screen and (max-width: 767px) {
    .checkout-enter-details-card .payment-details-wrp .redeem-checkbox-wrp .row.tic-redeemed-row {
        margin-left: 0;
    }
}

.checkout-enter-details-card .payment-details-wrp .redeem-checkbox-wrp .row.tic-redeemed-row .selectboxit-container *,
.checkout-enter-details-card .payment-details-wrp .redeem-checkbox-wrp .row.tic-redeemed-row .selectboxit-text {
    color: #818b92 !important;
}

.checkout-enter-details-card .payment-details-wrp .redeem-checkbox-wrp .row.tic-redeemed-row .tic-redeemed-information-wrp {
    text-align: right;
}

.checkout-enter-details-card .payment-details-wrp .redeem-checkbox-wrp .row.tic-redeemed-row .tic-redeemed-information-wrp .tic-redeemed-information {
    width: 80%;
    display: inline-block;
    padding: 6px 45px 8px;
    padding: 0.375rem 2.8125rem 0.5rem;
    background-color: var(--primaryColorLighter);
    border: dotted 1px var(--primaryColor);
    font-family: Calibri;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0px;
    letter-spacing: 0.05625rem;
    text-align: center;
    color: var(--primaryColorDark);
}

@media only screen and (max-width: 767px) {
    .checkout-enter-details-card .payment-details-wrp .redeem-checkbox-wrp .row.tic-redeemed-row .tic-redeemed-information-wrp .tic-redeemed-information {
        width: 100%;
        line-height: normal;
    }
}

.checkout-enter-details-card .payment-details-wrp .redeem-checkbox-wrp .row.tic-redeemed-row .tic-redeemed-information-wrp .tic-redeemed-information .tic-redeemed-bold {
    font-family: Calibri-bold;
}

.checkout-enter-details-card .payment-details-wrp .redeem-checkbox-wrp .tic-epicure-wrp {
    display: none;
    position: absolute;
    right: 32px;
    right: 2rem;
    top: 32px;
    top: 2rem;
}

.checkout-enter-details-card .payment-details-wrp .redeem-checkbox-wrp .tic-epicure-wrp .tic-points-info {
    display: inline-block;
    vertical-align: middle;
    border-right: solid 1px #c3c3c3;
    line-height: 1.5;
    padding: 0 10px;
    padding: 0 0.625rem;
    font-family: Calibri;
    font-size: 18px;
    font-size: 1.125rem;
}

.checkout-enter-details-card .payment-details-wrp .redeem-checkbox-wrp .tic-epicure-wrp .tic-points-info:last-child {
    border-right: none;
}

.checkout-enter-details-card .payment-details-wrp .redeem-checkbox-wrp .tic-epicure-wrp .tic-points-info .tic-label {
    letter-spacing: 0px;
    letter-spacing: 0.05625rem;
    color: #979797;
    line-height: 0.89;
}

.checkout-enter-details-card .payment-details-wrp .redeem-checkbox-wrp .tic-epicure-wrp .tic-points-info .tic-point-value {
    color: #323232;
    line-height: 0.89;
}

.checkout-enter-details-card .payment-details-wrp .redeem-checkbox-wrp.redeem-points-checked {
    margin-left: 0;
    padding: 34px 36px 35px 22px;
    padding: 2.125rem 2.25rem 2.1875rem 1.375rem;
    border-radius: 2px;
    background-color: rgba(242, 242, 242, 0.58);
}

@media only screen and (max-width: 767px) {
    .checkout-enter-details-card .payment-details-wrp .redeem-checkbox-wrp.redeem-points-checked {
        width: 112%;
        margin-left: -6%;
    }
}

.checkout-enter-details-card .payment-details-wrp .redeem-checkbox-wrp.redeem-points-checked .mr-filterCheckBox-label {
    margin-left: 32px;
    margin-left: 2rem;
}

.checkout-enter-details-card .payment-details-wrp .redeem-checkbox-wrp.redeem-points-checked .tic-epicure-wrp {
    display: block;
}

@media only screen and (max-width: 767px) {
    .checkout-enter-details-card .payment-details-wrp .redeem-checkbox-wrp.redeem-points-checked .tic-epicure-wrp {
        top: 7.5rem;
        left: 0;
        right: 0;
        text-align: center;
    }
}

.checkout-enter-details-card .payment-details-wrp .redeem-checkbox-wrp.redeem-points-checked .row.tic-redeemed-row {
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .checkout-enter-details-card .payment-details-wrp .redeem-checkbox-wrp.redeem-points-checked .row.tic-redeemed-row .sub-form-input-wrp {
        margin-bottom: 3.75rem;
    }
}

.checkout-enter-details-card .payment-details-wrp .payment-type-radio-wrp {
    margin-top: 28px;
    margin-top: 1.75rem;
}

@media only screen and (max-width: 767px) {
    .checkout-enter-details-card .payment-details-wrp .payment-type-radio-wrp {
        margin-top: 1.375rem;
    }
}

.checkout-enter-details-card .payment-details-wrp .payment-type-radio-wrp .radio-button-wrp {
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
    position: relative;
}

.checkout-enter-details-card .payment-details-wrp .payment-type-radio-wrp .radio-button-wrp:last-child {
    margin-bottom: 0;
}

.checkout-enter-details-card .payment-details-wrp .credit-card-payment-wrp .credit-card-payment-heading {
    font-family: Calibri-bold;
    font-size: 24px;
    font-size: 1.5rem;
    color: #4a4a4a;
    margin: 32px 0 20px;
    margin: 2rem 0 1.25rem;
}

@media only screen and (max-width: 767px) {
    .checkout-enter-details-card .payment-details-wrp .credit-card-payment-wrp .credit-card-payment-heading {
        margin: 1.3125rem 0 1.5625rem;
        font-size: 1.25rem;
        line-height: normal;
        letter-spacing: normal;
    }
}

.checkout-enter-details-card .payment-details-wrp .credit-card-payment-wrp .credit-card-payment-heading .credit-card-label {
    letter-spacing: 1px;
    letter-spacing: 0.06875rem;
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    padding-right: 0.3125rem;
}

@media only screen and (max-width: 767px) {
    .checkout-enter-details-card .payment-details-wrp .credit-card-payment-wrp .credit-card-payment-heading .credit-card-label {
        letter-spacing: normal;
    }
}

.checkout-enter-details-card .payment-details-wrp .credit-card-payment-wrp .credit-card-payment-heading .credit-card-amount {
    font-family: Calibri;
    display: inline-block;
    vertical-align: middle;
}

.checkout-enter-details-card .payment-details-wrp .credit-card-payment-wrp .credit-card-payment-heading .credit-card-amount .rupee-symbol {
    font-family: RupeeForadian;
}

.checkout-enter-details-card .payment-details-wrp .credit-card-payment-wrp .pay-now-button-wrp {
    position: relative;
    text-align: right;
    margin-bottom: -12px;
    margin-bottom: -0.75rem;
}

@media only screen and (max-width: 767px) {
    .checkout-enter-details-card .payment-details-wrp .credit-card-payment-wrp .pay-now-button-wrp {
        position: absolute;
        bottom: 1.25rem;
        left: 0;
        right: 0;
        text-align: center;
    }
}

.checkout-enter-details-card .payment-details-wrp .credit-card-payment-wrp .pay-now-button-wrp button {
    position: absolute;
    bottom: 0;
    right: 0;
    min-width: 194px;
    min-width: 12.125rem;
}

@media only screen and (max-width: 767px) {
    .checkout-enter-details-card .payment-details-wrp .credit-card-payment-wrp .pay-now-button-wrp button {
        position: relative;
    }
}

.checkout-enter-details-card .payment-details-wrp .credit-card-payment-wrp .disclaimer-footer {
    font-family: Calibri;
    font-size: 12px;
    font-size: 0.75rem;
    color: #818b92;
    margin-top: 39px;
    margin-top: 2.4375rem;
}

@media only screen and (max-width: 767px) {
    .checkout-enter-details-card .payment-details-wrp .credit-card-payment-wrp .disclaimer-footer {
        margin-top: 0rem;
        margin-bottom: 1.25rem;
        line-height: normal;
    }
}

.form-step-wrp .form-step {
    display: inline-block;
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
    border-radius: 50%;
    margin-right: 12px;
    margin-right: 0.75rem;
    background-color: #f2f2f2;
    font-family: Calibri;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.7;
    text-align: center;
    color: #979797;
}

@media only screen and (max-width: 767px) {
    .form-step-wrp .form-step {
        width: 1.6875rem;
        height: 1.6875rem;
        font-size: 0.85625rem;
        line-height: 2;
        background-color: #dadada;
    }
}

.form-step-wrp .form-step:last-child {
    margin-right: 0;
}

.form-step-wrp .form-step.active-form-step {
    background-image: var(--linearGradient);
    color: #ffffff;
}

.mandatory-label {
    font-family: Calibri;
    font-size: 12px;
    font-size: 0.75rem;
    color: #818b92;
}

@media only screen and (max-width: 767px) {
    .mandatory-label {
        font-size: 0.875rem;
    }
}

.mr-sub-form [class*="col-"] {
    display: inline-block;
}

.mr-sub-form [class*="col-"].sub-form-input-wrp {
    margin-bottom: 36px;
    margin-bottom: 2.25rem;
}

@media only screen and (max-width: 767px) {
    .mr-sub-form [class*="col-"] {
        padding: 0 !important;
    }

    .mr-sub-form [class*="col-"].sub-form-input-wrp {
        margin-bottom: 1.875rem;
    }
}

.mr-sub-form .row.mr-sub-form-row {
    margin-bottom: -36px;
    margin-bottom: -2.25rem;
}

@media only screen and (max-width: 767px) {
    .mr-sub-form .row.mr-sub-form-row {
        margin-bottom: -1.875rem;
    }

    .mr-sub-form .row.mr-sub-form-row.pay-now-row {
        position: relative;
        padding-bottom: 3.75rem;
    }
}

.mr-sub-form .sub-form-input-wrp.col-md-8 {
    padding-right: 30px;
    padding-right: 1.875rem;
}

@media only screen and (max-width: 767px) {
    .mr-sub-form .sub-form-input-wrp.col-md-4 {
        padding: 0 !important;
    }
}

.mr-sub-form .sub-form-input-wrp.col-md-4:nth-child(3n-2) {
    padding-right: 60px;
    padding-right: 3.75rem;
}

@media only screen and (max-width: 991px) {
    .mr-sub-form .sub-form-input-wrp.col-md-4:nth-child(3n-2) {
        padding-right: 1.25rem;
    }
}

.mr-sub-form .sub-form-input-wrp.col-md-4:nth-child(3n-1) {
    padding: 0 30px;
    padding: 0 1.875rem;
}

@media only screen and (max-width: 991px) {
    .mr-sub-form .sub-form-input-wrp.col-md-4:nth-child(3n-1) {
        padding: 0 0.625rem;
    }
}

.mr-sub-form .sub-form-input-wrp.col-md-4:nth-child(3n) {
    padding-left: 60px;
    padding-left: 3.75rem;
}

@media only screen and (max-width: 991px) {
    .mr-sub-form .sub-form-input-wrp.col-md-4:nth-child(3n) {
        padding-left: 1.25rem;
    }
}

.mr-sub-form .sub-form-input-wrp.col-md-4 .phone-number-col {
    padding-left: 13px;
    padding-left: 0.8125rem;
}

@media only screen and (max-width: 767px) {
    .mr-sub-form .sub-form-input-wrp.col-md-4 .phone-number-col {
        padding-left: 0.8125rem !important;
    }
}

.mr-sub-form .sub-form-heading {
    font-family: Calibri;
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0px;
    letter-spacing: 0.03125rem;
    color: #000000;
    margin-bottom: 26px;
    margin-bottom: 1.625rem;
}

@media only screen and (max-width: 767px) {
    .mr-sub-form .sub-form-heading {
        font-family: Calibri-bold;
        font-size: 1.125rem;
        color: #888888;
        margin-bottom: 1rem;
    }
}

.mr-sub-form .sub-form-input-label {
    font-family: Calibri;
    font-size: 18px;
    font-size: 1.125rem;
    color: #818b92;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}

@media only screen and (max-width: 767px) {
    .mr-sub-form .sub-form-input-label {
        font-size: 1rem;
        margin-bottom: 0.375rem;
    }
}

.mr-sub-form .sub-form-input-element {
    width: 100%;
    padding: 0 10px 6px;
    padding: 0 0.625rem 0.375rem;
    font-family: Calibri;
    font-size: 20px;
    font-size: 1.25rem;
    color: #000000;
    outline: none;
    border: none;
    border-bottom: solid 1.7px #dee2e5;
}

@media only screen and (max-width: 991px) {
    .mr-sub-form .sub-form-input-element {
        font-size: 1.125rem;
    }
}

@media only screen and (max-width: 767px) {
    .mr-sub-form .sub-form-input-element {
        font-size: 1rem;
        padding: 0 0.375rem 0.3rem;
    }
}

.mr-sub-form .sub-form-input-element::-webkit-input-placeholder {
    font-family: Calibri;
    font-size: 16px;
    font-size: 1rem;
    color: #dee2e5;
}

.mr-sub-form .sub-form-input-element::-moz-placeholder {
    font-family: Calibri;
    font-size: 16px;
    font-size: 1rem;
    color: #dee2e5;
}

.mr-sub-form .sub-form-input-element:-ms-input-placeholder {
    font-family: Calibri;
    font-size: 16px;
    font-size: 1rem;
    color: #dee2e5;
}

.mr-sub-form .sub-form-input-element::placeholder {
    font-family: Calibri;
    font-size: 16px;
    font-size: 1rem;
    color: #dee2e5;
}

@media only screen and (max-width: 767px) {
    .mr-sub-form .sub-form-input-element::-webkit-input-placeholder {
        font-size: 0.875rem;
    }

    .mr-sub-form .sub-form-input-element::-moz-placeholder {
        font-size: 0.875rem;
    }

    .mr-sub-form .sub-form-input-element:-ms-input-placeholder {
        font-size: 0.875rem;
    }

    .mr-sub-form .sub-form-input-element::placeholder {
        font-size: 0.875rem;
    }
}

.mr-sub-form .sub-form-input-element.invalid-input {
    border-bottom-color: var(--primaryColor);
}

.mr-sub-form .sub-form-input-element.selectSubContainer .selectboxit-text {
    font-family: Calibri;
    font-size: 20px !important;
    font-size: 1.25rem !important;
    color: #000000;
}

.mr-sub-form .sub-form-input-element.selectSubContainer .selectboxit-option-first {
    display: none;
}

.mr-sub-form .sub-form-input-element.selectSubContainer .selectboxit-container span,
.mr-sub-form .sub-form-input-element.selectSubContainer .selectboxit-container .selectboxit-options a {
    height: auto;
    line-height: normal;
}

input[type="radio"] {
    width: 23px;
    height: 23px;
    outline: none;
    opacity: 0;
    position: relative;
}

input[type="radio"]+label:before {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    position: absolute;
    background-color: transparent;
    content: '';
    display: inline-block;
    visibility: visible;
    border: solid 1px #979797;
}

input[type="radio"]+label:after {
    position: absolute;
    content: '';
    visibility: hidden;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    top: 6px;
    bottom: 6px;
    margin: auto;
    left: 6px;
    background-color: #4a90e2;
}

input[type="radio"]:checked +label:after {
    display: inline-block;
    visibility: visible;
}

.radio-button-wrp input[type='radio'] {
    display: inline-block;
    margin-right: 18px;
    margin-right: 1.125rem;
    vertical-align: middle;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .radio-button-wrp input[type='radio'] {
        margin-right: 0.875rem;
    }
}

.radio-button-wrp .radio-button-label {
    display: inline-block;
    vertical-align: middle;
    font-family: Calibri;
    font-size: 18px;
    font-size: 1.125rem;
    color: #818b92;
    margin-bottom:0;
    line-height: normal;
}

@media only screen and (max-width: 767px) {
    .radio-button-wrp .radio-button-label {
        font-size: 1rem;
    }
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-ms-clear {
    display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#redeemTicDropdown {
    width: auto !important;
    height: 100% !important;
}

input[type="checkbox"].mr-filter-checkbox:checked + span.mr-inputCustomShape {
    background-image: url(../../../../../content/dam/tajhotels/icons/style-icons/checkBox-tick.svg);
    background-size: 0.875rem 0.6875rem;
    background-repeat: no-repeat;
    background-position: center;
}

.seleqtions-mandatory-label {
    font-family: Calibri;
    font-size: 14px;
    font-size: 1.rem;
    color: #4a4a4a;
}

textarea.sub-form-input-element{
    resize:none;
}

.checkout-enter-details-card .booking-details-wrp .policy-terms-external-wrapper .mr-filterCheckBox-label {
	margin-left:1.5rem;
}
@media only screen and (max-width: 767px) {
	.checkout-payment-details-container {
    	margin: 2rem 1rem 0;
	}
	.checkout-enter-details-card .booking-details-wrp .policy-terms-external-wrapper .mr-filterCheckBox-label{
		font-size:1rem;
		margin-left:1rem;
	}
}
.special-request-wrp .special-request-input-wrp{
    margin-top: 0;
}
.policy-terms-external{
	padding-top: 2rem;
}
.deliveryLabel-heading{
    display: inline-block;
    font-family: Calibri-bold;
    font-size: 27px;
    line-height: 0.83;
    color: #1b1b1b;
    font-size: 1.5rem;
    font-family: Calibri-bold;
}
.gift-form-wrap{
    padding-top: 0px !important;
}
.search-container.mr-stickyScroll {
    position: fixed ! important;
    width: 100% !important;
    top: 0 !important;
    bottom: initial !important;
    z-index: 6 !important;
}

.cm-page-container {
    overflow: auto;
  /*  // height: 100vh; */
    background: #f5f5f5;
}

.cm-page-container .row {
    margin: auto;
}

.cm-page-container [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.cm-page-container .header {
    width: 100%;
    background: #ffffff;
    position: relative;
}

.cm-page-container .header .header-nav-prelogin-search {
    display: none;
    position: relative;
    z-index: 7;
}

.cm-page-container .header .header-nav-prelogin-search .search-and-suggestions-wrapper {
    position: fixed;
    top: 72px;
    top: 4.5rem;
    left: 0;
    right: 0;
    bottom: initial;
}

@media only screen and (max-width: 767px) {
    .cm-page-container .header .header-nav-prelogin-search .search-and-suggestions-wrapper {
        top: 0;
    }
}

.cm-page-container .header .header-nav-prelogin-search .search-and-suggestions-wrapper .searchBar-wrap::before {
    left: 0px;
}

.cm-page-container .header .header-nav-prelogin-search .search-and-suggestions-wrapper .searchBar-wrap .explore-taj-content {
    background: #ffffff;
    padding-left: 32px;
    padding-left: 2rem;
}

.cm-page-container .header .header-nav-prelogin-search .search-and-suggestions-wrapper .searchBar-wrap .searchbar-input {
    background: #ffffff;
    opacity: 1;
    color: #323232;
    font-size: 24px;
    font-size: 1.5rem;
}

.cm-page-container .header .header-nav-prelogin-search .search-and-suggestions-wrapper .searchBar-wrap .searchbar-input::-webkit-input-placeholder {
    color: #c9c9c9;
}

.cm-page-container .header .header-nav-prelogin-search .search-and-suggestions-wrapper .searchBar-wrap .searchbar-input::-moz-placeholder {
    color: #c9c9c9;
}

.cm-page-container .header .header-nav-prelogin-search .search-and-suggestions-wrapper .searchBar-wrap .searchbar-input:-ms-input-placeholder {
    color: #c9c9c9;
}

.cm-page-container .header .header-nav-prelogin-search .search-and-suggestions-wrapper .searchBar-wrap .searchbar-input::placeholder {
    color: #c9c9c9;
}

.cm-page-container .header .header-nav-prelogin-search .search-and-suggestions-wrapper .nav-prelogin-close {
    display: block;
    position: absolute;
    right: -33px;
    top: 22px;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .cm-page-container .header .header-nav-prelogin-search .search-and-suggestions-wrapper .nav-prelogin-close {
        display: none;
    }
}

.cm-page-container .banner-container {
    width: 100%;
    position: relative;
}

.cm-page-container .banner-container .search-container {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .cm-page-container .banner-container .search-container {
        bottom: 7px;
        padding: 0px 4px;
    }
}

.cm-page-container .cm-header-label-con {
    font-size: 30px;
    font-family: Calibri-Bold;
    color: #1b1b1b;
    margin-bottom: 57px;
    position: relative;
    display: block;
}

@media only screen and (max-width: 767px) {
    .cm-page-container .cm-header-label-con {
        font-size: 24px;
        text-align: center;
        margin-bottom: 37px;
        display: block;
    }
}

.cm-page-container .cm-header-label-con .cm-header-label {
    line-height: 1;
    display: inline-block;
}

.cm-page-container .cm-header-label-con .cm-header-sublevel {
    line-height: 1;
    display: inline-block;
    position: absolute;
    right: 0;
    max-width: 476px;
    margin-top: 17px;
}

@media only screen and (max-width: 767px) {
    .cm-page-container .cm-header-label-con .cm-header-sublevel {
        display: none;
    }
}

.cm-page-container .cm-header-label-con .cm-header-offers {
    display: inline-block;
    position: absolute;
    right: 0;
    color: var(--primaryColorDark);
    font-size: 16px;
    border-bottom: 1px solid var(--primaryColorDark);
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    bottom: 0;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .cm-page-container .cm-header-label-con .cm-header-offers {
        display: none;
    }
}

.cm-page-container .content-wrapper {
    margin: 65px auto 81px;
  /*@media only screen and (min-device-width : 1025px) and (max-device-width : 1400px) {
            max-width: 960px;
        }
        @media only screen and (min-device-width : 960px) and (max-device-width : 1024px) {
            max-width: 900px;
        }*/
}

.cm-page-container .content-wrapper .cm-content-blocks {
    margin-top: 50px;
}

@media only screen and (max-width: 767px) {
    .cm-page-container .content-wrapper .cm-content-blocks {
        margin-top: 30px;
    }
}

.cm-page-container .content-wrapper .cm-content-blocks:first-child {
    margin-top: 50px;
}

@media only screen and (max-width: 767px) {
    .cm-page-container .content-wrapper .cm-content-blocks:first-child {
        margin-top: 30px;
    }
}

.cm-page-container .footer {
    width: 100%;
    background-color: #efeeee;
}

@media only screen and (max-width: 480px) {
    .cm-page-container .content-wrapper {
        margin: 30px auto 58px;
        max-width: 100%;
    }
}

.title-decorator-border {
    position: relative;
    margin-bottom: 32px;
    margin-bottom: 2rem;
}

.title-decorator-border::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100px;
    background-color: var(--primaryColor);
    left: 0;
    bottom: -10px;
}

@media only screen and (max-width: 767px) {
    .title-decorator-border {
        text-align: center;
        font-size: 20px;
    }

    .title-decorator-border::after {
        left: 50%;
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

.offers-button-wrapper {
    display: none;
    margin-top: 30px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .offers-button-wrapper {
        display: block;
    }
}

.leftArrow {
    position: absolute;
    left: -5%;
    bottom: 38%;
    z-index: 1;
    cursor: pointer;
}

.leftArrow img {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .leftArrow {
        display: none;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 960px) {
    .leftArrow {
        display: none;
    }
}

.rightArrow {
    position: absolute;
    cursor: pointer;
    right: -5%;
    bottom: 38%;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .rightArrow {
        display: none;
    }
}

@media only screen and (min-device-width: 550px) and (max-device-width: 960px) {
    .rightArrow {
        display: none;
    }
}

::-webkit-scrollbar {
    display: none;
}

.popular-destination-wrap,
.offers-and-deals-wrap,
.cm-inner-carousel-wrap {
    overflow-x: hidden;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .popular-destination-wrap,
  .offers-and-deals-wrap,
  .cm-inner-carousel-wrap {
        overflow-x: scroll;
    }
}

@media only screen and (min-device-width: 550px) and (max-device-width: 960px) {
    .popular-destination-wrap,
  .offers-and-deals-wrap,
  .cm-inner-carousel-wrap {
        overflow-x: scroll;
    }
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}



@media only screen and (max-width: 767px) {
    .hotels-container {
        margin-top: 30px;
        margin-bottom: 0px;
        height: auto;
        min-height: auto;
    }
}

@media only screen and (max-width: 480px) {
    .cm-page-container {
        background: #f5f5f5;
    }

    .offers-container {
        margin-top: 29px !important;
    }
}

@media only screen and (max-width: 767px) {
    .cm-page-container {
        background: #f5f5f5;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .participating-hotels {
        padding-top: 70px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .participating-hotels {
        padding-top: 80px;
    }
}

.participating-hotels-show-more {
    text-align: center;
    font-size: 16px;
    color: var(--primaryColor);
    font-weight: bold;
    font-family: Calibri;
    margin-top: 30px;
    text-decoration: underline;
    cursor: pointer;
    letter-spacing: 2px;
}

.participating-hotels-show-more img,
.dining-hotels-show-more img {
    margin-left: 10px;
    vertical-align: baseline;
}


