/*====== sidebar =====*/

.sidebar {
  padding: 30px 30px 0 30px;
  border-radius: 48px;
  background-color: #fff;
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .sidebar {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .sidebar {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

/*====== sidebar-widget =====*/

.sidebar-widget {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(128, 137, 150, 0.2);
  border-radius: 48px;
}

.sidebar-widget .title {
  font-size: 17px;
  margin-bottom: 20px;
  padding-bottom: 12px;
}

@media (max-width: 375px) {
  .sidebar-widget .section-tab-2 .nav-tabs .nav-item {
    margin-right: 10px;
  }
}

.sidebar-widget:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/*====== sidebar-category =====*/

.sidebar-category .btn-text {
  font-size: 14px;
}

.sidebar-category .btn-text[aria-expanded=false] .show-less {
  display: none;
}

.sidebar-category .btn-text[aria-expanded=true] .show-more {
  display: none;
}

.sidebar-category .btn-text[aria-expanded=true] .show-less {
  display: block;
}

/*====== sidebar-list =====*/

.sidebar-list .list-items li {
  margin-bottom: 0;
}

.sidebar-list .list-items li + li {
  border-top: 1px solid rgba(128, 137, 150, 0.1);
  padding-top: 10px;
  margin-top: 10px;
}

.sidebar-list .list-items li .icon-element {
  margin-left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 17px;
  display: inline-block;
}

/*====== sidebar-about =====*/

.sidebar-about-img {
  position: relative;
}

.sidebar-about-img img {
  width: 100%;
  border-radius: 5px;
}

.sidebar-about-img p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.sidebar-about-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2091a4;
  opacity: 0.4;
  border-radius: 5px;
}

/*====== single-content-sidebar =====*/

.single-content-sidebar {
  margin-top: -115px;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-content-sidebar {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .single-content-sidebar {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .single-content-sidebar {
    margin-top: 30px;
  }
}

/*====== single-content-widget =====*/

.single-content-widget {
  padding: 30px;
  border-radius: 48px;
  background-color: #fff;
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}

.single-content-widget:last-child {
  border-bottom: 1px solid rgba(128, 137, 150, 0.2);
}

@media (max-width: 320px) {
  .single-content-widget .rating-stars {
    flex-wrap: wrap;
  }
}

@media (max-width: 320px) {
  .single-content-widget .rating-stars li span {
    margin-left: 0 !important;
  }
}

/*====== enquiry-forum =====*/

.enquiry-forum .form-box {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  box-shadow: 0 0 0 0;
  background-color: transparent;
}

.enquiry-forum .form-content {
  padding: 0;
}

.enquiry-forum .custom-checkbox label {
  font-size: 13px;
  line-height: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .enquiry-forum .custom-checkbox label {
    line-height: 27px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .enquiry-forum .custom-checkbox label {
    line-height: 27px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .enquiry-forum .custom-checkbox label {
    line-height: 27px;
  }
}

.enquiry-forum .custom-checkbox input[type=checkbox]:not(:checked) + label:after,
.enquiry-forum .custom-checkbox input[type=checkbox]:checked + label:after {
  top: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .enquiry-forum .custom-checkbox input[type=checkbox]:not(:checked) + label:after,
  .enquiry-forum .custom-checkbox input[type=checkbox]:checked + label:after {
    top: 1px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .enquiry-forum .custom-checkbox input[type=checkbox]:not(:checked) + label:after,
  .enquiry-forum .custom-checkbox input[type=checkbox]:checked + label:after {
    top: 1px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .enquiry-forum .custom-checkbox input[type=checkbox]:not(:checked) + label:after,
  .enquiry-forum .custom-checkbox input[type=checkbox]:checked + label:after {
    top: 1px;
  }
}

/*====== sidebar-book-title-wrap =====*/

.sidebar-book-title-wrap h3 {
  font-size: 15px;
  font-weight: 700;
  color: #0d233e;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.sidebar-book-title-wrap .text-value {
  color: #2091a4;
  font-size: 28px;
  font-weight: 700;
}

/*====== recent-item =====*/

.recent-item {
  display: -ms-flex;
  display: flex;
}

.recent-item .recent-img {
  margin-right: 13px;
}

.recent-item .recent-img img {
  width: 90px;
  height: 90px;
  border-radius: 4px;
}

.recent-item .recentpost-body .recent__meta {
  font-size: 14px;
  font-weight: 500;
}

.recent-item .recentpost-body a {
  color: #0d233e;
  transition: all 0.3s;
}

.recent-item .recentpost-body a:hover {
  color: #2091a4;
}

.recent-item .recentpost-body .recent__link {
  font-size: 15px;
  color: #0d233e;
  font-weight: 600;
  line-height: 20px;
  transition: all 0.3s;
}

.recent-item .recentpost-body .recent__link:hover {
  color: #2091a4;
}

.searchPage__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(32, 145, 164, 0.3);
}

.searchPage__row--header {
  padding-top: 0;
  border-bottom: 2px solid rgba(32, 145, 164, 0.6);
}

.searchPage__row--header button {
  padding-top: 0;
  pointer-events: none;
  background-color: transparent;
  border: none;
}

.searchPage__row--header button::before,
.searchPage__row--header button::after {
  display: none;
}

.searchPage__row--header button p {
  line-height: 18px;
  font-size: 12px;
  text-align: center;
}

.searchPage__row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.searchPage__row__firstColumn {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}

.searchPage__row__firstColumn img {
  max-width: 110px;
  max-height: 50px;
}

.searchPage__row__firstColumn p {
  display: flex;
  font-size: 18px;
  font-weight: bold;
}

.searchPage__row__firstColumn p i.la {
  font-size: 28px;
}

.searchPage__row__lastColumn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.searchPage__selectContainer {
  min-width: 70px;
  margin: 0 2px;
  display: flex;
}

.searchPage__selectContainer label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 5px 10px;
  border: none;
  background-color: transparent;
  outline: none !important;
  position: relative;
  cursor: pointer;
}

.searchPage__selectContainer label input {
  width: 0;
  height: 0;
  cursor: pointer;
}

.searchPage__selectContainer label input:disabled:before {
  border: 2px solid #a79c9c;
  background-color: #bababa;
  cursor: not-allowed;
}

.searchPage__selectContainer label input::before,
.searchPage__selectContainer label input::after {
  display: block;
  position: absolute;
  border-radius: 50%;
  content: "";
  cursor: pointer;
}

.searchPage__selectContainer label input::before {
  top: 10px;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  border: 2px solid #2091a4;
  background-color: #fff;
}

.searchPage__selectContainer label input::after {
  top: 16px;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  background-color: #2091a4;
  display: none;
}

.searchPage__selectContainer label input:checked::after {
  display: block;
}

.searchPage__selectContainer label input .past-ticket::before::before,
.searchPage__selectContainer label input .past-ticket::after::before {
  border: 2px solid #2091a4;
  background-color: #5f5f5f;
}

.searchPage__selectContainer label span {
  font-size: 14px;
  font-weight: 900;
  color: #000;
}

.searchPage__select:hover {
  background-color: rgba(32, 145, 164, 0.1);
}

.searchPage__select.selected::after {
  display: block;
}

/*================== form-box ===================*/

.title {
  font-size: 18px;
  color: #0d233e;
}

.text-color {
  color: #2091a4 !important;
}

.font-size-12 {
  font-size: 12px !important;
}

.form-box {
  border: 1px solid rgba(128, 137, 150, 0.1);
  border-radius: 48px;
  margin-bottom: 30px;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #fff;
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}

.form-box.transparent {
  background-color: transparent !important;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  border-radius: initial;
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
}

.form-box.transparent .form-content {
  padding: 0 20px;
}

.form-title-wrap {
  padding: 20px;
  border-bottom: 1px solid rgba(128, 137, 150, 0.1);
}

.form-content {
  padding: 20px;
}

.dateSteps {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.dateSteps span {
  margin: 0 6px;
  display: inline-block;
}

.dateSteps button {
  width: 20px;
  height: 20px;
  border: none;
  background-color: transparent;
  outline: none !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dateSteps button:hover {
  color: #fff;
  background-color: #2091a4;
}

.eg-form {
  border-radius: 24px;
  padding: 48px;
  background-color: #eaeaea;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.eg-form__field {
  width: calc(50% - 24px);
  margin-bottom: 24px;
}

.eg-form__field--full,
.eg-form__field--message,
.eg-form__field--term,
.eg-form__field--submit {
  width: 100%;
}

.eg-form__field--submit {
  margin: 0;
}

.eg-form__messages {
  width: 100%;
  display: flex;
  justify-content: center;
}

.eg-form__messages-item {
  margin: 0;
  margin-top: 24px;
  padding: 12px 24px;
  border-radius: 6px;
  color: white;
}

.eg-form__messages-item--success {
  background-color: green;
}

.eg-form__messages-item--error {
  background-color: orangered;
}

.eg-form__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}

.eg-form__actions .button {
  margin-left: auto;
}

.eg-form__links {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  margin-top: 24px;
  gap: 8px;
  flex-wrap: wrap;
}

.eg-form__links a {
  text-decoration: underline;
  flex: 0 0 auto;
}

.eg-form__links a:first-child {
  margin-right: auto;
}

@media only screen and (max-width: 1200px) {
  .eg-form > .eg-form__field {
    width: 100%;
  }
}

.table-bookings thead {
  background-color: #0085FF;
  color: #ffffff;
}

.table-bookings thead th {
  font-weight: 600;
  border-bottom-color: #0085FF;
  color: #ffffff;
}

.table-bookings thead tr:first-child th:first-child {
  border-top-left-radius: 24px;
}

.table-bookings thead tr:first-child th:last-child {
  border-top-right-radius: 24px;
}

.pagination {
  justify-content: center;
}

.pagination .page-link,
.pagination .page-link-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0 4px;
  border-radius: 50%;
  border: 1px solid #0085FF;
  color: #0085FF;
  background-color: #ffffff;
}

.pagination .page-link:hover,
.pagination .page-link-nav:hover {
  background-color: #0085FF;
  color: #ffffff;
}

.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link-nav {
  background-color: #0085FF;
  border-color: #0085FF;
  color: #ffffff;
}

.pagination .page-item.disabled .page-link,
.pagination .page-item.disabled .page-link-nav {
  color: #ced4da;
  border-color: #dee2e6;
  background-color: #ffffff;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link,
.pagination .page-item:first-child .page-link-nav,
.pagination .page-item:last-child .page-link-nav {
  border-radius: 50%;
}

.table-ens thead {
  background-color: #0086AB;
  color: #ffffff;
}

.table-ens thead th {
  font-weight: 600;
  border-bottom-color: #0086AB;
}

.table-ens thead tr:first-child th:first-child {
  border-top-left-radius: 16px;
}

.table-ens thead tr:first-child th:last-child {
  border-top-right-radius: 16px;
}

.table-ens tfoot .pagination {
  justify-content: center;
}

.table-ens tfoot .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0 4px;
  border-radius: 50%;
  border: 1px solid #0086AB;
  color: #0086AB;
  background-color: #ffffff;
}

.table-ens tfoot .page-link:hover {
  background-color: #0086AB;
  color: #ffffff;
}

.table-ens tfoot .page-item.active .page-link {
  background-color: #0086AB;
  border-color: #0086AB;
  color: #ffffff;
}

.table-ens tfoot .page-item.disabled .page-link {
  color: #ced4da;
  border-color: #dee2e6;
  background-color: #ffffff;
}

