* {
  font-family: "Roboto", sans-serif;
  color: #444648;
}

html {
  scroll-padding-top: 80px; 
  scroll-behavior: smooth;
}

.scroll-link {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000 !important;
}

.footer h5,
.footer h4 {
  color: #fff !important;
}

.logo {
  height: 60px;
  margin: 10px 0 10px 0;
}

section {
  position: relative;
  padding: 40px 0;       /* Equal top and bottom padding */
  overflow: hidden;
}

/* Make spacing responsive */
@media (max-width: 992px) {
  section {
    padding: 30px 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  section {
    padding: 20px 0;
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  section {
    padding: 20px 0;
    margin-bottom: 20px;
  }
}


#header {
  height: 88px;
  background: #fff;
  box-shadow: 1px 1px 1px #dddddd;
}

#sticky-navbar {
  position: sticky;
  top: 92px;
  overflow: hidden;
  /* margin-top: 60px; */
  border-bottom: solid 1px #dddddd;
  box-shadow: 1px 1px #dddddd;
  background: linear-gradient(90deg, #030036 10%, #00dad2 50%, #00dad2 100%);
  /* background: linear-gradient(90deg, #030036 0%, #00dad2 100%); */
  z-index: 1;
}

#sticky-navbar a {
  float: left;
  display: block;
  color: #000;
  text-align: center;
  padding: 25px 80px;
  text-decoration: none;
  font-size: 17px;
  color: #fff;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #bfcac9;
  outline: 0;
  box-shadow: none;
}

select.decorated option:hover {
  background-color: #000;
}

.sticky-nav-border::after {
  content: "";
  height: 50%;
  position: absolute;
  top: 25%;
  padding-left: 8%;
  transform: translate(-50%);
  border-right: solid 1px #dddddd;
}

    header.ribbon-shell.sticky-top.bg-white {
    height: 60px;
    padding: 0px 30px;
    border-bottom: 1px solid #ddd;
}
    .ribbon-shell__logo img {
      height: 56px;
    }
    @media (max-width: 576px) {
  .ribbon-shell__logo img {
    max-height: 42px;
  }
}
    .ribbon-shell__icons i {
      font-size: 24px;
      margin-left: 20px;
      cursor: pointer;
      color: #000;
      margin-right: 20px;
    }
    .ribbon-shell__search {
      position: relative;
      margin-top: 6px;
    }
    .ribbon-shell__search input {
      border-radius: 6px;
      padding-left: 40px;
      width: 100%;
      background: #f1f2f2cf;
      margin: 5px;
    }
    .ribbon-shell__search i {
      position: absolute;
      left: 14px;
      top: 50%;
      transform: translateY(-50%);
    }
    input.form-control::placeholder {
    color: #c5c5c5ff; 

}

/* new Navbar Css */

/* main */

*,
:before,
:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
}

 a {
    text-decoration: none !important;
   }
.landing-banner {
  padding: 0;
  padding-top: 40px;
}

.banner-caption {
  width: 69%;
  bottom: 200px;
  position: absolute;
  z-index: 999;
  background: #fff;
}

.banner-caption h4 {
  color: #000000;
  font-size: 15px;
  margin-top: 60px;
  margin-left: 10px;
}

.banner-caption img {
  height: 80px;
  margin: 35px 0 35px 0;
}

.chng-bg:hover {
  background: #00d6ba;
}

.content-slider {
  width: 100%;
  height: 360px;
  position: absolute;
}

.slider {
  top: 90%;
  left: 20%;
  height: 320px;
  width: 680px;
  margin: 40px auto 0;
  overflow: hidden;
  position: relative;
}

.mask {
  overflow: hidden;
  height: 320px;
}

.slider ul {
  margin: 0;
  padding: 0;
  position: relative;
}

.slider li {
  width: 680px;
  height: 320px;
  position: absolute;
  top: -325px;
  list-style: none;
}

.slider .quote {
  font-weight: 400;
  line-height: 75px;
  font-size: 4rem;
  color: #fff;
  font-style: normal;
  top: 30;
}

.slider .source {
  font-size: 20px;
  text-align: right;
}

.slider li.anim1 {
  animation: cycle 15s linear infinite;
}

.slider li.anim2 {
  animation: cycle2 15s linear infinite;
}

.slider li.anim3 {
  animation: cycle3 15s linear infinite;
}

.slider li.anim4 {
  animation: cycle4 15s linear infinite;
}

.slider li.anim5 {
  animation: cycle5 15s linear infinite;
}

.slider:hover li {
  animation-play-state: paused;
}

@keyframes cycle {
  0% {
    top: 0px;
  }
  4% {
    top: 0px;
  }
  16% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  20% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  21% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  50% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  92% {
    top: -325px;
    opacity: 0;
    z-index: 0;
  }
  96% {
    top: -325px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}

@keyframes cycle2 {
  0% {
    top: -325px;
    opacity: 0;
  }
  16% {
    top: -325px;
    opacity: 0;
  }
  20% {
    top: 0px;
    opacity: 1;
  }
  24% {
    top: 0px;
    opacity: 1;
  }
  36% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  40% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  41% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes cycle3 {
  0% {
    top: -325px;
    opacity: 0;
  }
  36% {
    top: -325px;
    opacity: 0;
  }
  40% {
    top: 0px;
    opacity: 1;
  }
  44% {
    top: 0px;
    opacity: 1;
  }
  56% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  60% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  61% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes cycle4 {
  0% {
    top: -325px;
    opacity: 0;
  }
  56% {
    top: -325px;
    opacity: 0;
  }
  60% {
    top: 0px;
    opacity: 1;
  }
  64% {
    top: 0px;
    opacity: 1;
  }
  76% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  80% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  81% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes cycle5 {
  0% {
    top: -325px;
    opacity: 0;
  }
  76% {
    top: -325px;
    opacity: 0;
  }
  80% {
    top: 0px;
    opacity: 1;
  }
  84% {
    top: 0px;
    opacity: 1;
  }
  96% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  100% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
}

.banner-caption .brdr {
  border-right: solid 1px #dddddd;
}

.banner-button {
  position: absolute;
  top: 60%;
  left: 72.5%;
}

.banner-button a {
  position: absolute;
  background: #fff;
  color: #000;
  bottom: 10px;
  left: -30px;
  width: 265px;
  border: none;
  border-radius: 3px;
}

.banner-button a:hover {
  content: "";
  background: #00d6ba;
  color: #fff;
}

.feature-product h3 {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.feature-product h1::after {
 content: "";
    display: block;
    width: 90px;
    height: 5px;
    background-color: #00d6ba;
    border-radius: 3px;
    margin: 8px auto 0;
}

.feature-product h1 {
  margin-top: 30px;
  font-size: 40px;
}

.feature-product p {
  padding: 0px;
  color: #000;
  font-size: 1rem;
}

.main-card .card img {
  padding: 12px 12px 0 12px;
  border-top-left-radius: 27px;
  border-top-right-radius: 27px;

}

.main-card .card-body {
  padding: 34px;
  background: #eef2f1;
  margin: 0px 12px 12px 12px;
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
  background: linear-gradient(240deg, #cccccc9a, #f8f8f8);
}

.main-card .card-body h5 {
  font-size: 1.8rem;
}
.main-card .card-body p {
  font-size: 1.4rem;
}

.main-card .card-body a {
  /* margin-left: 60%; */
  margin-top: 30px;
}

.black-bg {
  background: #000 !important;
}

.black-bg h5 {
  color: #fff;
}

.black-bg p {
  color: #fff;
}

.black-bg a {
  background: #fff;
  border: none;
  color: #000;
}

.black-bg a:hover {
  background: #00d6ba;
  color: #fff;
}

.card-gap {
  padding-top: 30px;
}

.grey-bg {
  background: #F1F2F2;
}

.grey-bg h5,
.grey-bg p {
  color: #000;
}

.title-link {
    text-decoration: none;
    color: inherit;
}

  .card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
 .card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12) !important;
} 
/* .card-img-top {
object-fit: contain;
 max-height: 200px;
 border-radius: 15px;
} */

.landing-cliseq li {
  color: #fff;
  font-size: 1rem;
  margin-left: 30px;
}

.landing-cliseq ul {
  border-radius: 155px;
  margin-top: 12px;
  margin-left: 60px;
  color: #fff;
  background: #000;
  width: 230px;
  font-size: 0.75rem;
  line-height: 20px;
  padding: 100px 15px;
}

/* .landing-cliseq img {
  margin-top: 35px;
  border-radius: 144px;
  margin-left: -32px;
  width: 220px;
  height: 350px;
} */

.landing-cliseq-logo img {
  height: 120px;
  margin-left: 0%;
  width: 50%;
}

/* .landing-cliseq h5,
.landing-cliseq p {
  margin-left: 3%;
} */

.landing-cliseq a {
  margin-top: 10%;
  /* margin-left: 54%; */
  margin-left: 2%;
  background: #000;
  color: #fff;
  border: none;
}

.landing-cliseq a:hover {
  background: #00d6ba;
  color: #ffffff;
}

/* .landing-cliseq p {
  font-size: 2.5rem;
  font-weight: 600;
} */

.landing-cliseq {
  border: solid 1px #dddddd96;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 30px;
  padding: 0px;
}

.landing-cliseq-bg {
  background: #eef2f1;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 12px;
  width: 98%;
}

/* .landing-ezy-autoprep h5,
.landing-ezy-autoprep p {
  margin-left: 12%;
} */

.landing-ezy-autoprep img {
    width: 100%;
    height: auto;
    margin-top: 0px;
    border-radius: 0px !important;
}

.landing-ezy-autoprep .ezy_logo {
    max-width: 350px;
    width: 65%;
    padding-left: 56px;
    margin: 0 auto;
}

/* .landing-img-resize img {
  height: 41vh;
} */

.geographicPresence img {
  position: relative;
  width: 100%;
  height: 63vh;
  margin-top: 30px;
}

/* .geographicPresence-content {
  position: absolute;
  top: 22%;
  left: 40%;
  text-align: center;
} */
 .geographicPresence {
  text-align: center;
} 

.geographicPresence-content h1 {
  color: #000000 !important;
  font-size: 2.5rem;
  font-weight: 600;
}

.geographicPresence h1::after {
  content: "";
  border-bottom: 5px solid #00d6ba;
  border-radius: 3px;
  width: 100px;
  display: block;
  margin-top: 5px;
  margin-left: 48%;

}

.geographicPresence-content p {
  font-size: 1rem;
  color: #000000;
}

.happyClientssection {
  background-color: #eef2f1;
  text-align: center;
  color: #000;
  padding-bottom: 60px;
}

.happyClientscontent {
  border-right-style: solid;
  border-width: 1px;
}

.happyClientssection h1 {
  font-weight: bold;
}

.happyClientssection h2 {
  font-size: 1.5rem;
  font-weight: 400;
}

.happyClientssection h3 {
  font-size: 1rem;
  font-weight: 300;
}

.blog-post-section .card-body {
  padding: 50px;
  background: #eef2f1;
  margin: 0px 12px 12px 12px;
}

.blog-post-section .card-body h5 {
  font-size: 1.8rem;
}
.blog-post-section .card-body p {
  font-size: 1.4rem;
}

.blog-post-section .card-body a {
  /* margin-left: 60%; */
  margin-top: 30px;
}

.blog-post-section h1::after {
  content: "";
  border-bottom: 5px solid #00d6ba;
  border-radius: 3px;
  width: 75px;
  display: block;
  margin-top: 10px;
  /* margin-left: 8%; */
}

.blog-post-section .card img {
  padding: 12px 12px 0 12px;
}

.blog-post-carousal {
  padding-top: 60px;
}

.blog-post-carousal {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-items: center;
  background-color: #fff;
  margin: auto;
  animation: scrolling 30s linear infinite;
}

.blog-post-carousal marquee {
  /* height: 300px; */
  width: 100%;
}

.blog-post-carousal img {
  height: 300px;
}

.get-quote-btn button {
  top: 50%;
  left: 75%;
  position: absolute;
  color: #000;
  background: rgb(255, 254, 254);
  border-radius: 3px;
  border: none;
  width: 150px;
  height: 50px;
}

.get-quote-btn button:hover {
  background: #00d6ba;
  color: #fff;
}

.modal-header {
  border-bottom: none;
}


#bootstrapModal .form-control {
  height: 50px;
  border-radius: 0 !important;
}

/* .modal-content {
  border-radius: 0px !important;
  width: 100% !important;
  left: 0px;
} */

#bootstrapModal .form-bg button {
  border: none;
  background: #00d6ba;
}

/* Ngs CSS */

#ngs .ngs-banner {
    background: #efefef;
    position: relative;
    padding-top: 36px;
}

.ngs-banner img {
  width: 100%;
   background: #eef1f2;
  padding-bottom: 40px; 
}

.ngsCategorySection a {
  color: #000;
}

.banner-anchor {
  position: absolute;
  margin-top: -24px;
  color: #000;
  font-size: 12px;
  /* z-index: 999; */
}

.banner-anchor a::after {
  content: ">";
  margin-left: 10px;
  margin-right: 10px;
}
.banner-anchor span::after {
  content: ">";
  margin-left: 7px;
  margin-right: 8px;
}

.ngsCategory a {
  line-height: 30px;
}

#ngs-main-section h1 {
  font-size: 3rem;
}

