:root {
  --golden-dark: #80805b;
}

.navbar.with-bg {
  background: #fff;
}

.section-intro {
  margin-top: 60px;
}

.rating {
  display: block;
  font-size: 12px;
  margin-left: 15px;
}

.section-intro .section-title {
  display: flex;
  align-items: center;
}

.rating .fas {
  color: #ccc;
  margin: 0 2px;
}

.rating .fas.filled {
  opacity: 1;
  color: var(--golden-dark);
}

.location-icon {
  width: 18px;
  margin-right: 5px;
}

.hotel-location {
  margin: 15px 0 20px 0;
}

.gallery-row {
  display: flex;
  position: relative;
}

.gallery-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.gallery-left-half,
.gallery-right-half {
  width: 50%;
}

.gallery-right-half {
  display: flex;
  flex-wrap: wrap;
}

.gallery-left-half .gallery-img-wrapper {
  width: 98%;
  height: 99%;
  margin: 1%;
  cursor: pointer;
  overflow: hidden;
  backface-visibility: hidden;
}

.gallery-right-half .gallery-img-wrapper {
  width: 48%;
  height: 48%;
  margin: 1%;
  overflow: hidden;
  backface-visibility: hidden;
  cursor: pointer;
}

.gallery-more-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 150px;
  font-size: 13px;
}

.disclaimer {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--dark-blue);
}

.amenity-top-container {
  margin: 2.3rem auto;
}

.room-detail-block-wrapper {
  font-weight: bold;
  border: 1px solid #444;
  color: var(--dark-blue);
  border-left: 0;
  border-right: 0;
  padding: 8px 0;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: 20px 0;
}

.room-detail-block-wrapper .divider {
  width: 1px;
  background: #444;
}

.amenities-ul {
  padding: 1rem;
  column-count: 2;
  column-gap: 4rem;
  line-height: 1.4;
  color: #666f7c;
}

.amenities-ul li::marker {
  color: #000;
}

.amenities-ul li {
  /* margin: 8px 0; */
  margin: 0px 0 8px;
}

.amenity-tab-icon {
  width: 20px;
  margin-right: 2px;
}

#amenitiesTab .nav-item {
  display: flex;
}

#amenitiesTab .nav-link {
  font-size: 16px;
  color: #999;
  border: 0;
  padding: 0.8rem 1rem;
}

#amenitiesTab .nav-link.active {
  font-family: "Quicksand Bold";
  position: relative;
  border: 0;
  color: #666;
}

#amenitiesTab .nav-link.active::after {
  content: "";
  background: var(--golden-dark);
  display: block;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 5px;
}

.iconrow-title {
  font-weight: bold;
  color: var(--dark-blue);
  font-size: 19px;
}

.icon-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0;
    gap: 20px;
}

.icon-box {
  color: var(--dark-blue);
  font-size: 17px;
  font-family: "Quicksand Medium", sans-serif;
}

.icon-box img {
  height: 35px;
  width: 35px;
  object-fit: contain;
  margin-right: 10px;
}

.icon-row-wrapper {
  padding: 20px 0;
  border-top: 1px solid #666f7c;
  border-bottom: 1px solid #666f7c;
}

.checkavail {
  box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.4);
}

.checkavail-row {
  flex-direction: column;
}

.checkavail-title {
  margin: 0px 0 20px 0;
}

.checkavail-row > * {
  margin: 10px 0;
}

.checkavail-row .form-control {
  opacity: 0.9;
}

.location-title {
  color: var(--dark-blue);
  font-size: 19px;
}

.location {
  margin: 5rem 0 0 0;
}

.location-title > img {
  margin-right: 10px;
}

.location-map-img {
  width: 100%;
  border-radius: 3px;
  margin: 1.5rem 0;
}

.rates-wrapper {
  background: #eff0f1;
  padding: 20px;
  border-radius: 5px;
}

.rates-title {
  font-size: 20px;
  font-weight: bold;
}

.rate-pill {
  font-size: 13px;
  background: var(--golden-dark);
  padding: 20px;
  display: inline-block;
}

.rate-pill {
  font-size: 13px;
  background: var(--golden-dark);
  padding: 15px;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  color: #fff;
  margin: 15px 15px 0 0;
}

.rates-amount {
  margin-left: 10px;
  font-size: 19px;
  font-family: "Quicksand Medium", sans-serif;
}

#ratesTab {
  margin: 30px 0;
}

#ratesTab .nav-item {
  display: flex;
}

#ratesTab .nav-link {
  font-size: 16px;
  color: #999;
  border: 0;
  padding: 0.8rem 0;
}

#ratesTab .nav-link.active {
  font-family: "Quicksand Bold";
  position: relative;
  background: transparent;
  border: 0;
  color: #666;
}

#ratesTab .nav-link.active::after {
  content: "";
  background: var(--golden-dark);
  display: block;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 5px;
}

#ratesTab li:first-child {
  margin-right: 1.2rem;
}

#ratesTab li:not(:first-child) {
  margin: 0 1.2rem;
}

.ratecol-row {
  display: flex;
  font-size: 14px;
  margin: 15px 0;
}

.ratecol-title {
  font-weight: bold;
  font-size: 17px;
  color: var(--dark-blue);
}

.ratecol-value {
  font-weight: bold;
}

.ratecol-label {
  min-width: 80px;
}

.ratecol-row .value {
  font-weight: bold;
}

.policy-ul {
  color: #666f7c;
  padding-left: 1rem;
  font-size: 0.85rem;
}

.policy-ul li {
  margin: 7px 0;
  line-height: 1.5;
}

