.vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.vc_column_container>.vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.cursor-pointer,
.mouse-pointer {
  cursor: pointer;
}

#chartdiv {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0px;
  left: 0px;
}

.shine {
  background: #f6f7f8;
  background-image: linear-gradient(to right,
      #f6f7f8 0%,
      #edeef1 20%,
      #f6f7f8 40%,
      #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 800px 100%;
  display: inline-block;
  position: relative;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-name: placeholderShimmer;
  -webkit-animation-name: placeholderShimmer;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}

.shine_box {
  height: 104px;
  width: 100px;
}

.shine_box_100 {
  height: 100%;
  width: 100%;
  border-radius: 7px;
}

.shine_div {
  display: inline-flex;
  flex-direction: column;
  margin-left: 25px;
  margin-top: 15px;
  vertical-align: top;
}

.room-list.modify-room-list .hotel-item {
  max-width: 100%;
  margin: 0 auto;
}

.room-list.existing-room-list .hotel-item {
  max-width: 100%;
  margin: 0 auto;
}

.room-list.existing-activity-list .hotel-item {
  max-width: 100%;
  margin: 0 auto;
}

.modify-room-section-title {
  margin-bottom: -10px;
}

.destination-container img {
  max-width: 100%;
  height: auto;
}

lines {
  height: 15px;
  margin-top: 10px;
  width: 200px;
}

photo {
  display: block !important;
  width: 325px;
  height: 100px;
  margin-top: 15px;
}

@keyframes placeholderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

@-webkit-keyframes placeholderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

.ui-autocomplete-loading,
.loadingGif {
  background: url(http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/images/ui-anim_basic_16x16.gif) no-repeat right center;
}

.hotel-serviceBlock .hotel-item .card {
  max-height: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .galleryBlock .fotorama__wrap {
    height: 100% !important;
  }

  .galleryBlock .fotorama__wrap .fotorama__stage {
    height: calc(100% - 68px) !important;
  }

  .galleryBlock .fotorama__wrap .fotorama__stage .fotorama__stage__shaft {
    height: 95% !important;
  }

  .galleryBlock .fotorama__wrap .fotorama__stage .fotorama__stage__shaft img.fotorama__img {
    height: 100% !important;
    object-fit: cover !important;
  }
}


.pricing-box {
  -webkit-box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.1);
  padding: 35px 30px;
  border-radius: 20px;
  background-color: white;
  position: relative;
}



.pricing-box .plan {
  font-size: 20px;
}

.pricing-badge {
  position: absolute;
  top: 0;
  z-index: 999;
  right: 0;
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 0;
  overflow: hidden;
  height: 100px;
}

.pricing-badge .badge {
  float: right;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -67px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 13px;
  margin: 0;
  padding: 7px 10px;
  font-weight: 500;
  color: #ffffff;
  background: #fb7179;
}

.mb-2,
.my-2 {
  margin-bottom: .5rem !important;
}

p {
  line-height: 1.7;
}

.amenitiesTime {
  font-size: 12px !important;
  white-space: nowrap;
}

.amenitiesTime div {
  font-size: 12px !important;
}

.amenitiesDivider {
  margin-left: 15px;
  margin-right: 10px;
  top: 10px;
  height: calc(100% - 15px);
  border-right: 1px solid #ad9d73;
  position: relative;

}

.amenitiesDivider::before {
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  left: -3.5px;
  border-radius: 4px;
  border: 1px solid #ad9d73;
  background: #ad9d73;
  top: -4px;
}

.amenitiesDivider::after {
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  left: -3.5px;
  border-radius: 4px;
  border: 1px solid #ad9d73;
  background: #ad9d73;
  bottom: 0;
}

.amenitiesDivider .airplane-icon {
  position: absolute;
  color: #ad9d73;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  max-width: 30px;
  max-height: 34px;
}

.amenities-items {
  display: block;
}

.amenities-item {
  display: flex;
  align-items: center;
  flex-basis: 100%;
  line-height: 14px;
  font-size: 12px;

}

.amenities-item img {
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 34px;
}

.amenities-item-text {
  margin-left: 5px;

}

.utaContentPara {}

.utaContentPara img {
  height: 32px;
  width: 32px;
  float: left;
  margin-right: 10px;
  line-height: 14px;
}

.paddingCustom {
  padding: 10px;
}

.paddingCustom p {
  font-size: 12px !important;
  line-height: 14px !important;

}

.customNavTab {}

.customNavTab li {}

.customNavTab li a {
  padding: 5px;
  border: 0px solid var(--primary-color);
}

.customNavTab li a img {
  width: 60px;
  height: 60px;
}

.imagePreview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  min-width: 500px;
  height: 280px;
  overflow: hidden;
}



.icon-shape {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}

