	.img_logo{
		width: 210px;
/*    		margin-top: 1px;*/
		}
	.searchbox{
		position: relative:
		}
	.searchbox .input{
		background: none;
		width: 0px;
		border: 0px;
		height: 34px;
		padding: 0px 17px;
		border-radius: 50px;
		box-shadow: 0 0 15px 1px #b6bbc0;
		outline: none;
		color: #42be11;
		font-size: 20px;
		transition: all 0.5s linaer;
		}
	.searchbtn{
		position: absolute;
		top: 13px;
		right: -1px;
		width: 35px;
		height: 35px;
		border-radius: 50%;
		cursor: pointer;
		transition: all 0.5s 0.6s linear;
		}
	.searchbtn .fa{
		padding: 5px 20px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #fff;
		font-size: 20px;
		transition: all 0.5s 0.6s linear;
		}
	.searchbtn .fa:hover{
		color: #00bbf0;
		transition-delay: 0s;
		}
	.searchbtn .bg-green{
		background: #1155be;
		transition: all 0.2s linear;
		}
	.searchbtn .fa .color-white{
		color: #fff;
		transition: all 0.2 linear;
		}
	.searchbox .input .active-width{
		width: 355px;
		}

.search-wrapper {
    position: absolute;
    transform: translate(-50%, -50%);
    top:50%;
    left:98%;
}
.search-wrapper.active {
  left: 81%;
}

