,
::root {
  --primary: #9c8a00;
  --fms-badge-color: #9c8a00;
  --border-radius: 8px;
}

.lb-content .success,
.lb-content .warning,
.lb-content .danger {
  text-align: center;
}

.lb-content .success i {
  background: #549b54;
}

.lb-content .warning i {
  background: #ffc107;
}

.lb-content .danger i {
  background: #f44336;
}

.lb-content .danger i,
.lb-content .success i,
.lb-content .warning i {
  font-size: 45px;
  text-align: center;
  border-radius: 50%;
  padding: 10px;
  margin: 15px 0;
  color: #fff;
}

header.new.headerArea {
  z-index: 1000;
}

.selectdatetext {
  padding: 5px 0;
  background: gainsboro;
  text-align: center;
}

.locationmessage {
  color: red;
}

.buttonRezervation {
  width: 100%;
  height: 50px !important;
}

.personArea button {
  width: 25px;
  height: 30px !important;
  min-width: fit-content !important;
  display: flex;
  align-items: center;
  background: white !important;
  color: black !important;
  border: 1px solid gray !important;
}

.flexButton input {
  text-align: center;
  height: 30px;
}

.date-picker-wrapper.no-shortcuts.no-gap.two-months {
  z-index: 10000 !important;
}

.ui-widget.formItems {
  position: absolute;
  top: calc(50% - (62.5px / 2));
  width: 100%;
  z-index: 100;
  max-width: 1160px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
}

.formItem button {
  background: var(--primary);
  border-radius: inherit;
  border: none;
  min-width: 100px;
  height: 33px;
  border-radius: 4px;
  width: 100%;
  color: white;
  font-weight: 600;
}

input#tags {
  width: 100%;
  text-indent: 15px;
  padding: 16px 5px;
  font-size: 13px;
  border-radius: 2px;
  font-weight: 600;
  background: 0 0;
  border: 1px solid #000;
}

ul#searchResult li i {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-right: 5px;
}

ul#searchResult li {
  display: flex;
  align-items: center;
  padding: 5px;
  border-top: solid 1px #d0d0d0;
}

input#tags::placeholder {
  color: #454545 !important;
}

.searchItem {
  display: flex;
  align-items: center;
  border-radius: 4px;
  width: 100%;
}

.searchItem input {
  border: none !important;
}

.searchItem i {
  font-size: 21px;
  padding: 5px;
}

ul#searchResult li:before {
  content: "";
}

ul#searchResult li {
  text-align: left;
  cursor: pointer;
  color: var(--primary);
}

ul#searchResult li:hover {
  background: var(--primary);
  color: #fff;
}

ul#searchResult {
  background: white;
  max-height: 215px;
  overflow-y: auto;
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 59px;
  left: 18px;
  border-radius: 8px;
  z-index: 10;
}

.widgetArea {
  display: flex;
  /* gap: 10px; */
  justify-content: space-between;
  background: #ffffffad;
  padding: 1px;
  box-shadow: 1px 1px 11px #e0e0e0;
  margin: 25px 0;
}

#daterangeRez {
  font-weight: 700;
  padding: 0;
  margin: 0;
  border: 1px;
  border-radius: 0px 0px 5px 5px;
  display: flex;
  align-items: center;
  min-width: 330px;
  justify-content: center;
}

.dateField {
  display: flex;
  align-items: baseline !important;
  gap: 10px;
  padding: 0px !important;
  text-align: left;
  font-size: 12px;
  align-items: center;
  text-align: center !important;
  justify-content: center;
  cursor: pointer;
  min-height: 30px;
}

.dateField:last-child {
  border-bottom: none;
}

.formItem {
  width: 100%;
  border-radius: 5px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  padding: 0px !important;
  background: white;
  margin: 5px 20px;
  border-radius: 15px !important;
  height: 50px;
}

.selectedPersons {
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
  min-width: 180px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.selectedPersons i {
  margin-right: 15px;
  font-size: 18px;
}

li.widget.full-width.widgetDetailArea {
  box-shadow: none;
  padding: 0;
}

.personArea {
  position: absolute;
  background: white;
  z-index: 100;
  padding: 5px;
  border-radius: 5px;
  top: 59px;
}

.formItemButton {
  border: none;
  background: transparent;
}

header.new.headerArea {
  height: auto;
  color: #fff;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background: white;
}

.FilterButton {
  text-align: center;
  border-radius: 30px;
  margin: 10px;
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  z-index: 10;
  width: 150px;
  background: #9c8a00eb;
  color: white;
}

.fixFilterOpen {
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  z-index: 100000000;
  height: 100vh;
  padding: 8px;
  width: 100%;
  height: 100vh;
  overflow: auto;
}

.FilterCloseButton {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 15px 20px 15px;
  font-size: 16px;
  background-color: var(--primary);
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
}

.box.Filters {
  position: relative;
}

.pageSection {
  margin-top: 25px;
}

.widgetDetailArea .widgetArea {
  display: flex;
}

.widgetDetailArea .formItem {
  display: block;
  border: none;
}

.widgetDetailArea #daterangeRez {
  flex-wrap: wrap;
}

