.row {
  --bs-gutter-x:0rem;
}

:root {
scroll-behavior: none;
}
@import url('https://fonts.googleapis.com/css2?family=Fahkwang:wght@500;600&family=Public+Sans:wght@400;500;600;700&family=Rajdhani:wght@400;500&display=swap');

body{
font-family: 'DM Sans', sans-serif;
}
.top_menu{
  font-size: 13px;
  width: 100%;
background-color: #21598ee6;
  color: rgb(255, 255, 255);
  font-weight: 500;
}
.top_welcome {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 9px;
}

.modal-body{
  box-shadow: inset 0 -3em 3em rgba(112, 112, 112, 0.13), 0 0 0 2px rgba(240, 240, 240, 0.11), 0.3em 0.3em 1em rgba(255, 255, 255, 0.06);
}

.brcrumb {
  margin-top: 10px;
  border-bottom: 1px solid #eee;
  margin-left: 10px;
  background-color: #fff;
}
.breadcrumb {
  margin-bottom: 5px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 7px;
  list-style: none;
}
.breadcrumb-item a {
  color: #555;
  text-decoration: none;
}

.cf {
  width: 90%;
  margin: auto;
  text-align: center;
}
.searchfrm input {
border: 1px solid #ffffffb5;
font: 12px;
margin: auto;
padding: 8px 14px;
width: 80%;
margin-right: -150px;
  margin-top: 20.5px;
  background-color: #fff;
  margin-bottom: 20.5px;
}
.searchfrm button {
border: none;
color: #fff;
padding: 9px;
box-shadow: 0 0 1px #f2c02d;
background-color: #f2c02d;
width: 50px;
  margin-left: 97px;
}
.nav_info {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: auto;
    margin-top: auto;
    margin-top: 28px;
    color: #21598e;
  padding: 10px 11px;
  display: inline-flex;
}
.navv_li {
  margin-right: 5px;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  margin-bottom: 2px;
}
.logo{
width: 250px;
padding: 4px 0px;
margin-top: 22PX;
margin-bottom: 0px;
  
}
.img_ic{
  width: 9%;
margin: auto;
margin-top: -9px;
margin-right: 3px;
}
.logop_1{
  width: 190px;
}
.about_conter{
  margin: auto;
  margin-top: 40px;
  font-size: 16px;
  margin-bottom: 40px;
}
.ab_conter{
  color: #21598e;
}

/* sidebar */
.sidebar {
  width: 75px;
  position: fixed;
  left: 0;
  top: 312px;
  bottom: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.main-menu {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu-item {
  list-style: none;
  position: relative;
  width: 85px;
  height: 65px;
}

.menu-txt {
  opacity: 0;
  width: 0px;
  min-width: 0px;
  overflow: hidden;
  transition: 300ms linear;
  transition-delay: 250ms;
  display: flex;
  align-items: center;
  position: relative;
  top: 2px;
  white-space: nowrap;
  overflow: hidden;
}

.menu-a {
  padding: 35px 33.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.menu-icon {
  display: block;
  font-size: 1.5rem;
  color: #21598e;
  position: relative;
  z-index: 100;
  transition: 400ms;
}

.menu-item:hover .menu-txt {
  opacity: 1;
  width: 100%;
  min-width: 40px;
  padding: 0px 20px;
  transition-delay: 0s;
  color: #333;
}

.menu-txt-hld {
  position: absolute;
  z-index: 99;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  font-size: .94rem;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0);
  padding: 9.5px 8px;
  transition: 250ms linear;
  display: flex;
  align-items: center;
  left: 20px;
  transition-delay: 300ms;
  border: 1px solid #74747473;
}

.menu-item:hover .menu-txt-hld {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.07);
  background: #f2c02d;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition-delay: 0ms;
}
.active .menu-icon {
  color: #21598e;
}
/**************************  Scroll to Top  ************************************/
#myBtn {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  background-color: #f2c02d;
  color: white;
  cursor: pointer;
  padding: 13px 18px;
  border-radius: 37px;
}

#myBtn:hover {
  background-color: #21598e;
}


/*********************************************  navbar ***************************************/
body.offcanvas-active{
overflow:hidden;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: .1rem;
  padding-bottom: .1rem;
}
.offcanvas-header{ display:none; }

.screen-darken{
height: 100%;
width:0%;
z-index: 30;
position: fixed;
top: 0;
right: 0;
opacity:0;
visibility:hidden;
background-color: rgba(34, 34, 34, 0.6);
transition:opacity .2s linear, visibility 0.2s, width 2s ease-in;
}
.screen-darken.active{
z-index:10; 
transition:opacity .3s ease, width 0s;
  opacity:1;
  width:100%;
  visibility:visible;
}
.navbar > .container-fluid{
  display: flex;
  flex-wrap: inherit;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.19);
  align-items: center;
  justify-content: space-between;
background-color: #21598e;

}
.navbar-nav {
  display: flex;
  list-style: none;
  font-weight: 600;
  margin: auto  !important;
}




.pull-right {
  float: right !important;
}
.navbar_box{
 margin: auto;
 margin-top: 6px;
 margin-right: -211px;
}
.navbar_box >i{    
font-size: 26px;
font-weight: bold;
  color: #21598e;
} 
.top_navbar{
  padding: 0px 0px;
}
.close_x{
color: white;
position: absolute;
right: 45px;
top: 25px;
}
.navbar-nav .nav-link {
  padding-right: 10px;
  padding-left: 10px;
}
.navbar-nav > li > a {
position: relative;
font-weight: 500;
font-size: 16px;
margin: 0px 3px;
}
.quote_btn{
font-size: 15px;
background-color: #f2c02d70;
color: #ffffff;
font-weight: 500;
margin-bottom: 0px;
position: absolute;
right: 10% !important;
top: 63px;
margin-right: -10px;
padding: 5px 15px;
}
.quote_close{
color: white;
}

.quote_btn:hover{
  color: #fff;
}