.policy-ul li::marker {
  color: #000;
}

.rules-title {
  font-size: 19px;
  font-weight: bold;
}

.section-rules {
  margin: 3rem 0;
}

.rules-row .fas {
  color: var(--golden-dark);
}

.rules-row {
  margin: 7px 0;
}

.creditcard-img {
  width: 45px;
  margin: 20px 0 10px 0;
}

.creditcard-text {
  margin: 0;
  font-size: 18px;
  color: var(--dark-blue);
  font-weight: bold;
}

.we-support {
  border-top: 1px solid var(--dark-blue);
  border-bottom: 1px solid var(--dark-blue);
}
.location-map-img iframe {
  width: 100%;
}

.all-gallery-img {
  display: none;
}

/* thumbs */
.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px;
}

.gallery-img-wrapper img {
  transform: scale(1);
  transition: all 0.3s;
}

.gallery-img-wrapper img:hover {
  transform: scale(1.05);
}

.new_tab_section {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding-left: 00;
  margin-top: 12px;
}
.tab-li {
  background: transparent !important;
}
/* .tab-li.resp-tab-active:after {
  content: "";
  background: var(--golden-dark);
  display: block;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 5px;
} */
li.tab-li.resp-tab-active a {
  font-family: "Quicksand Bold";
  position: relative;
  border: 0 !important;
  color: #666 !important;
  font-size: 16px;
  font-weight: 100;
  padding: 0.8rem 1rem;
}
.resp-tabs-list li {
  font-weight: 100;
  font-size: 16px;
  display: inline-block;
  padding: 4px 4px;
  margin: 0 4px 0 0;
  list-style: none;
  cursor: pointer;
  float: left;
}
.resp-tabs-list li a {
  color: rgb(153, 153, 153);
}
li.tab-li.resp-tab-item.hor_1.resp-tab-active {
  border-bottom: 3px solid #80805b !important;
}
li.tab-li.resp-tab-item.hor_1 {
  border: 0 !important;
}
.resp-tab-content {
  display: none;
  padding: 0 15px;
  position: relative;
  bottom: 20px;
}
.new_tab_section {
  border-bottom: 1px solid #eee;
}

.resp-tab-active {
  border: 1px solid #c1c1c1 !important;
  border-bottom: none;
  margin-bottom: -1px !important;
  padding: 2px 14px 14px 14px !important;
  border-top: 1px solid #c1c1c1 !important;
  border-bottom: 0px #fff solid !important;
}

.new_tab_section .amenities-ul {
  padding: 0 1rem;
}
.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 15px;
}

.resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}

.resp-content-active,
.resp-accordion-active {
  display: block;
}

/* .resp-tab-content {
  border: 1px solid #c1c1c1;
} */

h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 5px 15px;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0 0 4px;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  clear: none;
  margin: 3px 0 0;
}

.resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
  border-top: 1px solid;
  border: 1px solid #5ab1d0 !important;
  border-left: 1px solid !important;
  margin-bottom: 4px !important;
  border-right: 1px #fff solid !important;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 5px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #80805b;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9b9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #dbdbdb; /* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1; /* !important;*/
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1; /* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }

  h2.resp-accordion {
    display: block;
  }

  .resp-vtabs .resp-tab-content {
    border: 1px solid #c1c1c1;
  }

  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
  }

  .resp-accordion-closed {
    display: none !important;
  }

  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
}
@media (max-width: 767px) {
  .icon-box {
    margin-bottom: 16px;
    margin-left: 10px;
    font-size: 14px;
  }
  .icon-row {
    justify-content: flex-start;
    margin: 10px 0;
  }
  .icon-box img {
    margin-right: 0px;
  }
  .credit-card-text {
    display: flex;
  }
  .creditcard-text {
    font-size: 14px;
    margin-top: 17px;
    margin-left: 9px;
  }
  .form-margin {
    margin-top: 0;
  }
  .breadcrumb {
    padding-top: 45px;
  }
  .section-intro .section-title {
    font-size: 16px;
    font-weight: bold;
  }
  .rating {
    font-size: 10px;
  }
  .gallery-row {
    flex-direction: column;
  }
  .gallery-left-half,
  .gallery-right-half {
    width: 100%;
  }
  h2.resp-accordion a {
    color: #80805b;
    font-size: 16px;
    font-weight: bold;
  }
  h2.resp-accordion {
    padding: 12px 15px;
  }
  .disclaimer {
    font-size: 16px;
  }
  .rules-title,
  .iconrow-title,
  .supportheader {
    font-size: 16px;
  }
  .creditcard-img {
    width: 30px;
  }
  .supportpara {
    font-size: 14px;
  }
  .supportheader {
    margin-bottom: 10px;
  }
  .wesupport-heading h3 {
    font-size: 25px;
  }
  .contact-para p {
    margin-bottom: 0;
    line-height: 16px;
  }
  .margin-num-section {
    margin-bottom: 12px;
  }
  .margin-right-num {
    position: relative;
    right: 5px;
  }
  .icon-email {
    font-size: 20px !important;
  }
  .margin-mail {
    position: relative;
    right: 5px;
  }
}

.packagebox {
    margin: 10px;
    padding-left: 180px;
    background-image: url(../img/offer-bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #1e1e1e;
    height: 200px;
    color: #d9cfbd;
    border-radius: 10px;
    box-shadow: 0 0 12px -3px rgb(0 0 0 / 30%);
}
.packageprice {
    font-size: 32px;
    font-weight: 900;
    padding-top: 30px;
    line-height: 1;
    margin-bottom: 15px;
}
.packageprice small {
    font-size: 16px;
    display: block;
}
