#main_search_box #land_result .landviewbox {
  line-height: 1.4286;
}

#main_search_box #land_result .landviewbox form > div {
  margin-bottom: 0;
}

.hidden {
  display: none !important;
}

#searchDealsSideBar .showHideButton {
  z-index: 999;
}

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

.d-flex {
  display: flex;
}

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

.deals_search_box_tours a {
  cursor: pointer;
}

.total_tour_counts {
  font-size: 24px;
  font-weight: bold;
  color: #444;
  text-align: center;
  margin-top: 8px;
}

.total_tour_counts span {
  font-size: 15px;
}

.filter {
  padding: 7px;
}

.p-6px {
  padding: 6px 12px !important;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4286;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  top: 16px;
  position: absolute;
  right: 12px;
}

.btn .caret {
  margin-left: 0;
}

.btn-search-tours {
  background-color: #ff3048;
  color: white;
  border: 1px solid #fff;
  padding: 8px 15px 6px;
  font-size: 16px;
  text-transform: uppercase;
  width: 90%;
  margin: 0 auto 5px;
  font-weight: normal;
}

.btn-search-tours:focus,
.btn-search-tours:hover {
  background-color: #c80101;
  color: white;
  box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
}

.btn-search-tours:active {
  background-color: darkred;
}

.close-dropdown {
  padding: 0 20px;
  cursor: pointer;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  width: 100%;
  padding: 5px 0;
  margin: 2px 0 0;
  margin-top: -1px;
  font-size: 14px;
  box-sizing: border-box;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgb(0 0 0 / 15%);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgb(0 0 0 / 17.5%);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.landviewbox .dropdown-menu {
  margin-top: 0;
  padding: 12px;
}

.col-xs-12 {
  width: 100%;
}

.filter-panel select {
  border: 1px solid #666;
}

.departuredate-select select {
  padding: 5px;
}

.start-date-options {
  margin-bottom: 10px;
  float: left;
  padding-right: 10px;
}

.end-date-options {
  margin-bottom: 12px;
}

.filter-border-top {
  border-top: 1px solid #ccc;
  padding-top: 12px;
  float: left;
  width: 100%;
}

.per-person-slider,
.per-day-slider,
.trip-length-slider,
.tour-quality-slider {
  margin: 0 auto 20px;
  width: 96%;
}

.checkbox label {
  min-height: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.landviewbox label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.per-person-slider label + label,
.per-day-slider label + label,
.trip-length-slider label + label,
.tour-quality-slider label + label {
  float: right;
}

/* ======= range slider ======= */
.theme-deepblue .back-bar {
  height: 5px;
  border-radius: 2px;
  background-color: #eee;
  background-color: #e7e7e7;
}

.per-person-slider .slider-container .back-bar,
.per-day-slider .slider-container .back-bar,
.trip-length-slider .slider-container .back-bar {
  height: 8px;
  position: relative;
}

.noUi-connect {
  background: #0072ba;
}

[disabled] .noUi-connect {
  background: #0072ba;
  transform: none !important;
}

.noUi-handle::after {
  display: none;
}

.noUi-handle::before,
.noUi-handle::after {
  display: none;
}

.noUi-horizontal {
  height: 10px;
}

.noUi-handle {
  border-radius: 50%;
  background: #fff;
  border: 1px solid #0072ba;
}

.noUi-horizontal .noUi-handle {
  height: 20px;
  width: 20px;
  right: -9px;
  top: -7px;
}

#price-ranges-filter-dropdown label {
  font-size: 14px;
}

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

.btn.group-btn {
  color: #0072ba;
  background-color: #fff;
  border-color: #0072ba;
}

.btn.group-btn.active {
  color: #fff;
  background-color: #0072ba;
  border-color: #0072ba;
}

.btn.group-btn:hover {
  color: #fff;
  background-color: #0072ba;
  border-color: #0072ba;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified .btn {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -4px;
}

.btn-group > .btn:not(:first-child, :last-child, .dropdown-toggle) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn:first-child:not(:last-child, .dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  margin-bottom: 10px;
}

.search--box select {
  font-size: 17px;
  width: 100%;
  background: #fff;
  appearance: none;
  cursor: pointer;
  background-color: white;
  color: #000;
  border-radius: 2px;
  padding: 5px;
  outline: 0;
  border: none;
}

.select_box select:focus {
  outline: none;
}

.checkbox-container input {
  position: absolute;
  opacity: 1;
  cursor: pointer;
  margin-left: 10px;
  margin-top: 1px;
  width: 18px;
  height: 18px;
}

span.select2-selection--multiple input {
  /* for location filter */
  margin-left: 0 !important;
  font-size: 15px !important;
  min-height: 22px;
  padding-left: 12px !important;
}

#select2-js-tour-name-container span.select2-selection__placeholder {
  margin-left: 4px;
  font-size: 15px;
}