.cat_menu_container{
  height: 100%;
  padding: 15px 15px 14px 51px;
  cursor: pointer;
  z-index: 1;
margin: auto;
  background-color: #fff;
color: #111;
  width: 222px;
}
.cat_menu_title{
height: 100%;
}
.cat_burger{
width: 18px;
height: 14px;
}
.cat_burger span{
  display: block;
  position: absolute;
  left: 107px;
  width: 1.%;
  height: 2.5px;
  background: #555;
  top: 30px;
}
.cat_burger span:nth-child(2){
top: 18px;
}
.cat_burger span:nth-child(3){
top: 24px;
}
.cat_menu_text{
font-size: 16px;
font-weight: 500;
color: #FFFFFF;
text-transform: uppercase;
}
.cat_menu_container ul{
  display: block;
  position: absolute;
  top: 100%;
  left: 73px;
  visibility: hidden;
  opacity: 0;
  width: 20%;
  background: #FFFFFF;
  box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  padding: 0px;
  margin-bottom: 0px;
}
.cat_menu_container:hover .cat_menu{
visibility: visible;
opacity: 1;
}
.cat_menu li{
display: block;
position: relative;
width: auto;
height: 40px;
border-bottom: solid 1px #f2f2f2;
padding-left: 15px;
padding-right: 15px;
white-space: nowrap;
padding-bottom: 0px;
}
.cat_menu li.hassubs > a i{
display: block;
}
.cat_menu li a{
display: block;
position: relative;
font-weight: 5.
  00;
color: #000000;
line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
text-decoration: none;
transition: all 200ms ease;
}
.cat_menu li a:hover{
color: #21598e;
}
.cat_menu li a i{
display: none;
position: absolute;
top: 50%;
right: 0;
font-size: 12px;
}
.cat_menu li ul{
display: block;
position: absolute;
top: 0;
left: 100%;
visibility: hidden;
opacity: 0;
width: 100%;
background: #FFFFFF;
box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
}
.cat_menu li:hover > ul{
top: 0;
visibility: visible;
opacity: 1;
}
.main_nav_dropdown li{
display: inline-block;
position: relative;
line-height: 45px;
  padding: 0 15px;
}
.main_nav_dropdown li{
font-size: 16px;
font-weight: 600;
color: #21598e;
}
.main_nav_dropdown li:hover{
color: #21598e;
  box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
  border-radius: 4px;
}
.menu_trigger_container{
display: none;
width: auto;
height: 100%;
padding-right: 25px;
padding-left: 25px;
cursor: pointer;
}
.menu_trigger{
height: 100%;
}
.menu_burger_inner{
display: inline-block;
}
.menu_trigger_text{
display: inline-block;
font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-right: 16px;
}

.nav-link{
  color: #fff;
}
.nav-link:hover{
  color: #fff !important;
}






/* ============ mobile view ============ */
@media all and (max-width: 991px) {

.offcanvas-header{ display:block; }
             
.mobile-offcanvas{
  visibility: hidden;
  transform:translateX(-100%);
    border-radius:0; 
  display:block;
    position: fixed;
    top: 0; left:0;
    height: 100%;
    z-index: 1200;
    width:80%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
}

.mobile-offcanvas.show{
  visibility: visible;
    transform: translateX(0);
}
.mobile-offcanvas .container, .mobile-offcanvas .container-fluid{
  display: block;
}
}
.navbar_color{
  color: white;
  margin: auto;
  padding: 0px;
}
.nav-link{
  color: #ffffff ! important;
}
.nav-link:hover{
color: #ffffff;
}
.nav-item:hover {
  color: #21598e;
}
.top_bar {
  padding: 5px 10px;
}
.top_bar_user {
  display: inline-block;
  float: right;
}
.top_bar_user div:not(.dropdown-menu) {
  display: inline-block;
}
.user_icon {
  transform: translateY(-2px);
  width: 17px;
  margin-right: 2px;
  color: #ffffff;
}
.top_bar_user a:not(.dropdown-item) {
  font-size: 16px;
  line-height: 34px;
  color: rgb(255, 255, 255);
  transition: all 200ms ease;
  text-decoration: none;
}
.top_bar_user div:not(.dropdown):not(.dropdown-menu):nth-child(2) {
  margin-right: 5px;
}
.top_bar_user div:not(.dropdown-menu) {
  display: inline-block;
}
.user_icon img {
  width: 100%;
}
.labnics_info {
  flex-direction: row;
  list-style-type: none;
  margin: auto;
  margin-top: auto;
  margin-top: 30px;
  padding: 10px 11px;
  display: inline-flex;
  float: left;
  margin-left: -35px;
}
.labnics_info a {
  color: #21598e;
  font-weight: 500
}
.labnics-info-icon {
  font-size: 18px;
  color: #21598e;
}
.info_text {
  margin-left: 5px;
  margin-right: 10px;
color: #21598e;;
}
.labnics_info a {
  color: #111;
  text-decoration: none;
}
.labnics-info-icon {
  font-size: 18px;
  color: #21598e;
}



@media only screen and (min-width: 280px) and (max-width:480px)
{
.topnav {
  padding: 5px;
}
.nav_info {
  display:block;
  list-style-type: none;
  float: right;
  color: white;
  margin:auto ;
}
.navbar_box {
  margin: auto;
  margin-top: 11px;
float: right;
}
/***** Range of product ****/
.heading{
  font-size:19px;
}
.product {
  width: 280px;
  margin: auto;
  margin-bottom: 20px;
}
.alp_text_mobile{
  display: block;
  margin: 15px;
  text-decoration: none;
  color: #2b5db2;
}
.phone_nav{
  background-color: #21598e;
}
#navbar_main{
  background-color: #21598e;
  padding: 49px 0px 0px 40px;
  font-weight: bold;
}
.cf {
  width: 90%;
  margin: auto;
   
}
.logo{
  display: none;
  margin-left: 13px;
}

.logop_1{
  display: block;
  width: 155px;
  margin-top: 22px;
}
.searchfrm input{
  width: 100%;
}
.nav_li{
  margin-top: 12px;
}
.quote_btn {
  background-color: #21598e;
  color: rgb(255, 255, 255);
  font-weight: 600;
  margin-bottom: 0px;
  border-radius: 2px;
  top: 132px;
  font-size: 13px;
  margin-right: 31px;
  padding: 2px 12px;
}
.searchfrm button {
background-color: #f2c02d;
margin-left: 96px;
}
.top_bar_user {
  padding: 0px 28px;
  float: right;
}
.top_bar_user a:not(.dropdown-item) {
    color: #fff;
}
.top_bar_user div:not(.dropdown):not(.dropdown-menu):nth-child(2) {
  margin-right: 7px;
  margin-top: 5px;
}
.cf {
  width: 90%;
  margin: auto;
  margin-bottom: 0px;
   
}
}