.search-wrapper .input-holder {    
    height: 70px;
    width:70px;
    overflow: hidden;
    background: rgba(255,255,255,0);
    border-radius:6px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder {
    width:470px;
    border-radius: 50px;
    background: rgb(207, 255, 231);
    box-shadow: 0 0 15px 1px #b6bbc0;
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}

.search-wrapper .input-holder .search-input {
    width:100%;
    height: 50px;
    padding:0px 70px 0 20px;
    opacity: 0;
    position: absolute;
    top:0px;
    left:0px;
    background: transparent;
    box-sizing: border-box;
    border:none;
    outline:none;
    font-family:"Open Sans", Arial, Verdana;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color:rgb(51,101,50);
    transform: translate(0, 60px);
    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.3s;
}
.search-wrapper.active .input-holder .search-input {
    opacity: 1;
    transform: translate(0, 10px);
    cursor: auto;
}
.search-wrapper .input-holder .search-icon {
    width:70px;
    height:70px;
    border:none;
    border-radius:6px;
    background: none;
    padding:0px;
    outline:none;
    position: relative;
    z-index: 2;
    float:right;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder .search-icon {
    width: 50px;
    height:50px;
    margin: 10px;
    border-radius: 30px;
}
.search-wrapper .input-holder .search-icon span {
    width:22px;
    height:22px;
    display: inline-block;
    vertical-align: middle;
    position:relative;
    transform: rotate(-45deg);
    transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
}
.search-wrapper.active .input-holder .search-icon span {
    transform: rotate(-45deg);
}
.search-wrapper .input-holder .search-icon span::before, .search-wrapper .input-holder .search-icon span::after {
    position: absolute; 
    content:'';
}
.search-wrapper .input-holder .search-icon span::before {
    width: 2px;
    height: 9px;
    left: 7px;
    top: 11px;
    border-radius: 2px;
    background: rgb(51,101,50);
}
.search-wrapper .input-holder .search-icon span::after {
    width: 15px;
    height: 15px;
    left: 1px;
    top: -4px;
    border-radius: 16px;
    border: 2px solid rgb(51,101,50);
}
.search-wrapper .close {
    display: none;
    position: absolute;
    z-index: 1;
    top:24px;
    right:20px;
    width:25px;
    height:25px;
    cursor: pointer;
    transform: rotate(-180deg);
    transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    transition-delay: 0.2s;
}
.search-wrapper.active .close {
    right:-35px;
    transform: rotate(45deg);
    transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.5s;
}
.search-wrapper .close::before, .search-wrapper .close::after {
    position:absolute;
    content:'';
    background: rgb(51,101,50);
    border-radius: 2px;
}
.search-wrapper .close::before {
    width: 4px;
    height: 22px;
    left: 10px;
    top: 1px;
}
.search-wrapper .close::after {
    width: 22px;
    height: 4px;
    left: 1px;
    top: 10px;
}
.slider_section .detail-box .btn-box .btn1 {
    display: inline-block;
    padding: 10px 15px;
    background-color: rgb(40, 167, 132);
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
}
.info_section {
    background-color: rgb(40, 167, 132);
    color: #ffffff;
    padding: 45px 0 15px 0;
}
.slider_section .carousel-indicators li.active {
    width: 20px;
    height: 20px;
    background-color: rgb(40, 167, 132);
}
.slider_section .detail-box .btn-box .btn1:hover{
    background-color: rgb(50, 101, 70);
}
.about_section {
    background-color: #ffffff;
    color: rgb(51,101,50);
}

/*.about_section .detail-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: rgb(40, 167, 132);
    color: #ffffff;
    border-radius: 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
    margin-top: 15px;
}

.about_section .detail-box a:hover{
    background-color: rgb(50, 101, 70);
}*/
img.proSampleimg {
    position: relative;
  display: none;
  float: left;
  /*margin-right: -100%;*/
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    border-style: solid;
    width: 200px;
}

.detail-box, .detail-box-1 {
  /*width: 100%;*/
  overflow: hidden;
}

/* Product section image slide for reagent */
.slides-reagent {
  display: flex;
  /*overflow: hidden;
  position: relative;*/
  transition: transform 0.5s ease-in-out;
  animation: slide-reagent 20s linear infinite;
}

.slides-reagent img {
    width: 100%;
}

.slides-reagent img:hover {
    transform: scale(1.1); /* Zoom effect on hover */
}


@keyframes slide-reagent {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(-200%);
  }
  75% {
    transform: translateX(-300%);
  }
  100% {
    transform: translateX(-400%);
  }
}

.image-name {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px 10px;
  display: none;
  z-index: 1;
}

/* End of product section image slide for reagent */

/* Product section image slide for analyser */

.image-name {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px 10px;
  display: none;
  z-index: 1;
}
.slides-analyser {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slides-analyser img {
  width: 100%;
}

.slides-analyser img:hover {
    transform: scale(1.1); /* Zoom effect on hover */
}

.slides-analyser {
  animation: slide-analyser 20s infinite;
}

@keyframes slide-analyser {
  0% {
    transform: translateX(0);
  }
  16.666% {
    transform: translateX(-100%);
  }
  33.333% {
    transform: translateX(-200%);
  }
  50% {
    transform: translateX(-300%);
  }
  66.666% {
    transform: translateX(-400%);
  }
  83.333% {
    transform: translateX(-500%);
  }
  100% {
    transform: translateX(-600%);
  }
}
/* End of product section image slide for analyser */

/*This code is for applying background color for about and product*/
section.about_section.layout_padding{
    background: #dfdede59;
    margin-top: 0rem; /* Adjust margin using relative units */
    padding: 3%; /* Adjust padding using relative units */
}
section.service_section.layout_padding{
    background: #dfdede59;
    padding-bottom: 50px;
}
section.reagent_section.layout_padding{
  padding: 124px 78px;
  background: #dfdede59;
}
section.contact_section.layout_padding{
  padding: 124px 78px;
  /*height: 806px;*/
  background: #b8b8b859;
  /*background-image: url('../images/Untitled design(2).png');*/
  background-size: contain; /* Ensures the whole image is visible */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  background-position: center; /* Centers the image */
  display: flex; /* Use flexbox to ensure the section grows based on its content */
  justify-content: center; /* Center the contact card container horizontally */
  align-items: center; /* Center the contact card container vertically */
}
/*End of code*/

.product_redirect{
      text-align: right;
    margin-top: -96px;
    /*margin-left: 1051px;*/
    margin-bottom: 80px;
    color: #060606c2;
}

.analyzer-img{
  width: 500px;
  height: 500px;
}

.heading_container.heading_center{
    color:rgb(51,101,50);
}
/*section.service_section.layout_padding.search-match {
    margin-top: -328px;
    }*/

.card {
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    margin-bottom: 1rem;
    padding-top: 40px;
}
/*.card {
    padding-top: 40px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: 1.25rem;
}*/
/*start of product feature of analyser section*/
.containers{
    width: 1095px;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 15px 76px;
}
.containers .cards{
    position: relative;
    cursor: pointer;
}
.containers .cards .face{
    width: 300px;
    height: 200px;
    transition: 0.5s;
}
 
.containers .cards .face.face1{
    position: relative;
    background: #c9c9c9;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(100px);
}
.containers .cards:hover .face.face1{
    background: #00ffa1;;
    transform: translateY(0);
}
.containers .cards .face.face2{
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.8);
    transform: translateY(-100px);
}
.containers .cards:hover .face.face2{
    transform: translateY(0);
}
 
.containers .cards .face.face2 .content p{
    margin: 0;
    padding: 0;
}
.containers .cards .face.face1 .contents{
    opacity: 0.2;
    transition: 0.5s;
}
 
.containers .cards:hover .face.face1 .contents{
    opacity: 1;
}
 
.containers .cards .face.face1 .contents img{
    max-width: 100px;
}
 
.containers .cards .face.face1 .contents h3{
    margin: 10px 0 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
}
.containers .cards .face.face2 .contents a{
    margin: 15px 0 0;
    display:  inline-block;
    text-decoration: none;
    font-weight: 900;
    color: #333;
    padding: 5px;
    border: 1px solid #333;
}
.containers .cards .face.face2 .contents a:hover{
    background: #333;
    color: #fff;
}

/*end of product feature of analyser section*/

.pro-info-tab {
    /*background: #FBFBFB;*/
    /*padding: 20px;*/
}

/*.mt-5 {
    margin-top: 3rem!important;
}*/
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.pro-info-tab .nav-link {
    padding-left: 0;
    color: #878685;
    padding-right: 0;
    margin-right: 40px;
}
.pro-info-tab .nav-tabs .nav-link.active {
    color: #878685;
    background-color: transparent;
    border-color: transparent transparent #fff;
    border-radius: 0;
    border-bottom: 3px solid #1d5779;
}
.pro-info-tab .tab-content {
    margin-top: 25px;
}
.tab-content>.active {
    display: block;
}

.fadeInDown {
    animation-name: fadeInDown;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.single-pro-details .pro-de-cata {
    text-transform: uppercase;
    font-weight: 600;
}

/*This style is for highlighting the search results*/
.highlight {
    background-color: yellow;
    font-weight: bold;
}

/* Styles for aboutus-page */
.aboutus-page {
  padding-top: 110px !important;
}

/* Styles for products-list-page */
.products-list-page {
  padding: 150px 0 !important;
}

.column-box {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 10px;
  background-color: #ffffff;
}

/*This code is for image slider*/
.owl-nav{
    text-align: center;
/*  margin-left: 220px;*/
    font-size: 35px !important;
}
.owl-prev, .owl-next{
  position: relative;
  background-color: #28a784 !important;
  border: none !important;
  outline: none !important;
  font-size: 25px !important;
  color: #FFFFFF !important;
  width: 40px;
  text-align: center;
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer !important;
  border-radius: 5px;
}
.owl-prev:after {
  content: "";
  background: #f1f1f1;
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px !important;
  margin-top: -120%;
  opacity: 0;
  transition: all 0.8s
}
.owl-next{
  margin-left: 10px;
}
.owl-next:after {
  content: "";
  background: #f1f1f1;
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px !important;
  margin-top: -120%;
  opacity: 0;
  transition: all 0.8s
}
.owl-prev:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s
}
.owl-next:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s
}
/*End of code*/

