.header {
  position: sticky;
  top: 0;
  z-index: 4;
  box-shadow: 0 3px 6px #0000001c;
  background-color: #fff;
}

.search-click-modal {
  border: 0;
  background-color: transparent;
  color: var(--main-color);
}

.btn {
  background-color: var(--main-color);
  font-size: 14px;
  font-weight: 500;
  padding: 10px 32px;
  text-transform: uppercase;
}

.landing-section .box {
  padding-block: 160px;
}

.land-tt {
  font-size: 73px;
  line-height: 1.1;
}

.btn-secondary {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #fff;
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: var(--secondary-color);
}

.btn-small {
  font-size: 12px;
  padding: 7px 14px;
}

.landing-section .right {
  padding: 50px 40px;
  width: 450px;
  max-width: 100%;
}

.form-control {
  height: 50px;
  color: #393939;
  font-size: 14px;
  border-radius: 4px;
  border: 0.5px solid #393939 !important;
  width: 100%;
  padding-inline: 14px;
  position: relative;
}

[init-select] + .form-control {
  padding-top: 5px;
  padding-inline: 14px;
}

.nice-select .current {
  color: #393939;
}

.form-control.with-pin {
  padding-inline-start: 34px;
  background: url(../image/pin.svg) no-repeat 10px center;
}

.form-group .lbl {
  font-size: 14px;
  color: #393939;
}

.form-group.full-width {
  grid-column: 1 / -1;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url(../image/calender.svg) no-repeat center;
  background-size: 15px 15px;
  background-position: 5px center !important;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 10px;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

input[type="time"]::-webkit-calendar-picker-indicator {
  background: url(../image/time.svg) no-repeat center;
}

.section-title {
  font-weight: 500;
  font-size: 42px;
}

.span-inside span {
  color: var(--main-color);
}

.img-hover {
  position: relative;
}

.img-hover figure {
  overflow: hidden;
}

.img-hover figure .img {
  transition: 0.4s;
  width: 100%;
}

.img-hover:hover figure .img {
  transform: scale(1.1);
}

.swiper-custom-pagination.inside-slider {
  position: absolute;
  bottom: 35px;
  z-index: 1;
}

.swiper-custom-pagination.inside-slider span {
  margin: 0 !important;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #fff;
  transition: 0.4s;
}

.swiper-custom-pagination.inside-slider span.swiper-pagination-bullet-active {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
}

.gray-2 {
  color: #393939;
}

.line_itm .nm {
  width: 40px;
  height: 40px;
}

[banner] .slick-arrow {
  display: none !important;
}

[banner] {
  pointer-events: none;
}

[banner] .slick-slide {
  margin-right: 20px;
}

.marque-section {
  height: 109px;
}

.rev-section .right {
  padding-block: 130px;
}

.slider-arr {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  transition: 0.4s;
}

.slider-arr[disabled] {
  pointer-events: none;
  filter: brightness(0);
}

[arrow-right] {
  transform: scaleX(-1);
}

.moving-plane {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 172px;
}

.blogs-section .custom-blog-col {
  height: 641px;
}

.blogs-section .custom-blog-col .overlayy {
  background: linear-gradient(
    180deg,
    rgba(239, 189, 237, 0.51) 0%,
    rgba(0, 0, 0, 0.51) 71.83%
  );
  z-index: 1;
  border-radius: 16px;
}

.custom-blog-col .btns {
  border: 2px solid #fff5f5;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.custom-blog-col:hover .btns {
  transform: translateX(30px);
  background-color: #fff;
}

.custom-blog-col:hover .btns img {
  filter: invert(1);
}

.custom-blog-col:hover .cntnt {
  transform: translateY(-10px);
}

.col-2-fields .bbb-item.bg-soft:hover .btn {
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.col-2-fields .bbb-item.bg-main:hover .btn {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #fff;
}

.whats-foot .whats-btn {
  border: 1px solid #fff;
  padding: 14px 20px;
}

.whats-foot {
  padding-inline-start: 32px;
}

.whats-foot .whats-btn:hover {
  background-color: #fff;
  color: var(--secondary-color);
}

.whats-foot .whats-btn:hover img {
  filter: invert(1);
}

.foot-list {
  display: flex;
  flex-direction: column;
}

.foot-list a {
  font-size: 16px;
  color: #fff;
  transition: 0.4s;
  padding-block: 7px;
  display: block;
}

.foot-list a:hover {
  color: var(--main-color);
}

.subscribe-input {
  border: 0;
  padding-inline: 10px;
}

.footer .foot-bottom {
  background-color: #0b0a28;
  padding-block: 12px;
}

.white-60 {
  color: rgb(255 255 255 / 60%);
}

.modal-body {
  border-radius: 24px;
}

.search-modal .modal-body {
  width: 900px;
  max-width: 100%;
  padding: 62px 80px 62px 50px;
  max-height: 95vh;
}

.search-modal-btn-submit {
  border-radius: 3px;
  padding-inline: 20px;
  white-space: nowrap;
}

.search-modal-form {
  border: 0.5px solid #393939;
  border-radius: 3px;
}

.search-modal-input {
  height: 50px;
  padding-inline-start: 40px;
  font-size: 14px;
  border: 0 !important;
}

.search_icon {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.custom-header {
  display: flex;
  border-bottom: 0.7px solid #3939392b;
}

.custom-header > .-t {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  position: relative;
}

.custom-header > .-t:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--main-color);
  margin-top: 15px;
  transform: translateY(1px);
}

mark {
  color: #393939;
  background-color: #fde2c2;
  font-weight: 500;
  padding-inline: 3px;
}

.arrow-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 50%;
}

.search_result_item .arrow-icon {
  width: 25px;
  height: 25px;
}

.book-modal .modal-body {
  width: 1200px;
}

.book-modal .right {
  padding-block: 60px;
  padding-inline-end: 25px;
}

.book-modal .btn-submit {
  height: 45px;
}

.banner-section-455 .box {
  padding-block: 120px;
  min-height: 455px;
}

