@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/* update bes css 2024 */
body {
  background: #f3f5f6 !important;
  font-family: Montserrat !important;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat !important;
  font-weight: 500;
}

.fancybox-tmp {
  position: absolute;
  top: 20px !important;
  margin: 0 auto !important;
  left: 0 !important;
  width: 800px !important;
  right: 0 !important;
  visibility: unset !important;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.hybrid-popup-close-button {
  font-size: 24px;
  color: #000;
  text-align: right;
}

.fancybox-skin {
  padding: 0 !important;
}

body a {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}

.table-field .td-field {
  font-weight: 500;
  margin-bottom: 7px;
}

.hybrid-back-card-select-trip {
  padding: 24px 5px;
}

.hybrid-back-information {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

/* update bes css 2024 */
.old-booking-form {
  display: none;
}

.pull-right.lang-and-currency {
  display: none;
}

/* New Header BES Fastboat */
.header-new-bes {
  background-position: center;
  background-size: cover;
  padding: 0px;
}

.header-new-bes .x {
  margin-top: 200px;
  text-align: left;
}

nav#navbar {
  display: none;
}

.header-new-bes .x h1 {
  color: #ffffff;
  font-size: 52px;
  font-weight: 700;
  line-height: 78px;
  font-family: "Montserrat";
}

.header-new-bes .x p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  font-family: "Montserrat";
  margin-bottom: 12px;
}

.header-new-bes ul {
  padding: 0;
  margin: 17px 0;
  text-align: right;
}

.header-new-bes ul li {
  display: inline-block;
  margin-left: 32px;
}

.header-new-bes ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  font-family: "Montserrat";
}

.header-new-bes img {
  width: 100%;
}

/* New Booking Form Desktop */
.new-booking-form {
  background-color: white;
  /* border-bottom: 1px solid #E5E7F1; */
  border-top: 1px solid #e5e7f1;
}

.new-booking-form .back {
  cursor: pointer;
}

.new-booking-form .back .dropdown-checkbox-departure:checked~.dropdown-menu-departure,
.new-booking-form .back .dropdown-checkbox-departure:checked~.dropdown-overlay,
.new-booking-form .back .dropdown-checkbox-destination:checked~.dropdown-menu-destination,
.new-booking-form .back .dropdown-checkbox-destination:checked~.dropdown-overlay,
.new-booking-form .back .dropdown-checkbox-passenger:checked~.dropdown-menu-passenger,
.new-booking-form .back .dropdown-checkbox-passenger:checked~.dropdown-overlay,
.new-booking-form .back .dropdown-checkbox-when:checked~.dropdown-menu-when,
.new-booking-form .back .dropdown-checkbox-when:checked~.dropdown-overlay {
  cursor: auto;
}

.new-booking-form .row {
  align-items: center;
}

.new-booking-form .flex {
  display: flex;
  align-items: center;
}

.new-booking-form .col-md-3,
.new-booking-form .col-md-2 {
  padding: 20px 32px;
  position: relative;
}

.new-booking-form .new-departure-fastboat {
  padding: 20px 32px 20px 10px;
}

.new-booking-form h4 {
  font-size: 12px;
  color: #999999;
  margin: 0 0 6px 0;
}

/* .new-booking-form form {
	display: flex;
	align-items: center;
} */

.new-booking-form select {
  padding: 0 12px;
  border: none;
  appearance: none;
  font-size: 16px;
  color: black;
}

.new-booking-form .btn-search {
  padding: 10px 34px;
  border: none;
  background: black;
  color: white;
  border-radius: 8px;
  font-size: 16px;
}

.new-booking-form .btn-when {
  background: none;
  border: none;
  font-size: 16px;
  color: black;
  padding: 0 12px;
}

.new-booking-form .dropdown-departure {
  position: relative;
  display: inline-block;
}

.new-booking-form .dropdown-departure .header-dd-depart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid #e8eaef;
}

.new-booking-form .dropdown-departure .header-dd-depart h1 {
  font-size: 16px;
  font-weight: 700;
  color: black;
  margin: 0;
}

.new-booking-form .dropdown-departure .header-dd-depart i {
  font-size: 25px;
  cursor: pointer;
}

.new-booking-form .dropdown-departure .dropdown-label-departure {
  color: black;
  font-size: 16px;
  margin: 0 12px;
  border: none;
  cursor: pointer;
  display: inline-block;
}

.new-booking-form .dropdown-departure .dropdown-checkbox-departure {
  display: none;
}

.new-booking-form .dropdown-departure .dropdown-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.new-booking-form .dropdown-departure .dropdown-checkbox-departure:checked~.dropdown-overlay {
  opacity: 0.5;
  visibility: visible;
  z-index: 10;
}

.new-booking-form .dropdown-departure .dropdown-menu-departure {
  display: block;
  position: absolute;
  top: 45px;
  left: -20px;
  background-color: white;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  padding: 0;
  list-style-type: none;
  width: 300px;
  z-index: -1;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  border: none;
}

/* .new-booking-form .dropdown-departure .list-dd-depart,
.new-booking-form .dropdown-destination .list-dd-destination {
  height: 200px;
  overflow: scroll;
  overflow-x: hidden;
} */

.new-booking-form .dropdown-departure .dropdown-menu-departure li {
  cursor: pointer;
  display: flex;
}

.new-booking-form .dropdown-departure .dropdown-menu-departure li a {
  text-decoration: none;
  color: black;
  display: block;
  padding: 0;
  width: 100%;
  padding: 12px 20px;
  font-size: 16px;
}

.new-booking-form .dropdown-departure .dropdown-menu-departure li a:hover {
  background-color: #f1f1f1;
}

.new-booking-form .dropdown-departure .dropdown-menu-departure li a:active {
  color: black;
  background: #f1f1f1;
}

.new-booking-form .dropdown-departure .dropdown-menu-departure li:hover {
  background-color: #f1f1f1;
}

.new-booking-form .dropdown-departure .dropdown-checkbox-departure:checked~.dropdown-menu-departure {
  opacity: 1;
  transform: translateY(0);
}

.new-booking-form .dropdown-departure .dropdown-checkbox-departure:not(:checked)~.dropdown-menu-departure {
  opacity: 0;
  transform: translateY(-10px);
}

.new-booking-form .dropdown-departure .verified-icon {
  margin: 10px;
  width: 20px;
  display: none;
  /* Hide by default */
}

.new-booking-form .dropdown-departure ::-webkit-scrollbar {
  width: 8px;
}

.new-booking-form .dropdown-departure ::-webkit-scrollbar-track {
  background-color: #eeeeee;
}

.new-booking-form .dropdown-departure ::-webkit-scrollbar-thumb {
  background-color: #aaaaaa;
  border-radius: 20px;
}

.new-booking-form .dropdown-destination {
  position: relative;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

.new-booking-form .dropdown-destination .header-dd-destination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid #e8eaef;
}

.new-booking-form .dropdown-destination .header-dd-destination h1 {
  font-size: 16px;
  font-weight: 700;
  color: black;
  margin: 0;
}

.new-booking-form .dropdown-destination .header-dd-destination i {
  font-size: 25px;
  cursor: pointer;
}