.widgetDetailArea .widgetArea {
  margin: 0px;
  padding: 0px;
}

.widgetDetailArea #rezButton.portalButton {
  color: white !important;
}

.widgetDetailArea {
  margin-top: 0px !important;
}

.hotelDetailHeading {
  font-size: 20px !important;
}

.flexButton input {
  background: #ffffffba;
}

.flexButton input {
  background: #ffffffba;
}

.flexButton button {
  justify-content: center;
  font-size: 20px;
  width: fit-content;
}

.fastLink .active {
  background: wheat;
}

.footer {
  position: relative;
}

.row {
  margin: 0px;
}

.hotelSSLimg img {
  height: auto;
}

.hotelSSLimg {
  margin: 25px 0;
}

.menu .headerActionbar {
  display: none;
}
button#refreshRez {
  color: white !important;
}

.date-picker-wrapper.no-shortcuts.no-gap.single-month {
  z-index: 1000000;
}

.date-picker-wrapper.no-shortcuts.single-month.has-gap {
  z-index: 1000000;
}

.payinfo {
  display: block !important;
}

.suggestionHead {
  background: var(--primary);
  width: fit-content;
  padding: 5px;

  border-radius: 5px;
  font-weight: 700;
  font-size: 15px;
  box-shadow: 5px 5px 10px #c1c1c1;
  color: white;
}

.suggestionArea {
  margin: 15px 10px;
}

.suggestionArea p {
  margin: 10px 0;
}

.footerDesc {
  margin: 25px 0;
  line-height: 20px;
  font-weight: 500;
}

.rezText {
  margin: 15px;
  text-align: center;
}

.footer {
  position: relative !important;
  padding: 15px;
  background: whitesmoke;
}

.logos,
.etbisContainerActive {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-bottom {
  text-align: center;
}

.day.toMonth.valid.checked.tmp.first-date-selected.directionUp {
  background: var(--primary);
}

select#rezcurrency {
  width: 75px !important;
  border: none;
  padding: 1px !important;
  text-align: center;
}
.date-picker-wrapper .month-wrapper table .day.real-today {
  color: white !important;
}
.fastLink a {
  width: 100% !important;
}

.formItems .widgetArea {
  border-radius: 15px;
  /* background: linear-gradient(45deg, #acd0ea, transparent); */
  /* padding: 15px; */
}