.banner-section-455 .banner-tt {
  font-size: 42px;
}

.text-left-img-right-sec {
  padding-block: 160px;
}

.img-overlay {
  background: #0000004d;
}

.radius-24 {
  border-radius: 24px;
}

.accordion-item .acc-head.active .tt,
.accordion-item .acc-head.active .icon {
  color: var(--main-color);
}

.accordion-item:not(:last-of-type) {
  padding-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
}

.accordion-item {
  padding-top: 30px;
}

.acc-head {
  gap: 10px;
}

.acc-head .icon {
  align-self: baseline;
  margin-top: 5px;
}

.filters-section {
  margin-top: -65px;
  z-index: 2;
}

.filters-section .box {
  box-shadow: 0px 0px 100px 0px #00000026;
  width: 1000px;
  margin-inline: auto;
  /*  height: 113px;*/
  border-radius: 100px;
  max-width: 100%;
}

.filters-section .box .col [filter-ddl-root] {
  border-radius: 100px;
  height: 100%;
}

.filters-section .box .col [filter-ddl-click] {
  padding: 20px 10px 20px 45px;
}

.filter-ddl {
  box-shadow: 0px 0px 100px 0px #00000026;
  background-color: #fff;
  border-radius: 31px;
  padding: 24px;
  width: 515px;
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
}

[filter-ddl] {
  display: none;
}

[filter-ddl-root] {
  border-radius: 100px;
}

[filter-ddl-root].active {
  box-shadow: 0px 0px 100px 0px #0000001a;
  z-index: 1;
}

.filter_map_item .map-img {
  border: 2px solid transparent;
}

.map-checkbox input {
  display: none;
}

.map-checkbox :checked ~ .filter_map_item .map-img {
  border: 2px solid var(--main-color);
}

.filter-ddl-2 {
  padding-block: 20px;
  max-height: 622px;
  overflow-y: scroll;
}

.location-checkbox input {
  display: none;
}

.filter_location_item {
  padding-block: 22px;
}

.location-checkbox:not(:first-of-type) {
  border-top: 0.5px solid #303d365c;
}

.filter_location_item .fg {
  width: 70px;
  height: 70px;
  background-color: #f9f9f9;
  border: 0.5px solid #393939;
}

.filter_location_item .chv {
  width: 18px;
  height: 18px;
}

.location-checkbox :checked ~ .filter_location_item .fg {
  background-color: #f7931a91;
  border: 1px solid var(--main-color);
}

.settings-btn-filter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  padding-right: 10px;
}

.settings-btn-filter .target {
  width: 92px;
  height: 92px;
  background-color: var(--main-color);
  border-radius: 50%;
  padding: 0 !important;
}

.settings-btn-filter .filter-ddl {
  left: auto;
  right: 0;
  width: 375px;
  padding-block: 30px;
  /* max-width: 100%; */
}

.normal-checkbox input {
  display: none;
}

.normal-checkbox .filter_setting_item .shape {
  width: 20px;
  height: 20px;
  border: 1px solid #393939;
  border-radius: 5px;
  flex-shrink: 0;
}

.normal-checkbox :checked ~ .filter_setting_item .shape {
  background: url(../image/check.svg) no-repeat;
  background-size: 12px;
  background-position: center;
}

.settings-items-filter .-filter-item {
  padding-block: 40px;
}

.settings-items-filter .-filter-item:not(:first-of-type) {
  border-top: 0.5px solid #303d365c;
}

.tour_item .arr {
  width: 40px;
  height: 40px;
}

.tour-listing-section {
  padding-block: 120px 160px;
}

.tour-guide-section .arrows {
  position: absolute;
  right: 0;
  bottom: 100px;
  z-index: 1;
}

.tour-guide-section .dd1 {
  height: 145px;
}

.tour-guide-section .left img {
  /*transform: translateX(100px);*/
}

.tour-guide-section .box {
  gap: 40px;
}

.banner-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000061;
  z-index: 1;
}

.banner-section-455 .container {
  z-index: 2;
}

.check-list span {
  position: relative;
  display: flex;
}

.check-list span:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../image/check2.svg) no-repeat center center;
  flex-shrink: 0;
  display: inline-block;
  margin-inline-end: 8px;
  margin-top: 3px;
}

.table td {
  vertical-align: super;
  padding-block: 30px;
  border-block: 1px solid #d9d9d9;
  text-transform: uppercase;
  font-weight: 500;
}

.table .td1 {
  width: 50%;
}

.table {
  border-collapse: collapse;
}

.blog_list_itm {
  color: #787878;
}

.tour-details-slider-box .arrows {
  position: absolute;
  top: 60px;
  left: 40px;
  z-index: 1;
}