#ngs-main-section p {
  font-size: 1rem;
}

#ngs-main-section .ngs-products h1 {
  margin-top: -20px;
  color: black;
  font-size: 1.5rem;
  margin-left: 35px;
}

.ngs-products {
  margin-top: 60px;
}

.exomeSequencingRightContent {
  padding: 25px;
}

.exomeSequencingRightContent a {
  display: block;
}

.exomeSequencingRightContent img {
  height: 150px;
}

.exomeSequencing {
  margin-right: -60px;
  width: 48%;
  height: 280px;
  border-style: solid;
  border-color: rgb(220, 224, 230);
  border-width: 1px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  /* border-bottom-style: none; */
}

.exomeSequencingRightContent p {
  margin-top: 20px;
  color: rgb(10, 35, 71);
}

.prenatalTesting {
  margin-right: -60px;
  width: 48%;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  margin-left: 111px;
  height: 280px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(220, 224, 230);
}

.prenatalTestingLeftHeading h1 {
  /* margin-top: -20px; */
  color: black;
  font-size: 1.5rem;
  /* margin-left: 35px; */
}
.prenatalTestingRightContent img {
  height: 150px;
}

.prenatalTestingLeftHeading {
  display: grid;
  padding: 10px;
  place-items: center;
  height: 100%;
  background: #eef1f2;
}

.prenatalTestingRightContent {
  padding: 25px;
}

.prenatalTestingRightContent p {
  margin-top: 20px;
  color: rgb(10, 35, 71);
}

.prenatalTestingRightContent a {
  display: block;
  padding-bottom: 30px;
}

.lbp {
  margin-right: -60px;
  width: 48%;
  height: 400px;
  border-style: solid;
  border-width: 1px;
  border-top: none;
  border-color: rgb(220, 224, 230);
}

.lbpLeftHeading h1 {
  color: black;
  font-size: 1.5rem;
}
.lbpRightContent img {
  height: 150px;
}

.lbpLeftHeading {
  display: grid;
  padding: 10px;
  place-items: center;
  height: 100%;
  background: #eef1f2;
}

.lbpRightHeading {
  padding: 25px;
  padding-bottom: 85px;
}

.lbpRightHeading img {
  height: 150px;
}

.lbpRightHeading a {
  display: block;
}

.oncologyPanel {
  margin-right: -60px;
  width: 48%;
  margin-left: 111px;
  height: 400px;
  border-style: solid;
  border-width: 1px;
  border-top: none;
  border-color: rgb(220, 224, 230);
}

.oncologyPanelLeftHeading h1 {
  /* margin-top: 25px; */
  color: black;
  font-size: 1.5rem;
  /* margin-left: 35px; */
}
.oncologyPanelRightContent img {
  height: 150px;
}

.oncologyPanelLeftHeading {
  display: grid;
  padding: 10px;
  place-items: center;
  height: 100%;
  background: #eef1f2;
}

.oncologyPanelRightContent {
  padding: 25px;
}

.oncologyPanelRightContent a {
  display: block;
}

.transplantImmunology {
  margin-right: -60px;
  width: 48%;
  height: 270px;
  border-style: solid;
  border-width: 1px;
  border-top: none;
  border-color: rgb(220, 224, 230);
}

.transplantImmunologyLeftHeading h1 {
  color: black;
  font-size: 1.5rem;
}
.transplantImmunologyRightContent img {
  height: 150px;
}

.transplantImmunologyLeftHeading {
  display: grid;
  padding: 10px;
  place-items: center;
  height: 100%;
  background: #eef1f2;
}

.transplantImmunologyRightContent {
  padding: 25px;
}

.transplantImmunologyRightContent a {
  display: block;
}

.hrdPanel {
  margin-right: -60px;
  width: 48%;
  margin-left: 111px;
  height: 270px;
  border-style: solid;
  border-width: 1px;
  border-top: none;
  border-color: rgb(220, 224, 230);
}

.hrdPanelLeftHeading h1 {
  margin-top: -12px;
  color: black;
  font-size: 1.5rem;
  /* margin-left: 35px; */
}
.hrdPanelRightContent img {
  height: 150px;
}

.hrdPanelLeftHeading {
  display: grid;
  padding: 10px;
  place-items: center;
  height: 100%;
  background: #eef1f2;
}

.hrdPanelRightContent {
  padding: 25px;
}

.hrdPanelRightContent a {
  display: block;
}

.targetedtheapies {
  margin-right: -60px;
  width: 48%;
  /* width: 45%; */
  height: 310px;
  border-style: solid;
  border-width: 1px;
  border-top: none;
  border-color: rgb(220, 224, 230);
}

.targetedtheapiesLeftHeading h1 {
  color: black;
  font-size: 1.5rem;
}
.targetedtheapiesRightContent img {
  height: 150px;
}

.targetedtheapiesLeftHeading {
  display: grid;
  padding: 10px;
  place-items: center;
  height: 100%;
  background: #eef1f2;
}

.targetedtheapiesRightContent {
  padding: 25px;
}

.targetedtheapiesRightContent a {
  display: block;
}

.bloodcancer {
  margin-right: -60px;
  width: 48%;
  margin-left: 111px;
  height: 310px;
  border-style: solid;
  border-width: 1px;
  border-top: none;
  border-color: rgb(220, 224, 230);
}

.bloodcancerLeftHeading h1 {
  color: black;
  font-size: 1.5rem;
}
.bloodcancerRightContent img {
  height: 150px;
}

.bloodcancerLeftHeading {
  display: grid;
  place-items: center;
  background: #eef1f2;
  height: 100%;
  padding: 10px;
}

.bloodcancerRightContent {
  padding: 25px;
  padding-bottom: 115px;
}

.bloodcancerRightContent a {
  display: block;
}

.pharamcoGenomics {
  margin-right: -60px;
  width: 48%;
  height: 260px;
  border-style: solid;
  border-width: 1px;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-color: rgb(220, 224, 230);
}

.pharamcoGenomicsLeftHeading h1 {
  color: black;
  font-size: 1.5rem;
}
.pharamcoGenomicsRightContent img {
  height: 150px;
}

.pharamcoGenomicsLeftHeading {
  background: #eef1f2;
  display: grid;
  padding: 10px;
  height: 100%;
  place-items: center;
}

.pharamcoGenomicsRightContent {
  padding: 25px;
}

.pharamcoGenomicsRightContent a {
  display: block;
}

.infection {
  margin-right: -60px;
  width: 48%;
  margin-left: 111px;
  height: 260px;
  border-style: solid;
  border-width: 1px;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-color: rgb(220, 224, 230);
}

.infectionLeftHeading h1 {
  color: black;
  font-size: 1.5rem;
}
.infectionRightContent img {
  height: 150px;
}

.infectionLeftHeading {
  background: #eef1f2;
  display: grid;
  height: 100%;
  padding: 10px;
  place-items: center;
}

.infectionRightContent {
  padding: 25px;
}

.infectionRightContent a {
  display: block;
}

.rightcategory {
  border-style: solid;
  border-width: 1px;
}

.ngsKeyFeatureHeading {
  background: #000;
  padding: 15px;
  color: #fff;
  width: 100%;
  padding-left: 30px;
  font-size: 1.5rem;
}

.ngsKeyFeatureHeading h1 {
  font-size: 1.5rem;
  color: #fff !important;
}

.ngsKeyFeatureContent .contentNgs {
  padding: 15px 0 5px 30px;
  /* border-top: solid 1px #dddddd; */
  border-bottom: solid 1px #dddddd;
}

#ngskeyFeature .ngsKeyFeatureContent {
  border: solid 1px #dddddd;
}

