.bg_gray_linear {
  background: linear-gradient(180deg, #F7F7F7 0%, rgba(247, 247, 247, 0) 139.29%); }

.bg_brown_gradient {
  background: linear-gradient(112.83deg, #340000 57.84%, rgba(52, 0, 0, 0.9) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)); }

.bg_light_gray_17 {
  background: #F6F8F9 !important; }

.bg_light_gray_05 {
  background: #f0f0f0 !important; }

.dark_gray_90 {
  color: #737373 !important; }

.dark_gray {
  color: #646464 !important; }

.primary {
  color: #21a086 !important; }

.secondary {
  color: #2c2c2c !important; }

.black {
  color: #000000 !important; }

.txt_danger {
  color: #F54027 !important; }

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400; }

@media (min-width: 1400px) {
  .container {
    max-width: 1344px; } }
@media (max-width: 1199px) {
  .container {
    max-width: 100%; } }

.cursor-pointer {
  cursor: pointer; }

.border {
  border: 1px solid #E8E8E8 !important; }

.border-top {
  border-top: 1px solid #E8E8E8 !important; }

.border_radius_12 {
  border-radius: 12px; }

.img-transform_180 {
  transform: rotate(180deg); }

.f_nunito {
  font-family: "Nunito", sans-serif !important; }

.f_inter {
  font-family: "Inter", sans-serif !important; }

.shadow_sm {
  box-shadow: 0px 4px 6px 0px #00000005; }

.shadow_md {
  box-shadow: 0px 4px 8px 0px #CBCBCB40; }

.f_14 {
  font-size: 14px !important; }

.f_18 {
  font-size: 18px !important;
  line-height: 27px !important; }

.lh_21 {
  line-height: 21px !important; }

.ls_01 {
  letter-spacing: 0.1em; }

.separate_line_1 {
  border: 1px solid #E8E8E8; }

.separate_line_4 {
  border: 4px solid #E8E8E8; }

.separate_line_6 {
  border: 6px solid #E8E8E8; }

.hr_dotted {
  border-style: dashed;
  border-color: #E8E8E8;
  opacity: 1; }

.b_bottom_dashed {
  border-bottom: 1px #737373;
  border-bottom-style: dashed; }

.b_bottom_radius_40 {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px; }

.dot_separator {
  width: 2px;
  height: 2px;
  background: #9F9F9F;
  border-radius: 50px; }
  .dot_separator.md {
    width: 4px;
    height: 4px;
    color: #e7e7e7; }

.or_label span {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #646464;
  background: #ffffff;
  padding: 0px 20px;
  display: inline-block;
  position: relative; }
.or_label:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E8E8E8; }

.icon_20 {
  min-width: 20px;
  height: 20px; }

.section_pt {
  padding-top: 40px; }

.section_pt_80 {
  padding-top: 80px; }

.section_pb {
  padding-bottom: 80px; }

.section_heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #2c2c2c;
  margin-bottom: 24px; }
  @media (max-width: 1199px) {
    .section_heading {
      font-size: 18px;
      font-weight: 600;
      line-height: 27px;
      margin-bottom: 16px; } }
  @media (max-width: 767px) {
    .section_heading {
      font-size: 20px;
      line-height: 30px; } }

.section_heading_48 {
  font-family: "Nunito", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 65.47px;
  color: #000000; }

.section_heading_36 {
  font-size: 36px;
  font-weight: 600;
  line-height: 54.05px; }
  @media (max-width: 1199px) {
    .section_heading_36 {
      font-size: 30px;
      line-height: 46px; } }

.section_heading_14 {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 19.1px;
  color: #000000;
  margin-bottom: 12px; }

.paragraph_txt {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #646464; }
  .paragraph_txt.paragraph_24 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32.74px; }

.one_line_ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.two_line_ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.form_heading {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #2c2c2c; }
  @media (max-width: 575px) {
    .form_heading {
      font-size: 18px; } }

@media (max-width: 991px) {
  .page_maincontent_section {
    min-height: calc(100vh - 78px); } }

.page_heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0px;
  color: #2c2c2c; }

.responsive_map {
  overflow: hidden;
  padding-bottom: 45%;
  position: relative;
  height: 0;
  border-radius: 12px;
  min-height: 160px; }
  .responsive_map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; }

.rateing_count {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #FC7144;
  display: inline-flex;
  align-items: center;
  gap: 5px; }

.listing_wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .listing_wrapper ul li {
    position: relative;
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    color: #737373;
    padding-left: 18px;
    margin-bottom: 2px; }
    .listing_wrapper ul li:before {
      content: '';
      position: absolute;
      left: 6px;
      top: 8px;
      width: 4px;
      height: 4px;
      border-radius: 50px;
      background: #737373; }

.searchedit_wrapper input, .searchedit_wrapper .total-guests, .searchedit_wrapper .add-dates {
  border-radius: 0;
  border: none;
  border-bottom: 1px #646464;
  border-bottom-style: dashed;
  /* max-width: 75px; */
  width: fit-content;
  padding: 0;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px; }
.searchedit_wrapper a {
  min-width: 16px;
  padding: 1px; }

.modal_normal_txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #2c2c2c; }

.modal_normal_txt_md {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }
  @media (max-width: 767px) {
    .modal_normal_txt_md {
      font-size: 14px; } }

.custom_scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #00000029;
  border-radius: 20px;
  background-color: #ffffff; }
.custom_scroll::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5; }
.custom_scroll::-webkit-scrollbar-thumb {
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 6px #00000000;
  background-color: #bfbfbf; }

.overlap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.38), transparent); }

.page_heading_section .container,
.amenitiesmain_section .container,
.bookings_section .container,
.chathost_section .container,
.confirmpay_section .container,
.coupons_section .container,
.favorite_section .container,
.fhhshield_banner_section .container,
.fhhshield_does_section .container,
.review_rating_section .container,
.morehouserules_section .container,
.messagehost_section .container,
.profile_section .container,
.property_slider_section .container,
.property_detail_section .container,
.offers_section .container,
.aboutproperty_section .container,
.guest_capacity_section .container,
.amenities_section .container,
.houserules_section .container,
.fhhshield_section .container,
.location_section .container,
.meet_host_section .container,
.similar_properties_section .container,
.contactsupport_section .container,
.booknow_section .container,
.property_image_section .container,
.requesttobook_section .container,
.wallet_section .container,
.who_section .container,
.wishlists_section .container,
.seperator_section .container,
.filters_section .container,
.searchfilter_section .container,
.search_filter.searchfilter_page_section .container {
  max-width: 724px; }

.btn_primary {
  background: #21a086;
  color: #ffffff;
  box-shadow: 0px 4px 15px 0px #4f4f4f2e;
  border: 2px solid #21a086;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.5s;
  text-decoration: none; }
  .btn_primary img {
    filter: brightness(0) invert(1);
    transition: ease-in-out 0.5s; }
  .btn_primary:hover, .btn_primary:active, .btn_primary:focus-visible {
    border: 2px solid #21a086;
    color: #21a086; }
    .btn_primary:hover img, .btn_primary:active img, .btn_primary:focus-visible img {
      filter: none; }
  .btn_primary[disabled] {
    background: #cccccc;
    border-color: #cccccc;
    box-shadow: none;
    pointer-events: none; }

.btn_line_primary {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  color: #21a086;
  padding: 9px 12px;
  border: 2px solid #21a086;
  border-radius: 8px;
  box-shadow: 0px 2px 10px 0px #c0c0c036;
  transition: ease-in-out 0.5s; }
  .btn_line_primary:hover {
    background: #21a086;
    color: #ffffff; }
  .btn_line_primary.shadow_dark {
    box-shadow: 0px 4px 15px 0px #4F4F4F2E; }

.btn_linear_primary {
  background: linear-gradient(180deg, #21a086 0%, #00725A 100%);
  text-decoration: none;
  position: relative;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  overflow: hidden;
  padding: 11px 12px;
  text-transform: uppercase;
  transition: all 0.5s; }
  .btn_linear_primary:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(180deg, #F7F7F7 0%, #f7f7f7 139.29%);
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 0px;
    transition: all 0.7s;
    transform: translateX(0%); }
  .btn_linear_primary span {
    color: #21a086;
    position: relative;
    z-index: 1;
    transition: ease-in-out 0.2s; }
  .btn_linear_primary:hover:before {
    background: linear-gradient(180deg, #F7F7F9 0%, #f7f7f7 139.29%);
    transform: translateX(101%);
    border-radius: 0;
    left: 0; }
  .btn_linear_primary:hover span {
    color: #ffffff;
    transition: ease-in-out 0.8s; }
  .btn_linear_primary:hover img {
    filter: brightness(0) invert(1);
    transition: ease-in-out 0.2s; }
  .btn_linear_primary:hover img.nofilter_hover {
    filter: none; }
  .btn_linear_primary img {
    position: relative;
    z-index: 1;
    margin-right: 10px;
    transition: ease-in-out 1s; }

.back_btn {
  min-width: 40px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #F7F7F7 0%, rgba(247, 247, 247, 0) 139.29%);
  border: 1px solid #E7EAEC;
  border-radius: 50%;
  transition: ease-in-out 0.5s; }
  .back_btn:hover {
    background: linear-gradient(180deg, #21a086 0%, #00725A 100%);
    border-color: transparent; }
    .back_btn:hover img {
      filter: brightness(0) invert(1); }
  .back_btn.sm {
    min-width: 32px;
    width: 32px;
    height: 32px; }

.backpage_btn {
  position: relative;
  z-index: 1;
  border: 2px solid transparent;
  display: inline-block;
  transition: ease-in-out 0.5s;
  text-decoration: none; }
  .backpage_btn span {
    background: linear-gradient(180deg, #F7F7F7 0%, #f7f7f700 139.29%);
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    margin: 1px; }
    .backpage_btn span img {
      height: 10px; }
  .backpage_btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #E7EAEC 0%, #C0CBD9 139.29%);
    border-radius: 50%; }
  .backpage_btn:hover img {
    filter: brightness(0) invert(1); }
  .backpage_btn:hover span, .backpage_btn:hover:after {
    background: linear-gradient(180deg, #21a086 0%, #00725A 100%); }

.btn-orange-liner {
  background: linear-gradient(113.16deg, #FA5458 0%, #FFCD00 100%);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.5s; }
  .btn-orange-liner:hover {
    box-shadow: 0px 4px 15px 0px #4F4F4F2E; }

.btn-gray {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  border: 1px solid transparent;
  background: linear-gradient(to right, #ffffff, #ffffff), linear-gradient(to right, #E7EAEC 0%, #C0CBD9 100%);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  border-radius: 4px;
  padding: 2px 6px;
  color: #737373;
  text-decoration: none;
  transition: ease-in-out 0.5s; }
  .btn-gray:hover {
    border-color: #21a086;
    color: #21a086; }

.btn.btn_line_danger {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  color: #F54027;
  padding: 9px 12px;
  border: 2px solid #F54027;
  border-radius: 8px;
  box-shadow: 0px 2px 10px 0px #c0c0c036;
  transition: ease-in-out 0.5s; }
  .btn.btn_line_danger:hover {
    background: #F54027;
    color: #fff; }

.sf_btn {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #F7F7F7 0%, #f7f7f700 139.29%);
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  text-decoration: none;
  transition: ease-in-out 0.5s; }
  .sf_btn:hover {
    background: linear-gradient(180deg, #21a086 0%, #00725A 100%);
    border-color: #21a086; }
    .sf_btn:hover img {
      filter: brightness(0) invert(1); }
  .sf_btn img {
    width: 15px; }

.link {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #21a086;
  position: relative;
  display: inline-block;
  text-decoration: none; }
  .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 4.5px;
    width: 100%;
    height: 1px;
    background: #21a086;
    transition: ease-in-out 0.5s; }
  .link:hover:before {
    width: 0;
    right: 0;
    left: auto; }
  .text-orange {
      color: #FC7144;
      text-decoration: none;
      transition: ease 0.5s; 
    }
.link_orange {
  color: #FC7144;
  text-decoration: none;
  transition: ease 0.5s; }
  .link_orange:hover {
    color: #21a086; }

.viewall_link {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  color: #21a086;
  text-decoration: none;
  transition: ease-in-out 0.5s; }
  .viewall_link.disabled {
    color: #B9B9B9;
    pointer-events: none;
    user-select: none; }
  .viewall_link:hover {
    color: #FC7144; }

.info_listing_wrapper .info_listing {
  list-style: none;
  padding: 0px;
  margin: 0px; }
  .info_listing_wrapper .info_listing .info_listing_inner {
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 24px;
    border-bottom: 1px solid #E8E8E8; }
    .info_listing_wrapper .info_listing .info_listing_inner .info_listing_icon {
      min-width: 24px;
      max-width: 24px;
      margin-right: 10px;
      position: relative; }
    .info_listing_wrapper .info_listing .info_listing_inner .info_listing_intro {
      padding-top: 3px; }
    .info_listing_wrapper .info_listing .info_listing_inner.no_listing .info_listing_icon:before {
      content: '';
      position: absolute;
      top: 1px;
      left: 0px;
      right: 2px;
      margin: auto;
      width: 1px;
      height: 100%;
      max-height: 24px;
      background: #737373;
      transform: rotate(45deg); }
    .info_listing_wrapper .info_listing .info_listing_inner.no_listing .info_listing_icon img {
      filter: invert(46%) sepia(0%) saturate(1%) hue-rotate(98deg) brightness(97%) contrast(95%); }
    .info_listing_wrapper .info_listing .info_listing_inner.no_listing .info_listing_intro h6 {
      color: #737373;
      text-decoration: line-through; }
    .info_listing_wrapper .info_listing .info_listing_inner:last-child {
      margin-bottom: 0px; }

.list_content {
  list-style: none;
  padding: 8px;
  margin: 0px;
  background: #ffffff;
  border: 1px solid #E8E8E8;
  border-radius: 12px; }
  .list_content li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    margin-bottom: 8px;
    border-radius: 10px;
    text-decoration: none;
    transition: ease-in-out 0.5s; }
    .list_content li a .list_inner .list_icon {
      border: 1px solid #E8E8E8;
      background: #ffffff;
      min-width: 24px;
      height: 24px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 4px; }
    .list_content li a:hover {
      background: #f0f0f0; }
  .list_content li:last-child a {
    margin-bottom: 0px; }
  .list_content.list_content2 a {
    padding: 0px;
    margin: 0px; }
    .list_content.list_content2 a .arrow img {
      filter: invert(50%) sepia(78%) saturate(379%) hue-rotate(118deg) brightness(88%) contrast(96%);
      width: 7px; }
    .list_content.list_content2 a .list_inner .list_icon {
      border: none;
      min-width: 20px;
      height: 20px;
      margin-right: 4px; }
      .list_content.list_content2 a .list_inner .list_icon img {
        transition: ease-in-out 0.5s; }
    .list_content.list_content2 a .list_inner span.offcanvas_sm_heading {
      transition: ease-in-out 0.5s; }
    .list_content.list_content2 a:hover {
      background: none; }
      .list_content.list_content2 a:hover span.offcanvas_sm_heading {
        color: #21a086 !important; }
      .list_content.list_content2 a:hover .list_icon img {
        filter: invert(43%) sepia(98%) saturate(312%) hue-rotate(118deg) brightness(99%) contrast(95%); }
  .list_content.list_content2 li {
    padding: 16px 0px;
    border-bottom: 1px solid #DBDBDB; }
    .list_content.list_content2 li:last-child {
      border-bottom: none; }

.custom_form_control {
  position: relative;
  margin-bottom: 16px; }
  .custom_form_control .placeholder-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 3px solid transparent;
    background-color: transparent;
    pointer-events: none;
    display: flex;
    align-items: center;
    padding: 9.5px 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #2c2c2c;
    margin: 8px 0px; }
    @media (max-width: 767px) {
      .custom_form_control .placeholder-text {
        font-size: 16px; } }
  .custom_form_control .text {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    padding: 0px;
    background-color: transparent;
    transform: translate(0);
    color: #737373;
    transition: transform 0.25s ease-out, font-size 0.25s ease-out, background-color 0.25s ease-out, color 0.25s ease-out; }
    @media (max-width: 767px) {
      .custom_form_control .text {
        font-size: 16px; } }

.custom_control {
  width: 100%;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  padding: 9.5px 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #2c2c2c;
  margin: 8px 0px; }
  @media (max-width: 767px) {
    .custom_control {
      font-size: 16px; } }
  .custom_control:focus {
    outline: none;
    border-color: #21a086; }
    .custom_control:focus + .placeholder-text .text {
      background-color: #ffffff;
      transform: translate(-4px, -125%);
      font-size: 12px;
      font-weight: 500;
      line-height: 18px;
      padding: 0px 4px;
      color: #21a086; }
  .custom_control.error:focus {
    border-color: #F54027; }
    .custom_control.error:focus + .placeholder-text .text {
      color: #F54027; }
  .custom_control.error ~ .error_msg {
    color: #F54027;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    position: absolute;
    bottom: -12px;
    left: 0px;
    display: inline-flex;
    align-items: center;
    gap: 9px; }

.custom_control:focus + .placeholder-text .text,
:not(.custom_control[value=""]) + .placeholder-text .text,
.custom_control:not(:placeholder-shown) ~ .placeholder-text .text {
  background-color: #ffffff;
  transform: translate(-4px, -125%);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  padding: 0px 4px; }

.custom_control_02 .form-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #2c2c2c;
  margin-bottom: 4px; }
.custom_control_02 .form-control {
  border: 1px solid #E8E8E8;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #2c2c2c;
  padding: 12px 16px;
  border-radius: 4px;
  box-shadow: none; }
  .custom_control_02 .form-control::placeholder {
    color: #737373; }
  .custom_control_02 .form-control:focus {
    border-color: #21a086; }
  .custom_control_02 .form-control.error {
    border-color: #F54027;
    color: #F54027; }
.custom_control_02 label.error {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #F54027; }
.custom_control_02 .custom_control_group .icon {
  position: absolute;
  right: 16px;
  top: 12px;
  border: 1px solid #E8E8E8;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 3px; }
  .custom_control_02 .custom_control_group .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

.search_control input {
  background: #F0F0F4;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #2c2c2c;
  border: 1px solid #F0F0F4;
  padding: 11px 50px 11px 16px;
  border-radius: 8px;
  box-shadow: none;
  outline: none;
  transition: ease-in-out 0.25s; }
  .search_control input:focus {
    background: #ffffff;
    border-color: #21a086;
    box-shadow: none;
    color: #2c2c2c; }
  .search_control input::placeholder {
    color: #646464; }
.search_control .icon {
  position: absolute;
  top: 12px;
  right: 12px; }

.country_code_control .country_code {
  position: absolute;
  top: 21px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  gap: 6px; }
  .country_code_control .country_code code {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #242424; }
  .country_code_control .country_code span {
    font-size: 16px;
    font-weight: 275;
    line-height: 24px;
    color: #737373; }

.custom_form_control.country_code_control .custom_control,
.custom_form_control.country_code_control .placeholder-text {
  padding-left: 100px; }

.custom_select2 + .select2.select2-container .selection .select2-selection.select2-selection--multiple {
  min-height: 32px !important;
  border: 1px solid #E8E8E8;
  border-radius: 8px; }
  .custom_select2 + .select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered {
    padding-right: 50px; }
    .custom_select2 + .select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search .select2-search__field {
      padding: 0px 12px;
      font-size: 12px;
      font-weight: 400;
      line-height: 16px;
      margin-top: 10px; }
    .custom_select2 + .select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
      background: transparent;
      color: #686168;
      top: 0;
      bottom: 0;
      margin: auto;
      font-size: 24px;
      line-height: 1;
      width: auto;
      right: 36px; }
    .custom_select2 + .select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
      background: linear-gradient(180deg, #F7F7F7 0%, rgba(247, 247, 247, 0) 139.29%);
      border: 1px solid #E8E8E8;
      font-size: 12px;
      font-weight: 400;
      line-height: 26px;
      border-radius: 20px;
      margin-top: 8px;
      color: #646464;
      padding: 0px 10px; }
      .custom_select2 + .select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
        color: #646464;
        font-weight: 400;
        font-size: 18px;
        margin-left: 0px; }
  .custom_select2 + .select2.select2-container .selection .select2-selection.select2-selection--multiple:before {
    content: '';
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    width: 18px;
    height: 18px;
    margin: auto;
    background-image: url("../images/searchgray-icon.svg"); }
.custom_select2 + .select2.select2-container.select2-container--focus .selection .select2-selection.select2-selection--multiple {
  box-shadow: none;
  border-color: #21a086; }

.select2-container .select2-dropdown {
  border: 1px solid #dedede !important;
  margin-top: 10px;
  box-shadow: 0px 4px 15px 0px #4F4F4F2E;
  border-radius: 10px !important; }
  .select2-container .select2-dropdown .select2-results__options {
    padding: 8px; }
    .select2-container .select2-dropdown .select2-results__options .select2-results__option {
      border-radius: 6px;
      margin: 4px 0px;
      font-size: 12px;
      font-weight: 400;
      line-height: 20px; }
      .select2-container .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
        background: #21a086; }

.time_dropdown > .select-dropdown {
  margin-right: 0px; }
.time_dropdown.disabled {
  opacity: 0.5;
  pointer-events: none; }

.select-dropdown {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 0 15px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px; }
  .select-dropdown::last-child {
    margin-right: 0px; }
  .select-dropdown .select-dropdown_button {
    padding: 10px 12px;
    background-color: #ffffff;
    color: #2c2c2c;
    border: 1px solid #ECECEC;
    box-shadow: 0px 4px 15px 0px #B5B5B52E;
    border-radius: 0px;
    cursor: pointer;
    text-align: left;
    min-width: 108px; }
    .select-dropdown .select-dropdown_button::focus {
      outline: none; }
    .select-dropdown .select-dropdown_button .down-arrow {
      position: absolute;
      right: 10px;
      top: 16px;
      background-image: url("../images/downarrow2-icon.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 10px;
      height: 10px; }
  .select-dropdown .select-dropdown_list {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    max-height: 210px;
    overflow: auto;
    margin: 5px 0px 0px;
    padding: 0;
    border: 1px solid #ECECEC;
    border-top: 0px solid transparent;
    list-style-type: none;
    opacity: 0;
    pointer-events: none;
    transform-origin: top left;
    transform: scale(1, 0);
    transition: all ease-in-out 0.3s;
    z-index: 2; }
    .select-dropdown .select-dropdown_list.active {
      opacity: 1;
      pointer-events: auto;
      transform: scale(1, 1); }
  .select-dropdown .select-dropdown_list-item {
    display: block;
    list-style-type: none;
    padding: 10px 15px;
    background: #ffffff;
    border-top: 1px solid #e6e6e6;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    color: #2c2c2c;
    text-align: left;
    transition: all ease-in-out 0.3s; }
    .select-dropdown .select-dropdown_list-item:hover {
      background-color: #21a086;
      color: #ffffff;
      transition: all ease-in-out 0.3s; }

.search_result_wrapper {
  overflow-y: auto;
  max-height: 275px; }

.search_nearby > a {
  transition: ease 0.5s; }
  .search_nearby > a:hover {
    border-color: #21a086 !important; }

.action_dropdown {
  margin-top: 10px !important;
  border: 1px solid #E8E8E8;
  background: #ffffff;
  border-radius: 12px;
  padding: 16px 12px;
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: ease-in-out 0.5s;
  right: 0;
  top: 0;
  min-width: 220px; }
  .action_dropdown.show {
    opacity: 1;
    visibility: visible; }
  .action_dropdown li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E8E8E8;
    line-height: 0; }
    .action_dropdown li .dropdown-item {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      padding: 0px;
      font-size: 14px;
      font-weight: 600;
      line-height: 21px;
      color: #2c2c2c;
      transition: ease-in-out 0.5s;
      background: #ffffff; }
      .action_dropdown li .dropdown-item:hover {
        color: #21a086; }
      .action_dropdown li .dropdown-item.delete {
        color: #F54027; }
      .action_dropdown li .dropdown-item .icon {
        min-width: 20px;
        width: 20px;
        height: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center; }
        .action_dropdown li .dropdown-item .icon img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
    .action_dropdown li:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border: none; }

.guests_dropdown,
.where_dropdown,
.when_dropdown {
  position: absolute;
  max-width: 358px;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: ease 0.5s;
  z-index: 2;
  margin-top: 1rem; }
  .guests_dropdown.show,
  .where_dropdown.show,
  .when_dropdown.show {
    opacity: 1;
    visibility: visible;
    height: auto; }
  .guests_dropdown .guests_dropdown_inner,
  .guests_dropdown .where_dropdown_inner,
  .guests_dropdown .when_dropdown_inner,
  .where_dropdown .guests_dropdown_inner,
  .where_dropdown .where_dropdown_inner,
  .where_dropdown .when_dropdown_inner,
  .when_dropdown .guests_dropdown_inner,
  .when_dropdown .where_dropdown_inner,
  .when_dropdown .when_dropdown_inner {
    box-shadow: 0px 0px 15px 0px #00000040;
    border: 1px solid #E8E8E8;
    background: #ffffff;
    border-radius: 20px;
    padding: 20px; }

.when_dropdown {
  max-width: 609px; }

.language_dropdown .dropdown-menu {
  width: 430px;
  border-radius: 10px;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  right: 0;
  height: 0;
  overflow: hidden;
  padding: 0px;
  box-shadow: 0px 0px 16px 0px #00000040;
  border: 1px solid #EEEFF0;
  margin-top: 10px; }
  .language_dropdown .dropdown-menu.show {
    visibility: visible;
    opacity: 1;
    height: 300px; }
  .language_dropdown .dropdown-menu .language_inner {
    padding: 20px; }
    .language_dropdown .dropdown-menu .language_inner .languages_list .language_list_inner {
      width: 47%;
      display: flex;
      justify-content: center;
      border: 1px solid #eeeeee;
      box-shadow: 0px 4px 12px 0px #BFBFBF40;
      border-radius: 8px;
      padding: 18px;
      text-decoration: none;
      color: #646464;
      transition: ease-in-out 0.5s;
      margin-bottom: 0; }
      .language_dropdown .dropdown-menu .language_inner .languages_list .language_list_inner:hover {
        color: #21a086;
        border-color: #21a086;
        box-shadow: none; }
.language_dropdown .nav-link {
  padding: 6px 8px !important;
  border-radius: 8px; }
  .language_dropdown .nav-link:hover {
    background: #F1F1F1; }

.user_login_drodpown .dropdown-toggle {
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #21a086;
  padding: 0px;
  display: flex;
  align-items: center;
  gap: 8px; }
  .user_login_drodpown .dropdown-toggle::after {
    border-top: .35em solid;
    border-right: .35em solid transparent;
    border-bottom: 0;
    border-left: .35em solid transparent; }
.user_login_drodpown .dropdown-menu {
  box-shadow: 0px 0px 15px 0px #00000040;
  border: none;
  padding: 0px;
  min-width: 367px;
  border-radius: 8px;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
  transition: all 0.5s;
  right: 0;
  position: absolute;
  top: 35px;
  margin: 0px; }
  .user_login_drodpown .dropdown-menu .dropdown-item {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 25px 30px;
    border-bottom: 1px solid #E8E8E8;
    transition: all 0.5s; }
    .user_login_drodpown .dropdown-menu .dropdown-item .icon_cricle {
      width: 28px;
      height: 28px;
      background: #b9b9b9;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50px;
      transition: ease 0.5s; }
      .user_login_drodpown .dropdown-menu .dropdown-item .icon_cricle img {
        transition: ease 0s; }
    .user_login_drodpown .dropdown-menu .dropdown-item img {
      transition: ease 0.5s; }
    .user_login_drodpown .dropdown-menu .dropdown-item:hover {
      background: linear-gradient(180deg, #E7EAEC 0%, #FDFEFF 139.29%); }
      .user_login_drodpown .dropdown-menu .dropdown-item:hover img {
        filter: invert(50%) sepia(87%) saturate(365%) hue-rotate(118deg) brightness(87%) contrast(90%); }
      .user_login_drodpown .dropdown-menu .dropdown-item:hover span.icon_cricle {
        background: #21a086; }
        .user_login_drodpown .dropdown-menu .dropdown-item:hover span.icon_cricle img {
          filter: brightness(0) invert(1); }
  .user_login_drodpown .dropdown-menu li:last-child .dropdown-item {
    border: none; }
  .user_login_drodpown .dropdown-menu.show {
    visibility: visible;
    opacity: 1;
    height: 403px; }

.custom_checkbox .form-check-input {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 2px solid #000000; }
  .custom_checkbox .form-check-input:checked {
    background-image: url("../images/check-icon.svg");
    background-color: #ffffff;
    background-size: 12px;
    background-position: center; }
  .custom_checkbox .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem #e5e5e5; }

.custom_checkbox_02 .form-check-input {
  width: 15px;
  height: 15px;
  border-radius: 2px;
  border: 2px solid #21a086; }
  .custom_checkbox_02 .form-check-input:checked {
    background-image: url("../images/checkgreen-icon.svg");
    background-color: #ffffff;
    background-size: 9px;
    background-position: center; }
  .custom_checkbox_02 .form-check-input:focus {
    box-shadow: 0 0 0 .25rem #21a0862f; }

.inline_startend_datepicker {
  border: 1px solid #ECECEC;
  padding: 20px 0px;
  margin-bottom: 20px;
  border-radius: 8px; }

.ui-datepicker-hover a,
.ui-datepicker-hover:after {
  background-color: #F5DDCC !important;
  color: #000000 !important; }

.ui-datepicker-select a {
  background-color: #434f5f;
  color: #ffffff !important; }

.ui-datepicker:after {
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
  clear: both; }
.ui-datepicker .ui-datepicker-group {
  float: left;
  width: calc(50% - 10px);
  padding-left: 20px;
  margin-left: 0px;
  border-left: 1px solid #E8E8E8; }
  .ui-datepicker .ui-datepicker-group.ui-datepicker-group-last {
    margin-left: 20px; }
.ui-datepicker .ui-datepicker-header {
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #333333;
  padding-bottom: 15px; }
  .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    left: 4px; }
  .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    right: 0px;
    transform: rotate(180deg); }
.ui-datepicker .ui-datepicker-group-first {
  padding-left: 10px;
  border-left: none; }
.ui-datepicker .ui-datepicker-calendar {
  border-collapse: collapse;
  width: 100%; }
  .ui-datepicker .ui-datepicker-calendar th {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #646464; }
  .ui-datepicker .ui-datepicker-calendar td {
    color: #333;
    padding: 4px 0;
    position: relative;
    font-size: 14px;
    font-weight: 500; }
    .ui-datepicker .ui-datepicker-calendar td:first-child:before {
      border-radius: 15px 0 0 15px; }
    .ui-datepicker .ui-datepicker-calendar td:last-child:before {
      border-radius: 0 15px 15px 0; }
  .ui-datepicker .ui-datepicker-calendar a {
    color: inherit;
    display: inline-block;
    height: 30px;
    text-decoration: none;
    width: 30px; }
  .ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight:after {
    background: #F57E2733; }
  .ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight a {
    color: #333333; }
  .ui-datepicker .ui-datepicker-calendar .ui-checkin:after {
    left: 4%;
    width: 96%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px; }
  .ui-datepicker .ui-datepicker-calendar .ui-checkin.ui-datepicker-hover .ui-state-hover {
    border-radius: 50%; }
  .ui-datepicker .ui-datepicker-calendar .ui-checkout:after {
    right: 4%;
    width: 96%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px; }
  .ui-datepicker .ui-datepicker-calendar .ui-datepicker-hover .ui-state-hover {
    border-radius: 0 50% 50% 0; }
  .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
    background: #FC7144;
    border-radius: 50%;
    color: #ffffff; }

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  background-image: url("./images/left-arrow-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  height: 15px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 5px;
  user-select: none;
  width: 15px;
  transition: ease 0.5s; }

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  filter: invert(70%) sepia(31%) saturate(6964%) hue-rotate(344deg) brightness(99%) contrast(94%); }

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
  opacity: 0.3; }

.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  vertical-align: middle;
  width: 36px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  z-index: 1; }

.ui-datepicker .ui-datepicker-calendar td:before,
.ui-datepicker .ui-datepicker-calendar td:after {
  bottom: 2px;
  content: "";
  left: 0;
  top: 2px;
  position: absolute;
  width: 100%;
  z-index: -1; }

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month,
.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  color: #d0d0d0; }

.ui-datepicker-calendar td .ui-state-default.ui-state-hover {
  color: #FC7144; }

.ui-datepicker .ui-datepicker-calendar .ui-checkin a,
.ui-datepicker .ui-datepicker-calendar .ui-checkout a {
  background-color: #FC7144;
  border-radius: 50%;
  transform: scale(0.85);
  color: #ffffff; }

.ui-datepicker-trigger {
  float: left;
  height: 15px;
  margin: 13px 0 0 -35px;
  overflow: hidden;
  text-indent: -100em;
  width: 16px; }

.inline_datepicker_custom {
  border-bottom: 1px solid #E8E8E8;
  z-index: inherit !important; }
  .inline_datepicker_custom .mbsc-range-control-wrapper {
    z-index: 0 !important; }
    .inline_datepicker_custom .mbsc-range-control-wrapper.mbsc-material {
      display: none; }
    .inline_datepicker_custom .mbsc-range-control-wrapper .mbsc-windows.mbsc-segmented-button.mbsc-selected {
      border-bottom-color: #21a086 !important; }
    .inline_datepicker_custom .mbsc-range-control-wrapper .mbsc-windows .mbsc-range-control-label.active,
    .inline_datepicker_custom .mbsc-range-control-wrapper .mbsc-windows .mbsc-range-control-value.active {
      color: #21a086 !important; }
  .inline_datepicker_custom .mbsc-calendar-button.mbsc-calendar-button-prev {
    order: 1;
    padding: 10px 0px;
    width: 18px;
    height: 18px; }
  .inline_datepicker_custom .mbsc-calendar-title-wrapper.mbsc-material {
    order: 2;
    flex: none; }
    .inline_datepicker_custom .mbsc-calendar-title-wrapper.mbsc-material .mbsc-calendar-button {
      font-family: "Poppins", sans-serif;
      color: #333333; }
  .inline_datepicker_custom .mbsc-calendar-button-next {
    order: 3;
    padding: 10px 0px;
    width: 18px;
    height: 18px; }
  .inline_datepicker_custom .mbsc-calendar-controls {
    padding: 0px; }
  .inline_datepicker_custom .mbsc-font {
    font-family: "Poppins", sans-serif; }
    .inline_datepicker_custom .mbsc-font .mbsc-calendar-wrapper {
      z-index: inherit; }
  .inline_datepicker_custom .mbsc-material.mbsc-calendar-week-day {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #333333; }
  .inline_datepicker_custom .mbsc-material.mbsc-hover .mbsc-calendar-cell-text {
    background: transparent;
    color: #21a086; }
  .inline_datepicker_custom .mbsc-material.mbsc-selected .mbsc-calendar-cell-text {
    background: #21a086;
    border-color: #21a086;
    color: #ffffff;
    transform: scale(0.8); }
  .inline_datepicker_custom .mbsc-material.mbsc-range-day:after {
    background: #21A08633;
    height: 30px;
    top: 3px; }
  .inline_datepicker_custom .mbsc-material.mbsc-calendar-today {
    color: #21a086; }
  .inline_datepicker_custom .mbsc-material.mbsc-calendar-cell-text {
    font-weight: 500; }
  .inline_datepicker_custom .mbsc-calendar-header {
    margin-bottom: 16px;
    z-index: inherit; }
  .inline_datepicker_custom.mbsc-datepicker .mbsc-calendar-slide {
    padding: 0px; }

.inline_datepicker_custom .mbsc-calendar-button.mbsc-calendar-button-prev .mbsc-icon > svg,
.inline_datepicker_custom .mbsc-calendar-button.mbsc-calendar-button-next .mbsc-icon > svg {
  fill: #21a086; }

.check_timeselect_wrapper .mbsc-scroller-wheel-cont {
  z-index: inherit; }

#ui-datepicker-div {
  background: #ffffff;
  border: 1px solid #ECECEC;
  border-radius: 8px;
  padding: 10px;
  margin-top: 5px; }

.check_timeselect_wrapper .check_timeselect_inner {
  z-index: inherit !important; }
  .check_timeselect_wrapper .check_timeselect_inner .mbsc-scroller-wheel-group {
    padding: 0px; }
    .check_timeselect_wrapper .check_timeselect_inner .mbsc-scroller-wheel-group .mbsc-datetime-minute-wheel {
      display: none; }
    .check_timeselect_wrapper .check_timeselect_inner .mbsc-scroller-wheel-group .mbsc-datetime-hour-wheel {
      margin: 0px;
      min-width: 28px;
      padding: 0px; }
      .check_timeselect_wrapper .check_timeselect_inner .mbsc-scroller-wheel-group .mbsc-datetime-hour-wheel .mbsc-scroller-wheel-item {
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-align: right;
        padding-right: 5px;
        background: linear-gradient(180deg, rgba(207, 207, 207, 0.2) 0%, #B3B3B3 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent; }
        .check_timeselect_wrapper .check_timeselect_inner .mbsc-scroller-wheel-group .mbsc-datetime-hour-wheel .mbsc-scroller-wheel-item.mbsc-selected {
          background: #7676801F;
          border-top-left-radius: 6px;
          border-bottom-left-radius: 6px;
          font-size: 18px;
          -webkit-text-fill-color: inherit;
          border-top-right-radius: 0px;
          border-bottom-right-radius: 0px; }
    .check_timeselect_wrapper .check_timeselect_inner .mbsc-scroller-wheel-group .mbsc-dt-whl-a {
      margin: 0px;
      min-width: 38px;
      padding: 0px; }
      .check_timeselect_wrapper .check_timeselect_inner .mbsc-scroller-wheel-group .mbsc-dt-whl-a .mbsc-selected {
        background: #7676801F;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        font-size: 18px;
        -webkit-text-fill-color: inherit;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px; }
    .check_timeselect_wrapper .check_timeselect_inner .mbsc-scroller-wheel-group .mbsc-scroller-wheel-item {
      font-family: "Poppins", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 22px;
      padding: 0px;
      text-align: left;
      background: linear-gradient(180deg, rgba(207, 207, 207, 0.2) 0%, #B3B3B3 100%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent; }

.check_timeselect_wrapper .check_timeselect_inner .mbsc-scroller-wheel-cont::before,
.check_timeselect_wrapper .check_timeselect_inner .mbsc-scroller-wheel-cont::after {
  display: none; }

.mbsc-ios.mbsc-scroller-wheel-line {
  background: none !important; }

.custom_radio .form-check-input {
  width: 20px;
  height: 20px;
  border-color: #000000; }
  .custom_radio .form-check-input:checked {
    background-color: #21a086;
    border-color: #21a086; }
  .custom_radio .form-check-input:focus {
    box-shadow: 0 0 0 .25rem #21a08633; }

.custom_switch .form-check-input {
  width: 40px;
  height: 23px;
  background-color: #ffffff;
  border-color: #b9b9b9;
  /* --bs-form-switch-bg: url("../images/toggle-cricle.svg");  */
}
.custom_switch .form-check-input:focus {
  box-shadow: 0 0 0 .25rem #2c2c2c1f;
  border-color: #b9b9b9; 
}
.custom_switch .form-check-input:checked {
  box-shadow: none;
  border-color: #21a086;
  background-color: #21a086; 
}

section.search_filter {
  border-bottom: 1px solid #E8E8E8; }
  section.search_filter .container {
    max-width: 931px; }
    section.search_filter .container .search_filter_wrapper {
      border: 1px solid #E8E8E8;
      box-shadow: 0px 4px 8px 0px #B5B5B52E;
      border-radius: 60px;
      padding: 8px 12px 8px 40px;
      display: flex;
      align-items: center; }
      @media (max-width: 1199px) {
        section.search_filter .container .search_filter_wrapper {
          padding: 6px 20px; } }
      section.search_filter .container .search_filter_wrapper .search_filter_control > label {
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        color: #2c2c2c;
        margin-bottom: 4px; }
        @media (max-width: 1199px) {
          section.search_filter .container .search_filter_wrapper .search_filter_control > label {
            font-size: 12px;
            font-weight: 500;
            line-height: 18px;
            margin-bottom: 0px; } }
        section.search_filter .container .search_filter_wrapper .search_filter_control > label span {
          color: #646464;
          font-weight: 400; }
      section.search_filter .container .search_filter_wrapper .search_filter_control .search_filter_input {
        display: flex;
        align-items: center; }
        section.search_filter .container .search_filter_wrapper .search_filter_control .search_filter_input input {
          border: none;
          outline: none;
          max-width: 214px;
          width: 100%;
          font-size: 14px;
          font-weight: 400;
          line-height: 21px;
          padding: 0px; }
          @media (max-width: 1199px) {
            section.search_filter .container .search_filter_wrapper .search_filter_control .search_filter_input input {
              font-size: 12px;
              font-weight: 400;
              line-height: 18px;
              max-width: 100%; } }
      section.search_filter .container .search_filter_wrapper .search_filter_control.where {
        max-width: 312px;
        width: 100%; }
        section.search_filter .container .search_filter_wrapper .search_filter_control.where .search_filter_input input {
          margin-right: 12px; }
        section.search_filter .container .search_filter_wrapper .search_filter_control.where .search_filter_input a {
          background: #EBEBEB;
          padding: 6px 8px;
          border-radius: 16px;
          display: inline-flex;
          font-size: 12px;
          font-weight: 400;
          line-height: 18px;
          color: #2C2C2C;
          text-decoration: none;
          transition: ease-in-out 0.5s;
          min-width: 83px; }
          section.search_filter .container .search_filter_wrapper .search_filter_control.where .search_filter_input a:hover {
            background: #21a086;
            color: #fff; }
            section.search_filter .container .search_filter_wrapper .search_filter_control.where .search_filter_input a:hover img {
              filter: brightness(0) invert(1); }
          section.search_filter .container .search_filter_wrapper .search_filter_control.where .search_filter_input a img {
            transition: ease-in-out 0.5s; }
        section.search_filter .container .search_filter_wrapper .search_filter_control.where ~ .search_filter_separator {
          background: #CBCBCB;
          margin: 0px 16px 0px 24px; }
      section.search_filter .container .search_filter_wrapper .search_filter_control.when {
        max-width: 214px;
        width: 100%; }
        section.search_filter .container .search_filter_wrapper .search_filter_control.when ~ .search_filter_separator {
          margin: 0px 24px 0px 16px; }
      section.search_filter .container .search_filter_wrapper .search_filter_control.who {
        max-width: 121px;
        width: 100%; }
      @media (max-width: 1199px) {
        section.search_filter .container .search_filter_wrapper .search_filter_control.staycation {
          max-width: calc(100% - 44px);
          width: 100%; } }
      section.search_filter .container .search_filter_wrapper .search_filter_separator {
        width: 1px;
        height: 51px; }
      section.search_filter .container .search_filter_wrapper .search_filter_btn a, section.search_filter .container .search_filter_wrapper .search_filter_btn button {
        padding: 9px;
        border-radius: 50px; }
        @media (max-width: 1199px) {
          section.search_filter .container .search_filter_wrapper .search_filter_btn a, section.search_filter .container .search_filter_wrapper .search_filter_btn button {
            width: 30px;
            height: 30px;
            padding: 0px;
            background: #ffffff;
            border-color: #ffffff;
            box-shadow: none;
            padding: 0px; } }
        @media (max-width: 1199px) {
          section.search_filter .container .search_filter_wrapper .search_filter_btn a img, section.search_filter .container .search_filter_wrapper .search_filter_btn button img {
            filter: none; } }
        @media (max-width: 1199px) {
          section.search_filter .container .search_filter_wrapper .search_filter_btn a:hover, section.search_filter .container .search_filter_wrapper .search_filter_btn button:hover {
            background: #21a086; } }
        @media (max-width: 1199px) {
          section.search_filter .container .search_filter_wrapper .search_filter_btn a:hover img, section.search_filter .container .search_filter_wrapper .search_filter_btn button:hover img {
            filter: brightness(0) invert(1);
            transform: scale(0.75); } }

.filters_section {
  box-shadow: 0px 4px 15px 0px #B5B5B52E;
  border: 1px solid #E8E8E8;
  border-radius: 0px 0px 10px 10px;
  background: #f5f5f5;
  padding: 12px 0px; }
  .filters_section .filters_slider .filters_btn_inner .dropdown {
    margin-right: 12px; }
    .filters_section .filters_slider .filters_btn_inner .dropdown .filters_btn {
      border: 2px solid #E8E8E8;
      background: #ffffff;
      display: inline-flex;
      gap: 4px;
      align-items: center;
      padding: 12px;
      font-size: 12px;
      font-weight: 400;
      line-height: 18px;
      color: #2c2c2c;
      border-radius: 10px; }
      .filters_section .filters_slider .filters_btn_inner .dropdown .filters_btn.active {
        border: 2px solid transparent;
        background: linear-gradient(to right, white, white), linear-gradient(to right, #F54027 0%, #FBCA01 100%);
        background-clip: padding-box, border-box;
        background-origin: padding-box, border-box;
        color: #FC7144;
        font-weight: 500; }
        .filters_section .filters_slider .filters_btn_inner .dropdown .filters_btn.active img:first-child {
          filter: invert(55%) sepia(34%) saturate(1112%) hue-rotate(341deg) brightness(98%) contrast(95%); }
      .filters_section .filters_slider .filters_btn_inner .dropdown .filters_btn .downarrow-icon {
        width: 8px; }

.custom_card {
  background: #ffffff;
  padding: 16px;
  margin-bottom: 24px;
  border-radius: 10px; }

.offer_card.style_1 .offer_card_inner {
  box-shadow: 0px 4px 7px 0px #a6a6a64a;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  height: 126px; }
  .offer_card.style_1 .offer_card_inner .offer_card_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .offer_card.style_1 .offer_card_inner .offer_card_img img {
      width: 100%;
      height: 100%;
      object-fit: none; }
  .offer_card.style_1 .offer_card_inner .offer_left_inner {
    position: relative;
    z-index: 1; }
    .offer_card.style_1 .offer_card_inner .offer_left_inner h3 {
      font-size: 32px;
      font-weight: 700;
      line-height: 48px;
      color: #ffffff;
      margin-bottom: 10px; }
    .offer_card.style_1 .offer_card_inner .offer_left_inner h5 {
      display: inline-flex;
      gap: 4px;
      align-items: center;
      color: #ffffffc2;
      font-size: 16px;
      font-weight: 900;
      line-height: 24px;
      text-align: left;
      margin-bottom: 0px; }
  .offer_card.style_1 .offer_card_inner .offer_right_inner {
    position: relative;
    z-index: 1;
    background: #ffffff;
    padding: 0px 5px 5px;
    border-radius: 8px; }
    .offer_card.style_1 .offer_card_inner .offer_right_inner h6 {
      font-size: 10px;
      font-weight: 400;
      line-height: 15px;
      letter-spacing: -0.03em;
      text-align: center;
      margin-bottom: 0px; }
    .offer_card.style_1 .offer_card_inner .offer_right_inner img {
      width: 100%;
      height: 100%; }

.offer_card.style_2 .offer_card_inner {
  background: linear-gradient(113.16deg, #FA565A 0%, #FB5B54 100%);
  box-shadow: 0px 4px 7px 0px #A6A6A64A;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  position: relative; }
  @media (max-width: 1199px) {
    .offer_card.style_2 .offer_card_inner {
      background: linear-gradient(113.16deg, #FA5458 0%, #FFCD00 100%); } }
  .offer_card.style_2 .offer_card_inner .offer_left_inner {
    padding: 4px 14px 10px; }
    @media (max-width: 1199px) {
      .offer_card.style_2 .offer_card_inner .offer_left_inner {
        padding: 24px 20px 40px 20px; } }
    .offer_card.style_2 .offer_card_inner .offer_left_inner h6 {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      font-size: 10px;
      font-weight: 900;
      line-height: 15px;
      color: #FFFFFFC2;
      margin-bottom: 4px; }
      @media (max-width: 1199px) {
        .offer_card.style_2 .offer_card_inner .offer_left_inner h6 {
          margin-bottom: 8px; } }
    .offer_card.style_2 .offer_card_inner .offer_left_inner h4 {
      font-size: 14px;
      font-weight: 700;
      line-height: 20px;
      text-align: left;
      max-width: 70%;
      color: #ffffff;
      margin-bottom: 0px; }
      @media (max-width: 1199px) {
        .offer_card.style_2 .offer_card_inner .offer_left_inner h4 {
          font-size: 20px;
          font-weight: 700;
          line-height: 28px;
          margin-bottom: 4px; } }
    .offer_card.style_2 .offer_card_inner .offer_left_inner p {
      font-size: 12px;
      font-weight: 400;
      line-height: 18px;
      color: #ffffff;
      margin-bottom: 4px; }
      @media (max-width: 1199px) {
        .offer_card.style_2 .offer_card_inner .offer_left_inner p {
          font-size: 14px;
          line-height: 21px;
          margin-bottom: 20px;
          max-width: 67%; } }
    .offer_card.style_2 .offer_card_inner .offer_left_inner label {
      background: #ffffff;
      box-shadow: 0px 2px 10px 0px #C0C0C036;
      font-size: 12px;
      font-weight: 800;
      line-height: 18px;
      letter-spacing: -0.02em;
      text-align: center;
      color: #FC7144;
      padding: 4px 10px;
      border-radius: 4px; }
  .offer_card.style_2 .offer_card_inner .offer_right_inner {
    min-width: 78px; }
    @media (max-width: 1199px) {
      .offer_card.style_2 .offer_card_inner .offer_right_inner {
        max-width: 161px;
        width: 100%;
        position: absolute;
        bottom: 0px;
        right: -8px; } }
    @media (max-width: 767px) {
      .offer_card.style_2 .offer_card_inner .offer_right_inner {
        bottom: -6px;
        right: -3px; } }
    @media (max-width: 1199px) {
      .offer_card.style_2 .offer_card_inner .offer_right_inner img {
        width: 100%; } }

.farm_card {
  box-shadow: 0px 4px 15px 0px #b5b5b52e;
  border-radius: 8px;
  overflow: hidden; }
  .farm_card .farm_img {
    height: 247px;
    width: 100%;
    position: relative;
    border-bottom: none;
    border-radius: 10px 10px 0px 0px;
    background-color: #ffffff;
    overflow: hidden; }
    .farm_card .farm_img .farm_additional_off {
      position: absolute;
      top: 0;
      font-size: 14px;
      font-weight: 700;
      line-height: 21px;
      padding: 12px 15px 0px 12px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      z-index: 1; }
      .farm_card .farm_img .farm_additional_off h6 {
        font-size: 14px;
        font-weight: 700;
        line-height: 21px;
        color: #ffffff;
        margin-bottom: 0px; }
      .farm_card .farm_img .farm_additional_off .farm_fav_icon {
        min-width: 18px; }
      @media (max-width: 991px) {
        .farm_card .farm_img .farm_additional_off .favoriteProperty {
          min-width: 22px; } }
    .farm_card .farm_img .farm_card .farm_img .farm_additional_off a img {
      width: 17px; }
    .farm_card .farm_img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .farm_card .farm_img .farm_img_slider .farm_img_inner {
      height: 247px;
      position: relative; }
    .farm_card .farm_img.farm_img_slider_wrapper {
      border: 1px solid #e5e5e5;
      border-bottom: none;
      border-radius: 10px 10px 0px 0px;
      overflow: hidden; }
      @media (max-width: 991px) {
        .farm_card .farm_img.farm_img_slider_wrapper {
          height: 300px; } }
      @media (max-width: 991px) {
        .farm_card .farm_img.farm_img_slider_wrapper .farm_img_slider .farm_img_inner {
          height: 300px; } }
      .farm_card .farm_img.farm_img_slider_wrapper .farm_img_slider .slick-dots {
        position: absolute;
        bottom: 12px;
        width: 100%; }
  .farm_card .farm_detail {
    border: 1px solid #e6e6e6;
    border-radius: 0px 0px 10px 10px;
    padding: 12px;
    background: #ffffff; }
    .farm_card .farm_detail .farm_tag {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 24px; }
      .farm_card .farm_detail .farm_tag .farm_tag_inner {
        border-radius: 20px;
        position: relative;
        z-index: 1;
        border: 2px solid transparent; }
        .farm_card .farm_detail .farm_tag .farm_tag_inner span {
          font-size: 12px;
          font-weight: 400;
          line-height: 18px;
          color: #646464;
          position: relative;
          z-index: 1;
          background: linear-gradient(180deg, #F7F7F7 0%, #f7f7f700 139.29%);
          padding: 5px 10px;
          display: inline-flex;
          align-items: center;
          border-radius: 20px;
          margin: 1px; }
          @media (min-width: 1200px) and (max-width: 1439px) {
            .farm_card .farm_detail .farm_tag .farm_tag_inner span {
              padding: 5px 4px; } }
          .farm_card .farm_detail .farm_tag .farm_tag_inner span img {
            margin-right: 5px; }
        .farm_card .farm_detail .farm_tag .farm_tag_inner:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: linear-gradient(270deg, #E9E9E9 -0.85%, #b9b9b900 99.15%);
          border-radius: 20px; }
    .farm_card .farm_detail .farm_name_area_review {
      display: flex;
      justify-content: space-between;
      align-items: start;
      gap: 8px;
      border-bottom: 1px #E8E8E8;
      border-bottom-style: dashed;
      margin-bottom: 20px; }
      .farm_card .farm_detail .farm_name_area_review .farm_name_area {
        margin-bottom: 20px;
        width: 100%;
        max-width: calc(100% - 80px); }
        .farm_card .farm_detail .farm_name_area_review .farm_name_area h5 {
          font-size: 16px;
          font-weight: 500;
          line-height: 24px;
          color: #000000;
          min-height: 48px;
          word-break: break-word; }
          @media (min-width: 1200px) and (max-width: 1439px) {
            .farm_card .farm_detail .farm_name_area_review .farm_name_area h5 {
              font-size: 15px; } }
        .farm_card .farm_detail .farm_name_area_review .farm_name_area p {
          display: inline-flex;
          align-items: center;
          flex-wrap: wrap;
          gap: 6px;
          font-size: 14px;
          font-weight: 400;
          line-height: 21px;
          color: #646464;
          margin-bottom: 0px; }
          @media (min-width: 1200px) and (max-width: 1439px) {
            .farm_card .farm_detail .farm_name_area_review .farm_name_area p {
              font-size: 13px; } }
          .farm_card .farm_detail .farm_name_area_review .farm_name_area p span.seperator {
            width: 4px;
            height: 4px;
            display: inline-block;
            background: #e7e7e7;
            border-radius: 50px; }
    .farm_card .farm_detail .farm_time_price p {
      font-size: 14px;
      font-weight: 400;
      line-height: 21px;
      color: #737373;
      margin-bottom: 8px; }
    .farm_card .farm_detail .farm_time_price .price_offer {
      display: flex;
      gap: 12px;
      align-items: center;
      flex-wrap: wrap; }
      .farm_card .farm_detail .farm_time_price .price_offer h5 {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 0; }
        .farm_card .farm_detail .farm_time_price .price_offer h5 del {
          font-weight: 400;
          color: #737373; }
          .farm_card .farm_detail .farm_time_price .price_offer h5 del span {
            font-family: "Nunito", sans-serif; }
        .farm_card .farm_detail .farm_time_price .price_offer h5 b {
          color: #000;
          font-weight: 600; }
          .farm_card .farm_detail .farm_time_price .price_offer h5 b span {
            font-family: "Nunito", sans-serif; }
      .farm_card .farm_detail .farm_time_price .price_offer label {
        border-image-source: linear-gradient(270.42deg, #ffe784 3.89%, rgba(251, 202, 0, 0) 188.97%);
        background: linear-gradient(270deg, #fffceb 0%, rgba(255, 250, 221, 0.79) 100%, #f0de9f 100%);
        font-family: "Nunito", sans-serif;
        font-size: 13px;
        font-weight: 700;
        line-height: 14px;
        display: inline-flex;
        align-items: center;
        padding: 6px 8px;
        border-radius: 20px;
        gap: 4px;
        position: relative; }
        .farm_card .farm_detail .farm_time_price .price_offer label:before {
          content: '';
          position: absolute;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 1;
          border: dotted 2px #ffffff;
          border-radius: 20px;
          background-image: linear-gradient(270deg, #FFFCEB 0%, rgba(255, 250, 221, 0.79) 100%, #F0DE9F 100%), linear-gradient(270.42deg, #FFE784 3.89%, rgba(251, 202, 0, 0) 188.97%);
          background-origin: border-box;
          background-clip: content-box, border-box; }
        .farm_card .farm_detail .farm_time_price .price_offer label img,
        .farm_card .farm_detail .farm_time_price .price_offer label span {
          position: relative;
          z-index: 1; }
        .farm_card .farm_detail .farm_time_price .price_offer label span {
          color: #000000 !important; }
        @media (max-width: 1199px) {
          .farm_card .farm_detail .farm_time_price .price_offer label {
            font-size: 12px;
            line-height: 16.73px;
            padding: 4px 8px; } }
    @media (max-width: 991px) {
      .farm_card .farm_detail.farm_detail_mob {
        padding: 16px 0px 0px; } }
    @media (max-width: 991px) {
      .farm_card .farm_detail.farm_detail_mob .farm_tag {
        margin: 0px 12px;
        margin-bottom: 16px; } }
    @media (max-width: 991px) {
      .farm_card .farm_detail.farm_detail_mob .farm_name_area_review {
        margin: 0px 12px;
        margin-bottom: 12px; } }
    @media (max-width: 991px) {
      .farm_card .farm_detail.farm_detail_mob .farm_name_area_review .farm_name_area {
        margin-bottom: 12px;
        max-width: calc(100% - 85px); } }
    @media (max-width: 991px) {
      .farm_card .farm_detail.farm_detail_mob .farm_name_area_review .farm_name_area h5 {
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        margin-bottom: 0px; } }
    @media (max-width: 991px) {
      .farm_card .farm_detail.farm_detail_mob .farm_name_area_review .farm_name_area p {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px; } }
    @media (max-width: 991px) {
      .farm_card .farm_detail.farm_detail_mob .farm_time_price {
        margin: 0px 12px;
        margin-bottom: 16px; } }
    @media (max-width: 991px) {
      .farm_card .farm_detail.farm_detail_mob .farm_time_price p {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px; } }
    @media (max-width: 991px) {
      .farm_card .farm_detail.farm_detail_mob .farm_time_price .price_offer h5 {
        font-size: 16px;
        font-weight: 400;
        line-height: 21.82px; } }
    .farm_card .farm_detail.farm_detail_mob .additional_off {
      background: #FBCA01;
      padding: 10px;
      border-radius: 0px 0px 8px 8px; }
      .farm_card .farm_detail.farm_detail_mob .additional_off label {
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Poppins", sans-serif;
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        color: #594800; }
        .farm_card .farm_detail.farm_detail_mob .additional_off label .rupee_txt {
          font-family: "Nunito", sans-serif; }
    @media (max-width: 991px) {
      .farm_card .farm_detail.farm_detail_white {
        background: transparent; } }
    @media (max-width: 991px) {
      .farm_card .farm_detail.farm_detail_white .farm_name_area_review .farm_name_area h5 {
        color: #ffffff;
        min-height: auto; } }
    @media (max-width: 991px) {
      .farm_card .farm_detail.farm_detail_white .farm_name_area_review .farm_name_area p {
        color: #b9b9b9; } }
    @media (max-width: 991px) {
      .farm_card .farm_detail.farm_detail_white .farm_time_price p,
      .farm_card .farm_detail.farm_detail_white .farm_time_price span {
        color: #b9b9b9 !important; } }
    @media (max-width: 991px) {
      .farm_card .farm_detail.farm_detail_white .farm_time_price .price_offer h5 del,
      .farm_card .farm_detail.farm_detail_white .farm_time_price .price_offer h5 b {
        color: #ffffff; } }
    @media (max-width: 991px) {
      .farm_card .farm_detail.farm_detail_white .farm_time_price .price_offer h5 del span,
      .farm_card .farm_detail.farm_detail_white .farm_time_price .price_offer h5 b span {
        color: #ffffff !important; } }
  @media (max-width: 991px) {
    .farm_card.mob {
      box-shadow: none; } }
  @media (max-width: 991px) {
    .farm_card.mob .farm_img {
      height: 244px;
      border-radius: 10px;
      overflow: hidden;
      border: none; } }
  .farm_card.mob .farm_img .farm_review_wrapper {
    position: absolute;
    bottom: 14px;
    right: 14px; }
  @media (max-width: 991px) {
    .farm_card.mob .farm_detail {
      border: none;
      padding: 12px 0px 0px; } }
  @media (max-width: 991px) {
    .farm_card.mob .farm_detail .farm_name_area_review {
      margin-bottom: 8px;
      border-bottom: none; } }
  @media (max-width: 991px) {
    .farm_card.mob .farm_detail .farm_name_area_review .farm_name_area {
      margin-bottom: 0px;
      max-width: 100%;
      line-height: 1; } }
  @media (max-width: 991px) {
    .farm_card.mob .farm_detail .farm_name_area_review .farm_name_area h5 {
      margin-bottom: 6px;
      min-height: auto; } }
  @media (max-width: 991px) {
    .farm_card.mob .farm_detail .farm_name_area_review .farm_name_area p {
      font-size: 16px;
      font-weight: 400;
      line-height: 24px; } }
  @media (max-width: 991px) {
    .farm_card.mob .farm_detail .farm_name_area_review .farm_name_area p .km_count {
      font-size: 14px; } }
  @media (max-width: 991px) {
    .farm_card.mob .farm_detail .farm_time_price p {
      color: #BFBFBF;
      font-size: 12px;
      font-weight: 400;
      line-height: 18px;
      margin-bottom: 6px; } }
  @media (max-width: 991px) {
    .farm_card.mob .farm_detail .farm_time_price p span {
      color: #646464;
      font-size: 12px;
      font-weight: 400;
      line-height: 18px; } }
  @media (max-width: 991px) {
    .farm_card.mob .farm_detail .farm_time_price .price_offer h5 b {
      font-size: 20px;
      font-weight: 700;
      line-height: 30px; } }
  @media (max-width: 991px) {
    .farm_card.mob .farm_detail .farm_time_price .price_offer h5 b span {
      font-family: "Nunito", sans-serif; } }
  .farm_card .farm_review {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 500;
    line-height: 18px;
    color: #000000;
    gap: 4px;
    padding: 2px;
    border-radius: 12px; }
    .farm_card .farm_review img {
      width: 11px;
      margin-bottom: 1px; }
  .farm_card .farm_review_wrapper {
    box-shadow: 0px 2px 4px 0px #00000024;
    min-width: 74px;
    border-radius: 12px;
    background: #f57e27;
    padding-top: 2px; }
    .farm_card .farm_review_wrapper .farm_sure_tag {
      font-size: 12px;
      font-style: italic;
      font-weight: 600;
      line-height: 19px;
      margin-bottom: 0px;
      color: #fff;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 18px; }
      .farm_card .farm_review_wrapper .farm_sure_tag img {
        width: 9px;
        margin-right: 4px; }

.categories_card {
  border-radius: 7px;
  overflow: hidden;
  transition: all 0.7s;
  min-height: 100px;
  height: 140px; }
  @media (max-width: 1199px) {
    .categories_card {
      height: 172px;
      margin-bottom: 16px; } }
  .categories_card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.52) 36.34%, rgba(63, 63, 63, 0) 100%);
    z-index: 1; }
  .categories_card .categories_inner {
    position: absolute;
    padding: 10px 22px 0px;
    z-index: 1; }
    @media (max-width: 1199px) {
      .categories_card .categories_inner {
        padding: 12px 35px 12px 12px; } }
    .categories_card .categories_inner h5 {
      font-size: 20px;
      font-weight: 700;
      line-height: 30px;
      color: #ffffff;
      margin-bottom: 0px; }
      @media (max-width: 1199px) {
        .categories_card .categories_inner h5 {
          font-size: 16px;
          font-weight: 700;
          line-height: 24px; } }
    .categories_card .categories_inner p {
      font-size: 12px;
      font-weight: 500;
      line-height: 18px;
      color: #ffffff;
      margin-bottom: 0px; }
      @media (max-width: 1199px) {
        .categories_card .categories_inner p {
          font-size: 10px;
          font-weight: 400;
          line-height: 13.55px; } }
  .categories_card .categories_img {
    transition: ease 1s;
    height: 140px; }
    @media (max-width: 1199px) {
      .categories_card .categories_img {
        height: 172px; } }
    .categories_card .categories_img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .categories_card:hover .categories_img {
    transform: scale(1.1); }

.recentsearch_card_wrapper .recentsearch_card_inner {
  display: flex;
  align-items: center;
  border: 1px solid #eeeeee;
  box-shadow: 0px 4px 12px 0px #BFBFBF40;
  margin: 0px 6px 16px;
  border-radius: 8px;
  padding: 16px 12px;
  transition: ease-in-out 0.5s; }
  .recentsearch_card_wrapper .recentsearch_card_inner .recentsearch_icon {
    min-width: 24px;
    margin-right: 10px; }
  .recentsearch_card_wrapper .recentsearch_card_inner .recentsearch_detail h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #646464;
    margin-bottom: 0; }
  .recentsearch_card_wrapper .recentsearch_card_inner .recentsearch_detail p label {
    font-family: "Nunito", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.37px;
    color: #646464;
    margin-bottom: 0; }
  .recentsearch_card_wrapper .recentsearch_card_inner:hover {
    border-color: #21a086; }

.offers_card {
  border: 1px solid #E8E8E8;
  background: linear-gradient(180deg, #F7F7F7 0%, rgba(247, 247, 247, 0) 139.29%);
  margin-right: 8px;
  padding: 12px;
  border-radius: 12px;
  display: flex !important;
  align-items: center;
  gap: 12px;
  transition: ease-in-out 0.5s;
  text-decoration: none; }
  .offers_card .offers_icon {
    min-width: 42px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FBCA0129;
    border-radius: 50px; }
  .offers_card .offers_detail h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #2c2c2c;
    margin-bottom: 4px; }
    .offers_card .offers_detail h4 span {
      font-family: "Nunito", sans-serif;
      font-weight: bold;
      margin: 0px 0px 0px 3px; }
  .offers_card .offers_detail p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #737373;
    margin-bottom: 0; }

.off_badge {
  border-image-source: linear-gradient(270.42deg, #ffe784 3.89%, rgba(251, 202, 0, 0) 188.97%);
  background: linear-gradient(270deg, #fffceb 0%, rgba(255, 250, 221, 0.79) 100%, #f0de9f 100%);
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 17.73px;
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  border-radius: 20px;
  gap: 4px;
  position: relative; }
  .off_badge:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: dotted 2px #ffffff;
    border-radius: 20px;
    background-image: linear-gradient(270deg, #FFFCEB 0%, rgba(255, 250, 221, 0.79) 100%, #F0DE9F 100%), linear-gradient(270.42deg, #FFE784 3.89%, rgba(251, 202, 0, 0) 188.97%);
    background-origin: border-box;
    background-clip: content-box, border-box; }
  .off_badge img,
  .off_badge span {
    position: relative;
    z-index: 1; }

.coupon_card .coupon_off_label {
  background: #21a086;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  width: 38px;
  border-radius: 16px 0px 0px 16px;
  position: relative;
  overflow: hidden; }
  .coupon_card .coupon_off_label .circle_inner {
    position: absolute;
    right: 12px;
    margin: auto;
    display: flex;
    gap: 4px;
    transform: rotate(-90deg); }
    .coupon_card .coupon_off_label .circle_inner .circle {
      min-width: 11px;
      height: 11px;
      background: #ffffff;
      border-radius: 50%; }
  .coupon_card .coupon_off_label h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    white-space: nowrap;
    transform: rotate(-90deg);
    color: #ffffff; }
.coupon_card .coupon_detail {
  padding: 8px 16px;
  border: 1px solid #E8E8E8;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  background: #ffffff; }
  .coupon_card .coupon_detail h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #2c2c2c;
    margin-bottom: 4px; }
  .coupon_card .coupon_detail h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #21a086;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #E8E8E8; }
  .coupon_card .coupon_detail .save_money {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #E8E8E8;
    color: #FC7144;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.94px; }
  .coupon_card .coupon_detail p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #737373;
    margin-bottom: 0px; }
    .coupon_card .coupon_detail p span {
      font-family: "Nunito", sans-serif; }
  .coupon_card .coupon_detail .coupon_detail_link {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #2c2c2c;
    text-decoration: none;
    transition: ease 0.5s; }
    .coupon_card .coupon_detail .coupon_detail_link:hover {
      color: #21a086; }
.coupon_card.othercoupons_card {
  margin-bottom: 20px; }
  .coupon_card.othercoupons_card .coupon_detail {
    border: none;
    border-radius: 12px;
    padding: 20px 16px; }
    .coupon_card.othercoupons_card .coupon_detail .coupon_icon {
      min-width: 44px;
      width: 44px;
      height: 44px;
      background: #FBCA0129;
      border-radius: 50px;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
    .coupon_card.othercoupons_card .coupon_detail h5 {
      font-size: 20px;
      font-weight: 600;
      line-height: 30px;
      color: #2c2c2c;
      margin-bottom: 4px;
    }
    .coupon_card.othercoupons_card .coupon_detail .coupon_detail_link {
      /* font-size: 14px;
      font-weight: 600;
      line-height: 21px;
      color: #21A086;
      display: inline-flex;
      align-items: center;
      gap: 4px;
      transition: ease-in-out 0.1s;  */
      font-size: 12px;
      font-weight: 500;
      line-height: 18px;
      color: #2c2c2c;
      text-decoration: none;
      transition: ease 0.5s;
    }
      .coupon_card.othercoupons_card .coupon_detail .coupon_detail_link span {
        min-width: 16px;
        height: 16px;
        border: 1px solid #21a086;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        transition: ease 0.1s;
        padding-left: 0.2px; }
      .coupon_card.othercoupons_card .coupon_detail .coupon_detail_link:hover {
        /* color: #FC7144;  */
        color: #21a086;
      }
        .coupon_card.othercoupons_card .coupon_detail .coupon_detail_link:hover span {
          /* border-color: #FC7144;  */
          color: #21a086;
        }

.villa_details_card .villa_img_md {
  min-width: 88px;
  width: 88px;
  height: 78px;
  border-radius: 4px;
  overflow: hidden; }
  .villa_details_card .villa_img_md img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .villa_details_card .villa_img_md.sm {
    min-width: 49px;
    width: 49px;
    height: 49px; }
  .villa_details_card .villa_img_md.md {
    min-width: 64px;
    width: 64px;
    height: 64px; }
.villa_details_card .villa_details h6 {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #000000; }
.villa_details_card .villa_details label {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #8f8f8f;
  margin-bottom: 4px; }
  .villa_details_card .villa_details label span {
    color: #21a086;
    text-decoration: underline; }
.villa_details_card .villa_details h5 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #000000; }
  .villa_details_card .villa_details h5 span {
    font-family: "Nunito", sans-serif; }
.villa_details_card .villa_confirm_inner {
  border-top: 1px solid #E8E8E8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 24px; }
  .villa_details_card .villa_confirm_inner .villbook_info {
    padding: 14px 0px; }
    .villa_details_card .villa_confirm_inner .villbook_info:last-child {
      border-right: none;
      margin-right: 0;
      padding-right: 0; }
    .villa_details_card .villa_confirm_inner .villbook_info h6 small {
      color: #8C8C8C; }
  .villa_details_card .villa_confirm_inner .vill_separator {
    width: 1px;
    height: 48px;
    background: #E8E8E8;
    margin: 0px 12px; }
  .villa_details_card .villa_confirm_inner .day_night {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translate(-50%, -50%);
    background: #E8E8E8;
    font-family: "Nunito", sans-serif;
    font-size: 8px;
    font-weight: 600;
    line-height: 8.18px;
    width: calc(100% - 4px);
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center; }
.villa_details_card.fhh_protected .villa_details h6 {
  font-size: 16px; }
.villa_details_card.fhh_protected .review_count {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: #646464; }
  .villa_details_card.fhh_protected .review_count span {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px; }
.villa_details_card.fhh_protected .fhhprotected_label {
  background: linear-gradient(277.31deg, #C6E9B9 0%, rgba(254, 248, 196, 0.1) 104.32%);
  padding: 12px;
  margin-top: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 27px; }
.villa_details_card.hover .villa_details h4 {
  transition: ease-in-out 0.5s; }
.villa_details_card.hover .arrow {
  transition: ease-in-out 0.5s;
  transform: translateX(-5px); }
.villa_details_card.hover:hover .villa_details h4 {
  color: #21a086; }
.villa_details_card.hover:hover .arrow {
  filter: invert(46%) sepia(87%) saturate(378%) hue-rotate(118deg) brightness(94%) contrast(87%);
  transform: translateX(0px); }

.wallet_section {
  margin-top: -40px;
  padding: 87px 0px 25px; }
  @media (max-width: 991px) {
    .wallet_section {
      min-height: calc(100vh - 104px); } }

.wallet_cards {
  background: linear-gradient(180deg, #21a086 0%, #00725A 100%);
  padding: 16px 16px 28px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 20px; }
  .wallet_cards .wallet_cash {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
    position: relative; }
    .wallet_cards .wallet_cash .wallet_title h4 {
      font-size: 24px;
      font-weight: 600;
      line-height: 36px;
      color: #ffffff;
      margin-bottom: 0px; }
  .wallet_cards .wallet_separator {
    height: 1px;
    width: 100%;
    background: linear-gradient(180deg, #21a086 100%, #00725A 0%);
    background-repeat: no-repeat;
    background-position: top center;
    position: relative; }
  .wallet_cards.green_cash .wallet_btn {
    color: #21a086; }
  .wallet_cards:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/wallet_overlap_img.png");
    background-size: auto;
    background-repeat: repeat; }
  .wallet_cards.farmies_cash {
    background: linear-gradient(113.16deg, #FA5458 0%, #FFCD00 100%); }
    .wallet_cards.farmies_cash .wallet_btn {
      color: #FC7144; }
    .wallet_cards.farmies_cash .wallet_separator {
      background: linear-gradient(90deg, #fa5458 0%, #ffcd00 180%); }
  .wallet_cards .wallet_btn {
    font-size: 12px;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: -0.02em;
    text-align: center;
    padding: 7px 12px;
    border: 1px solid #ffffff;
    background: #ffffff;
    border-radius: 4px;
    text-decoration: none;
    transition: ease-in-out 0.5s; }
    .wallet_cards .wallet_btn:hover {
      background: transparent;
      color: #ffffff; }

.select_tag {
  border-radius: 20px;
  position: relative;
  z-index: 1;
  border: 2px solid transparent; }
  .select_tag:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(240deg, #ebebeb 55%, #b9b9b900 100%);
    border-radius: 20px; }
  .select_tag span {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #646464;
    position: relative;
    z-index: 1;
    background: linear-gradient(0deg, #ffffff 0%, #f7f7f700 139.29%);
    padding: 5px 10px;
    display: inline-block;
    border-radius: 20px;
    margin: 1px; }

.select-check:checked + .select_tag {
  border-color: #21a086; }
  .select-check:checked + .select_tag span {
    color: #21a086; }

.custom_tabs .nav-pills {
  flex-wrap: nowrap;
  overflow: auto;
  border-bottom: 1px solid #E8E8E8; }
  .custom_tabs .nav-pills .nav-item .nav-link {
    padding: 4px 12px;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #737373;
    background: #ffffff;
    position: relative;
    border-bottom: 2px solid #ffffff;
    border-radius: 0px;
    transition: all 0.2s; }
    .custom_tabs .nav-pills .nav-item .nav-link.active {
      font-weight: 600;
      color: #21a086;
      border-color: #21a086; }
  .custom_tabs .nav-pills::-webkit-scrollbar {
    height: 5px;
    background-color: #ffffff; }
  .custom_tabs .nav-pills::-webkit-scrollbar-thumb {
    background-color: #f0f0f0; }

.custom_accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 12px;
  margin-bottom: 12px; }
  .custom_accordion .accordion-item .accordion-header {
    margin-bottom: 4px; }
    .custom_accordion .accordion-item .accordion-header .accordion-button {
      padding: 0px;
      background: #ffffff;
      box-shadow: none;
      font-size: 14px;
      font-weight: 400;
      line-height: 21px;
      color: #2c2c2c; }
      .custom_accordion .accordion-item .accordion-header .accordion-button::after {
        background-image: url("../images/downarrow2-icon.svg");
        background-size: 10px;
        background-position: center; }
  .custom_accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #646464;
    padding-right: 24px; }
  .custom_accordion .accordion-item:last-child {
    border-bottom: 0; }

.custom_modal .modal-dialog {
  max-width: 600px;
  width: 100%; }
  @media (max-width: 767px) {
    .custom_modal .modal-dialog {
      width: 95%; } }
  .custom_modal .modal-dialog .modal-content .modal-header {
    justify-content: center;
    position: relative;
    padding: 20px 20px 20px 20px;
    border-bottom: 1px solid #dedede;
    box-shadow: 0px 1px 4px 0px #8d8d8d40; }
    @media (max-width: 767px) {
      .custom_modal .modal-dialog .modal-content .modal-header {
        padding: 15px; } }
    .custom_modal .modal-dialog .modal-content .modal-header .modal_back {
      position: absolute;
      left: 28px; }
    .custom_modal .modal-dialog .modal-content .modal-header .btn-close {
      position: absolute;
      right: 25px;
      opacity: 1;
      padding: 0px;
      transition: ease-in-out 0.5s; }
      .custom_modal .modal-dialog .modal-content .modal-header .btn-close:focus {
        box-shadow: none; }
      .custom_modal .modal-dialog .modal-content .modal-header .btn-close:hover {
        transform: rotate(180deg); }
    .custom_modal .modal-dialog .modal-content .modal-header .modal-title {
      font-size: 24px;
      font-weight: 500;
      line-height: 36px;
      color: #2c2c2c; }
      @media (max-width: 767px) {
        .custom_modal .modal-dialog .modal-content .modal-header .modal-title {
          font-size: 21px; } }
  .custom_modal .modal-dialog .modal-content .modal-body {
    padding: 30px 30px 60px; }
    @media (max-width: 767px) {
      .custom_modal .modal-dialog .modal-content .modal-body {
        padding: 20px 20px 40px; } }

.modal_title_md {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 20px; }
  @media (max-width: 575px) {
    .modal_title_md {
      font-size: 22px; } }
  .modal_title_md span {
    font-family: "Nunito", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 32.74px; }
    @media (max-width: 575px) {
      .modal_title_md span {
        font-size: 22px; } }

.modal-backdrop.show {
  opacity: 0.8; }

.modal-open {
  padding-right: 0px; }

.offcanvas_xs_heading {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #2c2c2c; }

.offcanvas_sm_heading {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #2c2c2c;
  margin-bottom: 4px; }

.offcanvas_md_heading {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #000000;
  margin-bottom: 4px; }

.offcanvas_paragraph {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #737373; }

.offcanvas.custom_offcanvas {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  max-height: calc(100vh - 60px);
  height: auto;
  max-width: 390px;
  margin: auto; }
  .offcanvas.custom_offcanvas .offcanvas-header {
    padding: 20px;
    border-bottom: 1px solid #dedede;
    box-shadow: 0px 1px 4px 0px #8D8D8D40; }
    .offcanvas.custom_offcanvas .offcanvas-header .offcanvas-title {
      font-size: 20px;
      font-weight: 600;
      line-height: 30px;
      color: #2c2c2c;
      margin-right: 10px; }
    .offcanvas.custom_offcanvas .offcanvas-header .btn-close {
      opacity: 1;
      box-shadow: none;
      background: linear-gradient(180deg, #F7F7F7 0%, rgba(247, 247, 247, 0) 139.29%);
      position: relative;
      border-radius: 50px;
      border: 0.5px solid #E7EAEC; }
      .offcanvas.custom_offcanvas .offcanvas-header .btn-close:before {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
        background-size: contain;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto; }
  .offcanvas.custom_offcanvas .offcanvas-body {
    padding: 12px 16px;
    max-height: calc(100vh - 60px);
    height: 100%;
    background: #F6F6F6; }
  .offcanvas.custom_offcanvas .offcanvas_footer {
    padding: 20px 16px 39px;
    border-top: 1px solid #E8E8E8; }
    .offcanvas.custom_offcanvas .offcanvas_footer .link_orange {
      font-size: 18px;
      line-height: 27px;
      font-weight: 600; }

.sticky_bottom_wrapper {
  border-top: 1px solid #E8E8E8;
  background: #ffffff;
  padding: 20px 16px;
  position: sticky;
  bottom: 0;
  margin-top: auto; }
  @media (max-width: 991px) {
    .sticky_bottom_wrapper {
      bottom: 72px; } }

.slick_arrow_btn .slick-prev {
  border: 1px solid #E8E8E8;
  background: url("../images/slick-right-arrow.svg") #fff;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 45%;
  width: 40px;
  height: 40px;
  font-size: 0px;
  border-radius: 50%;
  transition: ease-in-out 0.5s;
  transform: translateX(-50%) rotate(180deg);
  left: -2.5%; }
  @media (min-width: 1200px) and (max-width: 1439px) {
    .slick_arrow_btn .slick-prev {
      width: 30px;
      height: 30px;
      right: -1vw; } }
  .slick_arrow_btn .slick-prev:hover {
    background: url("../images/slick-right-whitearrow.svg") #21a086;
    background-repeat: no-repeat;
    background-position: center; }
.slick_arrow_btn .slick-next {
  border: 1px solid #E8E8E8;
  background: url("../images/slick-right-arrow.svg") #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 45%;
  width: 40px;
  height: 40px;
  font-size: 0px;
  border-radius: 50%;
  transition: ease-in-out 0.5s;
  right: -3.5%; }
  @media (min-width: 1200px) and (max-width: 1439px) {
    .slick_arrow_btn .slick-next {
      width: 30px;
      height: 30px;
      right: -2.5vw; } }
  .slick_arrow_btn .slick-next:hover {
    background: url("../images/slick-right-whitearrow.svg") #21a086;
    background-repeat: no-repeat;
    background-position: center; }
.slick_arrow_btn .slick-prev.slick-disabled,
.slick_arrow_btn .slick-next.slick-disabled {
  opacity: 0;
  visibility: hidden; }

.slick_dots_btn .slick-dots {
  list-style: none;
  padding: 0px;
  margin: 0;
  text-align: center;
  line-height: 1; }
  .slick_dots_btn .slick-dots li {
    display: inline-block; 
    line-height: 41px;
  }
    .slick_dots_btn .slick-dots li button {
      font-size: 0px;
      min-width: 8px;
      max-width: 8px;
      min-height: 8px;
      max-height: 8px;
      border-radius: 50%;
      padding: 0px;
      outline: none;
      border: none;
      background: #d9d9d9;
      margin: 4px;
      transition: ease-in-out 0.5s; }
      @media (max-width: 1199px) {
        .slick_dots_btn .slick-dots li button {
          margin: 0px 4px; } }
    .slick_dots_btn .slick-dots li:last-child button {
      transform: scale(0.6); }
    .slick_dots_btn .slick-dots li:first-child button {
      transform: scale(0.6); }
  .slick_dots_btn .slick-dots li.slick-active button {
    background: #21a086;
    transform: scale(1.5); }

.mob_slickslider_dots .slick-dots {
  background: linear-gradient(180deg, #E7EAEC 0%, #C0CBD9 139.29%);
  list-style: none;
  padding: 0px;
  max-width: fit-content;
  margin: auto;
  height: 6px;
  line-height: 1;
  border-radius: 25px;
  position: relative; }
  .mob_slickslider_dots .slick-dots li {
    display: inline-block;
    line-height: 1;
    height: 6px;
    transition: ease 0.5s; }
    .mob_slickslider_dots .slick-dots li button {
      font-size: 0px;
      border: none;
      padding: 0;
      margin: 0px;
      line-height: 1;
      width: 17px;
      height: 6px;
      border-radius: 25px;
      transition: all 0.5s;
      position: relative;
      top: -10px;
      background: transparent; }
    .mob_slickslider_dots .slick-dots li.slick-active button {
      background: #FC7144; }

nav.tab {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 91px; }
  nav.tab.moving .icon {
    pointer-events: none; }
  nav.tab[data-selected="1"] .icon:nth-child(1), nav.tab[data-selected="2"] .icon:nth-child(2), nav.tab[data-selected="3"] .icon:nth-child(3) {
    top: -1.5rem;
    color: #2ABA66;
    font-size: 2rem;
    transition: 0.25s 0.375s;
    pointer-events: none; }
    nav.tab[data-selected="1"] .icon:nth-child(1).initialised, nav.tab[data-selected="2"] .icon:nth-child(2).initialised, nav.tab[data-selected="3"] .icon:nth-child(3).initialised {
      animation: hide 0.9s forwards; }
  nav.tab[data-selected="1"] .bar .middle .side:first-child, nav.tab[data-selected="3"] .bar .middle .side:last-child {
    flex-grow: 0; }
  nav.tab .icons {
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: space-around;
    width: calc(100% - 2rem);
    padding: 0 1rem; }
    nav.tab .icons .icon {
      position: relative;
      top: 0rem;
      width: 4rem;
      line-height: 4rem;
      font-size: 1.5rem;
      text-align: center;
      cursor: pointer;
      transition-delay: 0.1875s; }
      nav.tab .icons .icon.initialised {
        animation: hide2 0.375s; }
  nav.tab .bar {
    z-index: 1;
    position: absolute;
    display: flex;
    align-items: stretch;
    filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.1)) drop-shadow(0 0 0.25rem rgba(0, 0, 0, 0.1));
    width: 100%;
    height: 100%; }
    nav.tab .bar .cap {
      background: white;
      width: 1rem; }
      nav.tab .bar .cap:first-child {
        border-bottom-left-radius: 1rem;
        border-top-left-radius: 0.5rem;
        box-shadow: 0.25rem 0 0 white; }
      nav.tab .bar .cap:last-child {
        border-bottom-right-radius: 1rem;
        border-top-right-radius: 0.5rem;
        box-shadow: -0.25rem 0 0 white; }
    nav.tab .bar .middle {
      flex-grow: 1;
      position: relative;
      display: flex; }
      nav.tab .bar .middle .circle {
        position: relative;
        top: -1.75rem;
        width: 7rem;
        height: 5.75rem;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='112' height='92' viewBox='0 0 112 92'%3E%3Ccircle cx='56' cy='36' r='36' fill='%23FFF'/%3E%3Cpath d='M104 35.2L104 35.2c0 26.3-20.9 48.3-47.2 48.8C29.9 84.4 8 62.8 8 36v-0.8c0-4-3.2-7.2-7.2-7.2H0v64h112V28h-0.8C107.2 28 104 31.2 104 35.2z' fill='%23FFF'/%3E%3C/svg%3E"); }
      nav.tab .bar .middle .side {
        flex-grow: 1;
        background: white;
        transition: 0.75s ease; }

@keyframes hide {
  0%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes hide2 {
  0%, 100% {
    opacity: 1; }
  15% , 75% {
    opacity: 0; } }
.host_img {
  min-width: 40px;
  width: 40px;
  height: 40px;
  background: #DBD1FC;
  border-radius: 50px;
  overflow: hidden; }
  .host_img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .host_img.sm {
    min-width: 32px;
    width: 32px;
    height: 32px; }

.custom_alert.alert-danger {
  background: #FFE3E3;
  border: none;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 360px;
  width: 100%;
  z-index: 1;
  transform: translateY(-100%);
  transition: ease 0.5s; }
  .custom_alert.alert-danger .alert_msg {
    color: #F54027;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px; }
  .custom_alert.alert-danger .alert_icon {
    margin-top: 3px;
    margin-right: 6px; }
  .custom_alert.alert-danger .btn-close {
    opacity: 1;
    padding: 0px;
    top: 18px;
    right: 18px;
    outline: none;
    box-shadow: none;
    width: 10px; }
  .custom_alert.alert-danger.show {
    transform: translateY(20px); }

.loader {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 7px), #000 0);
  background: conic-gradient(from 180deg at 50% 50%, #21a086 0deg, #c4c4c400 360deg);
  animation: spinner-ub 0.8s infinite linear; }

@keyframes spinner-ub {
  0% {
    transform: rotate(1turn); } }
.booked_msg_inner {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between; }
  .booked_msg_inner .booked_msg_icon {
    width: 125px;
    height: 125px;
    background: linear-gradient(to bottom right, #21a086, #21a086);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    transform: scale(0.84);
    border-radius: 50%;
    animation: animateContainer 0.5s ease-out forwards 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    position: relative; }
    .booked_msg_inner .booked_msg_icon:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      box-shadow: 0px 0px 0px 10px #21a0862e;
      border-radius: 50%;
      top: 0;
      left: 0; }
    .booked_msg_inner .booked_msg_icon svg {
      width: 65%;
      transform: translateY(0.25rem);
      stroke-dasharray: 80;
      stroke-dashoffset: 80;
      animation: animateCheck 0.25s forwards 1s ease-out; }
  .booked_msg_inner h6 {
    animation: animateContainer 1.2s ease-out forwards 1.2s;
    transform: scale(1);
    opacity: 0; }
  .booked_msg_inner p {
    animation: animateContainer 1.6s ease-out forwards 1.6s;
    transform: scale(1);
    opacity: 0; }

@keyframes animateContainer {
  0% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset; }
  25% {
    opacity: 1;
    transform: scale(0.9);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset; }
  43.75% {
    transform: scale(1.15);
    box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset; }
  62.5% {
    transform: scale(1);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset; }
  81.25% {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset; }
  100% {
    opacity: 1;
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset; } }
@keyframes animateCheck {
  from {
    stroke-dashoffset: 80; }
  to {
    stroke-dashoffset: 0; } }
.main_navbar .navbar-collapse .navbar-nav {
  gap: 20px;
  align-items: center; }
  .main_navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #2c2c2c;
    transition: ease-in-out 0.5s; }
    .main_navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
      color: #21a086; }

footer.footer_main {
  margin-top: 44px; }
  footer.footer_main .container {
    max-width: 1160px;
    margin: auto; }
  footer.footer_main .footer_company_detail .footer_company_logo {
    max-width: 229px;
    width: 100%;
    margin: 0px auto 20px; }
    footer.footer_main .footer_company_detail .footer_company_logo img {
      width: 100%; }
  footer.footer_main .footer_company_detail h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.02em;
    color: #646464;
    margin-bottom: 20px; }
  footer.footer_main .footer_company_detail p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #646464;
    margin-bottom: 0; }
  footer.footer_main .footer_menu_list h6 {
    margin: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.02em; }
    @media (min-width: 992px) and (max-width: 1199px) {
      footer.footer_main .footer_menu_list h6 {
        margin: 10px 5px; } }
  footer.footer_main .footer_menu_list ul {
    margin: 0px;
    padding: 0;
    list-style: none; }
    footer.footer_main .footer_menu_list ul li a {
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: -0.02em;
      color: #000000;
      text-decoration: none;
      margin: 10px;
      display: inline-block;
      transition: ease-in-out 0.5s; }
      @media (min-width: 992px) and (max-width: 1199px) {
        footer.footer_main .footer_menu_list ul li a {
          font-size: 14px;
          margin: 10px 5px; } }
      footer.footer_main .footer_menu_list ul li a img {
        margin-right: 10px;
        display: inline-block;
        transition: ease-in-out 0.5s; }
      footer.footer_main .footer_menu_list ul li a:hover {
        color: #21a086; }
        footer.footer_main .footer_menu_list ul li a:hover img {
          transform: rotate(360deg); }
  footer.footer_main .footer-multimenu-container {
    max-width: 1320px;
    border-top: 1px solid #e8e8e8;
    margin-top: 24px;
    padding-top: 24px; }
  footer.footer_main .footer_downloadapp {
    max-width: 1320px;
    margin-top: 68px;
    padding: 28px 0px;
    border-top: 1px solid #E8E8E8; }
    @media (min-width: 992px) and (max-width: 1199px) {
      footer.footer_main .footer_downloadapp {
        margin-top: 30px; } }
    footer.footer_main .footer_downloadapp .footer_downloadapp_wrapper span {
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: -0.02em;
      color: #000000;
      display: inline-block;
      margin-right: 48px; }

.mobile_bottom_menu {
  padding-top: 3.25rem; }
  .mobile_bottom_menu .navigation {
    width: 100%;
    height: 79px;
    background: #ffffff;
    box-shadow: 0px -2px 9px 0px #ACACAC40;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    z-index: 1; }
    .mobile_bottom_menu .navigation .listWrap {
      list-style: none;
      display: flex;
      align-items: end;
      justify-content: space-between;
      width: calc(95% + 15px);
      padding: 0;
      margin-bottom: 0px; }
      .mobile_bottom_menu .navigation .listWrap li {
        width: 70px;
        height: 70px;
        position: relative;
        z-index: 1; }
        .mobile_bottom_menu .navigation .listWrap li a {
          text-decoration: none;
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          text-align: center;
          font-weight: 500;
          width: 100%; }
          .mobile_bottom_menu .navigation .listWrap li a:hover {
            text-decoration: none; }
          .mobile_bottom_menu .navigation .listWrap li a .icon {
            position: relative;
            display: block;
            line-height: 1;
            text-align: center;
            transition: 0.5s;
            color: #222327;
            transform: translateY(12px); }
            .mobile_bottom_menu .navigation .listWrap li a .icon ion-icon {
              font-size: 2.2rem; }
          .mobile_bottom_menu .navigation .listWrap li a .text {
            position: absolute;
            color: #8F8F8F;
            font-weight: 400;
            transition: 0.5s;
            transform: translateY(36px);
            font-family: Poppins;
            font-size: 12px;
            font-weight: 400;
            line-height: 18px;
            z-index: 1; }
        .mobile_bottom_menu .navigation .listWrap li:active a .icon, .mobile_bottom_menu .navigation .listWrap li.active a .icon {
          /* transform: translateY(-10px); */
          filter: invert(43%) sepia(94%) saturate(343%) hue-rotate(118deg) brightness(99%) contrast(90%); }
        .mobile_bottom_menu .navigation .listWrap li:active a .text, .mobile_bottom_menu .navigation .listWrap li.active a .text {
          opacity: 1;
          color: #21A086;
          font-weight: 600; }
          .mobile_bottom_menu .navigation .listWrap li.indicator{
            display: none;
          }
@media (max-width: 1199px) {
  .offer_slider_section {
    padding-top: 16px; } }
.offer_slider_section .offer_slider:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  height: 100%;
  background: linear-gradient(270deg, #ffffff 20%, #ffffff00 80%);
  z-index: 1; }
  @media (max-width: 1199px) {
    .offer_slider_section .offer_slider:before {
      display: none; } }
.offer_slider_section .offer_slider .offer_card {
  margin: 0px 14px; }
  @media (max-width: 1199px) {
    .offer_slider_section .offer_slider .offer_card {
      margin: 0px 8px 16px; } }
.offer_slider_section .offer_slider.slick_arrow_btn .slick-next,
.offer_slider_section .offer_slider.slick_arrow_btn .slick-prev {
  top: 30%;
  z-index: 1; }
.offer_slider_section .offer_slider.slick_arrow_btn .slick-prev {
  left: 1.5%; }
.offer_slider_section .offer_slider.slick_arrow_btn .slick-next {
  right: -0.5%; }

.rtq_section {
  padding-bottom: 68px; }
  @media (max-width: 1199px) {
    .rtq_section {
      padding-top: 16px;
      padding-bottom: 16px; } }
  .rtq_section .rtq_slider .farm_card {
    margin: 0px 12px 12px; }
    @media (max-width: 1199px) {
      .rtq_section .rtq_slider .farm_card {
        margin: 0px 16px 16px; } }
    .rtq_section .rtq_slider .farm_card .farm_img {
      border: 1px solid #e5e5e5; }
      @media (min-width: 992px) {
        .rtq_section .rtq_slider .farm_card .farm_img {
          border-bottom: none; } }

@media (max-width: 1199px) {
  .bpc_section {
    padding-bottom: 8px; } }
@media (max-width: 767px) {
  .bpc_section .col-6:nth-child(odd) {
    padding-right: 4px; } }
@media (max-width: 767px) {
  .bpc_section .col-6:nth-child(even) {
    padding-left: 4px; } }

.listing_booking_section {
  padding-bottom: 8px; }

@media (max-width: 1199px) {
  .affordable_section,
  .toprated_section {
    background: #1F2F28;
    padding: 20px 0px; } }
.affordable_section .affordable_slider .farm_card,
.toprated_section .affordable_slider .farm_card {
  margin: 8px 8px 20px; }
  @media (max-width: 1199px) {
    .affordable_section .affordable_slider .farm_card,
    .toprated_section .affordable_slider .farm_card {
      margin: 8px 16px 20px; } }

@media (max-width: 1199px) {
  .mostvisited_section,
  .highlyrecommended_section,
  .mostpopular_section {
    padding: 20px 0px; } }
.mostvisited_section .affordable_slider .farm_card,
.highlyrecommended_section .affordable_slider .farm_card,
.mostpopular_section .affordable_slider .farm_card {
  margin: 8px 8px 20px; }
  @media (max-width: 1199px) {
    .mostvisited_section .affordable_slider .farm_card,
    .highlyrecommended_section .affordable_slider .farm_card,
    .mostpopular_section .affordable_slider .farm_card {
      margin: 8px 16px 20px; } }

@media (max-width: 1199px) {
  .farmcard_section {
    padding: 32px 0px; } }

.looking_for_section {
  background: #f5f5f5;
  padding: 62px 0px 55px;
  margin-top: 6rem; }
  @media (max-width: 1199px) {
    .looking_for_section {
      margin-top: 4rem; } }
  @media (max-width: 991px) {
    .looking_for_section {
      padding: 50px 0px 24px;
      margin-top: 4px; } }
  @media (max-width: 575px) {
    .looking_for_section {
      padding: 30px 0px 24px; } }
  .looking_for_section .looking_for_vector {
    position: absolute;
    right: -5%;
    top: -10rem; }
    @media (max-width: 1439px) {
      .looking_for_section .looking_for_vector {
        right: 0%; } }
    @media (max-width: 1199px) {
      .looking_for_section .looking_for_vector {
        right: 0px;
        top: -7rem;
        width: 55%; } }
    @media (max-width: 991px) {
      .looking_for_section .looking_for_vector {
        max-width: 195px;
        top: -2.5rem;
        right: 0px; } }
    @media (max-width: 767px) {
      .looking_for_section .looking_for_vector {
        top: -1rem; } }
  @media (max-width: 1199px) {
    .looking_for_section .looking_for_left_wrapper h2 {
      font-size: 32px;
      font-weight: 800;
      line-height: 50px;
      padding-right: 48%; } }
  @media (max-width: 991px) {
    .looking_for_section .looking_for_left_wrapper h2 {
      font-size: 20px;
      line-height: 27.28px; } }
  @media (max-width: 1199px) {
    .looking_for_section .looking_for_left_wrapper p {
      font-size: 24px;
      font-weight: 400;
      line-height: 32.74px;
      padding-right: 44%; } }
  @media (max-width: 991px) {
    .looking_for_section .looking_for_left_wrapper p {
      font-size: 14px;
      line-height: 19.1px;
      margin-bottom: 20px; } }
  .looking_for_section .looking_for_left_wrapper .btn_primary {
    font-family: "Nunito", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 43.65px;
    letter-spacing: -0.02em;
    text-transform: inherit;
    padding: 22px 40px;
    border-radius: 18px; }
    @media (max-width: 1199px) {
      .looking_for_section .looking_for_left_wrapper .btn_primary {
        font-size: 22px;
        font-weight: 700;
        line-height: 43.65px;
        letter-spacing: -0.02em;
        padding: 9px 40px;
        border-radius: 8px; } }
    @media (max-width: 991px) {
      .looking_for_section .looking_for_left_wrapper .btn_primary {
        font-size: 16px;
        line-height: 21.82px;
        width: 100%; } }

.leading_section {
  margin-top: 80px;
  padding: 44px 0px;
  border-top: 1px solid #E8E8E8; }
  @media (max-width: 991px) {
    .leading_section {
      margin-top: 0;
      padding: 0px 0px 36px;
      border-top: none; } }
  .leading_section .leading_wrapper {
    max-width: 914px;
    margin: 44px auto 0px;
    box-shadow: 0px 4px 10px 0px #92929240;
    border: 0.4px solid #f0f0f0;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .leading_section .leading_wrapper {
        margin: 0px;
        padding: 0px 0px 0px 12px; } }
    .leading_section .leading_wrapper .leading_left_wrapper h4 {
      font-size: 20px;
      font-weight: 600;
      line-height: 30px;
      color: #2c2c2c;
      margin-bottom: 8px;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .leading_section .leading_wrapper .leading_left_wrapper h4 {
          font-size: 14px;
          font-weight: 700;
          line-height: 21px;
          margin-bottom: 2px; } }
    .leading_section .leading_wrapper .leading_left_wrapper .leading_left_inner {
      display: inline-flex;
      align-items: center;
      flex-wrap: wrap; }
      .leading_section .leading_wrapper .leading_left_wrapper .leading_left_inner p {
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        color: #8f8f8f;
        margin: 0px 20px 0px 0px; }
        @media (max-width: 991px) {
          .leading_section .leading_wrapper .leading_left_wrapper .leading_left_inner p {
            font-size: 12px;
            font-weight: 400;
            line-height: 18px;
            margin-right: 2px; } }
      @media (max-width: 991px) {
        .leading_section .leading_wrapper .leading_left_wrapper .leading_left_inner .viewall_link {
          font-size: 12px;
          font-weight: 700;
          line-height: 18px; } }
    @media (max-width: 991px) {
      .leading_section .leading_wrapper .leading_right_wrapper {
        max-width: 38%;
        height: 70px; } }
    @media (max-width: 991px) {
      .leading_section .leading_wrapper .leading_right_wrapper img {
        width: 100%;
        height: 100%; } }

.appnow_wrapper {
  background: #21a086;
  padding: 22px 64px 0px 74px;
  border-radius: 10px; }
  .appnow_wrapper .appnow_left_wrapper .appnow_logo {
    padding: 9px 18px;
    background: #ffffff;
    max-width: 175px;
    border-radius: 8px;
    margin-bottom: 24px; }
  .appnow_wrapper .appnow_left_wrapper h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 48.05px;
    margin-bottom: 8px;
    color: #ffffff; }
  .appnow_wrapper .appnow_left_wrapper p {
    font-size: 18px;
    font-weight: 400;
    line-height: 29.16px;
    color: #ffffff; }

.receive_code_txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #646464; }
  @media (max-width: 767px) {
    .receive_code_txt {
      font-size: 14px; } }

@media (max-width: 767px) {
  .receivecode_btn .btn_linear_primary {
    padding: 9px; } }

.otp_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px; }
  @media (max-width: 767px) {
    .otp_wrapper {
      gap: 8px; } }
  .otp_wrapper .otp_control {
    background: linear-gradient(180deg, #f7f7f7 0%, rgba(247, 247, 247, 0) 139.29%);
    border: 1px solid #b9b9b9;
    width: 49px;
    height: 52px;
    border-radius: 8px;
    padding: 4px;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    outline: none; }
    @media (max-width: 767px) {
      .otp_wrapper .otp_control {
        width: 42px;
        height: 42px; } }
    .otp_wrapper .otp_control:focus {
      border-color: #21a086; }
  .otp_wrapper .otp_control[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; }
  .otp_wrapper .otp_control[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; }

.referral_control .btn_line_primary {
  min-width: 162px;
  min-height: 48px;
  margin-bottom: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #21a086;
  border-radius: 8px;
  box-shadow: 0px 4px 15px 0px #4f4f4f2e;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .referral_control .btn_line_primary {
      width: 100%; } }
.referral_control .referral_code_remove {
  min-width: 162px;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .referral_control .referral_code_remove {
      width: 100%;
      text-align: right;
      margin-bottom: 5px; } }

.referral_code_wrapper .referral_icon {
  min-width: 44px;
  margin-right: 10px; }
  @media (max-width: 767px) {
    .referral_code_wrapper .referral_icon {
      min-width: 36px; } }
.referral_code_wrapper .referral_code_inner h4 {
  font-size: 16px;
  line-height: 24px; }
  @media (max-width: 767px) {
    .referral_code_wrapper .referral_code_inner h4 {
      font-size: 14px; } }
.referral_code_wrapper .referral_code_inner p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #737373; }
  @media (max-width: 767px) {
    .referral_code_wrapper .referral_code_inner p {
      font-size: 12px; } }

.successmsg_modal .successmsg_wrapper img {
  max-width: 300px;
  width: 100%;
  margin: auto;
  display: block;
  margin-bottom: 44px; }
  @media (max-width: 991px) {
    .successmsg_modal .successmsg_wrapper img {
      max-width: 150px;
      margin-bottom: 20px; } }

.location_modal .location_wrapper img {
  max-width: 274px;
  width: 100%;
  margin: auto;
  display: block;
  margin-bottom: 44px; }
  @media (max-width: 991px) {
    .location_modal .location_wrapper img {
      max-width: 150px;
      margin-bottom: 20px; } }
.location_modal .location_wrapper h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #2c2c2c; }
  @media (max-width: 991px) {
    .location_modal .location_wrapper h4 {
      font-size: 18px; } }

.bonus_modal .bonus_wrapper img {
  max-width: 146px;
  width: 100%;
  margin: auto;
  margin-bottom: 27px;
  display: block; }
  @media (max-width: 767px) {
    .bonus_modal .bonus_wrapper img {
      max-width: 120px; } }
.bonus_modal .modal-content {
  border-radius: 40px; }

.area_wallet_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0px; }
  .area_wallet_wrapper .area_inner .area_select h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 0px;
    margin-right: 5px; }
  .area_wallet_wrapper .area_inner .area_range input {
    color: #737373;
    width: auto;
    max-width: 60px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    position: relative;
    border: none;
    border-bottom: 1px #646464;
    border-bottom-style: dashed;
    padding: 0px;
    margin-right: 8px; }
  .area_wallet_wrapper .area_inner .area_range span {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #737373; }
  .area_wallet_wrapper .wallet_btn a {
    border: 1px solid #ffffff;
    box-shadow: 0px 4px 8px 0px #CECECE40;
    background: linear-gradient(180deg, #F7F7F7 0%, rgba(247, 247, 247, 0) 139.29%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: ease-in-out 0.5s; }
    .area_wallet_wrapper .wallet_btn a:hover {
      border-color: #21a086; }
  .area_wallet_wrapper .wallet_btn label {
    position: absolute;
    top: 0px;
    left: -23px;
    background: linear-gradient(180deg, #21a086 0%, #00725A 100%);
    font-size: 11px;
    font-weight: 400;
    line-height: 11px;
    color: #ffffff;
    padding: 3px 4px;
    border-radius: 4px;
    font-family: "Nunito", sans-serif; }
    .area_wallet_wrapper .wallet_btn label span {
      font-family: "Poppins", sans-serif; }

.showlisting_section p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #737373; }
@media (max-width: 575px) {
  .showlisting_section .btn_line_primary {
    width: 100%; } }

.bedrooms_wrapper .bedrooms_inner .select_tag span {
  min-width: 28px;
  height: 28px;
  text-align: center;
  padding: 5px 10px; }
.bedrooms_wrapper .bedrooms_inner .select_tag:last-child span {
  padding: 5px; }

.pricerange_wrapper .pricerange_inner .noUi-horizontal {
  background: #E2E8F0;
  height: 4px;
  border: none;
  box-shadow: none;
  margin: 0px 0px 0px 10px; }
  .pricerange_wrapper .pricerange_inner .noUi-horizontal .noUi-base .noUi-connect {
    background: #21a086; }
  .pricerange_wrapper .pricerange_inner .noUi-horizontal .noUi-base .noUi-origin .noUi-handle {
    border: 2px solid #21a086;
    width: 12px;
    height: 12px;
    background: #ffffff;
    box-shadow: none;
    border-radius: 50%;
    right: -1px;
    top: -4px; }
    .pricerange_wrapper .pricerange_inner .noUi-horizontal .noUi-base .noUi-origin .noUi-handle::before, .pricerange_wrapper .pricerange_inner .noUi-horizontal .noUi-base .noUi-origin .noUi-handle::after {
      display: none; }
.pricerange_wrapper .pricerange_inner .pricerange_control_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .pricerange_wrapper .pricerange_inner .pricerange_control_wrapper .pricerange_control {
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    padding: 1px 12px;
    max-width: 148px;
    width: 100%; }
    .pricerange_wrapper .pricerange_inner .pricerange_control_wrapper .pricerange_control span {
      font-size: 12px;
      font-weight: 400;
      line-height: 16px;
      color: #646464; }
    .pricerange_wrapper .pricerange_inner .pricerange_control_wrapper .pricerange_control .pricerange_input {
      display: inline-flex;
      align-items: center; }
      .pricerange_wrapper .pricerange_inner .pricerange_control_wrapper .pricerange_control .pricerange_input small {
        font-family: "Nunito", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        padding-top: 3px;
        margin-right: 2px; }
      .pricerange_wrapper .pricerange_inner .pricerange_control_wrapper .pricerange_control .pricerange_input input {
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        width: 100%;
        border: none;
        outline: none;
        color: #2c2c2c; }
  .pricerange_wrapper .pricerange_inner .pricerange_control_wrapper .range_separate_line {
    height: 1px;
    width: 16px;
    background: #E8E8E8;
    margin: 0px 7px; }

.sortby_list_wrapper .sortby_list {
  padding: 12px 16px; }
  .sortby_list_wrapper .sortby_list .form-check .form-check-label h6 {
    font-size: 16px;
    line-height: 24px; }
  .sortby_list_wrapper .sortby_list .form-check .form-check-input {
    border: none;
    box-shadow: none;
    filter: none; }
    .sortby_list_wrapper .sortby_list .form-check .form-check-input:checked {
      background-image: url("../images/checkgreen-icon.svg");
      background-size: 16px; }
      .sortby_list_wrapper .sortby_list .form-check .form-check-input:checked + .form-check-label h6 {
        font-weight: 600;
        color: #21a086; }

.fsure_list_wrapper .fsure_list {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  gap: 10px; }
  .fsure_list_wrapper .fsure_list h6 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #737373;
    padding-top: 3px; }
  .fsure_list_wrapper .fsure_list img {
    width: 24px;
    height: 24px; }

.mywishlist_wrapper .villa_details_card:hover .villa_details h4 {
  color: #21a086; }
.mywishlist_wrapper .villa_details_card .villa_details h4 {
  transition: ease 0.5s; }

.create_wishlist {
  margin-bottom: 20px;
  text-decoration: none; }
  .create_wishlist .icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    transition: ease 0.5s; }
    .create_wishlist .icon img {
      transition: ease 0.5s; }
  .create_wishlist h6 {
    transition: ease 0.5s; }
  .create_wishlist:hover .icon {
    background: #21a086;
    border-color: #21a086; }
    .create_wishlist:hover .icon img {
      filter: brightness(0) invert(1); }
  .create_wishlist:hover h6 {
    color: #21a086; }

.savenewlist_msg {
  border: 1px solid #E8E8E8;
  background: #ffffff;
  box-shadow: 0px 4px 15px 0px #4F4F4F2E;
  max-width: 360px;
  width: 100%;
  margin: auto;
  padding: 12px 16px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out 0.5s;
  transform: translateY(100%);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }
  .savenewlist_msg .savenewlist_inner .savenewlist_img {
    width: 24px;
    min-width: 24px;
    height: 24px;
    border-radius: 4px;
    overflow: hidden; }
    .savenewlist_msg .savenewlist_inner .savenewlist_img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top center; }
  .savenewlist_msg.show {
    transform: translateY(-28px);
    opacity: 1;
    visibility: visible; }

.property_slider_section .property_slider .property_img {
  height: 320px; }
  .property_slider_section .property_slider .property_img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.property_slider_section .property_slider .slick-dots {
  position: relative;
  top: -30px; }
  .property_slider_section .property_slider .slick-dots li button {
    background: #ffffff; }
  .property_slider_section .property_slider .slick-dots li.slick-active button {
    background: #21a086; }

.property_address {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #646464;
  margin-bottom: 0px; }
  .property_address .seperator {
    width: 4px;
    height: 4px;
    display: inline-block;
    background: #e7e7e7;
    border-radius: 50px; }

.property_rr_section {
  border: 1px solid #E8E8E8;
  box-shadow: 0px 4px 15px 0px #B5B5B52E;
  border-radius: 12px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: center; 
  width: fit-content;
}
  .property_rr_section .rr_wrapper h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-align: center;
    color: #2c2c2c;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px; }
  .property_rr_section .rr_wrapper a {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #2c2c2c;
    transition: ease-in-out 0.5s; }
    .property_rr_section .rr_wrapper a:hover {
      color: #FC7144; }
  .property_rr_section .fsure-badge {
    text-align: center;
    padding: 0px 20px;
    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8; }
    .property_rr_section .fsure-badge h4 {
      font-size: 18px;
      font-style: italic;
      font-weight: 700;
      line-height: 27px;
      color: #FC7144;
      margin-bottom: 2px; }

.property_detail_section,
.guest_capacity_section {
  padding-bottom: 40px; }

.offers_section {
  padding: 40px 0px; }

.aboutproperty_section .aboutproperty_wrapper {
  border-top: 1px solid #E8E8E8;
  padding: 24px 0px 40px; }
.aboutproperty_section .aboutproperty_wrapper p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.guest_capacity_card {
  border: 1px solid #E8E8E8;
  margin-right: 16px;
  border-radius: 10px;
  padding: 12px; }
  .guest_capacity_card .guest_capacity_count {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px; }

.amenities_section {
  padding: 40px 0px; }
  .amenities_section .amenities_listing {
    list-style: none;
    padding: 0px;
    margin: 0; }
    .amenities_section .amenities_listing .amenities_list {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 12px; }
      .amenities_section .amenities_listing .amenities_list .amenities_icon {
        min-width: 20px;
        height: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative; }
        .amenities_section .amenities_listing .amenities_list .amenities_icon.not_allowed:before {
          content: '';
          position: absolute;
          top: -1px;
          left: 0px;
          right: 0px;
          margin: auto;
          width: 1.25px;
          height: 105%;
          background: #646464;
          transform: rotate(42deg); }
        .amenities_section .amenities_listing .amenities_list .amenities_icon img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
      .amenities_section .amenities_listing .amenities_list h5 {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 0px;
        color: #646464; }

.houserules_section {
  padding: 40px 0px; }
  .houserules_section .houserules_list_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px; }
    .houserules_section .houserules_list_wrapper .houserules_list {
      list-style: none;
      padding: 0px;
      margin: 0; }
      .houserules_section .houserules_list_wrapper .houserules_list li {
        display: flex;
        align-items: center;
        gap: 6px;
        margin-bottom: 16px; }
        .houserules_section .houserules_list_wrapper .houserules_list li .houserules_icon {
          width: 22px;
          height: 22px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          background: #21A0861A;
          border-radius: 50px;
          padding: 4px; }
          .houserules_section .houserules_list_wrapper .houserules_list li .houserules_icon.not_allow {
            background: #F540271A;
            padding: 6px; }
        .houserules_section .houserules_list_wrapper .houserules_list li h6 {
          font-size: 14px;
          font-weight: 400;
          line-height: 21px;
          margin-bottom: 0px; }

.deposit_card {
  display: flex;
  align-items: center;
  border: 1px solid #E8E8E8;
  background: linear-gradient(180deg, #F7F7F7 0%, #f7f7f700 139.29%);
  border-radius: 12px;
  padding: 12px;
  gap: 12px;
  margin-bottom: 12px; }
  .deposit_card .deposit_icon {
    min-width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #E8EFE9;
    border-radius: 50px; }
  .deposit_card .deposit_detail h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 8px; }
    .deposit_card .deposit_detail h5 span {
      font-family: "Nunito", sans-serif;
      font-weight: bold; }
    .deposit_card .deposit_detail h5 label {
      font-size: 12px;
      font-weight: 400;
      line-height: 18px;
      color: #737373;
      margin-left: 4px; }

.morerules_wrapper {
  border: 1px solid #E8E8E8;
  padding: 12px;
  border-radius: 12px;
  margin-bottom: 20px; }
  .morerules_wrapper ul {
    list-style: none;
    padding: 0px;
    margin: 0; }
    .morerules_wrapper ul li {
      font-size: 12px;
      font-weight: 400;
      line-height: 18px;
      color: #737373;
      position: relative;
      padding-left: 15px;
      margin-bottom: 8px; }
      .morerules_wrapper ul li:before {
        content: '';
        position: absolute;
        top: 7px;
        left: 5px;
        width: 3px;
        height: 3px;
        background: #737373;
        border-radius: 50px; }
      .morerules_wrapper ul li:last-child {
        margin-bottom: 0px; }

.fhhshield_section .container {
  padding: 20px 15px;
  margin-bottom: 40px;
  background: linear-gradient(277.31deg, #C6E9B9 0%, #fef8c41a 104.32%); 
}
  .fhhshield_section h5 {
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 27px;
    display: inline-flex; }
    .fhhshield_section h5 span {
      background: linear-gradient(180deg, #21a086 0%, #00725A 100%);
      webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent; }

.location_section,
.meet_host_section {
  padding: 40px 0px; }

.review_rating_section {
  padding: 40px 0px; }
  .review_rating_section .rating_card {
    border: 1px solid #b9b9b9;
    border-radius: 12px;
    padding: 20px;
    background: #ffffff; }
    .review_rating_section .rating_card .fsure_badge {
      font-size: 18px;
      font-style: italic;
      font-weight: 700;
      line-height: 27px;
      color: #FC7144;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      margin-bottom: 16px; }
    .review_rating_section .rating_card p {
      color: #737373;
      text-align: center; }
    .review_rating_section .rating_card .rating_inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      max-width: 200px;
      margin: auto;
      gap: 12px; }
      .review_rating_section .rating_card .rating_inner .review_count span {
        color: #646464;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        padding-top: 1px; }
      .review_rating_section .rating_card .rating_inner .rating_count,
      .review_rating_section .rating_card .rating_inner .review_count {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        display: inline-flex;
        align-items: center;
        gap: 6px; }
    .review_rating_section .rating_card hr {
      border-color: #b9b9b9; }
    .review_rating_section .rating_card .property_service_wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px; }
      .review_rating_section .rating_card .property_service_wrapper .rateing_ps {
        max-width: 149px;
        width: 100%;
        background: #f8f8f8;
        border: 1px solid #E8E8E8;
        padding: 11px;
        border-radius: 4px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 4px; }
        .review_rating_section .rating_card .property_service_wrapper .rateing_ps h5 {
          font-size: 12px;
          font-weight: 500;
          line-height: 18px;
          margin-bottom: 0;
          color: #737373; }
        .review_rating_section .rating_card .property_service_wrapper .rateing_ps span {
          display: inline-flex;
          align-items: center;
          gap: 4px;
          font-size: 14px;
          font-weight: 600;
          line-height: 21px;
          color: #FC7144; }
  .review_rating_section .review_card .review_card_inner {
    border: 1px solid #E8E8E8;
    box-shadow: 0px 4px 15px 0px #B5B5B52E;
    background: #ffffff;
    padding: 16px 20px;
    border-radius: 12px;
    margin: 0px 12px 20px 0px; }
    .review_rating_section .review_card .review_card_inner p {
      color: #737373;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      margin-bottom: 20px; }
    .review_rating_section .review_card .review_card_inner label {
      font-size: 12px;
      font-weight: 400;
      line-height: 18px;
      color: #646464;
      display: inline-flex;
      align-items: center; }
      .review_rating_section .review_card .review_card_inner label .separator {
        width: 4px;
        height: 4px;
        display: inline-block;
        background: #e7e7e7;
        border-radius: 50px;
        margin: 0px 5px; }

.meethost_wrapper .meetuser_inner {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px; }
  .meethost_wrapper .meetuser_inner .meetuser_info {
    display: flex;
    align-items: center;
    gap: 12px; }
    .meethost_wrapper .meetuser_inner .meetuser_info .meetuser_img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      overflow: hidden;
      background: #DBD1FC; }
      .meethost_wrapper .meetuser_inner .meetuser_info .meetuser_img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
.meethost_wrapper .meet_list {
  list-style: none;
  margin: 0px;
  padding: 0px; }
  .meethost_wrapper .meet_list li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #646464; }
    .meethost_wrapper .meet_list li .meet_icon {
      min-width: 20px;
      height: 20px;
      display: inline-flex;
      align-items: center;
      justify-content: center; }

.protect_payment_card {
  background: #6ADAC321;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 12px; }
  .protect_payment_card .protect_payment_icon {
    min-width: 26px; }
  .protect_payment_card p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #21a086;
    margin-bottom: 0; }

.similar_properties_section {
  padding: 28px 0px 12px; }

.contactsupport_section .container {
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  padding: 28px 0px;
  margin-bottom: 26px; }

.contactsupport_link {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: #21a086;
  text-decoration: none;
  transition: all 0.7s; }
  .contactsupport_link span {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #FFF1F1;
    margin-right: 12px;
    transition: ease 0.7s; }
    .contactsupport_link span img {
      transition: ease 0.7s; }
  .contactsupport_link:hover {
    color: #FC7144; }
    .contactsupport_link:hover span {
      background: #FC7144; }
      .contactsupport_link:hover span img {
        filter: brightness(0) invert(1); }

.booknow_section {
  border-radius: 12px 12px 0px 0px; }
  @media (max-width: 1199px) {
    .booknow_section {
      bottom: 79px !important; } }
  .booknow_section .booknow_detail {
    background: #FFE8C7;
    /* border-radius: 12px 12px 0px 0px; */
    padding: 12px 0px; }
    .booknow_section .booknow_detail .booknow_detail_inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px; }
      .booknow_section .booknow_detail .booknow_detail_inner .booknow_info {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px;
        margin-bottom: 0px;
        color: #FC7144; }
      .booknow_section .booknow_detail .booknow_detail_inner a {
        line-height: 1; }
  .booknow_section .booknow_wrapper {
    padding: 12px 0px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .booknow_section .booknow_wrapper .booknow_left .booknow_total_price {
      display: flex;
      align-items: center;
      gap: 3px; }
      .booknow_section .booknow_wrapper .booknow_left .booknow_total_price h4 {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        color: #2c2c2c;
        margin-bottom: 0px; }
        .booknow_section .booknow_wrapper .booknow_left .booknow_total_price h4 span {
          font-family: "Nunito", sans-serif; }
      .booknow_section .booknow_wrapper .booknow_left .booknow_total_price del {
        color: #646464;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        padding-bottom: 3px; }
        .booknow_section .booknow_wrapper .booknow_left .booknow_total_price del span {
          font-family: "Nunito", sans-serif; }
    .booknow_section .booknow_wrapper .booknow_right {
      max-width: 176px;
      width: 100%; }

.contactsupport_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: linear-gradient(180deg, #F7F7F7 0%, rgba(247, 247, 247, 0) 139.29%);
  border: 1px solid #E8E8E8;
  border-radius: 12px;
  padding: 20px 12px;
  text-decoration: none;
  margin-bottom: 16px;
  transition: ease-in-out 0.5s; }
  .contactsupport_btn .contactsupport_left {
    display: inline-flex;
    align-items: center;
    gap: 12px; }
    .contactsupport_btn .contactsupport_left .contactsupport_icon {
      background: #E8EFE9;
      width: 48px;
      height: 48px;
      border-radius: 50px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: ease-in-out 0.5s; }
  .contactsupport_btn:hover {
    border-color: #21a086; }
    .contactsupport_btn:hover .contactsupport_left .contactsupport_icon {
      transform: rotate(360deg); }

.fhhshield_banner_section {
  background: linear-gradient(166.45deg, #77C6B6 -0.82%, #0B866D 49.05%);
  padding-bottom: 88px; }
  .fhhshield_banner_section .fhhshield_banner_wrapper .fhhshield_banner_img {
    max-width: 195px;
    margin: 10px auto 24px; }
  .fhhshield_banner_section .fhhshield_banner_wrapper h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    color: #ffffff;
    margin-bottom: 10px; }
  .fhhshield_banner_section .fhhshield_banner_wrapper h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 27px;
    color: #ffffff;
    margin-bottom: 0px; }

.fhhshield_does_section {
  background: #ECFFFB;
  box-shadow: 0px -10px 24px 0px #8CA68214;
  border-radius: 20px 20px 0px 0px;
  position: relative;
  margin-top: -20px;
  padding: 30px 4px; }
  .fhhshield_does_section h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    margin-bottom: 20px; }
  .fhhshield_does_section .fhhshield_does_card {
    background: #ffffff;
    box-shadow: 0px 5px 15px 0px #0000001C;
    padding: 16px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 14px; }
    .fhhshield_does_section .fhhshield_does_card .fhhshield_does_left h5 {
      font-size: 16px;
      font-weight: 700;
      line-height: 27px;
      margin-bottom: 5px;
      color: #2c2c2c; }
    .fhhshield_does_section .fhhshield_does_card .fhhshield_does_left p {
      font-size: 12px;
      font-weight: 400;
      line-height: 19.2px;
      color: #646464;
      margin-bottom: 0px; }
    .fhhshield_does_section .fhhshield_does_card .fhhshield_does_right {
      min-width: 100px; }

.property_fullimg_section .property_fullimg {
  border-radius: 4px;
  overflow: hidden;
  max-width: 724px;
  width: 100%;
  margin: auto; }
  .property_fullimg_section .property_fullimg img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.property_multiimg_section .property_multiimg {
  max-width: 163px;
  width: 100%;
  height: 128px;
  overflow: hidden;
  border-radius: 4px; }
  @media (max-width: 575px) {
    .property_multiimg_section .property_multiimg {
      max-width: 160px; } }
  .property_multiimg_section .property_multiimg img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.property_fullvideo {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 1em;
  border-radius: 4px; }
  .property_fullvideo .property_video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    max-height: 278px;
    width: 100%;
    border: 0; }
  .property_fullvideo.property_fullvideo_4_3 {
    padding-bottom: 40%; }
    @media (max-width: 767px) {
      .property_fullvideo.property_fullvideo_4_3 {
        padding-bottom: 50%; } }
    @media (max-width: 575px) {
      .property_fullvideo.property_fullvideo_4_3 {
        padding-bottom: 75%; } }

.rules_wrapper {
  border: 1px solid #E8E8E8;
  padding: 16px;
  border-radius: 12px;
  list-style: none;
  margin: 0px 0px 20px 0px; }
  .rules_wrapper .rules_list {
    display: flex;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 16px;
    margin-bottom: 20px; }
    .rules_wrapper .rules_list .rules_icon {
      min-width: 24px;
      height: 24px;
      background: #21A0861A;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50px;
      margin-right: 8px; }
      .rules_wrapper .rules_list .rules_icon.not_allowed {
        background: #F540271A; }
    .rules_wrapper .rules_list:last-child {
      margin-bottom: 0px;
      border-bottom: none; }

.messagehost_section {
  max-height: calc(100% - 78px); }

.available_book_block {
  background: linear-gradient(180deg, #F7F7F7 0%, rgba(247, 247, 247, 0) 139.29%);
  border: 1px solid #E8E8E8;
  padding: 16px;
  border-radius: 12px; }

.chathost_intro label {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #21a086;
  text-decoration: underline; }

.chathost_section {
  max-height: calc(100% - 210px); }
  .chathost_section .chathost_wrapper .day_label label {
    background: #EBEBEB;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    padding: 3px 20px;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    margin: 16px 0px 20px; }
  .chathost_section .chathost_wrapper .host_msg {
    background: #EBEDED;
    color: #2c2c2c;
    border-radius: 0px 20px 20px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 8px 12px;
    max-width: calc(100% - 105px);
    margin: 8px 0px; }
    .chathost_section .chathost_wrapper .host_msg span {
      font-size: 10px;
      font-weight: 400;
      line-height: 15px;
      text-align: right;
      display: block;
      color: #737373; }
  .chathost_section .chathost_wrapper .my_msg {
    background: #21a086;
    color: #ffffff;
    border-radius: 20px 0px 20px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 8px 12px;
    max-width: calc(100% - 105px);
    margin: 8px 0px 8px auto; }
    .chathost_section .chathost_wrapper .my_msg span {
      display: flex;
      align-items: end;
      justify-content: end;
      font-size: 10px;
      font-weight: 400;
      line-height: 11px;
      text-align: right; }
  .chathost_section .hostsendmsg_wrapper {
    display: flex;
    align-items: center;
    gap: 12px; }
    .chathost_section .hostsendmsg_wrapper .hostsendmsg_control {
      background: #F6F8F9;
      border: 2px solid #F6F8F9;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      padding: 7px 16px;
      border-radius: 8px;
      outline: none;
      width: 100%; }
      .chathost_section .hostsendmsg_wrapper .hostsendmsg_control:focus {
        border-color: #21a086; }
    .chathost_section .hostsendmsg_wrapper a {
      min-width: 40px;
      height: 40px;
      border-radius: 8px;
      background: #21a086;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 2px solid #21a086;
      transition: ease-in-out 0.5s; }
      .chathost_section .hostsendmsg_wrapper a:hover {
        background: #ffffff; }
        .chathost_section .hostsendmsg_wrapper a:hover img {
          filter: invert(47%) sepia(78%) saturate(396%) hue-rotate(118deg) brightness(95%) contrast(91%); }

.who_wrapper {
  min-height: calc(100vh - 240px); }
  .who_wrapper .who_card {
    box-shadow: 0px 4px 15px 0px #B5B5B52E;
    border: 1px solid #E8E8E8;
    padding: 20px;
    border-radius: 20px; }
    .who_wrapper .who_card .accordion-header .accordion-button {
      font-size: 20px;
      font-weight: 600;
      line-height: 30px; }
    .who_wrapper .who_card .searchedit_wrapper .when {
      max-width: 190px;
      width: 100%; }

.whocoming_count_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 8px;
  border-bottom: 1px solid #E8E8E8; }
  .whocoming_count_wrapper .whocoming_label h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #2c2c2c;
    margin-bottom: 4px; }
  .whocoming_count_wrapper .whocoming_label label {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #646464; }
  .whocoming_count_wrapper .whocoming_count {
    display: flex;
    align-items: center;
    gap: 12px; }
    .whocoming_count_wrapper .whocoming_count a {
      width: 18px;
      height: 18px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #646464;
      color: #646464;
      text-decoration: none;
      border-radius: 50px;
      font-size: 16px;
      line-height: 1;
      padding: 2px 0px 0px 0px;
      transition: ease-in-out 0.5s; }
      .whocoming_count_wrapper .whocoming_count a:first-child {
        padding-left: 2px; }
      .whocoming_count_wrapper .whocoming_count a:hover {
        background: #646464;
        color: #ffffff; }
      .whocoming_count_wrapper .whocoming_count a.disabled {
        color: #737373;
        border-color: #737373;
        pointer-events: none; }
    .whocoming_count_wrapper .whocoming_count input[type="text"] {
      font-size: 20px;
      font-weight: 500;
      line-height: 21px;
      color: #2c2c2c;
      max-width: 15px;
      padding: 0px;
      border: none;
      text-align: center;
      border-bottom: 1px solid #2c2c2c;
      border-radius: 0 !important;
      outline: none; }
    .whocoming_count_wrapper .whocoming_count input[type="text"]::placeholder {
      color: #2c2c2c; }
  .whocoming_count_wrapper:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none; }

.savedbooking_card {
  background: linear-gradient(113.16deg, #FA5458 0%, #FFCD00 100%);
  border: 1px solid #ffffff;
  padding: 16px;
  border-radius: 12px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px; }

.special_request_block {
  background: #ffffff;
  padding: 14px 16px;
  border: 1px solid #E8E8E8;
  border-radius: 12px; }
  .special_request_block input[type="text"] {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #737373;
    border: none;
    outline: none; }

.staydetails_card {
  background: #ffffff;
  padding: 16px;
  border-radius: 12px; }
  .staydetails_card .stay_inout_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px; }
    .staydetails_card .stay_inout_inner .stay_inout_subinner label {
      font-size: 12px;
      font-weight: 400;
      line-height: 18px;
      color: #737373;
      margin-bottom: 12px;
      text-transform: uppercase; }
    .staydetails_card .stay_inout_inner .stay_inout_subinner h5 {
      font-size: 16px;
      font-weight: 500;
      line-height: 20px; }
      .staydetails_card .stay_inout_inner .stay_inout_subinner h5 span {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        color: #646464; }
    .staydetails_card .stay_inout_inner .stay_night_label {
      border: 1px solid #E8E8E8;
      font-size: 12px;
      font-weight: 500;
      line-height: 16px;
      min-width: 36px;
      width: 36px;
      height: 36px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50px; }
  .staydetails_card hr {
    border-color: #E8E8E8;
    opacity: 1; }

.wallet_card {
  border: 1px solid #E8E8E8;
  background: #ffffff;
  padding: 16px;
  border-radius: 12px; }
  .wallet_card .wallet_coin label {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #21a086; }
    .wallet_card .wallet_coin label span {
      font-family: "Nunito", sans-serif; }

.couponbenefit_card {
  margin-bottom: 16px; }
  .couponbenefit_card .couponbenefit_inner {
    border: 1px #E8E8E8;
    border-style: dashed;
    padding: 12px 16px 32px;
    background: #ffffff;
    border-radius: 12px; }
  .couponbenefit_card .viewmore_coupens {
    position: relative;
    margin-top: -10px; }
    .couponbenefit_card .viewmore_coupens a {
      width: 100%;
      display: block;
      text-align: center;
      font-size: 12px;
      font-weight: 500;
      line-height: 18px;
      color: #594800;
      background: #FBCA01;
      padding: 8px;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
      text-decoration: none;
      transition: ease-in-out 0.5s; }
      .couponbenefit_card .viewmore_coupens a img {
        width: 6px;
        margin-left: 10px;
        transition: ease 0.5s; }
      .couponbenefit_card .viewmore_coupens a:hover {
        background: #21a086;
        color: #ffffff; }
        .couponbenefit_card .viewmore_coupens a:hover img {
          filter: brightness(0) invert(1); }
  .couponbenefit_card:last-child {
    margin-bottom: 0px; }

.farmies_coins_card .farmies_coins_inner {
  /* background: #fffdfa; */
  padding: 16px;
  margin-top: 5px;
  position: relative;
  border-radius: 12px;
  transform: scale(0.995); }
  .farmies_coins_card .farmies_coins_inner h6 span {
    background: linear-gradient(2deg, #4d5557 17%, #b79e6b, #fff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; }
.farmies_coins_card:before {
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%; }

.coupon_applied_offcanvas .confetti {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.applycoupons_block input {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #737373;
  border: none;
  padding: 0;
  outline: none; }

@media (max-width: 991px) {
  .bookings_section {
    min-height: calc(100vh - 126px); } }

.booking_card {
  box-shadow: 0px 4px 15px 0px #B5B5B52E; }

.bookings_tabs .nav-pills .nav-item {
  width: 50%;
  padding-top: 8px; }
  .bookings_tabs .nav-pills .nav-item .nav-link {
    width: 100%;
    padding: 8px 12px;
    font-size: 18px; }

.diection_callhost_block {
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  padding: 11px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .diection_callhost_block a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #21a086;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: ease-in-out 0.5s; }
    .diection_callhost_block a:hover {
      color: #FC7144; }
      .diection_callhost_block a:hover img {
        filter: invert(56%) sepia(30%) saturate(1414%) hue-rotate(326deg) brightness(97%) contrast(104%); }
  .diection_callhost_block .separator {
    width: 1px;
    height: 24px;
    background: #E8E8E8;
    margin: 0px 33px 0px 20px; }

.waiting_label {
  width: 100%;
  height: 47px;
  background: linear-gradient(113.16deg, #FA5458 0%, #FFCD00 100%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  line-height: 21px;
  color: #ffffff;
  padding: 4px 12px;
  position: relative;
  top: 18px; }

.profile_card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px; }
  .profile_card .profile_inner {
    display: inline-flex;
    align-items: center;
    gap: 8px; }
    .profile_card .profile_inner .profile_img {
      min-width: 60px;
      width: 60px;
      height: 60px;
      border-radius: 50px;
      background: #C1F1CB;
      overflow: hidden; }
      .profile_card .profile_inner .profile_img img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .profile_card .profile_inner .profile_info h6 {
      font-size: 20px;
      font-weight: 700;
      line-height: 30px;
      margin-bottom: 6px; }
    .profile_card .profile_inner .profile_info label {
      display: inline-flex;
      gap: 8px;
      font-family: "Nunito", sans-serif;
      font-size: 14px;
      font-weight: 600;
      line-height: 19.1px;
      color: #737373; }
  .profile_card .profile_edit {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #21a086;
    text-transform: uppercase;
    transition: ease-in-out 0.5s; }
    .profile_card .profile_edit:hover {
      color: #FC7144; }
      .profile_card .profile_edit:hover img {
        filter: invert(47%) sepia(87%) saturate(1437%) hue-rotate(335deg) brightness(110%) contrast(98%); }
    .profile_card .profile_edit img {
      transition: ease-in-out 0.5s; }

.verification_card {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  text-decoration: none;
  background: linear-gradient(113.16deg, #FA5458 0%, #FFCD00 100%);
  border: 0.4px solid #ADFAEA;
  box-shadow: 0px 4px 10px 0px #92929240;
  padding: 14px 12px;
  border-radius: 12px;
  transition: ease-in-out 0.5s; }
  .verification_card .verification_inner {
    display: inline-flex;
    align-items: center;
    gap: 8px; }
    .verification_card .verification_inner .verification_icon {
      min-width: 35px; }
    .verification_card .verification_inner h6 {
      font-size: 14px;
      font-weight: 800;
      line-height: 21px;
      color: #ffffff;
      margin-bottom: 0px; }
    .verification_card .verification_inner label {
      font-size: 12px;
      font-weight: 400;
      line-height: 18px;
      color: #ffffff; }
  .verification_card .arrow {
    filter: brightness(0) invert(1); }
  .verification_card:hover {
    box-shadow: none; }

.coin_cash_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-left: 8px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #DBDBDB; }
  .coin_cash_inner .coin_cash_subinner {
    display: inline-flex;
    align-items: center;
    gap: 3px; }
    .coin_cash_inner .coin_cash_subinner h6 {
      font-family: "Nunito", sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 21.82px;
      color: #000000;
      margin-bottom: 4px; }
    .coin_cash_inner .coin_cash_subinner a {
      font-family: Nunito;
      font-size: 14px;
      font-weight: 700;
      line-height: 19.1px;
      color: #21a086;
      text-decoration: none;
      transition: ease 0.5s; }
      .coin_cash_inner .coin_cash_subinner a img {
        filter: invert(50%) sepia(49%) saturate(580%) hue-rotate(118deg) brightness(93%) contrast(94%);
        height: 11px;
        margin-left: 6px;
        transition: ease-in-out 0.5s; }
      .coin_cash_inner .coin_cash_subinner a:hover {
        color: #FC7144; }
        .coin_cash_inner .coin_cash_subinner a:hover img {
          filter: invert(60%) sepia(66%) saturate(3123%) hue-rotate(332deg) brightness(101%) contrast(98%); }
    .coin_cash_inner .coin_cash_subinner .icon {
      min-width: 41px; }
  .coin_cash_inner label {
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.82px;
    color: #21a086; }
  .coin_cash_inner:last-child {
    margin-bottom: 0px; }

.staycationtime_section h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.08px;
  color: #BEBEBE;
  margin-bottom: 6px; }
.staycationtime_section label {
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.37px;
  color: #606060; }

/*# sourceMappingURL=style.css.map */
.special_request_block input[type="text"]{
  background-color: white;
}
.requestTobookBtn span{
  font-family: "Nunito", sans-serif;
  padding-left: 5px;
}
/* .coin_cash_subinner .icon img{
  width: 30px;
  height: 30px;
}
.coin_cash_subinner .greenCash img{
    height: 48px;
    width: 43px;
} */
 .mb-40{
  margin-bottom: 40px;
 }

 .cancel-img img{
  width: 188px;
  height: 112px;
 }
 .btn-close.custom-btn-close{
  opacity: 1;
 }
 .partner-arrow{
  transform: rotate(180deg);
  width: 7px;
  height: auto;
 }

 .partner-linkp{

 }

.partner-link a{
  color: #21A086;
  font-weight: 700;
  line-height: 27px;
  font-size: 18px;
  text-decoration: none;
}



.bottom_footer{
  max-width: 914px;
  margin: 44px auto 0px;
}

.bottom_footer h2{
  font-weight: 700;
  line-height: 38px;
  font-size: 32px;
  color: #BEBEBE;
}

.bottom_footer p{
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: #BEBEBE;
}


@media(max-width: 991px){
  .partner-link a{
    font-size: 12px;
    line-height: 18px;
  }
  .bottom_footer p{
    line-height: 16px;
    font-size: 12px;
  }
  .bottom_footer {
    max-width: 914px;
    margin: 10px 0;
  } 
  .bottom_footer h2 {
    line-height: 36px;
    font-size: 26px;
  }
}
/* About Us */

.mt-80 {
  margin-top: 80px !important;
}
.pb-70 {
  padding-bottom: 70px;
}
.box_icon_two {
  text-align: center;
  margin-top: 30px;
  position: relative;
  background: #fff;
  padding: 40px 20px 20px 20px;
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  border-radius: 20px;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s;
}

.box_icon_two i {
  width: 100px;
  height: 100px;
  background: #2aca6a;
  border: 5px solid rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  line-height: 100px;
  font-size: 44px;
  line-height: 90px;
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
  color: #fff !important;
  position: relative;
  z-index: 11;
}
.box_icon_two h3 {
  margin: 4px 0;
  line-height: 26px;
  font-size: 20px;
  font-weight: 600;
}
.box_icon_two:hover {
  box-shadow: 0 0px 50px rgba(0, 0, 0, 0.2);
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s;
  transform: translate3d(0, -12px, 0);
}

.box_icon_two:hover i {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
.custom-content {
  color: #646464;
  text-align: justify;
  line-height: 26px;
  margin-bottom: 8px;
}

.custom-content-wrapper p{
  color: #646464;
  text-align: justify;
  line-height: 26px;
  margin-bottom: 14px;
}

.custom-content-wrapper ul li{
  color: #646464;
  text-align: justify;
  line-height: 26px;
  margin-bottom: 5px;
}

.custom-header{
  color: #2c2c2c;
}
.custom-about-bg{
  background: rgba(255, 255, 255, 255);padding: 50px 0px;
}
.custom-refund-policy-bg{
  background: rgba(255, 255, 255, 255);
  padding: 50px 0px;
}

@keyframes flip {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.reachall-wrapper{
  padding: 0 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.farm_card .farm_detail .farm_name_area_review .farm_name_area h5 {
    min-height: 0 !important;
    width: 180px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.farm_card .farm_detail .farm_name_area_review .farm_name_area {
  max-width: 100%;
}

.farm_img_slider .slick-dots li {
  display: inline-block;
}

.farm_img_slider .slick-dots li:nth-child(n+4) {
  display: none;
}


/* Ensure the active dot is styled correctly */
.farm_img_slider .slick-dots li.slick-active {
  display: inline-block !important; /* Make sure active dot is always visible */
}

/* Style for active dot (optional customization) */
.farm_img_slider .slick-dots li.slick-active button {
  opacity: 1;
}

.farm_img_slider .slick-dots li button {
  background-color: #ccc; /* Inactive dot color */
  opacity: 0.6;
}


/* 03-12-2024  */

#career {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 30px;
  transform: translate3d(0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.02);
}
#career h4 {
  width: 100%;
  font-size: 20px;
  line-height: 40px;
  padding: 0 0 20px;
  margin: 5px 0 30px 0;
  display: block;
  border-bottom: 1px solid #e8e8e8;
}

.career-para{
  color: #646464;
  font-size: 16px;
  line-height: 28px;
}

.custom-form-group {
  margin-bottom: 15px;
}

.custom-form-group input{
  height: 50px;
  padding: 0 15px;
  outline: none;
  font-size: 16px;
  color: #646464;
  max-width: 100%;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.03);
  font-weight: 400;
  opacity: 1;
  border-radius: 6px;
}
.change-photo-btn i {
  margin-right: 2px;
}
.custom-form-group .form-control:focus{
  box-shadow: none;
  border-color: #dbdbdb;
}
.change-photo-btn i {
  margin-right: 2px;
}
.change-photo-btn {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.03);
  font-weight: 400;
  color: #646464;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  width: 100%;
  transition: 0.3s;
  cursor: pointer;
  line-height: 20px;
  padding: 12px;
}
.change-photo-btn:hover {
  color: #fff;
  background-color: #2aca6a;
}
.photoUpload {
  position: relative;
  overflow: hidden;
  padding: 3px 5px;
  cursor: pointer;
}
.photoUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity = 0);
}
.small, small {
  font-size: 78%;
  color: #707070;
}
.custom-submit-btn{
  background-color: #2aca6a;
  top: 0;
  padding: 10px 20px;
  color: #fff;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  margin-right: 6px;
  overflow: hidden;
  border: none;
  border-radius: 30px;
}
.utf_box_widget {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 30px;
  transform: translate3d(0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.02);
  position: relative;
  z-index: 1;
}
.utf_box_widget h3 {
  width: 100%;
  font-size: 20px;
  line-height: 40px;
  padding: 0 0 20px;
  margin: 5px 0 20px 0;
  display: block;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid #e8e8e8;
}

.utf_sidebar_textbox {
  display: inline-block;
  width: 100%;
  padding-right: 0px;
}

.utf_sidebar_textbox ul.utf_contact_detail {
  list-style: none;
  padding: 5px 0 0 0;
  margin-bottom: 0;
}
.utf_sidebar_textbox ul.utf_contact_detail li {
  text-align: left;
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 10px 0;
  line-height: 28px;
  border-bottom: 1px solid #e8e8e8;
}
.utf_sidebar_textbox ul.utf_contact_detail li strong {
  display: inline-block;
  color: #333;
  font-weight: 600;
}
.utf_sidebar_textbox span {
  color: #666;
}
.utf_sidebar_textbox ul.utf_contact_detail li a {
  color: #2aca6a;
}

.utf_box_widget h3 i {
  margin-right: 10px;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #2aca6a;
  padding: 10px;
  border-radius: 30px;
}
#career h4 i {
  margin-right: 10px;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #2aca6a;
  padding: 10px;
  border-radius: 30px;
}

.headline_part{
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 30px 0;
  font-weight: 600;
  text-align: center;
}

.fullwidth_block{
  padding: 70px 0;
}
#cancellation-content {
  width: 100%;
}

#cancellation-content th, #cancellation-content td {
  border: 1px solid #646464;
  text-align: center;
  padding: 2px;
}
#cancellation-content td {
  color: #646464;
}

/* 03-12-2024  end */


@media (max-width: 1024px){
  .reachall-wrapper{
    grid-template-columns: repeat(3, 1fr);
  }
}


@media (max-width: 767px){
  .reachall-wrapper{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 460px){
  .reachall-wrapper{
    grid-template-columns: repeat(1, 1fr);
  }
}

.search_control input {
  font-size: 14px;
}

.inline_multiselect_detepicker .lightpick.lightpick--inlined {
  z-index: inherit;
  margin-top: 12px;
  box-shadow: none;
  width: 100%;
  padding: 0px;
  font-family: "Poppins", sans-serif;
}

.inline_multiselect_detepicker .lightpick.lightpick--inlined .lightpick__month {
  width: 100%;
  padding: 0px;
}

.inline_multiselect_detepicker .lightpick.lightpick--inlined .lightpick__month-title-bar {
  margin-bottom: 10px;
}

.inline_multiselect_detepicker .lightpick.lightpick--inlined .lightpick__month .lightpick__toolbar {
  position: absolute;
  left: 0;
  /* max-width: 180px; */
  width: 100%;
  justify-content: space-between;
}

.inline_multiselect_detepicker .lightpick.lightpick--inlined .lightpick__month .lightpick__toolbar .lightpick__previous-action, .inline_multiselect_detepicker .lightpick.lightpick--inlined .lightpick__month .lightpick__toolbar .lightpick__next-action {
  font-size: 0px;
  height: 18px;
  width: 18px;
  background-color: #fff;
  margin-left: 0px;
  transition: ease 0.5s;
}

.inline_multiselect_detepicker .lightpick.lightpick--inlined .lightpick__month .lightpick__toolbar .lightpick__previous-action {
  background-image: url('../images/leftgreen-arrowicon.svg');
}

.inline_multiselect_detepicker .lightpick.lightpick--inlined .lightpick__month .lightpick__toolbar .lightpick__next-action {
  background-image: url('../images/rightgreen-arrowicon.svg');
}

.inline_multiselect_detepicker .lightpick.lightpick--inlined .lightpick__month-title-bar .lightpick__month-title {
  margin-left: 22px;
  position: relative;
  z-index: 1;
}

.inline_multiselect_detepicker .lightpick.lightpick--inlined .lightpick__month-title-bar .lightpick__month-title .lightpick__select.lightpick__select-months {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  /* display: inline-block !important; */
}

.inline_multiselect_detepicker .lightpick.lightpick--inlined .lightpick__month .lightpick__days-of-the-week {
  opacity: 0.7;
}

.inline_multiselect_detepicker .lightpick.lightpick--inlined .lightpick__month .lightpick__days-of-the-week .lightpick__day-of-the-week {
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
}

.inline_multiselect_detepicker .lightpick.lightpick--inlined .lightpick__month .lightpick__day {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #333333;
  position: relative;
  height: 36px;
}

.inline_multiselect_detepicker .lightpick.lightpick--inlined .lightpick__month .lightpick__day.is-available.is-today {
  background-image: none;
  color: #21A086;
}

.inline_multiselect_detepicker .lightpick.lightpick--inlined .lightpick__month .lightpick__day.is-previous-month, 
.inline_multiselect_detepicker .lightpick.lightpick--inlined .lightpick__month .lightpick__day.is-next-month {
  opacity: 0.5;
}

.inline_multiselect_detepicker .lightpick.lightpick--inlined .lightpick__month .lightpick__day.is-previous-month {
  text-decoration: line-through;
  pointer-events: none;
}


.inline_multiselect_detepicker .lightpick.lightpick--inlined .lightpick__month .lightpick__day.is-in-range {
  background-color: #21A08633;
  background-image: none;
}

.lightpick__day.is-start-date, 
.lightpick__day.is-end-date, 
.lightpick__day.is-start-date:hover, 
.lightpick__day.is-end-date:hover {
  background-image: none;
  background: #21a086;
  color: #fff !important;
  /* border-radius: 25px; */
}


.lightpick__day.is-start-date.is-in-range, .lightpick__day.is-end-date.is-in-range.is-flipped {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: #21a086 !important;
  color: #fff !important;
}

.lightpick__day.is-end-date.is-in-range, .lightpick__day.is-start-date.is-in-range.is-flipped {
  border-top-left-radius: 0;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 0;
  background-color: #21a086 !important;
  color: #fff !important;
}

@media (min-width:576px){
  .lightpick__day:hover {
      background-image: none !important;
      background-color: #21a086 !important;
      color: #fff !important;
  }
}

@media (max-width:575px){
  .lightpick__day.is-start-date.is-in-range, .lightpick__day.is-end-date.is-in-range.is-flipped,
  .lightpick__day.is-start-date, .lightpick__day.is-end-date, .lightpick__day.is-start-date:hover, 
  .lightpick__day.is-end-date:hover, .lightpick__day.is-end-date.is-in-range, 
  .lightpick__day.is-start-date.is-in-range.is-flipped{
      background-color: #21A08633 !important;
      background-image: url('../images/datepicker-active-bg.svg') !important;
      background-size: 30px;
      background-repeat: no-repeat;
      background-position: center;
  }
  .lightpick__day.is-end-date, .lightpick__day.is-start-date:hover, 
  .lightpick__day.is-end-date:hover{
      background-color: #21A08633 !important;
  }
  .lightpick__day.is-start-date{
      background-color: transparent !important;
  }
  .lightpick__day:hover {
      background-image: url('../images/datepicker-active-bg.svg') !important;
      background-size: 30px !important;
      background-repeat: no-repeat;
      background-position: center;
      color: #fff !important;
  }
}
.sticky_bottom_wrapper{
  position: unset !important;
}

.whocoming_count_wrapper .whocoming_count input[type="number"]{
  font-size: 20px;
  font-weight: 500;
  line-height: 21px;
  color: #2c2c2c;
  max-width: 30px;
  padding: 0px;
  border: none;
  text-align: center;
  border-bottom: 1px solid #2c2c2c;
  border-radius: 0 !important;
  outline: none;
}

.pricerange_input input::-webkit-outer-spin-button, .pricerange_input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.property_slider.slick_dots_btn .slick-dots li:last-child button {
  transform: none !important;
}

.property_slider li.slider-counter{
  border: 0.5px solid;
  border-image: linear-gradient(270deg, #E9E9E9 -0.85%, rgba(185, 185, 185, 0) 99.15%);
  background: linear-gradient(180deg, #F7F7F7 0%, rgba(247, 247, 247, 0) 139.29%);
  border: 0.5px solid #ffffff;
  padding: 2px 8px;
  border-radius: 100px;
  font-weight: 400;
  line-height: 15px;
  font-size: 10px;
}
.property_slider ul.custom-navigation.slick-dots{
  display: flex;
  align-items: self-start;
  justify-content: center;
}

.fsure-badge.notfsure h4 {
  color: #242424;
}

label.offcanvas_paragraph.fw-medium.link small {
  color: #21a086;
}
label.offcanvas_paragraph.secondary.fw-medium.link:before{
  display: none;
}

.booking-property-btn a {
  margin-top: 8px;
  padding: 8px 7px;
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
  background-color: #21A086;
  border: 1px solid #21A086;
  color: #ffffff !important;
  border-radius: 100px;
  box-shadow: 0px 4px 15px 0px #4F4F4F2E;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.booking-property-btn a:hover{
  background-color: #ffffff;
  color: #21A086 !important;
}

.booking-property-btn .booking-property-arrow {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.booking-property-btn a:hover .booking-property-arrow{
  background-color: #21A086;
  border-color: #21A086;
}

.booking-property-btn a:hover .booking-property-arrow path{
  stroke: #ffffff;
}

.responsive_map #map {
  height: 450px;
  width: 600px;
  border: none;
  margin: 0;
  overflow: hidden;
}



/*  CSS for Time Picker */
.time-header{
  color: #2C2C2C;
  font-size: 14px;
  line-height: 24px;
}
.time {
  background: linear-gradient(180deg, rgba(207, 207, 207, 0.2) 0%, #B3B3B3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  padding: 6px 11px;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
  transition: background 0.3s ease;
}
/* .time-wrapper .time:nth-child(3),
.time-wrapper .time:nth-child(6),
.time-wrapper .time:nth-child(9),
.time-wrapper .time:nth-child(12){
  background: linear-gradient(180deg, #B3B3B3 0%, rgba(207, 207, 207, 0.2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */
.time-wrapper .time:nth-child(3):hover,
.time-wrapper .time:nth-child(6):hover,
.time-wrapper .time:nth-child(9):hover,
.time-wrapper .time:nth-child(12):hover{
  background: #7676801F;
  border-radius: 6px;
  -webkit-text-fill-color: #2C2C2C;
}
.time-wrapper {
  height: 110px;
  overflow-y: scroll;
}
.time.active,
.time:hover{
  background: #7676801F;
  border-radius: 6px;
  -webkit-text-fill-color: #2C2C2C;
}
.time-wrapper::-webkit-scrollbar {
  width: 0;
}



/*  Input */
.input-block {
  position: relative;
}

.input-block input:-webkit-autofill,
.input-block input:-webkit-autofill:hover,
.input-block input:-webkit-autofill:focus,
.input-block input:-webkit-autofill:active {
  -webkit-box-shadow: 0px 4px 10px 0px #92929240 !important;
  background-color: transparent !important;
}

.input-block textarea {
  line-height: 26px;
  font-size: 14px;
  color: #2c2c2c;
  font-weight: 400;
  width: 100%;
  padding: 16px;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  outline: none;
  background-color: #ffffff;
}

.input-block textarea:focus {
  box-shadow: 0px 4px 10px 0px #92929240;
}

.input-block span.input-lable {
  position: absolute;
  padding: 0 5px;
  color: #737373;
  display: flex;
  align-items: center;
  top: 16px;
  left: 21px;
  transition: transform 0.3s ease, color 0.3s ease, opacity 0.3s ease; /* Ensure transform and color changes transition */
  transform-origin: left top; 
  background: none;
  pointer-events: none;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.input-block textarea.has-content ~ span.input-lable,
.input-block textarea:focus ~ span.input-lable {
  transform: scale(0.8) translateY(-32px);
  background-color: #ffffff;
  opacity: 1;
}

.input-block textarea:focus {
  color: #737373;
  border-color: #E8E8E8;
}

.input-block textarea:focus ~ span.input-lable {
  color: #21A086;
}

.input-block {
  margin-bottom: 30px;
}

.input-block span.input-lable.input-title2 {
  display: block;
  opacity: 0;
  transform: scale(1) translateY(0);
}
.input-block span.input-lable.input-title1{
  display: block;
  opacity: 1;
}


.input-block textarea.has-content ~ span.input-lable.input-title2, 
.input-block textarea:focus ~ span.input-lable.input-title2{      
  opacity: 1;
}

.input-block textarea.has-content ~ span.input-lable.input-title1, 
.input-block textarea:focus ~ span.input-lable.input-title1{
  opacity: 0;
}

/* Input End */

.mywishlist_wrapper {
  padding-right: 20px !important;
}


.custom-top-padding {
  padding-top: 20px;
}

.custom-bottom-padding{
  padding-bottom: 20px;
}

.pt-6 {
  padding-top: 20px;
}
.pb-6{
  padding-bottom: 20px;
}


@media (max-width: 768px){
  .custom-top-padding {
    padding-top: 13px;
  }
  
  .custom-bottom-padding{
    padding-bottom: 20px;
  }
  
  .pt-6 {
    padding-top: 6px;
  }
  .pb-6{
    padding-bottom: 6px;
  }
}
.time.disabled {
  pointer-events: none;
  opacity: 0.5;
  color: #333333;
}

.time:not(.disabled) {
  background-color: #21a086;
  color: #d2ece7; 
  font-weight: bold; 
}

.time.active {
  background-color: #21a086;
  color: white;
}
.offer_card.style_2 .offer_card_inner {
  background: none;
  box-shadow: none;
  margin-bottom: 15px;
}
.offer_card_inner img {
  max-width: 335px;
  height: 114px;
  width: 100%;
  object-fit: cover;
}

.coin_cash_subinner .icon img{
  width: 40px;
}

.coin_cash_subinner .icon.farmieslogo img{
  width: 32px;
}

@media (max-width: 1199px){
  .offer_card_inner img {
    max-width: 100%;
  }
}
.disabled-link {
  pointer-events: none;
  opacity: 0.5;
  color: gray;
  text-decoration: none;
}

.custom-search-filter-main{
  position: relative;
}

.custom-back-btn-wrapper{
  position: absolute;
    left: 22px;
    top: 30px;
}

.custom-search-filter-input img{
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.coupon_card img {
  cursor: pointer;
}

.contactus-wrapper{
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 30px;
  transform: translate3d(0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.02);
}

.contactus-wrapper h4 {
  width: 100%;
  font-size: 20px;
  line-height: 40px;
  padding: 0 0 20px;
  margin: 5px 0 30px 0;
  display: block;
  border-bottom: 1px solid #e8e8e8;
}

.custom-icon-wrapper svg {
  margin-right: 10px;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #2aca6a;
  padding: 10px;
  border-radius: 30px;
}

.custom-form-group input{
  height: 50px;
  padding: 0 15px;
  outline: none;
  font-size: 16px;
  color: #646464;
  max-width: 100%;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.03);
  font-weight: 400;
  opacity: 1;
  border-radius: 6px;
}

.custom-form-group textarea{
  padding: 10px 15px;
  outline: none;
  font-size: 16px;
  color: #646464;
  max-width: 100%;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.03);
  font-weight: 400;
  opacity: 1;
  border-radius: 6px;
}


.custom-icon-wrapper svg{
  margin-right: 10px;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #2aca6a;
  padding: 10px;
  border-radius: 30px;
}

.box_icon_two{
  margin: 0;
  height: 100%;
}

.offers_slider .slick-track {
  margin-left: unset !important;
  margin-right: unset !important;
}
/* Hide number input arrows in most modern browsers */
.whocoming_count input[type="number"]::-webkit-outer-spin-button,
.whocoming_count input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;  /* Hide arrows in WebKit browsers like Chrome, Safari */
    margin: 0;  /* Optional: Remove extra margin */
}

.whocoming_count input[type="number"] {
    -moz-appearance: textfield;  /* Hide arrows in Firefox */
}

.whocoming_count input[type="number"]:focus {
    outline: none;  /* Optional: Remove outline on focus if needed */
}

.recentsearch_slider .slick-track{
    margin-left: unset !important;
    margin-right: unset !important;
}


@media (max-width: 575px){
  .box_icon_two{
    margin-bottom: 20px;
    height: auto;
  }
}

.rr_wrapper.text-center.pe-5.notfsure {
  /* border-left: 1px solid #E8E8E8; */
  border-right: 1px solid #E8E8E8;
}

.rating_card .fsure_badge img.img-fluid {
  width: 40px;
  height: auto;
}
.rating_card .gold_badge  {
  display: flex; 
  align-items: center; 
  font-family: Arial, sans-serif; 
  font-weight: bold; 
  font-size: 16px; 
  color: #c8a044;
}
.rating_card .silver_badge  {
  display: flex; 
  align-items: center; 
  font-family: Arial, sans-serif; 
  font-weight: bold; 
  font-size: 16px; 
  color: #9da9ba;
}
.gold_badge span {
  font-size: 16px; 
  color: #c8a044;
  display: block;
}
.silver_badge span {
  font-size: 16px; 
  color: #9da9ba;
  display: block;
}

.link_orange:hover .icon_hover {
  filter: invert(35%) sepia(31%) saturate(503%) hue-rotate(120deg) brightness(96%) contrast(84%);
}

#referralCode_offcanvas {
  z-index: 1061; 
}

#not-found.center {
  text-align: center;
}

#not-found {
  margin: 80px 0 80px 0;
}

#not-found h2 {
  text-align: center;
  font-size: 150px;
  line-height: 110px;
  font-weight: 800;
  margin-bottom: 0;
  letter-spacing: -8px;
}

#not-found p {
  text-align: center;
  font-size: 30px;
  line-height: 48px;
  display: inline-block;
  margin-top: 10px;
  color: #999;
}
.utf_error_description_part {
  margin: 5px 0 0;
}
.utf_ferror_description strong {
  font-size: 22px;
  color: #6d7a83;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  margin-bottom: 10px;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated {
  animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

.utf_ferror_description span {
  font-size: 16px;
  color: #444;
  line-height: 1.2;
  display: block;
  text-align: center;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated {
  animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

.booked-stamp-web {
  width: 160px !important;
  height: 100% !important;

}

.gray-out {
  opacity: 0.5;
}

.farm_additional_off.farm_additional_off2 {
  position: absolute;
  z-index: 9;
  display: unset;
  padding: 20px;
}