.listDiscount {
  font-size: 10px;

  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.ratingArea {
  display: flex;
}
.listRating {
  background-color: var(--primary);
  border-bottom-right-radius: 30%;
  border-top-left-radius: 30%;
  border-top-right-radius: 30%;
  height: 20px;
  width: 20px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ratingValue {
  color: white;
  font-size: 14px;
}
.amentiysArea {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}

.filterInput {
  margin: 5px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 25px;
}

.filterInput input {
  height: 18px;
  width: 18px;
}

.filterInput label {
  padding: 0;
}

input#hotelName::placeholder {
  font-size: 18px;
}

.disableArea {
  pointer-events: none;
  opacity: 0.5;
}

.pageMenuHead {
  cursor: pointer;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}

.footer h6 {
  font-size: 16px;
}

.arrow {
  transition: transform 0.3s ease;
}

.accordion-content {
  display: none;
  padding: 5px;
}

.pageMenuHead i.fa-solid.fa-chevron-down.arrow {
  font-size: 10px;
}

.day.toMonth.valid.checked.first-date-selected.tmp.directionUp {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  color: white;
}

.day.toMonth.valid.checked.first-date-selected.tmp.directionDown {
  background-color: var(--primary);
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  color: white;
}

table th {
  border: none;
}
ymaps {
  z-index: 10 !important;
}
.full-width {
  padding: 0 0 0 10px;
}

.listHotel {
  border-radius: 8px;
}

form-group.row {
  border-radius: 8px !important;
}

.listAmenities > i {
  border-radius: 8px;
}

header.s-title.hotels {
  margin: 10px 0;
}

.totalHotels {
  border-radius: 4px;
}

.filter-multi-select .dropdown-item .custom-control-input {
  width: 14px;
  height: 22px;
}

.filter-multi-select > .dropdown-menu > .filter > button {
  font-weight: 900;
  color: white;
}

.wrap .formItems .widgetArea {
  border-radius: 8px;
  background: white;
}

header.new .citys .navmenu li a {
  height: 30px;
  border-radius: 10px;
}

.row .three-fourth {
  padding: 0;
}

.form-group.row {
  border-radius: 8px;
}

.errorDate {
  border-radius: 6px !important;
  border: 1px solid red !important;
}

.main .wrap .row one-fourth {
  padding: 0 !important;
}

.totalHotels {
  margin: 10px 0;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: black;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 12px;
  border-radius: 5px;
  z-index: 1000;
  display: none;
}

.langBar span {
  margin: 0;
}

.topRight > div {
  gap: 0;
}

ul.langItems {
  top: 33px;
}

.logos-etbis.one-third {
  display: flex;
}

.hotelSSLimg {
  flex-direction: column;
}

header.new .citys .navmenu li a:hover {
  background-color: var(--fms-badge-color);
}

header.new .citys .navmenu li a:hover {
  background-color: var(--primary);
}

header.new .headerText,
header.new .text,
.langBar span {
  font-size: 13px;
}

.form-group .form-control::placeholder {
  font-size: 12px;
}

input#hotelName::placeholder {
  font-size: 12px;
}

.hotelItemIn .imgArea {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.hotelListArea .hotelItemIn {
  border-radius: 8px;
  border: 1px solid #e7e6e6;
  box-shadow: none !important;
  min-height: 303px;
  max-width: 307px;
}

.hotelItem .hotelText .hotelName {
  text-indent: 0 !important;
  font-size: 1.2em;
  font-weight: 600;
}

.hotelText .city {
  color: #717171;
  margin: 0 0 7px 0;
}

.city i {
  margin-right: 5px;
  color: #717171;
  font-weight: 900;
}
.stars svg {
  width: 12px;
}

.hotelItemIn .hotelText {
  width: 100%;
  padding: 10px;
  min-height: 114px;
}
.hotelItemIn .listPrice {
  position: relative;
  background: transparent;
  width: 100%;
  border-left: none;
  border-top: 1px solid #eee;
  padding-bottom: 0;
}
.hotelItemIn .listPriceContent {
  flex-direction: row;
  gap: 10px;
  margin-bottom: 0;
  justify-content: flex-end;
}

.hotelItemIn .listDiscount {
  position: absolute;
  left: 15px;
  top: 17px;
  background-color: transparent;
}

.hotelText .listDiscount::before {
  display: none;
}

.disConts {
  border-radius: 8px;

  width: 100%;
  height: 33px;
  padding: 1px;
  justify-content: center;
}

.CatITem h3 {
  background-color: white;
  color: black;
  text-align: left;
  justify-content: left;
  border-radius: 16px;
  font-weight: 600;
  padding: 7px;
  font-size: 12px;
}

.CatITem {
  border-radius: 8px;
}

.formItem.serachLoc {
  justify-content: flex-start;
}
.etbis {
  margin-left: 15px;
}
.logos > p {
  margin-right: 15px !important;
}
#mobileWhatsapp {
  z-index: 1000;
}
.tab-content article {
  box-shadow: none;
}
section.three-fourth.section-accommodation-content section {
  border-radius: 4px;

  margin-bottom: 10px;
}
.one-third-div {
  font-weight: 700;
  font-size: 18px;
  margin: 15px 0;
}
.roomItem .tab-menu .current {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.unexped {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: white;
}

aside .widget,
.hotel-details,
.tour-details,
.cruise-details,
.calendarAvailibiltyIn,
#rezInfoSearchArea,
.detailsRate,
.widgetDetailArea .widgetArea {
  border-radius: 4px;
}

.rezinput textarea {
  border-radius: 5px !important;
}

.showBillArea div,
.showNotArea div {
  margin: 5px;
}

.basketButtons .deleteRez {
  color: white;
}

.hotelsslimg {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.hotelsslimg > * {
  width: 48px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hotelsslimg i {
  font-size: 28px;
}

.listDiscount::after,
.disConts:after {
  content: none;
}

#boxed {
  position: relative;
}

.loadingPrice {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff91;
  z-index: 100;
  display: flex;
  justify-content: center;
  padding: 10%;
  display: none;
}

.loadingArea {
  height: auto;
  font-size: 25px;
  font-weight: 700;
}

.loadingArea p {
  padding: 10px;
}

.loadingArea img {
  width: 100%;
}
header.s-title h1 {
  margin: 0 10px;
}
.score {
  font-size: 16px;
  font-weight: 700;
  background: #000000;
  color: white;
  width: fit-content;
  padding: 3px;
  border-radius: 5px;
}
.score-badge {
  display: inline-block;
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
}
.close {
  right: 0 !important;
}

.textSliderArea {
  position: absolute;
  top: calc(50% - (110px));
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  color: #fff;
  padding: 18px 0px;
  font-weight: bold;
  border-radius: 24px;
  text-align: center;
  font-size: clamp(24px, 2vw, 27px);
  text-shadow: 2px 2px 8px #000;
}

.slider {
  position: relative;
}

.textSliderArea-shadow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0px;
  z-index: 9;
  pointer-events: none;
  box-shadow: 0 0 121px 81px #00000080;
  border-radius: 60px;
}

.rezinfoItem select {
  font-size: 13px !important;
  font-weight: 600 !important;
}
.inner-nav li.active a:after {
  display: none !important;
}
.bookNow > a {
  color: white !important;
}
.elektra-hotels #rezpicker {
  z-index: inherit;
}
.one-fourth {
  padding: 0 !important;
}
@media (max-width: 1200px) {
  .bestpriceTag {
    position: relative !important;
  }

  header.new .citys .wrap {
    padding-top: 3px;
  }
  .footer .social {
  }
  header.new .topLeft .socials {
    display: none;
  }
  header.new .topLeft {
    justify-content: center !important;
  }

  header.s-title.hotels {
    flex-wrap: wrap;
  }

  .totalHotels {
    margin: 0;
    width: 100%;
  }

  .menu ul.langItems {
    position: relative;
    top: 0;
    display: flex;
    background: transparent;
  }

  .menu ul.langItems li {
    border: none;
    padding: 4px;
    margin: 0 18px;
  }

  .menu .headerActionbar {
    flex-direction: column;
  }

  .menu .langBar:hover .langItems {
    display: flex !important;
  }

  .menu .headerActionbar {
    display: block;
  }

  .menu .socialm .social {
    margin: 22px 20px;
  }
  .main-nav {
    height: 5px;
  }
}