.tour-details-slider-box .arrows .slider-arr {
  width: 45px;
  height: 45px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.tour-details-slider-box .arrows .slider-arr:hover {
  background-color: #fff;
}

.tour-details-slider-box .arrows .slider-arr:hover img {
  filter: invert(1);
}

.tour-details-section .orange-box,
.booking-details-section .orange-box {
  padding: 56px 64px;
}

.tour-details-section .booking-box {
  border: 1px solid #cfcfcf;
  padding: 45px 40px;
}

.booking-details-section .oval {
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  border-radius: 50%;
  font-size: 36px;
  font-weight: bold;
  color: white;
}

.booking-details-box .btn-submit {
  padding-block: 13px;
}

.location_map-box .pin_img {
  width: 56px;
  height: 56px;
  border: 2px solid transparent;
}

.location_map-box:hover .pin_img {
  border-color: var(--main-color);
  margin-top: -30px;
  scale: 1.3;
}

.nice-select.sort-by {
  background-color: #f4f4f4;
  border: 0 !important;
  height: 35px;
  padding: 0 20px;
  width: 205px;
  text-align: center;
}

.nice-select.sort-by .current {
  color: #00000080;
  font-size: 18px;
  text-transform: uppercase;
  width: 100%;
  display: block;
  text-align: center;
}

.nice-select.sort-by:after {
  content: none;
}

.blogs-listing-section {
  padding-bottom: 150px;
}

.section-overlay {
  background: #00000080;
}

.update-section {
  padding-block: 150px;
}

.update-form {
  width: 592px;
  max-width: 100%;
}

.trans-control {
  background-color: transparent;
  border-color: rgb(255 255 255 / 50%) !important;
  color: #fff;
}

.iti .iti__selected-dial-code {
  color: #fff;
  margin: 0 !important;
}

.trans-control::placeholder {
  color: rgb(255 255 255 / 50%);
}

.auth-gray {
  color: #8e8e8e;
}

.social-box2 a {
  border: 0.5px solid #8e8e8e;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.cnttttt h2 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}

.cnttttt {
  line-height: 1.4;
}

.faq2-section .box .left {
  width: 270px;
}

.faq2-section .box .left .tt {
  position: sticky;
  top: 140px;
  font-weight: bold;
}

.faq2-section .acc-head,
.faq2-section .content {
  padding-left: 20px;
  color: #000;
  /* padding-block: 30px; */
}

.faq2-section .content {
  color: #494949;
}

.faq2-section .acc-head.active {
  color: var(--main-color);
}

.contact-form .iti .iti__selected-dial-code {
  color: #000;
}

.line_itm2 .fig {
  width: 31px;
  height: 31px;
}

.line_itm2 .fig img {
  max-width: 70%;
  max-height: 60%;
}

.line_itm2 .right {
  margin-left: auto;
  margin-right: auto;
}

.banner-2-tt {
  font-size: 42px;
}

.book-tour-details-form .form-control {
  background-color: #f8f8f8;
  border: 0.5px solid #393939;
}

.booking-order-summary-box {
  padding: 50px 50px 50px 50px;
  position: sticky;
  top: 130px;
}

.booking-order-summary-box .table tr:last-child td {
  border-bottom: 0;
}

.success-modal .modal-body {
  width: 800px;
  padding: 70px 80px;
  max-width: 100%;
}

.search-no-results {
  background: url(../image/search-bg.png) no-repeat center center;
  background-size: contain;
  padding-bottom: 20px;
}

.res-no-tt {
  transform: translateY(-15px);
}

.btn-subscribe {
  padding-inline: 25px;
}

.flatpickr-disabled {
  display: none !important;
}

.not-init-plugin {
  pointer-events: none;
  background: #ccc;
}

.no-submit [type="submit"] {
  pointer-events: none;
  opacity: 0.5 !important;
}

@media (max-width: 1441px) {
  .landing-section .box {
    padding-block: 90px;
  }

  .landing-section .right {
    gap: 25px;
  }
}

@media (min-width: 1025px) {
  .foot-col {
    max-width: 260px;
  }

  .foot-col.col-5 {
    max-width: 300px;
  }
}

@media (max-width: 1024px) {
  .close-menu-icon {
    /* position: relative  ; */
  }

  .mobile-menu-box .mobile-menu {
    width: 400px;
    max-width: 100%;
    background-color: var(--secondary-color);
  }

  .search-click-modal img {
    width: 20px;
  }

  .header .header-box {
    padding-block: 5px;
  }

  .header .book-click-modal {
    font-size: 10px;
    padding: 10px 13px;
  }

  .header .upper-header .upper-box {
    justify-content: space-between;
  }

  .open-mobile-icon {
    margin: 0;
    color: #fff;
  }

  .mobile-menu li {
    text-align: inherit;
  }

  .mobile-menu > ul {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .frq_item .img {
    height: 190px;
  }

  .section-title {
    font-size: 32px;
  }

  .section-title br {
    display: none;
  }

  .imgs_slide img {
    height: 350px;
  }

  .rev-section .left {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .rev-section .right {
    padding-block: 0 50px;
  }

  .rev_itm .qt {
    margin-bottom: 0px;
  }

  .rev_itm .tt1 {
    font-size: 24px;
  }

  .moving-plane {
    width: 100px;
  }

  .blogs-section .custom-blog-col {
    height: 312px;
  }

  .blogs-section .custom-blog-col .tttt {
    font-size: 24px;
  }

  .blogs-section .col-2-fields .bbb-item {
    padding-block: 20px;
  }

  .land-tt {
    font-size: 32px;
  }

  .landing-section .box {
    padding-block: 50px;
    gap: 0px;
  }

  .landing-section .right {
    transform: translateY(100px);
    margin-top: -40px;
    box-shadow: 0 3px 6px #0000001c;
  }

  .landing-section {
    margin-bottom: 50px;
  }

  .header .logo img {
    width: 80px;
  }

  .foot-tt {
    font-size: 26px;
  }

  .book-modal .right {
    padding: 40px !important;
  }

  .book-modal .close-modal-icon,
  .close-modal_icon {
    position: absolute;
    width: 24px;
    top: -3px;
    right: 10px;
  }

  .book-modal .left img {
    border-radius: 0 0 24px 24px;
  }

  .book-modal .tt,
  .search-modal .tt {
    font-size: 28px;
  }

  .modal-body {
    width: 100%;
  }

  .search-modal .modal-body {
    max-width: 100%;
    padding: 30px 20px 32px 20px;
    max-height: 100vh;
    height: 100vh;
  }

  .search-modal-btn-submit {
    padding-inline: 10px;
    font-size: 12px;
  }

  .search_result_item figure .img {
    width: 100px;
    height: 100px;
  }

  .search_result_item .item_tt {
    font-size: 15px;
  }

  .search_result_item .item_dd {
    font-size: 12px;
  }

  .text-left-img-right-sec,
  .py-140 {
    padding-block: 50px;
  }

  .text-left-img-right-sec .box {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .team_item {
    flex-direction: column;
  }

  .team_item .fig {
    width: 100%;
    height: 340px;
  }

  .team_item > .cnn {
    background-color: #fff;
    box-shadow: 0 3px 6px #0000001c;
    margin-top: -80px;
    position: relative;
    z-index: 1;
    border-radius: 24px 24px;
    padding: 14px 12px 20px 12px;
    width: 100%;
  }

  .gang-section .box {
    gap: 40px;
  }

  .acc-head .tt {
    font-size: 20px;
  }

  .accordion-item {
    padding-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
  }

  .filters-section .box {
    flex-direction: column;
    height: auto;
    border-radius: 20px;
  }

  [filter-ddl-root].active {
    box-shadow: none;
  }

  .filter-ddl {
    width: 100%;
  }

  .filters-section .col-1 {
    position: relative;
    z-index: 9;
  }

  .filter_location_item {
    padding-block: 5px;
  }

  .filter_location_item .fg {
    width: 40px;
    height: 40px;
  }

  .filter_location_item .fg img {
    width: 14px;
  }

  .settings-btn-filter .target {
    z-index: 2;
  }

  .filters-section .col-3 [filter-ddl] {
    max-width: none;
    width: calc(100vw - 35px);
  }

  .filters-section .box .col [filter-ddl-click] {
    padding: 23px 10px 23px 25px;
  }

  .settings-items-filter .-filter-item {
    padding-block: 20px;
  }

  .normal-checkbox .filter_setting_item span {
    font-size: 16px;
  }

  .tour-listing-section {
    padding-block: 80px;
  }

  .tour-guide-section .left {
    width: 100%;
  }

  .tour-guide-section .left img {
    /*transform: translateX(0);*/
    width: 100%;
  }

  .tour-guide-section .right {
    padding: 0;
  }

  .tour-guide-section .tt1 {
    font-size: 22px;
  }

  .tour-guide-section .dd1 {
    font-size: 17px;
    padding-right: 0px;
  }

  .tour-guide-section .arrows {
    right: auto;
    left: 0px;
    bottom: 10px;
  }

  .table td {
    padding-block: 10px;
  }

  .table .font-20 {
    font-size: 13px;
  }

  .tour-details_item img {
    height: 260px;
  }

  .tour-details-slider-box .arrows {
    position: absolute;
    top: 15px;
    left: 15px;
    gap: 5px;
  }

  .tour-details-slider-box .arrows .slider-arr {
    width: 35px;
    height: 35px;
  }

  .tour-details-slider-box .arrows .slider-arr img {
    width: 8px;
  }

  .location_map-box > img {
    height: 300px;
  }

  .blogs-listing-section {
    padding-bottom: 80px;
  }

  .update-section {
    padding-block: 60px;
  }

  .faq2-section .accordion-item {
    padding-block: 20px;
  }

  .faq2-section .tt1 {
    font-size: 18px;
  }

  .faq2-section .acc-head,
  .faq2-section .content {
    padding-left: 0;
  }

  .contact-section .left .img {
    height: 240px;
  }

  .line_itm2 .right {
    margin-right: inherit;
  }

  .booking-details-section .btns {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px -2px 6px 3px #0000001c;
    z-index: 1;
  }

  .booking-order-summary-box {
    padding: 40px 24px;
  }

  .banner-2-tt {
    font-size: 32px;
  }

  section .breadcrumb {
    font-size: 12px;
  }

  .success-modal .modal-body {
    width: 100%;
    padding: 10px 20px 40px 20px;
  }

  .success-modal .ttt {
    font-size: 28px;
  }

  .success-modal .ddd {
    font-size: 16px;
  }

  .success-modal .img {
    width: 200px;
  }

  .nice-select .list {
    max-width: 100%;
  }
}

/*span.flatpickr-day:not(span.flatpickr-day.flatpickr-disabled) {
  color: green !important;
}*/

input#pickup_time {
  cursor: not-allowed;
}

div#number_of_travellers ul.list,
div.toursSelectParent ul.list,
#pickupSelectParent ul.list,
#locations ul.list {
  height: 125px;
  overflow-y: scroll;
  width: 100%;
}

.check-list.not_included span:before {
  background: url(../image/cross.svg) no-repeat center center !important;
}

.pickup_time {
  cursor: not-allowed;
  opacity: 0.7;
  pointer-events: none !important;
}

.tour-guide-slider img {
  width: 700px;
  height: 500px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.map_btn:hover {
  background-color: #f7931a !important;
  color: #fff;
}

/*div.nice-select {
    overflow: hidden !important;
}
*/
div.nice-select span.current {
  display: block;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  /*    max-height: 3.6em;
    line-height: 1.8em;*/
  width: 300px !important;
}

/* .tour-guide-slider img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  border-radius:20px
} */

/*Pagination*/

.cus-paginate .pagination {
  gap: 35px;
  justify-content: center;
  margin-top: 5rem;
}

.cus-paginate .pagination li {
  background: #f7931a;
  padding: 0.5rem;
  width: 120px;
  text-align: center;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 16px;
}

.cus-paginate .pagination li a {
  color: #fff;
}

.cus-paginate .pagination li.disabled {
  color: #fff;
  opacity: 0.5;
}

/*Pagination*/

div:where(.swal2-icon).swal2-error {
  border-color: #f7931a !important;
  color: #f7931a !important;
}

div:where(.swal2-icon).swal2-error [class^="swal2-x-mark-line"] {
  background-color: #f7931a !important;
}

button.swal2-confirm.swal2-styled {
  background: #f7931a !important;
}

/*NEW HOME FORM*/

.search-container {
  background: white;
  padding: 20px;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  width: 700px;
  flex-direction: row;
  position: relative;
  margin: 0 auto;
  justify-content: space-between;
}

.search-container-input1 {
  width: 45%;
}

.search-container-input2 {
  width: 40%;
}

.search-container-btn {
  width: 10%;
  text-align: right;
}

.search-container input {
  width: 100%;
  padding: 10px;
  border: 0px solid #ccc;
  border-radius: 0px;
  font-size: 18px;
  padding-left: 30px;
}

.search-container button,
button#searchBtnNew {
  background-color: #f7931a !important;
  color: white;
  border: none;
  padding: 12px 15px;
  cursor: pointer;
  border-radius: 50%;
}

.search-container button:hover {
  background-color: #f7931a !important;
}

#suggestions {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 98%;
  position: absolute;
  background: white;
  display: none;
  top: 100px;
  left: 10px;
  z-index: -1;
  max-height: 200px;
  overflow-y: auto;
  border: 0;
  padding-top: 10px;
  border-radius: 10px;
  box-shadow: 0 0 8px 6px #00000014;
}

#suggestions li {
  display: flex;
  align-items: center;
  padding: 14px 28px;
  cursor: pointer;
  font-size: 16px;
  color: #2f2f2f !important;
}

#suggestions li i {
  margin-right: 10px;
  color: #f7931a !important;
}