.icon-sm {
  width: 2rem;
  height: 2rem;

}



#ancillary-selection-popup .nav.nav-tabs .nav-item .nav-link {
  font-size: 15px;
  line-height: 0px;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0d0d0d;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
  margin-top: 10px;
}

#ancillary-selection-popup .modal .modal-dialog .modal-content {
  background: #fff;
  box-shadow: 0px 6px 25px rgba(53, 0, 50, 0.2);
  border-radius: 10px;
  border: none;
  padding: 10px;
}

#ancillary-selection-popup .meal-content .accordion .accordion-header .accordion-button {
  /* transition: all 0.8s ease-in; */
  /* color: var(--primary-color); */
  /* padding: 1rem 0.725rem 1rem 0; */
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  color: #000;
  font-weight: 500;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#ancillary-selection-popup .modal-footer {
  padding-bottom: 0;
  padding-top: 10px;

}

#ancillary-selection-popup .btn.btn-primary.continue-btn-loading {
  position: relative;
  height: 39px;
  min-width: 100px;
  transition: all 0.8s ease-in;
  line-height: 11px;
}




.pod_section {
  /* display: flex; */
  /* padding: 1px; */
  margin-top: 15px;
}

.pod_slot {
  min-height: 100px;
  border: 4px solid #e4e4e4;
  border-radius: 10px;
  margin-bottom: 10px;
  /* margin-left: 10px; */
}


.pod_section ul {
  list-style-type: none;
}

.pod_section li {
  display: inline-block;
}

.pod_section input[type="radio"] {
  display: none;
}

.pod_section label {
  border: 1px solid #fff;
  position: relative;
  margin: 5px;
  cursor: pointer;
  background-image: url("leftbed.svg");
  width: 70px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.pod_section label span {
  position: absolute;
  top: 7px;
  left: -25px;
  font-size: 9px;
  font-weight: bold;
  color: #000;
}

.pod_section .rightsPods label span {
  position: absolute;
  top: 7px;
  right: -30px;
  font-size: 10px;
  left: auto;
}

.pod_section .centerPods label span {
  position: absolute;
  top: 7px;
  right: -30px;
  font-size: 10px;
  left: auto;
}

.pod_section .rightsPods label {
  background-image: url("rightbed.svg");
}


.pod_section .centerPods label {
  background-image: url("centerbed.svg");
}


.pod_slot_box {
  display: flex;
  justify-content: center;
}

.leftPods {
  box-sizing: border-box;
  position: relative;
}

.leftPods:after {
  content: "";
  position: absolute;
  top: 19px;
  right: -2px;
  height: 66%;
  border-right: 4px solid #a3a3a3;
  z-index: 0;
  border-radius: 10px;
}

#owl-demo .item img {
  display: block;
  width: 100%;
  height: 200px !important;
  object-fit: cover;
  object-position: center;
}

/* img {
  width: 100%;
  height: 500px!important;
  object-fit: cover;
  object-position: center;
} */

.pod_main {
  margin-bottom: 50px;
}

.pod_section label img {
  height: 60px;
  width: 60px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

.pod_section .leftPods :checked+label {
  background-image: url("leftbed_selected.svg");
}

.pod_section .leftPods label:hover {
  background-image: url("leftbed_hover.svg");
}


.pod_section .leftPods input:disabled+label {
  background-image: url("leftbed_disabled.svg");
}

.pod_section .rightsPods :checked+label {
  background-image: url("rightbed_selected.svg");
}

.pod_section .rightsPods label:hover {
  background-image: url("rightbed_hover.svg");
}

.pod_section .rightsPods input:disabled+label {
  background-image: url("rightbed_disabled.svg");
}


.pod_section .centerPods :checked+label,
.pod_section .centerPods label:hover {
  background-image: url("centerbed_selected.svg");
}

.pod_section .centerPods input:disabled+label {
  background-image: url("centerbed_disabled.svg");
}




.pod_section :checked+label img {
  transform: scale(0.9);
  box-shadow: 0 0 5px #333;
  z-index: -1;
}




.hotel-serviceBlock {
  padding: 20px;
  /* background: rgba(var(--primary-color-rgb), 0.05); */
  height: 100%;
}

.hotel-serviceBlock .hotel-item {
  position: relative;
}

.hotel-serviceBlock .hotel-item .card {
  overflow: hidden;
}

.hotel-serviceBlock .hotel-item .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 230px;
}

.hotel-serviceBlock .hotel-item .card .card-title {
  font-size: 18px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  margin-bottom: 0;
}

.hotel-serviceBlock .hotel-item .card .card-text {
  margin-top: 4px;
  font-size: 13px;
  line-height: 18px;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
}