.new-booking-form .dropdown-destination .dropdown-label-destination {
  color: black;
  font-size: 16px;
  margin: 0 12px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  display: block;
  box-sizing: border-box;
  padding-right: 15px;
  background: linear-gradient(to right, black 85%, transparent 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.new-booking-form .dropdown-destination .dropdown-checkbox-destination {
  display: none;
}

.new-booking-form .dropdown-destination .dropdown-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.new-booking-form .dropdown-destination .dropdown-checkbox-destination:checked~.dropdown-overlay {
  opacity: 0.5;
  visibility: visible;
  z-index: 10;
}

.new-booking-form .dropdown-destination .dropdown-menu-destination {
  display: block;
  position: absolute;
  top: 45px;
  left: -50px;
  background-color: white;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  padding: 0;
  list-style-type: none;
  width: 300px;
  z-index: -1;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  border: none;
}

.new-booking-form .dropdown-destination .list-dd-depart {
  height: 350px;
  overflow: scroll;
  overflow-x: hidden;
}

.new-booking-form .dropdown-destination .dropdown-menu-destination li {
  padding: 12px 20px;
  cursor: pointer;
  display: flex;
}

.new-booking-form .dropdown-destination .dropdown-menu-destination li a {
  text-decoration: none;
  color: black;
  display: block;
  padding: 0;
  width: 100%;
  font-size: 16px;
}

.new-booking-form .dropdown-destination .dropdown-menu-destination li a:hover {
  background-color: #f1f1f1;
}

.new-booking-form .dropdown-destination .dropdown-menu-destination li a:active {
  color: black;
  background: #f1f1f1;
}

.new-booking-form .dropdown-destination .dropdown-menu-destination li:hover {
  background-color: #f1f1f1;
}

.new-booking-form .dropdown-destination .dropdown-checkbox-destination:checked~.dropdown-menu-destination {
  opacity: 1;
  transform: translateY(0);
}

.new-booking-form .dropdown-destination .dropdown-checkbox-destination:not(:checked)~.dropdown-menu-destination {
  opacity: 0;
  transform: translateY(-10px);
}

.new-booking-form .dropdown-destination .verified-icon {
  margin-left: 10px;
  width: 20px;
  display: none;
  /* Hide by default */
}

.new-booking-form .dropdown-destination ::-webkit-scrollbar {
  width: 8px;
}

.new-booking-form .dropdown-destination ::-webkit-scrollbar-track {
  background-color: #eeeeee;
  height: 20px;
}

.new-booking-form .dropdown-destination ::-webkit-scrollbar-thumb {
  background-color: #aaaaaa;
  border-radius: 20px;
}

.new-booking-form .dropdown-passenger {
  position: relative;
  display: inline-block;
}

.new-booking-form .dropdown-passenger .header-dd-passenger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid #e8eaef;
}

.new-booking-form .dropdown-passenger .header-dd-passenger h1 {
  font-size: 16px;
  font-weight: 700;
  color: black;
  margin: 0;
}

.new-booking-form .dropdown-passenger .header-dd-passenger i {
  font-size: 25px;
  cursor: pointer;
}

.new-booking-form .dropdown-passenger .dropdown-label-passenger {
  color: black;
  font-size: 16px;
  margin: 0 12px;
  border: none;
  cursor: pointer;
  display: inline-block;
}

.new-booking-form .dropdown-passenger .dropdown-checkbox-passenger {
  display: none;
}

.new-booking-form .dropdown-passenger .dropdown-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.new-booking-form .dropdown-passenger .dropdown-checkbox-passenger:checked~.dropdown-overlay {
  opacity: 0.5;
  visibility: visible;
  z-index: 10;
}

.new-booking-form .dropdown-passenger .dropdown-menu-passenger {
  display: block;
  position: absolute;
  top: 45px;
  left: -50px;
  background-color: white;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  padding: 0;
  list-style-type: none;
  width: 389px;
  z-index: -1;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  border: none;
}

.new-booking-form .dropdown-passenger .list-dd-passenger {
  height: max-content;
  padding: 20px;
}

.new-booking-form .dropdown-passenger .list-dd-passenger .left-mod-pass {
  display: flex;
  align-items: center;
}

.new-booking-form .dropdown-passenger .list-dd-passenger .right-mod-pass {
  display: flex;
  align-items: center;
}

.new-booking-form .dropdown-passenger .list-dd-passenger .right-mod-pass button {
  border: none;
  background: none;
  padding: 0;
}

.new-booking-form .dropdown-passenger .list-dd-passenger .right-mod-pass img {
  background-color: white;
  padding: 6px;
  border-radius: 50px;
  border: 1px solid #e8eaef;
}

.new-booking-form .dropdown-passenger .list-dd-passenger .right-mod-pass input {
  font-size: 16px;
  color: black;
  margin: 8px 15px;
  width: 27px;
  text-align: center;
}

.new-booking-form .dropdown-passenger .list-dd-passenger .adult {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.new-booking-form .dropdown-passenger .list-dd-passenger .child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.new-booking-form .dropdown-passenger .list-dd-passenger .infant {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.new-booking-form .dropdown-passenger .list-dd-passenger .title-modal-passenger {
  margin-left: 16px;
}

.new-booking-form .dropdown-passenger .list-dd-passenger .left-mod-pass img {
  padding: 8px;
  background-color: #0b8bee1a;
  border-radius: 50px;
  width: 42px;
}

.new-booking-form .dropdown-passenger .list-dd-passenger h1 {
  font-size: 16px;
  color: black;
  margin-bottom: 2px;
}

.new-booking-form .dropdown-passenger .list-dd-passenger h2 {
  color: #999999;
  font-size: 12px;
  margin: 0;
}

.new-booking-form .dropdown-passenger .footer-dd-passenger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 36px;
  border-top: 1px solid #e8eaef;
}

.new-booking-form .dropdown-passenger .footer-dd-passenger button {
  color: #0b8bee;
  font-size: 16px;
  font-weight: 700;
  border: none;
  background: none;
}

.new-booking-form .dropdown-passenger .dropdown-menu-passenger li {
  padding: 12px 20px;
  cursor: pointer;
  display: flex;
}

.new-booking-form .dropdown-passenger .dropdown-menu-passenger li a {
  text-decoration: none;
  color: black;
  display: block;
  padding: 0;
  width: 100%;
}

.new-booking-form .dropdown-passenger .dropdown-menu-passenger li a:hover {
  background-color: #f1f1f1;
}

.new-booking-form .dropdown-passenger .dropdown-menu-passenger li a:active {
  color: black;
  background: #f1f1f1;
}

.new-booking-form .dropdown-passenger .dropdown-menu-passenger li:hover {
  background-color: #f1f1f1;
}

.new-booking-form .dropdown-passenger .dropdown-checkbox-passenger:checked~.dropdown-menu-passenger {
  opacity: 1;
  transform: translateY(0);
}

.new-booking-form .dropdown-passenger .dropdown-checkbox-passenger:not(:checked)~.dropdown-menu-passenger {
  opacity: 0;
  transform: translateY(-10px);
}

.new-booking-form .dropdown-passenger .verified-icon {
  margin-left: 10px;
  width: 20px;
  display: none;
  /* Hide by default */
}

.new-booking-form .dropdown-passenger ::-webkit-scrollbar {
  width: 8px;
}

.new-booking-form .dropdown-passenger ::-webkit-scrollbar-track {
  background-color: #eeeeee;
  height: 20px;
}

.new-booking-form .dropdown-passenger ::-webkit-scrollbar-thumb {
  background-color: #aaaaaa;
  border-radius: 20px;
}

.new-booking-form .dropdown-when {
  position: relative;
  display: inline-block;
}

.new-booking-form .dropdown-when .header-dd-when {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid #e8eaef;
}

.new-booking-form .dropdown-when .header-dd-when h1 {
  font-size: 16px;
  font-weight: 700;
  color: black;
  margin: 0;
}

.new-booking-form .dropdown-when .header-dd-when i {
  font-size: 25px;
  cursor: pointer;
}

.new-booking-form .dropdown-when .dropdown-label-when {
  color: black;
  font-size: 16px;
  margin: 0 12px;
  border: none;
  cursor: pointer;
  display: inline-block;
}

.new-booking-form .dropdown-when .dropdown-checkbox-when {
  display: none;
}

.new-booking-form .dropdown-when .dropdown-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.new-booking-form .dropdown-when .dropdown-checkbox-when:checked~.dropdown-overlay {
  opacity: 0.5;
  visibility: visible;
  z-index: 10;
}

.new-booking-form .dropdown-when .dropdown-menu-when {
  display: block;
  position: absolute;
  top: 45px;
  left: -200px;
  background-color: white;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  padding: 0;
  list-style-type: none;
  width: max-content;
  z-index: -1;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  border: none;
}

.new-booking-form .dropdown-when .list-dd-depart {
  height: 350px;
  overflow: scroll;
  overflow-x: hidden;
}

.new-booking-form .dropdown-when .dropdown-menu-when li {
  padding: 12px 20px;
  cursor: pointer;
  display: flex;
}

.new-booking-form .dropdown-when .dropdown-menu-when li a {
  text-decoration: none;
  color: black;
  display: block;
  padding: 0;
  width: 100%;
}

.new-booking-form .dropdown-when .dropdown-menu-when li a:hover {
  background-color: #f1f1f1;
}

.new-booking-form .dropdown-when .dropdown-menu-when li a:active {
  color: black;
  background: #f1f1f1;
}

.new-booking-form .dropdown-when .dropdown-menu-when li:hover {
  background-color: #f1f1f1;
}

.new-booking-form .dropdown-when .dropdown-checkbox-when:checked~.dropdown-menu-when {
  opacity: 1;
  transform: translateY(0);
}

.new-booking-form .dropdown-when .dropdown-checkbox-when:not(:checked)~.dropdown-menu-when {
  opacity: 0;
  transform: translateY(-10px);
}

.new-booking-form .dropdown-when .verified-icon {
  margin-left: 10px;
  width: 20px;
  display: none;
}

.new-booking-form .dropdown-when ::-webkit-scrollbar {
  width: 8px;
}

.new-booking-form .dropdown-when ::-webkit-scrollbar-track {
  background-color: #eeeeee;
  height: 20px;
}

.new-booking-form .dropdown-when ::-webkit-scrollbar-thumb {
  background-color: #aaaaaa;
  border-radius: 20px;
}

.new-booking-form .dropdown-when .date-picker-container {
  width: max-content;
  margin: 20px;
  display: flex;
  gap: 30px;
}

.new-booking-form .dropdown-when .date-picker-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.new-booking-form .dropdown-when .date-picker-header button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

.new-booking-form .dropdown-when .date-picker-header button.mobile-only-ow {
  display: none;
}

.new-booking-form .dropdown-when .weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.new-booking-form .dropdown-when .weekdays div {
  color: #999999;
  font-size: 13px;
  font-weight: 500;
}

.new-booking-form .dropdown-when .days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  transition: background-color 0.2s, color 0.2s;
}

.new-booking-form .dropdown-when .day {
  padding: 4px 14px;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  font-weight: 500;
}

.new-booking-form .dropdown-when .date-picker-header span {
  font-size: 18px;
  font-weight: Bold;
}

.new-booking-form .dropdown-when .date-picker-header img {
  background: #0b8bee1a;
  padding: 15px;
  border-radius: 8px;
}

.new-booking-form .dropdown-when .day:hover:not(.disabled) {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  color: black;
  border-radius: 50px;
}

.new-booking-form .dropdown-when .disabled {
  color: #ccc;
  cursor: not-allowed;
}

.new-booking-form .dropdown-when .selected {
  background-color: #007bff;
  color: white;
  border-radius: 50px;
}

.new-booking-form .dropdown-when .today {
  border-bottom: 2px solid #0b8bee;
  border-radius: 4px;
}

.new-booking-form .dropdown-when input[type="date"] {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
}

.new-roundtrip .dropdown-when-roundtrip {
  position: relative;
  display: inline-block;
}

.new-roundtrip .dropdown-when-roundtrip .header-dd-when-roundtrip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid #e8eaef;
}

.new-roundtrip .dropdown-when-roundtrip .header-dd-when-roundtrip h1 {
  font-size: 16px;
  font-weight: 700;
  color: black;
  margin: 0;
}

.new-roundtrip .dropdown-when-roundtrip .header-dd-when-roundtrip i {
  font-size: 25px;
  cursor: pointer;
}

.new-roundtrip .dropdown-when-roundtrip .dropdown-label-when-roundtrip {
  color: black;
  font-size: 16px;
  margin: 0 12px;
  border: none;
  cursor: pointer;
  display: inline-block;
}

.new-roundtrip .dropdown-when-roundtrip .dropdown-checkbox-when-roundtrip {
  display: none;
}

.new-roundtrip .dropdown-when-roundtrip .dropdown-overlay-roundtrip {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.new-roundtrip .dropdown-when-roundtrip .dropdown-checkbox-when-roundtrip:checked~.dropdown-overlay-roundtrip {
  opacity: 0.5;
  visibility: visible;
  z-index: 10;
  cursor: auto;
}

.new-roundtrip .dropdown-when-roundtrip .dropdown-menu-roundtrip {
  display: block;
  position: absolute;
  top: 45px;
  left: -400px;
  background-color: white;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  padding: 0;
  width: max-content;
  z-index: -1;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  border: none;
}

.new-roundtrip .dropdown-when-roundtrip .calendar-grid {
  display: flex;
  gap: 30px;
  padding: 20px;
}

.new-roundtrip .dropdown-when-roundtrip .calendar-section {
  display: flex;
  justify-content: center;
  width: 100%;
}

.new-roundtrip .dropdown-when-roundtrip .calendar-month {
  width: max-content;
}

.new-roundtrip .dropdown-when-roundtrip .date-picker-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.new-roundtrip .dropdown-when-roundtrip .date-picker-header button {
  background: none;
  border: none;
  cursor: pointer;
}

.new-roundtrip .dropdown-when-roundtrip .date-picker-header button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.new-roundtrip .dropdown-when-roundtrip .date-picker-header span {
  font-size: 18px;
  font-weight: bold;
}

.new-roundtrip .dropdown-when-roundtrip .date-picker-header img {
  background: #0b8bee1a;
  padding: 10px;
  border-radius: 8px;
}

.new-roundtrip .dropdown-when-roundtrip .weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  margin-bottom: 10px;
}

.new-roundtrip .dropdown-when-roundtrip .weekdays div {
  color: #999999;
  font-size: 13px;
  font-weight: 500;
}

.new-roundtrip .dropdown-when-roundtrip .days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}

.new-roundtrip .dropdown-when-roundtrip .day h6 {
  padding: 7px 14px;
  margin: 0;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  border-radius: 50px;
  transition: background-color 0.2s, color 0.2s;
}

.new-roundtrip .dropdown-when-roundtrip .day:hover:not(.disabled):not(.selected) {
  background-color: #f0f0f0;
}

.new-roundtrip .dropdown-when-roundtrip .day.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.new-roundtrip .dropdown-when-roundtrip .day.selected {
  background-color: #007bff;
  color: white;
}

.new-roundtrip .day.selected.departure,
.new-roundtrip .day.selected.departure.today {
  border-radius: 12px 2px 2px 12px;
}

.new-roundtrip .day.selected.return {
  border-radius: 2px 12px 12px 2px;
}

.new-roundtrip .day.selected.departure.return {
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-roundtrip .day.selected.departure.return h6 {
  border: 12px;
  background-color: rgb(236, 248, 255);
  color: #0b8bee;
  padding: 2px 10px;
}

.new-roundtrip .dropdown-when-roundtrip .day.between {
  background-color: #007bff1a;
}

.new-roundtrip .dropdown-when-roundtrip .day.today {
  border-bottom: 2px solid #0b8bee;
  border-radius: 4px;
}

.new-roundtrip .dropdown-when-roundtrip .dropdown-action-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 15px;
  border-top: 1px solid #e0e0e0;
}

.new-roundtrip .dropdown-when-roundtrip .btn-clear-roundtrip,
.new-roundtrip .dropdown-when-roundtrip .btn-done-roundtrip {
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.new-roundtrip .dropdown-when-roundtrip .btn-clear-roundtrip {
  background-color: #f8f9fa;
  border: 1px solid #e0e0e0;
  color: #333;
}

.new-roundtrip .dropdown-when-roundtrip .btn-done-roundtrip {
  background-color: #007bff;
  color: white;
  border: none;
}

.new-roundtrip .dropdown-when-roundtrip .btn-done-roundtrip:hover {
  background-color: #0056b3;
}

.new-roundtrip .dropdown-when-roundtrip .dropdown-checkbox-when-roundtrip:checked~.dropdown-menu-roundtrip {
  opacity: 1;
  transform: translateY(0);
  z-index: 20;
  border-radius: 5px;
}

.new-roundtrip .dropdown-when-roundtrip .dropdown-checkbox-when-roundtrip:not(:checked)~.dropdown-menu-roundtrip {
  opacity: 0;
  transform: translateY(-10px);
  display: none;
}

.new-roundtrip .calendar-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.new-roundtrip .mobile-only {
  display: none;
}

/* Sunday Styling */
.new-roundtrip .dropdown-when-roundtrip .weekdays div:first-child {
  color: red;
}

.new-roundtrip .dropdown-when-roundtrip .day.sunday {
  color: red;
}

.new-roundtrip .dropdown-when-roundtrip .day.sunday.disabled {
  color: #ffcccc;
}

.new-roundtrip .dropdown-when-roundtrip .day.sunday.selected {
  background-color: red;
  color: white;
}

/* Passenger Input */
input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* new bes payment */
.new-bes-payment {
  margin-top: 20px;
}

.bottom-payment-mobile {
  display: none;
}

.new-bes-payment .back-bg .color-back-bg-new {
  background: #fff;
  padding: 32px 20px;
  border-radius: 12px;
}

.new-bes-payment .back-bg .title-page {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.new-bes-payment .back-bg .title-page li {
  display: inline-block;
  margin-right: 16px;
}

.new-bes-payment .back-bg .title-page .bg-icon {
  background: #0b8bee1a;
  border-radius: 60px;
  padding: 10px 11px;
}

.new-bes-payment .back-bg .title-page img {
  width: 30px;
}

.new-bes-payment .back-bg .title-page h1 {
  font-family: Montserrat;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  color: #000000;
  margin: 0;
}

.new-bes-payment .back-bg .log-pay {
  margin-top: 32px;
}

.new-bes-payment .back-bg .log-pay button {
  padding: 12px;
  text-align: center;
  border: 1px solid #e5e7f1;
  border-radius: 5px;
  background: #fff;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  width: 100%;
}

.new-bes-payment .back-bg .log-pay button img {
  width: 24px;
  margin-right: 12px;
}

.new-bes-payment .back-bg .log-pay .space {
  position: relative;
  margin-top: 24px;
}

.new-bes-payment .back-bg .log-pay .space .isi {
  position: absolute;
  top: 0;
  width: 5%;
  text-align: center;
  right: 47%;
  background: #fff;
}

.new-bes-payment .back-bg .log-pay .space h1 {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #999999;
}

.new-bes-payment .back-bg .table-field .table-title-new h1 {
  font-family: Montserrat;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
}

.new-bes-payment .back-bg .table-field .input-identitas input {
  border-radius: 5px !important;
  padding: 20px 10px;
  font-size: 14px;
}

.new-bes-payment .back-bg .table-field .reservasi-eticket p {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #0b8bee;
  margin-top: 20px;
}

.new-bes-payment .back-bg .table-field .email-input {
  margin-top: 14px;
}

.new-bes-payment .identitas-mobile-view {
  display: none;
}

.payment-final .sidebar-mobile-view {
  display: none;
}

/* .new-bes-payment .back-bg .table-field .back {
	padding: 20px;
	border: 1px solid #E5E7F1;
	border-radius: 6px;
} */

.new-bes-payment .back-bg .email-input .x h1 {
  font-family: Montserrat;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
}

.new-bes-payment .back-bg .email-input .x input {
  border-radius: 5px !important;
  padding: 20px 10px;
  font-size: 14px;
}

.new-bes-payment .back-bg .input-identitas-phone h1 {
  font-family: Montserrat;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
}

.new-bes-payment .back-bg .input-identitas-phone select {
  border-radius: 5px !important;
  padding: 5px 10px;
  font-size: 14px;
  height: 41px;
}

.new-bes-payment .back-bg .input-identitas-phone input {
  border-radius: 5px !important;
  padding: 20px 10px;
  font-size: 14px;
  height: 41px;
}

.new-bes-payment .back-bg .input-identitas-phone {
  margin-top: 14px;
}

.new-bes-payment .passenger-new-bes {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  margin-top: 40px;
}

.new-bes-payment .desktop-view .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}

/* dynemic sec */
.dynemic-title-top img {
  background: #0b8bee1a;
  border-radius: 60px;
  padding: 10px;
  width: 50px;
  margin-right: 16px;
}

.dynemic-title-top {
  font-family: Montserrat;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  color: #000;
}

.dynemic-sec .title-img {
  padding: 0;
  margin: 0;
}

.dynemic-sec .title-img li {
  display: inline-block;
}

.dynemic-sec .title-img li img {
  width: 24px;
}

.dynemic-sec .title-img .back-img {
  background: #0b8bee1a;
  border-radius: 60px;
  padding: 10px;
}

.dynemic-sec .back-bg-informasi {
  background: #0b8bee1a;
  padding: 20px;
  text-align: center;
  border-radius: 6px;
  margin-top: 32px;
  margin-bottom: 20px;
}

.dynemic-sec .back-bg-informasi p {
  margin-bottom: 0;
}

.dynemic-sec .back-bg-informasi .route-destination {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  color: #000;
}

.dynemic-sec .back-bg-informasi .keberangkatan {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #0b8bee;
}

.dynemic-sec .passenger-detail .tab-container {
  display: flex;
  border-bottom: 2px solid #007bff;
  margin-bottom: 10px;
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px 0 0 0;
}

.dynemic-sec .passenger-detail .tab-container::-webkit-scrollbar {
  height: 8px;
}

.dynemic-sec .passenger-detail .tab-container::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

.dynemic-sec .passenger-detail .tab-container::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.dynemic-sec .passenger-detail .tab {
  cursor: pointer;
  align-items: center;
  transition: background-color 0.3s, border-color 0.3s;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.dynemic-sec .passenger-detail .tab:hover {
  background-color: #f0f8ff;
}

.dynemic-sec .passenger-detail .tab.active {
  background: linear-gradient(to top, #7dc1f64d, #ffffff, #ffffff);
  color: #007bff;
  border: none;
  border-radius: 0;
}

.dynemic-sec .passenger-detail .tab-icon {
  font-size: 1.5em;
  color: #007bff;
}

.dynemic-sec .passenger-detail .tab-text {
  margin-left: 8px;
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: max-width 0.3s ease, opacity 0.3s ease;
}

.dynemic-sec .passenger-detail .tab.active .tab-text {
  opacity: 1;
  max-width: 200px;
  /* Sesuaikan lebar maksimum teks */
}

.dynemic-sec .passenger-detail .form-partisipant-list {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, max-height 0.5s ease;
  display: none;
}

.dynemic-sec .passenger-detail .form-partisipant-list.active {
  opacity: 1;
  max-height: 500px;
  display: block;
}

.dynemic-sec .passenger-detail .form-partisipant-list.hidden-field {
  display: none;
}

.dynemic-sec .passenger-detail .tab-icon img {
  width: 19px;
}

.dynemic-sec .passenger-detail .passenger-detail-body button strong {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #000;
}

.dynemic-sec .copy_passenger {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #ffffff;
  background: #1590ef;
  border-radius: 6px;
  padding: 10px;
  text-align: right !important;
}

.dynemic-sec .passenger-detail input {
  border: 1px solid #e5e7f1;
  padding: 14px 0px;
  border-radius: 6px !important;
}

.dynemic-sec .passenger-detail .passenger-detail-body button {
  background: #fff;
  margin-bottom: 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px !important;
}

.dynemic-sec .passenger-detail .passenger-detail-body .accordion-button:focus {
  z-index: 3;
  background: #0b8bee1a;
  outline: 0;
  box-shadow: none !important;
}

.dynemic-sec .new-sec-accor .plus-sec {
  padding: 10px 15px;
  margin-bottom: 20px;
  font-size: 14px;
}

.dynemic-sec .new-sec-accor .plus-sec input {
  height: 41px;
  border-radius: 6px !important;
  font-size: 13px;
  border: 1px solid #e5e7f1;
}

.dynemic-sec .new-sec-accor .plus-sec select.input-sm {
  height: 41px;
  border-radius: 6px !important;
  font-size: 13px;
}

.dynemic-sec .new-sec-accor .btn-sec {
  background: #fff;
  margin-bottom: 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px !important;
  padding: 20px;
  position: relative;
}

.dynemic-sec .new-sec-accor .btn-sec p strong {
  margin-bottom: 0;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #000;
}

.dynemic-sec .new-sec-accor .btn-sec p {
  margin-bottom: 0;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #000;
}

.dynemic-sec .right .form-control.input-sm {
  cursor: pointer;
}

/* payment final */

.payment-final .title,
.step-booking-detail .title {
  font-family: Montserrat;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  color: #000000;
}

.payment-final .title img,
.step-booking-detail .title img {
  background: #0b8bee1a;
  border-radius: 60px;
  padding: 10px;
  width: 50px;
  margin-right: 16px;
}

.payment-final .title-botom,
.step-booking-detail .title-botom {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #0b8bee;
  margin-top: 12px;
}

.payment-final .select-payment,
.step-booking-detail .select-payment {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
}

.payment-final select,
.step-booking-detail select {
  border: 1px solid #e5e7f1;
  padding: 0 10px;
  border-radius: 6px !important;
  height: 41px;
  font-size: 14px;
}

.payment-final .right p,
.step-booking-detail .right p {
  font-size: 13px;
}

.payment-final .right img,
.step-booking-detail .right img {
  height: 40px !important;
  border-radius: 6;
  border: 1px solid #e5e7f1 !important;
  padding: 3px;
  border-radius: 6px;
}

.payment-final .top-payment,
.step-booking-detail .top-payment {
  background: #fff;
  margin-top: 40px;
  padding: 20px;
  border-radius: 16px;
}

.payment-final .botom-payment,
.step-booking-detail .botom-payment {
  background: #fff;
  margin-top: 40px;
  padding: 20px;
  border-radius: 16px;
}

.hybrid-btn-bokking-co {
  width: 360px;
  padding: 14px !important;
  background: #0b8bee !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #fff !important;
  border-radius: 50px !important;
}

.payment-final .botom-payment input[type="checkbox"],
.step-booking-detail .botom-payment input[type="checkbox"] {
  transform: scale(1.5);
  margin: 10px;
  cursor: pointer;
}

/* service pickup */
.service-pickup {
  background: #fff;
  margin-top: 40px;
  padding: 20px;
  border-radius: 16px;
}

.service-pickup .title-top ul,
.drop-off-field ul {
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

/* .service-pickup .title-top ul li img {
	width: 35px;
} */

.service-pickup .title-top ul li,
.drop-off-field ul li {
  display: inline-block;
}

.service-pickup .title-top ul li h1,
.drop-off-field ul li h1 {
  font-family: Montserrat;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  color: #000;
  margin: 0;
}

.drop-off-field {
  margin-top: 25px;
}

.service-pickup .informasi-penumpang {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #0b8bee;
  margin-bottom: 32px;
}

.service-pickup .informasi-penjemputan {
  padding: 0;
  margin: 0;
}

.service-pickup .informasi-penjemputan li {
  display: inline-block;
  padding: 0px 12px;
}

.service-pickup .informasi-penjemputan li p {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0;
}

.service-pickup .informasi-penjemputan li strong {
  background: #ffcb4552;
  padding: 4px 10px;
  border-radius: 10px;
  font-family: Montserrat;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  color: #0b8bee;
}

.service-pickup input {
  border: 1px solid #e8e8e8;
  padding: 10px;
  border-radius: 6px !important;
  height: 41px;
  font-size: 13px;
}

.service-pickup .pengisian-alamat p {
  font-family: Montserrat;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #000;
}

.service-pickup .table-field {
  font-size: 14px;
}

/* custom theme sidebar */
.custom-theme-sidebar {
  background: #fff;
  border-radius: 16px;
  position: sticky;
  top: 20px;
  color: #000;
  padding: 20px;
}

/* new promotial code */
.new-promotial-code {
  margin-top: 40px;
}

.new-promotial-code .proses-co:hover {
  background: #72bb10;
}

.new-promotial-code .proses-co {
  background: #0b8bee;
  border: none;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #fff;
  width: 50%;
  padding: 14px;
  margin-top: 24px;
  border-radius: 50px;
  transition: 0.5s;
  float: right;
}

.new-promotial-code .position {
  position: absolute;
  bottom: 0;
  right: 0;
}

.new-promotial-code .position .submit-code {
  background: #72bb10;
  color: #fff;
  border: none;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 30px;
  transition: 0.5s;
}

.new-promotial-code .position .submit-code:hover {
  background: #0b8bee;
}

.new-promotial-code input {
  text-align: left !important;
  border: 1px solid #e5e7f1;
  border-radius: 30px !important;
  height: 33px;
  font-size: 14px;
  padding: 10px;
}

.new-promotial-code form {
  position: relative;
}

.new-promotial-code p {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #000;
  text-align: right;
  margin: 10px;
  margin-right: 0;
}

.new-promotial-code .x {
  background: #ffffff;
  border-radius: 28px 28px 0px 0px;
  padding: 31px;
}

.new-promotial-code .show_error {
  padding-left: 0;
}

.new-promotial-code .show_error .label.label-danger {
  display: block;
  width: 100%;
  text-align: left;
  line-height: 20px;
  font-size: 12px;
  white-space: normal;
}

/* sub total */
.sub-total {
  margin-top: 20px;
}

.sub-total .back {
  background: #fff;
  padding: 23px;
  border-radius: 28px;
  margin-top: 20px;
  text-align: right;
}

.sub-total .back b {
  font-family: Montserrat;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  color: #000;
  margin-left: 100px;
}

.sub-total .back p {
  font-family: Montserrat;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}

/* shoping return */
.shoping-return .back-bg {
  background: #fff;
  padding: 30px;
  border-radius: 28px 28px 0 0;
}

.shoping-return .botom-card-return {
  margin-top: 23px;
}

.shoping-return {
  margin-top: 40px;
}

.shoping-return .x-pickup p {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  font-weight: 600;
  margin-bottom: 6px;
}

.shoping-return .x-pickup select {
  border: 1px solid #e5e7f1;
  border-radius: 5px !important;
}

.shoping-return .pasanger {
  padding: 0;
  margin: 0;
  margin-top: 14px;
  border-bottom: 1px solid #e5e7f1;
  padding-bottom: 14px;
  width: 96%;
  margin-bottom: 17px;
}

.shoping-return .pasanger .space-border {
  padding-left: 0;
}

.shoping-return .pasanger b {
  color: #0b8bee;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  background: #0b8bee1a;
  padding: 2px 6px;
  border-radius: 30px;
  margin-left: 10px;
}

.shoping-return .pasanger p {
  margin-bottom: 0;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-weight: 500;
}

.shoping-return .pasanger li {
  display: inline-block;
  padding: 0px 10px;
}

.shoping-return .x h1 {
  font-family: Montserrat;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  margin-top: 18px;
  color: #000;
  margin-bottom: 0;
}

.shoping-return .deskripsi .time-boat {
  padding: 5px;
  color: #0b8bee;
  border: 1px solid #0b8bee;
  border-radius: 60px;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 17.07px;
  margin-bottom: 10px;
}

.shoping-return .title ul li p {
  margin-bottom: 0;
}

.shoping-return .cart-co {
  border: 1px solid #e5e7f1;
  border-radius: 20px;
  margin-top: 10px;
  padding: 0;
}

.shoping-return .img-fastboat .img-sec {
  background-position: center;
  background-size: cover;
  height: 245px;
  width: 100%;
  border-radius: 20px 0px 0px 20px;
}

.shoping-return .delete-sec a {
  color: #f12323;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  float: right;
  padding: 10px;
  display: flex;
}

.shoping-return .title ul .time {
  background: #0b8bee;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  padding: 6px;
  border-radius: 8px;
  margin-left: 25px;
}

.shoping-return .title ul .derpature {
  font-family: Montserrat;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
}

.shoping-return .title ul li {
  display: inline-block;
}

.shoping-return .title ul {
  padding: 0;
  margin: 0;
}

/* shoping */
.shoping .back-card {
  background: #fff;
  padding: 30px;
  border-radius: 28px;
}

.shoping {
  margin-top: 40px;
}

.shoping .x-pickup p,
.shoping .x-dropoff p,
.shoping-return .x-pickup p,
.shoping-return .x-dropoff p {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  font-weight: 600;
  margin-bottom: 12px;
}

.shoping .x-pickup h2,
.shoping .x-dropoff h2,
.shoping-return .x-pickup h2,
.shoping-return .x-dropoff h2 {
  font-family: Montserrat;
  font-size: 12px;
  color: #000;
  font-weight: 600;
  padding: 4px 6px;
  background-color: #ffcb454d;
  border-radius: 50px;
  width: max-content;
}

.shoping .x-pickup h3,
.shoping .x-dropoff h3,
.shoping-return .x-pickup h3,
.shoping-return .x-dropoff h3 {
  font-family: Montserrat !important;
  font-size: 14px;
  color: black;
  font-weight: 600;
  padding: 8px 10px;
  border-radius: 12px;
  width: max-content;
  border: 1px solid #000000;
}

.shoping .x-pickup select {
  border: 1px solid #e5e7f1;
  border-radius: 5px !important;
}

.shoping .pasanger {
  padding: 0;
  margin: 0;
  margin-top: 14px;
  border-bottom: 1px solid #e5e7f1;
  padding-bottom: 14px;
  width: 96%;
  margin-bottom: 17px;
}

.shoping .pasanger .space-border {
  padding-left: 0;
}

.shoping .pasanger img,
.shoping-return li img {
  width: 20px;
}

.shoping .pasanger b {
  color: #0b8bee;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  background: #0b8bee1a;
  padding: 2px 6px;
  border-radius: 30px;
  margin-left: 10px;
}

.shoping .pasanger p {
  margin-bottom: 0;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-weight: 500;
}

.shoping .pasanger li {
  display: inline-block;
  padding: 0px 10px;
}

.shoping .x h1 {
  font-family: Montserrat;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  margin-top: 18px;
  color: #000;
  margin-bottom: 0;
}

.shoping .deskripsi .time-boat {
  padding: 5px;
  color: #0b8bee;
  border: 1px solid #0b8bee;
  border-radius: 60px;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 17.07px;
  margin-bottom: 10px;
}

.shoping .title ul li p {
  margin-bottom: 0;
}

.shoping .cart-co {
  border: 1px solid #e5e7f1;
  border-radius: 20px;
  margin-top: 10px;
  padding: 0;
}

.shoping .img-fastboat .img-sec {
  background-position: center;
  background-size: cover;
  height: 245px;
  width: 100%;
  border-radius: 20px 0px 0px 20px;
}

.shoping .delete-sec a,
.shoping-return .delete-sec a {
  color: #f12323;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  float: right;
  padding: 10px;
  display: flex;
}

.shoping .delete-sec a:hover,
.shoping-return .delete-sec a:hover {
  background-color: #fde7e7;
  border-radius: 8px;
  transition: 0.5s all;
}

.shoping .delete-sec h6,
.shoping-return .delete-sec h6 {
  margin: 0;
  font-size: 13px;
}

.shoping .delete-sec i {
  margin-right: 8px;
}

.shoping-return .delete-sec i {
  margin-right: 8px;
}

.shoping .title .flex,
.shoping-return .title .flex {
  display: flex;
  align-items: center;
}

.shoping .title h2 {
  background: #0b8bee;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  padding: 6px;
  border-radius: 8px;
  margin-left: 25px;
  margin-bottom: 0;
}

.shoping .title h1 {
  font-family: Montserrat;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 0;
}

.shoping-return .title h2 {
  background: #0b8bee;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  padding: 6px;
  border-radius: 8px;
  margin-left: 25px;
  margin-bottom: 0;
}

.shoping-return .title h1 {
  font-family: Montserrat;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 0;
}

.shoping .title ul li {
  display: inline-block;
}

.shoping .title ul {
  padding: 0;
  margin: 0;
}

/* return boat */
.return-boat {
  padding-top: 40px;
  background-color: #f3f5f6;
}

.return-boat .co .new-button-co {
  position: absolute;
  bottom: 0;
  right: 0px;
  background: #0b8bee;
  border: 2px solid #0b8bee;
  padding: 12px 32px;
  border-radius: 28px 0px;
  text-align: center;
  font-family: Montserrat;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  transition: all 0.3s ease;
  overflow: hidden;
  width: 100%;
}

.return-boat .co .new-button-co::after {
  content: "\f061";
  font-weight: 900;
  color: #fff;
  font-size: 28px;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 50%;
  left: 105px;
  transform: translateY(-50%);
  font-size: 18px;
  opacity: 0;
  transition: all 0.3s ease;
}

.return-boat .co .new-button-co:active {
  background: #72bb10 !important;
  border-color: #72bb10 !important;
  color: white !important;
}

.return-boat .co .new-button-co:hover::after {
  opacity: 1;
}

.return-boat .trip-not-avaliable {
  font-family: Montserrat;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  color: #0b8bee;
  background: #fff;
  padding: 17px;
  width: 100%;
  border-radius: 28px;
  text-align: center;
}

.return-boat .round-departure b {
  font-family: Montserrat;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}

.return-boat .round-departure h4 {
  font-family: Montserrat;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 700;
}

.return-boat .round-departure {
  background: #0b8bee;
  padding: 17px;
  border-radius: 28px;
  margin-bottom: 40px;
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}

.return-boat .destination-round b {
  font-family: Montserrat;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}

.return-boat .destination-round h4 {
  font-family: Montserrat;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 700;
}

.return-boat .destination-round {
  background: #0b8bee;
  padding: 17px;
  border-radius: 28px;
  margin-bottom: 40px;
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}

.return-boat .pdd-r {
  padding: 0 12px;
  display: block;
}

.return-boat .select-text .default-text,
.return-boat .select-text .selected-text {
  transition: all 0.3s ease;
}

.new-button-co {
  /* Your default button styles here */
  background: initial;
  border: initial;
}

.left-rtp .row.i_boat_d {
  opacity: 1;
}

/* boat card */
.boat-open {
  padding: 0;
}

.new-warning-sec {
  margin-top: 40px;
}

.boat-open .alert {
  background: #fff !important;
  color: #000 !important;
  border: none;
  text-align: center;
  border-radius: 10px;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  margin-top: 40px;
}

/* .boat-cart {
	margin-top: 40px;
} */

.boat-cart .back-card {
  margin-bottom: 20px;
}

.boat-cart ul {
  padding: 0;
  margin: 0;
  margin-top: 20px;
}

.boat-cart ul.has-discount {
  margin-top: 8px;
}

.boat-cart ul li .disc-rate {
  text-decoration-color: red;
  color: #cccccc;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}

.boat-cart ul li {
  list-style-type: none;
}

.boat-cart .back-destination-location b {
  font-family: Montserrat;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  color: #0b8bee;
  margin-bottom: 0;
}

.boat-cart .back-destination-location h4 {
  font-family: Montserrat;
  font-size: 20px;
  line-height: 24px;
  color: #0b8bee;
  margin-bottom: 5px;
  font-weight: 700;
}

.boat-cart .back-destination-location {
  background: #0b8bee1a;
  padding: 17px;
  border-radius: 28px;
  margin-bottom: 40px;
}

.boat-cart .co .boat-bokking {
  background: #ffffff;
  color: #0b8bee;
  border-radius: 18px;
  margin: 0;
  float: right;
  border: 2px solid #0b8bee;
  padding: 11px 32px;
  text-align: center;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  position: unset !important;
}

.boat-cart .co .boat-bokking::after {
  content: "\f061";
  font-weight: 900;
  color: #0b8bee;
  font-size: 28px;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 50%;
  left: 320px;
  transform: translateY(-50%);
  font-size: 18px;
  opacity: 0;
  transition: all 0.3s ease;
}

.boat-cart .co .boat-bokking:hover::after {
  right: 10px;
  opacity: 1;
}

.boat-cart .co .boat-bokking:hover {
  padding-right: 50px;
  transition: 1s all;
}

.boat-cart .co .new-button-dep {
  position: absolute;
  bottom: 0;
  right: 0px;
  background: #0b8bee;
  border: 2px solid #0b8bee;
  padding: 12px 32px;
  border-radius: 28px 0px;
  text-align: center;
  font-family: Montserrat;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  transition: all 0.3s ease;
  overflow: hidden;
  width: 45%;
}

.boat-cart .co .new-button-dep::after {
  content: "\f061";
  font-weight: 900;
  color: #fff;
  font-size: 28px;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 50%;
  left: 90px;
  transform: translateY(-50%);
  font-size: 18px;
  opacity: 0;
  transition: all 0.3s ease;
}

.boat-cart .co .new-button-dep:active {
  background: #72bb10;
  border-color: #72bb10;
}

.boat-cart .co .new-button-dep:hover::after {
  right: 10px;
  opacity: 1;
}

.boat-cart .co .pull-left {
  float: left;
  font-family: Montserrat;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
}

.boat-cart .co .boat-bokking .total-co {
  font-family: Montserrat;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin: 12px 0;
  font-weight: 600;
}

.boat-cart .space-card {
  background: #fff;
  border-radius: 28px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 205px;
  border: 1px solid #e5e7f1;
}

.boat-cart .space-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
}

.boat-cart .co button b {
  font-weight: 500;
  font-size: 16px;
  display: block;
  height: 100%;
}

.boat-cart .co button:hover b {
  margin-right: 5px;
  transition: 0.5s all;
}

.boat-cart .co .book-new-btn {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #0b8bee;
  position: relative;
  width: 390px;
  padding: 10px;
  right: -12px;
  top: 200px;
  background: #0b8bee;
  border-radius: 28px;
}

/* .boat-cart .back-card .right-sec .new-button-co {
    position: absolute;
    bottom: 0;
    right: 0px;
    background: #0B8BEE;
    border: 2px solid #0B8BEE;
    padding: 12px 32px;
    border-radius: 28px 0px;
    text-align: center;
    font-family: Montserrat;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    transition: all 0.3s ease;
    overflow: hidden;
} */

.boat-cart .user i {
  color: #0b8bee;
  padding: 4px 6px;
  background: #dbeaf5;
  border-radius: 60px;
  font-size: 15px;
  margin-top: 5px;
}

/* .boat-cart .co button {
	position: absolute;
	bottom: 0;
	right: 0px;
	background: #0B8BEE;
	border: 2px solid #0B8BEE;
	padding: 12px 32px;
	border-radius: 28px 0px;
	text-align: center;
	font-family: Montserrat;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
} */

/* .boat-cart .more-info {
  position: absolute;
  right: 11px;
  top: 17px;
  white-space: nowrap;
} */

.boat-cart .more-info a {
  font-family: Montserrat;
  color: #0b8bee;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  border: 1px solid #e5e7f1;
  padding: 5px;
  text-align: center;
  border-radius: 60px;
}

.boat-cart .price {
  font-family: Montserrat;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  display: block;
  font-weight: 600;
}

.boat-cart .user {
  font-family: Montserrat;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  margin: 12px 0;
  font-weight: 500;
}

.boat-cart .money i {
  color: #0b8bee;
  padding: 4px 6px;
  background: #dbeaf5;
  border-radius: 60px;
  font-size: 15px;
}

.boat-cart .money {
  font-family: Montserrat;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  margin: 12px 0;
  font-weight: 500;
}

.boat-cart .time-boat {
  padding: 5px;
  color: #0b8bee;
  border: 1px solid #0b8bee;
  border-radius: 60px;
  font-family: Montserrat;
  font-size: 12px;
  margin-bottom: 10px;
  white-space: nowrap;
}

.boat-cart .back-img {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 28px 0px 0px 28px;
}

/* boat new view */
.boat-new-view .back b {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: #0b8bee;
  margin: 0;
}

.boat-new-view .space {
  padding: 0;
}

.boat-new-view .back h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #0b8bee;
  margin: 0;
}

.boat-new-view .back {
  background: #0b8bee1a;
  padding: 17px;
  text-align: center;
  font-family: "Montserrat";
  border-radius: 28px;
  margin-bottom: 40px;
}

/* floating wa */
.new-floating-wa {
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 1000;
}

.new-floating-wa .title {
  padding: 5px;
  background: #29d469;
  border-radius: 6px;
  margin-bottom: 10px;
}

.new-floating-wa .title p {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  font-family: "Montserrat";
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

.new-floating-wa .title h6 {
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  font-family: "Montserrat";
  text-align: center;
  color: #fff;
}

.new-floating-wa img {
  max-width: 30px;
}

.new-floating-wa .wa-button {
  width: 60px;
  height: 60px;
  background-color: #29d469;
  border-radius: 60px 10px 60px 60px;
  padding: 14px;
  cursor: pointer;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
  text-align: center;
}

.new-floating-wa .wa-button:hover {
  transform: scale(1.1);
}

.new-floating-wa .wa-options {
  display: none;
  position: absolute;
  bottom: 70px;
  right: 0;
  flex-direction: column;
  margin: 10px;
  width: 200px;
  padding: 10px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.3s ease;
}

.new-floating-wa .wa-options a {
  color: #25d366;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  font-family: "Montserrat";
  text-decoration: none;
  padding: 8px;
  border-radius: 5px;
  transition: background-color 0.2s;
  text-align: center;
}

.new-floating-wa .wa-options a:hover {
  background-color: #f0f0f0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* new testimonial */
.testimonial-new {
  margin: 100px 0;
}

.testimonial-new .swiper-container {
  overflow: hidden;
}

.testimonial-new .swiper-pagination {
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  margin-top: 30px !important;
  position: relative;
}

.testimonial-new .swiper-pagination-bullet {
  background-color: #e0e0e0;
  opacity: 0.7;
}

.testimonial-new .swiper-pagination-bullet-active {
  background-color: #0b8bee;
  opacity: 1;
}

.testimonial-new .swiper-container {
  padding: 20px 0;
}

.testimonial-new .swiper-container {
  width: 100%;
  padding: 20px 0;
}

.testimonial-new .swiper-slide {
  display: block;
  padding: 0;
  justify-content: center;
  margin-right: 0px !important;
}

.testimonial-new .slick-dots {
  padding: 0;
  margin: 6px 0px;
  font-family: "Montserrat";
}

.testimonial-new .slick-dots li {
  display: inline-block;
  content: "";
}

.testimonial-new p {
  color: #272727;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Montserrat";
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.testimonial-new span {
  color: #0b8bee;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  font-family: "Montserrat";
}

.testimonial-new ul .ratting {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  padding-right: 9px;
  border-right: 1px solid #e9ebf0;
}

.testimonial-new .destinaton {
  background: #0b8bee1a;
  padding: 1px 10px;
  border-radius: 8px;
  margin-left: 9px;
  color: #0b8bee;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.testimonial-new ul li i {
  color: #ffcb45;
  margin-right: 10px;
}

.testimonial-new .x img {
  width: 100%;
  border-radius: 60px;
}

.testimonial-new .x .space {
  padding: 0;
}

.testimonial-new .x h2 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  font-family: "Montserrat";
}

.testimonial-new .x b {
  color: #b4bbc6;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  font-family: "Montserrat";
  margin-left: 10px;
}

.testimonial-new .back:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
  border: none;
}

.testimonial-new h1 {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  font-family: "Montserrat";
  text-align: center;
  margin-top: 0;
}

.testimonial-new .back {
  background: #fff;
  border: 1px solid #e5e7f1;
  padding: 20px;
  margin: 20px 10px;
  border-radius: 28px;
  height: max-content;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-new .testimonial-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.testimonial-new .testimonial-title h1 {
  font-size: 16px;
  line-height: normal;
  color: #000;
  font-weight: 600;
  margin: 0 10px;
  font-family: "Montserrat";
}

.testimonial-new .testimonial-title h2 {
  color: #b4bbc6;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  margin: 0;
  font-family: "Montserrat";
}

.testimonial-new .testimonial-sub .flex {
  display: flex;
  align-items: center;
}

.testimonial-new .testimonial-sub h3 {
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
  margin-bottom: 0;
  padding-right: 10px;
  border-right: 1px solid #e9ebf0;
  font-family: "Montserrat";
}

.testimonial-new .testimonial-sub h4 {
  font-size: 16px;
  color: #0b8bee;
  padding: 2px 10px;
  background-color: #0b8bee1a;
  margin-bottom: 0;
  margin-left: 10px;
  border-radius: 8px;
  font-family: "Montserrat";
}

.testimonial-new .testimonial-sub h2 {
  font-size: 16px;
  color: #272727;
  font-weight: 400;
  font-family: "Montserrat";
  margin-top: 10px;
}

.testimonial-new #readmore-testimonial h2#popup-comment {
  text-align: left;
  margin-top: 10px;
}

.testimonial-new .testimonial-sub .read-more-testimonial {
  color: #0b8bee;
  padding: 0;
  background: none;
  border: none;
  font-weight: 600;
}

.testimonial-new .hidden {
  display: none !important;
}

.testimonial-new #readmore-testimonial {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.testimonial-new .popup-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  width: 25%;
  height: max-content;
  overflow-y: auto;
  text-align: center;
}

.testimonial-new .close-btn {
  background: #0b8bee;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

.testimonial-new .slick-list.draggable {
  padding-top: 25px;
}

/* obtion-route */
.obtion-route {
  padding: 10px;
  background: #fff;
}

.obtion-route .back-page {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  color: #000;
  padding: 10px 0px;
  position: relative;
  top: 8px;
}

.obtion-route .dropdown-content .negara {
  height: 240px;
  overflow-y: scroll;
}

.obtion-route .dropdown-content .negara button {
  background: none;
  padding: 0;
  border: none;
  width: 100%;
}

.obtion-route .dropdown-content .done {
  border-top: 1px solid #e5e7f1;
}

.obtion-route .dropdown-content .done a:hover {
  background: none;
}

.obtion-route .dropdown-content .done a {
  color: #0b8bee;
  font-size: 16px;
  font-weight: 700;
  line-height: 14px;
  font-family: "Montserrat";
  display: flex;
  align-items: center;
  margin: 10px;
}

.obtion-route .title h1 {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  font-family: "Montserrat";
  margin: 8px 0;
}

.obtion-route .title {
  padding: 17px;
}

.obtion-route .x {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.obtion-route .dropdown {
  display: inline-block;
  position: relative;
  margin-right: 20px;
}

.obtion-route .dropdown-toggle {
  background-color: #f1f1f3;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: "Montserrat";
  border: none;
  padding: 10px 15px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 42px;
}

.obtion-route .dropdown-content.show {
  display: block;
}

.obtion-route .dropdown-content .right-border {
  border-right: 1px solid #e5e7f1;
}

/* .obtion-route .dropdown-content a {
	padding: 10px 15px;
	text-decoration: none;
	color: #000;
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
	font-family: 'Montserrat';
	display: flex;
	align-items: center;
	margin: 10px;
	border-radius: 8px;
} */

.obtion-route .dropdown-content a:hover {
  background-color: #0b8bee1a;
}

.obtion-route .reservation {
  display: inline-block;
  font-family: "Montserrat";
  font-size: 16px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  vertical-align: middle;
}

.obtion-route .flex {
  display: flex;
  align-items: center;
}

.obtion-route label.active {
  color: #0b8bee;
}

.obtion-route input {
  cursor: pointer;
  margin: 0;
}

.obtion-route label {
  padding: 15px 0px 0 0;
  display: flex;
  align-items: center;
  width: max-content;
  margin: 0 20px 0 0;
  cursor: pointer;
}

.obtion-route label h1 {
  color: #000;
  margin-left: 5px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  font-family: "Montserrat";
}

.obtion-route .reservation i {
  margin-right: 8px;
  color: #999999;
}

.obtion-route .reservation a {
  font-size: 16px;
  color: black;
}

@keyframes dropdownOpen {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes dropdownClose {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.obtion-route .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 230px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 999;
  border-radius: 5px;
  overflow: hidden;
  right: -180px;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.3s ease;
}

.obtion-route .dropdown-content.show {
  display: block;
  animation: dropdownOpen 0.3s ease forwards;
}

.obtion-route .dropdown-content.hide {
  animation: dropdownClose 0.3s ease forwards;
  pointer-events: none;
}

.obtion-route .dropdown-content .dd-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.obtion-route .dropdown-content .dd-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
}

.obtion-route .dropdown-content .dd-head h1 {
  font-size: 14px;
  font-weight: 600;
  color: black;
  font-family: "Montserrat";
  margin: 0;
}

.obtion-route .dropdown-content .dd-head .close-button {
  background: none;
  border: none;
  font-size: 18px;
}

.obtion-route .dropdown-content .flag-icon {
  width: 30px;
  height: 20px;
  margin-right: 20px;
}

.obtion-route .dropdown-content .dd-body a {
  margin-bottom: 10px;
  padding: 16px 20px;
  display: block;
  color: black;
  border-radius: 0;
  width: 100%;
  text-align: left;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  font-family: "Montserrat";
}

.obtion-route .dropdown-content .dd-body a:hover {
  background-color: #0b8bee1a;
}

.obtion-route .dropdown-content .dd-footer {
  padding: 5px 20px;
  text-align: right;
  border-top: 1px solid #e8eaef;
}

.obtion-route .dropdown-content .dd-footer button {
  color: #0b8bee;
  background: none;
  border: none;
  padding: 10px 16px;
  font-weight: 700;
}

.obtion-route .dd-body ::-webkit-scrollbar {
  width: 8px;
}

.obtion-route .dd-body ::-webkit-scrollbar-track {
  background-color: #eeeeee;
}

.obtion-route .dd-body ::-webkit-scrollbar-thumb {
  background-color: #aaaaaa;
  border-radius: 20px;
}

.obtion-route .dropdown-toggle::after {
  margin-left: 8px;
}

@keyframes dropdownOpen {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes dropdownClose {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.obtion-route .dropdown-container {
  margin-right: 16px;
  position: relative;
}

.obtion-route .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: max-content;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 999;
  border-radius: 5px;
  overflow: hidden;
  right: -118px;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.3s ease;
  padding: 0;
}

.obtion-route .dropdown-menu.show {
  border: none;
  display: block;
  animation: dropdownOpen 0.3s ease forwards;
}

.obtion-route .dropdown-menu.hide {
  animation: dropdownClose 0.3s ease forwards;
  pointer-events: none;
}

.obtion-route .dropdown-menu .dd-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.obtion-route .dropdown-menu .dd-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
}

.obtion-route .dropdown-menu .dd-head h1 {
  font-size: 14px;
  font-weight: 600;
  color: black;
  font-family: "Montserrat";
  margin: 0;
}

.obtion-route .dropdown-menu .dd-head .close-button {
  background: none;
  border: none;
}

.obtion-route .dropdown-menu .dd-body {
  padding: 20px;
}

.obtion-route .dropdown-menu .flag-icon {
  width: 30px;
  height: 20px;
  margin-right: 20px;
}

.obtion-route .dropdown-menu .dd-body a {
  margin-bottom: 10px;
  padding: 8px 10px;
  display: block;
  color: black;
  border-radius: 8px;
  width: 160px;
  font-size: 14px;
  font-weight: 500;
}

.obtion-route .dropdown-menu .dd-body a:hover {
  background-color: #0b8bee1a;
}

.obtion-route .dropdown-menu .dd-footer {
  padding: 5px 20px;
  text-align: right;
  border-top: 1px solid #e8eaef;
}

.obtion-route .dropdown-menu .dd-footer button {
  color: #0b8bee;
  background: none;
  border: none;
  padding: 10px 16px;
  font-weight: 700;
}

.obtion-route #currentFlag {
  width: 24px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 500;
  font-size: 14px;
  color: black !important;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* New My Reservation */
.new-myreservation {
  margin: 50px 0 0;
}

.new-myreservation .back {
  background: #ffffff;
  padding: 32px;
  max-width: 645px;
  margin: 0px auto;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
}

.new-myreservation .back h4 {
  margin-bottom: 24px;
  color: black;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 24px;
  border-bottom: 1px solid #e8e8e8;
}

.new-myreservation .back p {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 400;
}

.new-myreservation .back .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  justify-content: space-between;
}

.new-myreservation .back .form-group input {
  height: 60px;
  width: 400px;
  border-radius: 6px !important;
  font-size: 14px;
}

.new-myreservation .back .form-group label {
  width: 115px;
  font-size: 16px;
}

.new-myreservation .back .form-group h1 {
  font-size: 16px;
  font-weight: 600;
  color: black;
  margin: 0;
}

.new-myreservation .back .form-group a {
  background: none;
  border: none;
  font-family: "Montserrat";
  font-weight: 500;
  padding: 12px 20px;
  font-size: 16px;
}

.new-myreservation .back .form-group a:hover {
  background: #fc5353;
  color: white;
  letter-spacing: 1px;
  transition: 0.5s all;
}

.new-myreservation .back .form-group button {
  background: #00ae26;
  border: none;
  border-radius: 4px;
  font-family: "Montserrat";
  font-weight: 500;
  padding: 12px 20px;
  font-size: 16px;
}

.new-myreservation .back .form-group button:hover {
  background: #269b3f;
  color: white;
  letter-spacing: 1px;
  transition: 0.5s all;
}

.new-myreservation .back .form-group button img {
  margin-right: 5px;
}

.new-myreservation .back .show_error ul {
  margin: 0;
}

.new-myreservation .back .show_error button.close {
  color: white;
  font-size: 32px;
  background: none;
  border: none;
  float: right;
}

/* warning new */
.new-warning-sec .back {
  background: #fff;
  text-align: center;
  padding: 77px;
  border-radius: 28px;
}

.new-warning-sec .col-md-12 {
  padding: 0;
}

.new-warning-sec .back h1 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  font-family: "Montserrat";
  margin: 0;
}

.new-warning-sec .back p {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  font-family: "Montserrat";
  margin-top: 8px;
  margin-bottom: 0;
}

/* popup detail boat */
.popup-detail-boat .x img {
  width: 100%;
  border-radius: 12px;
}

.popup-detail-boat .x .bg-img {
  background-position: center;
  background-size: cover;
  border-radius: 12px;
  width: 100%;
  height: 213px;
}

.popup-detail-boat .xx h3 {
  margin-top: 32px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #000;
  margin-bottom: 32px;
}

.popup-detail-boat .isi .rw .col-md-3 {
  border-right: 1px solid #eeeeee;
}

.popup-detail-boat .isi .rw .col-md-9 {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000;
}

.popup-detail-boat .isi .rw .col-md-3 b {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #000;
}

.popup-detail-boat .isi .rw {
  padding: 12px !important;
  border-bottom: 1px solid #eeeeee !important;
}

.popup-detail-boat .isi .space {
  border: 1px solid #eeeeee;
  margin: 0 auto;
  width: 100%;
  display: block;
  margin-right: -13px;
  border-radius: 8px;
}

/* book new boat after */
.book-new-boat-after .back-bg {
  background: #fff;
  font-family: Montserrat;
  padding: 15px;
  border-radius: 18px;
}

.book-new-boat-after a {
  color: #0b8bee;
  font-size: 20px;
  padding: 8px 10px;
  font-weight: 500;
  background: #0b8bee1a;
  width: max-content;
  text-align: center;
  border-radius: 10px;
  margin: 0 auto 15px;
}

.book-new-boat-after a:hover {
  color: white;
  background-color: #0b8bee;
  transition: 0.5s all;
}

.book-new-boat-after h4 {
  color: #000;
  font-size: 24px;
  margin-bottom: 20px;
}

.new-payment-partner {
  text-align: center;
  margin-top: 80px;
}

.new-payment-partner h1 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 32px;
}

.new-payment-partner .back-cent {
  text-align: center;
}

.new-payment-partner .back-cent img {
  height: 40px;
  margin-right: 12px;
  margin-bottom: 12px;
}

.new-payment-partner .new-test-desktop {
  display: block;
  margin: 0 auto;
}

.new-payment-partner .new-test-mobile {
  display: none;
}

/*  */
.new-detail-revisement {
  margin: 60px 0;
}

.new-detail-revisement .detail_revisement {
  background: none !important;
  padding: 0 !important;
  justify-content: space-between;
}

.new-detail-revisement .revisement-menu {
  margin: 0;
  padding: 0;
}

.new-detail-revisement .detail_revisement h1 {
  color: #0b8bee;
  font-size: 40px;
  font-weight: 600;
  margin: 0;
}

.new-detail-revisement .revisement-menu .new-modify .menu-item {
  background: #0b8bee;
  border-radius: 6px;
  margin: 0;
}

.new-detail-revisement .revisement-menu .new-modify .menu-item a div {
  padding: 12px 0;
  font-size: 16px;
  font-weight: 600;
}

.new-detail-revisement .revisement-menu .new-cancel .menu-item {
  background: none;
  border: 1px solid #e74343;
  margin: 0;
  border-radius: 6px;
}

.new-detail-revisement .revisement-menu .new-cancel .menu-item a div {
  padding: 12px 0;
  font-size: 16px;
  font-weight: 600;
  color: #e74343;
}

.new-detail-revisement .detail_revisement h2 {
  color: black;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 12px;
}

.new-detail-revisement .new-booking-information .new-detail-bi span {
  padding: 3.5px 10px;
  background: #00ae261a;
  color: #00ae26;
  border-radius: 30px;
}

.new-detail-revisement .new-booking-information .new-detail-bi {
  font-size: 14px;
  font-weight: 600;
  color: black;
  margin: 20px 16px;
}

.new-detail-revisement .new-booking-information .new-detail-bi .col-md-4,
.new-detail-revisement .new-booking-information .new-detail-bi .col-md-8 {
  padding: 0;
  margin-bottom: 12px;
}

.new-detail-revisement .cart-list .col-md-2 {
  text-align: right;
}

.new-detail-revisement .cart-list .info {
  background: #0b8bee;
  color: white;
  padding: 10px 0;
  border-radius: 0 0 6px 6px;
  font-size: 20px;
}

.new-detail-revisement .cart-list a:hover {
  font-weight: 600;
  letter-spacing: 1px;
  transition: 1s all;
}

.new-detail-revisement .elem-revisement a {
  background: #00ae26;
  color: white;
  font-size: 16px;
  font-weight: 600;
}

.new-detail-revisement .hidden-sm a {
  color: #00ae26;
  font-weight: 600;
}

.new-detail-revisement .table.table-bordered strong {
  font-size: 16px;
}

/* .new-breadcrump-tab .res_nav {
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #E5E7F1;
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	font-family: 'Montserrat', sans-serif;
	overflow: hidden;
	width: 100%;
	position: relative;
	margin: 0 auto;
	border-radius: 16px;
	margin-top: 16px;
	padding: 12px;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
} */

.new-breadcrump-tab .res_nav ul {
  list-style: none !important;
  margin: 1px 0;
  padding: 0;
  display: flex;
  align-items: center;
  width: 100%;
}

.new-breadcrump-tab .res_nav ul li {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 7px;
  text-align: center;
}

.new-breadcrump-tab .res_nav ul li span {
  font-size: 14px;
  color: #666;
  transition: color 0.3s ease;
}

/* .new-breadcrump-tab .res_nav ul li div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #f0f0f0;
	transition: all 0.3s ease;
} */

.new-breadcrump-tab .res_nav ul li div img {
  width: 20px;
  transition: transform 0.3s ease, filter 0.3s ease;
}

/* .new-breadcrump-tab .res_nav ul li.active div {
	background-color: #0B8BEE1A;
	transform: scale(1.2);
} */

.new-breadcrump-tab .res_nav ul li.active div img {
  filter: brightness(0) invert(1);
}

.new-breadcrump-tab .res_nav ul li.active span {
  color: #007bff;
  font-size: 16px;
  font-weight: 500;
}

.new-breadcrump-tab .res_nav ul li div img:not(.active) {
  filter: grayscale(1);
}

.new-breadcrump-tab .res_nav ul li.sp {
  flex: 1;
  height: 2px;
  border-radius: 10px;
  background: #ddd;
  margin: 0 25px;
  position: relative;
}

/* .new-breadcrump-tab .res_nav ul li.sp:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 2px;
	background: #007bff;
	z-index: 1;
	transition: width 0.3s ease;
	width: 0;
} */

.new-breadcrump-tab .res_nav ul li.sp.completed:after {
  width: 100%;
}

.new-breadcrump-tab .res_nav ul li.sp.active:after {
  width: 50%;
}

.new-breadcrump-tab .res_nav .half-step-v1 {
  box-shadow: 0px 0px 6px 0px #0b8bee99;
  background: #0b8bee;
  position: absolute;
  width: 30px;
  height: 2.5px;
  left: 0;
  border-radius: 10px;
}

.new-breadcrump-tab .res_nav .half-step-v3 {
  box-shadow: 0px 0px 6px 0px #0b8bee99;
  background: #0b8bee;
  position: absolute;
  width: 30px;
  height: 2.5px;
  left: 0;
  border-radius: 10px;
}

.new-breadcrump-tab .res_nav .half-step-v4 {
  box-shadow: 0px 0px 6px 0px #0b8bee99;
  background: #0b8bee;
  position: absolute;
  width: 30px;
  height: 2.5px;
  left: 0;
  border-radius: 10px;
}

.new-breadcrump-tab .res_nav .half-step-v5 {
  box-shadow: 0px 0px 6px 0px #0b8bee99;
  background: #0b8bee;
  position: absolute;
  width: 30px;
  height: 2.5px;
  left: 0;
  border-radius: 10px;
}

.new-breadcrump-tab .res_nav .sp-v3,
.new-breadcrump-tab .res_nav .sp-v4,
.new-breadcrump-tab .res_nav .sp-v5 {
  box-shadow: 0px 0px 6px 0px #0b8bee99;
  background: #0b8bee ;
  width: 100%;
  height: 2.5px !important;
  border-radius: 2px;
}

/* end update bes css 2024 */

.table-borderless td,
.table-borderless th {
  border: none !important;
}

input.icon-calendar {
  background-image: url(../images/icon-calendar.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 22px;
}

#idnhldy-reservation {
  font-family: Montserrat;
}

#idnhldy-reservation .hidden-field {
  display: none;
}

#idnhldy-reservation .row .lesspad {
  padding-left: 5px;
  padding-right: 5px;
}

