:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}

.popular_card .embla {
  position: relative;
  width: 100%;
}
.popular_card .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.popular_card .embla__container {
  display: flex;
  padding: 0 0px;
  justify-content: flex-start !important;
}
@media (min-width: 1439px) {
  .popular_card .embla {
    position: relative;
    width: 100%;
  }
}
.popular_card .embla_btn {
  position: absolute;
  top: -50px;
  width: 90px;
  height: 60px;
  right: 0;
}
.popular_card .embla__prev,
.popular_card .embla__next {
  position: absolute;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
}
.popular_card .embla__next {
  right: 10px;
}
@media (max-width: 767.98px) {
  .popular_card .embla_btn {
    position: absolute;
    top: -40px;
    width: auto;
    height: auto;
    right: 0;
  }
}
@media (max-width: 640px) {
  .popular_card .embla {
    width: 100%;
  }
  .popular_card .embla__container {
    transform: translate3d(22.5px, 0px, 0px);
  }
}
.dnabanner_bgcolor {
  background-image: url("/images/home/dna-banner-bg-new.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.dnabanner_img {
  color: aliceblue;
  background-image: url("/images/home/onetestbanner.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.dna_button {
  background: linear-gradient(90deg, #e1bc5b 0%, #df7b63 52%, #b33d77 100%);
  border-radius: 33px;
}
.cardimghomeHealth {
  color: aliceblue;
  background-image: url("/images/home/homeHealth/banner.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cardimg {
  color: aliceblue;
  background-image: url("/images/home/pgx/PGX.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cardborder {
  border: 4px solid #fff;
}
.button-1 {
  background: linear-gradient(90deg, #d0ebdb 0%, #7fe39a 100%);
  border-radius: 25px;
}
.button-2 {
  background-color: #0d382b;
  color: #fff;
  border-radius: 25px;
}
.cardborder:nth-child(1) .card-inner,
.cardborder:nth-child(6) .card-inner {
  background-color: #f9f6fe;
}
.cardborder:nth-child(2) .card-inner,
.cardborder:nth-child(7) .card-inner {
  background-color: #fefcea;
}
.cardborder:nth-child(3) .card-inner,
.cardborder:nth-child(8) .card-inner {
  background-color: #f7fcec;
}
.cardborder:nth-child(4) .card-inner,
.cardborder:nth-child(9) .card-inner {
  background-color: #f9f0f0;
}
.cardborder:nth-child(5) .card-inner,
.cardborder:nth-child(10) .card-inner {
  background-color: #fefcea;
}
.popular_card_single {
  border-radius: 18.887px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: all ease-in-out 0.3s;
  margin-bottom: 16px;
}
.popular_card_single:hover {
  background: #fff;
  box-shadow: 0px -2px 22px 0px rgba(0, 0, 0, 0.15);
}
.healthCards_Sec .healthCards {
  transition: all ease-in-out 0.3s;
  margin-bottom: 16px;
}
.healthCards_Sec .healthCards:hover {
  background: #fff;
  box-shadow: 0px -2px 22px 0px rgba(0, 0, 0, 0.15);
}

.pgxHomeSection {
  margin-bottom: 16px;
  border-radius: 16px;
  transition: all ease-in-out 0.3s;
}
.pgxHomeSection:hover {
  box-shadow: 0px -2px 22px 0px rgba(0, 0, 0, 0.15);
}
.c-a_Card .cursor-pointer {
  transition: all ease-in-out 0.3s;
}
.c-a_Card .cursor-pointer:hover {
  box-shadow: 0px -2px 22px 0px rgba(0, 0, 0, 0.15);
}


.diagnostic_card .embla_btn {
  position: absolute;
  top: -58px;
  width: 90px;
  height: 60px;
  right: 0;
}
.diagnostic_card .embla__prev,
.diagnostic_card .embla__next {
  position: absolute;
  margin: 0px;
  /* padding-left: 28px; */
  cursor: pointer;
  z-index: 1;
}
.diagnostic_card .embla__next {
  right: 10px;
}
@media (max-width: 480px) {
  .diagnostic_card .embla_btn {
    position: absolute;
    top: -48px;
    width: 90px;
    height: 60px;
    right: 0;
  }
  .diagnostic_card .embla__prev,
  .diagnostic_card .embla__next {
    position: absolute;
    /* padding-left: 28px; */
    cursor: pointer;
    z-index: 1;
  }
  .innerslider_arrow {
    position: absolute;
    top: -70px;
    right: 50px;
  }
}
.innerslider_arrow {
  position: absolute;
  top: -70px;
  right: 50px;
}
.innerslider_arrow button {
  margin-left: 40px;
  padding: 0;
  border: 2px solid #0d9d34;
  width: 24px;
  height: 24px;
}
.innerslider_arrow button svg path {
  stroke: #0d9d34;
  stroke-width: 3px;
}
@media (max-width: 700px) {
  .innerslider_arrow {
    position: absolute;
    top: -70px;
    right: 50px;
  }
}
.eclipse_two {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
}
.dignoCard {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.dignoCard::before {
  content: "";
  position: absolute;
  background-color: #e0ffe1;
  width: 60px;
  height: 60px;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: all ease-in-out 0.2s;
}
.dignoCard:hover::before {
  transform: scale(4.5);
  opacity: 1;
}
.dignoViewCard {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.dignoViewCard::before {
  content: "";
  position: absolute;
  background-image: url(/_next/static/media/viewcardPettern.32e61832.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all ease-in-out 0.2s;
  transform: scale(2);
  opacity: 0;
}
.dignoViewCard:hover::before {
  transform: scale(1);
  opacity: 0.6;
}
.dignoViewCard svg {
  position: relative;
  transition: all ease-in-out 0.3s;
}
.dignoViewCard svg:hover {
  fill: #03c136;
  transform: rotate(45deg);
}
.dignoViewCard svg rect {
  transition: all ease-in-out 0.1s;
}
.dignoViewCard svg:hover rect {
  stroke: #03c136;
}
.popularHealthPackages .card {
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all ease-in-out 0.3s;
}

.popularHealthPackages .card:hover {
  box-shadow: -4px -4px 11.9px 0px rgba(0, 0, 0, 0.1);
}
.dignoaddBtn {
  background: linear-gradient(180deg, #19cf4a 0%, #009829 100%);
}
.homesampleLine {
  position: relative;
}
.homesampleLine::before {
  content: "";
  position: absolute;
  width: 68%;
  left: 16%;
  height: 2px;
  border: 1px dashed #000;
  bottom: 16px;
  z-index: -1;
}
.lineHeading::before {
  content: "";
  position: absolute;
  top: 0;
  right: -100px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.x-reyCard {
  position: relative;
  transition: all ease-in-out 0.3s;
  z-index: 3;
}
.x-reyCard::before {
  position: absolute;
  content: "";
  border-radius: 13px;
  background: #eeffd4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all ease-in-out 0.3s;
  z-index: -1;
}
.x-reyCard:hover {
  box-shadow: -4px -4px 29.1px 0px rgba(0, 0, 0, 0.1), 4px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.x-reyCard:hover::before {
  opacity: 1;
}
.pgxDignoCard {
  transition: all ease-in-out 0.3s;
  border: 1.4px solid rgba(0, 0, 0, 0.15);
}
.pgxDignoCard:hover {
  border: 1.4px solid #03c136;
  background: #fff;
  box-shadow: 4px 4px 38.6px 0px rgba(0, 0, 0, 0.25);
}
.lineIn::before {
  content: "";
  position: absolute;
  width: 78%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  transition: all ease-in-out 0.3s;
}
.lineIn:hover::before {
  width: 0;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */

