/* Hide horizontal scrollbar specifically */
body *::-webkit-scrollbar {
  display: none;
  /* For WebKit browsers like Chrome/Safari */
}

/* Optional: for Firefox */
body * {
  scrollbar-width: none;
}
svg:focus {
  outline: none !important;
}
svg:focus-within {
  outline: none !important;
}
svg *:focus {
  outline: none !important;
}
svg *:focus-within {
  outline: none !important;
}

/* New shadow dom for play button safari */
.top-banner-video video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

.top-banner-video {
  display: flex;
  justify-content: center;
}

.media-controls-container {
  display: none !important;
}

@font-face {
  font-family: "MuseoSans";

  src: url("../assets/fonts/museosans_100-webfont.woff") format("woff");

  font-weight: 100;

  font-style: normal;
}

@font-face {
  font-family: "MuseoSans";

  src: url("../assets/fonts/museosans_300-webfont.woff") format("woff");

  font-weight: 300;

  font-style: normal;
}

@font-face {
  font-family: "MuseoSans";

  src: url("../assets/fonts/museosans_500-webfont.woff") format("woff");

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: "MuseoSans";

  src: url("../assets/fonts/museosans_700-webfont.woff") format("woff");

  font-weight: 700;

  font-style: normal;
}

@font-face {
  font-family: "MuseoSans";

  src: url("../assets/fonts/museosans_900-webfont.woff") format("woff");

  font-weight: 900;

  font-style: normal;
}

.homePageTailwind a {
  text-decoration: none !important;
  cursor: pointer !important;
}

.homePageTailwind button {
  cursor: pointer !important;
}

.homePageTailwind :is(.sr-only) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.homePageTailwind :is(.collapse) {
  visibility: collapse;
}

.homePageTailwind :is(.absolute) {
  position: absolute;
}

.homePageTailwind :is(.relative) {
  position: relative;
}

.homePageTailwind :is(.right-\[0px\]) {
  right: 0px;
}

.homePageTailwind :is(.top-0) {
  top: 0px;
}

.homePageTailwind :is(.top-\[0px\]) {
  top: 0px;
}
/* 
.homePageTailwind :is(.order-1) {
  order: 1;
}

.homePageTailwind :is(.order-2) {
  order: 2;
}

.homePageTailwind :is(.order-3) {
  order: 3;
} */

.homePageTailwind :is(.order-4) {
  order: 4;
}

.homePageTailwind :is(.order-first) {
  order: -9999;
}

.homePageTailwind :is(.m-0) {
  margin: 0px;
}

.homePageTailwind :is(.mx-0) {
  margin-left: 0px;
  margin-right: 0px;
}

.homePageTailwind :is(.mx-auto) {
  margin-left: auto;
  margin-right: auto;
}

.homePageTailwind :is(.my-\[32px\]) {
  margin-top: 32px;
  margin-bottom: 32px;
}

.homePageTailwind :is(.mb-0) {
  margin-bottom: 0px;
}

.homePageTailwind :is(.mb-4) {
  margin-bottom: 1rem;
}

.homePageTailwind :is(.mb-\[15px\]) {
  margin-bottom: 15px;
}

.homePageTailwind :is(.mb-\[16px\]) {
  margin-bottom: 16px;
}

.homePageTailwind :is(.mb-\[21px\]) {
  margin-bottom: 21px;
}

.homePageTailwind :is(.mb-\[40px\]) {
  margin-bottom: 40px;
}

.homePageTailwind :is(.mb-\[69px\]) {
  margin-bottom: 69px;
}

.homePageTailwind :is(.mb-\[80px\]) {
  margin-bottom: 80px;
}

.homePageTailwind :is(.ml-3) {
  margin-left: 0.75rem;
}

.homePageTailwind :is(.ml-8) {
  margin-left: 2rem;
}

.homePageTailwind :is(.ml-\[16px\]) {
  margin-left: 16px;
}

.homePageTailwind :is(.mx-\[16px\]) {
  margin-left: 16px;
  margin-right: 16px;
}

.homePageTailwind :is(.mr-2) {
  margin-right: 0.5rem;
}

.homePageTailwind :is(.mr-6) {
  margin-right: 1.5rem;
}

.homePageTailwind :is(.mt-\[-92px\]) {
  margin-top: -92px;
}

.homePageTailwind :is(.mt-\[16px\]) {
  margin-top: 16px;
}

.homePageTailwind :is(.mt-\[24px\]) {
  margin-top: 24px;
}

.homePageTailwind :is(.mt-\[32px\]) {
  margin-top: 32px;
}

.homePageTailwind :is(.mt-\[40px\]) {
  margin-top: 40px;
}

.homePageTailwind :is(.box-border) {
  box-sizing: border-box;
}

.homePageTailwind :is(.block) {
  display: block;
}

.homePageTailwind :is(.flex) {
  display: flex;
}

.homePageTailwind :is(.hidden) {
  display: none;
}

.homePageTailwind :is(.h-6) {
  height: 1.5rem;
}

.homePageTailwind :is(.h-\[16px\]) {
  height: 16px;
}

.homePageTailwind :is(.h-\[1px\]) {
  height: 1px;
}

.homePageTailwind :is(.h-\[22px\]) {
  height: 22px;
}

.homePageTailwind :is(.h-\[2px\]) {
  height: 2px;
}

.homePageTailwind :is(.h-\[470px\]) {
  height: 470px;
}

.homePageTailwind :is(.min-h-\[53px\]) {
  min-height: 53px;
}

.homePageTailwind :is(.min-h-\[553px\]) {
  min-height: 553px;
}

.homePageTailwind :is(.w-6) {
  width: 1.5rem;
}

.homePageTailwind :is(.w-\[150px\]) {
  width: 150px;
}

.homePageTailwind :is(.w-\[16px\]) {
  width: 16px;
}

.homePageTailwind :is(.w-\[19px\]) {
  width: 19px;
}

.homePageTailwind :is(.w-\[1px\]) {
  width: 1px;
}

.homePageTailwind :is(.w-\[30px\]) {
  width: 30px;
}

.homePageTailwind :is(.w-\[343px\]) {
  width: 343px;
}

.homePageTailwind :is(.w-auto) {
  width: auto;
}

.homePageTailwind :is(.w-full) {
  width: 100%;
}

.homePageTailwind :is(.max-w-\[238px\]) {
  max-width: 238px;
}

.homePageTailwind :is(.max-w-\[427px\]) {
  max-width: 427px;
}

.homePageTailwind :is(.max-w-\[500px\]) {
  max-width: 500px;
}

.homePageTailwind :is(.grow) {
  flex-grow: 1;
}

.homePageTailwind :is(.transform) {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.homePageTailwind :is(.resize) {
  resize: both;
}

.homePageTailwind :is(.flex-row) {
  flex-direction: row;
}

.homePageTailwind :is(.flex-col) {
  flex-direction: column;
}

.homePageTailwind :is(.flex-wrap) {
  flex-wrap: wrap;
}

.homePageTailwind :is(.flex-nowrap) {
  flex-wrap: nowrap;
}

.homePageTailwind :is(.items-center) {
  align-items: center;
}

.homePageTailwind :is(.justify-end) {
  justify-content: flex-end;
}

.homePageTailwind :is(.justify-center) {
  justify-content: center;
}

.homePageTailwind :is(.justify-between) {
  justify-content: space-between;
}

.homePageTailwind :is(.justify-around) {
  justify-content: space-around;
}

.homePageTailwind :is(.gap-8) {
  gap: 2rem;
}

.homePageTailwind :is(.gap-\[12px\]) {
  gap: 12px;
}

.homePageTailwind :is(.gap-\[16px\]) {
  gap: 16px;
}

.homePageTailwind :is(.gap-\[24px\]) {
  gap: 24px;
}

.homePageTailwind :is(.gap-\[32px\]) {
  gap: 32px;
}

.homePageTailwind :is(.gap-\[40px\]) {
  gap: 40px;
}

.homePageTailwind :is(.overflow-hidden) {
  overflow: hidden;
}

.homePageTailwind :is(.rounded-\[6px\]) {
  border-radius: 6px;
}

.homePageTailwind :is(.border-0) {
  border-width: 0px;
}

.homePageTailwind :is(.bg-\[\#737373\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}

.homePageTailwind :is(.bg-\[\#E5E5E5\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.homePageTailwind :is(.bg-transparent) {
  background-color: transparent;
}

.homePageTailwind :is(.bg-white) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.homePageTailwind :is(.bg-cover) {
  background-size: cover;
}

.homePageTailwind :is(.bg-center) {
  background-position: center;
}

.homePageTailwind :is(.p-\[16px\]) {
  padding: 16px;
}

.homePageTailwind :is(.p-\[24px\]) {
  padding: 24px;
}

.homePageTailwind :is(.p-\[40px\]) {
  padding: 40px;
}

.homePageTailwind :is(.px-\[15px\]) {
  padding-left: 15px;
  padding-right: 15px;
}

.homePageTailwind :is(.px-\[16px\]) {
  padding-left: 16px;
  padding-right: 16px;
}

.homePageTailwind :is(.px-\[70px\]) {
  padding-left: 70px;
  padding-right: 70px;
}

.homePageTailwind :is(.px-\[74px\]) {
  padding-left: 74px;
  padding-right: 74px;
}

.homePageTailwind :is(.py-\[16px\]) {
  padding-top: 16px;
  padding-bottom: 16px;
}

.homePageTailwind :is(.py-\[40px\]) {
  padding-top: 40px;
  padding-bottom: 40px;
}

.homePageTailwind :is(.pb-0) {
  padding-bottom: 0px;
}

.homePageTailwind :is(.pb-\[40px\]) {
  padding-bottom: 40px;
}

.homePageTailwind :is(.pl-\[12px\]) {
  padding-left: 12px;
}

.homePageTailwind :is(.pl-\[3px\]) {
  padding-left: 3px;
}

.homePageTailwind :is(.pl-\[90px\]) {
  padding-left: 90px;
}

.homePageTailwind :is(.pr-1) {
  padding-right: 0.25rem;
}

.homePageTailwind :is(.pt-\[40px\]) {
  padding-top: 40px;
}

.homePageTailwind :is(.pt-\[42px\]) {
  padding-top: 42px;
}

.homePageTailwind :is(.text-left) {
  text-align: left;
}

.homePageTailwind :is(.text-center) {
  text-align: center;
}

.homePageTailwind :is(.text-2xl) {
  font-size: 1.5rem;
  line-height: 2rem;
}

.homePageTailwind :is(.text-\[12px\]) {
  font-size: 12px;
}

.homePageTailwind :is(.text-\[13px\]) {
  font-size: 13px;
}

.homePageTailwind :is(.text-\[15px\]) {
  font-size: 15px;
}

.homePageTailwind :is(.text-\[17px\]) {
  font-size: 17px;
}

.homePageTailwind :is(.text-\[20px\]) {
  font-size: 20px;
}

.homePageTailwind :is(.text-\[24px\]) {
  font-size: 24px;
}

.homePageTailwind :is(.text-\[34px\]) {
  font-size: 34px;
}

.homePageTailwind :is(.font-bold) {
  font-weight: 700;
}

.homePageTailwind :is(.font-light) {
  font-weight: 300;
}

.homePageTailwind :is(.font-normal) {
  font-weight: 400;
}

.homePageTailwind :is(.font-semibold) {
  font-weight: 600;
}

.homePageTailwind :is(.leading-\[14px\]) {
  line-height: 14px;
}

.homePageTailwind :is(.leading-\[22px\]) {
  line-height: 22px;
}

.homePageTailwind :is(.leading-\[25px\]) {
  line-height: 25px;
}

.homePageTailwind :is(.leading-\[30px\]) {
  line-height: 30px;
}

.homePageTailwind :is(.leading-\[41px\]) {
  line-height: 41px;
}

.homePageTailwind :is(.text-\[\#2F85FE\]) {
  --tw-text-opacity: 1;
  color: rgb(47 133 254 / var(--tw-text-opacity));
}

.homePageTailwind :is(.text-\[\#737373\]) {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.homePageTailwind :is(.text-white) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.homePageTailwind :is(.underline) {
  text-decoration-line: underline !important;
}

.homePageTailwind :is(.underline-offset-4) {
  text-underline-offset: 4px;
}

.homePageTailwind :is(.opacity-20) {
  opacity: 0.2;
}

.homePageTailwind :is(.opacity-40) {
  opacity: 0.4;
}

.homePageTailwind :is(#home-top-banner) {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#home-top-banner .banner-text {
  font-size: 21px !important;
  line-height: 25px !important;
  font-weight: 300;
  margin-bottom: 24px;
}

#home-top-banner .banner-text-wrapper {
  padding-top: 100px;
}

.homePageTailwind :is(#main-header) {
  position: sticky;
  top: 0px;
  z-index: 11;
  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 {
  position: sticky;
  top: 0px;
  z-index: 10;
  flex-grow: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  color: rgb(72 72 72 / var(--tw-text-opacity));
}


#main-header .btn-outline-dark {
  background-color: white !important;
  color: #484848 !important;
}

#main-header {
  box-shadow: 0 8px 20px 0 rgba(0,0,0,.05) !important;
}

.banner-heading {
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 107.143% */
}

@media (max-width: 380px) {
  #main-header .logo {
    padding-right: 0px;
  }
}

@media (max-width: 768px) {

 

  .banner-heading {
    font-size: 24px;
    font-weight: 600;
  }

  .checkout_product_content h5 {
    font-size: 14px;
    min-height: 37px;
  }
}

@media (min-width: 868px) {
  #home-top-banner .banner-text {
    font-size: 20px !important;
    font-style: normal;
    font-weight: 300;
    line-height: 28px !important;
    /* 140% */
    text-wrap: nowrap;
  }

  #home-top-banner .banner-text-wrapper {
    padding-top: 0px;
  }

 
}

@media (max-width: 762px) {
  .banner-heading {
    font-size: 20px !important;
  }

  #home-top-banner .banner-text {
    font-size: 15px !important;
    line-height: normal !important;
  }
}

@media (min-width: 1440px) {
  .homePageTailwind :is(#main-header .content-wrapper) {
    padding-left: 15%;
    padding-right: 15%;
  }
}

.homePageTailwind :is(.content-wrapper) {
  display: flex;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .homePageTailwind :is(.content-wrapper) {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (min-width: 1024px) {
  .homePageTailwind :is(.content-wrapper) {
    padding-left: 10%;
    padding-right: 10%;
  }

  #main-header.content-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (min-width: 1280px) {
  .homePageTailwind :is(.content-wrapper) {
    padding-left: 20%;
    padding-right: 20%;
  }

  #main-header.content-wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media (min-width: 1440px) {
  #main-header.content-wrapper {
    padding-left: 20%;
    padding-right: 20%;
  }
}

.homePageTailwind :is(.btn-primary) {
  background-color: #2f85fe;
  color: white;
}

.homePageTailwind :is(.btn-primary:hover) {
  background-color: #2f85fe;
}

.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;
}

.homePageTailwind :is(.modal) {
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity));
}

.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) {
  .transaprent-btn {
    font-size: 10px;
  }

  .transaprent-btn.login-page {
    font-size: 12px;
  }

  #toplocflag {
    bottom: 0 !important;
    top: auto;
    border-radius: 30px 30px 0px 0px;
    height: 70vh;
  }

  #toplocflag .modal-dialog {
    margin: 0px;
  }

  .modal-body {
    height: 80vh !important;
    overflow: auto;
  }

  .active_poup_modal .modal-body {
    height: auto !important;
    overflow: auto;
  }
}

#toplocflag .modal-body {
  display: flex;
  flex-wrap: wrap;
}

.region-section>p {
  color: var(--color-primary-black, #282828);
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 129.412% */
}

.region-section {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .modal-header .modal-location-svg {
    display: none;
  }
}

.homePageTailwind :is(.modal-content) {
  border-width: 0px;
}

.homePageTailwind :is(.modal-location-options) {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
}

.homePageTailwind :is(.modal-location-option-container) {
  width: 100%;
}

@media (min-width: 768px) {
  .homePageTailwind :is(.modal-location-option-container) {
    width: 92%;
  }

  .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;
  } */

  #toplocflag .modal-content {
    padding: 40px;

  }
}

#toplocflag .modal-content {
  padding: 24px 16px;
}

#toplocflag .region-section {
  width: 100%;
}

@media (min-width: 768px) {
  #toplocflag .region-section {
    width: 50%;
  }
}

.region-section .modal-region-container {
  display: flex;
  flex-direction: column;
}

.region-section.Middle-East {
  width: 100% !important;
}

.region-section.Middle-East .modal-region-container {
  flex-direction: row;
}

.homePageTailwind :is(.modal-region-container) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}





.homePageTailwind :is(#categories-section) {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2fafd;
}

@media (min-width: 768px) {
  .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%);
  }

  #categories-section.content-wrapper {
    padding-left: 0%;
    padding-right: 0%;
  }
}