#idnhldy-reservation .res_nav .col-md-12 {
  color: #000000;
  background: #ffffff;
  border: 1px solid #e5e7f1;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
  width: 100%;
  position: relative;
  margin: 16px auto;
  border-radius: 16px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#idnhldy-reservation .res_nav ol {
  list-style: none !important;
  margin: 1px 0;
  padding: 0;
  display: flex;
  align-items: center;
  width: 100%;
}

#idnhldy-reservation .res_nav ol li {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 10px;
  text-align: center;
}

#idnhldy-reservation .res_nav ol li span {
  margin-left: 15px;
  font-size: 14px;
  color: #666;
  transition: color 0.3s ease;
}

#idnhldy-reservation .res_nav ol li div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #f0f0f0;
  transition: all 0.3s ease;
}

#idnhldy-reservation .res_nav ol li div img {
  width: 20px;
  transition: transform 0.3s ease, filter 0.3s ease;
}

#idnhldy-reservation .res_nav ol li.active div {
  background-color: #0b8bee1a;
  transform: scale(1.2);
}

#idnhldy-reservation .res_nav ol li.active div img {
  filter: brightness(0) invert(1);
}

#idnhldy-reservation .res_nav ol li.active span {
  color: #007bff;
  font-size: 16px;
  font-weight: 500;
}