@media only screen and (min-width: 480px) and (max-width:568px)
{
.topnav {
  padding: 0px;
max-width: 568px;
}
.nav_info {
  display:block;
  list-style-type: none;
  margin-top: 5px;
  margin-right:16px;
  float: right;
  color: white;
}
.navbar_box {
  margin: auto;
  margin-top: 14px;
float: right;
margin-right: 20px;
  border-bottom: 1px solid rgb(234, 232, 232);
}
#navbar_main{
  background-color: #21598e;

  font-weight: bold;
}
.phone_nav{
  background-color: #21598e;
}
.cf {
  width: 80%;
  margin: auto;
   
}
.logo{
  display: none;
  margin-left: 13px;
}
.logop_1{
  display: block;
  width: 170px;
  margin-left: 45px;
  margin-top: 24px;
}
/***** Range of product ****/
.heading{
  font-size:21px;
}
.product {
  width: 96%;
  margin: auto;
  margin-bottom: 20px;
}
.alp_text_mobile{
  display: block;
  margin: 15px;
  text-decoration: none;
  color: #2b5db2;
}
.searchfrm input{
  width: 100%;
}
.nav_li{
  margin-top: 12px;
}
.quote_btn {
  background-color: #21598e;
  color: rgb(255, 255, 255);
  font-weight: 600;
  margin-bottom: 0px;
  border-radius: 2px;
  position: absolute;
  top: 131px;
  font-size: 13px;
  margin-right: 85px;
  padding: 4px 12px;
}
.searchfrm button {
background-color: #f2c02d;
margin-left: 96px;
}
.top_bar_user {
  padding: 0px 45px;
  float: right;
}
.top_bar_user a:not(.dropdown-item) {
    color: #fff;
}
.top_bar_user div:not(.dropdown):not(.dropdown-menu):nth-child(2) {
  margin-right: 7px;
  margin-top: 5px;
}
.cf {
  width: 90%;
  margin: auto;
  margin-bottom: 0px;
   
}
}

@media only screen and (min-width: 568px) and (max-width:768px)
{
.top_navbar {
  padding: 0px 0px;
  max-width: 768px;
}
.nav_info {
  display:block;
  list-style-type: none;
  float: right;
  color: white;
  margin:auto ;
}
.navbar_box {
  margin: auto;
  margin-top: 14px;
float: right;
margin-right: 30px;
}
#navbar_main{
  background-color: #21598e;

  font-weight: bold;
}
.phone_nav{
  background-color: #21598e;
}
.cf {
  width: 90%;
  margin: auto;
  margin-bottom: 0px;
   
}

/***** Range of product ****/
.heading{
  font-size:21px;
}
.product {
  width: 96%;
  margin: auto;
  margin-bottom: 20px;
}
.alp_text_mobile{
  display: block;
  margin: 15px;
  text-decoration: none;
  color: #2b5db2;
}
.logo{
  display: none;
  margin-left: 13px;

}
.logop_1{
  display: block;
  width: 169px;
  margin-left: 15px;
  margin-top: 24px;
}
.searchfrm input{
  width: 100%;
  margin-bottom: 20px;
}
.searchfrm input{
  margin-top: 22.5px;
}
.nav_li{
  margin-top: 12px;
}
.quote_btn {
  background-color: #21598e;
  color: rgb(255, 255, 255);
  font-weight: 600;
  margin-bottom: 0px;
  border-radius: 2px;
  position: absolute;
  top: 135px;
  font-size: 13px;
  margin-right: 112px;
  padding: 4px 12px;
}
.top_bar_user {
  padding: 0px 45px;
  float: right;
}
.top_bar_user a:not(.dropdown-item) {
    color: #fff;
}
.top_bar_user div:not(.dropdown):not(.dropdown-menu):nth-child(2) {
  margin-right: 7px;
  margin-top: 5px;
}
.searchfrm button {
  background-color: #f2c02d;
margin-left: 96px;
}
}
@media only screen and (min-width: 768px) and (max-width:991px)
{
.top_navbar {
  padding: 0px 0px;
  max-width: 991px;
}
.nav_info {
  display:block;
  list-style-type: none;
  float: right;
  color: white;
  margin:auto ;
}
.navbar_box {
  margin: auto;
  margin-top: 20px;
  float: right;
  margin-right: 44px;
}
#navbar_main{
  background-color: #21598e;

  font-weight: bold;
}
.phone_nav{
  background-color: #21598e;
}
.cf {
  width: 90%;
  margin: auto;
  margin-bottom: 0px;
   
}
.logo{
  display: none;
  margin-left: 13px;

}
  /***** Range of product ****/
  .heading{
      font-size:23px;
  }
  .product {
      width: 96%;
      margin: auto;
      margin-bottom: 20px;
  }
  .alp_text_mobile{
      display: block;
      margin: 15px;
      text-decoration: none;
      color: #2b5db2;
  }
.logop_1{
  display: block;
  width: 220px;
  margin-left: 20px;
  padding: 0px 9px;
  margin-top: 27px;
}

.searchfrm input{
  width: 100%;
  margin-bottom: 25px;
}
.nav_li{
  margin-top: 12px;
}
.searchfrm button {
  background-color: #f2c02d;
  margin-left: 96px;
  
}
.quote_btn {
  background-color: #21598e;
  color: rgb(255, 255, 255);
font-weight: 600;
margin-bottom: 0px;
border-radius: 2px;
  position: absolute;
  top: 140px;
  font-size: 13px;
  margin-right: 129px;
  padding: 4px 12px;
}
.top_bar_user {
  padding: 0px 45px;
  float: right;
}
.top_bar_user a:not(.dropdown-item) {
    color: #fff;
}
.top_bar_user div:not(.dropdown):not(.dropdown-menu):nth-child(2) {
  margin-right: 7px;
  margin-top: 5px;
}
}
@media only screen and (min-width: 992px) and (max-width:50000000px)
{

.close_x {
  display: none;
}
}
/************************************************** Products Categories ***************************************/
.back_c{
  background-color: #f6f6f6d6;
  padding-bottom: 35px;
}
.list-pchead{
  border-bottom:none;
  display: none;
  }
  .list_pbc >a{
      text-decoration: none;
      color: #21598e;
  }
  .list_pbc > a:hover{
      color: #21598e;
  }
  .list_pbc  {
      list-style: none;
      padding: 4px;
      font-size: 15px;
      margin-bottom: 4px;
      text-decoration: none;
      border-bottom: 1px solid #ccc;
  
  }
  .list-pchead:hover{
      transition: all 0.7s;
      color: #333;
  }
  .heading_pc{    
      font-size: 25px;
      font-weight: 600;
      color: #21598e;
      margin-bottom: 30px;
      width: 100%;
      margin-top: -10px;
      padding: 10px 0px 10px 31px;
      text-align: center;
      margin-top: 40px;
  }
  .heading_pcc{    
      font-size: 25px;
      font-weight: 600;
      color: #21598e;
      margin-bottom: 30px;
      width: 100%;
      margin-top: -10px;
      padding: 10px 0px 10px 31px;
      text-align: center;
      margin-top: 40px;
  }

  .heading_{    
      font-size: 25px;
      font-weight: 600;
      color: #21598e;
      margin-bottom: 30px;
      width: 100%;
      margin-top: -10px;
      padding: 10px 0px 10px 31px;
      text-align: center;
      margin-top: 40px;
  }
  .heading{
      font-weight: 500;
      text-align: center;
      color: #333;
      margin-top: 8px;
      padding: 10px 0px 0px 0px;
      margin-bottom: 0px;
      list-style: none;
      border-bottom: 1px solid #ccc;
  }
  .tsp_p{
      margin-bottom: 0px;
      padding-bottom: 15px;
      background-color: #fff;
  }
  .tsp_pp{
      margin-bottom: 5px;
      padding-bottom: 15px;
      font-size: 16px;
  }

  .tsp_btn{
      background-color: #c4c4c4cf;
      padding: 5px 0;
  }