@media (min-width: 921px) {
  .FilterButton {
    display: none;
  }

  #filterBoxArea {
    position: sticky;
    top: 11.5rem;
    overflow-y: auto;
    max-height: 80vh;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .formItems {
    position: sticky;
    top: 113px;
    z-index: 100;
  }
}

@media (max-width: 920px) {
  .formItem {
    border: 1px solid #c8c8c8 !important;
    margin: 5px;
  }

  .formItemButton {
    border: none !important;
  }

  .Filters {
    display: none;
  }

  .widgetArea {
    flex-wrap: wrap;
    justify-content: center;
    /* width: 88%; */
    margin: auto;
    border: 0;
    background: white;
    /* border-radius: 25px; */
    margin: 26px 0;
    padding: 5pxx !important;
  }

  .ui-widget.formItems {
    position: relative;
    top: -40px;
    width: 94%;
  }

  ul#searchResult {
    left: 0;
    top: 56px;
  }

  li.lslide.active,
  ul#hero-main {
    height: 300px;
  }

  .date-picker-wrapper.no-shortcuts {
    z-index: 100;
  }
  .textSliderArea {
    top: 30% !important;
  }
  header.new .wrap {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
}
@media (max-width: 767px) {
  .lightbox {
    font-size: 13px;
  }
  .listContact {
    justify-content: space-between !important;
  }
  .calendarAvailibiltyIn {
    border-top-left-radius: 0 !important;
  }

  .one-third-div {
    text-align: center;
  }
  .tab-content h2 {
    margin: 0;
  }
  .lSSlideWrapper.usingCss {
    border-radius: 9px;
  }
  header.s-title {
    margin: 30px 0 20px 0px;
  }
  .hide-on-mobile {
    display: none;
  }

  .close-btn {
    display: block;
    background: none;
  }

  .totalHotels {
    margin: 10px;
  }

  .totalHotels {
    border-radius: 30px;
  }

  .pageMenuHead {
    justify-content: center;
  }

  .fastLink a {
    text-align: center;
  }

  .listDiscount {
    border-radius: 4px;
  }

  .date-picker-wrapper {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 95%;
    height: 95%;
    max-width: none;
    max-height: none;
    background: white;
    padding: 20px;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
  }

  .listDiscount::before,
  .listDiscount::after {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .date-picker-wrapper .month-wrapper table {
    width: 100%;
  }
}

.flex {
  display: flex;
}

.contactArea {
  position: relative;
  right: inherit;
  bottom: inherit;
  z-index: 10000;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0;
  background: #eff4fc;
  padding: 15px;
  border-radius: 43px;
}

.breadcrumb span {
  border-right: 1px solid #cccccc;
  padding: 0px 5px;
}

.breadcrumb span:last-child {
  border: navajowhite;
}

.priceArea .rate {
  color: white;
  font-size: 16px;
  background: #6cb56c;
  text-align: center;
  border-radius: 3px;
  /* width: fit-content; */
  padding: 5px;
  margin: 3px 0;
}

#backButton {
  padding: 5px;
}
.bookNow > a {
  width: 100%;
}

