* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  a {
    color: #222222;
  }

  body {
    font-family: "hellix" !important;
  }

  @font-face {
    font-family: "hellix";
    src: url(../fonts/Hellix-Regular.eot?cddb5c7708fda13e9350fbb14cab260a);
    src: url(../fonts/Hellix-Regular.eot?cddb5c7708fda13e9350fbb14cab260a) format("embedded-opentype"), url(../fonts/Hellix-Regular.woff?9d72cafdc11027a2d1a7fc0424a50366) format("woff"), url(../fonts/Hellix-Regular.woff2?09ebaa2b02f3d4e5199be5a35b37bfc7) format("woff2"), url(../fonts/Hellix-Regular.ttf?d85cb389bedbb5932823b49ef3bc5978) format("truetype"), url(../fonts/Hellix-Regular.svg?92df039e536b9153da8ac098c9285e70) format("svg");
    font-weight: 400;
    font-display: block;
  }

  @font-face {
    font-family: "hellix";
    src: url(../fonts/Hellix-Medium.eot?34c2b42280c9c2fdf6e6ef6fcfd82ece);
    src: url(../fonts/Hellix-Medium.eot?34c2b42280c9c2fdf6e6ef6fcfd82ece) format("embedded-opentype"), url(../fonts/Hellix-Medium.woff?cd5704a96befbd793e1fdd545d916d20) format("woff"), url(../fonts/Hellix-Medium.woff2?c9093a566e34fb9c1d527de0adc9812c) format("woff2"), url(../fonts/Hellix-Medium.ttf?28cbb504b6722b8a6daa9dce3f47f38f) format("truetype"), url(../fonts/Hellix-Medium.svg?470388c6a3ac7045810b2c0fd0dbf7bf) format("svg");
    font-weight: 500;
    font-display: block;
  }

  @font-face {
    font-family: "hellix";
    src: url(../fonts/Hellix-SemiBold.eot?86a816233f9709e00ec3e4d20d8a514d);
    src: url(../fonts/Hellix-SemiBold.eot?86a816233f9709e00ec3e4d20d8a514d) format("embedded-opentype"), url(../fonts/Hellix-SemiBold.woff?ff4d3dd628081f5bed1ce959a9e4b1ce) format("woff"), url(../fonts/Hellix-SemiBold.woff2?f1841bbbdddc1f2615dd419371b07b7c) format("woff2"), url(../fonts/Hellix-SemiBold.ttf?8882578d9e8cd4574c1937b8fcbd45f6) format("truetype"), url(../fonts/Hellix-SemiBold.svg?470388c6a3ac7045810b2c0fd0dbf7bf) format("svg");
    font-weight: 600;
    font-display: block;
  }

  @font-face {
    font-family: "hellix";
    src: url(../fonts/Hellix-Bold.eot?a7805c0fc3212ae108d56956371954f4);
    src: url(../fonts/Hellix-Bold.eot?a7805c0fc3212ae108d56956371954f4) format("embedded-opentype"), url(../fonts/Hellix-Bold.woff?d9c6a2cf028364bccb47a55588ed4022) format("woff"), url(../fonts/Hellix-Bold.woff2?7a208048535aa7797284081a83bb517c) format("woff2"), url(../fonts/Hellix-Bold.ttf?d681b20cf7c3b48f18605cf8d6c2d488) format("truetype"), url(../fonts/Hellix-Bold.svg?470388c6a3ac7045810b2c0fd0dbf7bf) format("svg");
    font-weight: bold;
    font-display: block;
  }

  a {
    text-decoration: none !important;
  }

  .fs-10 {
    font-size: clamp(0.7rem, 0.7vw, 0.9rem) !important;
  }

  .fs-12 {
    font-size: clamp(0.8rem, 0.8vw, 1rem) !important;
  }

  .fs-14 {
    font-size: clamp(0.9rem, 0.9vw, 1.1rem) !important;
  }

  .fs-16 {
    font-size: clamp(1rem, 1vw, 1.2rem) !important;
  }

  .fs-18 {
    font-size: clamp(1rem, 1.25vw, 1.25rem) !important;
  }

  .fs-20 {
    font-size: clamp(1.1rem, 1.3vw, 1.3rem) !important;
  }

  .fs-23 {
    font-size: clamp(1.2rem, 1.4vw, 1.4rem) !important;
  }

  .fs-25 {
    font-size: clamp(1.2rem, 1.6vw, 1.7rem) !important;
  }

  .fs-28 {
    font-size: clamp(1.2rem, 1.8vw, 1.8rem) !important;
  }

  .fs-30 {
    font-size: clamp(1.2rem, 2vw, 1.9rem) !important;
  }

  .fs-35 {
    font-size: clamp(1.5rem, 2.5vw, 2.2rem) !important;
  }

  .fs-40 {
    font-size: clamp(1.3rem, 2.6vw, 2.7rem) !important;
  }

  .fs-45 {
    font-size: clamp(1.5rem, 3vw, 3rem) !important;
  }

  .text-grey {
    color: #717171 !important;
  }

  .fs-09 {
    font-size: 0.9375rem !important;
  }

  .fs-08 {
    font-size: 0.875rem !important;
  }

  .fs-07 {
    font-size: 0.75rem !important;
  }

  .fs-1em {
    font-size: 1em !important;
  }

  .fs-2rem {
    font-size: 2rem !important;
  }

  .fs-1-8rem {
    font-size: 1.8rem !important;
  }

  .fs-1-6rem {
    font-size: 1.6rem !important;
  }

  .fs-500 {
    font-weight: 500 !important;
  }

  .fs-600 {
    font-weight: 600 !important;
  }

  @media screen and (min-width: 576px) {
    .w-sm-90x {
      width: 90px !important;
    }
  }

  .before-unset::before {
    content: unset !important;
  }

  .after-unset::after {
    content: unset !important;
  }

  .text-blacks {
    color: #222222 !important;
  }

  .w-90 {
    width: 90% !important;
  }

  .flex-center {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .no-results {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh;
  }

  .body_section .input-group.sep-search-input .form-control:focus {
    border: unset !important;
  }

  .content-para.w-100 {
    width: calc(100% - 100px) !important;
  }

  .nav-usd img {
    opacity: 0.9;
    width: 21px;
    height: 21px;
  }

  .similar-listing .slick-track {
    margin-left: unset !important;
  }

  .detail-nav .container-fluid,
  .detail-nav .container {
    max-width: 1280px;
    padding: 0 80px;
  }

  @media screen and (max-width: 991px) {
    .detail-nav .container-fluid,
    .detail-nav .container {
      padding: 0 40px;
    }
  }

  @media screen and (max-width: 576px) {
    .detail-nav .container-fluid,
    .detail-nav .container {
      padding: 0 15px;
    }
  }

  .show-amety-div .btn-show-amety {
    border-color: #222222 !important;
    border-radius: 8px !important;
  }

  .show-amety-div .btn-show-amety:hover {
    background-color: #f7f7f7 !important;
  }

  .default-fade {
    opacity: 0;
    transition: 0.6s all;
  }

  .div-fade {
    opacity: 1 !important;
    transition: 0.6s all;
  }

  .w-30x {
    width: 30px !important;
  }

  .skel-div {
    overflow: hidden;
  }

  .exp-detail-skeleton-img {
    width: 100%;
    height: 460px;
  }

  .room-photos-skeleton {
    width: 100%;
    height: 200px;
  }

  .inside-skeleton .select-msg {
    height: 50px;
  }

  .inside-skeleton .inside-profile {
    width: 60px;
    height: 60px;
  }

  .inside-skeleton .inside-txt {
    height: 15px;
  }

  .inside-skeleton .inside-list-img {
    width: 110px;
    height: 60px;
    border-radius: 5px;
  }

  .inside-skeleton .inside-btn {
    width: 100%;
    height: 40px;
  }

  .inside-skeleton .skel-load {
    border-radius: 15px;
  }

  .inside-skeleton .inside-title-txt {
    height: 20px;
  }

  .inside-skeleton .payment-side-box {
    width: 85%;
    margin-left: auto;
    border: 1px solid #ccc;
    padding: 25px;
  }

  .inside-skeleton.profile-inside .skel-load {
    border-radius: 50px;
  }

  .inside-skeleton.profile-inside .skel-load::before,
  .inside-skeleton.profile-inside .skel-load::after {
    border-radius: 50px;
  }

  .inside-skeleton.exp-inside-skel .skel-load::after {
    opacity: 0.5;
  }

  .inside-skeleton.exp-inside-skel .exp-mob-view-img {
    width: 100%;
    height: 400px;
  }

  .inside-skeleton.exp-inside-skel .exp-mob-view-img::after {
    opacity: 0.5;
  }

  .side-mob-view {
    min-width: 320px;
  }

  .main-wrap.bg-white .inside-skeleton.exp-inside-skel .skel-load::after {
    opacity: 1;
  }

  .main-wrap.bg-white .inside-skeleton.exp-inside-skel .exp-mob-view-img {
    width: 100%;
    height: 400px;
  }

  .main-wrap.bg-white .inside-skeleton.exp-inside-skel .exp-mob-view-img::after {
    opacity: 1;
  }

  .skel-load {
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    display: block;
  }

  .skel-load::before {
    content: "";
    position: absolute;
    border-radius: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    animation: shine 1.5s infinite;
    z-index: 999;
  }

  .skel-load::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #dddddd;
    z-index: 99;
    border-radius: 15px;
  }

  .skel-inside-load {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    display: block;
  }

  .skel-inside-load::before {
    content: "";
    position: absolute;
    border-radius: 5px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    animation: shine 1.5s infinite;
    z-index: 999;
  }

  .skel-inside-load::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #dddddd;
    z-index: 99;
    border-radius: 5px;
  }

  .skel-room-inside-load {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    display: block;
  }

  .skel-room-inside-load::before {
    content: "";
    position: absolute;
    border-radius: 5px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    animation: shine 1.5s infinite;
    z-index: 999;
  }

  .skel-room-inside-load::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #dddddd;
    z-index: 99;
    border-radius: 5px;
  }

  .skel-content-load {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    display: block;
  }

  .skel-content-load::before {
    content: "";
    position: absolute;
    border-radius: 5px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    animation: shine 1.5s infinite;
    z-index: 999;
  }

  .skel-content-load::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #dddddd;
    z-index: 99;
    border-radius: 5px;
  }

  .skel-wthradius-load {
    position: relative;
    overflow: hidden;
    display: block;
  }

  .skel-wthradius-load::before {
    content: "";
    position: absolute;
    border-radius: 0px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    animation: shine 1.5s infinite;
    z-index: 999;
  }

  .skel-wthradius-load::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #dddddd;
    z-index: 99;
    border-radius: 0px;
  }

  @keyframes shine {
    100% {
      transform: translateX(100%);
    }
  }

  .remv-skel {
    opacity: 0;
    z-index: -99;
  }

  .skel-row {
    flex-wrap: nowrap !important;
    overflow-x: hidden !important;
  }

  @media screen and (min-width: 1800px) {
    .skel-row .col-skel-xxl-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
  }

  @media screen and (min-width: 1200px) and (max-width: 1799px) {
    .skel-row .col-xl-2_5 {
      flex: 0 0 auto;
      width: 20%;
    }
  }

  .skel-static {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }

  .skel-static::before {
    content: "";
    position: absolute;
    border-radius: 5px;
    top: 0;
    left: 0;
    width: calc(100% + 1px);
    height: 95%;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    animation: shine 1.5s infinite;
    z-index: 999;
  }

  .skel-static::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 1px);
    height: 95%;
    background-color: #dddddd;
    z-index: 99;
    border-radius: 5px;
  }

  .skel-main .skel-img {
    height: 240px;
  }

  .skel-main .skel-img.skel-coupon {
    height: 300px;
  }

  .skel-main .skel-txt {
    height: 25px;
  }

  .skel-main .skel-frst-content {
    width: 90%;
  }

  .skel-main .skel-second-content {
    width: 70%;
  }

  .skel-main .skel-type-img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    margin: auto;
  }

  .skel-main .skel-type-txt {
    width: 80%;
    margin: auto;
  }

  .skel-main .skel-img-exp {
    height: 380px;
  }

  .skel-main .skel-img-community {
    height: 500px;
  }

  .skel-main .skel-img-community::after {
    opacity: 0.5;
  }

  .room-types-div .skel-load::after {
    border-radius: 50px;
  }

  .room-types-div .skel-txt {
    height: 20px !important;
  }

  .skel-map .skel-div,
  .skel-map .skel-load {
    width: 100%;
    height: 100%;
  }

  .skel-map .skel-load::after {
    border-radius: 15px 0 0 15px;
  }

  .search-card-static-div .skel-load::after,
  .search-card-static-div .skel-content-load::after {
    z-index: 9;
  }

  [dir="rtl"] .review-count-div p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 75%;
  }

  [dir="rtl"] .share-popup .btn-close {
    margin: unset;
  }

  [dir="rtl"] .lg-outer {
    text-align: right !important;
  }

  [dir="rtl"] .lg-toolbar .lg-icon {
    float: left !important;
  }

  [dir="rtl"] .room-carousels .room-card-btn.slick-prev {
    right: unset !important;
    left: 20px !important;
  }

  [dir="rtl"] .room-carousels .room-card-btn.slick-next {
    right: unset;
    left: 60px;
  }

  [dir="rtl"] .room-types-div .arrow-right {
    justify-content: flex-start;
  }

  [dir="rtl"] .room-types-div .arrow-left {
    justify-content: flex-end;
  }

  [dir="rtl"] .nav-input-child .guest-txt.text-start,
  [dir="rtl"] .nav-input-child .location-txt.text-start {
    text-align: right !important;
  }

  [dir="rtl"] .nav-input-child .location-padd {
    padding: 10px 25px 10px 0px !important;
  }

  [dir="rtl"] .rtl-navbar.custom-navbar .nav-input-child.active .form-control {
    padding: 0 0px 0 25px !important;
  }

  [dir="rtl"] .rtl-search-icon {
    padding-left: 15px;
  }

  [dir="rtl"] .desktop-nav .guests {
    padding: 0;
  }

  [dir="rtl"] .custom-dropdown-ul {
    text-align: start !important;
    left: unset !important;
    right: 0 !important;
  }

  [dir="rtl"] .become-host-div .custom-dropdown-ul {
    left: 0px !important;
    right: unset !important;
  }

  [dir="rtl"] .room-search-canvas-mob .ms-auto {
    margin-right: auto !important;
    margin-left: unset !important;
  }

  [dir="rtl"] .header-profile {
    padding: 3px 7px 3px 3px;
  }

  [dir="rtl"] .profile-menu-ul li.active::before {
    border-radius: 10px 0px 0px 10px !important;
    left: unset;
    right: -20px;
  }

  [dir="rtl"] .btn-play .play-icon {
    padding: 0 0 0 8px !important;
  }

  [dir="rtl"] .text-start {
    text-align: right !important;
  }

  [dir="rtl"] .home .ps-3 {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pe-2 {
    padding-left: 0.5rem !important;
    padding-right: unset !important;
  }

  [dir="rtl"] .search .bi-funnel-fill.pe-lg-2 {
    padding-left: unset !important;
    padding-right: unset !important;
  }

  [dir="rtl"] .search .pe-lg-2,
  [dir="rtl"] .search .pe-2 {
    padding-left: 0.5rem !important;
    padding-right: unset !important;
  }

  [dir="rtl"] .search .map-div {
    right: unset;
    left: 0;
    border-radius: 0px 15px 15px 0px;
  }

  [dir="rtl"] .search .pe-0 {
    padding-left: 0 !important;
    padding-right: 15px !important;
  }

  [dir="rtl"] .ms-auto,
  [dir="rtl"] .ms-md-auto {
    margin-right: auto !important;
    margin-left: unset !important;
  }

  @media screen and (max-width: 768px) {
    [dir="rtl"] .ms-md-auto {
      margin-right: unset !important;
      margin-left: auto !important;
    }
  }

  [dir="rtl"] .detail-page .in-div {
    border-right: unset !important;
    border-left: 1px solid grey;
  }

  [dir="rtl"] .detail-page .guests-div .dropdown-toggle::after {
    left: 0 !important;
    right: unset !important;
  }

  [dir="rtl"] .detail-page .ps-1 {
    padding-right: 0.25rem !important;
    padding-left: unset !important;
  }

  [dir="rtl"] .details-search .input-group-text {
    padding: unset;
  }

  .slick-dotted.slick-slider {
    margin-bottom: unset !important;
  }

  .width-max-content {
    width: -moz-max-content !important;
    width: max-content !important;
  }

  button:focus-visible,
  a:focus-visible {
    box-shadow: unset !important;
    outline: unset !important;
  }

  hr {
    color: #EBEBEB !important;
    opacity: 1 !important;
  }

  .btn-show-amety {
    border: 1px solid #dddddd !important;
    border-radius: 12px !important;
    padding: 11px 15px !important;
    background-color: #fff;
  }

  .dark-custom:hover {
    background-color: #000 !important;
  }

  .filter-dates {
    width: 40%;
  }

  @media screen and (max-width: 991px) {
    .filter-dates {
      width: 60%;
    }
  }

  .bi-patch-check-fill {
    color: #222222 !important;
  }

  .bi-shield-check {
    color: #5cb85c !important;
  }

  .review-count-div p {
    position: relative;
    top: 2px;
    white-space: nowrap;
  }

  .dot-rel {
    position: relative;
    top: -3px;
  }

  .bg-none {
    background-color: unset !important;
  }

  .map-auto-refresh {
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
  }

  .map-auto-refresh .form-check-input {
    border-color: #71717196;
  }

  .map-auto-refresh .form-check-input:checked {
    background-color: #222222;
    border-color: #222222;
  }

  .map-auto-refresh .form-check-input:focus {
    border-color: #71717196;
  }

  .map-auto-refresh small {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  @media screen and (max-width: 576px) {
    .unset-w50 {
      width: 100% !important;
    }
  }

  @media screen and (min-width: 1800px) {
    .custom-xxl-3 {
      flex: 0 0 auto !important;
      width: 25% !important;
    }
  }

  .white-nowrap {
    white-space: nowrap !important;
  }

  .line-clamp-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

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

  .line-clamp-1 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 90%;
  }

  .cursor-pointer {
    cursor: pointer !important;
  }

  .home .input-group-text,
  .detail-page .input-group-text,
  .custom-navbar .input-group-text {
    background: unset !important;
    border: unset !important;
  }

  .home .form-control:focus,
  .detail-page .form-control:focus,
  .custom-navbar .form-control:focus {
    border: unset !important;
    box-shadow: unset !important;
  }

  .home .form-control:focus-visible,
  .detail-page .form-control:focus-visible,
  .custom-navbar .form-control:focus-visible {
    outline: unset !important;
  }

  .navbar-toggler:focus,
  .accordion-button:focus,
  .form-select:focus,
  .btn-close:focus,
  .form-check-input:focus {
    box-shadow: unset !important;
  }

  .btn-pink {
    background-color: #FF6969 !important;
    color: #fff !important;
  }

  .img-contain img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .img-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .text-grey {
    color: #717171;
  }

  .btn-custom-close {
    background-color: unset;
    border-radius: 50px;
    border: 1px solid #717171;
  }

  .btn-custom-close i {
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .btn-default {
    border: 1px solid #dbdbdb !important;
    background: #fff;
  }

  .custom-dropdown-ul {
    border: 1px solid #8080800f !important;
    box-shadow: 0px 2px 10px #0000001a;
    border-radius: 20px !important;
    margin-top: 5px !important;
    overflow: hidden;
  }

  .custom-dropdown-ul li {
    margin: 8px 0;
  }

  .custom-dropdown-ul li:hover a {
    background-color: #f7f7f7 !important;
    color: #222222 !important;
  }

  .custom-dropdown-ul li:hover span {
    color: #222222 !important;
  }

  .custom-dropdown-ul li:hover i {
    color: #222222 !important;
  }

  .custom-dropdown-ul .dropdown-item:active {
    background-color: #FF6969;
    color: #fff;
  }

  .guest-scroll {
    overflow: auto;
  }

  .detail-guest {
    position: relative;
  }

  .detail-guest::after {
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .guest-dropdown {
    max-height: 250px;
    overflow-y: auto;
    list-style-type: none;
    padding: unset;
    margin-bottom: unset;
    /* width */
    /* Track */
    /* Handle */
  }

  .guest-dropdown::-webkit-scrollbar {
    width: 6px;
    overflow: hidden;
  }

  .guest-dropdown::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 35px;
    border: 1px solid #80808012;
  }

  .guest-dropdown::-webkit-scrollbar-thumb {
    background: #88888845;
    border-radius: 50px;
  }

  .room-arow-btn {
    background-color: unset !important;
    font-weight: bold;
    width: 25px !important;
    height: 25px !important;
    border-radius: 50px;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .room-arow-btn::before {
    display: none;
  }

  .room-arow-btn i {
    font-size: clamp(0.8rem, 0.8vw, 1rem) !important;
    color: #222222 !important;
  }

  .room-types-div .arrow-shadow {
    position: absolute;
    top: 30%;
    transform: translateY(-35%);
    height: 100%;
    display: flex;
    align-items: center;
    transition: 0.2s all;
  }

  .room-types-div .arrow-left {
    left: -23px;
    width: 100px;
    justify-content: flex-start;
  }

  .room-types-div .arrow-right {
    right: -20px;
    width: -moz-max-content;
    width: max-content;
    justify-content: flex-end;
  }

  .room-types-div .slick-disabled {
    opacity: 0;
    cursor: auto;
  }

  .room-types-div .img-arrow {
    width: 31px;
    position: relative;
    top: 3px;
    cursor: pointer;
  }

  .see-all-card .expericence-see-all {
    height: 186px;
    width: 90%;
    margin: auto;
  }

  .see-all-card .expericence-see-all img {
    border-radius: 15px;
  }

  .see-all-card .see-all-room-img {
    height: 125px;
    width: 90%;
    margin: auto;
  }

  .see-all-card .see-all-room-img img {
    border-radius: 15px;
  }

  .see-all-card .offer-see-all-img.see-all-room-img {
    height: 150px;
  }

  @media screen and (min-width: 768px) and (max-width: 1300px) {
    .see-all-card .offer-see-all-img.see-all-room-img {
      height: 135px;
    }
  }

  .see-all-card .see-all-btn .btn-pink {
    width: 80%;
    padding: 10px 0px;
    border-radius: 12px;
    font-weight: 600;
  }

  .see-all-card .see-all-btn .btn-pink i {
    color: #fff !important;
  }

  .room-carousels {
    min-height: 380px;
  }

  .room-carousels .room-arow-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff !important;
    border-color: #fff !important;
    box-shadow: #32325d40 0px 6px 12px -2px, #0000004d 0px 3px 7px -3px;
    z-index: 99;
  }

  .room-carousels .room-arow-btn::before {
    display: none;
  }

  .room-carousels .room-arow-btn i {
    color: #222222;
    font-size: 15px;
  }

  .room-carousels .slick-slide {
    height: -moz-max-content !important;
    height: max-content !important;
  }

  .room-carousels .slick-prev {
    left: 5px;
  }

  .room-carousels .slick-next {
    right: 5px;
  }

  .room-carousels .slick-dots {
    display: flex;
    justify-content: center;
    padding: unset;
    list-style-type: none;
    transition: 0.2s all;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin-bottom: unset;
    align-items: center;
  }

  .room-carousels .slick-dots li {
    margin: 0 2px !important;
    transition: 0.2s all;
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
  }

  .room-carousels .slick-dots li button {
    font-size: 0 !important;
    border: unset !important;
    width: 6px;
    height: 6px;
    background-color: #ffffffa1;
    border-radius: 50px;
    transition: 0.2s all;
    padding: unset;
  }

  .room-carousels .slick-dots li button:focus-visible {
    outline: unset;
  }

  .room-carousels .slick-dots li button::before {
    display: none;
  }

  .room-carousels .slick-dots li.slick-active button {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50px;
    transition: 0.2s all;
  }

  .room-carousels .room-card-btn {
    position: absolute;
    top: -40px;
    z-index: 99;
    background-color: unset;
    border: 1px solid #222222;
    font-weight: bold;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  @media screen and (max-width: 576px) {
    .room-carousels .room-card-btn {
      top: -38px;
    }
  }

  .room-carousels .room-card-btn i {
    font-size: clamp(1rem, 1vw, 1.2rem) !important;
    color: #222222;
  }

  .room-carousels .room-card-btn::before {
    display: none;
  }

  .room-carousels .room-card-btn.slick-next {
    right: 20px;
  }

  .room-carousels .room-card-btn.slick-prev {
    right: 60px;
    left: unset !important;
  }

  .room-carousels .room-card-btn.slick-disabled {
    opacity: 0.5;
    pointer-events: none;
  }

  .room-carousels .slick-active:hover .room-arow-btn {
    transition: 0.2s all;
    opacity: 0.9;
  }

  .room-carousels .slick-active:hover .slick-next:hover,
  .room-carousels .slick-active:hover .slick-prev:hover {
    opacity: 1;
  }

  .room-carousels .room-arow-btn {
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
  }

  .room-carousels .slick-list {
    border-radius: 20px;
    margin-bottom: 10px;
  }

  .canvas-map.room-carousels {
    min-height: unset;
  }

  .our-community-main .room-card-btn {
    top: -62px !important;
    border-color: #fff !important;
  }

  .our-community-main .room-card-btn i {
    color: #fff !important;
  }

  @media screen and (max-width: 576px) {
    .our-community-main .room-card-btn {
      top: -38px !important;
    }
  }

  .our-community-main .community-description {
    width: 90%;
    margin: auto;
  }

  .our-community-main .skel-txt::after {
    opacity: 0.5;
  }

  .profile-menu-canvas {
    width: 70% !important;
    max-width: 70% !important;
  }

  @media screen and (min-width: 577px) and (max-width: 1000px) {
    .profile-menu-canvas {
      width: 40% !important;
      max-width: 40% !important;
    }
  }

  .customBox.hover {
    background-color: #FF6969 !important;
    color: #fff !important;
  }

  .star-icon i {
    color: #FCC24D;
  }

  .gold-bg {
    color: #FCC24D !important;
  }

  .room-types-slick,
  .room-card-carousel {
    opacity: 0;
    transition: 0.2s all;
  }

  .room-types-slick.slick-initialized,
  .room-card-carousel.slick-initialized {
    opacity: 1;
    transition: 0.2s all;
  }

  .loading-full {
    position: relative;
  }

  .loading-full::after {
    content: "";
    display: inline-block;
    border: none !important;
    border-top: none !important;
    width: 80px;
    height: 80px;
    animation: none !important;
    background-image: url(../images/loading.svg?40f0b562d104d733c38cd635a9f72ae7);
    background-size: 80px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: 0px 0;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background-repeat: no-repeat;
  }

  .loading-full::before {
    position: absolute;
    content: "";
    display: inline-block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffffffe3;
    z-index: 9999;
    border-radius: 10px;
    width: 100%;
  }

  .alllanguage ul,
  .allcurrency ul {
    padding: unset;
    list-style-type: none;
  }

  .alllanguage ul li,
  .allcurrency ul li {
    display: inline-block;
    width: 32%;
    border-radius: 5px;
    margin-bottom: 5px;
  }

  .alllanguage ul li a,
  .allcurrency ul li a {
    padding: 10px;
    display: block;
  }

  .alllanguage ul li:hover,
  .allcurrency ul li:hover {
    background-color: #f7f7f7 !important;
  }

  .alllanguage ul li.active,
  .allcurrency ul li.active {
    border: 1px solid #222222;
  }

  @media screen and (min-width: 992px) {
    .custom-navbar.navbar-expand-lg.navbar-collapse {
      display: none !important;
    }
  }

  @media screen and (max-width: 767px) {
    .detail-slider {
      height: 250px !important;
    }

    .detail-slider li {
      height: 250px !important;
    }

    .detail-slider li img {
      height: 250px !important;
      border-radius: unset !important;
    }

    .detail-banner .lSSlideWrapper {
      border-radius: 20px;
    }
  }

  @media only screen and (min-width: 768px) {
    .detail-nav .lg-toolbar,
    .detail-nav .lg-prev,
    .detail-nav .lg-next,
    .detail-nav .lg-pager-outer,
    .detail-nav .lg-hide-sub-html .lg-sub-html {
      opacity: 1 !important;
    }

    .detail-nav #lg-counter {
      margin: 10px 15px;
      color: #999;
    }

    .detail-nav #lg-counter span {
      color: #999;
    }

    .detail-banner .detail-slider {
      width: 100% !important;
      height: 400px !important;
      transform: none !important;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
    }

    .detail-banner .detail-slider:hover li:before {
      opacity: 1;
    }

    .detail-banner .detail-slider > li {
      cursor: pointer;
      position: relative;
      overflow: hidden;
    }

    .detail-banner .detail-slider > li.clone {
      display: none !important;
    }

    .detail-banner .detail-slider > li.clone + .lslide {
      width: 50% !important;
      height: 400px;
    }

    .detail-banner .detail-slider > li.clone + .lslide > img {
      height: 100%;
    }

    .detail-banner .detail-slider > li.lslide {
      width: 25% !important;
      height: 195px;
    }

    .detail-banner .detail-slider > li.lslide > img {
      height: 100%;
    }

    .detail-banner .detail-slider > li:nth-last-child(2):not(:nth-child(6)) {
      height: 400px;
    }

    .detail-banner
  .detail-slider
  > li:nth-last-child(2):not(:nth-child(6)):nth-child(4) {
      height: 195px;
      width: 50% !important;
    }

    .detail-banner
  .detail-slider
  > li:nth-last-child(2):not(:nth-child(6)):nth-child(3) {
      width: 50% !important;
    }

    .detail-banner
  .detail-slider
  > li:nth-last-child(2):not(:nth-child(6)):nth-child(2) {
      width: 100% !important;
    }

    .detail-banner .detail-slider > li:nth-last-child(3):nth-child(3) {
      height: 195px;
      width: 50% !important;
    }

    .detail-banner .detail-slider > li:first-child:last-child {
      width: 100% !important;
      height: 400px !important;
    }

    .detail-banner .lSAction {
      display: none !important;
    }
  }

  .modal-content {
    border-radius: 24px !important;
    box-shadow: #0000001f 0px 6px 16px;
    border: unset !important;
  }

  .ui-datepicker-today a {
    background-color: #222 !important;
    color: #fff !important;
  }

  .set-height-nav,
  #site-content {
    margin-top: 85px !important;
  }

  .remv-margin-top#site-content {
    margin-top: unset !important;
  }

  @media (max-width: 576px) {
    .set-height-nav,
    #site-content {
      margin-top: 150px !important;
    }
  }

  .dual-range-slider .irs-handle {
    border: 1px solid #dddddd !important;
    cursor: pointer !important;
    box-shadow: 0 6px 16px #0000001f;
  }

  .dual-range-slider .irs-bar {
    height: 3px !important;
    background-color: #222222 !important;
  }

  .dual-range-slider .irs-line {
    height: 3px !important;
  }

  .dual-range-slider .irs-from,
  .dual-range-slider .irs-to {
    background-color: #222222 !important;
  }

  .dual-range-slider .irs-from::before,
  .dual-range-slider .irs-to::before {
    border-top-color: #222222 !important;
  }

  .dual-range-slider .irs-min,
  .dual-range-slider .irs-max {
    display: none !important;
  }

  .dual-range-slider .irs--round .irs-from,
  .dual-range-slider .irs--round .irs-to,
  .dual-range-slider .irs--round .irs-single {
    background-color: #222222 !important;
  }

  .dual-range-slider .irs--round .irs-from:before,
  .dual-range-slider .irs--round .irs-to:before,
  .dual-range-slider .irs--round .irs-single:before {
    border-top-color: #222222 !important;
  }

  @media screen and (max-width: 991px) {
    .unset-w50.w-50 {
      width: 100% !important;
    }
  }

  .tax-fee-tooltip-content {
    position: absolute;
    bottom: 20px;
    background: #000000e0;
    padding: 3px;
    /* right: -102px; */
    left: -100;
    border-radius: 10px;
  }

  .tax-fee-tooltip-content td,
  .tax-fee-tooltip-content th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    padding: 5px;
    color: white;
    white-space: nowrap;
    text-align: center;
  }

  .carousel-div .slick-disabled {
    opacity: 0 !important;
  }

  .detail-page a,
  .footers a,
  .modal-content a {
    color: #222222;
  }

  .home a {
    color: #222222;
  }

  .alert-count {
    border-radius: 50%;
    color: #fff;
    background: #ff0000;
    padding: 3px;
    font-size: 12px;
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    position: absolute;
    text-align: center;
    top: -13px;
    right: -13px;
    min-width: 20px;
    min-height: 20px;
    line-height: 13px;
  }

  .profile-dropdown-main .custom-dropdown-ul {
    width: 230px !important;
  }

  .detail-nav .lg-sub-html {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000073;
    opacity: 1;
    padding: unset;
  }

  .detail-nav .lg-sub-html p {
    font-size: 15px;
    margin: unset;
    padding: 10px 0;
  }

  .cookie-alert {
    background-color: #fff !important;
    position: fixed !important;
    bottom: 30px;
    left: 0;
    right: 0;
    border-radius: 15px !important;
    width: 60%;
    margin: 0 auto !important;
    z-index: 9999;
  }

  .cookie-alert .close1 {
    cursor: pointer;
    color: #ff5a5f;
    font-weight: bold;
  }

  @media screen and (max-width: 576px) {
    .cookie-alert {
      bottom: 60px;
    }
  }

  .box_shadow_cookies {
    max-width: 700px;
    margin: 0 auto;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  }

  .box_shadow_cookies .popup_height {
    height: 300px;
    overflow-y: auto;
  }

  @media screen and (max-width: 576px) {
    .box_shadow_cookies .popup_height {
      height: 200px;
    }
  }

  .box_shadow_cookies .accept_btn {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    width: 99%;
    text-align: end;
  }

  .box_shadow_cookies .accept_btn .btn-accept {
    background-color: #FF6969;
    color: #fff !important;
  }

  .box_shadow_cookies .btn-accept .btn:active,
  .box_shadow_cookies .btn:focus,
  .box_shadow_cookies .btn:not(:disabled):not(.disabled):active {
    background-color: #FF6969;
    outline: unset;
    box-shadow: unset;
  }

  .box_shadow_cookies .cookie_popup .list-group-item.active {
    color: #fff !important;
    background-color: #FF6969 !important;
    border-color: #FF6969 !important;
  }

  @media only screen and (max-width: 767px) {
    .cookie-alert {
      width: auto;
      margin: 0 auto !important;
    }
  }

  .covid-icon-map {
    display: flex;
  }

  .covid-icon-map .covid-icon-img {
    max-height: 18px;
    min-width: 20px;
    width: 20px;
  }

  .covid-icon-map .covid-icon-img img {
    height: 100%;
    width: 100%;
  }

  .covid-icon-map .text-truncate .cls_covid {
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .covid-icon-map span {
    font-size: 15px;
  }

  .canvas-footer {
    z-index: 99999;
  }

  .skelton {
    position: relative;
    transition: 0.3s all;
  }

  .skelton::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d3d3d3;
    border-radius: 5px;
    z-index: 99999;
    animation: skelton-glow 2s ease-in-out infinite;
  }

  .skelton-none {
    position: relative;
    transition: 0.3s all;
  }

  .skelton-none::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d3d3d3;
    border-radius: 5px;
    z-index: 99999;
    animation: skelton-glow 2s ease-in-out infinite;
    transition: 0.3s all;
    opacity: 0 !important;
  }

  @keyframes skelton-glow {
    50% {
      background-color: #b7b7b7;
    }
  }

  .chat-notify {
    background-color: #dc3545;
    box-shadow: 0px 3px 14px 1px #00000029;
    position: absolute;
    cursor: pointer;
    padding: 5px;
    border-radius: 50px;
    right: 5px;
    top: 0;
  }

  .chat-notify::before {
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 50px;
    position: absolute;
    top: 0;
    right: -3px;
    bottom: 0;
    background-color: #dc3545;
    margin: auto;
    transform: scale(0.3);
    transform-origin: center center;
    animation: pulse-me 1s linear infinite;
  }

  @keyframes pulse-me {
    0% {
      transform: scale(0.3);
      opacity: 0;
    }

    50% {
      opacity: 0.3;
    }

    70% {
      opacity: 0.09;
    }

    100% {
      transform: scale(3);
      opacity: 0;
    }
  }

  .property-types-courosel .bi-chevron-left,
  .property-types-courosel .bi-chevron-right,
  .property-types-couroselss .bi-chevron-left,
  .property-types-couroselss .bi-chevron-right {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #222222 !important;
    border-radius: 50%;
    font-size: clamp(0.8rem, 0.8vw, 1rem) !important;
  }

  .wl-modal-input {
    cursor: pointer;
  }

  .wl-modal-input:focus-visible {
    padding: 5px 10px;
    border-radius: 5px;
    outline: 1px solid #cfcfd0;
  }

  .create-wl {
    cursor: pointer;
  }

  .create-wl:focus-visible {
    padding: 5px 10px;
    border-radius: 5px;
    outline: 1px solid #cfcfd0;
  }

  .room-search-canvas-mob .accordion-body .search-dest-div .input-group-text {
    background: unset !important;
    border: unset !important;
  }

  .room-search-canvas-mob .accordion-body .search-dest-div .input-group .form-control:focus {
    border: unset !important;
  }

  .room-search-canvas-mob .accordion-body .search-dest-div .input-group .form-control[readonly] {
    background-color: unset;
    opacity: 1;
  }

  @media screen and (max-width: 576px) {
    body .daterangepicker {
      width: 300px;
    }
  }

  @media screen and (max-width: 576px) {
    .filter-content-div .daterangepicker {
      min-width: 295px;
    }
  }

  @media screen and (max-width: 576px) {
    .filter-content-div .drp-buttons {
      display: none !important;
      min-width: 295px;
    }
  }

  @media screen and (min-width: 576px) {
    body .daterangepicker {
      margin-top: 15px;
    }
  }

  .suggest-location .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }

  .btn-custom-close.flash-close {
    border: 0px;
  }

  .btn-custom-close.flash-close .bi-x {
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    color: #717171;
    transition: 0s;
  }

  .btn-custom-close.flash-close .bi-x:hover {
    color: #222222;
  }

  .sent-referral .profile-img a {
    width: 50px;
    height: 50px;
  }

  .map-auto-refresh.panel {
    display: none;
  }

  .profile-view-left .profile-img {
    width: 225px;
    height: 225px;
  }

  .profile-view-left .profile-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .text-yellow {
    color: #f9f313;
  }

  @media screen and (min-width: 991px) {
    .w-lg-75 {
      width: 75% !important;
    }
  }

  .offer-details {
    margin-top: 30px !important;
  }

  .offer-details .offer-detail-about .detail {
    background-color: #ff6e6e12;
  }

  .offer-details .offer-detail-about .detail .inside-skeleton .inside-profile {
    width: 25px;
    height: 25px;
  }

  .offer-details .offer-detail-about .detail-img {
    width: 18px;
    height: 18px;
  }

  .offer-details .offer-detail-banner .banner-img {
    height: 206px;
    width: 100%;
  }

  .offer-details .offer-detail-banner .banner-img::before {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: transparent;
    position: absolute;
    background-image: linear-gradient(45deg, #0000006b, #0000006b);
  }

  .offer-details .offer-detail-banner .banner-content {
    top: 45px;
    left: 100px;
    color: white;
    line-height: normal;
    width: 75%;
  }

  @media (min-width: 992px) {
    .offer-details .offer-detail-banner .banner-content {
      width: 65%;
    }
  }

  @media screen and (max-width: 767.98px) {
    .offer-details .offer-detail-banner .banner-content {
      /* Bootstrap's small breakpoint */
      left: 50px;
    }
  }

  .offer-details .offer-detail-banner .expire {
    left: 100px;
  }

  @media screen and (max-width: 767.98px) {
    .offer-details .offer-detail-banner .expire {
      /* Bootstrap's small breakpoint */
      left: 50px;
    }
  }

  .offer-details .offer-detail-terms li {
    margin-block: 20px;
    padding-left: 10px;
    list-style: decimal;
    line-height: 25px;
    font-weight: 500;
  }

  @media screen and (max-width: 576px) {
    .offer-details .offer-detail-terms li {
      text-align: justify;
    }
  }

  .offer-details .offer-detail-terms li > {
    word-break: break-all;
  }

  .offer-details .offer-detail-terms img {
    max-width: 300px;
    width: 300px;
    border-radius: 10px;
    margin-left: 12px;
  }

  .offer-details .coupon-row {
    /* Some Generic styles */
  }

  .offer-details .coupon-row .copiedtext {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transform: translateY(-1em);
    color: #000;
    transition: all .500s;
  }

  .offer-details .coupon-row .copied .copiedtext {
    opacity: 1;
    transform: translateY(-4em);
  }

  .offer-details .coupon-row [id="cleared"] {
    margin-top: 4em;
  }

  .coupons .coupon-banner {
    height: 290px;
    min-height: 290px;
  }

  @media (min-width: 768px) {
    .coupons .coupon-banner {
      height: 370px;
      min-height: 370px;
    }
  }

  .coupons .coupon-banner .slick-slide {
    height: -moz-max-content !important;
    height: max-content !important;
  }

  .coupons .coupon-banner .banner-img {
    height: 290px;
  }

  @media (min-width: 768px) {
    .coupons .coupon-banner .banner-img {
      height: 370px;
    }
  }

  .coupons .coupon-banner .coupon-btn {
    background-color: #ffffffe0;
    border: 1px solid #ffffffe0;
    font-weight: bold;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    transition: all 0.2s;
  }

  .coupons .coupon-banner .coupon-btn i {
    font-size: 12px;
    color: #222222;
  }

  .coupons .coupon-banner .coupon-btn:hover {
    background-color: #fff;
    border: 1px solid #fff;
  }

  .coupons .coupon-banner .prev-arrow {
    left: 25px;
    right: unset;
  }

  @media screen and (max-width: 767.98px) {
    .coupons .coupon-banner .prev-arrow {
      /* Bootstrap's small breakpoint */
      left: 5px;
      right: unset;
    }
  }

  .coupons .coupon-banner .next-arrow {
    right: 25px;
    left: unset;
  }

  @media screen and (max-width: 767.98px) {
    .coupons .coupon-banner .next-arrow {
      /* Bootstrap's small breakpoint */
      right: 5px;
      left: unset;
    }
  }

  .coupons .coupon-banner .slick-list {
    border-radius: 0px;
    margin-bottom: 0px;
  }

  .coupons .coupon-banner .slick-disabled {
    opacity: 0;
  }

  .coupons .coupon-banner .banner-content {
    top: 80px;
    left: 80px;
    color: white;
    line-height: normal;
    width: 70% !important;
  }

  @media (min-width: 992px) {
    .coupons .coupon-banner .banner-content {
      width: 45% !important;
    }
  }

  @media screen and (max-width: 767.98px) {
    .coupons .coupon-banner .banner-content {
      /* Bootstrap's small breakpoint */
      left: 25px;
    }
  }

  .coupons .all-coupons .coupon-content .coupon-img {
    width: 100%;
    height: 350px;
    border-radius: 20px;
    margin: auto;
  }

  @media (min-width: 992px) {
    .coupons .all-coupons .coupon-content .coupon-img {
      width: 100%;
      height: 330px;
      border-radius: 20px;
      margin: unset;
    }
  }

  .coupons .all-coupons .offer-img-content {
    top: 20px;
    left: 30px;
  }

  @media screen and (max-width: 767.98px) {
    .coupons .all-coupons .offer-img-content {
      /* Bootstrap's small breakpoint */
      top: 30px;
      left: 35px;
    }
  }

