@media (max-width: 991px) {
  .map_section .map_canvas_wrap,
  .map_section #map_content {
    width: 100%;
    height: 400px;
  }
}

.map_iframe {
  iframe {
    pointer-events: none;
  }
}

.section_icons .wrap h2,
h2 {
  font-family: var(--highlight-font);
  text-transform: uppercase;
  font-size: 52px;
  line-height: 52px;
  letter-spacing: 5.2px;
  text-align: center;
  font-weight: 400;
  font-style: normal;
}

h1 {
  letter-spacing: 5.2px;
}

#footer .footer_bottom .wrap.footer_hotels__wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  margin-bottom: 40px;
  margin-top: 40px;
  justify-content: space-evenly;
  gap: 50px;
  /* border-top: 1px solid var(--gray-800); */
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer_col__wrap {
  flex: 1;
  width: 33.3%;
  align-items: start;
  flex-direction: column;
  display: flex;
}

h3.footer_col__title {
  font-family: var(--first-font);
  font-size: 20px;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 600;
}

ul.footer_col__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_col__list li {
  margin-bottom: 10px;
  text-align: left;
}
.footer_col__list li a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
}
.footer_col__list li a:hover {
  color: var(--hover);
}

@media (max-width: 991px) {
  .footer_col__wrap {
    width: 100%;
    align-items: center;
  }
  #footer .footer_bottom .wrap.footer_hotels__wrap {
    flex-direction: column;
    align-items: center;
  }
  .footer_col__list li {
    text-align: center;
    margin: 0;
  }
}

#bookingform
  .fbqs__options
  [class^="section-"]
  .select_wrapper
  select.bf_select-dest {
  width: 100%;
}

#bookingform .fbqs__options [class^="section-"] .select_wrapper {
  max-width: 80%;
}

#video_page_container .video_content .content .title {
  font-family: var(--highlight-font);
}

#bookingform .fbqs__options {
  display: flex;
  flex-direction: row;
}

.hotel_list_wrap {
  flex: 1;
}

.select2-container--default .select2-selection--single {
  background: var(--bg-d-5);
  color: var(--bg-color-associated);
}

#bookingform .fbqs__options [class^="section-"] label {
  margin-bottom: 8px;
}

#bookingform .fbqs__options .col.firs_col [class^="section-"] {
  max-width: 70%;
}

@media (max-width: 991px) {
  #bookingform .fbqs__options .col.firs_col [class^="section-"] {
    max-width: 100%;
  }
  #bookingform .fbqs__options {
    flex-direction: column;
  }
}

.btn_col {
  flex-direction: column;
}

@media (max-width: 991px) {
  #bookingform .fbqs__options #js__fbqs__btn_submit {
    margin-left: 0;
  }
}

#bookingform .heading .the_subtitle,
#bookingform .fbqs__options [class^="section-"] label,
#bookingform .fbqs__options #js__fbqs__btn_submit {
  font-style: normal;
}

#bookingform .heading .title,
#bookingform .container_for_datepicker .ui-datepicker-calendar,
#bookingform .fbqs__options #js__fbqs__btn_submit,
#bookingform
  .container_for_datepicker
  .ui-datepicker-calendar
  tbody
  td
  .ui-state-default {
  font-family: var(--highlight-font);
}

#bookingform .fbqs__options #js__fbqs__btn_submit {
  text-transform: uppercase;
}

.copyright {
  font-family: var(--first-font);
  font-size: 16px;
  text-align: center;
}

.bg_white {
  background-color: white;
}

.title > span.aria-title {
  white-space: pre-line;
}

.mega_details .the_title {
  white-space: pre-line;
}

.mega_details .the_content {
  margin-top: 1em;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 400px;
}

/* .mega_details .the_content {
  word-wrap: break-word;
} */

.mega_details_wrapper .mega_details_inner_wrapper .mega_details_content .mega_details {
  word-wrap: break-word;
}