/*displat text hover over image*/
.title{
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  bottom: 0px;
  color: white;
  width: 95%;
  font-size: 25px;
  padding: 15px 0;
  text-align: center;
  opacity: 0;
  /*height: 192px;*/
  transition: 0.6s;
}
.box:hover .title{
  opacity: 1;
}
/*End of code*/
/*reagent & analyser box code*/
@media (min-width: 1301px) {
    .item .box{
      width: 250px !important; 
      background-color: #96d6be !important;
    }
    img#finecare {
        height: 180px;
    }
}
/*end of code*/
/*Analyser image size code*/
.imageClick1{
  height: 182px;
  width: 95%;
  cursor: pointer;
}
/*end of code*/
.imageClick{
  cursor: pointer;
  width: 239px; 
  height: 204px;
}
.header_section{
  transition: background-color 0.3s ease;
}

.header_section.scrolled {
  /* Background color when scrolled */
  background-color: #b0fdce; /* Change this to the desired background color when scrolled */
}
img::before {
    content: none !important;
}
/*Analyser search result css*/
a.search-result {
    margin-left: 60px !important;
}
/*end of code*/

/*Analyser name styling code*/
.analyzer_heading{
  color: rgb(51,101,50); 
  font-size: 32px; 
  padding-bottom: 51px;
}
/*End of code*/

/*Reagent header name styling code*/
.reagent_heading{
  color: rgb(51,101,50); 
  font-size: 32px; 
  padding-bottom: 51px;
}
/*End of code*/

.info_link_box {
  margin-left: 235px;
}

/*Analyser section code*/
  #analyzer_section{
   padding: 124px 78px;
   background: #dfdede59; 
  }
/*Analyser row code*/
  .analyzer_row{
    padding-right: 57px;
    padding-left: 57px;
  }
/*end of code*/
/*table css coding for search page*/
.table-search{
  width:75%;
  margin-left: 115px;
}
/*end of code*/
/*search page .card styling*/
/*#search-card{
  padding-left: 54px;
  padding-bottom: 45px;
}*/
/*end of code*/