#ngskeyFeature .contentNgs h3 {
  font-weight: 500;
  font-size: 1.3rem;
}

#ngsCategorySection a:hover {
  /* text-decoration: underline; */
  /* font-size: 0.9rem; */
  /* color: #00dad2; */
  color: #00d5b9;;
}

.ngs-page-cliseq {
  margin-top: -60px;
}

.we-section .whole_ExomeLogo img {
  height: 100px;
  margin-left: 1100px;
}

/* .we-heading h1 {
  margin-top: 60px;
} */

#tbl-one table {
  border-collapse: collapse;
  background-color: #000;
  color: #fff;
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
}

#tbl-onee table {
  border-collapse: collapse;
  background-color: #f2f2f2;
  color: #000;
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
}

#tbl-one td {
  color: #fff;
}

#tbl-one td:first-child {
  border-right: 1px solid #dddddd;
  width: 25%;
  padding-left: 60px;
}

/* #tbl-one .tbl-two td:first-child,
td:last-child {
  border-right: none;
  padding-left: 60px;
} */

/* #tbl-one th,
td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
} */

#tbl-one th, td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd !important;
}
/* .we-img-content img {
  height: 300px;
  width: 98.5%;
} */

.we-img-content {
  border: solid 1px #ddd;
}

.right-section {
  border-radius: 10px;
  /* background: #01c5b1; */
 background:  #00d6ba;
  width: 32.5%;
}

#we-img .right-section h2 {
  color: #fff;
  margin-top: 30%;
  text-align: center;
}

.tbl-two {
  width: 100%;
  border-collapse: collapse;
  padding: 60px;
  border: 1px solid #ddd;
  background-color: #ffffff;

}

.tbl-two th {
  background-color: #000000;
  color: white;
  padding: 15px;
  font-size: 1.5rem;
}

.tbl-two td {
  width: 0px;
  padding: 12px;
  font-size: 16px;
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
}

.tbl-two-pancan td::before {
  content: "" !important;
  padding-right: 0px !important;
}

/* .tbl-two td:first-child,
td:last-child {
  border-right: none;
  padding-left: 60px;
} */

/* #tbl-category {
  margin-top: -40px;
} */

.tbl-category {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px;
  border-color: #e2e8f0;
  /* margin: 0px 0 60px;
  background-color: #ffffff; */
}

.tbl-category th {
  padding: 15px;
  font-size: 1.5rem;
  color: #fff;
  background-color: #000;
  /* padding: 15px 0 15px 60px;
  font-weight: 400; */
}

/* td:first-child {
  border-right: 1px solid #e2e8f0;
  width: 25%;
  padding-left: 60px;
} */

.we-testing {
  /* margin-top: -30px; */
  line-height: 40px;
}

.category-heading {
  font-size: 1.5rem;
  background-color: #f1f2f2;
}

/* .panel-container {
  margin-top: 30px;
  border: solid 1px;
  border-radius: 3px;
  border-color: #dddddd;
   height: 500px; 
} */

/* .panel-container h1 {
  margin: 30px 0px 30px 50px;
  color: #000;
} */

.panel-container table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  background-color: #ffffff;
  overflow: hidden;
}

.panel-container .feature-col {
  text-align: center;
  background-color: #000000;
  font-weight: bold;
}

.panel-container th {
  background-color: #000000;
  color: white;
  padding: 15px;
  text-align: left;
  font-size: 18px;
}

.feature-col-content {
  background-color: #f1f2f2;
}

.panel-container td {
  padding: 12px;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #dddddd;
  border-right: none;
}

.panel-container .header-chng-clr {
  text-align: center;
  /* background-color: #58595b; */
  font-weight: bold;
}

.header-chng-clr-content {
  background-color: #e6e7e8;
}

#data-panel-2 .panel-container-2 {
 margin-top: 30px;
  border: solid 1px;
  border-radius: 3px;
  border-color: #e2e8f0;
}

#data-panel-2 h1 {
  font-size: 2rem;
  margin: 35px 0px;
  /* text-align: center; */
}

#data-panel-2 ul {
  margin-left: 40px;
  margin-top: 0px;
}

/* .panel-container-2 img {
  padding: 0px 60px 60px 0px;
} */

#data-panel-3 {
  margin-top: 50px;
}

#data-panel-3 .panel-container-3 {
  margin-top: -60px;
  margin-left: 0px;
  border-radius: 3px;
  border: solid 1px #ddd;
}

#data-panel-3 h1 {
  font-size: 2rem;
  padding: 60px;
}

#data-panel-3 ul {
  margin-left: 30px;
  margin-top: 0px;
}
#data-panel-3 img {
  padding: 5px 1px 25px 20px;
}
#data-panel-4 {
  margin: 35px 0 25px;
}

#data-panel-4 .panel-container-4 {
  margin-top: -60px;
  margin-left: 0px;
  border-radius: 3px;
  border: solid 1px #ddd;
}

#data-panel-4 h1 {
  font-size: 2rem;
  padding: 60px;
}

#data-panel-4 ul {
  margin-left: 40px;
  margin-top: 0px;
}
#data-panel-4 img {
  padding: 0px 60px 60px 0px;
}

#data-panel-3 ul.panel-container-3-right_padding {
  padding-right: 60px;
}

/* #we-workflow-img {
  margin: 60px 0 60px;
} */

.we-workflow-content {
  margin-top: -30px;
}

#we-workflow-img .we-workflow-border {
  margin-left: 0px;
  border-radius: 3px;
  border: solid 1px #ddd;
}

#we-workflow-img h2 {
  background: black;
  font-size: 1.5rem;
  color: #fff !important;
  padding: 30px 0px 30px 30px;
}

#we-workflow-img img {
  padding: 30px;
}

.we-workflow-content p {
  margin-top: 20px;
  font-size: 0.9rem;
}

.we-section-ordering .main-content {
  font-size: 0.9rem;
}

/*#tbl-one-ordering td:first-child {*/
/*  padding-left: 15px !important;*/
/*  font-size: 0.9rem;*/
/*}*/
/*#tbl-one-ordering td:last-child {*/
/*  padding-left: 15px !important;*/
/*  font-size: 0.9rem;*/
/*  width: 10%;*/
/*}*/

.tbl-one-ordering th {
  padding: 15px;
  background-color: #000;
  color: #fff;
  text-align: justify;
}

 .landing-AutoPrep{
    border: solid 2px #e2e8f0;
    border-radius: 15px;
    width: 100%;
    /* margin-top: 30px; */
    padding: 30px;
    }

.tbl-one-ordering table {
  border: solid 1px #e2e8f0;
}

#resource-section .accordion {
  background-color: #eef1f2;
  color: #000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-top: 10px;
}

#resource-section .active,
.accordion:hover {
  background-color: #ccc;
}

#resource-section .panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
#resource-section {
  margin-bottom: 60px;
}

#resource-section .panel {
  padding-top: 10px;
}

#resource-section button::after {
  content: "▼";
  float: right;
}

/* End Ngs Css */

/* Instrument Css */

 .instrument-banner img {
  width: 100%;
  /* background: #eef1f2; */
  padding-bottom: 32px;
} 

.instrument img {
border-radius: 16px;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.06);
border-color: rgba(68, 89, 121, 0.06);
}

#instrument-Content p::after {
  content: "";
  border-bottom: solid 1px #ffffff;
  display: block;
  margin-top: 50px;
}

.ngsLibrarySection h1 {
  margin-top: -30px;
  font-size: 3rem;
  color: #000;
}

.ngsLibrary-img {
  margin-top: 60px;
  border: solid 1px;
  border-color: rgb(220, 224, 230);
}

.ngsLibrary-video {
  margin-top: 60px;
  border: solid 1px;
  border-color: rgb(220, 224, 230);
  height: 277px;
  object-fit: fill;
}

.ngsLibrary-img-center {
  height: 277px;
  margin-top: 60px;
  border: solid 1px;
  border-color: rgb(220, 224, 230);
}

#ngsLibrarySection .img-video::after {
  content: "";
  border-bottom: solid 1px #dddddd;
  display: block;
  margin-top: 60px;
  margin-bottom: 60px;
}

.instrumentPocPara p {
  font-size: 1rem;
  margin-top: 20px;
}

.Instrument-onePcr h1 {
  color: red;
  font-size: 2rem;
  margin-top: 60px;
  display: flex;
}

.Instrument-onePcr h1:before {
  color: white;
  content: "";
  flex: 1;
  border-bottom: groove 2px;
  margin: auto 0.25rem;
  box-shadow: 0 -2px;
}

.Instrument-onePcr h1:after {
  color: white;
  content: "";
  flex: 1;
  border-bottom: groove 2px;
  margin: auto 0.25rem;
  box-shadow: 0 -2px;
}

.poc-imgsportion {
  margin-top: 60px;
}

.poc-imgsportion .onePcrImg {
  border: solid 1px;
  border-color: rgb(220, 224, 230);
  height: 425px;
  width: 100%;
}

.poc-imgsportion .onePcrCenterImg {
  border: solid 1px;
  border-color: rgb(220, 224, 230);
  height: 425px;
  width: 100%;
}

.poc-imgsportion video {
  border: solid 1px;
  border-color: rgb(220, 224, 230);
  height: 425px;
  width: 100%;
  object-fit: fill;
}

.Instrument-onePcrRapi {
  margin-top: -30px;
}

.Instrument-onePcrRapi h1 {
  color: rgb(0, 0, 0);
  font-size: 2rem;
  /* margin-top: 60px; */
  display: flex;
}

#intrumentrapiSection {
  margin-top: 60px;
}

.Instrument-onePcrRapi h1:before {
  color: white;
  content: "";
  flex: 1;
  border-bottom: groove 2px;
  margin: auto 0.25rem;
  box-shadow: 0 -2px;
}

.Instrument-onePcrRapi h1:after {
  color: white;
  content: "";
  flex: 1;
  border-bottom: groove 2px;
  margin: auto 0.25rem;
  box-shadow: 0 -2px;
}

.pocRapi-imgsportion {
  margin-top: 60px;
}

.pocRapi-imgsportion::after {
  content: "";
  display: block;
  border-bottom: solid 1px #dddddd;
  margin-top: 60px;
  margin-bottom: 60px;
}

.intrumentMBSHeading h1 {
  margin-top: -30px;
}

.instrumentMBSPara p {
  font-size: 1rem;
  margin-top: 20px;
}

.MBS-imgsportion {
  margin-top: 60px;
}

