.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: 'Fahkwang', sans-serif;

    font-family: 'Public Sans', sans-serif;

    font-family: 'Rajdhani', sans-serif;

    font-family: 'Roboto', sans-serif;

    font-family: 'Roboto Condensed', sans-serif;
}
.top_menu{
    font-size: 14px;
    width: 100%;
    background-color: #204ca340;
    color: #666;
    border-bottom: 1px solid #f1f1f1;
    font-weight: 500;
  }
  .top_welcome {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 9px;
  }

.cf {
    width: 100%;
    margin: auto;
    text-align: center;
}
.header-top-menu.sticker.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
    -webkit-animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
    animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
  }
  .theme-bg {
    background: #1394ce;
    height: 44px;
  }
.searchfrm input {
    border: 1px solid #8c8989b5;
    font: 12px;
    margin: auto;
    padding: 5px 12px;
    width: 80%;
    margin-right: -150px;
    margin-top: 36.5px;
    background-color: #fff;
    border-radius: 3px;
  }
  .searchfrm button {
    border: none;
    color: #fff;
    padding: 5px;
    box-shadow: 0 0 1px #0697d7;
    background-color: #0697d7;
    width: 49px;
    margin-left: 97px;
    border-radius: 3px;
  }
  .nav_info {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: auto;
      margin-top: auto;
      margin-top: 28px;
      color: #0d1231;
    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: 0PX;
    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: #0d1231;
}

#sidebar {
    height: 250px;
    width: 10px;
    position: fixed;
    text-align: center;
    padding: 10px;
    margin-left: 10px;
    z-index: 9999;
    top: 400px;
  }
  p i {
    left: 30px;
    position: relative;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
  }
  .social {
    margin-left: -200px;
    width: 230px;
    padding: 0;
    display: inline-table;
    height: 0px;
    box-shadow: 0px 0px 6px 0px #3E3D3D;
    cursor: pointer;
    color: #ffff;
    margin-top: 5px;
  }
  .call,.call:hover{
    background-color: #0697d7;
    color: #ffff;
    text-decoration: none;
  }
  .whatsapp, .whatsapp:hover{
    background-color: #25D366;
    color: #ffff;
    text-decoration: none;
  }
  .social:hover {
    margin-left: -30px;
    width: 230px;
  }
  .icon_slider{
    margin-bottom: 0px;
    padding: 5px ;
  }
  .fa-phone, .fa-whatsapp ,.fa-envelope{
    margin-right: 0px;
    font-size: 20px;
    margin-bottom: 5px;
    color: #ffff;
  }
.mail{
  background-color: #0d1231;
}
.mal{
  padding-right: 15px;
}
.fa-whatsapp{
    text-align: center;

margin-bottom: 2px;
}
.fa-phone{
    font-size: 16px;
text-align: center;
padding-left: 5px;
}
.fa-envelope{
    font-size: 16px;
text-align: center;
}

.form-control {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    border-radius: 0px;
}
.modal-footer{
    padding: 20px;
    display: block;
    border-radius: 0px;
    border: 0;
}
/**************************  Scroll to Top  ************************************/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #0697d7;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  
  #myBtn:hover {
    background-color: #0d1231;
  }