.ropc{
  text-align: center;
margin-bottom: 10px;
padding: 0px 0px;
  width: 96%;
}
.ropcc{
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
  padding: 0px 0px;
  width: 92%;
  background-color: #f7f7f70d;
  box-shadow: inset 0 -3em 3em rgba(79, 79, 79, 0.09), 0 0 0 2px rgba(238, 238, 238, 0.11), 0.3em 0.3em 1em rgba(255, 255, 255, 0.11);
}
.ropc:hover{
  text-align: center;
margin-bottom: 10px;
padding: 0px 0px;
}
.ropc_text {
  font-size: 16px;
  text-decoration: none;
  color: #666;
  font-weight: 500;
}

.ropc_text:hover{
  color: #21598e;
}

.ppc_img{
  width: 65%;
  padding: 35px 35px 25px 35px;
  margin: auto;
  
}
.pc_img{
  width: 85%;
  padding: 35px;
  background-color: #f7f7f70d;
  margin: auto;
  box-shadow: inset 0 -3em 3em rgba(79, 79, 79, 0.09), 0 0 0 2px rgba(238, 238, 238, 0.11), 0.3em 0.3em 1em rgba(255, 255, 255, 0.11);
}

.owl-nav {
  float: right;
  margin: auto;
  margin-top: auto;
  position: absolute;
  top: -96px;
  right: 25px;
  font-weight: 700;
  width: 50px;
}

.owl-theme .owl-nav {
  margin-top: -13px;
  color: #21598e;
  font-size: 35px;
}


.owl-theme .owl-dots{
  display: none; 
}

.modal-footer{
  border-top: 0;
}

/************************************************** Top Search Products *************************************/

.cate_bigbox{
  padding: 15px 15px 78px 15px;
  margin-bottom: 20px;
  margin-left: 20px;
  background-color: #f7f7f70d;
  border-radius: 3px;
  text-align: center;
  box-shadow: inset 0 -3em 3em rgba(79, 79, 79, 0.09), 0 0 0 2px rgba(238, 238, 238, 0.11), 0.3em 0.3em 1em rgba(255, 255, 255, 0.11);
}

.category_box{
  text-align: center;
  padding: 10px 5px;
}
.tsp_a{
color: #21598e;
}
.tsp_aaa{
  color: #555;
  margin: auto;
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 500;
  margin-top: 10px;
  float: left;
  margin-left: -2px;
}
.tsp_aa{
  color: #666;
  margin: auto;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  float: left;
  margin-left: -5px;
}
.tsp_img{
  width: 100%;
  padding: 20px 20px 10px 20px;
}
.tsp_text{
  font-size: 13px;
  color: rgb(36, 36, 36);
font-weight: bold;
}
.text-right{
  text-align: right;
}
.tsp_a{
  color: #21598e;
  text-decoration: none;
  font-weight: 500;
text-align: center;
}



/************************** Laboratory Instruments ********************************/
.back_cc{
  background-color: #eaeaea;
  padding-bottom: 25px;
}

