@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');

*{
    font-family: 'Roboto', sans-serif;
}
:root{
  --exo: "Exo", serif;
}
body{
  scroll-behavior: smooth;
}

.teamCard {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 8px 10px 15px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  position: relative;
}

.teamCard img {
  width: 100%;
  height: 40rem;
  object-fit: cover;
}

.exoText{
  font-family: "Exo", serif;
}

.grey-text {
  color: #999999;
}
.green-text {
  color: #0A2F0A;
}
.grey-bg{
  background-color: #F9F9F9;
}
.purple-bg{
  background-color: #F8F3FF;
}
.small-text{
  font-size: 14px;
}
.fw-600{
  font-weight: 600;
}
.headText{
  font-size: clamp(30px,3vw,48px);
  font-family: 'exo';
  color: #444;
  font-weight: 600;
}
.lightGreyText{
  color: #707070;
}
.lightblackText{
  color: #444;
}
.pink-text{
  color: #FF015B;
}
.fw-light{
  font-weight: 300;
}
.themeBtn{
  background-color: #811AED;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  padding: 15px 25px;
}
.themeText{
  color: #811AED;
}
.yellowBtn{
  background-color: #E49E15;
  border-radius: 50px;
  padding: 15px 25px;
  text-decoration: none;
  color: #fff;
}
.yellowBtn:hover{
  background-image: linear-gradient(to right,#ffffff7b 2% ,#E49E15);
  box-shadow: 4px 4px 10px 0 rgb(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.errormsg{
  color: red;
}

/* package card */

.packageCard{
  background-color: #fff;
  border-radius: 15px;
  transition: 0.5s;
  box-shadow: 8px 10px 15px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  /* aspect-ratio: 416/285; */
}
.packageCard .tests{
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 30px;
}
.packageCard .offer{
  position: absolute;
  top: 30px;
  right: 0;
  background-color: #E49E15;
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px 0 0 6px;
}
.packageCard .offer p{
  margin: 0;
  font-size: 14px;
  line-height: 1;
}
.packageCard .title{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 24px;
}
.packageCard:hover{
  box-shadow: 8px 10px 15px 0px rgba(0, 0, 0, 0.13);
}
.packageCard a{
  color: #444;
}
.packageCard .content{
  padding: 20px 15px 15px 25px;
}
.packageCard .priceSec{
  background-color: #F7F0FF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px 12px 20px;
}
.packageCard img{
  width: 20px;
  margin-right: 10px;
}
.packageCard .testCount{
  display: inline-block;
  color: #444;
  background-color: #F7F0FF;
  border: 1px solid #444444;
  padding: 2px 12px;
  border-radius: 50px;
  font-size: 14px;
  margin-top: 8px;
}
.packageCard .dexaPack{
  display: inline-block;
  color: #444;
  background-color: #FED1DA;
  border: 1px solid #444444;
  padding: 2px 12px;
  border-radius: 50px;
  font-size: 14px;
  margin-left: 8px;
}
.packageCard .addBtn{
  background-color: #811AED;
  color: #fff;
  padding: 8px 20px;
  border-radius: 4px;
  text-decoration: none;
}
.packageCard .addBtn {
  background-color: #811AED; /* Solid initial color */
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
}
.packageCard .addBtn:hover{
  background-image: linear-gradient(to right,#ffffff52 3%,#811AED);
  box-shadow: 4px 4px 10px 0 rgb(0, 0, 0, 0.2);
}a
/* .packageCard .priceSec s{
  font-size: 18px;
} */
.packageCard p{
  line-height: 1.3;
}
.packageCard a{
  text-decoration: none;
}
.packageCard .priceSec h5, .packageCard .priceSec h4{
  display: inline;
}

/* package card */
/* package card2 */

.packageCard2{
  background-color: #F4F4F4;
  border-radius: 15px;
  transition: 0.5s;
  overflow: hidden;
  margin-bottom: 30px;
  /* aspect-ratio: 416/285; */
}
.packageCard2 .tests{
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 30px;
}
.packageCard2 .title{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
}
.packageCard2:hover{
  box-shadow: 8px 10px 15px 0px rgba(0, 0, 0, 0.13);
}
.packageCard2 a{
  color: #444;
}
.packageCard2 .content{
  padding: 20px 15px 15px 25px;
}
.packageCard2 .priceSec{
    background-color: #F4F4F4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px 12px 20px;
  }
.packageCard2 img{
  width: 20px;
  margin-right: 10px;
}
.packageCard2 .testCount{
  display: inline-block;
  color: #444;
  border: 1px solid #444;
  background-color: transparent;
  padding: 3px 12px;
  border-radius: 50px;
  font-size: 14px;
}
.packageCard2 .dexaPack{
  display: inline-block;
  color: #444;
  background-color: #FED1DA;
  border: 1px solid #444444;
  padding: 2px 12px;
  border-radius: 50px;
  font-size: 14px;
  margin-left: 8px;
}
.packageCard2 .addBtn{
  background-color: #811AED;
  color: #fff;
  padding: 8px 20px;
  border-radius: 4px;
  text-decoration: none;
  border: none;
}
/* .packageCard2 .priceSec s{
  font-size: 18px;
} */
.packageCard2 p{
  line-height: 1.3;
}
.packageCard2 a{
  text-decoration: none;
}
.packageCard2 .priceSec h5, .packageCard2 .priceSec h4{
  display: inline;
}

/* package card */
/* category card */
.categoryCard{
  text-align: center;
  margin-bottom: 30px;
}
.categoryCard a{
  color: #444;
  text-decoration: none;
}
.categoryCard .imgSec{
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  background: #F4F4F4;
  margin: 0 auto;
  margin-bottom: 15px;
}
.categoryCard .imgSec:hover{
  box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.13);
  transition: 0.5s;
}
.categoryCard .imgSec img{
  width: 70px;
  height: 70px;
  object-fit: contain;
}
/* category card */
/* category card2 */
.categoryCard2{
  margin-bottom: 30px;
}
.categoryCard2 a{
    text-decoration: none;
    color: #444;
}
.categoryCard2 .imgSec{
    width: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #F4F4F4;
    margin: 0 auto;
    margin-bottom: 15px;
    
}
.categoryCard2 .imgSec img{
  width: 50%;
  object-fit: contain;
}
/* category card2 */
/* scan card */

.scansBnr{
  background-image: url(/assets/image/scansBnr.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
  text-align: center;
}


/* scan card */
/* blog card */
.blogCard{
  margin-bottom: 25px;
  padding: 15px;
  border-radius: 6px;
}
.blogCard:hover{
  box-shadow: 4px 4px 20px 0 rgb(0, 0, 0,0.15);
  transition: 0.6s;
}
.blogCard .description{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 1.4;
  margin-bottom: 25px;
}
.blogCard a{
  text-decoration: none;
}
.blogCard img{
  margin-bottom: 20px;
}
.blogCard h2{
  color: #444;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /* height: 75px; */
}
.blogCard .link{
  background-color: #811AED;
  padding: 8px 12px;
  border-radius: 10px;
  color: #fff;
  width: max-content;
}
.blogCard .content{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blogContent h1,
.blogContent h2,
.blogContent h3,
.blogContent h4,
.blogContent h5,
.blogContent h6{
  color: #000 !important;
}
.blogContent p{
  margin-bottom: 25px;
  line-height: 1.8;
}
/* blog card */

/* service list */
.serviceList{
  border-left: 1px solid #e1e1e1;
  padding-left: 20px;
}
.serviceList .service{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 0px 20px 30px;
  border-bottom: 1px solid #e1e1e1;
}
.serviceList .service h5{
  margin-bottom: 0;
  color: #707070;
}
.serviceList .service img{
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-right: 30px;
}
/* service list */

/* career card */
.careerCard{
  border: 1px solid #E1E1E1;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 40px;
}
.careerCard .locIcon{
  width: 16px;
  margin: 0 10px;
}
.careerCard .jobCount{
  padding-right: 10px;
}
.careerCard .careerDate{
  /* border-left: 1px solid #E1E1E1; */
  /* padding-left: 10px; */
}
.applyBtn{
  background-color: #811AED;
  border-radius: 5px;
  padding: 10px 30px;
  color: #fff;
  text-decoration: none;
  width: 100%;
  border: none;
  outline: none;
}
.applySection{
  display: flex;
  justify-content: space-between;
}
/* career card */

/* test card */

.testCard{
  background-color: #F4F4F4;
  color: #444 !important;
  border-radius: 15px;
  padding: 25px;
  margin: 0 0 25px;
  text-decoration: none;
  transition: 0.4s;
}
.testCard:hover{
  box-shadow: 8px 10px 15px 0px rgba(0, 0, 0, 0.13);
}
.testCard a{
  color: #444;
  text-decoration: none;
}
.testCard h4{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 57px;
}
.testCard .addSec{
  display: flex;
  justify-content: space-between;
}
.testCard .priceSec{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.testCard .addBtn{
  background-color: #811AED;
  color: #fff;
  padding: 8px 15px;
  border-radius: 6px;
  text-decoration: none;
  width: 110px;
  text-align: center;
}
.testCard .samples{
  height: 50px;
  overflow: hidden;
}

/* test card */


.mapSec iframe{
  height: 300px;
  width: 100%;
}

.tab-pane.fade {
  opacity: 0;
}
.tab-pane.fade.show {
  opacity: 1;
  transition: all 0.4s;
}
.tab-pane:not(.show) {
  visibility: hidden;
}
.tab-pane.active.show {
  visibility: visible;
  transition: all 0.4s;
}


@media only screen and (max-width:1440px){
  
}
@media only screen and (max-width:1400px){
  .miniPcHide{
    display: none !important;
  }
}
@media only screen and (max-width:768px){
  .miniPcHide{
    display: block !important;
  }
  .testCard .addBtn{
    width: 120px !important;
  }
}
@media only screen and (max-width:780px){

  .testimonial-slider .splide__arrow--prev{
    left: 40% !important;
  }
  .testimonial-slider .splide__arrow--next{
    right: 40% !important;
  }
  .test-slider .splide__arrows{
    margin-top: -8%;
  }
}
@media only screen and (max-width:578px){
  .package-tabs button span{
    display: none;
  }
  .testimonial-slider .splide__arrow--prev{
    left: 30% !important;
  }
  .testimonial-slider .splide__arrow--next{
    right: 30% !important;
  }
  .test-slider .splide__arrows{
    margin-top: 5% !important;
  }
  .franchiseCard input{
    margin-bottom: 20px;
  }
}
@media only screen and (min-width:1600px){
  
}
@media only screen and (min-width:1400px){
  .explore-dropdown{
    display: none;
  }
}
@media only screen and (min-width:1030px){

}
@media only screen and (min-width:780px){

}

.testimonial-slider .splide__arrows.splide__arrows--ltr .splide__arrow {
  width: 50px;
  height: 50px;
  background-color: #811AED;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
}
.testimonial-slider .splide__arrows.splide__arrows--ltr .splide__arrow:hover {
  background-color: #811AED;
  box-shadow: 0 4px 8px rgb(129, 26, 237);
}
.testimonial-slider .splide__arrows.splide__arrows--ltr .splide__arrow svg {
  display: none;
}
.testimonial-slider .splide__arrows.splide__arrows--ltr .splide__arrow::after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(/assets/image/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.testimonial-slider .splide__arrows.splide__arrows--ltr .splide__arrow--prev::after {
  transform: rotate(0deg);
}
.testimonial-slider .splide__arrows.splide__arrows--ltr .splide__arrow--next::after {
  transform: rotate(180deg);
}
.testimonial-slider .splide__arrow--prev{
  top: 113%;
  left: 45%;
}
.testimonial-slider .splide__arrow--next{
  top: 113%;
  right: 45%;
}
.testimonial-slider .splide__pagination{
  display: none !important;
}
.testimonial-slider .splide__pagination .is-active{
  background-color: #811AED;
  width: 8px;
  height: 8px;
}
.test-slider .splide__arrows{
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  margin-top: -5%;
}
.test-slider .splide__arrows.splide__arrows--ltr .splide__arrow {
  width: 50px;
  height: 50px;
  background-color: #811AED;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
}
.test-slider .splide__arrows.splide__arrows--ltr .splide__arrow:hover {
  background-color: #811AED;
  box-shadow: 0 4px 8px rgb(129, 26, 237);
}
.test-slider .splide__arrows.splide__arrows--ltr .splide__arrow svg {
  display: none;
}
.test-slider .splide__arrows.splide__arrows--ltr .splide__arrow::after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(/assets/image/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.test-slider .splide__arrows.splide__arrows--ltr .splide__arrow--prev::after {
  transform: rotate(0deg);
}
.test-slider .splide__arrows.splide__arrows--ltr .splide__arrow--next::after {
  transform: rotate(180deg);
}
.test-slider .splide__arrow--prev{
  position: relative;
  top: 0%;
  right: 0%;
}
.test-slider .splide__arrow--next{
  position: relative;
  top: 0%;
  right: 0%;
}
.test-slider .splide__pagination{
  display: none !important;
}
.test-slider .splide__pagination .is-active{
  background-color: #811AED;
  width: 8px;
  height: 8px;
}
.test-slider .splide__pagination{
  display: none !important;
}

/* breadcrumbs */

.breadcrumb-container {
  display: flex;
  justify-content: center;
}
.breadcrumb-nav {
  display: flex;
  align-items: center;
  background-color: white;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.breadcrumb-nav a, .breadcrumb-nav span {
  color: #707070;
  text-decoration: none;
  font-size: 12px;
}
.breadcrumb-nav a:hover {
  color: #811AED;
}
.separator {
  margin: 0 10px;
  color: #707070;
}
.current-page {
  color: #811AED;
  font-weight: 500;
}

/* breadcrumbs */