/*********************************************  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: #fcfcfc;
  
}
.navbar-nav {
    display: flex;
    list-style: none;
    font-weight: 600;
    margin: 0px 143px 1px -30px;
}




.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: #0697d7;
} 
.top_navbar{
    padding: 0px 0px;
    border-bottom: 1px solid rgb(255, 255, 255);
    background-color: #fff;
}
.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: 17px;
  margin: 0px 2px;
  }
.quote_btn{
    font-size: 15px;
    background-color: #0d1231f2;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0px;
    position: absolute;
    right: 10% !important;
    top: 37px;
    margin-right: -80px;
    padding: 5px 15px;
    box-shadow: 1.5px 0.5px 0px 0.5px #0d12317a;
}
.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-left: 64px;
    background-color: #0d1231;
    color: white;
    width: 222px;
    border-radius: 3px;
}
.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: #ffffff;
    top: 29px;
}
.cat_burger span:nth-child(2){
	top: 19px;
}
.cat_burger span:nth-child(3){
    top: 24px;
}

.cat_menu_text{
	font-size: 17px;
	font-weight: 400;
	color: #FFFFFF;
	text-transform: uppercase;
}
.cat_menu_container ul{
    display: block;
    position: absolute;
    top: 100%;
    left: 40px;
    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: #0697d7;
}
.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: #0697d7;
}
.main_nav_dropdown li:hover{
	color: #0697d7;
    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;
}








/* ============ 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;
    border-top: 1px solid #f0f0f0;
    border-bottom: 3px solid #0697d7;
}
.nav-link{
    color: #0d1231;
}
.nav-link:hover{
	color: #0697d7;
}

.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: #2f4ba6;
  }
  .top_bar_user a:not(.dropdown-item) {
    font-size: 17px;
    line-height: 34px;
    color: #666;
    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: #0D1231;
    font-weight: 500
  }
  .labnics-info-icon {
    font-size: 18px;
    color: #0D1231;
  }
  .info_text {
    margin-left: 5px;
    margin-right: 10px;
 color: #0d1231;;
  }
  .labnics_info a {
    color: #111;
    text-decoration: none;
  }
  .labnics-info-icon {
    font-size: 18px;
    color: #0697d7;
  }


  
@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;
}

.phone_nav{
    background-color: #0697d7;
}
#navbar_main{
    background-color: #0697d7;
    padding: 49px 0px 0px 40px;
    font-weight: bold;
}
.cf {
    width: 90%;
    margin: auto;
    margin-bottom: 3px;
     
}
.logo{
    display: none;
    margin-left: 13px;
}

.logop_1{
    display: block;
    width: 155px;
}
.searchfrm input{
    width: 100%;
}
.nav_li{
    margin-top: 12px;
}
.quote_btn {
    background-color: #0d1231;
    color: rgb(255, 255, 255);
    font-weight: 500;
    margin-bottom: 0px;
    border-radius: 2px;
    top: 124px;
    font-size: 13px;
    margin-right: 31px;
    padding: 2px 12px;
}
.searchfrm button {
    background-color:#0d1231 ;
    margin-bottom: 25px;
}
.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;
  }
}

@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: #0697d7;

    font-weight: bold;
}
.phone_nav{
    background-color: #0697d7;
}
.cf {
    width: 90%;
    margin: auto;
    margin-bottom: 3px;
     
}
.logo{
    display: none;
    margin-left: 13px;
}
.logop_1{
    display: block;
    width: 170px;
    margin-left: 45px;
}
.searchfrm input{
    width: 100%;
}
.nav_li{
    margin-top: 12px;
}
.quote_btn {
    background-color: #0d1231;
    color: rgb(255, 255, 255);
    font-weight: 500;
    margin-bottom: 0px;
    border-radius: 2px;
    position: absolute;
    top: 121px;
    font-size: 13px;
    margin-right: 85px;
    padding: 4px 12px;
}
.searchfrm button {
    background-color:#0d1231 ;
    margin-bottom: 25px;
}
.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: 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: #0697d7;

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

}
.logop_1{
    display: block;
    width: 169px;
    margin-left: 15px;
}
.searchfrm input{
    width: 100%;
    margin-bottom: 20px;
}
.searchfrm input{
    margin-top: 22.5px;
}
.nav_li{
    margin-top: 12px;
}
.quote_btn {
    background-color: #0d1231;
    color: rgb(255, 255, 255);
    font-weight: 500;
    margin-bottom: 0px;
    border-radius: 2px;
    position: absolute;
    top: 103px;
    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:#0d1231 ;
}
}
@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: #0697d7;

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

}
.logop_1{
    display: block;
    width: 220px;
    margin-left: 20px;
    padding: 0px 9px;
  }

.searchfrm input{
    width: 100%;
    margin-bottom: 25px;
}
.nav_li{
    margin-top: 12px;
}
.searchfrm button {
    background-color:#0d1231 ;
}
.quote_btn {
    background-color: #0d1231;
    color: rgb(255, 255, 255);
	font-weight: 500;
	margin-bottom: 0px;
	border-radius: 2px;
    position: absolute;
    top: 128px;
    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:1400px)
{

	.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: #0d1231;
    }
    .list_pbc > a:hover{
        color: #0697d7;
    }
    .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: 500;
        color: #0d1231;
        margin-bottom: 25px;
        float: right;
        width: 100%;
        margin-top: -10px;
        padding: 10px 0px 10px 31px;
        border-bottom: 3px solid #0697d7;
        float: left;
        margin-top: 20px;
    }

    .heading_{    
        font-size: 25px;
        font-weight: 500;
        color: #0d1231;
        padding-bottom: 10px;
        float: left;
        width: 100%;
        margin-top: 15px;
        padding-top: 10px;
        border-bottom: 3px solid #0697d7;
        padding-left: 22px;
        margin-bottom: 27px;
    }
    .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:hover{
        color: #fff;
        background-color: #0697d7;
    }
    .tsp_p{
        padding-top: 15px;
        margin-bottom: 0px;
        padding-bottom: 15px;
        background-color: #fff;
        border-top: 1px solid #ccc;
    }
.ropc{
    border: 1px solid #e5e5e5;
    text-align: center;
	margin-bottom: 10px;
	padding: 0px 0px;
    border-radius: 3px;
}
.ropc:hover{
    border: 1.5px solid rgb(243, 241, 241);
    text-align: center;
	margin-bottom: 10px;
	padding: 0px 0px;
}
.ropc_text {
    font-size: 16px;
    text-decoration: none;
    color: #0D1231;
    font-weight: 500;
}

.ropc_text:hover{
    color: #0d1231;
}

.pc_img{
	width: 100%;
	padding: 35px;
    background-color: #fff;
}


.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: #0d1231;
    font-size: 35px;
  }


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



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

.cate_bigbox{
    border: 1px solid #eaeaea;
    padding: 15px 15px 78px 15px;
    margin-bottom: 20px;
    margin-left: 20px;
    background-color: #fbfbfb;
    border-radius: 3px;
	text-align: center;
	box-shadow: 0.5px 0.5px 0.5px 0.5px rgb(254, 254, 254);
    /* padding: 10px 5px; */
	
    /* margin-bottom: 25px; */
}