#idnhldy-reservation .res_nav ol li div img:not(.active) {
  filter: grayscale(1);
}

#idnhldy-reservation .res_nav ol li.sp {
  flex: 1;
  height: 6px;
  border-radius: 10px;
  background: #ddd;
  margin: 0 5px;
  position: relative;
}

#idnhldy-reservation .res_nav ol li.sp:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #007bff;
  z-index: 1;
  transition: width 0.3s ease;
  width: 0;
}

#idnhldy-reservation .res_nav ol li.sp.completed:after {
  width: 100%;
}

#idnhldy-reservation .res_nav ol li.sp.active:after {
  width: 50%;
}

.booking-new-step ul {
  padding: 0;
  margin: 0;
}

.booking-new-step ul li {
  display: inline-block;
}

/*NEWS UPDATES*/
#idnhldy-reservation .page-view .news-updates .news {
  border-bottom: solid 1px #eee;
  padding: 15px 0;
}

#idnhldy-reservation .page-view .news-updates .news .title {
  font-size: 18px;
}

#idnhldy-reservation .page-view .news-updates .news .title a {
  text-decoration: none;
}

#idnhldy-reservation .page-view .news-updates .news .date {
  font-size: 12px;
  color: #999;
}

#idnhldy-reservation .page-view .news-updates .news .short-desc {
  margin-top: 8px;
}

