

.team-slider-nine .slick-prev,
.team-slider-nine .slick-next{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#0b4f9b;
	margin: 10px;
    border:none;
    z-index:999;
    transition:all .3s ease;
}
.team-slider-nine .slick-prev:before,
.team-slider-nine .slick-next:before{
   color:white;
   font-weight:900;
}

.team-slider-nine .slick-prev:hover,
.team-slider-nine .slick-next:hover{
   background:black;
	
}



.services-twelve-slider .slick-prev,
.services-twelve-slider .slick-next{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#0b4f9b;
	margin: 10px;
    border:none;
    z-index:999;
    transition:all .3s ease;
}
.services-twelve-slider .slick-prev:before,
.services-twelve-slider .slick-next:before{
   color:white;
   font-weight:900;
}

.services-twelve-slider .slick-prev:hover,
.services-twelve-slider .slick-next:hover{
   background:black;
	
}








/* Section Background */
.lab-stats{
    padding:80px 20px;
   
}

.container{
    max-width:1200px;
    margin:auto;
}

.stats-heading{
    text-align:center;
    font-size:36px;
    font-weight:700;
    color:#0f2744;
    margin-bottom:10px;
	max-width: 825px;
	margin:0 auto;
}

.stats-subheading{
    text-align:center;
    color: #080808;
    margin-bottom:60px;
}


.stats-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px;
}

.stat-item{
    display:flex;
    align-items:flex-start;
    gap:20px;
}


.stat-content{
	padding-top:10px;
}
.stat-content h3{
    color:#16a34a;
    font-size:28px;
    margin:0;
}

.stat-content p{
    margin:5px 0 0;
    color: #080808;
}

/* responsive */

@media(max-width:992px){
.stats-grid{
grid-template-columns:repeat(2,1fr);
}
}

@media(max-width:600px){
.stats-grid{
grid-template-columns:1fr;
}
}

.icon-box{
width:90px;
height:90px;
background:#0b4f9b;
border-radius:16px;
display:flex;
align-items:center;
justify-content:center;
}


.icon-box i{
font-size:44px;
color:white;
}






.px-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Slide */
.px-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
  background: linear-gradient(rgb(235, 243, 251), rgb(223, 234, 246));
    border: 1px solid rgb(207 220 235);
    border-radius: 10px;
	padding:5px;
}

.px-slide.active {
  position: relative;
  opacity: 1;
  z-index: 1;
}

/* IMAGE – key part */
.px-slide img {
  width: 100%;
  height: auto; /* 👈 image decides height */
  display: block;
      border-radius: 10px;
}

/* Content overlay */
.px-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
  max-width: 420px;
}
.px-content h2 { 
   font-size: 34px; 
   font-weight:bold;
   text-transform:uppercase;
   color:white;
   line-height: 34px;
    margin-bottom: 4px;
}
.px-content p { 
   line-height:22px;
   font-size: 16px; 
   font-weight:bold;
   text-transform:uppercase;
   color:white;
}


/* Navigation */
.px-nav {
   font-size:21px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #00a650;
  color: #fff;
  border: none;
  padding: 12px;
  cursor: pointer;
  z-index: 5;
}

.px-prev { left: 15px; }
.px-next { right: 15px; }

/* Dots */
.px-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 5;
}

.px-dots span {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

.px-dots span.active {
  background: #fff;
}
.dhide{
   display:none !important;
}
/* Responsive text */
@media(max-width:768px){
  .px-content {
    bottom: 15px;
    left: 15px;
  }
  .px-content h2 { 
   font-size: 20px; 
}
}
.dhide{
   display:block !important;
}
.mhide{
   display:none !important;
}





.book-test-section{
  padding:5px 5px;
  
      background: linear-gradient(rgb(235, 243, 251), rgb(223, 234, 246));
    border: 1px solid rgb(207 220 235);
    border-radius: 10px;
}

.book-box{
  max-width:900px;
  margin:auto;
  background:#e9f1fb;
      border-radius: 10px;
    padding: 20px 20px;
  text-align:center;
}

.book-box h2{
  font-size: 25px;
    font-weight: 700;
    color: #1f4c8f;
    margin-bottom: 15px;
}

/* WhatsApp Button */
.whatsapp-btn{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  background:#25D366;
  color:#fff;
  padding:8px;
  border-radius:50px;
  font-size:18px;
  font-weight:600;
  text-decoration:none;
  margin-bottom:6px;
}

.whatsapp-btn i{
  font-size:22px;
}

/* OR */
.or-text{
  margin:6px 0;
  font-weight:600;
  color:#555;
}

/* Blue Buttons */
.action-btn{
  display:flex;
  justify-content:space-between;
  align-items:center;
  background:#1f5faa;
  color:#fff;
  padding: 5px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 18px;
    margin-bottom: 15px;
}

.action-btn span{
  background:#fff;
  color:#1f5faa;
  padding:5px 10px;
  border-radius:50%;
}

/* Cards */
.info-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-top:25px;
}

.card{
  background:#1f5faa;
  color:#fff;
  padding:8px;
  border-radius:20px;
}