.rol {
  border: 1px solid rgb(216, 216, 216);
  padding: 20px 20px 0px 20px;
  text-align: center;
  margin-bottom: 10px;
  background-color: rgb(255, 255, 255);
  border-radius: 3px;
}
.li_heading{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  text-decoration: none;
  color: #21598e;
}
.li_heading{
  color: #21598e;
}
.cat_img{
width: 100%;
}
.li_view{
text-decoration: none;
color: black;
font-weight: bold;
margin-bottom:0px;
margin-top: 0px;
}
.li_view:hover{
text-decoration: none;
color: black;
font-weight: bold;
margin-bottom:0px;
margin-top: 0px;
}
.cat_img {
  border-bottom: 1px solid #ccc;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width:500000px)
{
.lx{
  width:20%;
}
  .llx{
  width:25%;
}
  .close_x {
  display: none;
}                   

}









/* GET QOUTE */


.mb_11{
  width: 80%;
  margin: auto;
  margin-left: 30PX;
}

.BBB{
  margin-right: 190px;
}




/* footer */

@media only screen and (min-width:1200px) and (max-width:4000px)
{
.five_after{
width: 20%;
}
}

.footer-logo{
width: 230px;
}
.footer-section {
background-color: #ffffff;
position: relative;
overflow: hidden;
z-index: 9;
}

.footer-top {
  padding-top: 50px;
  padding-bottom: 25px;
  border-top: 2px solid #d1c9b085;
  box-shadow: inset 0 -3em 3em rgba(79, 79, 79, 0.09), 0 0 0 2px rgba(238, 238, 238, 0.11), 0.3em 0.3em 1em rgba(255, 255, 255, 0.11);
}
.footer-top p,
.company-footer-contact-list li {
color: #333;
}
.company-footer-contact-list {
margin-top: 10px;
}
.company-footer-contact-list li {
display: flex;
display: -webkit-flex;
align-items: center;
}
.company-footer-contact-list li+li {
margin-top: 5px;
}
.company-footer-contact-list li i {
  margin-right: 10px;
  font-size: 20px;
  display: inline-block;
  color: #333;
  border: 1px solid #f2c02d;
  width: 35px;
  text-align: center;
  padding: 6px;
  background-color: #f2c02d;
}

.footer-top .site-logo {
  margin-bottom: 25px;
  display: block;
  max-width: 170px;
}
.widget-title {
text-transform: capitalize;
}
.footer-top .widget-title {
  color: #21598e;
  font-weight: 600;
  margin: auto;
  margin-bottom: 21px;
  margin-left: 20px;
  font-size: 23px;
}
.courses-link-list li+li {
margin-top: 10px;
}
.courses-link-list li a {
color: #333;
text-transform: capitalize;
font-family: var(--para-font);
font-weight: 400;
}
.courses-link-list li a:hover {
color: #f2c02d;
}
.courses-link-list li i {
margin-right: 5px;
}
.footer-top .small-post-title a {
font-family: var(--para-font);
color: #333;
font-weight: 400;
}
.small-post-item .post-date {
color: #f2c02d;
margin-bottom: 3px;
font-family: var(--para-font);
font-weight: 400;
}
.news-letter-form {
margin-top: 15px;
}
.news-letter-form input {
width: 100%;
padding: 8px 15px;
border-radius: 5px;
margin-bottom: 20px;
border: none;
}
footer-newsletter{
  border: 2px solid #e0e0e03b;
padding: 20px;
width: 100%;
background-color: #dcdcdc47;
border-radius: 6px;
}
.news-letter-form input[type="submit"] {
  width: auto;
  border: none;
  background-color: #f2c02d;
  padding: 9px 30px;
  border-radius: 0px;
  color: #333;
  margin-top: 10px;
  border-radius: 7px;
}
.footer-bottom {
padding: 5px 0;
border-top: 2px solid rgba(214, 214, 214, 0.34);
}
.copy-right-text {
color: #21598e;
line-height: 50px;
}
.copy-right-text a {
color: #f2c02d;
}
.terms-privacy li+li {
margin-left: 30px;
}
.terms-privacy li a {
color: #21598e;
position: relative;
line-height: 50px;
}
.terms-privacy li a:after {
position: absolute;
content: '-';
color: #ffffff;
display: inline-block;
top: 0;
right: -18px;
}
.terms-privacy li+li a:after {
display: none;
}
a, a:hover{
text-decoration: none;
}
ul{
  padding: 3px 33px 3px 0px;
  list-style-type: none;
  margin-bottom: 0rem;
}
.footer_inut{
border-radius: 0px !important;
}
.a_footer,.a_footer:hover{
color: #333;
text-decoration: none;
line-height: 35px;
}
@media only screen and (min-width: 991px) and (max-width:1100px){
  .top_subbox{
      width: 295px;
  }
  .llx{
      width: 33%;
      margin: auto;
  }
}
@media only screen and (min-width: 1100px) and (max-width:1300px){
  .top_subbox{
      width: 295px;
  }
  .llx{
      width: 33%;
      margin: auto;
  }
}
@media only screen and (min-width: 1300px) and (max-width:1400px){
  .top_subbox{
      width: 295px;
  }
  .llx{
      width: 33%;
      margin: auto;
  }
}
@media only screen and (min-width: 280px) and (max-width:991px){
  .nav_info{
      display: none !important;
  }

  .no_mobile{
      display: none !important;
  }
  .back_c{
      background-color: #fff;
      border-top: 1px solid #e9e9e9;
  }
  .llx{
      display: none;
  }
  .heading_{
      margin-bottom: -5px;
  }
  .close_x {
  display: block;
}
  .tsp_aa{
      font-size: 17px;
  }
  .list_pbc > a{
      font-size: 17px;
  }
  .navbar-nav .nav-link{
      float: left;
  }
  #navbar_main{
      background-color: #21598e;
  }
  .ccc{
      border-bottom: 1px solid #e9e9e9; 
  }
  .heading_pc{
      margin-bottom: -5px;
  }
  .cate_bigbox{
      padding-bottom: 60px;
  }
   .navbar-nav > li > a{
    width: 120px;
}
}


@media only screen and (min-width: 992px) and (max-width:1017px){
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 15px;
      padding-left: 15px;
    }
    
  .navbar-nav {

      padding-left: 1px;
       margin: auto  !important;
  }
  .top_bar_user div:not(.dropdown):not(.dropdown-menu):nth-child(2) {
      margin-right: -1px;
      margin-top: 30px;
    }
    .labnics_info {
      margin-left: -11%;
    }      
    .user_icon {
      margin-right: 4px;
    
  }
  .cat_menu_container{
     display:none;
  }
  .navbar-nav > li > a{
      margin: 0;
  }
  .cat_burger span {
      left: 40px;
      width: 22px;
  }
  .list-pcheadd{
    display: none;
  }
    .pro_a{
           display:none;
          width: 0% !important;
       }
       .pro_all{
           width:100%  !important;
       }
}
@media only screen and (min-width: 1018px) and (max-width:1030px){
  .navbar-nav {
      padding-left: 1px;
       margin: auto  !important;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 15px;
      padding-left: 15px;
    }
    .cat_menu_container{
      display:none;
  }
  .cat_burger span {
      left: 40px;
      width: 22px;
  }
  .list-pcheadd{
    display: none;
  }
    .pro_a{
           display:none;
          width: 0% !important;
       }
       .pro_all{
           width:100%  !important;
       }
}
@media only screen and (min-width: 1031px) and (max-width:1041px){
  .navbar-nav {
      padding-left: 1px;
     margin: auto  !important;
  }
  .cat_menu_container{
      display:none;
  }
  .cat_burger span {
      left: 40px;
      width: 22px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 15px;
      padding-left: 15px;
    }
    .list-pcheadd{
      display: none;
    }
      .pro_a{
           display:none;
          width: 0% !important;
       }
       .pro_all{
           width:100%  !important;
       }
}
@media only screen and (min-width: 1042px) and (max-width:1062px){
  .navbar-nav {
      padding-left: 1px;
       margin: auto  !important;
  }
  .cat_menu_container{
     display:none;
  }
  .cat_burger span {
      left: 40px;
      width: 22px;
  }
  /* .navbar-nav > li > a {
      margin: 0px 3px;
  } */
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 15px;
      padding-left: 15px;
    }
    .list-pcheadd{
      display: none; 
      
    }
      .pro_a{
           display:none;
          width: 0% !important;
       }
       .pro_all{
           width:100%  !important;
       }
}
@media only screen and (min-width: 1062px) and (max-width:1082px){
  .navbar-nav {
      padding-left: 1px;
       margin: auto  !important;
  }
  .cat_menu_container{
      width: 202px;
      margin: auto;
      padding: 13px 10px 13px 30px;
  }
  .cat_burger span {
      left: 40px;
      width: 22px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 15px;
      padding-left: 15px;
    }
    .list-pcheadd{
      display: none;
    }
      .pro_a{
           display:none;
          width: 0% !important;
       }
       .pro_all{
           width:100%  !important;
       }
}
@media only screen and (min-width: 1082px) and (max-width:1099px){
  .navbar-nav {
      padding-left: 1px;
   margin: auto  !important;
  }
  .cat_menu_container{
      width: 202px;
      margin: auto;
      padding: 13px 10px 13px 30px;
  }
  .cat_burger span {
      left: 40px;
      width: 22px;
  }
  /* .navbar-nav > li > a {
      margin: 0px 3px;
  } */
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 15px;
      padding-left: 15px;
    }
    .list-pcheadd{
      display: none;
    }
      .pro_a{
           display:none;
          width: 0% !important;
       }
       .pro_all{
           width:100%  !important;
       }
}