#suggestions li:hover {
  background-color: #f0f0f0;
}

.landing-section .inner-col {
  text-align: center;
}

.landing-section {
  height: 90vh;
  display: flex;
  align-items: center;
}

.landing-desc {
  width: 50%;
  margin: 50px auto;
  padding-bottom: 0;
  margin-top: 20px;
}

input#searchInputNew {
  border-right: 1px solid #00000029;
  border-radius: 0;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #f7931a !important;
  border: red !important;
}

#suggestions::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

#suggestions::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

#suggestions::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgb(247 147 26);
}

.search-container-input1:before,
.search-container-input2:before {
  content: "\f0ac";
  color: #808080a3;
  position: absolute;
  top: 12px;
  font-family: "FontAwesome";
}

.search-container-input2:before {
  content: "\f073";
}

.search-container-input1,
.search-container-input2 {
  position: relative;
}

/*NEW HOME FORM*/

/*TOUR PAGE*/

.filters-section input#searchInputNew {
  border: 0;
  width: 100%;
}

.filters-section input#searchInputNew::placeholder {
  color: #393939;
  font-weight: 500;
}

.filters-section ul#suggestions {
  top: 110px;
  padding-top: 15px;
  left: 0;
  width: 500px;
}

.filters-section .box > div {
  width: 30%;
}