.hotel-serviceBlock .hotel-item .card .card-text.hotel-desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.hotel-serviceBlock .hotel-item .card .price {
  font-size: 18px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  color: #0d0d0d;
}

.hotel-serviceBlock .hotel-item .card .facilities {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.hotel-serviceBlock .hotel-item .card .facilities i {
  color: rgba(13, 13, 13, 0.6);
}

.hotel-serviceBlock .hotel-item .card .facilities i+i {
  margin-left: 16px;
}

.hotel-serviceBlock .hotel-item .card .carousel .carousel-control-next,
.hotel-serviceBlock .hotel-item .card .carousel .carousel-control-prev {
  display: none;
}

.hotel-serviceBlock .hotel-item.hotelRoom .card {
  max-height: none;
}

.hotel-serviceBlock .hotel-item .selectedStrip {
  display: none;
}

.hotel-serviceBlock .hotel-item.selected .selectedStrip {
  display: block;
  width: 128px;
  height: 128px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}

.hotel-serviceBlock .hotel-item.selected .selectedStrip::before,
.hotel-serviceBlock .hotel-item.selected .selectedStrip::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #ddd;
}

.hotel-serviceBlock .hotel-item.selected .selectedStrip span {
  position: absolute;
  display: block;
  width: 206px;
  padding: 8px 0;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: var(--primary-color);
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  font-family: "Inter", sans-serif;
  text-align: center;
}

.hotel-serviceBlock .hotel-item.selected .selectedStrip-top-left {
  top: -10px;
  left: -10px;
}

.hotel-serviceBlock .hotel-item.selected .selectedStrip-top-left::before,
.hotel-serviceBlock .hotel-item.selected .selectedStrip-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}

.hotel-serviceBlock .hotel-item.selected .selectedStrip-top-left::before {
  top: 0;
  right: 0;
}

.hotel-serviceBlock .hotel-item.selected .selectedStrip-top-left::after {
  bottom: 0;
  left: 0;
}

.hotel-serviceBlock .hotel-item.selected .selectedStrip-top-left span {
  right: -25px;
  top: 34px;
  transform: rotate(-45deg);
}

.hotel-serviceBlock .no-flight {
  background: transparent;
}

.hotel-serviceBlock .hotelItm-price {
  text-align: end;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}




#comboModal .nav.nav-tabs .nav-item .nav-link {
  font-size: 15px;
  line-height: 0px;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0d0d0d;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
  margin-top: 10px;
}

#comboModal .modal .modal-dialog .modal-content {
  background: #fff;
  box-shadow: 0px 6px 25px rgba(53, 0, 50, 0.2);
  border-radius: 10px;
  border: none;
  padding: 10px;
}

#comboModal .accordion .accordion-header .accordion-button {
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  color: #000;
  font-weight: 500;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  color: #000;
  font-weight: 500;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#comboModal .modal-footer {
  padding-bottom: 0;
  padding-top: 10px;

}

#comboModal .btn.btn-primary.continue-btn-loading {
  position: relative;
  height: 39px;
  min-width: 100px;
  transition: all 0.8s ease-in;
  line-height: 11px;
}

#comboModal .accordion .accordion-collapse .accordion-body {
  padding: 1rem 1.5rem;
  background: transparent;
}

#comboModal .card-footer {
  background: transparent;
  border-top: 0;
  width: 100%;
  text-align: end;
}

#comboModal .card-footer button {
  text-align: center;
  width: 100%;
}

#offcanvasRight {
  background-color: rgb(246, 246, 246);
  padding: 14px;
}

.comboAncillaryBtn {
  line-height: 10px;
}

.comboAncillaryBtnFooter {
  background-color: transparent;
  border: 0px;
  padding-bottom: 0;
}

.comboCard {
  width: 12rem;
  margin: 15px;
  padding: 12px;
  box-shadow: 6px 9px 4px rgba(0, 0, 0, 0.18);
}

#comboContent h6 {
  border-width: 0px;
  box-sizing: border-box;
  color: rgb(0, 0, 0);
  display: inline;
  margin: 0px;
  padding: 0px;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  font-weight: bold;
  text-decoration: underline;
}

.comboCard .card-title {
  text-align: center;
}

#offcanvasRight {}

#offcanvasRight .offcanvas-header {
  padding-left: 15px;
  border-bottom: 1px solid #ccc;
  margin-right: 60px;
  margin-left: 15px;

}

#offcanvasRight h5 {
  font-size: 16px;
}

#offcanvasRight .comboCard h5 {
  font-size: 14px;
}

#offcanvasRight .hotel-serviceBlock {
  padding: 5px;
  margin-bottom: 20px;
}

.lounge_section .list-group-item img {
  max-width: 30px;
  margin-right: 15px;
}

.lounge_section .list-group-item{
  font-size: 12px;
}