.MBS-imgsportion .main-img {
  border: solid 1px;
  border-color: rgb(220, 224, 230);
}

.mbsCenterImg {
  height: 350px;
}

.MBS-imgsportion video {
  border: solid 1px;
  border-color: rgb(220, 224, 230);
  height: 350px;
  object-fit: fill;
}

/* End Instrument Css */

/* Footer Css */

.footer {
  background: #000;
  padding: 80px 0;
}

.footer-card.footer-card-hover {
  height: 172px;
  margin-inline-start: -12px;
  margin-bottom: 12px;
}

.footer-card {
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 25px;
  position: relative;
  background: #50505085;
  transition: 0.3s all;
}

.footer-card-hover:hover {
  background: #fff;
}

.footer-card h5 {
  color: #fff;
    font-size: 1.5rem;
    margin-bottom: 32px;
    margin-top: 14px;
}

.footer-card-hover:hover h5 {
  color: #000000 !important;
}

.footer-card i {
  font-size: 2rem;
  color: #ffffff;
  transform: rotate(45deg);
  font-weight: 300;
}

.footer-card .footer-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer-card h4 {
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 28px;
}

.footer-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-card ul li {
  display: block;
  padding: 9px 0;
}

.footer-card ul li:hover {
  /* text-decoration: underline; */
  color: #fff;
}
.footer-card ul li a:hover {
  color: #00d6ba;
  padding-left: 5px;
  transition: 0.3s;
  /* font-size: 1.1rem; */
}

.footer-card ul li a {
  display: block;
  color: #fff;
  font-size: 1rem;
  font-weight: 200;
}

.footer-card p i {
  transform: rotate(0);
  font-size: 1.8rem;
  color: #fff;
  margin-right: 10px;
  min-width: 30px;
}

.footer-card p {
  margin-bottom: 20px;
  display: flex;
  font-size: 1rem;
  color: #fff;
  font-weight: 200;
  margin-top: 15px;
}
.footer-card p span {
  font-size: 1rem;
  color: #fff;
}

/* New Socalmedia Design */