.homePageTailwind :is(.single-category) {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.homePageTailwind :is(.categories-container) {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

@media (min-width: 768px) {
  .homePageTailwind :is(.categories-container) {
    /* flex-wrap: nowrap; */
    justify-content: center;
    gap: 49px;
  }
}

.single-category p {
  color: #000 !important;
}

.homePageTailwind :is(.categories-container .single-category) {
  width: 23% !important;
  white-space: pre-wrap;
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 15px;
  padding-bottom: 8px;
}

.categories-container .single-category img {
  height: 24px !important;
  width: auto !important;
}

@media (min-width: 768px) {
  .categories-container {
    flex-wrap: wrap;
  }

  .homePageTailwind :is(.categories-container .single-category) {
    width: fit-content;
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .categories-container .single-category img {
    height: 50px !important;
    width: auto !important;
  }
}

.homePageTailwind :is(.categories-container .single-category) {
  width: 23%;
  white-space: pre-wrap;
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 15px;
  padding-bottom: 8px;
}

@media (min-width: 768px) {
  .homePageTailwind :is(.categories-container .single-category) {
    width: fit-content !important;
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.homePageTailwind :is(.categories-container img) {
  width: 44px;
}

.homePageTailwind :is(.category-text) {
  margin-top: 11px;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .homePageTailwind :is(.category-text) {
    margin-top: 16px;
    font-size: 13px;
    line-height: 18px;
    text-wrap: nowrap;
  }
}

.homePageTailwind :is(.img-and-pricing-plans) {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  z-index: 2;
}

.img-and-pricing-plans>a {
  min-height: 170px;
}

@media (min-width: 768px) {
  .homePageTailwind :is(.img-and-pricing-plans) {
    flex-direction: column;
  }
}

.homePageTailwind :is(.img-and-pricing-plans img) {
  padding: 0px;
}

@media (min-width: 768px) {
  .homePageTailwind :is(.img-and-pricing-plans img) {
    padding: 0px;
  }
}

.homePageTailwind :is(.plansCardSection) {
  border-radius: 10px;
  display: flex;
  width: fit-content;
  max-width: 100%;
  flex-wrap: wrap;
  --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);
  justify-content: center;
  /* gap: 10px; */
}

@media (min-width: 768px) {
  .homePageTailwind :is(.plansCardSection) {
    flex-wrap: nowrap;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1),
      0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
      0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.homePageTailwind :is(.planCardContainer) {
  margin-bottom: 16px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background-color: white;
}

@media (min-width: 768px) {
  .homePageTailwind :is(.planCardContainer) {
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 30px;
    --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);
  }
}

/* .planCardContainer .btn-outline-dark{
  
  } */

.homePageTailwind :is(.plans-pill) {
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(234 243 255 / var(--tw-bg-opacity));
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 40px;
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
  --tw-text-opacity: 1;
  color: rgb(78 152 209 / var(--tw-text-opacity));
}

.homePageTailwind :is(.planPriceSection) {
  order: -9999;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px;
  padding-bottom: 0px;
  gap: 10px;
}

@media (min-width: 768px) {
  .homePageTailwind :is(.planPriceSection) {
    order: 1;
    padding: 31px;
    padding-bottom: 0px;
    min-height: 190px;
  }
}

.homePageTailwind :is(.plansOptionSection) {
  display: flex;
  flex-direction: column;
  flex-grow: inherit;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  z-index: 2;
}

.plansOptionSection>div {
  width: 100%;
}

/* @media (min-width: 768px) {
  .homePageTailwind :is(.plansOptionSection) {
    padding: 0px;
  }
} */

.plansOptionSection {
  padding: 0px 30px !important;
}

.plansOptionSection ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0px;
}

.plansOptionSection li {
  text-wrap: wrap;
  word-break: break-word !important;
  color: var(--color-primary-dark, #484848);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding: 24px 0px;
  border-bottom: solid #f1f1f1 1px;
  min-height: 105px;
  display: flex;
  align-items: center;
}

.homePageTailwind :is(.plansOptionSection :last-child) {
  border-bottom: none;
}

.homePageTailwind :is(.planOption) {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: space-between;
  border-width: 1px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity));
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.homePageTailwind :is(.planOption):nth-child(odd) {
  border-right-width: 1px;
}

.homePageTailwind :is(.planOption):nth-child(even) {
  border-right-width: 0px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .homePageTailwind :is(.planOption) {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 30px;
    margin-right: 30px;
    width: 100%;
    flex-direction: row;
    border-bottom-width: 1px;
    border-right-width: 0px;
    padding-top: 26px;
    padding-bottom: 16px;
  }

  .homePageTailwind :is(.planOption):nth-child(odd) {
    border-right-width: 0px;
  }

  .homePageTailwind :is(.planOption):nth-child(even) {
    padding-left: 0px;
  }
}

.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;
}

.btn-outline-dark:hover {
  background-color: #343a3f;
  color: white;
}

.homePageTailwind :is(.mostPopularBorder) {
  outline: solid 2px #f58423;
  position: relative;
  border-radius: 0px 0px 10px 10px;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .homePageTailwind :is(.mostPopularBorder) {
    margin-top: 0px;
  }
}

.homePageTailwind :is(.mostPopularBorder)::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  top: -42px;
  /* -20px for the top outline plus 2px border width */
  left: -2px;
  /* 2px border width */
  right: -2px;
  /* 2px border width */
  bottom: -2px;
  /* 2px border width */
  border-top: 40px solid #f58423;
  /* 20px outline on top */
  z-index: 1;
}

.homePageTailwind :is(.popularTopContent) {
  position: absolute;
  top: -30px;
  display: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  z-index: 2;
}

.homePageTailwind :is(.mostPopularBorder .popularTopContent) {
  display: flex;
}

.popularTopContent p {
  margin-bottom: 0;
}

.homePageTailwind :is(.mostPopularBorder .plans-pill) {
  --tw-bg-opacity: 1;
  background-color: rgb(252 241 221 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(245 132 35 / var(--tw-text-opacity));
}

.homePageTailwind :is(.cart-btn-wrapper .btn-primary) {
  background-color: #2f85fe !important;
  color: white !important;
}

.homePageTailwind :is(.cart-btn-wrapper .btn-primary):hover {
  background-color: #2f85fe !important;
}

.homePageTailwind :is(#features-section) {
  padding-top: 16px;
  padding-bottom: 16px;
  background: linear-gradient(78deg,
      rgba(15, 180, 238, 0.1) 30.36%,
      rgba(17, 180, 236, 0.1) 97.99%);
}

@media (min-width: 768px) {
  .homePageTailwind :is(#features-section) {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.homePageTailwind :is(#features-section .single-category) {
  width: 30%;
}

.homePageTailwind .single-category img {
  height: 50px;
  width: auto;
}

@media (min-width: 768px) {
  .homePageTailwind :is(#features-section .single-category) {
    width: 18%;
  }

  .homePageTailwind :is(#features-section img) {
    height: 72px !important;
    width: auto !important;
  }
}

.homePageTailwind :is(.featured-category-text) {
  margin-top: 16px;
  max-width: 170px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.homePageTailwind :is(#features-section .single-category) {
  justify-content: flex-start;
}

.homePageTailwind :is(.carousel-indicators) {
  list-style: none;
  display: flex;
  justify-content: center;
}

.homePageTailwind :is(.carousel-indicators div) {
  display: flex;
  overflow: hidden;
  border-radius: 9999px;
}

.homePageTailwind :is(.carousel-indicators li) {
  background-color: #ccc;
  /* Indicator color */
  border-radius: 50%;
  /* Makes the indicator round */
  width: 10px;
  /* Adjust the width as needed */
  height: 10px;
  /* Adjust the height as needed */
  margin: 0 5px;
  /* Adjust the spacing between indicators */
  cursor: pointer;
}

.homePageTailwind :is(#liveLifeUnlimited) {
  border-bottom: 1px solid #0055b8;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .homePageTailwind :is(#liveLifeUnlimited) {
    padding-bottom: 80px;
  }
}

.homePageTailwind :is(.liveLifeUnlimited-listing-container) {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}

.homePageTailwind .liveLifeUnlimited-listing-container .btn-outline-dark {
  width: 100%;
  margin: 0px 16px;
}

@media (min-width: 768px) {
  .homePageTailwind :is(.liveLifeUnlimited-listing-container) {
    gap: 80px;
  }

  .liveLifeUnlimited-listing-container .btn-outline-dark {
    min-width: auto !important;
    max-width: 427px !important;
  }
}

.homePageTailwind :is(.liveLifeUnlimited-listing) {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .homePageTailwind :is(.liveLifeUnlimited-listing) {
    flex-wrap: nowrap;
  }

  .homePageTailwind :is(.liveLifeUnlimited-listing .img-with-count > div) {
    align-items: center !important;
  }
}

.homePageTailwind :is(.liveLifeUnlimited-listing .img-with-count) {
  position: relative;
  display: flex;
  min-height: 150px;
  width: 100%;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}



.homePageTailwind :is(.liveLifeUnlimited-listing .img-with-count > div > p) {
  margin-bottom: 0;
}


@media (min-width: 768px) {
  .homePageTailwind :is(.liveLifeUnlimited-listing .img-with-count) {
    min-width: 238px;
    min-height: 158px;
    max-width: 238px;
    justify-content: center;
    border-radius: 6px;
  }
}

@media (min-width: 1180px) {
  .homePageTailwind :is(.liveLifeUnlimited-listing .img-with-count) {
    min-width: 338px;
    min-height: 258px;
    max-width: 338px;
    max-height: 258px;
  }
}

.homePageTailwind :is(.liveLifeUnlimited-listing .img-with-count div) {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 8px;
  padding: 16px;
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  line-height: 34px;
}

@media (min-width: 768px) {
  .homePageTailwind :is(.liveLifeUnlimited-listing .img-with-count div) {
    margin-bottom: 24px;
    flex-direction: column;
    padding: 0px;
  }
}

.homePageTailwind :is(.liveLifeUnlimited-listing-text-section) {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .homePageTailwind :is(.liveLifeUnlimited-listing-text-section) {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.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) {
  .homePageTailwind :is(.liveLifeUnlimited-listing-text-section .title) {
    margin-top: 0px;
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 41px;
    font-weight: 300;
  }
}

.homePageTailwind :is(.liveLifeUnlimited-listing-text-section .description) {
  font-style: normal;
  font-weight: 300;
  margin-bottom: 16px;
  font-size: 15px;

  line-height: 20px;
  color: #484848;
}

@media (min-width: 768px) {
  .homePageTailwind :is(.liveLifeUnlimited-listing-text-section .description) {
    margin-bottom: 33px;
    font-size: 20px;
    line-height: 30px;
  }
}

.logo {
  padding-right: 20px;
  width: auto !important;
}

.homePageTailwind :is(.logo-carousel img) {
  display: flex;
  max-height: 110px;
  max-width: 110px;
}

.homePageTailwind :is(.logo-carousel .logo-div) {
  display: flex;
  width: 100%;
  gap: 12px;
}

.homePageTailwind :is(.logo-carousel .carousel-control-next) {
  display: none;
}

@media (min-width: 768px) {
  .homePageTailwind :is(.logo-carousel .carousel-control-next) {
    display: flex;
  }
}

.homePageTailwind :is(.logo-carousel .carousel-control-next) {
  display: none;
}

@media (min-width: 768px) {
  .homePageTailwind :is(.logo-carousel .carousel-control-next) {
    display: flex;
  }

  .carousel-control-next:lang(ar) {
    transform: scaleX(-1);
  }
}

.homePageTailwind :is(#offers-carousel) {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.homePageTailwind #offers-carousel .carousel-indicators {
  z-index: 9;
}

@media (min-width: 768px) {
  .homePageTailwind :is(#offers-carousel) {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 76px;
    padding-bottom: 98px;
  }
}

@media (min-width: 1200px) {
  .homePageTailwind :is(#offers-carousel) {
    padding-top: 76px;
    padding-bottom: 98px;
  }
}

.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) {
  .homePageTailwind :is(#offers-carousel .title) {
    display: none;
  }
}

.homePageTailwind :is(#offers-carousel .slide-title) {
  margin-bottom: 16px;
  font-size: 17px;
  font-weight: 600;
  text-wrap: nowrap;
  line-height: 22px;
}

@media (min-width: 768px) {
  .homePageTailwind :is(#offers-carousel .slide-title) {
    margin-bottom: 44px;
    font-size: 24px;
    line-height: 41px;
  }
}

@media (min-width: 1300px) {
  .homePageTailwind :is(#offers-carousel .slide-title) {
    margin-bottom: 44px;
    font-size: 25px;
    line-height: 41px;
  }
}

.homePageTailwind :is(#offers-carousel .slider-name) {
  margin-top: 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0) 80%);
  color: white;
  margin: 0px;
  height: 150px;
  display: flex;
  justify-content: center;
  padding-top: 30px;
  text-align: center;
}

@media (min-width: 768px) {
  .homePageTailwind :is(#offers-carousel .slider-name) {
    font-size: 24px;
  }
}

.homePageTailwind :is(#offers-carousel .carousel-item) {
  height: 350px;
  width: 100%;
}

.slide-with-title-container {
  align-items: center;
}

@media (min-width: 1000px) {
  .slide-with-title-container {
    flex-direction: row !important;
  }
}

.homePageTailwind :is(#offers-carousel .slide-with-title) {
  width: 100%;
  max-width: 450px;
}

/* @media (min-width: 1200px) {
  .homePageTailwind :is(#offers-carousel .slide-with-title) {
    max-width: 470px;
  }
} */

.homePageTailwind :is(.carousel-item) {
  background-size: cover;
  background-position: center;
}

/* number animation code */

.homePageTailwind :is(.counter) {
  font-weight: bold;
  text-align: center;
  animation: count 1s ease-in-out;
}

@keyframes count {
  from {
    transform: scale(1);
    opacity: 0;
  }

  to {
    transform: scale(1.1);
    opacity: 1;
  }
}

.homePageTailwind :is(#redemption-carousel-section) {
  background: linear-gradient(78deg,
      rgba(15, 180, 238, 0.1) 30.36%,
      rgba(17, 180, 236, 0.1) 97.99%);
}

/* #redemption-carousel-section img, .carousel-item{
  @apply w-[150px]
} */

.homePageTailwind :is(#redemption-carousel) {
  width: 100%;
}

/* .carousel-item{
 @apply   flex justify-center bg-red-400
} */

/* Center images in the carousel */

.homePageTailwind :is(#redemption-carousel-section .carousel-inner img) {
  width: 132px;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

/* Custom style for left and right arrows */

.homePageTailwind :is(#redemption-carousel-section) {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .homePageTailwind :is(#redemption-carousel-section) {
    padding-top: 82px;
    padding-bottom: 72px;
  }
}

.homePageTailwind :is(#how-it-works-section) {
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 768px) {
  .homePageTailwind :is(#how-it-works-section) {
    display: flex;
    height: 100%;
    width: 100%;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
  }

  @media (min-width: 768px) {
    .homePageTailwind :is(#how-it-works-section) {
      padding-left: 5%;
      padding-right: 5%;
    }
  }

  @media (min-width: 1024px) {
    .homePageTailwind :is(#how-it-works-section) {
      padding-left: 10%;
      padding-right: 10%;
    }
  }

  @media (min-width: 1280px) {
    .homePageTailwind :is(#how-it-works-section) {
      padding-left: 20%;
      padding-right: 20%;
    }
  }
}

.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) {
  .homePageTailwind :is(#how-it-works-section .title) {
    margin-bottom: 64px;
    font-size: 34px;
    line-height: 41px;
  }
}