@media only screen and (min-width: 1100px) and (max-width:1120px){
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right:20px;
      padding-left: 20px;
    }
  .navbar-nav {
      padding-left: 1px;
 margin: auto  !important;

  }
  .cat_menu_container{
    width: 200px;
margin-left: -6px;
padding: 13px 10px 13px 35px;
  }
  .cat_burger span {
      left: 40px;
      width: 22px;
  }
  .list-pcheadd{
    display: none;
  }
}
@media only screen and (min-width: 1121px) and (max-width:1140px){
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right:20px;
      padding-left: 20px;
    }
  .navbar-nav {
      padding-left: 1px;
      margin: auto  !important;

  }
  .cat_menu_container{
      width: 202px;
     margin: auto;
      padding: 13px 10px 13px 30px;
  }
  .cat_burger span {
      left: 40px;
      width: 22px;
  }
}

@media only screen and (min-width: 1141px) and (max-width:1160px){
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right:20px;
      padding-left: 20px;
    }
  .navbar-nav {
      padding-left: 1px;
    margin: auto  !important;

  }
  .cat_menu_container{
      width: 202px;
      margin: auto;
      padding: 13px 10px 13px 30px;
  }
  .cat_burger span {
      left: 40px;
      width: 22px;
  }
}

@media only screen and (min-width: 1161px) and (max-width:1180px){
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right:20px;
      padding-left: 20px;
    }
  .navbar-nav {
      padding-left: 1px;
  margin: auto  !important;

  }
  .cat_menu_container{
      width: 202px;
      margin: auto;
      padding: 13px 10px 13px 30px;
  }
  .cat_burger span {
      left: 40px;
      width: 22px;
  }
}
@media only screen and (min-width: 1181px) and (max-width:1207px){
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right:20px;
      padding-left: 20px;
    }
  .navbar-nav {
      padding-left: 1px;
     margin: auto  !important;

  }
  .cat_menu_container{
          width: 205px;
          margin: auto;
          padding: 13px 10px 13px 35px;
        }
  
  .cat_burger span {
      left: 50px;
      width: 22px;
  }
}

@media only screen and (min-width: 1207px) and (max-width:1220px){
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right:25px;
      padding-left: 25px;
    }
  .navbar-nav {
      padding-left: 1px;
      margin: auto !important;

  }
  .cat_menu_container{
          width: 205px;
          margin: auto;
          padding: 13px 10px 13px 35px;
        }
  
  .cat_burger span {
      left: 50px;
      width: 22px;
  }
}

@media only screen and (min-width: 1221px) and (max-width:1240px){
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right:25px;
      padding-left: 25px;
    }
  .navbar-nav {
      padding-left: 1px;
      margin: auto  !important;

  }
  .cat_menu_container{
          width: 205px;
         margin: auto;
          padding: 13px 0px 13px 35px;
        }
  
  .cat_burger span {
      left: 50px;
      width: 22px;
  }
}

@media only screen and (min-width: 1241px) and (max-width:1260px){
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right:25px;
      padding-left: 25px;
    }
  .navbar-nav {
      padding-left: 1px;
  margin: auto !important;

  }
  .cat_menu_container{
          width: 205px;
       margin: auto;
          padding: 13px 10px 13px 35px;
        }
  
  .cat_burger span {
      left: 50px;
      width: 22px;
  }
}

@media only screen and (min-width: 1261px) and (max-width:1280px){
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right:25px;
      padding-left: 25px;
    }
  .navbar-nav {
      padding-left: 1px;
   margin: auto !important;

  }
  .cat_menu_container{
          width: 205px;
        margin: auto;
          padding: 13px 9px 13px 35px;
        }
  
  .cat_burger span {
      left: 50px;
      width: 22px;
  }
}

@media only screen and (min-width: 1281px) and (max-width:1300px){
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right:25px;
      padding-left: 25px;
    }
  .navbar-nav {
      padding-left: 1px;
 margin: auto !important;

  }
  .cat_menu_container{
          width: 205px;
         margin: auto;
          padding: 13px 10px 13px 35px;
        }
  
  .cat_burger span {
      left: 50px;
      width: 22px;
  }
}

@media only screen and (min-width: 1301px) and (max-width:1320px){
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right:25px;
      padding-left: 25px;
    }
  .navbar-nav {
      padding-left: 1px;
margin: auto !important;

  }
  .cat_menu_container{
      width: 222px;
     margin: auto;
      padding: 13px 13px 13px 40px;
        }
  
  .cat_burger span {
      left: 101px;
      width: 22px;
  }
}

@media only screen and (min-width: 1321px) and (max-width:1340px){
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right:25px;
      padding-left: 25px;
    }
  .navbar-nav {
      padding-left: 1px;
       margin: auto  !important;

  }
  .cat_menu_container{
      width: 222px;
  margin: auto;
      padding: 13px 13px 13px 40px;
        }
  
  .cat_burger span {
      left: 101px;
      width: 22px;
  }
}

