
.new-2024-header :is(.my-2) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  
  .new-2024-header :is(.ml-2) {
    margin-left: 0.5rem;
  }
  
  .new-2024-header :is(.ml-3) {
    margin-left: 0.75rem;
  }
  
  .new-2024-header :is(.ml-8) {
    margin-left: 2rem;
  }
  
  .new-2024-header :is(.mr-2) {
    margin-right: 0.5rem;
  }
  
  .new-2024-header :is(.mr-6) {
    margin-right: 1.5rem;
  }
  
  .new-2024-header :is(.flex) {
    display: flex;
  }
  
  .new-2024-header :is(.table) {
    display: table;
  }
  
  .new-2024-header :is(.hidden) {
    display: none;
  }
  
  .new-2024-header :is(.h-6) {
    height: 1.5rem;
  }
  
  .new-2024-header :is(.h-\[22px\]) {
    height: 22px;
  }
  
  .new-2024-header :is(.w-6) {
    width: 1.5rem;
  }
  
  .new-2024-header :is(.w-\[1px\]) {
    width: 1px;
  }
  
  .new-2024-header :is(.w-\[30px\]) {
    width: 30px;
  }
  
  .new-2024-header :is(.grow) {
    flex-grow: 1;
  }
  
  .new-2024-header :is(.resize) {
    resize: both;
  }
  
  .new-2024-header :is(.items-center) {
    align-items: center;
  }
  
  .new-2024-header :is(.justify-between) {
    justify-content: space-between;
  }
  
  .new-2024-header :is(.gap-\[12px\]) {
    gap: 12px;
  }
  
  .new-2024-header :is(.border) {
    border-width: 1px;
  }
  
  .new-2024-header :is(.bg-white) {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  
  .new-2024-header :is(.px-1) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  
  .new-2024-header :is(.text-\[15px\]) {
    font-size: 15px;
  }
  
  .new-2024-header :is(.text-black) {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  
  .new-2024-header :is(.underline) {
    text-decoration-line: underline;
  }
  
  .new-2024-header :is(.underline-offset-4) {
    text-underline-offset: 4px;
  }
  
  .new-2024-header :is(.opacity-40) {
    opacity: 0.4;
  }
  
  .new-2024-header :is(body *)::-webkit-scrollbar {
    display: none;
    /* For WebKit browsers like Chrome/Safari */
  }
  
  /* Optional: for Firefox */
  
  .new-2024-header :is(body *) {
    scrollbar-width: none;
  }
  
  /* New shadow dom for play button safari */
  
  .new-2024-header :is(.homePageTailwind :is(.ml-3)) {
    margin-left: 0.75rem;
  }
  
  .new-2024-header :is(.homePageTailwind :is(.ml-8)) {
    margin-left: 2rem;
  }
  
  .new-2024-header :is(.homePageTailwind :is(.mr-2)) {
    margin-right: 0.5rem;
  }
  
  .new-2024-header :is(.homePageTailwind :is(.mr-6)) {
    margin-right: 1.5rem;
  }
  
  .new-2024-header :is(.homePageTailwind :is(.flex)) {
    display: flex;
  }
  
  .new-2024-header :is(.homePageTailwind :is(.hidden)) {
    display: none;
  }
  
  .new-2024-header :is(.homePageTailwind :is(.h-6)) {
    height: 1.5rem;
  }
  
  .new-2024-header :is(.homePageTailwind :is(.h-\[22px\])) {
    height: 22px;
  }
  
  .new-2024-header :is(.homePageTailwind :is(.w-6)) {
    width: 1.5rem;
  }
  
  .new-2024-header :is(.homePageTailwind :is(.w-\[1px\])) {
    width: 1px;
  }
  
  .new-2024-header :is(.homePageTailwind :is(.w-\[30px\])) {
    width: 30px;
  }
  
  .new-2024-header :is(.homePageTailwind :is(.grow)) {
    flex-grow: 1;
  }
  
  .new-2024-header :is(.homePageTailwind :is(.resize)) {
    resize: both;
  }
  
  .new-2024-header :is(.homePageTailwind :is(.items-center)) {
    align-items: center;
  }
  
  .new-2024-header :is(.homePageTailwind :is(.justify-between)) {
    justify-content: space-between;
  }
  
  .new-2024-header :is(.homePageTailwind :is(.gap-\[12px\])) {
    gap: 12px;
  }
  
  .new-2024-header :is(.homePageTailwind :is(.bg-white)) {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  
  .new-2024-header :is(.homePageTailwind :is(.text-\[15px\])) {
    font-size: 15px;
  }
  
  .new-2024-header :is(.homePageTailwind :is(.underline)) {
    text-decoration-line: underline !important;
  }
  
  .new-2024-header :is(.homePageTailwind :is(.underline-offset-4)) {
    text-underline-offset: 4px;
  }
  
  .new-2024-header :is(.homePageTailwind :is(.opacity-40)) {
    opacity: 0.4;
  }
  
  .new-2024-header,
  .main-header {
    position: sticky;
    top: 0px;
    z-index: 10;
    flex-grow: 1;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(72 72 72 / var(--tw-text-opacity));

  }
  
  .new-2024-header :is(.main-header) {
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.05);
  }
  
  .new-2024-header :is(.transparent_header) {
    box-shadow: none;
  }
  
  .new-2024-header :is(.main-header .btn-outline-dark) {
    background-color: white !important;
    color: #484848 !important;
  }
  
  .new-2024-header :is(.transparent_header .bg-white) {
    background-color: transparent !important;
  }
  
  .new-2024-header :is(.bg-white) {
    background-color: white !important;
  }
  
  .new-2024-header :is(.main-header .nav-link) {
    padding: 0px;
  }
  
 
  
  @media (max-width: 380px) {
    .new-2024-header :is(.main-header .logo) {
      padding-right: 0px;
    }
  }
  
  @media (max-width: 768px) {
  
    .new-2024-header :is(.main-header),
    .new-2024-header :is(.header-body) {
      max-height: 62px !important;
    }
  
    .new-2024-header :is(.banner-heading) {
      font-size: 24px;
      font-weight: 600;
    }
  
    .new-2024-header :is(.checkout_product_content h5) {
      font-size: 14px;
      min-height: 37px;
    }
  
    .new-2024-header :is(.main-header),
    .new-2024-header :is(.header-body) {
      max-height: 62px !important;
    }
  
    .new-2024-header :is(.banner-heading) {
      font-size: 24px;
      font-weight: 600;
    }
  
    .new-2024-header :is(.checkout_product_content h5) {
      font-size: 14px;
      min-height: 37px;
    }
  }
  
  @media (min-width: 868px) {
    .new-2024-header :is(#home-top-banner .banner-text) {
      font-size: 20px !important;
      font-style: normal;
      font-weight: 300;
      line-height: 28px !important;
      /* 140% */
      text-wrap: nowrap;
    }
  
    .new-2024-header :is(#home-top-banner .banner-text-wrapper) {
      padding-top: 0px;
    }
  
    .new-2024-header,
    .main-header {
      background-color: transparent;
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));

    }
  }
  
  .new-2024-header :is(.homePageTailwind :is(.content-wrapper)) {
    display: flex;
    height: 100%;
    width: 100%;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  @media (min-width: 768px) {
    .new-2024-header :is(.homePageTailwind :is(.content-wrapper)) {
      padding-left: 5%;
      padding-right: 5%;
    }
  }
  
  @media (min-width: 1024px) {
    .new-2024-header :is(.homePageTailwind :is(.content-wrapper)) {
      padding-left: 10%;
      padding-right: 10%;
    }
  
    .new-2024-header :is(.main-header.content-wrapper) {
      padding-left: 5%;
      padding-right: 5%;
    }
  
    .new-2024-header :is(.homePageTailwind :is(.content-wrapper)) {
      padding-left: 10%;
      padding-right: 10%;
    }
  
    .new-2024-header :is(.main-header.content-wrapper) {
      padding-left: 5%;
      padding-right: 5%;
    }
  
    .new-2024-header :is(.homePageTailwind :is(.content-wrapper)) {
      padding-left: 10%;
      padding-right: 10%;
    }
  
    .new-2024-header :is(.main-header.content-wrapper) {
      padding-left: 5%;
      padding-right: 5%;
    }
  }
  
  @media (min-width: 1280px) {
    .new-2024-header :is(.homePageTailwind :is(.content-wrapper)) {
      padding-left: 20%;
      padding-right: 20%;
    }
  
    .new-2024-header :is(.main-header.content-wrapper) {
      padding-left: 10%;
      padding-right: 10%;
    }
  
    .new-2024-header :is(.homePageTailwind :is(.content-wrapper)) {
      padding-left: 20%;
      padding-right: 20%;
    }
  
    .new-2024-header :is(.main-header.content-wrapper) {
      padding-left: 10%;
      padding-right: 10%;
    }
  
    .new-2024-header :is(.homePageTailwind :is(.content-wrapper)) {
      padding-left: 20%;
      padding-right: 20%;
    }
  
    .new-2024-header :is(.main-header.content-wrapper) {
      padding-left: 10%;
      padding-right: 10%;
    }
  }
  
  @media (min-width: 1440px) {
    .new-2024-header :is(.main-header.content-wrapper) {
      padding-left: 20%;
      padding-right: 20%;
    }
  }
  
  .new-2024-header :is(.homePageTailwind :is(.transaprent-btn)) {
    border-width: 0px;
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    color: inherit;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  
  .new-2024-header :is(.homePageTailwind :is(.modal)) {
    --tw-text-opacity: 1;
    color: rgb(40 40 40 / var(--tw-text-opacity));
  }
  
  /* .modal-header .modal-location-svg {
    margin-right: 19px;
  } */
  
  @media (max-width: 768px) {
    .new-2024-header :is(.transaprent-btn) {
      font-size: 10px;
    }
  
    .new-2024-header :is(#toplocflag) {
      bottom: 0 !important;
      top: auto;
      border-radius: 30px 30px 0px 0px;
      height: 70vh;
    }
  
    .new-2024-header :is(#toplocflag .modal-dialog) {
      margin: 0px;
    }
  
    .new-2024-header :is(.modal-body) {
      height: 80vh !important;
      overflow: auto;
    }
  
    .new-2024-header :is(.active_poup_modal .modal-body) {
      height: auto !important;
      overflow: auto;
    }
  }
  
  @media (min-width: 768px) {
    .new-2024-header :is(.homePageTailwind :is(#categories-section)) {
      padding-top: 60px;
      padding-bottom: 60px;
      background: linear-gradient(78deg,
          rgba(15, 180, 238, 0.1) 30.36%,
          rgba(17, 180, 236, 0.1) 97.99%);
    }
  
    .new-2024-header :is(#categories-section.content-wrapper) {
      padding-left: 0%;
      padding-right: 0%;
    }
  }
  
  .new-2024-header :is(.homePageTailwind :is(#plans-section .title)) {
    font-style: normal;
    font-weight: 600;
    line-height: 41px;
    margin-bottom: 24px;
    font-size: 20px;
  }
  
  @media (min-width: 768px) {
    .new-2024-header :is(.homePageTailwind :is(#plans-section .title)) {
      font-size: 34px;
    }
  }
  
  /* .planCardContainer .btn-outline-dark{
    
    } */
  
  /* @media (min-width: 768px) {
    .homePageTailwind :is(.plansOptionSection) {
      padding: 0px;
    }
  } */
  
  .new-2024-header :is(.homePageTailwind :is(.btn-outline-dark)) {
    margin-left: 30px;
    margin-right: 30px;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    background-color: white;
  }
  
  .new-2024-header :is(.btn-outline-dark:hover) {
    background-color: #343a3f;
    color: white;
  }
  
  .new-2024-header :is(.homePageTailwind .liveLifeUnlimited-listing-container .btn-outline-dark) {
    width: 100%;
    margin: 0px 16px;
  }
  
  @media (min-width: 768px) {
    .new-2024-header :is(.homePageTailwind :is(.liveLifeUnlimited-listing-container)) {
      gap: 80px;
    }
  
    .new-2024-header :is(.liveLifeUnlimited-listing-container .btn-outline-dark) {
      min-width: auto !important;
      max-width: 427px !important;
    }
  }
  
  .new-2024-header :is(.homePageTailwind :is(.liveLifeUnlimited-listing-text-section .title)) {
    margin-top: 24px;
    margin-bottom: 16px;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
  }
  
  @media (min-width: 768px) {
    .new-2024-header :is(.homePageTailwind :is(.liveLifeUnlimited-listing-text-section .title)) {
      margin-top: 0px;
      margin-bottom: 24px;
      font-size: 28px;
      line-height: 41px;
      font-weight: 300;
    }
  }
  
  .new-2024-header :is(.logo) {
    padding-right: 20px;
    width: auto !important;
  }
  
  .new-2024-header :is(.homePageTailwind :is(#offers-carousel .title)) {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    /* 125% */
    margin-bottom: 32px;
  }
  
  @media (min-width: 768px) {
    .new-2024-header :is(.homePageTailwind :is(#offers-carousel .title)) {
      display: none;
    }
  }
  
  /* @media (min-width: 1200px) {
    .homePageTailwind :is(#offers-carousel .slide-with-title) {
      max-width: 470px;
    }
  } */
  
  /* number animation code */
  
  @keyframes count {
    from {
      transform: scale(1);
      opacity: 0;
    }
  
    to {
      transform: scale(1.1);
      opacity: 1;
    }
  }
  
  /* #redemption-carousel-section img, .carousel-item{
    @apply w-[150px]
  } */
  
  /* .carousel-item{
   @apply   flex justify-center bg-red-400
  } */
  
  /* Center images in the carousel */
  
  /* Custom style for left and right arrows */
  
  .new-2024-header :is(.homePageTailwind :is(#how-it-works-section .title)) {
    color: #0055b8;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
  }
  
  @media (min-width: 768px) {
    .new-2024-header :is(.homePageTailwind :is(#how-it-works-section .title)) {
      margin-bottom: 64px;
      font-size: 34px;
      line-height: 41px;
    }
  }
  
  .new-2024-header :is(.homePageTailwind :is(#faq .btn-outline-dark)) {
    background-color: white;
    width: 100%;
  }
  
  .new-2024-header :is(.homePageTailwind :is(#faq .btn-outline-dark:hover)) {
    background-color: #343a3f;
    color: white;
  }
  
  @media (min-width: 768px) {
    .new-2024-header :is(.homePageTailwind :is(.steps svg)) {
      display: flex;
      margin: 40px 12px 0px 12px;
      height: 113px;
      width: 127px;
    }
  
    .new-2024-header :is(.homePageTailwind :is(#faq)) {
      display: flex;
      height: 100%;
      width: 100%;
      flex-wrap: wrap;
      padding-left: 15px;
      padding-right: 15px;
      padding-left: 5%;
      padding-right: 5%;
    }
  
    .new-2024-header :is(.homePageTailwind :is(#faq .btn-outline-dark)) {
      width: 238px;
    }
  
    .new-2024-header :is(.homePageTailwind :is(#faq)) {
      background: linear-gradient(78deg,
          rgba(15, 180, 238, 0.1) 30.36%,
          rgba(17, 180, 236, 0.1) 97.99%);
    }
  }
  
  .new-2024-header :is(.homePageTailwind :is(#faq .title)) {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
  }
  
  .new-2024-header :is(#faq .title:lang(ar)) {
    text-align: right;
  }
  
  @media (min-width: 768px) {
    .new-2024-header :is(.homePageTailwind :is(#faq .title)) {
      margin-bottom: 64px;
      font-size: 34px;
      line-height: 25px;
      text-align: center;
    }
  }
  
  /* Custom icon for the accordion */
  
  .new-2024-header :is(.homePageTailwind :is(.accordion-title[aria-expanded="true"] .icon path)) {
    stroke: #1C4CF4;
  }
  
  .new-2024-header :is(.homePageTailwind :is(.accordion-title[aria-expanded="true"] .icon)) {
    transform: rotate(180deg);
    transition: transform 0.5s ease;
  }
  
  /* .homePageTailwind :is(.icon .active) {
    transform: rotate(180deg);
    transition: transform 0.5s ease;
  } */
  
  .new-2024-header :is(.homePageTailwind :is(#footer-section .btn):focus) {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  
  @media (min-width: 768px) {
    .new-2024-header :is(.homePageTailwind :is(#footer-section .icon)) {
      display: none;
    }
  }
  
  /* .homePageTailwind :is(.steps svg) {
    height: 38px;
    width: -moz-fit-content;
    width: fit-content;
  } */
  
  .new-2024-header :is(.homePageTailwind .transaprent-btn) {
    margin-right: 6px !important;
  }
  
  .new-2024-header :is(.homePageTailwind .header-search-border) {
    background: white !important;
  }
  
  .new-2024-header :is(.homePageTailwind .text-black) {
    color: black !important;
  }
  
  /* .text-white{
    color: white !important;
  } */
  
  .new-2024-header :is(.homePageTailwind .transparent_header) {
    background-color: transparent !important;
    color: white !important;
  }
  
  .new-2024-header :is(.homePageTailwind .transparent_header .transaprent-btn) {
    background-color: transparent !important;
    color: white !important;
  }
  
  
  .new-2024-header :is(.homePageTailwind .transparent_header #search-svg path) {
    fill: white !important;
  }
  
  .new-2024-header :is(.homePageTailwind .transparent_header #region-select-dropdown-icon path) {
    stroke: white !important;
  }
  
  .new-2024-header :is(.homePageTailwind .transparent_header .btn-outline-dark) {
    color: white !important;
    background-color: transparent !important;
    border: solid white 1px !important;
  }
  
  .new-2024-header :is(.homePageTailwind .transparent_header .logo-blue) {
    display: none !important;
  }
  
  .new-2024-header :is(.homePageTailwind .transparent_header .logo-white) {
    display: flex !important;
  }
  
  .new-2024-header :is(.homePageTailwind .transparent_header .header-search-border) {
    opacity: 100 !important;
  }
  
  .new-2024-header :is([v-cloak]) {
    display: none;
  }
  
  .new-2024-header :is(.downscan_cont_btn) {
    font-size: 17px !important;
  }
  
  .new-2024-header :is(.homePageTailwind .downscan .dropdown-menu) {
    padding: 16px !important;
  }
  
  .new-2024-header :is(#subscription_terms_body li) {
    color: var(--color-primary-grey-grey, #737373);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    margin-bottom: 13px;
    /* 116.667% */
  }
  
  @media (max-width: 760px) {
    .new-2024-header :is(.plansOptionSection) {
      padding: 0px 15px !important;
    }
  
    .new-2024-header :is(.header-search-border) {
      display: none;
    }
  
    .new-2024-header :is(.plansOptionSection li) {
      min-height: -moz-fit-content;
      min-height: fit-content;
      padding: 16px 0px
    }
  
    .new-2024-header :is(.homePageTailwind .planCardContainer .btn-primary) {
      margin-bottom: 4px !important;
    }
  }
  
  .new-2024-header :is(#how-it-works-section svg:lang(ar)) {
    transform: scaleX(-1);
  }
  
  @media (min-width: 768px) {
    .new-2024-header :is(.md\:order-first) {
      order: -9999;
    }
  
    .new-2024-header :is(.md\:block) {
      display: block;
    }
  
    .new-2024-header :is(.md\:flex) {
      display: flex;
    }
  
    .new-2024-header :is(.md\:w-\[19px\]) {
      width: 19px;
    }
  
    .new-2024-header :is(.md\:px-\[50px\]) {
      padding-left: 50px;
      padding-right: 50px;
    }
  
    .new-2024-header :is(.homePageTailwind :is(.md\:order-first)) {
      order: -9999;
    }
  
    .new-2024-header :is(.homePageTailwind :is(.md\:block)) {
      display: block;
    }
  
    .new-2024-header :is(.homePageTailwind :is(.md\:flex)) {
      display: flex;
    }
  
    .new-2024-header :is(.homePageTailwind :is(.md\:w-\[19px\])) {
      width: 19px;
    }
  }
  
  @media (min-width: 1024px) {
    .new-2024-header :is(.lg\:px-\[100px\]) {
      padding-left: 100px;
      padding-right: 100px;
    }
  }
  
  .new-2024-header #user_profile_dropdown {
    list-style: none;
  }
  
  .new-2024-header #user_profile_dropdown #user_profile img {
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  
  /* lpcation modal code  */
  
  /* Hide horizontal scrollbar specifically */
  
  .new-2024-location-modal :is(.absolute) {
    position: absolute;
  }
  
  .new-2024-location-modal :is(.relative) {
    position: relative;
  }
  
  .new-2024-location-modal :is(.right-\[0px\]) {
    right: 0px;
  }
  
  .new-2024-location-modal :is(.top-\[0px\]) {
    top: 0px;
  }
  
  .new-2024-location-modal :is(.m-0) {
    margin: 0px;
  }
  
  .new-2024-location-modal :is(.flex) {
    display: flex;
  }
  
  .new-2024-location-modal :is(.h-\[16px\]) {
    height: 16px;
  }
  
  .new-2024-location-modal :is(.h-\[2px\]) {
    height: 2px;
  }
  
  .new-2024-location-modal :is(.min-h-\[553px\]) {
    min-height: 553px;
  }
  
  .new-2024-location-modal :is(.w-\[16px\]) {
    width: 16px;
  }
  
  .new-2024-location-modal :is(.resize) {
    resize: both;
  }
  
  .new-2024-location-modal :is(.items-center) {
    align-items: center;
  }
  
  .new-2024-location-modal :is(.gap-\[12px\]) {
    gap: 12px;
  }
  
  .new-2024-location-modal :is(.rounded-\[6px\]) {
    border-radius: 6px;
  }
  
  .new-2024-location-modal :is(.bg-\[\#E5E5E5\]) {
    --tw-bg-opacity: 1;
    background-color: rgb(229 229 229 / var(--tw-bg-opacity));
  }
  
  .new-2024-location-modal :is(.bg-cover) {
    background-size: cover;
  }
  
  .new-2024-location-modal :is(.bg-center) {
    background-position: center;
  }
  
  .new-2024-location-modal :is(.p-\[24px\]) {
    padding: 24px;
  }
  
  .new-2024-location-modal :is(.py-\[16px\]) {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  
  .new-2024-location-modal :is(.pb-0) {
    padding-bottom: 0px;
  }
  
  .new-2024-location-modal :is(.pl-\[12px\]) {
    padding-left: 12px;
  }
  
  .new-2024-location-modal :is(.text-\[24px\]) {
    font-size: 24px;
  }
  
  .new-2024-location-modal :is(.font-semibold) {
    font-weight: 600;
  }
  
  .new-2024-location-modal :is(body *)::-webkit-scrollbar {
    display: none;
    /* For WebKit browsers like Chrome/Safari */
  }
  
  /* Optional: for Firefox */
  
  .new-2024-location-modal :is(body *) {
    scrollbar-width: none;
  }
  
  /* New shadow dom for play button safari */
  
  .new-2024-location-modal :is(.homePageTailwind :is(.absolute)) {
    position: absolute;
  }
  
  .new-2024-location-modal :is(.homePageTailwind :is(.relative)) {
    position: relative;
  }
  
  .new-2024-location-modal :is(.homePageTailwind :is(.right-\[0px\])) {
    right: 0px;
  }
  
  .new-2024-location-modal :is(.homePageTailwind :is(.top-\[0px\])) {
    top: 0px;
  }
  
  .new-2024-location-modal :is(.homePageTailwind :is(.m-0)) {
    margin: 0px;
  }
  
  .new-2024-location-modal :is(.homePageTailwind :is(.flex)) {
    display: flex;
  }
  
  .new-2024-location-modal :is(.homePageTailwind :is(.h-\[16px\])) {
    height: 16px;
  }
  
  .new-2024-location-modal :is(.homePageTailwind :is(.h-\[2px\])) {
    height: 2px;
  }
  
  .new-2024-location-modal :is(.homePageTailwind :is(.min-h-\[553px\])) {
    min-height: 553px;
  }
  
  .new-2024-location-modal :is(.homePageTailwind :is(.w-\[16px\])) {
    width: 16px;
  }
  
  .new-2024-location-modal :is(.homePageTailwind :is(.resize)) {
    resize: both;
  }
  
  .new-2024-location-modal :is(.homePageTailwind :is(.items-center)) {
    align-items: center;
  }
  
  .new-2024-location-modal :is(.homePageTailwind :is(.gap-\[12px\])) {
    gap: 12px;
  }
  
  .new-2024-location-modal :is(.homePageTailwind :is(.rounded-\[6px\])) {
    border-radius: 6px;
  }
  
  .new-2024-location-modal :is(.homePageTailwind :is(.bg-\[\#E5E5E5\])) {
    --tw-bg-opacity: 1;
    background-color: rgb(229 229 229 / var(--tw-bg-opacity));
  }
  
  .new-2024-location-modal :is(.homePageTailwind :is(.bg-cover)) {
    background-size: cover;
  }
  
  .new-2024-location-modal :is(.homePageTailwind :is(.bg-center)) {
    background-position: center;
  }
  
  .new-2024-location-modal :is(.homePageTailwind :is(.p-\[24px\])) {
    padding: 24px;
  }
  
  .new-2024-location-modal :is(.homePageTailwind :is(.py-\[16px\])) {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  
  .new-2024-location-modal :is(.homePageTailwind :is(.pb-0)) {
    padding-bottom: 0px;
  }
  
  .new-2024-location-modal :is(.homePageTailwind :is(.pl-\[12px\])) {
    padding-left: 12px;
  }
  
  .new-2024-location-modal :is(.homePageTailwind :is(.text-\[24px\])) {
    font-size: 24px;
  }
  
  .new-2024-location-modal :is(.homePageTailwind :is(.font-semibold)) {
    font-weight: 600;
  }
  
  .new-2024-location-modal :is(.homePageTailwind :is(.main-header)) {
    position: sticky;
    top: 0px;
    z-index: 10;
    flex-grow: 1;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(72 72 72 / var(--tw-text-opacity));
    height: 62px;
  }
  
  .new-2024-location-modal :is(.main-header) {
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.05);
  }
  
  .new-2024-location-modal :is(.main-header.transparent_header) {
    box-shadow: none;
  }
  
  .new-2024-location-modal :is(.main-header .btn-outline-dark) {
    background-color: white !important;
    color: #484848 !important;
  }
  
  .new-2024-location-modal :is(.main-header .nav-link) {
    padding: 0px;
  }
  
  
  @media (max-width: 380px) {
    .new-2024-location-modal :is(.main-header .logo) {
      padding-right: 0px;
    }
  }
  
  @media (max-width: 768px) {
  
    .new-2024-location-modal :is(.main-header),
    .new-2024-location-modal :is(.header-body) {
      max-height: 62px !important;
    }
  
    .new-2024-location-modal :is(.banner-heading) {
      font-size: 24px;
      font-weight: 600;
    }
  
    .new-2024-location-modal :is(.checkout_product_content h5) {
      font-size: 14px;
      min-height: 37px;
    }
  }
  
  @media (min-width: 868px) {
    .new-2024-location-modal :is(#home-top-banner .banner-text) {
      font-size: 20px !important;
      font-style: normal;
      font-weight: 300;
      line-height: 28px !important;
      /* 140% */
      text-wrap: nowrap;
    }
  
    .new-2024-location-modal :is(#home-top-banner .banner-text-wrapper) {
      padding-top: 0px;
    }
  
    .new-2024-location-modal :is(.homePageTailwind :is(.main-header)) {
      background-color: transparent;
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }
  }
  
  @media (min-width: 1024px) {
    .new-2024-location-modal :is(.homePageTailwind :is(.content-wrapper)) {
      padding-left: 10%;
      padding-right: 10%;
    }
  
    .new-2024-location-modal :is(.main-header.content-wrapper) {
      padding-left: 5%;
      padding-right: 5%;
    }
  }
  
  @media (min-width: 1280px) {
    .new-2024-location-modal :is(.homePageTailwind :is(.content-wrapper)) {
      padding-left: 20%;
      padding-right: 20%;
    }
  
    .new-2024-location-modal :is(.main-header.content-wrapper) {
      padding-left: 10%;
      padding-right: 10%;
    }
  }
  
  @media (min-width: 1440px) {
    .new-2024-location-modal :is(.main-header.content-wrapper) {
      padding-left: 20%;
      padding-right: 20%;
    }
  }
  
  .new-2024-location-modal :is(.homePageTailwind :is(.modal)) {
    --tw-text-opacity: 1;
    color: rgb(40 40 40 / var(--tw-text-opacity));
  }
  
  .new-2024-location-modal :is(.homePageTailwind :is(.modal-header)) {
    margin: 0px;
    border-width: 0px;
    padding: 0px;
    justify-content: flex-start;
    gap: 19px;
  }
  
  /* .modal-header .modal-location-svg {
    margin-right: 19px;
  } */
  
  @media (max-width: 768px) {
    .new-2024-location-modal :is(.transaprent-btn) {
      font-size: 10px;
    }
  
    .new-2024-location-modal :is(#toplocflag) {
      bottom: 0 !important;
      top: auto;
      border-radius: 30px 30px 0px 0px;
      height: 70vh;
    }
  
    .new-2024-location-modal :is(#toplocflag .modal-dialog) {
      margin: 0px;
    }
  
    .new-2024-location-modal :is(.modal-body) {
      height: 80vh !important;
      overflow: auto;
    }
  
    .new-2024-location-modal :is(.active_poup_modal .modal-body) {
      height: auto !important;
      overflow: auto;
    }
  
    .new-2024-location-modal :is(.transaprent-btn) {
      font-size: 10px;
    }
  
    .new-2024-location-modal :is(#toplocflag) {
      bottom: 0 !important;
      top: auto;
      border-radius: 30px 30px 0px 0px;
      height: 70vh;
    }
  
    .new-2024-location-modal :is(#toplocflag .modal-dialog) {
      margin: 0px;
    }
  
    .new-2024-location-modal :is(.modal-body) {
      height: 80vh !important;
      overflow: auto;
    }
  
    .new-2024-location-modal :is(.active_poup_modal .modal-body) {
      height: auto !important;
      overflow: auto;
    }
  
    .new-2024-location-modal :is(.transaprent-btn) {
      font-size: 10px;
    }
  
    .new-2024-location-modal :is(#toplocflag) {
      bottom: 0 !important;
      top: auto;
      border-radius: 30px 30px 0px 0px;
      height: 70vh;
    }
  
    .new-2024-location-modal :is(#toplocflag .modal-dialog) {
      margin: 0px;
    }
  
    .new-2024-location-modal :is(.modal-body) {
      height: 80vh !important;
      overflow: auto;
    }
  
    .new-2024-location-modal :is(.active_poup_modal .modal-body) {
      height: auto !important;
      overflow: auto;
    }
  
    .new-2024-location-modal :is(.transaprent-btn) {
      font-size: 10px;
    }
  
    .new-2024-location-modal :is(#toplocflag) {
      bottom: 0 !important;
      top: auto;
      border-radius: 30px 30px 0px 0px;
      height: 70vh;
    }
  
    .new-2024-location-modal :is(#toplocflag .modal-dialog) {
      margin: 0px;
    }
  
    .new-2024-location-modal :is(.modal-body) {
      height: 80vh !important;
      overflow: auto;
    }
  
    .new-2024-location-modal :is(.active_poup_modal .modal-body) {
      height: auto !important;
      overflow: auto;
    }
  
    .new-2024-location-modal :is(.transaprent-btn) {
      font-size: 10px;
    }
  
    .new-2024-location-modal :is(#toplocflag) {
      bottom: 0 !important;
      top: auto;
      border-radius: 30px 30px 0px 0px;
      height: 70vh;
    }
  
    .new-2024-location-modal :is(#toplocflag .modal-dialog) {
      margin: 0px;
    }
  
    .new-2024-location-modal :is(.modal-body) {
      height: 80vh !important;
      overflow: auto;
    }
  
    .new-2024-location-modal :is(.active_poup_modal .modal-body) {
      height: auto !important;
      overflow: auto;
    }
  }
  
  .new-2024-location-modal :is(#toplocflag .modal-body) {
    display: flex;
    flex-wrap: wrap;
  }
  
  .new-2024-location-modal :is(.region-section>p) {
    color: var(--color-primary-black, #282828);
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 129.412% */
  }
  
  .new-2024-location-modal :is(.region-section) {
    padding-bottom: 20px;
  }
  
  @media (min-width: 768px) {
    .new-2024-location-modal :is(.modal-header .modal-location-svg) {
      display: none;
    }
  }
  
  .new-2024-location-modal :is(.homePageTailwind :is(.modal-content)) {
    border-width: 0px;
  }
  
  .new-2024-location-modal :is(.homePageTailwind :is(.modal-location-options)) {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
  }
  
  .new-2024-location-modal :is(.homePageTailwind :is(.modal-location-option-container)) {
    width: 100%;
  }
  
  @media (min-width: 768px) {
    .new-2024-location-modal :is(.homePageTailwind :is(.modal-location-option-container)) {
      width: 92%;
    }
  
    .new-2024-location-modal :is(.homePageTailwind :is(.region-section.Middle-East .modal-location-option-container)) {
      width: 46%;
    }
  
    /* .homePageTailwind :is(.modal-location-option-container):nth-child(odd) {
      padding-right: 18px;
    } */
  
    /* .homePageTailwind :is(.modal-location-option-container):nth-child(even) {
      padding-left: 18px;
    } */
  
    .new-2024-location-modal :is(#toplocflag .modal-content) {
      padding: 40px ;
    }
  
    .new-2024-location-modal :is(.homePageTailwind :is(.modal-location-option-container)) {
      width: 92%;
    }
  
    .new-2024-location-modal :is(.homePageTailwind :is(.region-section.Middle-East .modal-location-option-container)) {
      width: 46%;
    }
  
    /* .homePageTailwind :is(.modal-location-option-container):nth-child(odd) {
      padding-right: 18px;
    } */
  
    /* .homePageTailwind :is(.modal-location-option-container):nth-child(even) {
      padding-left: 18px;
    } */
  
    .new-2024-location-modal :is(#toplocflag .modal-content) {
      padding: 40px ;
    }
  
    .new-2024-location-modal :is(.homePageTailwind :is(.modal-location-option-container)) {
      width: 92%;
    }
  
    .new-2024-location-modal :is(.homePageTailwind :is(.region-section.Middle-East .modal-location-option-container)) {
      width: 46%;
    }
  
    /* .homePageTailwind :is(.modal-location-option-container):nth-child(odd) {
      padding-right: 18px;
    } */
  
    /* .homePageTailwind :is(.modal-location-option-container):nth-child(even) {
      padding-left: 18px;
    } */
  
    .new-2024-location-modal :is(#toplocflag .modal-content) {
      padding: 40px ;
    }
  
    .new-2024-location-modal :is(.homePageTailwind :is(.modal-location-option-container)) {
      width: 92%;
    }
  
    .new-2024-location-modal :is(.homePageTailwind :is(.region-section.Middle-East .modal-location-option-container)) {
      width: 46%;
    }
  
    /* .homePageTailwind :is(.modal-location-option-container):nth-child(odd) {
      padding-right: 18px;
    } */
  
    /* .homePageTailwind :is(.modal-location-option-container):nth-child(even) {
      padding-left: 18px;
    } */
  
    .new-2024-location-modal :is(#toplocflag .modal-content) {
      padding: 40px ;
    }
  
    .new-2024-location-modal :is(.homePageTailwind :is(.modal-location-option-container)) {
      width: 92%;
    }
  
    .new-2024-location-modal :is(.homePageTailwind :is(.region-section.Middle-East .modal-location-option-container)) {
      width: 46%;
    }
  
    /* .homePageTailwind :is(.modal-location-option-container):nth-child(odd) {
      padding-right: 18px;
    } */
  
    /* .homePageTailwind :is(.modal-location-option-container):nth-child(even) {
      padding-left: 18px;
    } */
  
    .new-2024-location-modal :is(#toplocflag .modal-content) {
      padding: 40px ;
    }
  }
  
  .new-2024-location-modal :is(#toplocflag .modal-content) {
    padding: 24px 16px;
  }
  
  .new-2024-location-modal :is(#toplocflag .region-section) {
    width: 100%;
  }
  
  @media (min-width: 768px) {
    .new-2024-location-modal :is(#toplocflag .region-section) {
      width: 50%;
    }
  }
  
  .new-2024-location-modal :is(.region-section .modal-region-container) {
    display: flex;
    flex-direction: column;
  }
  
  .new-2024-location-modal :is(.region-section.Middle-East) {
    width: 100% !important;
  }
  
  .new-2024-location-modal :is(.region-section.Middle-East .modal-region-container) {
    flex-direction: row;
  }
  
  .new-2024-location-modal :is(.homePageTailwind :is(.modal-region-container)) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  @media (max-width: 768px) {
    
  
    /* .logreg_proile {
      display: none !important;
    } */
  }
  
  
  
  /* .planCardContainer .btn-outline-dark{
    
    } */
  
  /* @media (min-width: 768px) {
    .homePageTailwind :is(.plansOptionSection) {
      padding: 0px;
    }
  } */
  
  /* @media (min-width: 1200px) {
    .homePageTailwind :is(#offers-carousel .slide-with-title) {
      max-width: 470px;
    }
  } */
  
  /* number animation code */
  
  @keyframes count {
    from {
      transform: scale(1);
      opacity: 0;
    }
  
    to {
      transform: scale(1.1);
      opacity: 1;
    }
  }
  
  /* #redemption-carousel-section img, .carousel-item{
    @apply w-[150px]
  } */
  
  /* .carousel-item{
   @apply   flex justify-center bg-red-400
  } */
  
  /* Center images in the carousel */
  
  /* Custom style for left and right arrows */
  
  /* Custom icon for the accordion */
  
  /* .homePageTailwind :is(.icon .active) {
    transform: rotate(180deg);
    transition: transform 0.5s ease;
  } */
  
  /* .homePageTailwind :is(.steps svg) {
    height: 38px;
    width: -moz-fit-content;
    width: fit-content;
  } */
  
  .new-2024-location-modal :is(.homePageTailwind .modal-close-button:lang(ar)) {
    left: 0 !important;
    right: auto !important;
  }
  
  /* .text-white{
    color: white !important;
  } */
  
  .new-2024-location-modal :is(.homePageTailwind .transparent_header) {
    background-color: transparent !important;
    color: white !important;
  }
  
  .new-2024-location-modal :is(.homePageTailwind .transparent_header #search-svg path) {
    fill: white !important;
  }
  
  .new-2024-location-modal :is(.homePageTailwind .transparent_header #region-select-dropdown-icon path) {
    stroke: white !important;
  }
  
  .new-2024-location-modal :is(.homePageTailwind .transparent_header .btn-outline-dark) {
    color: white !important;
    background-color: transparent !important;
    border: solid white 1px !important;
  }
  
  .new-2024-location-modal :is(.homePageTailwind .transparent_header .logo-blue) {
    display: none !important;
  }
  
  .new-2024-location-modal :is(.homePageTailwind .transparent_header .logo-white) {
    display: flex !important;
  }
  
  .new-2024-location-modal :is(.homePageTailwind .transparent_header .header-search-border) {
    opacity: 100 !important;
  }
  
  .new-2024-location-modal :is(.homePageTailwind .modal-location-options a) {
    color: #3e4347 !important;
  }
  
  .new-2024-location-modal :is(.homePageTailwind .modal-location-options .active_country) {
    font-weight: 600 !important;
  }
  
  .new-2024-location-modal :is([v-cloak]) {
    display: none;
  }
  
  .new-2024-location-modal :is(#subscription_terms_body li) {
    color: var(--color-primary-grey-grey, #737373);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    margin-bottom: 13px;
    /* 116.667% */
  }
  
  .new-2024-location-modal :is(.subscription_terms_modal .modal-header .close:lang(ar)) {
    margin: 0px;
  }
  
  .new-2024-location-modal :is(#how-it-works-section svg:lang(ar)) {
    transform: scaleX(-1);
  }
  
  @media (min-width: 768px) {
    .new-2024-location-modal :is(.md\:min-w-\[776px\]) {
      min-width: 776px;
    }
  }