.homePageTailwind :is(.how-it-works-section-image) {
  height: 200px;
  min-width: 200px;
  border-radius: 6px;
  background-size: cover;
  background-position: center;
}

.homePageTailwind :is(#how-it-works-section .number-badge) {
  color: var(--color-primary-white, #fff);
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 41px;
  /* 120.588% */
  display: flex;
  height: 56px;
  min-width: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 85 184 / var(--tw-bg-opacity));
}

.homePageTailwind :is(.how-it-works-text h3) {
  color: var(--color-primary-black, #282828);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  /* 125% */
  margin-bottom: 12px;
  display: flex;
}

.homePageTailwind :is(.how-it-works-text) {
  text-align: left;
}

@media (min-width: 768px) {
  .homePageTailwind :is(.how-it-works-text) {
    max-width: 200px;
  }
}

.homePageTailwind :is(.how-it-works-text p) {
  color: var(--color-primary-black, #282828);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  /* 133.333% */
}

.homePageTailwind :is(.how-it-works-text p:lang(ar)) {
  text-align: right;
}

.homePageTailwind .steps {
  justify-content: center;
}

.homePageTailwind :is(.steps svg) {
  display: none;
}

.homePageTailwind :is(#faq .btn-outline-dark) {
  background-color: white;
  width: 100%;
}

.homePageTailwind :is(#faq .btn-outline-dark:hover) {
  background-color: #343a3f;
  color: white;
}

@media (min-width: 768px) {
  .homePageTailwind :is(.steps svg) {
    display: flex;
    margin: 40px 12px 0px 12px;
    height: 113px;
    width: 127px;
  }

  .homePageTailwind :is(#faq) {
    display: flex;
    height: 100%;
    width: 100%;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
  }

  .homePageTailwind :is(#faq) {
    padding-left: 5%;
    padding-right: 5%;
  }

  .homePageTailwind :is(#faq .btn-outline-dark) {
    width: 238px;
  }

  .homePageTailwind :is(#faq) {
    background: #F1F1F1;
  }
}

@media (min-width: 1024px) {
  .homePageTailwind :is(#faq) {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media (min-width: 1280px) {
  .homePageTailwind :is(#faq) {
    padding-left: 20%;
    padding-right: 20%;
  }
}

.homePageTailwind :is(.collapse) {
  visibility: visible;
}

.homePageTailwind :is(#faq-accordion) {
  width: 100%;
  border-style: none;
}

.homePageTailwind :is(#faq-accordion .accordion-title) {
  text-align: left;
}

.homePageTailwind :is(#faq-accordion .accordion-title:lang(ar)) {
  text-align: right;
}

.homePageTailwind :is(.card),
:is(.homePageTailwind :is(.card-header)) {
  background-color: transparent;
}

.homePageTailwind :is(#faq .card) {
  border-style: none;
  border-bottom: dotted #a3a2a2;
}

.homePageTailwind :is(.accordion-title) {
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0px;
}

.homePageTailwind .accordion-title:hover {
  text-decoration: none;
}

.homePageTailwind :is(.accordion-title):focus {
  --tw-text-opacity: 1;
  color: #1C4CF4;
  text-decoration-line: none;
  --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);
}

.homePageTailwind :is(.accordion-title) {
  color: var(--color-primary-black, #282828);
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 129.412% */
}

.homePageTailwind :is(#faq .card-header) {
  border-style: none;
  padding: 0px;
}

.homePageTailwind :is(#faq .title) {
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
}

#faq .title:lang(ar) {
  text-align: right;
}

@media (min-width: 768px) {
  .homePageTailwind :is(#faq .title) {
    margin-bottom: 64px;
    font-size: 34px;
    line-height: 25px;
    text-align: center;
  }
}

.homePageTailwind :is(#faq .card-body) {
  color: var(--color-primary-dark, #484848);
  font-weight: 300;
  margin-bottom: 24px;
  padding: 0px;
  font-size: 15px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .homePageTailwind :is(#faq .card-body) {
    font-size: 17px;
    line-height: 22px;
  }
}

.homePageTailwind :is(#faq .collapsed) {
  margin: 0px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.accordion-title[aria-expanded="true"] {
  color: #1C4CF4 !important;
}

/* Custom icon for the accordion */

.homePageTailwind :is(.accordion-title[aria-expanded="true"] .icon path) {
  stroke: #1C4CF4;
}

.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;
} */

.homePageTailwind :is(#faq-accordion .card:last-child) {
  border-bottom: none;
}

.homePageTailwind :is(#footer-section) {
  background: linear-gradient(78deg,
      rgba(249, 190, 51, 0.07) 0%,
      rgba(78, 152, 209, 0.07) 86.42%,
      rgba(102, 175, 232, 0.07) 98.77%,
      rgba(177, 152, 92, 0.07) 98.77%);
}

@media (min-width: 768px) {
  .homePageTailwind :is(#footer-section) {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.homePageTailwind :is(#footer-section .accordion) {
  display: flex;
}

.homePageTailwind :is(#footer-section .card) {
  width: 25%;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity));
}

.homePageTailwind :is(#footer-section .card):last-child {
  border-style: none;
}

@media (min-width: 768px) {
  .homePageTailwind :is(#footer-section .card) {
    border-style: none;
  }
}

.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);
}

.homePageTailwind :is(#footer-section .card-header) {
  border-style: none;
}

@media (min-width: 768px) {
  .homePageTailwind :is(#footer-section .icon) {
    display: none;
  }
}

.homePageTailwind :is(#footer-section ul) {
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 10px;
  padding: 0px;
}