.card i{
  font-size: 25px;
    
    color: #0b4f9b;
    background-color: white;
    width: fit-content;
    margin: 0 auto;
    padding: 10px;
    border-radius: 10px;
}

.card h4{
  margin: 5px 0;
    font-size: 14px;
    color: white;
    font-weight: 400;
}

.card p{
      font-size: 11px;
    color: white;
	margin-bottom:8px;
}

/* Responsive */
@media(max-width:768px){
  .info-cards{
    grid-template-columns:1fr;
  }
}

.lab-features{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  
  padding:20px 25px;
  border-radius:20px;
  border:1px solid #e3ebf7;
  max-width:100%;
  margin-top: 25px;
}

/* Each Item */
.feature-item{
  text-align:center;
  flex:1;
}

.feature-item i{
  font-size:32px;
  color:#1f5faa;
  margin-bottom:10px;
}

.feature-item p{
  font-size: 14px;
    font-weight: 400;
    color: #1f2b3a;
    line-height: 1.4;
    margin: 0;
}

/* Divider line */
.divider{
  width:1px;
  height:60px;
  background:#d6e0ef;
}

/* Responsive */
@media(max-width:768px){
  .lab-features{
    flex-direction:column;
    gap:20px;
  }

  .divider{
    width:100%;
    height:1px;
  }
}













    /*====================================================
 TOP BRANDS SECTION
====================================================*/

.top-brands-section{
    position:relative;
    background:#ffffff;
    overflow:hidden;
    
}

/* Container */



/*====================================================
 LEFT CONTENT
====================================================*/

.top-brand-content{
    position:relative;
    z-index:2;
    padding-right:50px;
}

.small-title{

    font-size:16px;
    font-weight:600;
    color:#111;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:5px;

}

.main-title{

    font-size:44px;
    line-height:1;
    font-weight:700;
    color:#111;
    text-transform:uppercase;
    margin-bottom:7px;

}

.title-line{

    width:120px;
    height:6px;
    background:#ffc107;
    border-radius:50px;
    margin-bottom:8px;

}

.sub-title{

    font-size:18px;
    font-weight:600;
    color:#444;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:15px;

}


/*====================================================
 FEATURE ROW
====================================================*/

.feature-row{

    row-gap:25px;

}

.feature-box{

    display:flex;
    align-items:flex-start;
    gap:15px;

}

.feature-icon{

    width:70px;
    height:70px;
    border-radius:50%;
    background:#fff8e6;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    border:1px solid #f4e3a2;

}

.feature-icon img{

    width:38px;
    height:auto;

}

.feature-text h6{

    font-size:17px;
    font-weight:800;
    margin-bottom:6px;
    color:#111;
    letter-spacing:.5px;

}

.feature-text p{

    font-size:13px;
    line-height:22px;
    margin:0;
    color:#666;
    text-transform:uppercase;

}


/*====================================================
 RIGHT BANNER
====================================================*/

.brand-banner{

    position:relative;
    min-height:520px;
    display:flex;
    align-items:center;
    justify-content:center;

}


/* Yellow Arrow Background */

.yellow-shape{

    position:absolute;

    top:50%;
    right:0;

    transform:translateY(-50%);

    width:88%;
    height:360px;

    background:#ffc107;

    clip-path:polygon(0 0,
                      82% 0,
                      100% 50%,
                      82% 100%,
                      0 100%,
                      10% 50%);

    border-radius:8px;

}


/* Banner Image */

.banner-image{

    position:relative;
    z-index:2;
    width:100%;
    max-width:520px;

}


/*====================================================
 ANIMATION
====================================================*/

.brand-banner img{

    transition:.4s;

}

.brand-banner:hover img{

    transform:translateY(-6px);

}


/*====================================================
 RESPONSIVE
====================================================*/

@media(max-width:1399px){

.main-title{

    font-size:56px;

}

.brand-banner{

    min-height:470px;

}

}


@media(max-width:1199px){

.top-brand-content{

    padding-right:0;

}

.main-title{

    font-size:50px;

}

.brand-banner{

    margin-top:60px;

}

}


@media(max-width:991px){

.main-title{

    font-size:42px;

}

.sub-title{

    font-size:18px;

}

.brand-banner{

    min-height:auto;
    margin-top:50px;

}

.yellow-shape{

    width:100%;
    height:260px;

}

.banner-image{

    max-width:420px;

}

}


@media(max-width:767px){

.top-brands-section{

    padding:60px 0;

}

.small-title{

    font-size:15px;

}

.main-title{

    font-size:34px;

}

.title-line{

    width:90px;

}

.sub-title{

    font-size:16px;
    margin-bottom:35px;

}

.feature-box{

    margin-bottom:15px;

}

.feature-icon{

    width:60px;
    height:60px;

}

.feature-icon img{

    width:30px;

}

.yellow-shape{

    height:220px;

}

.banner-image{

    max-width:320px;

}

}

/*====================================================
 PRODUCT GRID
====================================================*/

.product-grid{
    margin-top:8px;
}

/* Card */

.product-card{

    position:relative;

    background:#ffffff;

    border:1px solid #ececec;

    border-radius:10px;

    padding:9px;

    text-align:left;

    height:100%;

    overflow:hidden;

    transition:all .35s ease;

    box-shadow:0 6px 18px rgba(0,0,0,.05);

}

/* Hover */

.product-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 35px rgba(0,0,0,.12);

    border-color:#f2c100;

}


/*====================================================
 PRODUCT NUMBER
====================================================*/



/*====================================================
 TITLE
====================================================*/

.product-title{

    margin-top:10px;

    font-size:15px;

    font-weight:700;

    color:#111;

    line-height:25px;

}


/*====================================================
 DESCRIPTION
====================================================*/

.product-desc{

    margin-top:8px;

    color:#666;

    font-size:13px;

    line-height:21px;

    min-height:48px;

}


/*====================================================
 PRODUCT IMAGE
====================================================*/

.product-image{

    height:160px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:1px 0;

}

.product-image img{

    max-width:100%;

    max-height:160px;

    transition:.35s;

}

.product-card:hover .product-image img{

    transform:scale(1.05);

}


/*====================================================
 BRAND LOGO
====================================================*/

.brand-logo{

    height:55px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-top:12px;

    padding-top:12px;

    border-top:1px solid #efefef;

}

.brand-logo img{

    max-height:38px;

    width:auto;

}


/*====================================================
 GRID SPACING
====================================================*/

.product-grid>.col-xl-2,
.product-grid>.col-lg-3,
.product-grid>.col-md-4,
.product-grid>.col-sm-6{

    margin-bottom:10px;

}


/*====================================================
 RESPONSIVE
====================================================*/

@media(max-width:1399px){

.product-image{

    height:155px;

}

.product-title{

    font-size:17px;

}

}


@media(max-width:1199px){

.product-card{

    padding:20px 15px;

}

.product-image{

    height:145px;

}

}


@media(max-width:991px){

.product-card{

    border-radius:14px;

}

.product-image{

    height:135px;

}

.product-title{

    font-size:16px;

    line-height:24px;

}

.product-desc{

    font-size:12px;

    line-height:20px;

}

}


@media(max-width:767px){

.product-grid{

    margin-top:10px;

}

.product-card{

    padding:18px 14px;

}

.product-image{

    height:120px;

}

.product-image img{

    max-height:110px;

}

.brand-logo{

    height:48px;

}

.brand-logo img{

    max-height:30px;

}

.product-title{

    font-size:15px;

}

.product-desc{

    font-size:11px;

}

.product-no{

    width:28px;

    height:28px;

    font-size:13px;

}

}


@media(max-width:575px){

.product-card{

    padding:16px 12px;

}

.product-image{

    height:110px;

}

.product-title{

    min-height:auto;

}

.product-desc{

    min-height:auto;

}

}

/*====================================================
BOTTOM FEATURE SECTION
====================================================*/

.bottom-feature-section{

    margin-top:70px;

    background:#f8f8f8;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 8px 25px rgba(0,0,0,.06);

}


/*=========================================
BOTTOM BOX
=========================================*/

.bottom-box{

    display:flex;

    align-items:center;

    gap:16px;

    padding:30px 25px;

    height:100%;

    background:#fff;

    transition:.35s;

    border-right:1px solid #ececec;

}

.bottom-box:hover{

    background:#fff9e8;

}

.bottom-box img{

    width:58px;

    flex-shrink:0;

}

.bottom-box h5{

    margin:0 0 6px;

    font-size:17px;

    font-weight:700;

    color:#111;

    text-transform:uppercase;

}

.bottom-box p{

    margin:0;

    font-size:14px;

    color:#777;

}


/*=========================================
RIGHT YELLOW BOX
=========================================*/

.diagnostic-box{

    background:#ffc107;

    color:#111;

    height:100%;

    display:flex;

    align-items:center;

    gap:20px;

    padding:28px;

}

.diagnostic-box img{

    width:70px;

}

.diagnostic-box h4{

    font-size:24px;

    font-weight:800;

    margin:0 0 10px;

    line-height:32px;

}

.diagnostic-box h5{

    margin:0;

    font-size:16px;

    font-weight:600;

    letter-spacing:1px;

}


/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:1199px){

.bottom-box{

    border-bottom:1px solid #ececec;

}

}


@media(max-width:991px){

.bottom-feature-section{

    margin-top:50px;

}

.diagnostic-box{

    justify-content:center;

    text-align:center;

    flex-direction:column;

}

}


@media(max-width:767px){

.bottom-box{

    padding:20px;

}

.bottom-box img{

    width:46px;

}

.bottom-box h5{

    font-size:15px;

}

.bottom-box p{

    font-size:13px;

}

.diagnostic-box{

    padding:24px;

}

.diagnostic-box img{

    width:55px;

}

.diagnostic-box h4{

    font-size:20px;

    line-height:28px;

}

.diagnostic-box h5{

    font-size:14px;

}

}


@media(max-width:575px){

.bottom-box{

    flex-direction:column;

    text-align:center;

}

.bottom-box img{

    margin-bottom:10px;

}

}