.category_box{
    text-align: center;
    padding: 10px 5px;
}
.tsp_a{
	color: #012169;
}
.tsp_aaa{
    color: #0b7caede;
    margin: auto;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 500;
    margin-top: 10px;
    float: left;
    margin-left: -2px;
}
.tsp_aa{
    color: #0D1231;
    margin: auto;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 500;
    margin-top: 10px;
    float: left;
    margin-left: -5px;
}
.tsp_img{
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #eaeaea;
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}
.tsp_text{
    font-size: 13px;
    color: rgb(36, 36, 36);
	font-weight: bold;
}
.text-right{
    text-align: right;
}
.tsp_a{
    color: #0d1231;
    text-decoration: none;
    font-weight: 500;
	text-align: center;
}



/************************** Laboratory Instruments ********************************/
.back_cc{
    background-color: #fafafa;
    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: #0d1231;
}
.li_heading{
    color: #0d1231;
}
.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:5000px)
{
	.lx{
		width:20%;
	}
    .close_x {
		display: none;
	}                   

}









/* GET QOUTE */


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

.BBB{
    margin-right: 190px;
}

.mobile_box{
    border-bottom: 1px solid #e7e7e7;
}




/********************************* footer heading **************************************/
.bg-footer{
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #031963), color-stop(120%, #0697d7)); */
    padding: 55px 35PX 45PX 35PX;
    margin-top: 30px;
    background-color: #dbdbdb47;
    border-top: 1px solid #0d123191;
}
.footer_logo{
    width: 47%;
    margin-top: -35px;
    margin-left: 32px;
    margin-bottom: -10px;
  }
.footer_text{
	color: #0d1231;
	text-align: justify;
	padding-right: 60px;
	margin-top: 16px;
}
.footer_lihead{
	font-size: 22px;
	font-weight: 600;
	color: #0697d7;
    list-style: none;
    list-style: none;
border-bottom: 2px dotted #0d1231;
width: 66%;
}
.footer_litext {
	color: #0d1231;
	padding-top: 5px;
	padding-bottom: 2px;
	text-decoration: none;
    list-style: none;
}
.footer_litext > a{
	color: #0d1231;
	padding-top: 10px;
	padding-bottom: 2px;
	text-decoration: none;
}
.footer_litext > a:hover{
    color: #0697d7;
}
.bg-copy{
    background-color: #0d1231;
    padding: 12px;;
    text-align: center;
    color: #ffff;
}
.footer-links a:hover{
    color: #0697d7;
}
.footer_litext:hover{
    color: #0697d7;
}
.pcopy{
	margin-bottom: 0px;
	text-decoration: none;
    color: #fff;
}
.pcopy:hover{
    color: #fff;
}
.footer-links {
    list-style: none;
  }
  
.footer-links li {

    display: block;

}
.footer_text {

    color: #0d1231;
    text-decoration: none;
    margin-top: 10px;
    text-decoration: none;

}.footer-links a {
    color: #0d1231;
  }



@media only screen and (min-width: 280px) and (max-width:991px){
    .nav_info{
        display: none !important;
    }
    .no_desktop{
        display: none !important;
    }
    .no_mobile{
        display: none !important;
    }
    .back_c{
        background-color: #fff;
        border-top: 1px solid #e9e9e9;
    }
    .close_x {
		display: block;
	}
 
    .navbar-nav .nav-link{
        float: left;
    }
    #navbar_main{
        background-color: white;
    }
    .ccc{
        border-bottom: 1px solid #e9e9e9; 
    }
}


@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: 0px -5px 1px 1px;
    }
    .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{
        width: 202px;
        margin-left: 10px;
        padding: 13px 13px 13px 35px;
    }
    .cat_burger span {
        left: 40px;
        width: 2%;
    }
}
@media only screen and (min-width: 1018px) and (max-width:1030px){
    .navbar-nav {
        padding-left: 1px;
        margin: 0px 3px 0px 19px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
      }
      .cat_menu_container{
        width: 202px;
        margin-left: 10px;
        padding: 13px 13px 13px 35px;
    }
    .cat_burger span {
        left: 40px;
        width: 2%;
    }
}
@media only screen and (min-width: 1031px) and (max-width:1041px){
    .navbar-nav {
        padding-left: 1px;
        margin: 0px 28px  0px 0px;
    }
    .cat_menu_container{
        width: 202px;
        margin-left: 10px;
        padding: 13px 13px 13px 35px;
    }
    .cat_burger span {
        left: 40px;
        width: 2%;
    }
    /* .navbar-nav > li > a {
        margin: 0px 3px;
    } */
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
      }
}
@media only screen and (min-width: 1042px) and (max-width:1062px){
    .navbar-nav {
        padding-left: 1px;
        margin: 0px 33px  0px 0px;
    }
    .cat_menu_container{
        width: 202px;
        margin-left: 10px;
        padding: 13px 13px 13px 35px;
    }
    .cat_burger span {
        left: 40px;
        width: 2%;
    }
    /* .navbar-nav > li > a {
        margin: 0px 3px;
    } */
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
      }
}
@media only screen and (min-width: 1062px) and (max-width:1082px){
    .navbar-nav {
        padding-left: 1px;
        margin: 0px 50px 0px 0px;
    }
    .cat_menu_container{
        width: 202px;
        margin-left: 10px;
        padding: 13px 13px 13px 35px;
    }
    .cat_burger span {
        left: 40px;
        width: 2%;
    }
    /* .navbar-nav > li > a {
        margin: 0px 3px;
    } */
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
      }
}
@media only screen and (min-width: 1082px) and (max-width:1099px){
    .navbar-nav {
        padding-left: 1px;
        margin: 0px 60px 0px 0px;
    }
    .cat_menu_container{
        width: 202px;
        margin-left: 10px;
        padding: 13px 13px 13px 35px;
    }
    .cat_burger span {
        left: 40px;
        width: 2%;
    }
    /* .navbar-nav > li > a {
        margin: 0px 3px;
    } */
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
      }
}