.homePageTailwind :is(#footer-section ul a) {
  color: var(--color-primary-dark, #484848);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  /* 213.333% */
}

.homePageTailwind :is(#footer-section .card-header),
:is(.homePageTailwind :is(#footer-section .card-body)) {
  margin: 0px;
  padding: 0px;
}

.homePageTailwind :is(.copyrights) {
  color: var(--color-primary-grey-grey, #737373);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  /* 133.333% */
}

@media (min-width: 768px) {
  .homePageTailwind :is(#footeraccordion .collapse) {
    display: block;
  }
}

.homePageTailwind :is(#footeraccordion) {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .homePageTailwind :is(#footeraccordion) {
    flex-direction: row;
  }
}

.homePageTailwind :is(#footeraccordion .card) {
  width: 100%;
}

@media (min-width: 768px) {
  .homePageTailwind :is(#footeraccordion .accordion-title) {
    pointer-events: none;
  }
}

.homePageTailwind :is(.carousel-control-prev),
:is(.homePageTailwind :is(.carousel-control-next)) {
  width: 32px;
}

@media (min-width: 768px) {

  .homePageTailwind :is(.carousel-control-prev),
  :is(.homePageTailwind :is(.carousel-control-next)) {
    width: 52px;
  }
}

.homePageTailwind :is(.carousel-control-prev),
:is(.homePageTailwind :is(.carousel-control-next)) {
  width: 32px;
}

@media (min-width: 768px) {

  .homePageTailwind :is(.carousel-control-prev),
  :is(.homePageTailwind :is(.carousel-control-next)) {
    width: 52px;
  }
}

/* .homePageTailwind :is(.steps svg) {
  height: 38px;
  width: -moz-fit-content;
  width: fit-content;
} */

.homePageTailwind :is(#bottom-mobile-nav) {
  position: sticky;
  bottom: 0px;
  display: flex;
  justify-content: space-around;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 15px;
  padding-bottom: 30px;
  z-index: 99999;
}

@media (min-width: 768px) {
  .homePageTailwind :is(#bottom-mobile-nav) {
    display: none !important;
  }
}

.homePageTailwind :is(#bottom-mobile-nav p) {
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px;
  /* 130% */
  --tw-text-opacity: 1;
  color: rgb(163 162 162 / var(--tw-text-opacity));
}

.homePageTailwind :is(#bottom-mobile-nav .icon-text) {
  --tw-text-opacity: 1;
  color: rgb(163 162 162 / var(--tw-text-opacity));
}

.homePageTailwind :is(#bottom-mobile-nav .icon-text):hover {
  fill: #2f85fe;
}

.homePageTailwind :is(:is(#bottom-mobile-nav .icon-text):hover *) {
  --tw-text-opacity: 1;
  color: rgb(47 133 254 / var(--tw-text-opacity));
}

.homePageTailwind :is(:is(#bottom-mobile-nav .icon-text):hover .fill-svg) {
  fill: currentColor;
}

.homePageTailwind :is(:is(#bottom-mobile-nav .icon-text):hover .stroke-svg) {
  stroke: #2f85fe;
}

.homePageTailwind :is(#bottom-mobile-nav .icon-text) {
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.homePageTailwind {
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .homePageTailwind :is(.md\:order-2) {
    order: 2;
  }

  .homePageTailwind :is(.md\:order-3) {
    order: 3;
  }

  .homePageTailwind :is(.md\:order-4) {
    order: 4;
  }

  .homePageTailwind :is(.md\:order-first) {
    order: -9999;
  }

  .homePageTailwind :is(.md\:mb-0) {
    margin-bottom: 0px;
  }

  .homePageTailwind :is(.md\:mb-\[18px\]) {
    margin-bottom: 18px;
  }

  .homePageTailwind :is(.md\:mb-\[45px\]) {
    margin-bottom: 45px;
  }

  .homePageTailwind :is(.md\:mb-\[80px\]) {
    margin-bottom: 80px;
  }

  .homePageTailwind :is(.md\:mt-\[15px\]) {
    margin-top: 15px;
  }

  .homePageTailwind :is(.md\:mt-\[35px\]) {
    margin-top: 35px;
  }

  .homePageTailwind :is(.md\:mt-\[64px\]) {
    margin-top: 64px;
  }

  .homePageTailwind :is(.md\:block) {
    display: block;
  }

  .homePageTailwind :is(.md\:flex) {
    display: flex;
  }

  .homePageTailwind :is(.md\:hidden) {
    display: none;
  }

  .homePageTailwind :is(.md\:h-\[717px\]) {
    height: 717px;
  }

  .homePageTailwind :is(.md\:w-\[19px\]) {
    width: 19px;
  }

  .homePageTailwind :is(.md\:min-w-\[776px\]) {
    min-width: 776px;
  }

  .homePageTailwind :is(.md\:flex-row) {
    flex-direction: row;
  }

  .homePageTailwind :is(.md\:justify-between) {
    justify-content: space-between;
  }

  .homePageTailwind :is(.md\:gap-0) {
    gap: 0px;
  }

  .homePageTailwind :is(.md\:gap-\[62px\]) {
    gap: 62px;
  }

  .homePageTailwind :is(.md\:gap-\[12px\]) {
    gap: 62px;
  }

  .homePageTailwind :is(.md\:gap-\[80px\]) {
    gap: 80px;
  }

  .homePageTailwind :is(.md\:px-0) {
    padding-left: 0px;
    padding-right: 0px;
  }

  .homePageTailwind :is(.md\:px-32) {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .homePageTailwind :is(.md\:px-\[30px\]) {
    padding-left: 30px;
    padding-right: 30px;
  }

  .homePageTailwind :is(.md\:py-\[80px\]) {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .homePageTailwind :is(.md\:py-\[82px\]) {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .homePageTailwind :is(.md\:pt-\[80px\]) {
    padding-top: 80px;
  }

  .homePageTailwind :is(.md\:text-6xl) {
    font-size: 3.75rem;
    line-height: 1;
  }

  .homePageTailwind :is(.md\:text-\[20px\]) {
    font-size: 20px;
  }

  .homePageTailwind :is(.md\:text-\[24px\]) {
    font-size: 24px;
  }

  .homePageTailwind :is(.md\:text-\[28px\]) {
    font-size: 28px;
  }

  .homePageTailwind :is(.md\:text-\[34px\]) {
    font-size: 34px;
  }

  .homePageTailwind :is(.md\:font-light) {
    font-weight: 300;
  }

  .homePageTailwind :is(.md\:leading-\[38px\]) {
    line-height: 38px;
  }

  .homePageTailwind :is(.md\:leading-\[41px\]) {
    line-height: 41px;
  }

  .homePageTailwind :is(.md\:content-wrapper) {
    display: flex;
    height: 100%;
    width: 100%;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
  }

  @media (min-width: 768px) {
    .homePageTailwind :is(.md\:content-wrapper) {
      padding-left: 5%;
      padding-right: 5%;
    }
  }

  @media (min-width: 1024px) {
    .homePageTailwind :is(.md\:content-wrapper) {
      padding-left: 10%;
      padding-right: 10%;
    }
  }

  @media (min-width: 1280px) {
    .homePageTailwind :is(.md\:content-wrapper) {
      padding-left: 20%;
      padding-right: 20%;
    }
  }

  .homePageTailwind :is(.md\:cstm-border-r) {
    border-right: 1px solid #e3e3e3;
  }
}

.homePageTailwind :is(.\[\&_\*\]\:h-full *) {
  height: 100%;
}

.homePageTailwind :is(.\[\&_img\]\:flex img) {
  display: flex;
}

.homePageTailwind :is(.\[\&_img\]\:w-full img) {
  width: 100%;
}

.homePageTailwind .text-right {
  text-align: right;
}

.homePageTailwind .membership-color {
  color: #484848 !important;
}

.homePageTailwind .planCardContainer {
  width: 390px !important;
}

.homePageTailwind .planCardContainer .btn-primary {
  /* margin-left: 30px !important;
  margin-right: 30px !important; */
  /* margin: auto !important; */
  min-width: 100% !important;
  width: auto !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 20px !important;
  color: white !important;
  background-color: #2F85FE !important;
  margin-bottom: 45px !important;
}

.homePageTailwind .planCardContainer .btn-primary:hover {
  color: #fff !important;
  background-color: #343a40 !important;
  border-color: #343a40 !important;
  opacity: 100 !important;
}

.homePageTailwind .plansCardSection .user-owned-this-product.btn-primary {
  color: #282828 !important;
  border-color: #282828 !important;
  background-color: white !important;
}

.homePageTailwind .plansCardSection .user-owned-this-product.btn-primary:hover {
  color: #fff !important;
  background-color: #343a40 !important;
  border-color: #343a40 !important;
  opacity: 100 !important;
}

.homePageTailwind .mostPopularBorder .btn-primary {
  background-color: #2f85fe !important;
  color: white !important;
  /* border: none !important; */
}

.homePageTailwind .cart-btn-wrapper {
  padding: 0px 30px !important;
  width: 100%;
  z-index: 2;
}

.homePageTailwind .planPriceSection .New_Product_Tiers_priceannually {
  color: var(--color-primary-grey-grey, #737373) !important;

  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 14px !important;
}

.homePageTailwind .planPriceSection .New_Product_Tiers_priceannually-bogo {
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 14px !important;
  background: red;
  padding: 10px 25px;
  border-radius: 5px;
  color: white !important;
}

.homePageTailwind #merchant-search-wrapper .searchbox {
  margin-right: 0px !important;
  margin-left: 6px !important;
}

.homePageTailwind #region-select-dropdown-icon {
  min-width: 15px !important;
  min-height: 8px !important;
}

.homePageTailwind .transaprent-btn {
  margin-right: 6px !important;
}

.homePageTailwind .header-search-border {
  background: white !important;
}

.homePageTailwind header .searchbox .search {
  width: 100% !important;
  padding-right: auto !important;
  display: block !important;
}

.homePageTailwind .how-it-works-icons {
  flex-wrap: wrap;
}

.homePageTailwind .merchant-wrapper .search-results-wrap {
  left: 0 !important;
}

.homePageTailwind .merchant-wrapper .search-results-wrap {
  border-radius: 5px !important;
}

@media (max-width: 768px) {

  .search-results-wrap,
  .search-results {
    left: 0 !important;
    right: 0 !important;
    min-width: 100% !important;
    margin: 0 !important;
    border: none !important;
    top: 65px !important;
  }

  .search-results-wrap:lang(ar) {
    right: 0 !important;
    left: 0 !important;
  }

  .homePageTailwind #profile_dropdown {
    position: absolute !important;
    transform: translate3d(-5px, 48px, 0px);
    top: 4px !important;
    left: -60px !important;
  }

  .homePageTailwind #profile_dropdown:lang(ar) {
    left: -10px !important;
  }

  .homePageTailwind .merchant-wrapper {
    z-index: 1 !important;
  }

  .homePageTailwind .ent-product-image {
    width: 219px;
  }
}

.homePageTailwind .search-results-wrap:lang(ar) {
  left: 0px !important;
}

.homePageTailwind .average_saving {
  gap: 5px;
  margin-bottom: 0;
}

.homePageTailwind .modal-close-button:lang(ar) {
  left: 0 !important;
  right: auto !important;
}

.homePageTailwind .right-carasol-arrow {
  display: block;
  transform: scale(-1, 1) !important;
}

.homePageTailwind .right-carasol-arrow:lang(ar) {
  display: block;
  transform: scale(1, -1) !important;
}

.homePageTailwind .left-carasol-arrow:lang(ar) {
  display: block;
  transform: scale(-1, 1) !important;
}

.homePageTailwind .top-region-select-button:lang(ar) {
  gap: 10px;
}

.homePageTailwind #user_profile {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0px;
}

.homePageTailwind #user_profile_dropdown {
  list-style: none;
}

.homePageTailwind #user_profile_dropdown #user_profile img {
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
}

.homePageTailwind .mobile-video-bg {
  display: none;
}

@media (max-width: 776px) {
  .top-banner-video {
    padding-top: 90px;
  }

  .desktop-video-bg {
    display: none !important;
  }

  .mobile-video-bg {
    display: flex !important;
    width: 100%;
    pointer-events: none;
  }

  /* #live_chat_status {
    bottom: 86px !important;
  } */
  .homePageTailwind .cart-btn-wrapper {
    padding: 0px 15px !important;
  }
}

.homePageTailwind .desktop-video-bg {
  pointer-events: none;
}

@media (min-width: 1920px) {
  .desktop-video-bg {
    width: 100%;
  }
}

.homePageTailwind .text-black {
  color: black !important;
}

/* .text-white{
  color: white !important;
} */

.homePageTailwind .transparent_header {
  background-color: transparent !important;
  color: white !important;
}

.homePageTailwind .transparent_header #search-svg path {
  fill: white !important;
}

.homePageTailwind .transparent_header #region-select-dropdown-icon path {
  stroke: white !important;
}

.homePageTailwind .transparent_header .btn-outline-dark {
  color: white !important;
  background-color: transparent !important;
  border: solid white 1px !important;
}

.homePageTailwind .transparent_header .logo-blue {
  display: none !important;
}

.homePageTailwind .transparent_header .logo-white {
  display: flex !important;
}

.homePageTailwind .transparent_header .header-search-border {
  opacity: 100 !important;
}

.homePageTailwind .g-link-white {
  text-decoration: none !important;
  color: white !important;
}

.homePageTailwind .New_Product_Tiers_price {
  color: var(--color-primary-black, #282828);
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 41px;
  /* 120.588% */
  padding-top: 10px;
}

.homePageTailwind .New_Product_Tiers_price small {
  color: var(--color-primary-black, #282828);
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}

.homePageTailwind .map_view_enabled {
  width: 100%;
}

@media (min-width: 760px) {
  .homePageTailwind .map_view_enabled {
    width: 40%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .homePageTailwind .map_view_enabled {
    width: 100%;
  }
}


.homePageTailwind .gift-a-friend-btn {
  width: 30%;
  margin-top: 42px;
  margin-bottom: 40px;
  padding-top: 16px;
  padding-bottom: 16px;
}

@media (max-width: 760px) {
  .gift-a-friend-btn {
    width: 75% !important;
    margin-bottom: 70px !important;
  }
}

.homePageTailwind #region_select .selected_item {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.27;
  color: #5d6d7b;
  text-align: center;
  width: 100%;
  padding: 10px 35px;
  border-radius: 24px;
  border: 1px solid #bbbfc4;
}

.homePageTailwind #cart_header {
  position: sticky;
}

.homePageTailwind .modal-location-options a {
  color: #3e4347 !important;
}

.homePageTailwind .modal-location-options .active_country {
  font-weight: 600 !important;
}

.app_view .homePageTailwind .product_detail {
  padding-top: 0px !important;
}

.homePageTailwind .membership-terms {
  z-index: 2;
  padding-top: 17px;
}

.planCardContainer .Buynow.subscribedProductsBtn,
.planCardContainer .Buynow.subscribedProductsBtn:hover {
  background-color: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
  color: #8F8F8F !important;
  font-weight: 300;
  /*pointer-events: none;*/
}

.app_view .plansCardSection .planCardContainer:last-child {
  margin-bottom: 40px !important;
}



.homePageTailwind .planPriceSection .Earlybird_price {
  font-size: 17px;
  text-wrap: nowrap;
}

.homePageTailwind .planPriceSection .Earlybird_price del {
  color: red;
}

.homePageTailwind .planPriceSection .Earlybird_price span {
  background: red;
  padding: 5px 10px;
  border-radius: 50px;
  color: white;
}

@media (max-width: 760px) {
  .homePageTailwind .planPriceSection .Earlybird_price {
    font-size: 12px;
  }
}

.homePageTailwind .New_Product_Tiers_pricebox {
  height: 78%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

@media (min-width: 760px) {
  .homePageTailwind .New_Product_Tiers_pricebox {
    height: 85%;
  }
}

.banner-buy-now-btn {
  width: 175px;
  height: 60px;
  font-size: 17px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

[v-cloak] {
  display: none;
}

.subscription_modal {
  height: auto !important;
  padding: 1rem !important;
}


.downscan_cont_btn {
  font-size: 17px !important;
}

.homePageTailwind .downscan .dropdown-menu {
  padding: 16px !important;
}

.subscription_terms_modal .modal-lg {
  max-width: 500px;
}

.subscription_terms_modal .modal-lg h3 {
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.subscription_terms_modal .modal-lg ul {
  margin-bottom: 25px;
}

#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% */
}

.subscription_terms_modal .modal-header .close:lang(ar) {
  margin: 0px;
}

@media (max-width: 760px) {
  .plansOptionSection {
    padding: 0px 15px !important;
  }

  .header-search-border {
    display: none;
  }

  .plansOptionSection li {
    min-height: fit-content;
    padding: 16px 0px
  }

  .homePageTailwind .planCardContainer .btn-primary {
    margin-bottom: 4px !important;
  }

}

.subscription_terms_modal .checkList {
  padding: 0 40px;
}

.subscription_terms_modal .checkList li,
.optList li {
  padding: 0px !important;
  list-style: disc;
}

@media (min-width: 768px) {
  .homePageTailwind .location_sort_order_1 {
    order: 1;
  }

  .homePageTailwind .location_sort_order_2 {
    order: 2;
  }

  .homePageTailwind .location_sort_order_3 {
    order: 3;
  }

  .homePageTailwind .location_sort_order_4 {
    order: 4;
  }

  .homePageTailwind .location_sort_order_5 {
    order: 5;
  }

  .homePageTailwind .location_sort_order_6 {
    order: 6;
  }

  .homePageTailwind .location_sort_order_7 {
    order: 7;
  }

  .homePageTailwind .location_sort_order_8 {
    order: 8;
  }

  .homePageTailwind .location_sort_order_9 {
    order: 9;
  }

  .homePageTailwind .location_sort_order_10 {
    order: 10;
  }
}

#how-it-works-section svg:lang(ar) {
  transform: scaleX(-1);
}

.detail_page_ul {
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  color: #606d7a;
}

.detail_page_ul:lang(ar) {
  text-align: right;
}

.subscribedProductsBtn::before {
  content: " ";
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 7px 0 7px;
  background-color: #4EA11E;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.vld_image.prfBanner img {
  max-width: none;
}

@media screen and (min-width: 1000px) and (max-width: 1440px) {
  #offers-carousel .slide-title {
    font-size: 18px !important;
  }

}

.revamp-2024-address-section-contact-us .col-md-3 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.revamp-2024-address-section-contact-us .block {
  min-height: auto !important;
}

.revamp-2024-address-section-contact-us address .head {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #main.add.revamp-2024-add {
    padding-top: 30px !important;
  }

  .contact-form-container {
    padding: 10px 16px !important;
  }

  .contact-us-container {
    padding-bottom: 6px !important;
  }

  .contact-form-container h3 {
    font-weight: 500 !important;
  }

}

@media (min-width: 768px) {
  .revamp-2024-address-section-contact-us address p:nth-of-type(2) {
    /* min-height: 36px; */
    display: flex;
    flex-direction: column;
    justify-content: end;
  }

  .revamp-2024-address-section-contact-us address p:first-of-type {
    /* min-height: 110px; */
  }

  .revamp-2024-address-section-contact-us {
    margin-top: -940px;
  }

  .revamp-2024-address-section-contact-us .col-md-3 {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
  }
}

.contact-us-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.contact-us-container p {
  margin-bottom: 0 !important;
}

#contact_form select {
  font-feature-settings: "clig" off, "liga" off;
  font-size: 13px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 18px !important;
  align-items: center !important;
  border-radius: 4px !important;
  border: 1px solid var(--grey-silver-tree-e-3-e-3-e-3, #e3e3e3) !important;
  background: #fff !important;
  padding: 0.375rem 0.75rem !important;
}

.buy-again-with-icon {
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
  padding-bottom: 10px;
  color: #484848;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.buy-again-with-icon-product-description {
  display: flex;
  gap: 5px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  color: #484848;
  padding-bottom: 10px;
  justify-content: center;

}

@media (min-width: 768px) {
  .buy-again-with-icon-product-description {
    display: flex;
    justify-content: start;
    gap: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    color: #484848;
  }
}

@media screen and (min-width: 1000px) {
  .slider-name {
    font-size: 18px !important;
    padding-right: 20px;
    padding-left: 20px;
  }

  #offers-carousel .slide-title {
    line-height: 1.2 !important;
    text-wrap: wrap !important;
    min-height: 40px !important;
  }
}

@media screen and (min-width: 1440px) {
  #offers-carousel .slide-title {
    text-wrap: nowrap !important;
  }
}