/*--NEWS UPDATES*/

#loading_page {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 10000;
}

#loading_page .loading_box {
  background: #fff;
  border: solid 5px #222;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  right: 50%;
  padding: 5px;
  margin-top: -35px;
  margin-right: -88px;
}

#loading_page .loading_box .image {
  float: left;
  margin-right: 0px;
}

#loading_page .loading_box .desc {
  float: left;
  margin-top: 5px;
}

.table-field {
  padding: 0px !important;
}

.table-field .tr-field {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* New Footer BES Fastboat */
/* #footer-container {
	margin: auto !important;
	width: 0 !important;
	padding: 0 !important;
	margin-top: 0 !important;
}

.footer-new {
	margin-bottom: -32px;
	margin-top: 115px;
}

.footer-new .back {
	text-align: center;
	background: #FFFFFF;
	color: #0B8BEE;
	width: 300px;
	display: block;
	margin: 0 auto;
	padding: 13px;
	border-radius: 16px 16px 0px 6px;
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
	font-family: 'Montserrat';
	box-shadow: 0 8px 42px rgba(0, 0, 0, 0.2);
} */

.footer-new-hybrid {
  text-align: center;
  position: relative;
  bottom: -24px;
}

.footer-new-hybrid h1 {
  font-size: 14px;
  color: #0b8bee;
  margin: 12px 0 20px;
}

.new-footer-fastboat {
  background-color: #011728;
  padding: 60px 0;
  text-align: center;
  position: relative;
  bottom: -24px;
}

.new-footer-fastboat h1 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 700;
}