.social-media p {
  margin: 5px 0;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.footer-card p span {
    font-size: 1rem;
    color: #fff;
    margin-left: 24px;
}
.footer-card p i {
    transform: rotate(0);
    font-size: 1.8rem;
    color: #fff;
    margin-right: 0px;
    min-width: 0px;
}
.social-icon a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 46px;
  margin: 0 8px;
  border-radius: 50%;
  background: #444040;
  color: #555;
  font-size: 22px;
  text-decoration: none;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* Glow + Scale on hover */
.social-icon a:hover {
  transform: scale(1.15) rotate(5deg);
  color: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

/* Different colors per brand */
.social-icon a.facebook:hover { background: #3b5998; }
.social-icon a.twitter:hover { background: #1da1f2; }
.social-icon a.linkedin:hover { background: #0077b5; }
.social-icon a.instagram:hover { 
  background: linear-gradient(45deg,#f58529,#dd2a7b,#8134af,#515bd4); 
}
.social-icon a.pinterest:hover { background: #bd081c; }


/* #ftr-para {
  padding-bottom: 60px;
  font-size: 0.9rem;
} */

/* New Banner Css */

/* /* .landing-banner video {
 margin-top: -177px; 
  height: 533px;
  width: 100%;
  position: relative;
  object-fit: fill;
} */

.bannerCaption h4 {
  color: #000 !important;
}
.bannerCaption {
position: relative;
position: relative;
bottom: 0px;
left: 50%;
transform: translateX(-50%);
width: 68%;
z-index: 1;
margin-bottom: 60px;
}

.panel-title {
 font-weight: 400;
 font-size: 18px;
    }
 .panel-title:hover {
  color: #00D5B9;
    }
 .panel-card {
    transition: all 0.3s ease;
    padding-left: 46px !important;
  }
  .panel-card:hover {
    box-shadow: 0 4px 12px rgba(49, 49, 49, 0.15);
    transform: translateY(-3px);
  }

.banner-text {
  width: fit-content;
  padding-right: 15px;
  margin-left: auto;
  padding-bottom: 20px;
}

.banner-text a {
  background-color: #fff;
  color: #000;
  border-radius: 3px;
  padding: 6px 12px;
  text-align: left;
}

.products {
  background:linear-gradient(350deg, #cccccc9a, #f8f8f8);
  width: 100%;
  /* border-radius: 0 0 15px 15px; */
}

.ngsCategorySection .cat-card {
  height: 100%;
}

.products img {
  height: 80px;
  /* margin-top: 35px; */
  padding-left: 25px;
}

.products .border {
  /* height: 150px; */
  width: 25%;
  border-bottom: none !important;
  border-right: 0px solid #8f8f8f !important;
  border-top: none !important;
}

.products .resize:hover {
   transform: translateY(-1px); 
  background-color: #96e1d796;
  transition: all ease 0.2s;
  /* box-shadow: inset -40px 0px 30px -30px rgba(0,0,0,0.9),inset 40px 0px 30px -30px rgba(0,0,0,0.9); */
}

#feature-product {
  padding: 0px;  
  text-align: center;
}
.feature-product h1 {
  position: relative;
  display: inline-block; /* keeps underline width limited to content */
  text-align: center;
}

.products h4 {
    font-size: 1rem;
    margin-top: 20px;
    margin-left: 25px;
    color: #000;
    padding-right: 25px;
    margin-bottom: 20px;
}

/* ngs css */

/* .page_heading {
  padding-top: 60px;
  text-align: center;
  text-decoration: underline;
} */

.nav_link {
  font-size: 0.9rem;
  padding-top: 30px;
  display: inline-flex;
}

.nav_link a {
  color: #000;
}

.cat-card {
  border: solid 1px #dddddd;
  overflow: hidden;
  border-top: 0;
}

.ngsCategory .top-border {
  border-top: 1px solid #ddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.ngsCategory .bottom-radius {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.exomeSequencingLeftHeading {
  display: grid;
  padding: 10px;
  place-items: center;
  height: 100%;
  background: #eef1f2;
}

.exomeSequencingLeftHeading h1 {
  color: black;
  font-size: 1.5rem;
}

/* model */


.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

 /* .back-to-top {
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 1000;
    display: none;
    transition: opacity 0.3s ease;
  } */

  .back-to-top.show {
    display: block;
  }

  .back-to-top__action {
    background: none;
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  }

  /* .back-to-top__ring-bg {
    fill: none;
    stroke: #e0e0e0;
    stroke-width: 2;
  }

  .back-to-top__ring {
    fill: none;
    stroke: #00d5b9;
    stroke-width: 2;
    stroke-linecap: round;
    transition: stroke-dashoffset 0.3s ease;
  } */

  /* .back-to-top__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
  } */

/* .back-to-top {
  --offset: 50px;
  position: sticky;
  bottom: 20px;
  margin-right: 10px;
  place-self: end;
  text-decoration: none;
  font-family: sans-serif;
  color: #fff;
  border-radius: 100px;
  white-space: nowrap;
  width: 60px;
  height: 60px;
  float: right;
  z-index: 999;
} */

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

#myBtn {
  /* display: none; */
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 28px;
  border: none;
  outline: none;
  background-color: #00d6ba;
  color: white;
  cursor: pointer;
  border-radius: 44px;
  height: 52px;
  width: 52px;
}

/* company css*/

.visionSection::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #e6e8ef;
}

.visionSection::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #ced0d3;
}

.visionSection .content {
  position: relative;
  z-index: 2;
  padding: 20px;
  padding-bottom: 60px;
}

.visionSection .content h1 {
  /* font-size: 30px; */
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 20px;
}

.visionSection .content p {
  /* font-size: 14px; */
  margin-bottom: 0;
}

section.visionSection {
  margin-bottom: -60px;
}

.management .managementContent h6 {
  font-size: 2.5rem;
  margin-bottom: 15px;
  line-height: 40px;
}

.management .managementContent span {
  font-weight: normal;
}

.management .managementContent {
  padding-left: 70px;
}

.management .managementContentCeo {
  padding-left: 0px;
}

.management .managementContentCeo h6 {
  font-size: 2.5rem;
  margin-bottom: 15px;
  line-height: 40px;
}

.management .managementContentCeo span {
  font-weight: normal;
}

.chairmanImg {
  height: 515px;
  width: 416px;
}

.quoteIcon {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 18px;
  left: 273px;
  z-index: 999;
}

.rectangleIcon {
  position: absolute;
  z-index: 1;
  width: 10%;
  left: 529px;
  top: 382px;
}

.career .career-card {
  margin-top: 60px;
  padding-bottom: 30px;
  text-align: center;
  line-height: 130px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.career .career-card:hover {
  background-color: #000;
  color: #fff;
  transition: 2s;
}

/* testing */

.career {
  padding-bottom: 30px;
  background: #eef1f2;
  text-align: center;
}

.top-left-border {
  margin-right: -24px;
  height: 250px;
  border-right: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}

.top-right-border {
  margin-right: -24px;
  height: 250px;
  border-right: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}

.border-bottom {
  margin-right: 2px;
  height: 250px;
  border-bottom: 1px solid #c7c7c7 !important;
}

.top-right {
  margin-right: -24px;
  height: 250px;
  border-right: 1px solid #c7c7c7;
}

.height {
  margin-right: -24px;
  height: 250px;
}

.career h3 {
  padding-top: 60px;
}

.career .yellow:hover {
  /* background-color: #1bbdbd; */
  background-color: #00d6ba;
  /* transition: 2s; */
}

.text-center {
  text-align: center !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.singleCareerWhat {
  min-height: 200px;
  text-align: center;
  margin-top: 25px;
  border-radius: 5px;
  padding: 20px 10px;
  border: 1px dashed #c7c7c7;
}

.singleCareerWhat span {
  width: 60px;
  height: 60px;
  /*color: var(--blueColor);*/
  line-height: 60px;
  display: block;
  color: #fff;
  background: #000;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto 10px;
}

.singleCareerWhat h5 {
  font-size: 16px;
  font-weight: 700;
  margin: 14px 0;
}

.singleCareerWhat p {
  text-align: center;
  font-size: 13px;
  margin: 0;
}

.sticky-navbar-company a {
  padding: 14px 78px !important;
}

.sticky-nav-border-company {
  border-right: solid 1px #dddddd;
}

.footer .footer-bottom-anchor {
  content: "";
  display: block;
  text-align: center;
  border-bottom: 1px solid #2e2d2d;
  border-top: 1px solid #2e2d2d;
  padding: 15px 0;
  margin-top: 30px;
}
.ftr-para{
  margin-top: 20px;
  font-size: 12px;
}
.ftr-para .border-end {
  border-right: 2px solid #ccc;
  height: 102px; 
}

.footer .footer-bottom-anchor .borders {
  border-right: 1px solid #2e2d2d !important;
}

.footer .footer-bottom-anchor a {
  color: #fff;
  font-weight: 200;
}

.footer .footer-bottom-anchor a:hover {
  /* text-decoration: underline; */
  /* font-size: 1.1rem; */
  color: #00d6ba;
  padding-left: 5px;
}

.management h4 {
  font-size: 2.5rem;
  padding-bottom: 30px;
}

.management h4::after {
  content: "";
  display: block;
  border-bottom: 1px solid #ddd;
  padding-top: 30px;
}

.executive_team {
  padding-top: 60px;
}

.career p {
  padding-top: 20px;
}

.career-form .contactWrapper {
  background: var(--blackColor);
  border-radius: 3px;
  border: 1px solid #ccc;
  overflow: hidden;
}

.career-form .contactWrapper .contactForm {
  padding: 50px;
  background-color: var(--whiteColor);
}

.career-form .formFeatures {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 20px;
  row-gap: 30px;
}

.career-form .equal-height {
  padding: 40px;
}

.career-form .contactWrapper h4.heading {
  padding-left: 20px;
  color: var(--whiteColor);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.career-form .formFeatures .singleFormFeature h6 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 40px;
}

.formFeatures .singleFormFeature p,
.formFeatures .singleFormFeature p a,
.formFeatures .singleFormFeature p a:hover {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.career-form a {
  background: #000;
  border: none;
}
.career-form a:hover {
  background: #00d6ba;
  color: #000;
  border: none;
}
.career-form .singleFormFeature a:hover {
  background: none;
  color: #000;
  border: none;
}

.board-gap {
  padding-top: 60px;
}

.panel-border {
  content: "";
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 30px;
}

/* .distributors-section {
  margin-bottom: 60px;
} */

.distributors-section .accordion .accordion-item {
  margin-bottom: 30px;
  border: 1px solid #ddd;
}

/* .distributors-section .border{
  border-top: 1px solid #ddd;
  border-radius: 3px;
} */

.distributors-section #resource-section .active,
.accordion:hover {
  background-color: #fff;
}

.distributors-section .accordion button {
  font-size: 1.5rem;
  padding: 25px;
}

.distributors-section .accordion button {
  border-bottom: 1px solid #ddd;
  z-index: 0;
}

.accordion-button:not(.collapsed) {
  color: #000;
}

.accordion-body table thead tr td {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ddd;
  width: 25%;
}

.accordion-body tbody tr td {
  padding-top: 25px;
  width: 25%;
}

.contact-form .contactWrapper {
  border-radius: 3px;
  border: 1px solid #ccc;
  overflow: hidden;
}

.contact-form .contactWrapper .contactForm {
  padding: 50px;
  background-color: var(--whiteColor);
  border-right: 1px solid #ddd;
  margin-right: -25px;
}

.contact-form .formFeatures {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 20px;
  row-gap: 30px;
}

.contact-form .contactWrapper h4.heading {
  padding-left: 20px;
  color: var(--whiteColor);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.contact-form .formFeatures .singleFormFeature h6 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 40px;
}

.contact-form a {
  background: #000;
  border: none;
}
.contact-form a:hover {
  background: #00d6ba;
  color: #000;
  border: none;
}

.pan-cancer td {
  border: 1px solid #ddd;
  padding-left: 60px;
}

.pan-cancer td:first-child {
  width: 33.3%;
}

.all_events {
  padding-bottom: 60px;
}

.all_events .card:hover {
  box-shadow: 0px 0px 10px #ddd;
  transition: 1s;
}

.all_events button {
  float: right;
  margin-bottom: 15px;
  background: #000;
  color: #fff;
  border: none;
  padding: 15px;
  border-radius: 3px;
}

.all_events button:hover {
  background: #00d6ba;
  color: #fff;
}

.sticky-navbar-event a {
  padding: 14px 106px !important;
}

.distributor_application {
  padding-bottom: 60px;
}
.distributor_application .main_heading {
  content: "";
  display: block;
  border-bottom: 2px solid #ddd;
  /* padding-top: 10px; */
}

.distributor_application .main_heading h5 {
  padding-bottom: 20px;
}

.distributor_application .main-content {
  padding-top: 30px;
}

.distributor_application .main-content ol {
  line-height: 35px;
}

.marquee-slider {
  min-height: 50vh;
}

.marquee-slider {
  --space: 2rem;

  display: grid;
  align-content: center;
  overflow: hidden;
  gap: var(--space);
  width: 100%;
  font-family: "Corben", system-ui, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}

.marquee-slider .marquee {
  --duration: 60s;
  --gap: var(--space);

  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  /* transform: skewY(-3deg); */
}

.marquee-slider .marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .marquee-slider .marquee__group {
    animation-play-state: paused;
  }
}

.marquee-slider .marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: calc(var(--duration) / -2);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.marquee-slider img {
  height: 35vh;
  width: 100%;
  border-radius: 10px;
}

/* new ngs css */

.transplantImmunology-padding {
  padding-bottom: 71.2%;
}

.infection-padding {
  padding-bottom: 56px;
}

.lpb-padding {
  padding-bottom: 86px;
}

.hrdpanel-padding {
  padding-bottom: 25px;
}

.prenatal-padding {
  padding-bottom: 86px;
}
.prenatal-padding a {
  padding-bottom: 0px !important;
}

.exome-padding {
  padding-bottom: 26px;
}

/* #sticky-navbar a:hover {
  color: #00dad2;
} */

/* Large screens (desktop & above) */
.social-media {
  padding-top: 74px;
}

@media (min-width: 1400px) {
  .social-media {
    padding-top: 65px;
  }
}

@media (max-width: 1366px) {
  .social-media {
    padding-top: 42px !important;
  }
}


.footer-services ul {
  padding-bottom: 31px;
}

.distributor_application ul {
  margin-left: -12px;
}

.area-interest-heading::after {
  content: "";
  display: block;
  border-bottom: 1px solid #000;
  padding: 5px;
}

.area-interest-content {
  padding-top: 10px;
}

.event-form h1 {
  padding-top: 0px;
}

.sectionPadding h4.mainHeading {
  font-size: 2.5rem;
}

.event-detail {
  padding: 30px;
  /* border: 1px solid #ddd; */
  /* border-radius: 3px; */
}

.filter-underline {
  content: "";
  display: block;
  border-bottom: 1px solid #ddd;
}

.events_new .accordion-item {
  border: none;
}
.events_new .accordion {
  margin-left: -20px;
}

.events_new .accordion-item:first-of-type {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.events_new .accordion-item:last-of-type {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.events_new
  .accordion-item:first-of-type
  > .accordion-header
  .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-button:not(.collapsed) {
  background-color: #fff;
}

.event-detail button {
  padding: 8px;
  border-radius: 6px;
  border: 1px solid;
  background: black;
  color: #fff;
  width: 100%;
}

.filter-section {
  margin-top: 30px;
}

.filter-section label {
  display: block;
  font-size: 0.9rem;
}

aside.filter-sidebar h5::after {
  content: "";
  display: block;
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
}

.event-list p {
  font-size: 0.9rem;
}

.filter-section.filter-bottom-border::after {
  content: "";
  display: block;
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
}
.include-past-events {
  padding-top: 15px;
}

/* faq */

.faq-container {
  display: flex;
  width: 70%;
  background: #ffffff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.sidebar {
  /* background: #eef1f2; */
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  margin-bottom: 60px;
}

.category {
  padding: 15px;
  font-size: 18px;
  cursor: pointer;
  color: #000;
  display: flex;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 10px;
  transition: background 0.3s;
  background: #eef1f2;
}

.category.selected {
  background-color: #00d6ba;
  color: #ffffff;
}

.category .icon {
  margin-right: 10px;
  font-size: 24px;
}

.faq-content {
  padding: 20px;
  background-color: #eef1f2;
}

.faq-section {
  display: none;
}

.faq-section.active {
  display: block;
}

.faq-content h2 {
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
}

.faq-item {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.question {
  font-size: 18px;
  padding: 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  border-radius: 5px;
  transition: background 0.3s;
}

.answer {
  display: none;
  padding: 15px;
  font-size: 15px;
  /* background-color: #ffffff; */
  margin-top: 5px;
  border-radius: 0 0 5px 5px;
}

.faq-item.active .answer {
  display: block;
}

/* .fa.fa-twitter{
	font-family:sans-serif;
} */
.fa.fa-twitter::before {
  content: "𝕏";
  font-size: 1.8rem;
}

/* blog */

.search-form .search-submit {
  background: #00d6ba;
  border: 0;
  color: #fff;
  display: block;
  float: right;
  width: 60px;
  height: 50px;
  text-align: center;
  transition: all 0.25s ease-out;
}

.search-form {
  margin: 0;
  padding: 0;
  position: relative;
}

.search-form .search-field {
  border: 1px solid #f0f0f0;
  height: 50px;
  padding: 0 20px;
  padding: 0 1.25rem;
  text-align: left;
  width: 100%;
}

.blog_form {
  padding-top: 60px;
}

.blog_form input.form-control {
  height: 50px;
  border-radius: 3px;
}

.blog_section {
  margin-bottom: 60px;
}

.blog_section .left_content {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.blog_section .left_content h4,
.blog_section .left_content p {
  padding-top: 30px;
}

.blog_section .left_content .top_head h6 {
  padding-right: 20px;
}

.blog_section .left_content .top_head i {
  padding-right: 10px;
}

.blog_section .left_content a {
  float: right;
}

.blog_section .left_content a i {
  padding-left: 10px;
}

/* end blog */

.distribution_partner {
  text-align: left;
  padding-bottom: 60px;
}

.distribution_partner button {
  background: none;
  border: none;
}

.ngsCategory .dropdown {
  position: relative;

}

.ngsCategory .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.ngsCategory .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.ngsCategory .dropdown-content a:hover {
  background-color: #f1f1f1;
}

.ngsCategory .dropdown:hover .dropdown-content {
  display: block;
}

.tbl_two_pan_pathogen td:first-child {
  width: 50%;
}

.tbl-category-pan-pathogen td {
  border-right: 1px solid #ddd;
}

.key_highlight_nipt {
  padding-bottom: 60px;
}

.key_highlight_nipt th {
  padding-left: 60px;
  font-size: 1.5rem;
  color: #fff;
  background-color: #000;
  padding: 15px 0 15px 60px;
}

.singleTabContent .dropdown {
  position: relative;

}

.singleTabContent .dropdown-content {
  line-height: 25px;
  padding: 10px;
  display: none;
  position: absolute;
  background-color: #eef1f2;
  width: 220px;
  height: 132px;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.singleTabContent .dropdown-content a {
  color: black !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.singleTabContent .dropdown-content a:hover {
  background-color: #f1f1f1;
  color: #00d6ba !important;
}

.singleTabContent .dropdown:hover .dropdown-content {
  display: block;
}

.hls_typing_second {
  padding-top: 0px;
}

.blog-page_description .left_content .user_date {
  display: flex;
  gap: 20px;
}

.blog-page_description .left_content .user_date {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.main_content img {
  padding-top: 30px;
}

.company_no_bg img {
  background: none !important;
}

.distributors-section button:hover {
  color: #00d6ba;
}

.company_no_bg img {
  background: none !important;
}

.get_quote_form .form-control {
  height: 50px;
}

.get_quote_form {
  margin-top: -60px;
}

.panel-section-data {
  padding-top: 0px !important;
}

/* .tbl-one-ordering {
  padding: 0px !important;
} */

/* about us roadmap css */

.road-map-main {
  margin: 50px 0 51px;
}
.road-map-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 175px;

  @media (max-width: 991px) {
    margin-bottom: 25px;
    height: auto;
    display: block;
  }

  &::before {
    content: "";
    width: 100%;
    clear: both;
    display: block;
  }

  &::after {
    content: "";
    width: 100%;
    clear: both;
    display: block;
  }

  .road-map-circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 25px solid transparent;
    border-top-color: #000;
    border-right-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);

    @media (max-width: 992px) {
      position: unset;
      border: 25px solid #000;
    }

    .road-map-circle-text {
      width: 110px;
      height: 110px;
      border-radius: 50%;
      background-color: #00d6ba;
      font-size: 20px;
      font-weight: 600;
      line-height: 26px;
      text-transform: capitalize;
      color: #fff;
      box-shadow: 0px 0px 10px 5px #00000021;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      transform: rotate(-45deg);
    }
  }

  .road-map-card {
    width: 35%;
    /* // float: right; */
    background: #000000;
    padding: 20px 20px;
    z-index: 0;
    position: absolute;
    right: 0;
    border-radius: 5px;

    &::before {
      content: "";
      width: 25%;
      height: 20px;
      background: #000;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: -23%;
      z-index: -1;
    }

    @media (max-width: 991px) {
      width: 100%;
      margin-top: 30px;
      position: unset;

      &::before {
        content: "";
        width: 20px;
        height: 30%;
        top: 50%;
        transform: translateX(-50%);
        left: 50%;
      }
    }

    @media (max-width: 425px) {
      top: 45%;
    }

    .card-head {
      font-size: 20px;
      font-weight: 600;
      text-transform: capitalize;
      margin: 0 0 15px;
      color: #fff;
    }

    .card-text {
      color: #fff;
      margin: 0;
      display: -webkit-box;
    
      -webkit-box-orient: vertical;
      overflow: hidden;

      @media (max-width: 1199px) {
        -webkit-line-clamp: 4;
      }
    }
  }

  &:nth-of-type(even) {
    .road-map-circle {
      border-bottom-color: #000;
      border-left-color: #000;
      border-top-color: transparent;
      border-right-color: transparent;

      @media (max-width: 991px) {
        border-color: #000;
      }
    }

    .road-map-card {
      /* // float: left; */
      left: 0;

      &::before {
        right: -23%;
        left: unset;

        @media (max-width: 991px) {
          content: "";
          width: 20px;
          height: 30%;
          top: 50%;
          transform: translateX(-50%);
          left: 50%;
        }

        @media (max-width: 425px) {
          top: 45%;
        }
      }
    }
  }
}
/* about us roadmap css end */

/* country change css start */

.country-dropdown {
  position: relative;
  display: inline-block;
}

@media (max-width: 991.98px) {
  .country-dropdown {
    display: none !important;
  }
}

.country-dropdown-content {
  display: none;
 position: absolute;
    background-color: #fff;
    width: 263px;
    /* height: 211px; */
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
    padding: 15px 15px;
    z-index: 1;
    right: 0px;
    border-radius: 8px;
}

.country-dropdown:hover .country-dropdown-content {
  display: block;
}

.country-dropdown-content p::after {
  content: "";
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 15px;
}

.country-dropdown-content button {
  border: none;
  background: #000;
  padding: 10px;
  color: #fff;
  border-radius: 3px;
}

/* country change css end */

/* ivd section css */

.ivd-onepcr-img {
  padding-top: 60px;
}

/* .ivd-onepcr-img img {
  height: 646px;
  width: 517px;
} */

.ivd-onePcr-cntnt-section {
  padding: 60px;
  background-color: #eef1f2;
}

.ivd-onepcr-specification td {
  color: #000000;
  width: 50%;
}

/* .instrument-text-margin {
  margin-top: 11%;
} */

.onePcr-right-margin {
  margin-top: 20%;
}

.sticky-navbar-company a {
  padding: 25px 70px !important;
}

/* new pancancer css */

.page-heading {
  display: grid;
  padding-top: 8%;
}

.margin-between {
  padding-top: 10%;
}

.happyClientssection h1::after {
  display: inline-block;
  content: "+";
}

/* end new pancancer css */

/* index  css have question */

.assist_section {
  padding-bottom: 60px;
background: linear-gradient(135deg, #43c7b280 0%, rgb(243 243 243) 53%);
}
.assist_section h1 {
  padding-top: 40px;
  font-size: 64px;
  font-weight: 700;
  line-height: 74px;
}

.assist_section p {
  padding-top: 30px;
  font-size: 1.3rem;
}

.assist_section p::after {
  display: block;
  content: "";
  border-bottom: 1px solid #ddd;
  padding-top: 30px;
}

.assist_contact {
  padding-top: 30px;
}

.assist_contact .hover_bg:hover {
  background: none !important;
  border: 1px solid #000000 !important;
  color: #000;
}

.home-logo-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}
.home-logo-wrapper.reverse {
  margin-top: -2rem;
}
.clients-grid.logo-animate {
  grid-column-gap: 3rem;
  opacity: 1;
  flex: none;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

/* our brand merquee section */

.logo-slider {
  overflow: hidden;
  position: relative;
}

.logo-track {
  display: flex;
  width: max-content;
  animation: scroll-left 35s linear infinite;
  gap: 2rem;
  align-items: center;
  height: 190px;

}

.logo-card {
  background: #fff;
  padding: 1rem;
  border-radius: 1rem;
  /* box-shadow: 0 4px 16px rgba(0,0,0,0.1); */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-width: 190px;
  max-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-card img {
  height: 125px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: transform 0.3s, filter 0.3s;
}

.logo-card:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.logo-card:hover img {
  filter: none;
  transform: scale(1.1);
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


.logo-animate {
  animation: slide 60s infinite linear;
}
.clients-grid.logo-animate-alt {
  grid-column-gap: 3rem;
  flex: none;
  width: 100rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}
.logo-animate-alt {
  animation: slidealt 60s infinite linear;
  animation-direction: reverse;
}
/* Animation for the first right to left marquee */
@keyframes slide {
  0% {
    transform: translateX(calc(0% + 50px));
  }

  100% {
    transform: translateX(-100%);
  }
}

.logo-animate {
  animation: slide 60s infinite linear;
  /* Adjust the seconds for a slower or faster animation */
}

/* Animation for the second left to right marquee */
@keyframes slidealt {
  0% {
    transform: translateX(calc(0% + 50px));
  }

  100% {
    transform: translateX(-100%);
  }
}

.logo-animate-alt {
  animation: slidealt 60s infinite linear;
  /* Adjust the seconds for a slower or faster animation */
  animation-direction: reverse;
}

/*end index  css have question */

section.sectionPadding::after {
  content: "";
  display: block;
  border-bottom: 1px solid #ddd;
  padding-top: 60px;
  width: -webkit-fill-available;
}

section#life_at_g2m::after {
  content: "";
  display: block;
  border-bottom: 1px solid #ddd;
  padding-top: 30px;
}

.nav_link a::after {
  content: "/";
  padding-right: 6px;
  padding-left: 6px;
}

#we-section::after {
  content: "";
  display: block;
  /* border-bottom: 1px solid #ddd; */
  /* padding-top: 60px; */
}

#data-panel-3:after {
  content: "";
  display: block;
  /* border-bottom: 1px solid #ddd; */
  padding-top: 20px;
}

section.biomarker-border-bottom::after {
  content: "";
  display: block;
  border-bottom: 1px solid #ddd;
  padding-top: 60px;
}

section#tbl-one::after {
  content: "";
  display: block;
  border-bottom: 1px solid #ddd;
  padding-top: 45px;
}

/* .brand_content {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
} */

.logos-marquee {
  padding-bottom: 60px;
}

.brand_content h1::after {
  display: block;
  content: "";
  border-bottom: 5px solid #00dad2;
  border-radius: 3px;
  width: 65px;
  margin-left: 47%;
  padding-top: 10px;
}

.vission::after {
  content: "";
  display: block;
  border-bottom: 1px solid #ddd;
  padding-top: 60px;
}

.map {
  margin-bottom: -67px;
}

.form-group .form-control {
  height: 55px;
}

.career-form .form-control {
  height: 55px; /* Set a uniform height */
  box-sizing: border-box; /* Include padding in height */
}

/* Styling specifically for the file input */
.career-form input[type="file"] {
  height: 55px; /* Match the height of other inputs */
  line-height: 55px; /* Center-align text vertically */
  padding: 0 10px; /* Add horizontal padding */
}

/* Optional styling for the textarea to align with input fields */
.career-form textarea.form-control {
  height: auto; /* Let it grow with rows */
  resize: none; /* Disable resizing if needed */
}

.upload-container {
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
}

.upload-box {
  border: 2px dashed #ddd;
  border-radius: 10px;
  padding: 30px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}

.upload-box:hover {
  border-color: #eef1f2;
}

.upload-box i {
  font-size: 40px;
  color: #00d6ba;
}

.upload-box span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #666;
}


.file-info {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #555;
}

.action-buttons {
  margin-top: 10px;
}

.btn-replace,
.btn-remove {
  margin: 0 5px;
}

.btn-replace {
  background-color: #007bff;
  color: #fff;
}

.btn-replace:hover {
  background-color: #0056b3;
}

.btn-remove {
  background-color: #dc3545;
  color: #fff;
}

.btn-remove:hover {
  background-color: #b02a37;
}

.job_title {
  border: 1px solid #ddd;
  padding: 30px 60px;
  border-radius: 3px;
}

.contact_us_img {
  padding: 0 50px;
}

.contect_info {
  padding: 50px;
}

.contect_info a {
  background: none;
  color: #444648;
}

.contect_info i {
  padding-right: 10px;
  font-size: 1.5rem;
  color: #000;
}

.contact-form textarea.form-control {
  height: auto;
  resize: none;
}

.contect_info a:hover {
  background: none;
  padding-left: 5px;
}

.headquarter_border::after {
  content: "";
  display: block;
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
}

.accordion-body table {
  display: block;
  overflow-x: auto;
}

.accordion-body td:first-child {
  border-right: none;
}

.about_vision_mission {
  background: #eef1f2;
}

.about_vision_mission p {
  font-size: 2.5rem !important;
  padding-left: 60px;
  letter-spacing: -0.9px;
  font-weight: 600;
  padding-top: 15px;
}

.about_vision_mission h1 {
  font-size: 4rem !important;
  padding-left: 60px;
}

.about_vision_mission .mission {
  padding-top: 60px;
  padding-bottom: 30px;
}


.enent_model .form-control {
  height: 55px!important;
}

.enent_model button {
  border: none;
  background-color: #000;
}
.enent_model button:hover { 
  background-color: #00d6ba;
}

/* get-quote floting btn */

.get-quote-btn {
  position: fixed;
  bottom: 75px;
  right: 20px;
  background-color: #12004a; 
  color: #fff;
  padding: 4px 8px;
  font-size: 10px;
  border-radius: 16px;
  border: 1px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  z-index: 9999;
}
.get-quote-btn:hover {
  background-color: #00d5b9;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
}

/* floating buttion whatsapp and call */
.float-btn {
  position: fixed;
  z-index: 1000;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  background: #fafafa;
  padding: 6px;
}

.float-btn img {
  width: 100%;
  height: auto;
}

.whatsapp {
  bottom: 160px;
  right: 20px;
}

.call {
  bottom: 100px;
  right: 20px;
}

   
/* Floating horizontal bootem footer section */

  .mobilebtn {
	width: 100%;
	float: left;
	position: fixed;
	bottom: 0;
	left: 0;
	margin: 0;
	z-index: 999;
	background: #f1f2f2;
	border-top: 1px solid #cecece
}
.fa-phone {
	color: #fff
}

.fa-envelope {
	font-size: 21px;
	color: #fff
}
.fa-whatsapp{color: #fff}
.border-left1 {
	border-right: 1px solid #fff
}

.mobilebtn a span {
	font-size: 16px;
	color: #fff;
	display: block;
	line-height: 16px
}

.mobilebtn a:hover {
	text-decoration: none
}
.bottom-fixed-box {
    display: inline-block;
    padding: 10px 0;
    width: 32%;
    font-size: 24px;
    text-align: center;
}


/* //   secton with icon */
.bg-section {
  background: #fafafa;
  padding: 80px 0;
  position: relative;
  z-index: 0;
}

.content-wrapper {
  position: relative;
  z-index: 3;
}

.card-custom {
background: white;
border: none;
border-radius: 8px;
padding: 36px;
text-align: left;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.06);
border-color: rgba(68, 89, 121, 0.06);
transition: all 0.25s ease;
}

.card-custom:hover {
     box-shadow: 0 20px 40px rgb(147 229 215 / 56%);
    transition: box-shadow .5s ease, -webkit-box-shadow .5s ease;
}

.card-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.card-text {
  font-size: 16px;
  color: #000;
}

@media (max-width: 768px) {
  .custom-card {
    padding: 20px;
  }
  .icon-group {
    justify-content: center;
    margin-top: 30px;
  }
}

/* keyfeatues underline */
h2.mb-5.fw-bold:after {
  content: "";
  border-bottom: 3px solid #00d6ba;
  width: 150px;
  display: block;
}
/* new video grapic carousal */

 /* Carousel Container */
 #carouselExampleAutoplay {
  max-height: 775px;
  overflow: hidden;
  position: relative;
}

/* Carousel Item */
.carousel-item {
  position: relative;
}

/* Images */
.carousel-item img {
  width: 100%;
  /* height: 850px; */
  object-fit: cover;

}

  /* New Header Sytle Css Here start */

.panel-trigger:hover ~ #oncology-panel,
#oncology-panel:hover {
  display: block;
}

/* Dropdown styles */
.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  left: 60%;
  top: 0;
  background: #fff;
  min-width: 200px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  z-index: 101;
  padding: 10px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Mobile styles */
@media (max-width: 768px) {
  .panel-content {
    position: static;
    width: 100%;
    display: none;
  }
  
  .panel-trigger.active ~ #oncology-panel,
  #oncology-panel.active {
    display: block;
  }
}
/* Main container */
.mega-menu-wrapper {
  position: relative;
  min-height: 300px; /* Ensure enough height for the panel */
}

/* Left menu column */
.col-md-3 {
  padding: 0;
}

.innerLinks {
  padding: 15px;
  background: #f6f6f6;
}

/* Menu items */
.menu-item {
  padding: 10px 15px;
  margin: 5px 0;
  border-radius: 4px;
  transition: background 0.2s;
}


.menu-item a {
  color: #000;
  text-decoration: none;
  display: block;
}

/* .menu-item.panel-trigger a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
  font-size: 12px;
} */

/* Right panel column */
.panel-column {
  position: relative;
}

 .panel-content {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  padding: 20px;
  z-index: 100;
  min-height: 100%;
} 

/* Show panel when hovering trigger */
.panel-trigger:hover ~ .panel-column #oncology-panel,
#oncology-panel:hover {
  display: block;
}

/* Dropdown styles */
.dropdown {
  position: relative;
}

.dropdownContainer .tabWrapper .tabLeft {
    min-height: 40vh !important; 
}

.tabWrapper {
    background: #fff;
    border-radius: 9px;
    overflow: hidden;
    box-shadow: 0 1px 1px 0 #d7d4d4;
}
.dropdownContainer .tabWrapper .tabRight {
    width: 75%;
    overflow-y: scroll;
    min-height: 40vh;
    max-height: 40vh;
    overflow-x: hidden;
}
.dropdownContainer {
    display: none;
    position: absolute;
    left: 52%;
    width: 60%;
    transform: translateX(-50%);
    min-height: 40vh;
    padding-top: 9px;
    z-index: 999;
}

.dropdownContainer .tabWrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    min-height: 40vh;
}

.dropdownContainer .tabWrapper .tabRight .singleTabContent ul li a {
    line-height: 28px !important;
}

.dropdown:hover .dropdown-content {
  display: block;
}


/* Mobile styles */
@media (max-width: 768px) {
  .panel-content {
    position: static;
    display: none;
  }
  
  .panel-trigger.active ~ .panel-column #oncology-panel,
  #oncology-panel.active {
    display: block;
  }
}

.dropdownContainer .tabWrapper .tabRight .singleTabContent .innerLinks {
    padding: 20px 0 30px 20px !important;
}
 
.view_btn_bx {
    width: 100%;
    margin-top: 50px;
    text-align: center;
    margin-bottom: 25px;
}

.view_btn_bx span {
    padding: 10px 30px;
    background: #46969e;
    color: #fff;
    border-radius: 8px;
    border: 2px solid #46969e;
}
.view_btn_bx span:hover, span.wslst_btn.Wslst_actv {
    background: #030036;
    border: 2px  #030036;
}
/* Video Overlay */
.carousel-item video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 650px;
  object-fit: cover;
  opacity: 0.8; 
  pointer-events: none; 
}

/* Controls Styling */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  padding: 15px;
  border-radius: 50%;
  background-size: 50% 50%;
  background-color: #000;
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.carousel-control-next {
    right: -52px !important;
}
.carousel-control-prev {
    left: -52px !important;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
}

 /* 2-Column Layout */
.card1-grid-2col {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin: 30px 0px 80px 0px;
}

.card1-grid-row {
  display: grid;
  grid-template-columns: 2fr 1fr; /* Large + Small */
  gap: 2.5rem;
}

.card1-grid-row:nth-child(2) {
  grid-template-columns: 1fr 2fr; /* Small + Large */
}

/* Card Base */
.card1 {
  /* display: flex; */
  flex-direction: column;
  justify-content: space-between;
  border-radius: 12px;
  background: linear-gradient(135deg, #f7f7fa, #f1f1f4);
  overflow: hidden;
  /*box-shadow: 0 4px 12px rgba(0,0,0,0.08);*/
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card1:hover {
  transform: translateY(-3px);
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.card1__content {
  padding: 1.5rem;
}
.card1__content h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.card1__content p {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 1rem;
}
.card1__content a {
  font-weight: 600;
  color: #0046c0;
  text-decoration: none;
}
.card1__content a:hover {
  text-decoration: underline;
}

/* Image inside card */
.card1__image {
  text-align: right;
  padding: 1rem;
}
.card1__image img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Background Image Card */
.card1--background {
  position: relative;
  color: #fff;
  background-size: cover;
  background-position: center;
  min-height: 250px;
  display: flex;
  align-items: flex-end;
}
.card1--background .card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(0,0,0,0.6), rgba(0,0,0,0.3));
}
.card1__content--dark {
  position: relative;
  z-index: 2;
}
.card1__content--dark a {
  color: #fff;
  border-bottom: 1px solid transparent;
}
.card1__content--dark a:hover {
  border-bottom: 1px solid #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .card1-grid-row {
    grid-template-columns: 1fr;
  }
}

/* Spotlight Banner */
.spotlight-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  padding: 2rem;
  background-size: cover;
  background-position: center;
  color: #fff;
  /* box-shadow: 0 4px 12px rgba(0,0,0,0.2); */
}