.listDiscount {
  background-color: #6cb56c;
}

.sectionItem {
  margin: 10px 0;
}

/*Gallery Css */
.gallery {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 15px;
  margin: auto;
}

.swiper {
  width: 100%;
  height: 100%;
  max-height: 515px;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.thumbs {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-height: 550px;
}

.thumbs img {
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
  max-height: 250px;
  object-fit: cover;
}

/*Galery Css End */

.textwidget.openShareArea.active {
  display: block !important;
  position: absolute;
  z-index: 1000;
  background: #ffffffdb;
  padding: 6px;
  min-width: 200px;
  left: -138px;
}

.tab-content article {
  padding: 0px;
  background: #f2f8ff;
  border-radius: 0px 10px 10px 10px;
}

.roomTypeItem:hover {
  background: inherit;
}

.ActionBarHeader {
  display: flex;
  justify-content: space-between;
}

.ActionBarHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shareButton {
  background: #f2f8ff;
  padding: 10px;
  margin: 10px 0;
  font-weight: 700;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}

.contactArea a > span:first-child {
  width: auto;
}

.ActionBarHeader .cAreaCon.address {
  gap: 5px;
  font-size: 20px;
  margin: 0;
}

header.s-title {
  margin: 0px;
}

.text-wrap {
  padding: 15px;
  line-height: 28px;
}

.infoArea {
  margin: 10px 0;
  border-radius: 10px;
  padding: 10px 0;
  background: #f2f8ff;
  display: inline-block;
  z-index: 0;
  width: 100%;
}

.infoArea .contactArea a {
  display: flex;
  gap: 10px;
}

.contactArea a.address > span:last-child {
  color: inherit;
}

.detailPriceArea .priceArea .listPriceContent {
  margin: 0;
  min-width: 120px;
  /* padding: 18px 35px; */
}
.detailPriceArea .priceArea {
  display: inline-block;
  position: relative;
  padding: 18px 35px;
}

.detailPriceArea {
  /* padding: 18px 35px; */
  position: absolute;
  z-index: 1000;
  right: 10px;
  background: #ffffffc2;
  border-radius: 0 0px 10px 10px;
}

.detailPriceArea .listDiscount {
  position: relative;
  margin-left: 50px;
}

.inner-nav li {
  border-radius: 10px;
}

#nationalitymarketArea .select2 {
  display: none;
}

/*List Design*/

.listHotelItem {
  padding: 0;
}

.listPrice {
  padding: 5px;
}

.listImg img {
  border-radius: 5px 0px 0px 5px;
}

.listName a {
  font-size: 22px;
}

@media (max-width: 720px) {
  .listInfoCon {
    padding: 5px;
  }

  .gallery {
    grid-template-columns: 1fr;
  }

  .gallery .thumbs {
    display: none;
  }
}

.form-group.row > label {
  font-weight: 600;
}

input#hotelName {
  background: #eff4fc;
  padding: 15px;
  border-radius: 25px;
}

.listStar > i {
  font-size: 20px;
}

/*list Design End */

.bestpriceTag {
  color: #65d3a0;
  font-size: 15px;
  position: absolute;
  top: 0;
  z-index: 11;
  background: #ffffffc4;
  padding: 10px;
  font-size: 20px;
  border-radius: 5px;
  margin: 5px;
}

.facilitiesArea li span {
  line-height: 12px;
}

#showPopup .lb-content {
    margin-top: 38px;
}