.new-footer-fastboat p {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 15px;
}

.new-footer-fastboat ul {
  margin: 0;
  padding: 0;
}

.new-footer-fastboat ul li {
  display: inline-block;
  margin-right: 12px;
}

.new-footer-fastboat ul li img {
  background-color: #fff;
  padding: 6px;
  border-radius: 40px;
}

.new-footer-fastboat p {
  font-size: 16px;
  color: white;
}

.new-footer-fastboat h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-top: 45px;
}

.new-footer-fastboat .new-linkmaps {
  color: white;
}

.new-footer-fastboat .new-linkmaps:hover {
  color: #72afd2;
  transition: 1s all;
}

.payment-final .payment-gateway .alert.alert-info {
  border: #0b8bee solid 1px;
  background: #0b8bee1a;
  color: #0b8bee !important;
  font-weight: 500;
}

#bookingDetail table {
  --bs-table-bg: #f3f5f6 !important;
}

#bookingDetail table .success td {
  background: #f3f5f6;
}

#bookingDetail table .g-total td {
  background-color: #0b8bee;
  color: white;
  border: 1px solid #0b8bee;
}

.new-detail-revisement .g-total strong {
  font-size: 18px !important;
}

.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
  font-size: 14px;
}

.new-not-available {
  text-align: center;
  padding: 50px;
  background-color: white;
}