/*More Enquiry Css*/
.more_enquiry{
  /*background-color: rgb(40, 167, 132);*/
  border-bottom-left-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}
.more_enquiry a{
  color: black;
}
.more_enquiry:hover{
  background-color: rgb(40, 167, 132);
}
.more_enquiry:hover i{
  color: white;
}

/*reagent more enquiry*/
.more_enquiry_1 a{
  color: black;
}
.more_enquiry_1:hover i{
  color: rgb(40, 167, 132);
}
.hover-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 10px;
}

.hover-text {
    visibility: none;
    width: 284px;
    background-color: #f9f9f9;
    color: #333;
    text-align: center;
    border-radius: 5px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 63%; /* Position above the container */
    left: 50%;
    margin-left: -135px; /* Center the text */
    opacity: 0;
    transition: opacity 0.3s;
}

.hover-container:hover .hover-text {
    visibility: visible;
    opacity: 1;
}
/*End of code*/

/*contact form css*/
.contact-card{
  margin-left: 170px;
  width: 400px; /* Adjust this as necessary */
  max-width: 800px; /* Adjust this as necessary */
  background-color: rgba(255, 255, 255, 0.8); /* Optional: Add a background to the contact card for better visibility */
  padding: 20px; /* Adjust padding as necessary */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 50%); /* Optional: Add a shadow for better visibility */
  border-radius: 20px;
}
}
.contact-label{
  width: 100%;
}
.contact-form{
  width: 100%;
  border-radius: 5px;
  border-style: solid;
  padding: 3px;
  margin-bottom: 5px;
}
.contact-body{
  

}
#textarea{
  height: 107px;
}
.contact-button{
  width: 100%;
  padding: 5px;
}
.contact-head{
    margin-top: -640px;
    margin-left: 0px;
}
sup{
  color: red;
}
/*End of code*/

/*Product Dropdown*/
/* Basic styling for the navigation */
.nav-item {
    position: relative;
    display: inline-block;
}

/* Dropdown container hidden by default */
#dropdown-products {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #ccc;
    padding: 10px;
    width: 271px;
    z-index: 1000;
}

.nav-item:hover #dropdown-products {
    display: block;
}

/* Subheading containers */
.dropdown-column {
    margin-bottom: 10px;
    position: relative;
}

.dropdown-column label {
    cursor: pointer;
    font-weight: bold;
    display: block;
    font-size: 15px;
}

.dropdown-column ul {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: white;
    border: 1px solid #ccc;
    position: absolute;
    top: -37%;
    left: 100px;
    z-index: 1000;
    font-size: 15px;
}

.dropdown-column:hover ul {
    display: block;
}

.dropdown-column li {
    padding: 8px;
}

.dropdown-column li a {
    text-decoration: none;
    color: black;
    display: block;
}

.dropdown-column li a:hover {
    text-decoration: underline;
}

.dropdown-column ul li {
    background: white;
    border-bottom: 1px solid #ccc;
}

.dropdown-column ul li:last-child {
    border-bottom: none;
}

.tab-pane ul{
    margin-left: 20px;
}


.marquee_box{
    padding: 20px;
    margin-top: 84px;
    background: #83d9cc;
    color: white;
    font-size: 20px;
}

/*product company image scrolling code in index page*/
.marquee_img{
	width: 100px;
    height: 43px;
    object-fit: contain;
}

.scroller {
  max-width: 100%;
  margin-top: 84px;
  background: #83d9cc;
}

.scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 7rem;
}

.scroller[data-animated="true"] {
  overflow: hidden;
  -webkit-mask: linear-gradient(
    90deg,
    transparent,
    white 20%,
    white 80%,
    transparent
  );
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
}

.scroller:not([data-animated="true"]) .scroller__inner {
  animation: none;
}

.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
  --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
  --_animation-duration: 20s;
}

.scroller[data-speed="slow"] {
  --_animation-duration: 60s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}


/* general styles */

:root {
  --clr-neutral-100: hsl(0, 0%, 100%);
  --clr-primary-100: hsl(205, 15%, 58%);
  --clr-primary-400: hsl(215, 25%, 27%);
  --clr-primary-800: hsl(217, 33%, 17%);
  --clr-primary-900: hsl(218, 33%, 9%);
}


.tag-list {
  margin: 0;
  padding-inline: 0;
  list-style: none;
}

.tag-list li { 
  padding: 1rem;
  background: var(--clr-primary-400);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem -0.25rem var(--clr-primary-900);
}

/* for testing purposed to ensure the animation lined up correctly */
.test {
  background: red !important;
}

/*end od code*/

/*lt-lyte model table*/
.ltlyte-table
{
    height: 50%; 
    width: 50%;
}
/*end of code*/