/* Content */
.spotlight-content {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  max-width: 70%;
}

/* Icon + Label */
.spotlight-icon {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 0.9rem;
  font-weight: 500;
  opacity: 0.9;
}
.spotlight-icon span {
  margin-top: 0.5rem;
}

/* Text */
.spotlight-text h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.spotlight-text p {
  font-size: 1rem;
  line-height: 1.5;
  opacity: 0.95;
}


  /* New Button wrapper */
.button_box {
  display: inline-block;
}

/* Main button */
.button_link {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 5px 5px 5px 18px;
    border-radius: 50px;
    background: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #000;
}

/* Circle at right */
.circle_link {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Arrows inside the circle */
.arrow_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.9s ease;
}
.button_link:hover .circle_link {
  transform: scale(0.9); /* shrinks slightly */
}

/* .circle_link img {
  filter: brightness(0) invert(1);
} */

.first_arrow {
  transform: translate(-50%, -50%);
}

.second_arrow {
  transform: translate(-175%, 175%);
}

/* Hover animation */
.button_link:hover .first_arrow {
  transform: translate(75%, -175%);
}

.button_link:hover .second_arrow {
  transform: translate(-50%, -50%);
}

/* -------------------- */
/* 🔹 Responsive Adjustments */
/* -------------------- */
@media (max-width: 992px) {
  .button_link {
    gap: 20px;
    font-size: 12px;
    padding: 5px 10px 5px 12px;
  }

  .circle_link {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 768px) {
  .button_link {
    gap: 15px;
    font-size: 11px;
    padding: 6px 10px 6px 12px;
  }

  .circle_link {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 576px) {
  .button_link {
    gap: 10px;
    font-size: 13px;
    padding: 3px 6px 3px 10px;
  }

  .circle_link {
    width: 25px;
    height: 25px;
  }
}
/* Responsive */
@media (max-width: 768px) {
  .spotlight-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem;
  }
  .spotlight-content {
    max-width: 100%;
    flex-direction: column;
    gap: 1rem;
  }
  .spotlight-action {
    margin-top: 1rem;
  }
}

  .hero-bg {
    padding: 10px 0;
    color: #fff;
    background-color: #000;
    text-align: center;
    margin-top: 45px;
}
.ftlp-content-container {
    text-align: left;
    margin: 0 auto 0 auto;
    padding: 70px 20px;
}
.hero-bg .hero-hdr {
    font-size: 3rem;
    letter-spacing: 2px;
    line-height: 5rem;
    color: #fff;
}

/* homepahe get heighlight section css here */
     
   /* ==== GENERAL STYLES ==== */
    section.section-service {
      padding: 80px 0px;
      background: #000;
      margin: 80px auto;
    }
.section-service {
  width: 90%;       /* or any fixed width like 1200px */
  margin: 0 auto;   /* centers horizontally */
  border-radius: 15px;
}
    .section-tittle-grid {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .tag-tittle {
      font-size: 21px;
      letter-spacing: 2px;
      color: #fff;
      font-weight: 300;
    }

    /* ==== GRID ==== */
    .service-grid {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 120px;
    position: relative;
    margin-top: 100px;
    }

    /* ==== LEFT BLOCK ==== */
    .service-grid-left-block {
      position: relative;
      min-height: 500px;
    }

    .service-intro-wrap {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.5s ease, transform 0.5s ease;
      pointer-events: none;
    }

    .service-intro-wrap.active {
      opacity: 1;
      transform: translateY(0);
      pointer-events: all;
    }

    .service-img {
      width: 100%;
      max-width: 500px;
      border-radius: 15px;
      box-shadow: 0px 10px 20px rgba(0,0,0,0.4);
    }

    .heading-style-h4 {
    font-size: 2.5rem;
    margin-top: 35px;
    color: #fff !important;
    font-weight: 300;
    }

    .service-intro-text {
      font-size: 1rem;
      line-height: 1.6;
      color: #fff;
      font-weight: 300;
      padding-right: 50px;
    }

    /* ==== RIGHT SERVICE NAMES ==== */
    .service-name-wrap {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .service-name-block {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 12px 20px;
      border-bottom: 1px solid #616161;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .service-name-text {
      font-size: 36px;
      margin: 0;
      opacity: 0.4;
      transition: opacity 0.3s ease;
      color: #fff !important;
    }
.service-name-text {
  font-size: clamp(20px, 4vw, 32px);
}

    /* Hover & active effect */
    .service-name-block:hover .service-name-text,
    .service-name-block.active .service-name-text {
      opacity: 1;
    }

    .service-name-block.active {
      background: none;
      color: #fff;
      border-color: #616161;
    }

    .small-tittle {
      font-size: 0.9rem;
      font-weight: bold;
    }

    /* ==== RESPONSIVE ==== */
    @media (max-width: 900px) {
      .service-grid {
        grid-template-columns: 1fr;
         gap: 40px;
    position: relative;
    margin-top: 0px;
      }
      .service-name-wrap {
        flex-direction: row;
        flex-wrap: wrap;
      }
      .service-name-block {
        flex: 1 1 45%;
      }
    } 
/* Large Tablets & Small Laptops (≤1200px) */ @media (max-width: 1200px) { .service-name-text { font-size: 32px; } } 
/* Tablets (≤991px) */ @media (max-width: 991px) { .service-name-text { font-size: 28px; } } 
/* Large Mobiles (≤767px) */ @media (max-width: 767px) { .service-name-text { font-size: 24px; } }
 /* Small Mobiles (≤575px) */ @media (max-width: 575px) { .service-name-text { font-size: 21px; } }

/* NEW FORM ON EACH PAGES  */

    .consultation-form {
            background: white;
            border-radius: 10px;
            width: 100%;
            padding: 70px;
        }
        
        .form-title {
            text-align: center;
            margin-bottom: 25px;
            color: #2d3748;
            font-size: 24px;
            font-weight: 600;
        }
        
        /* .form-group {
            margin-bottom: 20px;
        } */
        
        .form-group label {
            display: block;
            margin-bottom: 8px;
            color: #4a5568;
            font-weight: 500;
        }
        
        .form-group input,
        .form-group textarea {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #e2e8f0;
            border-radius: 6px;
            font-size: 16px;
            transition: all 0.3s ease;
        }
        
        .form-group input:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: #f2f2f2;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.2);
        }
        
        .form-group textarea {
            min-height: 120px;
            resize: vertical;
        }
        
        .form-row {
            display: flex;
            gap: 60px;
            padding: 15px;
        }
        
        .form-row .form-group {
            flex: 1;
        }
        
        .submit-btn {
            background: #f2f2f2;
            /* background: linear-gradient(to right, #f2f2f2, #525252ff); */
            color: #000 !important;
            border: none;
            padding: 15px;
            width: 25%;
            border-radius: 6px;
            font-size: 18px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 10px;
        }
        
        .submit-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(75, 108, 183, 0.4);
        }
        
        @media (max-width: 576px) {
            .form-row {
                flex-direction: column;
                gap: 0;
            }
            
            .consultation-form {
                padding: 20px;
            }
        }


        /* instrument comaresion section css header */
       
.compare-section {
  padding: 50px 0;
  background: #fff;
  font-family: Arial, sans-serif;
}


.compare-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  flex-wrap: wrap;
  background: #f1f2f2;
  padding: 20px 0;
  border-bottom: 1px solid;
}

