.slick-initialized .slick-slide {
  margin: 0px 10px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}

.slick-dots li.slick-active button:before {
  color: #17c1df !important;
  opacity: 1 !important;
}

.slick-dots li button:before {
  color: #20b5cf !important;
}

.title-line::after {
  position: absolute;
  content: "";
  height: 3px;
  background-color: #faecc9;
  display: flex;
  width: 100px;
  bottom: 20px;
  left: 350px;
}

/* Room Details Slider */
.room-detail-desc {
  position: relative;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}

.room-detail-desc .room_overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: 5px 0 0 5px;
  z-index: 100;
}

.room-detail-desc .room_overlay .room_search_icon {
  display: block;
}

.room-detail-desc .room_overlay .room_search_icon i {
  opacity: 0;
  font-size: 24px;
  color: #fff;
  transition: 0.5s ease-in-out;
}

.room-detail-desc .room_overlay .room_caption {
  position: absolute;
  bottom: 0px;
  opacity: 0;
  font-size: 15px;
  color: #fff;
  transition: 0.5s ease-in-out;
}

.room-detail-desc img {
  transition: 0.5s ease-in-out;
  height: 300px;
  object-fit: cover;
}

.room-detail-desc:hover .room_overlay {
  background: rgb(18 92 109 / 70%);
  transition: 0.5s ease-in-out;
}

.room-detail-desc:hover .room_overlay .room_search_icon i {
  opacity: 1;
  transition: 0.5s ease-in-out;
}

.room-detail-desc:hover .room_overlay .room_caption {
  bottom: 20px;
  opacity: 1;
  transition: 0.5s ease-in-out;
}

.room-detail-desc:hover img {
  transform: scale(1.1);
  transition: 0.5s ease-in-out;
}

.room_content_wrapper {
  border: 1px solid #166b7e8c;
}

.room_content_wrapper .room_content_icon img {
  width: 30px;
}

.btn-main {}

.room-overview p {
  line-height: 28px;
}

.room-facilities-list {
  position: relative;
}

.room-facilities-list li::before {
  content: "\F633";
  position: absolute;
  left: 0px;
  font-weight: bold;
  font-family: bootstrap-icons;
  font-size: 16px;
  color: #faecc9;
}

/* Search Reasult Page */
.search-result-wrapper .search-result-wrapper-bg {
  background: #125c6d;
  border-radius: 5px;
  box-shadow: 0 4px 16px rgb(18 92 109 / 35%);
  /* border: 1px solid #166b7e8c; */
  border: 1px solid #a5a5a58c;
}

.search-result-wrapper.sticky-top {
  top: 100px;
  z-index: 3;
}

.search-result-table table tr td {
  padding: 5px 0px;
}

.search-result-table table tr td.field-txt {
  text-align: left;
}

.search-result-table table tr td.field-desc {
  text-align: right;
}

.room-result-title {}

.room-result-price {
  /* padding-top: 56px; */
}

.room-result-price h5 {
  font-size: 24px;
}

.room-result-price p {
  font-size: 15px;
}

.room-result-title .price {
  padding-top: 70px;
}

.room-badge-des {
  padding-top: 60px;
}

.room-result-list {
  border: 1px solid #166b7e8c;
  position: relative;
  background-color: #0d4f5e96;
}

.villa-badges {
  position: absolute;
  top: 8px;
  left: -10px;
  width: auto;
  height: auto;

  border-radius: 5px 4px 4px;
  box-shadow: 0px 2px 8px 0px rgba(26, 26, 26, 0.16);
  z-index: 5;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
}

.badges-green {
  background: #008234;
}

.badges-green:before {
  border: 4px solid #008234;
}

.badges-red {
  background: #dc3545;
}

.badges-red:before {
  border: 4px solid #dc3545;
}

.villa-badges:before {
  position: absolute;
  left: 2px;
  bottom: -8px;
  width: 0;
  height: 0;
  border-bottom-color: transparent;
  border-left-color: transparent;
  content: "";
  z-index: -1;
}

.villa-badges div {
  padding: 4px 8px;
  max-width: 140px;
}

.bed-select-details li {
  display: flex;
  justify-content: space-between;
  padding: 5px 0px;
}

.selected-room-price .room-text {
  font-size: 22px;
}

.selected-room-price .room-price {
  font-size: 22px;
}

.selected-room-price li {
  display: flex;
  justify-content: space-between;
}

/* Search Reasult Page */

@media only screen and (max-width: 767px) {
  .title-line {
    font-size: 30px;
  }

  .title-line::after {
    content: none;
  }

  .package-form-bg {
    padding: 20px !important;
  }

  .mobile-none {
    display: none;
  }

  .room_content_wrapper {
    display: block !important;
  }

  .room_content_wrapper .room_content_icon {
    padding: 10px 0px;
  }

  .room-result-list .room-badge-des {
    padding-top: 20px;
  }

  .room-result-list .col-lg-4 {
    padding-right: 0px !important;
  }

  .room-result-list .col-lg-5 {
    padding-left: 10px !important;
  }

  .result-book-widgets {
    width: 100%;
  }

  .search-result-wrapper-mobile {
    padding-left: 10px;
    padding-right: 10px;
    display: block !important;
    background: #fff;
    position: fixed;
    bottom: 0;
    padding: 10px;
    z-index: 3 !important;
    left: 0;
  }

  .search-result-wrapper-mobile .mbl-date p {
    font-size: 12px;
    margin-bottom: 0px;
  }

  .mbl-book-btn a {
    padding: 10px 20px;
    background-color: #17c1df;
    color: #fff;
  }

  .mbl-bed-select-details {
    border-bottom: 1px solid #e3e3e3;
  }

  .mbl-bed-select-details ul {
    padding-left: 10px;
    margin-bottom: 8px;
    line-height: 22px;
  }

  .mbl-bed-select-details ul li {
    font-size: 12px;
  }

  .mbl-bed-select-booking-list {
    padding-left: 10px;
  }

  .package-form form input,
  .package-form form input:focus,
  .package-form form input:focus-visible,
  .package-form .guestspicker {
    color: #000;
    font-size: 14px;
  }

  .whatsapp-icon {
    right: 0%;
    bottom: 21%;
  }

  .h5-span {
    font-size: 28px;
  }

  .room-booking-detail {
    padding-right: 0px !important;
  }

  .room-booking-page-form {
    padding-left: 0px !important;
  }

  .room-booking-page-form {
    margin-top: 50px;
  }

  .room-booking-detail p,
  .room-booking-page-form p {
    font-size: 14px;
  }

  .booking_card_title {
    width: 70% !important;
  }

  .booking_card_price {
    width: 30% !important;
  }
}

@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .mobile-none {
    display: none;
  }

  .search-result-wrapper-mobile {
    padding-left: 10px;
    padding-right: 10px;
    display: block !important;
    background: #fff;
    position: fixed;
    bottom: 0;
    padding: 10px;
    z-index: 5 !important;
    left: 0px;
  }

  .search-result-wrapper-mobile .mbl-date p {
    font-size: 12px;
    margin-bottom: 0px;
  }

  .mbl-book-btn a {
    padding: 10px 20px;
    background-color: #17c1df;
    color: #fff;
  }

  .mbl-bed-select-details {
    border-bottom: 1px solid #e3e3e3;
  }

  .mbl-bed-select-details ul {
    padding-left: 10px;
    margin-bottom: 8px;
    line-height: 22px;
  }

  .mbl-bed-select-details ul li {
    font-size: 12px;
  }

  .mbl-bed-select-booking-list {
    padding-left: 10px;
  }

  .whatsapp-icon {
    bottom: 20%;
    right: 1%;
  }

  .room-list-bg {
    margin-top: 0px;
  }

  .room-result-list .col-lg-4 {
    padding: 0px;
  }

  .room-result-list .col-lg-5 {
    padding-left: 20px !important;
    padding-right: 20px;
  }
}

@media (min-device-width: 1025px) and (max-device-width: 1366px) and (orientation: landscape) {

  .room-list-bg {

    margin-top: -75px;

  }

}

@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .header_social {
    left: -35px;
  }

  .search-result-wrapper {
    display: block;
  }

  .search-result-wrapper-mobile {
    display: none !important;
  }

  .room-list-bg {
    margin-top: -75px;
  }

  .package-form form input,
  .package-form form input:focus,
  .package-form form input:focus-visible,
  .package-form .guestspicker {
    font-size: 12px;
  }

  .search-result-table table tr td.field-txt,
  .search-result-table table tr td.field-desc {
    font-size: 12px;
  }

  .search-result-wrapper .search-result-wrapper-bg {
    padding: 10px !important;
  }

  .search-result-wrapper-bg h6 {
    font-size: 20px;
  }

  .search-result-wrapper-bg p {
    font-size: 12px;
  }

  .bed-select-details li div {
    font-size: 12px;
  }

  .selected-room-price .room-text {
    font-size: 14px;
  }

  .room-result-title h3 {
    font-size: 20px;
  }

  .room-result-price h6 {
    font-size: 14px;
  }

  .room-result-price h5 {
    font-size: 20px;
  }

  .room-result-price p {
    font-size: 14px;
  }

  .package-form form label {
    font-size: 12px;
  }

  .whatsapp-icon {
    z-index: 9999;
  }
}

/* Room Booking Page */
.room-booking-page table thead tr th {
  background-color: transparent !important;
  color: #fff;
}

.room-booking-page table tbody tr td {
  background-color: transparent !important;
  height: 75px;
  vertical-align: top;
  color: #fff;
}

.room-booking-page table tbody tr {
  border-style: none !important;
  border-width: 0px !important;
}

.room-booking-page table tbody tr td {
  border-style: dashed !important;
  border-width: 0px 0px 1px 0px !important;
}

.booking_card {
  text-align: left;
  color: #fff;
}