.filters-section .box > div:has(span.search-container-btn) {
  max-width: 8% !important;
}

.filters-section #searchBtnNew {
  margin-top: 25px;
  float: right;
  margin-right: 15px;
}

.cus_loader {
  padding: 20px 0px !important;
  color: #000 !important;
}

/*TOUR PAGE*/

/*NEW FORM RESPONSIVE*/

@media (max-width: 767px) {
  .search-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
    border-radius: 10px;
  }

  .search-container .search-container-input1,
  .search-container .search-container-input2,
  .search-container .search-container-input1 input {
    width: 100%;
    border: 0 !important;
  }

  .search-container .search-container-input1 input,
  .search-container .search-container-input2 input {
    border-bottom: 1px solid rgb(0 0 0 / 15%) !important;
  }

  .search-container button,
  button#searchBtnNew,
  .filters-section #searchBtnNew {
    width: 100%;
    border-radius: 4px;
    margin: 0px !important;
  }

  .search-container-btn {
    width: 100%;
  }

  .landing-desc {
    width: 100%;
  }

  .filters-section .box > div {
    width: 100% !important;
  }

  .filters-section .box > div:has(span.search-container-btn) {
    max-width: 90% !important;
    margin: 30px auto;
  }

  #suggestions,
  .filters-section ul#suggestions {
    top: 200px;
    left: 0;
    width: 100%;
  }

  .filters-section ul#suggestions {
    top: 100px;
    z-index: 1;
  }
}

/*NEW FORM RESPONSIVE END*/

.par-col {
  position: relative;
  z-index: 99 !important;
}

/*New CSS UK */
.tour-cards .tour_item {
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
}

.tour-cards .tour_item .imgbox {
  position: relative;
}

.tour-cards .tour_item .badges-wrapper {
  position: absolute;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 12px;
  align-items: center;
}

.tour-cards .tour_item .badges-wrapper.no-position {
  position: unset;
  padding: 0;
}

.tour-cards .tour_item .badges-wrapper.top-badges {
  top: 0;
}

.tour-cards .tour_item .badges-wrapper.bottom-badges {
  bottom: 0;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0)
  );
}

.tour-cards .tour_item .badge {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  transition: 0.4s all;
  border-color: rgba(0, 45, 98, 0.2);
}

.tour-cards .tour_item .badge.small {
  font-size: 12px;
  padding: 4px 10px;
  font-weight: 500;
}

.tour-cards .tour_item .badge.has-bg {
  padding: 4px 12px;
  border: 0.8px solid transparent;
  border-radius: 20px;
}