.compare-item {
  width: 20%;
  text-align: center;
}

.compare-item img {
  max-width: 180px;
  margin-bottom: 10px;
}

.compare-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}

.compare-table {
  width: 100%;
  border-top: 1px solid #ddd;
}

.compare-table .row {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.compare-table .col {
  font-size: 16px;
}

.compare-table .label {
  font-weight: 600;
  font-size: 18px;
  color: #000;
}

.compare-link-full a {
  color: inherit;
  text-decoration: none;
}


/* Responsive */
@media(max-width: 768px) {
  .compare-top {
    flex-direction: column;
    gap: 30px;
  }

  .compare-item {
    width: 100%;
  }


  .compare-table .row {
    grid-template-columns: 1fr;
  }

  .compare-table .row .col {
    padding: 5px 0;
  }

  .compare-table .label {
    margin-top: 10px;
    font-size: 18px;
  }
}

  /* ===== Testimonial Section ===== */
.section_testimonials {
  position: relative;
  background: #f8fafc;
  overflow: hidden;
}

.padding-section-large111 {
  padding: 2rem 0;
}

.container-full {
  max-width: max-content;
  margin: 0 auto;
  padding: 0 2rem;
}

/* ===== Layout ===== */
.testimonial_layout {
  display: flex;
  grid-template-columns: 35% 65%;
  gap: 3rem;
  align-items: center;
}

@media (max-width: 991px) {
  .testimonial_layout {
    grid-template-columns: 1fr;
  }
}

/* ===== Heading ===== */
.testimonial_heading {
  flex: 0 0 420px;   /* fixed width */
  max-width: 420px;
}

.badge {
  display: inline-flex;
  align-items: center;
  background: #eef2ff;
  color: #4338ca;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.testimonial_heading h2 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1.15;
  margin-bottom: 1rem;
  font-weight: 600;
}

.scroll-into-view {
  color: #64748b;
  font-size: 1rem;
  line-height: 1.6;
}

/* ===== Right Loop Area ===== */
.testimonial_right {
   flex: 1;
  position: relative;
  overflow: hidden;
}

.loop_wrap {
  display: flex;
  overflow: hidden;
  width: 100%;
  position: relative;
}

/* ===== Horizontal Loop ===== */
.testimonial_loop {
  display: flex;
  flex-wrap: nowrap !important;   
  gap: 1.5rem;
  width: max-content;
  animation: testimonial-scroll 35s linear infinite;
}

.loop_wrap:hover .testimonial_loop {
  animation-play-state: paused;
}

/* Duplicate loop offset */
.testimonial_loop + .testimonial_loop {
  margin-left: 1.5rem;
}

/* ===== Cards ===== */
.testimonial_card {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 1.75rem;
  width: 320px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
   flex: 0 0 auto !important; 
  gap: 1rem;
}

.testimonial_img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

.icon-1x1-xlarge {
  width: 32px;
  opacity: 0.2;
}

.text-color-secondary {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.6;
}

.text-weight-medium {
  font-weight: 600;
  color: #0f172a;
}

/* ===== Edge Gradients ===== */
.left-gradient,
.right-gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  pointer-events: none;
  z-index: 2;
}

.left-gradient {
  left: 0;
  background: linear-gradient(to right, #f8fafc 0%, transparent 100%);
}

.right-gradient {
  right: 0;
  background: linear-gradient(to left, #f8fafc 0%, transparent 100%);
}

/* ===== Animation ===== */
@keyframes testimonial-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* ===== Mobile Adjustments ===== */
@media (max-width: 767px) {
  .testimonial_card {
    width: 280px;
  }

  .padding-section-large111 {
    padding: 1.5rem 0;
  }
}