.leading-none {
  line-height: 1
}

@media (min-width: 768px) {
  .md\:min-h-\[40px\] {
    min-height: 40px
  }

  .New_Product_Tiers_priceannually {
    min-height: 30px;
  }

  .products-greater-than-3 {
    padding: 5% !important;
  }

  .planPriceSection {
    min-height: 240px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .plansCardSection {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    row-gap: 90px !important;
  }

  .planCardContainer {
    width: 40% !important;
  }

  .plansCardSection {
    box-shadow: none !important;
  }

  .planCardContainer {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .homePageTailwind :is(.md\:cstm-border-r) {
    border-right: none !important;
  }
}
@media screen and (min-width: 1px) {

  /* new chatbox faq design */
  .chatBoxFaqMobile .panel-heading {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important
  }

  .chatBoxFaqMobile .panel-heading {
    padding: 0 !important;
    margin-bottom: 8px !important;
  }

  .chatBoxFaqMobile .panel-title {
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
  }

  .chatBoxFaqMobile .panel-title a::after {
    content: "";
    float: right;
    min-width: 12px;
    /* Adjust width as needed */
    height: 2px;
    background-image: url('data:image/svg+xml,%3Csvg width="12" height="2" viewBox="0 0 12 2" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect width="12" height="2" rx="1" fill="%232F85FE"%3E%3C/rect%3E%3C/svg%3E');
  }

  .chatBoxFaqMobile .collapsed::after {
    content: "" !important;
    height: 12px !important;
    background-image: url('data:image/svg+xml,%3Csvg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M6 0C5.44772 0 5 0.447715 5 1V5H1C0.447715 5 0 5.44772 0 6C0 6.55228 0.447715 7 1 7H5V11C5 11.5523 5.44772 12 6 12C6.55228 12 7 11.5523 7 11V7H11C11.5523 7 12 6.55228 12 6C12 5.44772 11.5523 5 11 5H7V1C7 0.447715 6.55228 0 6 0Z" fill="%232F85FE"%3E%3C/path%3E%3C/svg%3E') !important;
  }

  .chatBoxFaqMobile .panel-title a {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }

  .chatBoxFaqMobile .panel-body {
    padding: 0 !important;
  }

  .chatBoxFaqMobile .panel-default {
    padding: 16px !important;
    border-radius: 8px !important;
    border: 2px solid #DDDDDD !important
  }

  .chatBoxFaqMobile .panel-body {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
  }

  .chatBoxFaqMobile .content-section h4 strong {
    font-size: 17px !important;
  }

  .static-pages {
    max-width: 100vw !important;
  }

  .chatBoxFaqMobile content-section,
  .chatBoxFaqMobile .col-md-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .chatBoxFaqMobile .panel-group > br {
    display: none !important
  }

  .chatBoxFaqMobile .panel-group > p:not(:empty) br {
    display: none;
  }
}
.homePage{
  overflow-x: hidden;
}

.strike > .before_price{

  max-width: fit-content;
  margin: auto;
}
.strike:after {
    display:none;
    
}
.before_price:after{
    border-top: 1px solid #c51717 ;
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    left: 0;
}
footer{
  display: block !important;
}

.cc-type-info {
  max-width: 100% !important;
  bottom: 0;
  z-index: 2 !important;
}

#affiliate_popup {
  z-index: 1 !important;
}

.chatButton {
  z-index: 3 !important;
}

.chatButton:lang(ar) {
  left: 1.24em !important;
  right: auto !important;
}