#select2-js-tour-name-container {
  line-height: auto;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  height: 100%;
  margin-bottom: -3px;
}

.select2-container {
  z-index: 9999;
}

.search--box .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 2px;
  padding-right: 0;
}

ul#select2-js-tour-city-container .select2-selection__choice__display {
  padding-left: 4px !important;
}

.search--box {
  display: inline-block;
  width: 100%;
  position: relative;
}

.search--box .select2-container--default .select2-selection--multiple .select2-selection__choice {
  position: relative;
  padding-right: 20px;
}

.search--box .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: none;
}

.search--box .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.search--box .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background: none;
}

.select2-results .select2-results__option--selected {
  background-color: #bbb;
  color: #fafafa;
}

.search--box button {
  position: absolute;
  float: right;
  right: 6px;
  bottom: 3px;
  width: 20px;
  background: none;
  color: #1b4a7f;
  font-size: 17px;
  border: 0;
  cursor: pointer;
}

.search--box .select2-selection__choice button {
  position: absolute;
  float: right;
  right: 0;
  width: 20px;
  padding-top: 4px;
  background: none;
  color: #1b4a7f;
  font-size: 17px;
  border: 0;
  cursor: pointer;
}

span.select2-selection.select2-selection--single {
  width: 100%;
  height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
  padding-left: 11px;
  font-size: 14px;
}

.select2-selection__arrow {
  display: none;
}

.search--box .select2 {
  width: 100% !important;
}

.center-spaced-items {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

#main_search_box #land_result .landviewbox input[type="date"],
#main_search_box #land_result .landviewbox input[type="text"],
#main_search_box #land_result .landviewbox select {
  appearance: auto;
  cursor: pointer;
  background-color: white;
  color: #000;
  border-radius: 2px;
  padding: 5px;
  outline: 0;
  border: 1px solid #666;
}

#main_search_box #land_result .landviewbox form {
  background: transparent;
  border-radius: 0;
  border: none;
  color: #333;
  padding: 0;
  box-sizing: border-box;
  font-size: 13px;
  margin-top: 7px;
}

.col-fancybox {
  columns: 2;
  line-height: 1.2;
}

.fancybox-type-tour {
  width: 100% !important;
  max-width: 600px !important;
  left: 460px;
}

.fancybox-type-tour .fancybox-inner {
  width: 100% !important;
}

.hide_fancybox_content {
  display: none;
}

.fancybox_content .top-containt {
  text-align: center;
  color: #5b789b;
  font-size: 20px;
}

.fancybox_content .top-containt-map {
  text-align: center;
  color: #5b789b;
  font-size: 20px;
}

.fancybox_content .top-containt h2 {
  font-size: 28px;
  color: #004a83;
  margin-bottom: 5px;
}

.fancybox_content .top-containt-map h2 {
  font-size: 28px;
  color: #004a83;
  margin-bottom: 5px;
  margin-top: 0;
  font-weight: 600;
  line-height: 33px;
}

.sticky-box-bot {
  position: sticky;
  bottom: 0;
  margin-bottom: 3px;
  background: #f9f9f9;
  display: flex;
  justify-content: space-between !important;
}