@media only screen and (min-width: 1341px) and (max-width:1360px){
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right:25px;
      padding-left: 25px;
    }
  .navbar-nav {
      padding-left: 1px;
margin: auto !important;

  }
  .cat_menu_container{
      width: 222px;
      margin: auto;
      padding: 13px 13px 13px 40px;
        }
  
  .cat_burger span {
      left: 101px;
      width: 22px;
  }
}
@media only screen and (min-width: 1361px) and (max-width:1380px){
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right:25px;
      padding-left: 25px;
    }
  .navbar-nav {
      padding-left: 1px;
     margin: auto !important;

  }
  .cat_menu_container{
      width: 222px;
   margin: auto;
      padding: 13px 13px 13px 40px;
        }
  
  .cat_burger span {
      left: 101px;
      width: 22px;
  }
}
@media only screen and (min-width: 1381px) and (max-width:1400px){
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right:25px;
      padding-left: 25px;
    }
  .navbar-nav {
      padding-left: 1px;
     margin: auto  !important;

  }
  .cat_menu_container{
      width: 222px;
      margin: auto;
      padding: 13px 13px 13px 40px;
        }
  
  .cat_burger span {

      left: 100px;
      width: 22px;
  }
}


@media only screen and (min-width: 1401px) and (max-width:1420px){
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right:25px;
      padding-left: 25px;
    }
  .navbar-nav {
      padding-left: 1px;
       margin: auto  !important;

  }
  .cat_menu_container{
  width: 218px;
margin: auto;
  padding: 14px 13px 13px 40px;
        }
  
  .cat_burger span {
      left: 100px;
      width: 22px;
  }
}


@media only screen and (min-width: 1421px) and (max-width:1444px){
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right:25px;
      padding-left: 25px;
    }
  .navbar-nav {
      padding-left: 1px;
 margin: auto !important;

  }
  .cat_menu_container{
  width: 215px;
  margin: auto;
  padding: 15px 10px 13px 40px;
        }
  
  .cat_burger span {
      left: 100px;
      width: 22px;
  }
}


@media only screen and (min-width: 1444px) and (max-width:1500px){
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right:25px;
      padding-left: 25px;
    }
  .navbar-nav {
      padding-left: 1px;
     margin: auto !important;

  }
  .cat_menu_container{
      width: 222px;
     margin: auto;
      padding: 13px 13px 13px 40px;
        }
  
  .cat_burger span {
      left: 101px;
      width: 24px;
  }
}
/****************************************** responsive ***************************************/


@media only screen and (min-width: 280px) and (max-width:480px)
{
.logo{
display: none;
}
.banner{
display: none;
}
.about_conter{
display: none;
}
.heading_pcc{
display: none;
}
.heading {
  font-size: 20px;
margin-bottom: 10px;
}
.list-pchead{
display:block;
width: 90%;
margin: auto;
}
.ropc {
 width:280px;
 margin: auto;
 margin-top: 20px;
 display: none;
}
/***** Top search  ***/
.cate_bigbox {
width: 280px;
margin: auto;
margin-top: auto;
margin-top: 20px;
padding-bottom: 55px;
}
/******** Rol ************/
.rol {
width: 280px;
margin: auto;
margin-top: 20px;
}
/***********contact us*************/
.contacts_forms{
margin: auto;
margin-left: 3px;
}
/***************search products*******************/

/*******************search bar********************/
.search{
display: block;
margin-top: 20px;
 text-align: center;
}
.searchfrm{
font-size:14px;
border-radius:20px;
width:75%;
}
.tsp_aa{
  margin-left: -3px;
}


}


@media only screen and (min-width: 480px) and (max-width:576px)
{


.banner{
display: none;
}
.heading_pcc{
display: none;
}

.list-pchead{
display:block;
width: 9 0%;
margin: auto;
margin-top: 20px;
}
.about_conter{
display: none;
}
.heading {
  font-size: 20px;
margin-bottom: 10px;
}
.list_pc {
 margin: auto;
}
.ropc {
width:65%;
 margin: auto;
 margin-top: 20px;
 display: none;
}
/***** Top search  ***/
.cate_bigbox {
width:65%;
margin: auto;
margin-top: 20px;
}
/******** Rol ************/
.rol {
width:75%;
margin: auto;
margin-top: 20px;
}
/***********contact us*************/
.contacts_forms{
margin: auto;
margin-left: 3px;
}
/***************search products*******************/
.search_result{
margin-left: 84px;
}

}

@media only screen and (min-width: 576px) and (max-width:768px)
{
.banner{
display: none;
}
.about_conter{
display: none;
}
.heading_pcc{
display: none;
}
.heading {
  font-size: 24px;
margin-bottom: 10px;
}
.tsp_aa{
  margin-left: -3px;
}
.list-pchead{
display:block;
width: 100%;
margin: auto;
}
.list_pc {
display: block;

}
.ropc {
 margin: auto;
 margin-top: 20px;
}
/***** Top search  ***/
.cate_bigbox {
margin: auto;
margin-top: 20px;
  margin-left: 20px;
display: block;
}
/******** Rol ************/
.rol {
margin: auto;
margin-top: 20px;
}
/***********contact us*************/
.contacts_forms{
margin: auto;
margin-left: 3px;
}/***************search products*******************/
.search_result{
margin-left: 29px;
}

}

@media only screen and (min-width: 768px) and (max-width:991px)
{
.banner{
display: none;
}
.about_conter{
display: none;
}
.heading_pcc{
display: none;
}
.heading {
  font-size: 21px;
margin-bottom: 10px;
}
.list_pc {
display: block;
}
.tsp_aa{
  margin-left: -10px;
}
.list-pchead{
display:block;
width: 100%;
margin: auto;
margin-top: 20px;
}
.ropc {
 margin: auto;
 margin-top: 20px;
 display: none;
}
/***** Top search  ***/
.cate_bigbox {
margin: auto;
margin-top: 20px;
  margin-left: 20px;
}
/******** Rol ************/
.rol {
margin: auto;
margin-top: 20px;
}
/***********contact us*************/
.contacts_forms{
margin: auto;
margin-left: 3px;
}/***************search products*******************/
.search_result{
margin-left: 0px;
}
}





@media only screen and (min-width: 280px) and (max-width:991px)
{
.no_mobile{
display: none;
}
.navbar-nav {
  margin-left: 0px;
}
.no_desktop{
  display: block;
}
.navbar_box{
  margin-bottom: 8px;
}
#navbar_main{
  padding: 49px 0px 0px 0px;
}
.heading{
  padding: 10px 0px 10px 0px;
}
.mobile_box{
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 7px;
}
}
@media only screen and (min-width: 992px) and (max-width:15000000px)
{
.no_desktop{
display: none;
}
  .footer_img{
      width: 30%;
      margin: auto;
      margin-bottom: 10px;
    }
}