@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: 0px 16px 1px 0px;

    }
    .cat_menu_container{
        width: 202px;
        margin-left: 10px;
        padding: 13px 13px 13px 35px;
    }
    .cat_burger span {
        left: 40px;
        width: 22px;
    }
}
@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: 0px 16px 1px 0px;

    }
    .cat_menu_container{
        width: 202px;
        margin-left: 10px;
        padding: 13px 13px 13px 35px;
    }
    .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: 0px 45px 1px 0px;

    }
    .cat_menu_container{
        width: 202px;
        margin-left: 10px;
        padding: 13px 13px 13px 35px;
    }
    .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: 0px 50px 1px 0px;

    }
    .cat_menu_container{
        width: 202px;
        margin-left: 10px;
        padding: 13px 13px 13px 35px;
    }
    .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: 0px 55px 1px 0px;

    }
    .cat_menu_container{
            width: 205px;
            margin-left: 20px;
            padding: 13px 13px 13px 40px;
          }
    
    .cat_burger span {
        left: 55px;
        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: 0px 60px 1px 0px;

    }
    .cat_menu_container{
            width: 205px;
            margin-left: 20px;
            padding: 13px 13px 13px 40px;
          }
    
    .cat_burger span {
        left: 55px;
        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: 0px 65px 1px 0px;

    }
    .cat_menu_container{
            width: 205px;
            margin-left: 20px;
            padding: 13px 13px 13px 40px;
          }
    
    .cat_burger span {
        left: 55px;
        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: 0px 70px 1px 0px;

    }
    .cat_menu_container{
            width: 205px;
            margin-left: 20px;
            padding: 13px 13px 13px 40px;
          }
    
    .cat_burger span {
        left: 55px;
        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: 0px 75px 1px 0px;

    }
    .cat_menu_container{
            width: 205px;
            margin-left: 20px;
            padding: 13px 13px 13px 40px;
          }
    
    .cat_burger span {
        left: 55px;
        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: 0px 80px 1px 0px;

    }
    .cat_menu_container{
            width: 205px;
            margin-left: 20px;
            padding: 13px 13px 13px 40px;
          }
    
    .cat_burger span {
        left: 55px;
        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: 0px 80px 1px 0px;

    }
    .cat_menu_container{
        width: 243px;
        margin-left: 30px;
        padding: 13px 13px 13px 45px;
          }
    
    .cat_burger span {
        left: 70px;
        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: 0px 100px 1px 0px;

    }
    .cat_menu_container{
        width: 243px;
        margin-left: 30px;
        padding: 13px 13px 13px 45px;
          }
    
    .cat_burger span {
        left: 70px;
        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: 0px 110px 1px 0px;

    }
    .cat_menu_container{
        width: 243px;
        margin-left: 30px;
        padding: 13px 13px 13px 45px;
          }
    
    .cat_burger span {
        left: 70px;
        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: 0px 120px 1px 0px;

    }
    .cat_menu_container{
        width: 243px;
        margin-left: 30px;
        padding: 13px 13px 13px 45px;
          }
    
    .cat_burger span {
        left: 70px;
        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: 0px 130px 1px 0px;

    }
    .cat_menu_container{
        width: 243px;
        margin-left: 30px;
        padding: 13px 13px 13px 45px;
          }
    
    .cat_burger span {

        left: 70px;
        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: 0px 170px 1px 0px;

    }
    .cat_menu_container{
        width: 243px;
        margin-left: 30px;
        padding: 13px 13px 13px 45px;
          }
    
    .cat_burger span {
        left: 70px;
        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: 0px 180px 1px 0px;

    }
    .cat_menu_container{
        width: 243px;
        margin-left: 30px;
        padding: 13px 13px 13px 45px;
          }
    
    .cat_burger span {
        left: 70px;
        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: 0px 130px 1px 0px;

    }
    .cat_menu_container{
        width: 243px;
        margin-left: 30px;
        padding: 13px 13px 13px 45px;
          }
    
    .cat_burger span {
        left: 70px;
        width: 2%;
    }
}
/****************************************** responsive ***************************************/


@media only screen and (min-width: 280px) and (max-width:480px)
{
.logo{
	display: none;
}
.banner{
	display: none;
}
.about_conter{
	display: none;
}
.heading_pc{
	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: 20px;
}
/******** Rol ************/
.rol {
  width: 280px;
  margin: auto;
  margin-top: 20px;
}
/***********contact us*************/
.contacts_forms{
	margin: auto;
	margin-left: 3px;
}
/***************search products*******************/
.search_result{
	margin-left: 42px;
}
/*******************search bar********************/
.search{
	display: block;
	margin-top: 20px;
   text-align: center;
}
.searchfrm{
	margin-bottom:10px;
	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_pc{
	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_pc{
	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_pc{
	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;
}
#navbar_main{
    padding: 49px 0px 0px 0px;
}
.heading{
    padding: 10px 0px 10px 0px;
}
.navbar_color{
border-bottom: 1px solid #f0f0f0;
}
}
@media only screen and (min-width: 992px) and (max-width:1440px)
{
	.no_desktop{
display: none;
	}
}
 .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;
  }