.new-not-available h1 {
  color: black;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

.new-not-available h2 {
  font-size: 16px;
  color: #999999;
  font-weight: 400;
}

.new-breadcrump-tab .modal-steptab-sc,
.new-breadcrump-tab .modal-steptab-home,
.obtion-route .modal-steptab-obr,
.header-new-bes .modal-steptab-web {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.new-breadcrump-tab .modal-steptab-sc .modal-content,
.new-breadcrump-tab .modal-steptab-home .modal-content,
.obtion-route .modal-steptab-obr .modal-content,
.header-new-bes .modal-steptab-web .modal-content {
  padding: 20px !important;
  background-color: #fff !important;
  margin: 10% auto;
  width: 100% !important;
  max-width: 335px;
  border-radius: 5px !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
}

.new-breadcrump-tab .modal-steptab-sc .modal-header,
.new-breadcrump-tab .modal-steptab-home .modal-header,
.obtion-route .modal-steptab-obr .modal-header,
.header-new-bes .modal-steptab-web .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.new-breadcrump-tab .modal-steptab-sc .close-modal,
.new-breadcrump-tab .modal-steptab-home .close-modal,
.obtion-route .modal-steptab-obr .close-modal,
.header-new-bes .modal-steptab-web .close-modal {
  font-size: 20px;
  cursor: pointer;
}

.new-breadcrump-tab .modal-steptab-sc .btn-close,
.new-breadcrump-tab .modal-steptab-home .btn-close,
.obtion-route .modal-steptab-obr .btn-close,
.header-new-bes .modal-steptab-web .btn-close {
  padding: 8px 16px;
  background-color: #f44336;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.new-breadcrump-tab .modal-steptab-sc .btn-close:hover,
.new-breadcrump-tab .modal-steptab-home .btn-close:hover,
.obtion-route .modal-steptab-obr .btn-close:hover,
.header-new-bes .modal-steptab-web .btn-close:hover {
  background-color: #d32f2f;
}

.new-breadcrump-tab .modal-steptab-sc h1,
.new-breadcrump-tab .modal-steptab-home h1,
.obtion-route .modal-steptab-obr h1,
.header-new-bes .modal-steptab-web h1 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
  text-align: center;
}

.new-breadcrump-tab .modal-steptab-sc h2,
.new-breadcrump-tab .modal-steptab-home h2,
.obtion-route .modal-steptab-obr h2,
.header-new-bes .modal-steptab-web h2 {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 40px;
  text-align: center;
}

.new-breadcrump-tab .modal-steptab-sc .conti-book,
.new-breadcrump-tab .modal-steptab-home .conti-book,
.obtion-route .modal-steptab-obr .conti-book,
.header-new-bes .modal-steptab-web .conti-book {
  background-color: #0b8bee;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  width: 100%;
}

.new-breadcrump-tab .modal-steptab-sc .go-to,
.new-breadcrump-tab .modal-steptab-home .go-to,
.obtion-route .modal-steptab-obr .go-to,
.header-new-bes .modal-steptab-web .go-to {
  background-color: #0b8bee1a;
  color: #0b8bee;
  padding: 12px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  width: 100%;
  font-weight: 600;
}

/* Thankyou Page */
.new-step-booking-success {
  text-align: center;
  margin: 100px 0;
}

.new-step-booking-success img.check {
  margin-bottom: 40px;
  width: 92px;
  height: 92px;
}

.new-step-booking-success h1 {
  font-weight: 600;
  font-size: 30px;
  color: black;
  margin-bottom: 24px;
}

.new-step-booking-success h2 {
  font-size: 16px;
  font-weight: 400;
  color: black;
  margin-bottom: 60px;
}

.new-step-booking-success h3 {
  font-size: 16px;
  font-weight: 400;
  color: #8ec545;
  padding: 18px 48px;
  border: 1px solid #8ec545;
  background-color: #ffffff1a;
  border-radius: 50px;
  width: max-content;
  margin: 0 auto;
}

.new-step-booking-success h3 img.alarm {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.new-step-booking-success h4 {
  font-size: 16px;
  font-weight: 400;
  color: black;
  margin-bottom: 100px;
  margin-top: 20px;
}

.new-step-booking-success a button {
  color: white;
  background-color: black;
  padding: 14px 20px;
  border-radius: 60px;
  font-size: 16px;
  font-weight: 500;
}

.new-step-booking-success a i {
  margin-right: 18px;
}

#form-customer .modal {
  transition: opacity 0.3s ease;
}

#form-customer .modal.fade {
  opacity: 0;
}

#form-customer .modal.in {
  opacity: 1;
}

#form-customer .modal.fade .modal-dialog {
  padding: 20px !important;
  background-color: #fff !important;
  margin: 10% auto;
  width: 100% !important;
  max-width: 600px;
  border-radius: 5px !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
}

.new-aboutus-vendor {
  margin: 80px 0;
}

.new-aboutus-vendor .new-about-title {
  padding: 20px;
}

.new-aboutus-vendor.new-box {
  background-color: rgba(255, 255, 255, 1);
  padding: 20px;
  border-radius: 12px;
}

.new-aboutus-vendor h1.title {
  font-size: 32px !important;
  font-weight: 600;
  color: black;
}

.new-aboutus-vendor.new-box .flex {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.new-aboutus-vendor h2 {
  font-size: 20px;
  color: black;
  font-weight: 600;
  margin-bottom: 20px;
}

.new-aboutus-vendor h3 {
  font-size: 18px;
  color: black;
  font-weight: 500;
  margin: 0;
}

.new-aboutus-vendor h4 {
  font-size: 16px;
  color: black;
  font-weight: 600;
  margin: 0;
  margin-left: 12px;
}

.new-contacus-vendor {
  margin: 80px 0;
}

.new-contacus-vendor h1 {
  font-size: 18px;
  font-weight: 600;
  color: black;
}

.new-contacus-vendor input {
  font-size: 14px;
  font-weight: 500;
  color: black;
}

.hybrid-contact-us {
  margin-top: 100px;
}

.hybrid-contact-us .hybrid-back {
  padding: 32px 20px;
  border-radius: 18px;
  background: #fff;
  margin-bottom: 30px !important;
}

.hybrid-contact-us .hybrid-back h1 {
  font-weight: 600;
  color: #000;
  font-size: 24px;
  margin-bottom: 20px;
}

.hybrid-contact-us .hybrid-back h2 {
  font-weight: 500;
  color: #000;
  font-size: 14px;
  margin-bottom: 12px;
}

.hybrid-contact-us .hybrid-back input {
  border: 1px solid #e8e8e8;
  background: #fff;
  padding: 14px;
  border-radius: 6px;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
}

.hybrid-contact-us .hybrid-see-maps {
  margin-top: 20px;
  width: 100%;
  padding: 20px 10px;
  background: #fff;
  border: 1px solid #0b8bee;
  border-radius: 8px;
  color: #0b8bee;
  font-weight: 600;
  font-size: 16px;
}

.hybrid-contact-us .hybrid-button-contact {
  background: #0b8bee;
  border: 1px solid #0b8bee;
  width: 300px;
  color: #fff;
  padding: 20px 10px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
}

.hybrid-contact-us .recaptcha-wrapper {
  width: 100%;
  max-width: 100%;
  transform: scale(1);
  transform-origin: 0 0;
}

.g-recaptcha {
  width: 100% !important;
}

.hybrid-contact-us .hybrid-back select {
  border: 1px solid #e8e8e8;
  background: #fff;
  padding: 14px;
  border-radius: 6px;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  margin-bottom: 15px;
}

.hybrid-contact-us .hybrid-back textarea {
  border: 1px solid #e8e8e8;
  background: #fff;
  padding: 14px;
  border-radius: 6px;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  margin-bottom: 15px;
}

@media only screen and (min-device-width: 820px) and (max-device-width: 820px) and (orientation: portrait) {
  .boat-cart .time-boat {
    padding: 5px;
    color: #0b8bee;
    border: 1px solid #0b8bee;
    border-radius: 60px;
    font-family: Montserrat;
    font-size: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
  }

  .boat-cart .more-info a {
    font-family: Montserrat;
    color: #0b8bee;
    font-weight: 600;
    font-size: 11px;
    line-height: 17px;
    border: 1px solid #e5e7f1;
    padding: 5px;
    text-align: center;
    border-radius: 60px;
  }

  .boat-cart .co .new-button-dep {
    position: relative;
    bottom: 0;
    right: 0;
    background: #0b8bee;
    border: 2px solid #0b8bee;
    padding: 12px 32px;
    border-radius: 4px 4px 28px 28px;
    text-align: center;
    font-family: Montserrat;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    transition: all 0.3s ease;
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
    margin-bottom: -10px;
  }

  .boat-cart .hybrid-mobile-img {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 200px;
    border-radius: 28px 28px 0px 0px;
    margin-bottom: 20px;
  }

  .hybrid-tap-none-display {
    display: none;
  }

  .hybrid-tap-condision-col {
    width: 340px !important;
  }

  .new-promotial-code .proses-co {
    background: #0b8bee;
    border: none;
    font-family: Montserrat;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: #fff;
    width: 50%;
    padding: 14px;
    margin-top: 0 !important;
    border-radius: 50px;
    transition: 0.5s;
    float: right;
  }

  #idnhldy-reservation .res_nav .scrolling-teb {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    transition: box-shadow 0.3s ease;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    font-family: "Montserrat", sans-serif;
    width: 100%;
    border: none;
    position: relative;
    margin: 0 auto;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .new-breadcrump-tab .res_nav ul li {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 12px;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #idnhldy-reservation .res_nav .scrolling-teb {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    transition: box-shadow 0.3s ease;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    font-family: "Montserrat", sans-serif;
    width: 100%;
    border: none;
    position: relative;
    margin: 0 auto;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .new-breadcrump-tab .res_nav ul li {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 16px;
    text-align: center;
  }
}

@media only screen and (min-device-width: 1180px) and (max-device-width: 1180px) and (orientation: landscape) {
  .boat-cart .time-boat {
    padding: 5px;
    color: #0b8bee;
    border: 1px solid #0b8bee;
    border-radius: 60px;
    font-family: Montserrat;
    font-size: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
  }

  .hybrid-tap-condision-col {
    width: max !important;
  }
}

.hybrid-new-aboutus-vendor {
  width: 100%;
  padding: 20px;
}

/* .fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
  width: 35% !important;
  left: 35% !important;
  margin: 0px 10px !important;
}


.box-booking {
  width: 100% !important;
  } */

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

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
  width: 35% !important;
  left: unset;
  margin: 0;
}

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

.hybrid-payment-link .back-bg-payment-link {
  background: #fff;
  margin-top: 40px;
  padding: 20px;
  border-radius: 16px;
}

.hybrid-payment-link .title-page {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  font-family: montserrat;
  margin-bottom: 0;
  background: #0b8bee;
  display: block;
  padding: 10px;
  border-radius: 10px;
  width: max-content;
  margin-bottom: 30px;
}

.hybrid-payment-link h4 {
  color: #000;
  font-weight: 600;
  font-family: montserrat;
  font-size: 16px;
  margin-bottom: 10px;
}

.hybrid-payment-link .table-field {
  border: 1px solid #e5e7f1;
  border-radius: 8px;
  background: none !important;
  padding: 20px !important;
  margin-bottom: 20px;
}

.hybrid-payment-link table h2 {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  font-family: montserrat;
}

.hybrid-payment-link table strong {
  color: #666666;
  font-weight: 400;
  font-family: montserrat;
  font-size: 14px;
}

.hybrid-payment-link table .pannding {
  background: #0b8bee1a;
  padding: 5px 8px;
  font-family: montserrat;
  border-radius: 90px;
  font-weight: 500;
  color: #0b8bee;
}

.hybrid-font-grandtotal h1 {
  font-weight: 600;
  font-size: 25px;
  color: #000;
}

.hybrid-font-grandtotal h5 {
  font-weight: 600;
  font-size: 25px;
  color: #000;
  text-align: right;
}

.hybrid-bottom-co-payment {
  background: #fff;
  margin-top: 40px;
  padding: 20px;
  border-radius: 16px;
}

.hybrid-bottom-btn-payment .hybrid-button-payment {
  background: #0b8bee;
  color: #fff;
  border: none;
  padding: 14px;
  font-family: montserrat;
  width: 100%;
  border-radius: 90px;
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
}

.hybrid-custom-footer ul {
  background: #FFFFFF1A;
  padding: 10px;
  border-radius: 90px;
  width: max-content;
  display: block;
  margin: 0 auto;
}

.hybrid-custom-footer ul li {
  margin: 0px 10px;
}

.hybrid-ann {
  margin: 20px 0px;
}

.hybrid-ann-back {
  color: #0b8bee;
  background: #0b8bee1a;
  border-radius: 10px;
  border: 1px solid #0b8bee;
  padding: 10px;
}

.hybrid-additional-charge .hybrid-title-description a {
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
  color: #000;
}

.hybrid-additional-charge .back {
  color: #0b8bee;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  padding: 2px 6px;
  margin-left: 10px;
  text-align: left;
}