.tour-cards .tour_item .badge.has-shadow {
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.tour-cards .tour_item .badges-wrapper.top-badges .badge {
  font-size: 12px;
  font-weight: 600;
}

.tour-cards .tour_item .badges-wrapper.top-badges .badge svg {
  width: 12px;
}

.tour-cards .tour_item .badge.type-of {
  /*background-color :rgba(34, 197, 94, 0.1);*/
  /*border :0.8px solid rgb(187, 247, 208);    */
  /*color:rgb(22, 163, 74);*/
  background-color: rgb(255 255 255 / 60%);
  border: 0.8px solid rgb(0 45 98 / 20%);
  color: #002d62;
}

.tour-cards .tour_item .badge.location {
  background-color: rgba(255, 255, 255, 0.95);
  border-color: rgba(0, 45, 98, 0.2);
  border-width: 0;
  color: rgb(0, 45, 98);
  text-transform: uppercase;
}

.tour-cards .tour_item .badge.location:hover {
  background-color: rgba(0, 45, 98, 0.05);
}

.tour-cards .tour_item .badge.type-of:hover {
  background-color: rgb(0 31 68);
  color: white;
}

.tour-cards .tour_item .badge svg {
  width: 16px;
  margin-right: 4px;
  height: auto;
}

.tour-cards .tour_item .badge.members,
.tour-cards .tour_item .badge.rating {
  font-size: 14px;
  color: white;
}

.tour-cards .tour_item .badge.rating svg {
  color: rgb(250, 204, 21);
  fill: rgb(250, 204, 21);
  margin-top: 3px;
}

.tour-cards .tour_item .badge.members {
  font-weight: 500;
}

.tour-cards .tour_item .badge.members svg {
  margin-top: 3px;
}

.tour-cards .tour_item .contentbox {
  padding: 20px;
}

.tour-cards .tour_item .contentbox .title-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.tour-cards .tour_item .contentbox .tour-title {
  max-width: 85%;
}

.tour-cards .tour_item .contentbox .pricebox {
  color: #002d62;
  line-height: 1;
  font-weight: bold;
}

.tour-cards .tour_item .content-badges {
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.tour-cards .tour_item .content-badges .badge {
  color: rgb(107, 114, 128);
}

.tour-cards .tour_item .content-badges .badge.country {
  max-width: 68%;
}

.tour-cards .tour_item .contentbox .dd {
  margin-bottom: 16px;
}

.tour-cards .tour_item .benefit-badges .badge {
  background-color: rgba(247, 147, 26, 0.1);
  color: rgb(247, 147, 26);
}

.tour-cards .tour_item .benefit-badges .badge:hover {
  background-color: rgba(247, 147, 26, 0.2);
}

.tour-cards .tour_item .btn-wrapper {
  font-size: 12px;
  padding-top: 12px;
  border-top: 0.8px solid rgb(243, 244, 246);
}

.tour-cards .tour_item .btn-wrapper .distance span {
  font-weight: 500;
}

.tour-cards .tour_item .btn-wrapper .view-btn {
  color: rgb(0, 45, 98);
  font-size: 14px;
  font-weight: 600;
}

.tour-cards .tour_item:hover {
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  transform: translateY(-5px);
}

.tour-cards .tour_item .fig img {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.tour-cards .tour_item:hover .fig img {
  transform: scale(1.05);
}

/* Tour Detail Right Box  */
.tour-details {
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
  border: 1.6px solid rgba(0, 45, 98, 0.2);
  border-radius: 8px;
  position: sticky;
  top: 130px;
}

.tour-details .tour-details-topbar {
  padding: 20px;
  background-image: linear-gradient(
    to right,
    rgba(0, 45, 98, 0.1),
    rgba(247, 147, 26, 0.1)
  );
}

.tour-details .rating-total-bookings {
  display: flex;
  justify-content: space-between;
}

.tour-details .rating-box .rating-count {
  display: flex;
  align-items: center;
  color: black;
  gap: 8px;
}

.tour-details .rating-box .rating-count svg {
  fill: #facc15;
  stroke: unset;
  width: 16px;
  height: 16px;
}

.tour-details .rating-box .rating-average {
  font-weight: 600;
}

.tour-details .rating-box .total-reviews {
  display: block;
  /* font-size: 14px; */
  margin-top: 8px;
}

.tour-details .tour-detail-badge {
  padding: 3px 12px;
  background-color: rgb(220, 252, 231);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  font-size: 14px;
  color: rgb(22, 101, 52);
  border-radius: 50px;
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
}

.tour-details .tour-detail-badge.badge-outline {
  background-color: rgb(239, 246, 255);
  border: 0.8px solid rgb(191, 219, 254) c;
  color: rgb(29, 78, 216);
}

.tour-details .tour-detail-badge.badge-outline:hover {
  background-color: rgba(0, 45, 98, 0.05);
}

.tour-details .tour-detail-badge:hover {
  background-color: rgb(224, 137, 25);
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.tour-details .special-offer {
  margin-top: 12px;
}

.tour-details .special-offer svg {
  width: 12px;
  height: 12px;
}

.tour-details .price-saved-wrapper {
  display: flex;
  align-items: flex-end;
  margin-top: 10px;
}

.tour-details .price-saved-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.tour-details .price-saved-wrapper .sale-price {
  font-size: 36px;
  color: rgb(0, 45, 98);
  font-weight: bold;
  line-height: 1;
}

.tour-details .price-saved-wrapper .regular-price {
  font-size: 18px;
  font-weight: 400;
  text-decoration-line: line-through;
}

.tour-details .price-saved-wrapper .saved-regular-price {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tour-details .per-person-text {
  margin-top: 8px;
}

.tour-details .location-hours {
  margin-top: 12px;
}

.tour-details .location-hours ul {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: 8px;
  color: rgb(75, 85, 99);
  font-size: 14px;
}

.tour-details .location-hours ul li {
  display: flex;
  align-items: center;
  gap: 4px;
}

.tour-details .location-hours ul li svg {
  width: 16px;
  height: 16px;
}

.why-choose-tours {
  padding: 20px;
}

.why-choose-tours .why-choose-title {
  margin-bottom: 12px;
}

.why-choose-tours .why-choose-tours-list {
  font-size: 14px;
}

.why-choose-tours .why-choose-tours-list li {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: 8px;
  color: black;
  padding: 4px;
  transition: 0.4s all;
  cursor: pointer;
  margin-bottom: 12px;
  position: relative;
}

.why-choose-tours .why-choose-tours-list li:hover {
  background-color: rgb(249, 250, 251);
}

.why-choose-tours .why-choose-tours-list li svg {
  width: 16px;
  height: 16px;
  color: rgb(0, 45, 98);
}

.why-choose-tours .why-choose-tours-list li .why-choose-tooltip {
  position: absolute;
  bottom: calc(100% + 15px);
  left: -10px;
  width: 200px;
  background: white;
  border: 0.8px solid black;
  z-index: 1;
  padding: 6px 12px;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all;
  font-size: 12px;
  color: black;
}

.why-choose-tours .why-choose-tours-list li .why-choose-tooltip::before {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  left: 10px;
  bottom: -8px;
  border: 8px solid transparent;
  border-bottom: 0;
  border-top: 8px solid #000000;
}

.why-choose-tours .why-choose-tours-list li:hover .why-choose-tooltip {
  bottom: calc(100% + 10px);
  opacity: 1;
  visibility: visible;
  text-decoration: none;
}

.why-choose-tours ul.price-guarentee-cancellation-policy-list {
  margin-top: 24px;
}

.why-choose-tours ul.price-guarentee-cancellation-policy-list li {
  color: rgb(0, 45, 98);
  background-color: unset !important;
}

.why-choose-tours ul.price-guarentee-cancellation-policy-list li svg {
  width: 12px;
  height: 12px;
}

.why-choose-tours ul.price-guarentee-cancellation-policy-list li span:hover {
  text-decoration: underline;
}

.tour-details-bottom-bar {
  padding: 0 20px 20px;
}

.tour-details-bottom-bar .btn-wrapper {
  margin-bottom: 20px;
}

.tour-details-bottom-bar .last-booked {
  margin-bottom: 20px;
  font-size: 12px;
  color: rgb(107, 114, 128);
  text-align: center;
}

.save-share-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding-top: 8px;
  border-top: 1px solid black;
}

.save-share-wrapper button {
  font-size: 14px;
  padding: 7px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgb(107, 114, 128);
  background-color: unset;
  border: unset;
  outline: unset;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 500;
  border-radius: 6px;
  cursor: pointer;
}

.save-share-wrapper button svg {
  width: 16px;
  height: 16px;
}

.save-share-wrapper button:hover {
  color: rgb(0, 31, 68);
  background-color: rgba(0, 45, 98, 0.1);
}

.save-share-wrapper .social-share-main {
  position: relative;
  display: inline-block;
  text-align: center;
}

.save-share-wrapper .social-share-list {
  position: absolute;
  bottom: calc(100% - 20px);
  left: 50%;
  /* left: 0; */
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 10;
  opacity: 0;
}

.save-share-wrapper .social-share-main.active .social-share-list {
  opacity: 1;
  /* transform: translateX(-50%) translateY(-10px); */
  pointer-events: auto;
  bottom: calc(100% + 5px);
}

.save-share-wrapper .social {
  /* padding: 6px 10px; */
  font-size: 14px;
  text-decoration: none;
  /* color: #333; */
  border-radius: 50%;
  border: 1px solid rgba(0, 45, 98, 0.2);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.save-share-wrapper .social.facebook {
  color: rgb(37, 99, 235);
}

.save-share-wrapper .social.twitter {
  color: rgb(14, 165, 233);
}

.save-share-wrapper .social.linkedin {
  color: rgb(29, 78, 216);
}

.save-share-wrapper .social.telegram {
  color: #2e9fd3;
}

.save-share-wrapper .social.whatsapp svg {
  fill: rgb(34, 197, 94);
}

.save-share-wrapper .social svg {
  /* width: 16px;
  height: 16px; */
}

.save-share-wrapper .social:hover {
  background-color: rgba(0, 45, 98, 0.05);
}

.sticky-book-now-mb {
  display: none;
  position: sticky;
  bottom: 0;
  background: white;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgb(0 0 0 / 35%) 0px 10px 49px -10px;
  z-index: 1;
  margin-top: 30px;
}

/* Important Information Accordion */
.important-info-accordion {
  border: 1px solid rgb(0, 11, 43);
  border-radius: 10px;
  overflow: hidden;
}

.important-info-accordion .section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  padding: 20px;
  background-color: rgb(244, 246, 252);
  transition: 0.4s all;
}

.important-info-accordion .section-title.active,
.important-info-accordion .section-title:hover {
  background-color: rgb(233, 237, 247);
}

.important-info-accordion .lucide-chevron-down {
  flex: 0 0 24px;
  max-width: 24px;
  transition: 0.4s all;
}

.important-info-accordion .section-title.active .lucide-chevron-down {
  transform: rotate(180deg);
}

.important-info-accordion .table-inside {
  display: none;
  padding-left: 20px;
  padding-right: 20px;
}

.important-info-accordion .table-inside tr:first-child td {
  border-top: unset;
}

/* Booking Summary Date And Time  */
.contact-form-new .pickup-location .form-control {
  border-radius: 30px;
  text-align: center;
}

.contact-form-new .pickup-date .date-picker-wrapper {
  position: relative;
  color: #003061;
}

.contact-form-new .pickup-date .date-picker-wrapper svg {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 17px;
  left: 17px;
  z-index: 1;
  pointer-events: none;
}

.contact-form-new .pickup-date .date-picker-wrapper .form-control {
  padding-left: 50px;
  color: #003061;
}

.contact-form-new .pickup-time .lbl svg {
  color: #003061;
  width: 16px;
  height: 16px;
}

.contact-form-new .pickup-time .pickup-time-list {
  display: flex;
  flex-flow: wrap;
  gap: 12px;
}

.contact-form-new .pickup-time .pickup-time-list .pickup-time-list-item {
  flex: 0 0 calc(100% / 3 - 8px);
}

.contact-form-new .pickup-time .pickup-time-list .pickup-time-list-item input {
  display: none;
}

.contact-form-new
  .pickup-time
  .pickup-time-list
  .pickup-time-list-item
  .checkmark {
  padding: 12px;
  text-align: center;
  display: block;
  border: 2px solid #e5e7eb;
  border-radius: 4px;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  color: #374151;
}

.contact-form-new
  .pickup-time
  .pickup-time-list
  .pickup-time-list-item
  input:checked
  ~ .checkmark {
  background-color: #0030610d;
  border-color: #003061;
}

.contact-form-new
  .pickup-time
  .pickup-time-list
  .pickup-time-list-item
  .checkmark:hover {
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
  border-color: #0030614d;
}

.contact-form-new .crew-size {
  padding: 25px;
  border: 1px solid #00306133;
  border-radius: 4px;
}

.contact-form-new .crew-size .cs-topbar {
  margin-bottom: 30px;
}

.contact-form-new .crew-size .cs-topbar .titlebox svg {
  color: #003061;
  width: 18px;
  height: 18px;
}

.contact-form-new .crew-size .cs-topbar .titlebox {
  color: #1a1f23;
}

.booking-details-section-new .table td {
  text-transform: initial;
  border-color: #000;
}

.booking-details-section-new .table tr td:first-child {
  font-weight: 600;
}

.booking-details-section-new .coupon-form label {
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

.booking-details-section-new .coupon-form input {
  text-align: center;
  border-radius: 30px;
}

.crew-size .badge {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  transition: 0.4s all;
  border-color: rgba(0, 45, 98, 0.2);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  font-size: 12px;
  padding: 4px 10px;
  font-weight: 500;
  border: 0.8px solid transparent;
  border-radius: 20px;
  color: #166534;
  background-color: rgb(220, 252, 231);
  max-width: max-content;
}

.crew-size .cs-middlebar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.crew-size .cs-input-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.crew-size .cs-input-wrapper input {
  max-width: 40px;
  border-radius: unset;
  border: unset;
  pointer-events: none;
  color: black;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.crew-size .cs-input-wrapper .cs-title-bar {
  color: rgb(101, 117, 134);
}

.crew-size .cs-count-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 48, 97, 0.2);
  transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
  background-color: white;
  cursor: pointer;
}

.crew-size .cs-count-btn svg {
  width: 16px;
  height: 16px;
}

.crew-size .cs-count-btn:hover {
  background-color: rgba(0, 48, 97, 0.05);
  border-color: rgba(0, 48, 97, 0.4);
}

/* For Chrome, Safari, Edge, Opera */
.crew-size .cs-input-wrapper input::-webkit-outer-spin-button,
.crew-size .cs-input-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  /* Ensures no extra space is left by the hidden spinner */
}

/* For Firefox */
.crew-size .cs-input-wrapper input {
  -moz-appearance: textfield;
}

.crew-size .cs-bottombar {
  margin-top: 30px;
}

.crew-size .cs-bottombar ul li {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.crew-size .cs-bottombar ul li .list-title {
  font-size: 16px;
}

.crew-size .cs-bottombar ul li .list-content {
  font-weight: 500;
  font-size: 18px;
}

.crew-size .cs-bottombar ul li.before-discount .list-title {
  color: rgb(101, 117, 134);
}

.crew-size .cs-bottombar ul li.before-discount .list-content {
  color: rgb(26, 31, 35);
}

.crew-size .cs-bottombar ul li.crew-discount  , .crew-size .cs-bottombar ul li.coupon-discount {
  margin-top: 10px;
  color: rgb(22, 163, 74);
}

.crew-size .cs-bottombar ul li.crew-total {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgb(223, 232, 241);
}

.crew-size .cs-bottombar ul li.crew-total .list-title {
  font-size: 20px;
  color: rgb(26, 31, 35);
}

.crew-size .cs-bottombar ul li.crew-total .list-content {
  font-size: 22px;
  color: rgb(0, 48, 97);
  font-weight: bold;
}

.crew-size .cs-bottombar ul li.crew-total .full-width {
  flex: 0 0 100%;
  width: 100%;
}

.crew-size .cs-bottombar ul li.crew-total .per-member {
  color: rgb(101, 117, 134);
  margin-top: 10px;
}

.crew-size .cs-bottombar .discount-bar {
  background-color: rgba(249, 116, 21, 0.1);
  padding: 12px;
  border: 0.8px solid rgba(249, 116, 21, 0.2);
  border-radius: 8px;
  margin-top: 16px;
}

.crew-size .cs-bottombar .discount-bar .discount-message {
  color: rgb(249, 116, 21);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}

.crew-size .cs-bottombar .discount-bar .discount-message svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.crew-size .cs-bottombar .discount-bar .saved-price {
  margin-top: 5px;
}

.booking-details-section-new .subtotal-row td {
  padding-bottom: 15px;
  border-bottom: unset;
  text-transform: uppercase;
  font-weight: bold !important;
}

.booking-details-section-new .subtotal-row td span {
  text-transform: lowercase;
}

.booking-details-section-new table .subtotal-sub-row td {
  border: unset;
  padding: unset;
}

.booking-details-section-new table .subtotal-sub-row td span {
  font-weight: 700;
}

.booking-details-section-new table .subtotal-sub-row td {
  padding-bottom: 15px;
}

.booking-details-section-new table .subtotal-sub-row.last-row td {
  padding-bottom: 30px;
}

.booking-details-section-new table .total-sub-row td:first-child {
  text-transform: uppercase;
}

.booking-details-section-new table .total-sub-row td:first-child span {
  text-transform: lowercase;
}

.booking-details-section-new table .total-sub-row:last-child td {
  border-bottom: 1px solid;
  vertical-align: middle;
}

/* Responsive */
@media (max-width: 767px) {
  .tour-cards .tour_item .fig img {
    min-height: 300px;
  }

  .sticky-book-now-mb {
    display: block;
  }

  .contact-form-new .crew-size {
    padding: 20px;
  }

  .contact-form-new
    .pickup-time
    .pickup-time-list
    .pickup-time-list-item
    .checkmark {
    font-size: 14px;
    padding: 10px;
  }

  .crew-size .cs-bottombar .discount-bar .discount-message {
    font-size: 14px;
  }

  .booking-details-section-new .table td {
    padding-block: 20px;
  }
  .booking-details-section-new table .subtotal-sub-row.last-row td {
    padding-bottom: 20xp;
  }
}

.contact-form-new {
  display: flex;
  flex-direction: column;
}


tr.subtotal-sub-row > td:last-child {
    padding-left: 15px;
}

span#discounted_price del {
    padding-left: 5px;
}

.contact-form-new .pickup-time .pickup-time-list {
    display: none;
}

.tour_item a.social.whatsapp {
    fill: #f7931a;
}

.tour_item .social-share-list a {
    color: #f7931a;
}

.tour_item .social-share-list a {
    padding: 0 5px;
}

/* Updated Code */