@media only screen and (min-width: 280px) and (max-width:480px)
{
  
  .footer-top {
      padding-top: 60px;
    }
    .footer-top .widget-title {
      color: #21598e;
      margin-top: 25px;
      margin-bottom: 15px;
    }
    .newsletter-widget{
      padding: 0px 20px;
    }
    .footer_img{
      width: 60%;
      margin: auto;
      margin-bottom: 10px;
    }
  
}
@media only screen and (min-width: 480px) and (max-width:576px){
  .footer-top {
      padding-top: 60px;
    }
    .footer-top .widget-title {
      color: #21598e;
      margin-top: 25px;
      margin-bottom: 15px;
    }
    .newsletter-widget{
      padding: 0px 20px;
    }
    .footer_img{
      width: 60%;
      margin: auto;
      margin-bottom: 10px;
    }
}
@media only screen and (min-width: 576px) and (max-width:768px){
  .footer-top {
      padding-top: 60px;
    }
    .footer-top .widget-title {
      color: #21598e;
      margin-top: 25px;
      margin-bottom: 15px;
    }
    .footer_img{
      width: 70%;
      margin: auto;
      margin-bottom: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width:991px){
  .footer-top {
      padding-top: 60px;
    }
    .footer-top .widget-title {
      color: #21598e;
      margin-top: 25px;
      margin-bottom: 15px;
    }
    .footer_img{
      width: 65%;
      margin: auto;
      margin-bottom: 10px;
    }
}




/* category */

.top_subbox {
  padding: 10px;
  background-color: #f7f7f70d;
  margin: auto;
  width: 305px;
  margin-bottom: 20px;
  box-shadow: inset 0 -3em 3em rgba(79, 79, 79, 0.09), 0 0 0 2px rgba(238, 238, 238, 0.11), 0.3em 0.3em 1em rgba(255, 255, 255, 0.11);
}
  .index_a, .index_a:hover {
  text-decoration: none;
  color: black;
}
.img_topbox {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.top_img {
  width: 100%;
  padding: 8px;
margin: auto;
}
.top_prosub {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #555;
  width: 100%;
  margin: auto;
    margin-top: auto;
    margin-bottom: auto;
  margin-top: 13px;
  margin-bottom: 9px;
}
.top_a, .top_a:hover {
  text-decoration: none;
  color: #e1b526;
  font-weight: 600;
  display: inline-block;
  margin-right: 27px;
  padding: 3px 7px;
  border-radius: 27px;
}
.top_a, .top_a:hover {

  font-size: 15px;
  
}



.footer-area {
  background-color: #fff;
  border-top: 3px solid #21598e;
  padding: 50px 0 0;
  height: 0;
}
.copyright-area {
    margin-top: 35px;
    background-color: #21598e;
    padding-top: 10px;
    padding-bottom: 10px;
  
}
footer .widget-title {
  color: #21598e;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 1.3rem;
}
.ftr-clr {
  color: #666;
}
.ftr-clr:hover{
  color: #21598e;
}
footer .widget-title {
  color: #21598e;
  font-size: 1.5rem;
  margin: 10px 0 5px 0
}
.link-parts {
  list-style: none;
  color: white;
  padding-left: 0px;
}

.link-partss {
  list-style: none;
  color: #555;
  padding-left: 0px;
  /* list-style-type: square; */
}
.link-part{
  list-style: none;
  color: black;
  padding-left: 0px;
  /* list-style-type: square; */
}

/* footer */
.part{
  display: inline-block;
}
.ftr-clrr {
  display: inline-block;
  color: #666;
  vertical-align: text-top;
  width: 92%;
}
.ftr-clrr:hover{
  color: #21598e;
}
/* category */
.parrt{
  display: inline-block;
}
.ftrr-clrr {
  display: inline-block;
  color: #666;
  vertical-align: text-top;
  width: 87%;
  padding: 0px 12px 10px 0px;
}
.ftrr-clrr:hover{
  color: #21598e;
}

/* catalogs */
.pparrt{
  display: inline-block;
}
.fftrr-clrr {
  display: inline-block;
  color: #666;
  vertical-align: text-top;
  width: 92%;
}
.fftrr-clrr:hover{
  color: #21598e;
}




/*******************Range of lab Equipments *******************************/
.heading{
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  color: #555;
  margin-top: 0px;
}
.product {
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  margin-top: 15px;
  width: 93%;
  margin: auto;
    margin-top: auto;
  margin-top: 20px;
  box-shadow: inset 0 -3em 3em rgba(0, 0, 0, 0.09), 0 0 0 2px rgba(238, 238, 238, 0.11), 0.3em 0.3em 1em rgba(255, 255, 255, 0.11);
  background-color: #f7f7f74a;
}
.product .imgbox {
  height: 100%;
  box-sizing: border-box;
}
.line_line{
  border-top: #2b5db2 1px solid;
  margin-top: 70px;
}
.alp{
  display: block;
  width: 65%;
  margin: 30px 0px;
  margin: auto;
    margin-top: auto;
    margin-bottom: auto;
  margin-top: 40px;
  margin-bottom: 66px;
}
.specifies {
  position: absolute;
  width: 100%;
  bottom: -52px;
  background: #c8c8c8;
  padding: 9px;
  box-sizing: border-box;
  transition: .5s;
}
.specifies:hover {
  background: #c8c8c8;
  color: #333;
}
.product:hover .specifies {
  bottom: 0
}
.specifies h2 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  width: 100%
}
.specifies h2 span {
  font-size: 15px;
  color: #ccc;
  font-weight: normal
}
.specifies .price {
  position: absolute;
  top: 12px;
  right: 25px;
  font-weight: bold;
  color: #000;
  font-size: 30px
}
label {
  display: block;
  margin-top: 5px;
  font-weight: bold;
  font-size: 15px;
  color: #555;
}
.alp_text_mobile{
  display: none;
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px 15px;
  text-align: center;
  color: #2d307f;
}
.alp_text,.alp_text:hover{
  color: #20588e;
  text-decoration: none;
  font-size: 16px;
text-align: center;
margin-bottom: 0px;
}
.alp_a,.alp_a:hover{
  color: #555;
  text-decoration: none;
  font-size: 15px;
}
.alp_view,.alp_view:hover{
  background-color: #ffff;
  color: #2b5db2;
  border-radius: 35px;
  padding: 3px 15px;
  margin: 15px 0px 10px 0px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.cate_bigbox  .cate_bigbox::before{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 0;
  content: '';
  width: 100%;
  border-left: 1px solid #12cfe0;
  border-right: 1px solid #12cfe0;
}