.fancybox_content .sticky-box-bot {
  padding-top: 15px;
  margin-top: 10px;
}

.checkbox {
  position: relative;
  margin: 0 5px 7px 0;
  width: 100%;
}

.checkbox input[type="checkbox"] {
  position: absolute;
  margin-left: 0;
  margin-top: 2px;
  line-height: normal;
  box-sizing: border-box;
  padding: 0;
}

.checkbox + .checkbox {
  margin-top: 0;
}

#tour_advance_search_btn {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin: 7px 0 15px !important;
  color: #224c7e;
}

#tour_advance_search_btn span:hover {
  color: #ff3048;
  cursor: pointer;
  text-decoration-line: underline;
}

#guranteedFilter {
  margin: 10px 0;
  position: relative;
  font-size: 14px;
  text-align: center;
}

#price_ranges_filter {
  text-align: left;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.two-line-label {
  display: flex;
  flex-direction: column;
}

#main_search_box #land_result .landviewbox select.location-filter-select {
  display: inline-block;
  width: 50px;
  margin: 0 3px;
  border: none;
  border-radius: 3px;
  padding: 5.5px 17px 7.5px 7px;
  font-size: 15px;
  appearance: none;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M311.9 335.1l-132.4 136.8C174.1 477.3 167.1 480 160 480c-7.055 0-14.12-2.702-19.47-8.109l-132.4-136.8C-9.229 317.8 3.055 288 27.66 288h264.7C316.9 288 329.2 317.8 311.9 335.1z"/></svg>');
  background-repeat: no-repeat;
  background-size: 10px 11px;
  background-position-x: calc(100% - 5px);
  background-position-y: calc(100% - 13px);
}

.location-filter-qtip {
  margin-left: 3px;
}

@media only screen and (max-width: 1199px) {
  .two-line-label {
    display: flex;
    flex-direction: column;
  }
}

.checkbox-container {
  font-weight: normal !important;
}

.my_qtip_icon {
  margin-left: 30px;
}

.my_qtip {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

#filters_container_sticky {
  overflow: auto;
}

#odysseus #OVExploreContainer .od-input-wrapper .od-date-picker span.date-picker-close-btn::after,
#odysseus #OVExploreContainer .od-input-wrapper .od-date-picker span.date-picker-close-btn::before {
  top: 6px;
}

#land_tab {
  padding-right: 0 !important;
}

#filters_container_sticky,
#land_types,
#clearSelections {
  padding-right: 10px;
}

#filters_container_sticky::-webkit-scrollbar,
#cruise_tab::-webkit-scrollbar {
  appearance: none;
}

#filters_container_sticky::-webkit-scrollbar-thumb,
#cruise_tab::-webkit-scrollbar-thumb {
  background-color: rgb(0 0 0 / 50%);
  border-radius: 10px;
  border: 2px solid #fff;
}

#filters_container_sticky::-webkit-scrollbar-track,
#cruise_tab::-webkit-scrollbar-track {
  background-color: #fff;
}

#filters_container_sticky::-webkit-scrollbar:vertical,
#cruise_tab::-webkit-scrollbar:vertical {
  width: 12px;
}

#filters_container_sticky::-webkit-scrollbar:horizontal,
#cruise_tab::-webkit-scrollbar:horizontal {
  height: 12px;
}

#travImpForm {
  margin-right: 10px;
}

#price-ranges-filter-dropdown .customize_price label {
  font-size: 13px;
}

#price-ranges-filter-dropdown .customize_price .my_qtip_icon {
  margin-left: 3px;
}

@media only screen and (max-width: 767px) {
  .fancybox-type-tour {
    width: 100% !important;
    max-width: 500px !important;
  }
}

@media only screen and (max-width: 600px) {
  .fancybox-type-tour {
    width: 100% !important;
    max-width: 300px !important;
  }

  .col-fancybox {
    columns: 1;
  }
}

@media only screen and (max-width: 374px) {
  .fancybox-type-tour {
    width: 100% !important;
    max-width: 280px !important;
  }
}