.booking_card .booking_card_desc {
  display: flex;
}

.booking_card .booking_card_desc .booking_card_date {
  width: 20%;
}

.booking_card .booking_card_desc .booking_card_title {
  width: 50%;
}

.booking_card .booking_card_desc .booking_card_title span {
  font-size: 12px;
  position: relative;
  top: -5px;
}

.booking_card .booking_card_desc .booking_card_title p.booking_card_title_date {
  font-size: 14px;
  margin-bottom: 0px;
}

.booking_card .booking_card_desc .booking_card_price {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.booking_card .booking_card_desc .booking_card_price p {
  padding-right: 5px;
}

.booking_card .booking_card_desc .booking_card_price button {
  background-color: transparent;
  border: none;
  outline: none;
}

.booking_card .booking_card_desc .booking_card_price button i {
  color: #dc3745;
}

.booking_card .booking_card_desc .booking_card_price p {
  text-align: right;
}

.booking_card .booking_card_foot {
  display: flex;
  justify-content: space-between;
  border-style: dashed;
  border-width: 1px 0px 1px 0px;
  padding-top: 15px;
}

.booking_card .booking_card_foot .booking_card_foot_price p {
  text-align: right;
}

.booking_card_foot_grand_total {
  display: flex;
  justify-content: space-between;
  border-style: dashed;
  border-width: 0px 0px 1px 0px;
  padding-top: 15px;
}

/* Room Booking Page */

tr {
  border: none;
}

.room-booking-page form input,
.room-booking-page form textarea {
  font-size: 14px;
  border: none;
}

.room-booking-page form input:active,
.room-booking-page form input:focus,
.room-booking-page form input:focus-visible,
.room-booking-page form input:visited,
.room-booking-page form input:focus-within,
.room-booking-page form input:target,
.room-booking-page form textarea:active,
.room-booking-page form textarea:focus,
.room-booking-page form textarea:focus-visible,
.room-booking-page form textarea:visited,
.room-booking-page form textarea:focus-within,
.room-booking-page form textarea:target {
  font-size: 14px !important;
  border: none !important;
  outline: none !important;
}

.police-txt {
  color: #d5d5d5;
}

.police-txt .police-txt-lst {
  margin-bottom: 30px;
}

.police-txt .police-txt-lst h4 {
  color: #faecc9;
}

.police-txt .police-txt-lst h5 {
  color: #faecc9;
}

.police-txt ul {
  list-style: disc;
  line-height: 32px;
}

.police-txt ul li {
  color: #d5d5d5;
}

.police-txt ul li::marker {
  color: #faecc9;
}

.package-form form .form-check-input:checked[type="checkbox"] {
  background-color: #0d6efd !important;
  border-color: #0d6efd !important;
}

.package-form form .form-check-input[type="checkbox"] {
  border: 0px !important;
}

.w-600 {
  width: 600px;
  margin: 0px auto;
}

.w-900 {
  width: 900px;
  margin: 0px auto;
}

.paynow-total-price td {
  border-bottom-width: 0px !important;
  border: none !important;
}

.paynow-grand-price td {
  border-top-width: 1px !important;
  padding: 20px 0.5rem;
  font-size: 18px;
}

.paynow-page table {
  --bs-table-bg: transparent !important;
}

.paynow-page table th,
.paynow-page table td {
  color: #fff;
  border-color: #1a5b69;
}

.paynow-desc .paynow-desc-lst h6 {
  font-size: 18px;
  font-weight: 600;
}

.paynow-desc .col-lg-4 {
  border-right: 1px solid #1a5b69;
}

.paynow-desc .col-lg-4:last-child {
  border: none;
}

.h6-span {
  font-size: 38px;
  font-family: Alice;
  color: #faecc9;
}

.package-form-bg {
  padding-bottom: 150px;
}

.terms-Conditions-model .modal-body .modal-body-content ul {
  list-style: disc;
}

@media only screen and (max-width: 767px) {
  .h6-span {
    font-size: 24px;
  }

  .w-600 {
    width: 100% !important;
  }

  .w-900 {
    width: 100% !important;
  }

  .paynow-page table th:nth-child(1) {
    width: 35%;
  }

  .paynow-page table th:nth-child(2) {
    width: 30%;
  }

  .paynow-page table th:nth-child(3) {
    width: 35%;
  }

  .paynow-total-price td:first-child,
  .paynow-grand-price td:first-child {
    width: 10%;
  }

  .paynow-total-price td:last-child,
  .paynow-grand-price td:last-child {
    text-align: right !important;
  }

  .paynow-desc {
    text-align: left !important;
  }

  .paynow-desc .col-lg-4 {
    border-right: 0px;
  }

  .paynow-desc .paynow-desc-lst h6 {
    font-size: 16px;
  }

  .paynow-grand-price td {
    font-size: 16px;
  }
}

@media (min-device-width: 768px) and (max-device-width: 1024px) {
  .w-600 {
    width: 100% !important;
  }

  .w-900 {
    width: 100% !important;
  }
}