 @import url('https://fonts.googleapis.com/css2?family=Archivo&family=Roboto+Condensed&family=Roboto:wght@500&family=Rubik&display=swap');


font{
    font-family: 'Archivo', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
    font-family: 'Rubik', sans-serif;
}

 /* Chrome, Edge, and Safari */
 *::-webkit-scrollbar {
    width: 8px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #00a9f0;
    border-radius: 10px;
    border: 3px solid #ffffff;
  }

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.top-head-part-section{
    background-color: #00a9f0;
    padding: 5px     ;
}
.header-section{
     
    display: flex;
    align-items: center;  
    justify-content: space-between;
}

.header-logo .logo-image{
    width:300px;
}
.header-logo .logo-image img{
    width: 100%;
    object-fit: cover;
}
.gama{
    display: none;
}
.header-section .header-nav{
    margin:0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-section .header-nav .nav-menu{
    display: flex;
    list-style-type: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    padding-left: 0px;
}

.header-section .header-nav .nav-menu .nav-list .ben { 
    padding: 10px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
}
.header-section .header-nav .nav-menu .nav-list:hover .ben{
    /* background-color: ; */
    transition: all .2s ease-in-out;
}
 .header-getin{
    display: flex;
}
 .header-getin .getin{
    display: flex;
    justify-content: center;
    align-items: center; 
}
.header-getin .getin a{
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 20px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px;
}
.dropdown-toggle{
    margin: 10px;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    /* color: #000; */
    font-weight: 600;
    font-family: 'Archivo', sans-serif;
}
.dropdown-toggle:hover{
    color: #fff;
    transition: all .2s ease-in-out;
}
.dropdown-menu{
    color: #000;
    padding: 20px !important;
    overflow: auto;
}
.dropdown-item{
   display: flex;
   align-items: center;
   padding: 10px;
   white-space:inherit !important;
}
.dropdown-item:hover{
    background-color: #fff !important;
}
.dropdown-item a{
    text-decoration: none;
    color: #000;
    display: block;
}
.dropdown-item a .fa-circle-dot{
    font-size: 10px;
}
.dropdown-item a:hover{
    color: #000;
}
.bars{
    display: none;
}
.menu-line {
    display: inline-block;
    cursor: pointer;
  }
  
  .bar1, .bar2, .bar3 {
    width: 30px;
    height: 3px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}
  
  .change .bar1 {
    transform: translate(0, 9px) rotate(-45deg);
  }
  
  .change .bar2 {opacity: 0;}
  
  .change .bar3 {
    transform: translate(0, -9px) rotate(45deg);
  } 
  

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: transparent;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out;

}
.offcanvas.show {
    transform: none;
    background-color: transparent;
    border: none;
}
.offcanvas-top {
    top: 10px !important;
    right: 0;
    left: 0;
    height: 50vh !important ;
    max-height: 100%;
    border-bottom:none;
    transform: translateY(-100%);
}
.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    margin: 0px 50px;
    background-image: linear-gradient(to bottom, #ffffff,#00a9f0);
}
.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 28px;
    margin-left: 50px;
}
.modal-backdrop.fade {
    opacity: 0 !important;
}
.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
    margin: 0px 50px;
    border: 1px solid darkgray;
    background-color: #ffff;
}
.offcanvas-body .nav-menu2{
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.offcanvas-body .nav-menu2 .nav-list2{ 
   display: block;
   padding: 5px;
   border-bottom: 1px solid #dddddd;
}
.offcanvas-body .nav-menu2 .nav-list2 a{
    text-decoration: none;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    display: block;
}



.labo-tag{
    display: flex;
    justify-content: flex-end;
    display: none;
    margin-bottom: 10px;
    
}
.labo-tag a {
    text-decoration: none;
    color: #00a9f0;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    border: 2px solid #019587;
    padding: 3px 20px;
    border-radius: 50px;
    display: block; 
}
.top-head-section{
    padding: 10px;
}
.search-section-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}


  


.search-section-logo .phone{
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column;
    justify-content: center;
    align-items: center; */
}

.search-section-logo .phone .call{
    margin: 0px 20px;
    display: flex;
    align-items:center ;
}
.search-section-logo .phone .call .inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.search-section-logo .phone .call .inner p{
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 13px;
}
.search-section-logo .phone .call a{
    text-decoration: none;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    padding: 0px;
}
.search-section-logo .phone .call i{
    font-size: 25px;
    color: #68b401;
    margin-right: 10px;
}
.search-section-logo .phone .email{
    display: flex;
    align-items:center ;
}
.search-section-logo .phone .email a{
    text-decoration: none;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
.search-section-logo .phone .email .inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.search-section-logo .phone .email i {
    font-size: 25px;
    color: #00a9f0;
    margin-right: 10px;
}
.search-section-logo .phone .email .inner p{
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 13px;
}

.search-form{
    margin: 0px 20px;
    padding: 10px;
    width: 30%;
}

.head-search {
    display: flex;
    width: 100%;
}



.head-search form {
    background-color: #fff;
    border: 1px solid #00a2ff;
    width: 100%;
    display: flex;
    border-radius: 50px;
}

.head-search form input {
    border: none;
    font-size: 15px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 0px 10px;
    width: 100%;
}

.head-search form input::placeholder {
    color: #444;
    font-size: 15px;
    font-style: italic;
    font-weight: 500;
}

.head-search form input:focus {
    border: none;
    outline: none;
}

.head-search form .btn{
    background-color: #00a2ff;
    border-radius: 50px;
    padding: 5px 30px;
    color: #fff;
    font-size: 15px;
}













.banner-section .banner-image img{
    width: 100%;
    object-fit: cover;
    height: inherit;
}
.delta{
    display: none;
}
.banner-section  .our-product-list{
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}
.banner-section  .our-product-list .our-product-items{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    border: 1px solid #dddddd;
    width: 100%;
}
.banner-section  .our-product-list .our-product-items h3{
    background-color: #00a9f0;
    padding: 10px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 0px;
}
.banner-section  .our-product-list .our-product-items a{
    text-decoration: none;
    color: #000;
    display: block;
    border: 1px solid #dddddd;
    padding: 5px 10px;
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
}
 
.category-section{
    padding: 20px 0px;
    margin-top: 20px;
}
.category-section .category-title {
    display: flex;
    flex-wrap: wrap;
    align-items:center ;
    justify-content: space-between;
}

.category-section .category-title h1{
    text-transform: uppercase;
    font-size: 23px;
    padding-left: 20px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0px;
}
.category-section .category-title h1 i{
    border: 1px solid;
    padding: 10px;
    border-radius: 50%;
    color: #00a9f0;
    font-size: 20px;
}
.category-section .category-title a{
  padding-right: 20px;
    text-decoration: none;
    color: #00a9f0;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
}

.category-product{
    padding: 20px 0px;
}

.category-product .card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none;
}

.category-product .card .card-image{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    box-shadow: 0px  0px 12px 2px #00000020;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.category-product .card .card-image img {
    width: 100%;
    object-fit: cover;
    padding: 40px;
    display: block;
    margin: 0px auto;
}
.category-product .card .card-title{
    margin: 10px;
    text-align: center;
}
.category-product .card .card-title h3{ 
    font-family: 'Roboto Condensed', sans-serif;
}

.category-product .card .card-title h3 a{
    color: #444;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    display: block;
}
.category-product .card .card-title h3 a:hover{
    color: #68b401;
}

.best-product{
    margin: 20px;
}
 

.best-productd-part2{
    padding: 20px 20px 0px ;
    box-shadow: 0px 0px 12px 2px #00000020;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.best-productd-part2 h1{
    text-transform: capitalize;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 2px double #00a9f0;
}
.best-productd-part2 .item{
    margin: 10px;
    background-color: #ffffff;
}
.best-productd-part2 .item h2{
    text-align: center;
    background-color: #00a9f0;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    text-transform: uppercase;
    border: 2px solid #00a9f0;
    box-shadow: 0px 2px 15px gray;
}
.best-productd-part2 .item .card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: -10px;
    border-bottom-right-radius: 0px;
    box-shadow: 2px 2px 15px grey;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.best-productd-part2 .item .card .card-head{
    background-color: #00a9f0;
}
.best-productd-part2 .item .card .card-image{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; 
}
.best-productd-part2 .item .card .card-image a{
    display: block;
    width: 60%;
    margin: 10px auto;
}
.best-productd-part2 .item .card .card-image img{
    width: 100%;
    object-fit: cover;
}

.best-productd-part2 .item .card  .card-title{
    margin: 0px 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
}
.best-productd-part2 .item .card  .card-title h6{
    text-align: center;
}
.best-productd-part2 .item .card .card-title p {
    line-height: 22px;
    text-align: justify;
    color: #666;
    padding:10px;
    margin-bottom: 0px;
    font-size: 14px;
    height: 150px;
    overflow: auto; 

   
}
.best-productd-part2 .item .card  .card-title h6 a{
    text-decoration: none;
    color: #000;
}

.best-productd-part2 .item .card .card-btn{
  margin-bottom: 20px;
  display: block;

}
.best-productd-part2 .item .card .card-btn a{
    text-decoration: none;
    color: #68b401;
    border: 2px solid #68b401;
    padding: 6px 20px;
    display: block;
    font-size: 15px;


}


.best{
    padding: 20px;
    box-shadow: 0px 0px 12px 2px rgb(212, 211, 211);
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.best .item{
    background-color: #ffffff;
    margin: 10px;
    position: relative;
    
}
.best .item::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 0px;
    background-color: #e0e0e0;;
}
.best h1{
    text-transform: capitalize;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 2px double #00a9f0;
}
.best .item .card{
    display: block;
    box-shadow: 0px 0px 12px 2px #00000020;
    border-top-right-radius: 50%;
}

.best .item .card .card-head{
    background-color: #00a9f0;
}
.best .item .card .card-image{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
   padding: 20px;
}
.best .item .card .card-image a{
    width: 50%;
    margin: 10px auto;
    display: block;
    padding: 10px;
}
.best .item .card .card-image img{
    width: 100%;
    object-fit: cover;
}

.best .item .card  .card-title{
    padding: 20px ;
    height: 150px;
    display: block;
    overflow: auto;
}

.best .item .card  .card-title h6 a{
    text-decoration: none;
    color: #000;
}
.best .item .card  .card-title p{
    color: #666;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 0px;
}

.best .item .card .card-btn{
  margin-bottom: 40px;

}
.best .item .card .card-btn a{
    text-decoration: none;
    color: #000;
    margin-left: 20px;
}
.best .item .card .card-btn a i{
    margin-left: 10px;
}

.latest-product{
    padding: 10px 0px;
}


.latest-product .product-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #00a9f0;
}
.latest-product .product-title h2{
    text-transform: uppercase;
    font-size: 23px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 0px;
}

.latest-product .product-title a{
    text-decoration: none;
    color: #00a9f0;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;

}
 

.latest-product .latest-box{
    display: flex;
    flex-wrap: wrap; 
    align-items: center;
   padding: 20px 0px;
}
.latest-product .latest-box .latest-items {
    display: flex;
    align-items: center;
    width: 32%;
    margin: 0px 5px 10px;
}

.latest-product .latest-box .latest-items .card{
    display: flex;
    flex-direction: column;
    border: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 1px solid #dddddd;
}

.latest-product .latest-box .latest-items .card .fa-file-lines {
    position: absolute;
    left: 30px;
    bottom: 15px;
    color: #00a9f0;
    font-size: 25px;
}

.latest-product .latest-box .latest-items .card .card-image{
    display: flex;
    justify-content: center;
    align-items: center; 
    padding: 20px;
    background-color: #eceff7;
    position: relative;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.latest-product .latest-box .latest-items .card .card-image a{
    display: block;
    width: 50%;
    margin: 0px auto;
}
.latest-product .latest-box .latest-items .card .card-image a img{
    width: 100%;
    object-fit: cover;
}
.latest-product .latest-box .latest-items .card .card-image::after{
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #eceff7;
    bottom: -20px;
    right: 0px;
}
.latest-product .latest-box .latest-items .card .card-image::before{
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #fff;
    bottom: -20px;
    right: 3px;
    z-index: 1;
    border-top-right-radius: 100px;
}
.latest-product .latest-box .latest-items .card .card-titles{
   padding: 20px;
    display: flex;
    flex-direction: column; 
    height: 250px;
    overflow: auto;
    margin-bottom: 10px;
}
.latest-product .latest-box .latest-items .card .card-titles h5 a{
    text-decoration: none;
    color: black;
    font-size: 15px;
    font-weight: 600;
}
.latest-product .latest-box .latest-items .card .card-titles p{
    color: #666;
    font-size: 14px;
    text-align: justify;
}
.latest-product .latest-box .latest-items .card .card-btn{
  margin: 10px 20px 10px;
    display: flex;
    justify-content: end;
    margin-right: 20px;
}

.latest-product .latest-box .latest-items .card .card-btn a {
    text-decoration: none;
    color: #ffffff;
    background-color: #00a9f0;
    padding: 8px 20px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 15px;
}


.related{
   padding: 20px 0px;
}
.related .related-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.related .related-title h2{
    text-transform: uppercase;
    font-size: 23px;
    font-family: 'Roboto', sans-serif;
   
}
.related .related-title a{
    text-decoration: none;
    color: #00a9f0;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
     
}

.related-products{ 
    padding: 20px 0px;
}
.related-products .products-items{
    display: flex; 
    align-items: center;
    flex-wrap: wrap;
}
.related-products .products-items .products-list{
    display: flex;
    align-items: center; 
    width: 20%;
    margin-bottom: 10px;
    padding: 5px;
}
.related-products .products-items .products-list .card{
    display: flex;
    justify-content: center;
    align-items:center;
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    overflow: hidden; 
    border: 1px solid #dddddd;
  
}
.related-products .products-items .products-list .card:hover {
    border: 1px solid #68b401;
}
.related-products .products-items .products-list .card::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 80%;
    z-index: -3;
    top: -120px;
    left: 0px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}
.related-products .products-items .products-list .card::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    background-color: #00a9f0;
    z-index: -3;
    top: -120px;
    left: 0px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    transition: all .6s ease-in-out;
}
.related-products .products-items .products-list .card:hover::after{
    height: 80%;
}
.related-products .products-items .products-list .card:hover .card-image{
    border: 2px dashed #00a9f0;
}

.related-products .products-items .products-list .card .card-image{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 10px;
    border: 2px dashed gray;
    padding: 15px;
    border-radius: 50%;
    background-color: #fff;
    width: 50%;
}

.related-products .products-items .products-list .card .card-image img{
    width: 100%;
    border: 1px solid;
    border-radius: 50%;
    padding: 10px;
    display: block;
    object-fit: cover;
}
.related-products .products-items .products-list .card .card-title{
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.related-products .products-items .products-list .card .card-title h6 {
    text-align: center;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px; 
}
.related-products .products-items .products-list .card .card-title h6 a{
    text-align: center;
    text-decoration: none;
    color: #495057;;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
}

.related-products .products-items .products-list .card .card-btn{
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.related-products .products-items .products-list .card .card-btn a{
    text-align: center;
    text-decoration: none;
    border: 1px solid #68b401;
    padding: 5px 20px;
    color: #68b401;
    font-size: 20px;
    text-transform: capitalize;
    font-family: 'Roboto Condensed', sans-serif;

}

.main-footer-section{ 
    margin-top: 20px;
    background-image: url('../images/logos/clean-medical-background-vector_53876-140865.avif');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    color: #000;
}
.footer-section{
    padding-top: 20px;
}
 
.company{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.company .company-image{
    /* width: 500px; */
    display: flex;
    justify-content: center;
}
.company .company-image img{
    width: 100%;
}
.company  .company-info{
    display: flex;
    justify-content: center;
    align-items: center;
   width: 80%;
   margin-bottom: 20px;
}
.company  .company-info p{
    color: #000;
    text-align: center;
    font-size: 15px;
    margin-bottom: 0px;
}
.footer-part{ 
    padding-bottom: 10px;
    border-bottom: 2px solid #ffffff;
}
.footer-part .location{
    display: flex;
    flex-direction: column;
    color: #000;
    border-right: 2px solid #fff;
    align-items: baseline;
    
}
.footer-part .location p{
    margin-bottom: 0px;
    font-family: 'Roboto Condensed';
    display: flex;
    align-items: baseline;
    font-size: 15px;
}
.footer-part .location p i{
    margin-right: 5px;
}
.footer-part .location h6 {
    font-size: 20px;
    font-family: 'Roboto';
    padding: 0px 10px;
}


.footer-part .location .connect{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.footer-part .location .connect p i{
    color: #000;
}


.footer-part .location .email a , .call a{
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-family: 'Roboto Condensed';
    padding: 0px 10px;
}
.footer-part .location .email a:hover , .call a:hover{
    color: #000;
}
.footer-part .location .email a i, .call a i{
    color: #000;
}

.footer-part .catagory-blog{
    display: flex;
    flex-direction: column;
    color: #000;
    border-right: 2px solid #fff;
     
}

.footer-part .catagory-blog h5 {
    font-size: 20px;
    font-family: 'Roboto';
}
.footer-part .catagory-blog ul{
    list-style: none;
    padding-left: 0px;
}
.footer-part .catagory-blog ul li a{
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-family: 'Roboto Condensed';
}

.footer-part .links{
    display: flex;
    flex-direction: column;
    color: #000;
    border-right: 2px solid #fff;
    padding: 0px 10px;
}
.footer-part .links h5 {
    font-size: 20px;
    font-family: 'Roboto';
}
.footer-part .links ul{
    list-style: none;
}
.footer-part .links ul li {

    margin-left: -30px;
}
.footer-part .links ul li a{
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-family: 'Roboto Condensed';
}
.footer-part .links ul li a i{
    font-size: 12px;
    display: none;
}
.footer-part .links ul li a i,.footer-part .social  ul li a i{
    font-size: 15px;
}

.footer-part .social{ 
    display: flex;
    flex-direction: column;
    color: #000;
    padding: 0px 10px;
    margin-top: 10px;
}
 
.footer-part .social ul{
    list-style: none;
    padding-left: 0px;
    display: flex;
}
.footer-part .social  ul li {
    display: block;
}
.footer-part .social  ul li a{
    text-decoration: none;
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
    font-family: 'Roboto Condensed';
    padding: 10px;
}
 
.footer-part .social  ul li a i{
    font-size: 20px;
}

.copy{
   display: flex;
   justify-content: center;
   align-items: center;
   margin-top: 10px;
}
.copy p{
    font-size: 16px;
    color: #000;
}

/* catagory-page */
.home{ 
 padding: 10px;
 background-color: #eceff7;

}
.home-icon-link,.home-icon-link:hover{
    color: #000;
    text-decoration: none;
}
.home-anch,.home-anch:hover{
    color: #00a2ff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}
.catagory{
    padding: 20px 0px;
}

.catagory .title {
    text-align: center;
    font-size: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0px;
}


.catagory-product{
    padding: 10px;
}

 

.catagory-product .catagory-box {
    columns: 4 0vh;
    margin: auto;
    column-gap: 10px;
}
.catagory-product .catagory-box .catagory-items{
    overflow: auto;
}

.catagory-product .catagory-box .catagory-items .card{
    display: flex;
    flex-direction: column;
    border: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
}


.catagory-product .catagory-box .catagory-items .card .card-image{
    display: flex;
    justify-content: center;
    align-items: center; 
    background-color: #eceff7;
    position: relative;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.catagory-product .catagory-box .catagory-items .card .card-image a{
    width: 40%;
    display: block;
    margin: 10px auto;
    padding: 10px;
}
.catagory-product .catagory-box .catagory-items .card .card-image a img{
    width: 100%;
    object-fit: cover;
}
.catagory-product .catagory-box .catagory-items .card .card-image::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #eceff7;
    bottom: -20px;
    right: 0px;
}
.catagory-product .catagory-box .catagory-items .card .card-image::before{
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #fff;
    bottom: -20px;
    right: 3px;
    z-index: 1;
    border-top-right-radius: 100px;
}
.catagory-product .catagory-box .catagory-items .card .card-titles{
    margin: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}
.catagory-product .catagory-box .catagory-items .card .card-titles h5{
    text-align: center;
}
.catagory-product .catagory-box .catagory-items .card .card-titles h5 a {
    text-decoration: none;
    color: #444;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.catagory-product .catagory-box .catagory-items .card .card-titles .sub-cat{
   display:flex ;
   flex-direction: column;
}

.catagory-product .catagory-box .catagory-items .card .card-titles .sub-cat a{
    text-decoration: none;
    color: #666;
    line-height: initial;
}
.catagory-product .catagory-box .catagory-items .card .card-titles .sub-cat a p{
    font-size: 15px;
    margin-bottom: 8px;
}
/* catagory-page */
/* sub-catagory-page */
    .sub-catagory{
    padding: 20px 0px;
    }

.sub-catagory .our-product-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.sub-catagory .our-product-list .our-product-items{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    border: 1px solid #dddddd;
    width: 100%;
}
.sub-catagory .our-product-list .our-product-items h3{
    background-color: #00a9f0;
    padding: 10px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0px;
}
.sub-catagory .our-product-list .our-product-items a{
    text-decoration: none;
    color: #000;
    display: block;
    border: 1px solid #dddd;
    padding: 5px 10px;
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
}

 

.sub-product{
 padding: 20px 0px;
}
.sub-product .title{
    display: block;
    padding: 10px;
}
.sub-product .title h2{
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    margin-bottom: 0px;
}
.sub-product .title h2 span{
    color: #000;
    font-size: 20px;
}
.sub-product  .sub-product-list{
    display: flex;
    flex-wrap: wrap;
}
.sub-product  .sub-product-list a{
    text-decoration: none;
    color: #000;
    border: 1px solid #00a9f0;
    margin: 5px;
    padding: 5px 10px;
}
.sub-product-marze{
   padding: 10px 0px;
}

.sub-product-box {
    columns: 3 0vh;
    column-gap: 10px;
}
.sub-product-item{
    border: 1px solid darkgray;
    padding: 10px;
    display: block; 
    overflow: auto;
    margin-bottom: 10px;
}
.sub-product-box .sub-product-item h5 a{
    color: #000;
   font-size: 16px;
   margin: 0px;
   text-align: center;
   display: block;

}
.sub-product-item .card{
    display: flex;
    flex-direction: column;
   padding-top: 10px;
    border: none;
}
.sub-product-item .card .card-image{
    display: flex;
    justify-content: space-evenly;
    align-items: center; 
}
.sub-product-item .card .card-image .card-img{
    width: 50%;
    display: block;
    margin: 0px auto;
    padding: 10px;
}
.sub-product-item .card .card-image img{
    width: 100%;
}
.sub-product-item .card .card-image .card-btns{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sub-product-item .card .card-image .card-btns .btn2 {
    text-decoration: none; 
    color: #68b401;
    border: 1px solid #68b401;
    padding: 5px; 
    margin-bottom: 5px;
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    z-index: 1;
    background-color: #fff;
    display: flex;
    align-items: center;
    font-size: 15px;
}
.sub-product-item .card .card-image .card-btns .btn2 i{
    margin-left: 20PX;
    display: inline-block;
}
 
.sub-product-item .card .card-dis{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 10px;
}

.sub-product-item .card .card-dis p{
    font-size: 14px;
    margin: 0px;
    font-family: 'Roboto ', sans-serif;
    color: #666;
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
}
.sub-product-item .card .card-dis p span{
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
}
.sub-product-item .card .card-dis p i{
    color: #68b401;
    padding-right: 8px;
    font-size: 12px;
}


/* sub-catagory-page */

/* product page */

.product-page{
   padding: 20px 0px;
}
.hello{
    display: flex;
    justify-content: center;
    align-items:center ;
    padding: 20px;
}
.hello .hello-image{
    width: 60%;
    display: block;
    margin: 0px auto;
}
.hello .hello-image img{
    width: 100%;
    object-fit: cover;
}


.hi{
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.hi .product-info{
    padding: 50px 0px;
}
.hi .product-info h1 {
    font-size: 25px;
    color: #68b401;
    font-family: 'Roboto Condensed', sans-serif;
}
.hi .product-info p{
    font-size: 15px;
    text-align: justify;
    font-family: 'Roboto ', sans-serif;
    color: #666;
    margin-bottom: 0px;
}
.product-page-list{
    padding: 20px;
}
.product-page-list .product-page-list-ul{
    list-style: none; 
    padding: 10px; 
     display: flex;
    justify-content:center;
    flex-wrap: wrap;
    margin-bottom: 0px;
}
.product-page-list .product-page-list-ul li{ 
    border: 1px solid #68b401;
    padding: 5px 20px;
    display: block;
  
}
.product-page-list .product-page-list-ul li a{
    color: #68b401;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
}
.welcome , .spectial , .appication ,.request,.download{
   margin-bottom: 10px;
    padding: 30px;
    border: 1px solid darkgray;
}
.welcome ul{
    margin-bottom: 0px;
}
.welcome h6, .spectial h6 , .appication h6 {
    display: block;
    background-color: #00a9f0;
    padding: 10px;
    font-size: 20px;
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;

}
.appication p{
    padding: 10px;
    font-size: 15px;
    text-align: justify;
    margin-bottom: 0px;
    color: #666;
}
.welcome .welcome-list li{
    font-family: 'Roboto Condensed', sans-serif;
    list-style: auto;
}


.spectial .sub-div .table{
    margin-bottom: 0px;
}
.spectial .sub-div .table tr td {
    border: 1px solid #7aaad9;
    text-align: left;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 5px;
}
.spectial .sub-div .table tr:nth-child(2n){
    background-color: #d5dddc;

}

.request{ 
    padding: 30px; 
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}
.request .quote{ 
    padding: 20px;
    box-shadow: 0px 0px 12px 2px #00000010;
}
.request .quote h6{
    padding: 10px;
    color: #00a9f0;
    text-align: center;
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
}

.request .quote form input:focus{
    box-shadow: none;
}
.request .quote form input::placeholder{
   
    font-family: 'Roboto Condensed', sans-serif;
}

.request .quote form textarea:focus{
    box-shadow: none;
}

.request .quote form  .btnss {
    display: block;
    background-color: #00a9f0;
    padding: 10px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}
.download{
    
    padding: 30px; 
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.download .download-item{
    padding: 20px;
    width: 400px ;
    display: flex;
    flex-direction: column;  
    flex-wrap: wrap;
    background-color: #eceff7;
}

.download .download-item h6{
    display: inline;
    background-color: #00a9f0;
    color: #ffffff;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}
.download .download-item p{
    font-size: 20px;
    margin: 10px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}
.download .download-item  .downbtn{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
}
.download .download-item  .downbtn a{
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    text-decoration: none;
    color: #fff;
    background-color: #ffffff;
    border-radius: 15px;
    width: 200px;
}
.download .download-item  .downbtn a p{
    background-color: #00a9f0;
    padding: 5px 30px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 5px;
}
.download .download-item  .downbtn a  i{
    color: #00a9f0;
    margin: 10px;
    font-size: 25px;
    margin-left: 0px;
}




/* product-page */



/* product-catalog-page */


/* catalog-product page */



.catalogpage{
    /* margin: 10px; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.catalogpage .down{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 20px 0px;
}
.catalogpage .down h1{
    text-align: center;
    color: #000;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;

}
.catalogpage .down {
    /* border: 1px solid #00a9f0; */
    padding: 5px 10px;
    border-radius: 50px;
}
.catalogpage .down  button{
    background-color: #00a9f0;
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;
    border: none;
    border-radius: 50px;
}
.catalogpage .pagecontent {
    max-width: 700px;
    height: auto;
    margin: auto;
}
.catalogpage .pagecontent .card{
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
     box-shadow: 0px 0px 12px 0px #b7d6db;

}
.catalogpage .pagecontent .card .solo {
    background-image: url(../images/logos/simple-blue-gradient-background-vector-business_53876-140900.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    padding: 20px;
}
.catalogpage .pagecontent .card .card-header {
    
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.catalogpage .pagecontent .card .card-header img{
    width: 50%;
    object-fit: cover;
    
}
.catalogpage .pagecontent .card .card-image {
    width: 50%;
    display: block;
    margin: 30px auto;
}
.catalogpage .pagecontent .card .card-image img{
    width: 100%;
    object-fit: cover;
}

.catalogpage .pagecontent .card .title h1{
    font-size: 20px;
    color: #68b401;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
}

.catalogpage .pagecontent .card .title p{
    font-size: 15px;
    font-family: sans-serif;
    color: #019587;
    text-align: center;
}
.catalogpage .pagecontent .card.command{
    display: inline-block;
}
.mode{
    border: 2px dotted darkgray;
    padding: 20px 10px;
}
.catalogpage .pagecontent .card .catalog-header{
    margin: 10px;
    flex-wrap: wrap;
    display: flex;
}
.catalogpage .pagecontent .card .catalog-header .mode-title h2{
    font-size: 25px;
    padding: 5px 10px;
    padding-bottom: 8px;
    margin-bottom: 0px;
    color: #fff;
    background-color: #00a9f0;
    font-family: 'Roboto Condensed', sans-serif;
}

.catalogpage .pagecontent .card .catalog-header .mode-title{
    border-bottom: 2px solid #019587;
    display: flex;
    width: 100%;
}
.catalogpage .pagecontent .card .catalog-header p{
    text-align: justify;
    margin-top: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    color: gray;
}
.catalogpage .pagecontent .card .card-body .mode-title, .card-part .mode-title ,.card-part2 .mode-title {
    border-bottom: 2px solid #019587;
    display: flex;
    width: 100%;
}
.catalogpage .pagecontent .card .card-body h3{
    font-size: 22px;
    padding: 5px 10px;
    padding-bottom: 8px;
    margin-bottom: 0px;
    color: #fff;
    background-color: #00a9f0;
    font-family: 'Roboto Condensed', sans-serif;
    
}
.catalogpage .pagecontent .card .card-body table tr th{
    color: gray;
    font-weight: 500;
}
.catalogpage .pagecontent .card .card-body table tr th, table tr td{
    border: 1px solid;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}

.catalogpage .pagecontent .card .card-part h2, .card-part2 h2 {
    font-size: 20px;
    padding: 5px 10px;
    padding-bottom: 8px;
    margin-bottom: 0px;
    color: #fff;
    background-color: #00a9f0;
    font-family: 'Roboto Condensed', sans-serif;
}

.catalogpage .pagecontent .card .card-part ul li p i{
    color: #aba4ad;
    margin-right: 10px;
}
.catalogpage .pagecontent .card .card-part ul{
    list-style-type: none;
    padding-left: 0px;
    padding: 20px; 
margin-bottom: 0px;
}
.catalogpage .pagecontent .card .card-part ul li{
    line-height: 20px;
    list-style: disc;
}
.catalogpage .pagecontent .card .card-part ul li p{
    font-size: 15px;
    font-weight: 500;
    position: relative;
    font-family: 'Archivo';
    margin-bottom: 5px;
}

.catalogpage .pagecontent .card .card-part2 p{
    font-size: 15px;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
    color: gray;
}
.catalogpage .pagecontent .card .footer-log {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5px;
   
}
.catalogpage .pagecontent .card .footer-log  img{
    width:320px;
}
.catalogpage .pagecontent .card .footer-log  p span{
    font-size: 18px;
    color: #00a9f0;
}
.catalogpage .pagecontent .card .footer-log  p a{
    text-decoration: none;
    font-size: 15px;
    color: #019587;
}
.location{
   display: flex;
   justify-content: center;
   /* flex-wrap: wrap; */
   align-items: center;
}
.location .local{
    color: #00a9f0;
    width: 280px;
    padding-top:20px;
}
.location .local span {
    color: #019587 !important;
    font-size: 15px !important;
}
.location-in p {
    margin: 0px;
}

.product-relat .owl-carousel2{
    display: flex;
    align-items: center;
    padding: 20px 0px;
    flex-wrap: wrap;
}

.product-relat .owl-carousel2 .item{
    background-color: #ffffff; 
    position: relative;
    display: flex;
    margin: 5px;
    width: 24%;
    
}
 
.product-relat .item::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 0px;
    background-color: #e6e3e3;
}
.product-relat h1{
    text-transform: capitalize;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    /* text-align: center; */
    padding-bottom: 10px;
    border-bottom: 2px double #00a9f0;
}
.product-relat .owl-carousel2 .card{
    display: block;  
    box-shadow: 0px 0px 12px 2px #00000010;
    border-top-right-radius: 50%; 
    width: 100%;
}

.product-relat .item .card .card-head{
    background-color: #00a9f0;
}
.product-relat .item .card .card-image{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
}
.product-relat .item .card .card-image a{
    width: 40%;
    margin: 10px auto;
    display: block;
}
.product-relat .item .card .card-image img{
    width: 100%;
    object-fit: cover;
}

.product-relat .item .card  .card-title{
    margin: 20px ;
    display: block;
    text-align: center;
}

.product-relat .item .card  .card-title h6 a{
    text-decoration: none;
    color: #000;
    text-align: center;
    font-size: 15px;
}
.product-relat .item .card  .card-title p{
    color: darkgray;
}

.product-relat .item .card .card-btn{
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-relat .item .card .card-btn a{
    text-decoration: none;
    color: #68b401;
    border: 1px solid #68b401;
    padding: 8px 15px;
    margin: 5px;
    font-size: 15px; 
}
.product-relat .item .card .card-btn a i{
    margin-left: 10px;
}
/* product-catalog-page */

/* catalog-page */

.catalog-page{
    padding: 20px 0px;
}
.catalog-page .title{
    display: flex;
    justify-content: center;
    align-items: center;
}
.catalog-page .title h1 {
    font-size: 26px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}
.catalog-prodcut{
   padding: 20px 0px;
}

.catalog-product-box{
    columns: 4 0px;
    margin: 0 auto;
   
}

.catalog-product-box .catalog-prodcut-item .card{
    display: flex;
    flex-direction: column;
    overflow: auto; 
    margin-bottom: 10px;
    
}
.catalog-product-box .catalog-prodcut-item .card .card-image{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.catalog-product-box .catalog-prodcut-item .card .card-image a{
    width: 50%;
    margin: 10px auto;
    display: block;
    padding: 10px;
}
.catalog-product-box .catalog-prodcut-item .card .card-image img{
    width: 100%;
    object-fit: cover;
}
.catalog-product-box .catalog-prodcut-item .card .card-dis{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 20px;
}
.catalog-product-box .catalog-prodcut-item .card .card-dis h6{
    border: 1px solid;
    padding: 5px;
    background-color: #00a9f0;
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
}
.catalog-product-box .catalog-prodcut-item .card .card-dis h6 a{
    color: #fff;
}
.catalog-product-box .catalog-prodcut-item .card .card-dis a{
    border: 1px solid;
    text-decoration: none;
    color: #00a9f0;
    display: contents;

}
.catalog-product-box .catalog-prodcut-item .card .card-dis a p{
    border: 1px solid;
    padding-left: 5px; 
    margin-bottom: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 145% !important;
    margin-left: -111px;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    background: linear-gradient(45deg, #00a9f0, #fff);

}

.modal-body{
    padding: 20px;
}
.modal-body h1{
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
    font-weight: 600;
}


.modal-body .demo-part{
   columns: 2 0vh;
   margin: auto;
}
.modal-body .demo-part a{
    overflow: auto;
    text-decoration: none;
    display:contents;
}
.modal-body .demo-part a p {
    color: #fff;
    background-color: #00a9f0;
    font-size: 14px;
    padding: 5px;
    /* text-align: center; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px;
}
.modal-body .demo-part a p i{
    margin-left: 10px;
}

/* catalog-page */
/* about page */

.aboutpart{
    padding: 50px;
    display: flex;
}
.aboutpart .about-banner{
    width: 100%;
    position: relative;
}
.aboutpart .about-banner img{
    width: 100%;
    object-fit: cover;
    height: 200px;
    opacity: .2;
}
.about-me{
    position: absolute;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about-me h1{
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
}
.about-me p{
    margin-left: 50px;
}
.about-me p a{
   color: #000;
   text-decoration: none;
   font-family: 'Roboto', sans-serif;
}
.about-section{
    /* margin: 50px 0px; */
    padding: 20px;
}

.about-section .about{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.about-section .about .about-img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-section .about .about-img img{
    width: 90%;
    object-fit: cover;
    border: 5px solid #019587;
}
.about-info{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
}
.about-info p{
    text-align: justify; 
    font-family: 'Roboto Condensed', sans-serif;
    color:gray;
}
.about-info p span{
    font-size: 30px;
    color: #68b401;
}



/* about page */
/* contact-page */

.contact-page{
    margin: 20px 0px;
} 

.contact-page .title{
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-page .title h1{
    font-size: 30px ;
    color: #00a9f0;
    font-family: 'Roboto Condensed', sans-serif;
}

.sendme{
    margin: 20px;
    padding: 20px;
    background-color: #eceff7;
}

.contact-us{
    margin: 30px;
    /* padding: 30px 20px; */
}
.connect{
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.connect .callme , .emailme , .address  {
    display: flex;
    flex-direction: column;
    border: 1px solid darkgray;
    margin: 10px;
    justify-content: center;
    align-items: center;
    padding: 30px ;
    border-radius: 15px;
    background-color: #fff;
}
.connect .callme .icon, .emailme .icon , .address .icon{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    
}
.connect .callme .icon i, .emailme .icon i , .address .icon i{
    margin-right: 20px;
    color: #00a9f0;
}
.connect .callme .icon p, .emailme .icon p , .address .icon p{
    font-size: 20px;
    padding-top:15px ;
}
.connect .callme a ,.emailme a  ,.address a{
    text-decoration: none;
    color: #00a9f0;
    display: flex;
    flex-wrap: wrap;
}

.connect-form{
    /* margin: 20px; */
    padding: 20px;
    box-shadow: 2px 2px 10px gray;
    border-radius: 15px;
    background-color: #fff;
}

.connect-form h3{
    font-size: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    background-image: linear-gradient(to top , #ffff ,#00a9f0);
    padding: 20px;
    text-align: center;

}
.connect-form form{
    margin: 20px;
}
.connect-form form input{
    outline: none;
    border: none;
    border-bottom: 2px solid #00a9f0;
}
.connect-form form input:focus{
    box-shadow: none;
    border-bottom: 2px solid #00a9f0;
}
.connect-form form textarea{
    outline: none;
    border: none;
    border-bottom: 2px solid #00a9f0;
}
.connect-form form textarea:focus{
    box-shadow: none;
    border-bottom: 2px solid #00a9f0;
}



.connect-form form .supper{
    display: flex;
    justify-content:end;
    align-items: center;
}

.connect-form form .supper .btn{
    border: 1px solid;
    text-align: center;
    padding: 5px 20px;
    border-radius: 50px;
    color: #fff;
    background-image: linear-gradient(to top  ,#00a9f0 , #ffff);
}

/* contact-page */
/* compare Product */

.com_pp{
    border: 1px solid #68b401; 
    display: block;
  }
  .compare_bttn {
    background-color: #ffff;
    width: 0px;
    color: #000;
    float: right;
    margin-top: -5px;
    margin-right: 15px;
    padding: 0;
  }
   
  .action--compare-add:hover .action__text--invisible,
  .action--download:hover .action__text--invisible {
  color: #ddd;
  font-size: 16px;
  letter-spacing: 0;
  background: #2F3035;
  border-radius: 2px;
  padding: 3px 5px
  }
   
  .action--compare-add i {
    font-size: 18px;
    border: none;
    color: #68b401;
    
}
  .action--compare-add .fa-check,
  .action--compare-add input[type=checkbox]:checked~.fa-plus {
  display: none
  }
  .action--compare-add input[type=checkbox]:checked~.fa-check {
    display: inherit;
  color: #000;
  }
  .check-hidden {
  position: absolute;
  opacity: 0
  }
  .action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  background: transparent;
  text-align: center; 
  font-size: 15px;
  padding: 5px;
  color: #68b401;
  }
  .action:focus {
  outline: none
  }
  .action__text {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: .813em;
  vertical-align: middle;
  display: inline-block
  }
  .action__text--invisible {
  position: absolute;
  top: 100%;
  opacity: 0;
  pointer-events: none
  }


  .compare-section {
    position: fixed;
    top: 200px;
    right: 20px;
  }

  .btn-compare, .btn-compare:hover {
      background-color: #00a9f0!important;
      color: #ffffff !important;
      margin-top: 0px;
  }

/* compare product */




/* whatsapp */

.asking{
    background-color: #00a9f0;
    padding: 12px ;
    /* box-shadow: 1px 3px 3px 1px #e0e0e030;
    border: 1px solid #019587; */
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #019587;
    gap: 1px;
    cursor: pointer;
    width: 50px;
    color: #fff;
    transition: all .5s ease-in-out;
}
.asking:hover{
    color: #ffffff;
}
.asking i{
    color: #ffff;
    margin: 0px 10px;
}
.dental .modal-dialog {
    max-width: 320px;
    margin: 1.75rem auto;
}
.dental .modal-header{
    background-image: linear-gradient(white,white);
}
.dental .modal-header .modal-title{
    color: #000;
}
.dental .modal-body {
    background-color: rgb(255, 255, 255);
}
.dental .modal-body  form input{
    border: none;
    border-bottom: 1px solid;
    padding-left: 10px;
}
.dental .modal-body  form input::placeholder{
    font-style: italic;
}
.dental .modal-body  form input:focus{
    box-shadow: none;
}
.dental .modal-body  form textarea:focus{
    box-shadow: none;
    border: 1x solid transparent;
}
.dental .modal-body  form textarea::placeholder{
    font-style: italic;
}
.dental .modal-body  form .bellon {
    display: block;
    background-color: #00a9f0;
    text-align: center;
}
.dental .modal-body  form .bellon .btn{
    padding: 10px;
    color: #fff;
    font-size: 20px;
    display: inline-block;
}
.whatsapp-images {
    background-color: #68b401;
    width: 50px;
    padding: 12px;
    position: fixed;
    bottom: 51px;
    right: 10px;
    z-index: 1;
    text-decoration: none;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.whatsapp-images:hover{
    color: #fff;
}
.whatsapp-images  i{
    color:#ffffff ;
    font-size: 20px;
}

.whatsapp-images:hover i{
    display: block;
    transition: .2s ease-in;
}
.to-top.active {
    bottom: 97px;
    right: 10px;
    pointer-events: auto;
    opacity: 1;
    color: #ffffff;
    z-index: 1;
    transform: scale(1.0);
    display: flex;
    justify-content:center;
    align-items: center;
    text-transform: capitalize;
    /* display: none; */
}
.to-top {
    background: darkgray;
    position: fixed;
    bottom: 11px;
    transform: scale(0.5);
    right: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #fdf7f7;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    transition: all .4s;
    font-size: 20px;
}
.to-top.active i{
    font-size: 15px;
    color: white;

}




/* whatsapp */




/* compare-product page */


.compare-product{
    margin: 20px;
}
.compare-product .heading_center{
    padding: 20px 0px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    background-color: #00a9f0;
    font-family: 'Roboto Condensed', sans-serif;
}

.compare-product .compact table a img{
    width:73%;
}
.compare-product .compact table a {
    text-decoration: none;
    color: #00a9f0;

}
.infront .product-part2{
    display: none;
}
.infront .product-part-box h2{
    display: block;
    border: 1px solid #00a9f0;
    padding: 10px;
    text-align: center;
    background-color: #00a9f0;
    color: #ffffff;
}
.infront .analyzer-item-list li a{
    text-align: center;
}
.pro-remove a{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* compare-product page */

.header-getin .modal .modal-body .bellon {
    display: inline-block;
    text-align: center;
}
.header-getin .modal .modal-body .bellon .btn{
    border: 1px solid;
    padding: 5px 30px;
    background-color: #00a9f0;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Roboto Condensed', sans-serif;
}
.header-getin .modal .modal-body form input:focus{
    box-shadow: none;
}
.header-getin .modal .modal-body form textarea:focus{
    box-shadow: none;
}



/* erroe-section page */

.erroe-section {
    padding: 20px;
    background-color: #f7f7f9
}

.error {
    padding: 20px;
}

.error .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.error-image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
}

.error-img {
    width: 80%;
    margin: 10px;
}

.error-cont {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    height: 300px;
}

.error-cont h3 {
    font-size: 50px;
    color: #009087;
}

.error-cont h3 span {
    color: #000;
}

.error-info {
    margin: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.error-btn {
    margin: 10px;
    text-decoration: none;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: linear-gradient(to right, #009087, #26a0da);
    /* background-color: #00a2ff; */
    padding: 10px 20px;


}

.error-btn:hover {
    color: #fff;
}

.error-btn p {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
}

.error-btn i {
    font-size: 18px;
    margin: 0px 10px;
}

/* erroe-section page */

/* thank-section page */
.thank-section {
    padding: 20px;
    background-color: #f7f7f9
}

.thank {
    padding: 20px;
}

.thank .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.thank-image {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
}

.thank-img {
    margin: 10px;
    width: 70%;
}

.thank-info {
    margin: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.thank-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.thank-cont h1 {
    color: #009087;
    font-size: 40px;
}

.thank-btn {
    margin: 10px;
    text-decoration: none;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: #00a2ff; */

    background-image: linear-gradient(to right, #009087, #26a0da);
    padding: 10px 20px;

}

.thank-btn:hover {
    color: #fff;
}

.thank-btn p {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
}

.thank-btn i {
    font-size: 18px;
    margin: 0px 10px;
}




/* thank-section page */


/* sitemap page */


/* .lab {
    color: #dd3066;
    font-size: 30px;
    font-weight: bold;
} */

/* .zee {
    color: #854c9e;
    font-size: 30px;
    font-weight: bold;
} */

.l0bg {
    background: #00a2ff !important;
    color: #ffff !important;
}

.l1bg {
    background-color: #00a2ff !important;
    color: #fff !important;
    /* border: 1px solid #00a2ff !important; */

}

/* .l2bg {
    background-color: #854c9e !important;
} */



.sitemap h1 {
    margin: 0;
    font-size: 30px;
    margin-bottom: 20px
}

.sitemap ul {
    list-style: none;
    padding-left: 20px;
    margin: 0
}

.sitemap ul>li {
    border-left: solid #dddddd 2px;
    padding-left: 15px
}

.sitemap ul>li>a {
    display: inline-block;
    max-width: 500px;
    padding: 8px 20px;
    /* background: #a8a9ac; */
    background-color: #fff;
    color: #019587;
    text-decoration: none;
    border-radius: 4px;
    text-overflow: ellipsis;
    margin: 5px 0;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    border-radius: 0px 6px;
    border: 3px double #00a2ff;
}

/* .sitemap ul>li>a:hover {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5)
} */

.sitemap ul>li:before {
    content: "" !important;
}

.sitemap ul>li>a:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -1px;
    height: 3px;
    width: 10px;
    background: #019587;
}


/* sitemap page */



/* search page */


.search-section{
    padding: 20px;
}


.sb-head-title {
    display:flex;
    position: relative;
}

.sb-title {
    font-size: 20px;
    padding-left: 10px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
}
.sb-title span{
    color: #00a2ff;
    font-size: 25px;
}






.ss-box {
    padding: 20px;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.ss-item {
    padding: 10px;
    width: 25%;
}

.ss-list {
    padding: 20px;
    background-color: #f9f9f9;
    display: block;
    box-shadow: 0px 0px 12px 2px #00000010;
}

.ss-an {
    text-decoration: none;
    color: #000;
}

.ss-an:hover {
    color: #000;
}

.ss-image {
    background-color: #fff;
    position: relative;
    text-align: center;
    border-radius: 50%;
}



.ss-img {
    width: 73%;
    padding: 10px;
    transform: scale(0.8);
    transition: all .5s ease-in-out;
}

.ss-list:hover .hcp-img {
    transition: all .5s ease-in-out;
    transform: scale(1.0);
}

.ss-list-title {
    font-size: 15px;
    margin: 20px 0px;
    font-weight: 600;
    height: 35px;
    line-height: 22px;
    font-family: 'Rubik', sans-serif;
    color: #000;
    text-align: center;
}

.ss-info {
    display: block;
}

.ss-btn {
    border: 1px solid;
    display: block;
    text-decoration: none;
    color: #fff;
    background-color: #01467f;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;

}

.ss-btn:hover {
    color: #fff;
}







/* search page */
.search-banner{
    padding: 20px;
}


@media only screen and (min-width: 280px ) and  (max-width:320.98px){
    .header-section{
        background-color: #fff;
    }
    .gama{
        display: block;
    }
    .sigma{
        display: none;
    }
    .search-section .phone{
        display: none;
    }
    .dropdown-toggle {
        margin: 0px ;
        padding: 0px ;
    }
    .banner-image{
        display: none;
    }
    .delta{
        display: block;
    }
    .header-section {
        justify-content: space-between;
    }
    .bars{
        display: block;
        margin: 0px 50px;
    }
    .header-section .header-nav .nav-menu {
        display: none;
    }
    .header-section .header-getin .getin{
        display: none;
    }
    .search-section {
        margin: 0px;
        padding: 0px;
    }
    .search-form {
        margin: 0px;
        width: 100%;
        padding: 0px;
    }
     
    .sub-product{
        margin: 20px 0px;
    }
    .sub-product-item{
        margin: 0px;
        margin-bottom: 10px;
    }
   
    .header-section .header-logo .logo-image {
        width: 200px !important;
    }
    .search-section .search-form .form input {
        width: 160px;
    }
   
    .best-productd-part2 .item .card .card-title {
        padding: 0px;
    }
    .sub-product-item .card .card-image .card-btns .btn {
        padding: 5px 12px;
    }
    .catalogpage .pagecontent .card {
        padding: 7px;
    }
    .catalogpage .pagecontent .card .footer-log img {
        width: 200px;
    }
     .mode {
        border: none;
        padding: 20px 10px;
      }
    .product-relat .item .card .card-btn a {
        margin: 5px;
        text-align: center;
        padding: 5px 5px;
    }
      .best-productd-part2 .item h2 {
        font-size: 14px;
      }
      .best-productd-part2 .item .card .card-title h6 a {
        font-size: 13px;
      }
      .best-productd-part2 .item .card .card-title p {
        text-align: center;
        color: darkgray;
        font-size: 12px;
    }
    .best-productd-part2 .item .card .card-btn a {
        padding: 5px 10px;
    }
    .latest-product .product-title h2 {
        text-transform: uppercase;
        font-size: 18px;
    }
    .latest-product .latest-box .latest-items .card .card-titles p {
        margin-bottom: 0px;
    }
    .latest-product .latest-box .latest-items .card .fa-file-lines {
        left: 20px;
        font-size: 25px;
    }
    .latest-product .latest-box .latest-items .card .card-btn a {
        padding: 5px 10px;
    }
    .related .related-title h2 {
        font-size: 15px;
    }
    .related-products .products-items .products-list .card .card-title h6 a {
        font-size: 16px;
    }
    .bars {
        display: block;
        margin: 0px 23px;
    }
    .bar1, .bar2, .bar3 {
        width: 20px;
        margin: 3px 0px;
    }
    .offcanvas-body .nav-menu2 {
        list-style-type: none;
        padding-left: 0px;
    }
    .offcanvas-title {
        margin-bottom: 0;
        line-height: 1.5;
        font-size: 24px;
        margin-left: 16px;
    }
    .labo-tag a {
        font-size: 13px;
        padding: 5px 10px;
    }
    .spectial .sub-div .table tr td {   
        font-size: 11px;
    }
    .request .quote h6 {
        font-size: 22px;
    }
    .hi .product-info h1 {
        font-size: 20px;
    }
    .sub-product-box .sub-product-item h5 {
        color: #000;
        font-size: 15px;
        text-align: center;
    }
    .sub-product .sub-product-list {
        display: block;
    }
    .sub-product .sub-product-list a {
        padding: 3px;
        font-size: 12px;
        display: block;
    }
    .catagory .title {
        font-size: 21px;
    }
    .footer-part .location h6 {
        font-size: 20px;
    }
    .footer-part .location p {
        font-size: 14px;
    }
    .footer-part .location .email a, .call a {
        font-size: 14px;
    }
    .footer-part .catagory-blog h5 {
        font-size: 20px;
    }
    .footer-part .catagory-blog ul li a {
        font-size: 14px;
    }
    .footer-part .links h5 {
        font-size: 20px;
    }
    .footer-part .links ul li a {
        font-size: 14px;
    }
    .footer-part .social h5 {
        font-size: 20px;
    }
    .company .company-info p {
        font-size: 14px;
    }
    .company .company-info {
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
    }
    .category-section .category-title a,.latest-product .product-title a,.related .related-title a{
        display: none;
    }
    .latest-product{
        margin-top: 50px;
    }
    .latest-product .product-title {
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: 2px solid #00a9f0;
    }
    .related .related-title h2 {
        font-size: 20px;
    }
    .copy p {
        font-size: 15px;
        color: #000;
        text-align: center;
        margin-bottom: 0px;
    }
    .catagory-product .catagory-box {
        columns: 1 0vh;
        margin: auto;
        column-gap: 10px;
    }
    .catalog-product-box {
        columns: 1 0px;
        margin: 0 auto;
    }
    .about-me {
        padding: 40px 0px;
    }
    .about-me h1 {
        font-size: 30px;
        font-family: 'Roboto', sans-serif;
    }
    .contact-us{
        margin: 0px;
    }
    .sub-product-box {
        columns: 1 0vh;
    }
    .hi .product-info{
        padding: 10px;
    }
    .product-page-list .product-page-list-ul{
        display: block;
    }
    .product-page-list .product-page-list-ul li a {
        font-size: 15px;
        text-align: center;
    }
    .product-page-list .product-page-list-ul li {
        margin: 0px;
        margin-bottom: 10px;
        border: 1px solid #68b401;
        padding: 5px 20px;
        display: block;
        text-align: center;
    }
    .welcome, .spectial, .appication, .request, .download {
        margin: 0px;
        margin-bottom: 10px;
        padding: 0px;
        border: 1px solid darkgray;
    }
    .appication p{
        padding: 10px;
    }
    
    .catalogpage .pagecontent .card .card-header {
        width: 200px;
        background-color: transparent;
        border: none;
    }
    .catalogpage .pagecontent .card .footer-log img {
        width: 250px;
    }
    .location {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-items: center;
    }
    .location .local{
        width: auto;
    }
    
    .catalogpage .pagecontent .card .catalog-header .mode-title h2 {
        font-size: 20px;
    }
    .catalogpage .pagecontent .card .card-body h3 {
        font-size: 20px;
    }
    .catalogpage .pagecontent .card .card-part h2, .card-part2 h2 {
        font-size: 20px;
    }
    .catalogpage .pagecontent .card .card-header img {
        width: 100%;
        margin-left: 0px;
    }
    .catalogpage .pagecontent .card {
        padding: 20px;
    }
    .catalogpage .pagecontent .card .solo{
        height: auto;
    }
    .catalogpage .pagecontent .card .card-body table tr th, table tr td {
        border: 1px solid;
        padding: 3px;
        font-size: 13px !important;
        text-align: center;
        font-family: 'Roboto Condensed', sans-serif;
    }
    .catalogpage .pagecontent .card .card-part ul {
        list-style-type: none;
        padding: 25px;
    }
    .ss-item {
        padding: 10px;
        width: 100%;
    }
    .ss-img {
        width: 90%;
    }
    .sb-title span {
        color: #00a2ff;
        font-size: 17px;
    }
    .erroe-section {
        padding: 0px;
        background-color: #f7f7f9;
    }
    .error-img {
        width: 100%;
        margin: 0px;
    }
    .error-cont h3 {
        font-size: 30px;
        color: #009087;
        text-align: center;
        display: block;
        margin: 0px auto;
    }
    .error-info {
        text-align: justify;
        margin: 10px;
        font-size: 15px;
        font-weight: 600;
        color: #000;
    }
    .thank-img {
        margin: 10px;
        width: 40%;
    }
    .thank-cont h1 {
        color: #009087;
        font-size: 30px;
    }
    .thank-info{
        text-align: center;
        font-size: 18px;
    }
    .top-head-section,.search-section-logo {
        background-color: #00a9f0;
    }
    .head-search form .btn {
        background-color: #68b401;
    }
    .top-head-part-section {
        background-color: #fff;
        padding: 5px;
    }
    .search-section-logo .phone{
        display: none;
    }
    .category-section {
        padding: 10px 0px;
        margin-top: 0px;
    }
    .banner-section .our-product-list {
        
        padding: 20px 0px;
    }
    .header-logo .logo-image {
        width: 280px;
    }
    .best-product {
        margin: 0px;
    }
    .category-product .card .card-image img {
        padding: 10px;
        width: 100%;
    }
    .category-product .card .card-title h3 a { 
        font-size: 17px; 
    }
    .latest-product .latest-box .latest-items .card .card-titles { 
        height: auto;
        overflow: auto;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .latest-product .latest-box .latest-items .card .card-titles p{
        margin-bottom: 0px;
    }
    .latest-product .latest-box .latest-items .card .card-image a { 
        width: 30%; 
    }
    .sendme {
        margin: 0px;
        padding: 0px;
        background-color: #eceff7;
    }
    .sub-catagory .our-product-list{
        display: none;
    }
    .sub-product-item .card .card-image .card-img {
        width: 40%;
        display: block;
        margin: 10px auto;
        padding: 10px;
    }
    .sub-product {
        padding: 0px 0px;
    }
    .product-relat .owl-carousel2 .item { 
        width: 100%;
    }
    .latest-product .latest-box .latest-items { 
        width: 100%; 
    }
    .related-products .products-items .products-list .card .card-title h6{
        height: auto;
        margin-bottom: 0px;
    }
    .catagory-product .catagory-box .catagory-items .card .card-image a {
        width: 30%; 
    }
    .catalog-product-box .catalog-prodcut-item .card .card-image a {
        width: 30%; 
    }
    .product-relat h1{
        padding: 10px;
        margin-bottom: 0px;
        font-size: 20px;
    }
    .banner-section .our-product-list .our-product-items h3 {
        font-size: 18px;
    }
    .category-section .category-title h1{
        font-size: 20px;
    }
    .related-products .products-items .products-list {
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 10px;
        padding: 5px;
    }
    .offcanvas-header,.offcanvas-body { 
        margin: 0px 20px; 
    }
    .offcanvas-title { 
        font-size: 22px;
        margin-left: 0px;
    }
    .catalog-product-box .catalog-prodcut-item .card .card-dis{
        padding: 0px;
    }
    .catalog-product-box .catalog-prodcut-item .card .card-dis h6{
        margin-bottom: 0px;
    }
    .about-info{
        padding: 10px 0px 0px;
    }
    .about-info p span {
        font-size: 22px;
        color: #68b401;
    }
    .modal-dialog {
        position: relative;
        width: 190px !important;
        margin-left: 115px !important; 
        pointer-events: none;
    }
    .modal-body .demo-part {
        columns: 1 0vh;
        margin: auto;
    }
    .catalog-page .title h1 {
        font-size: 23px; 
    }
    .catalog-prodcut {
        padding: 0px  ;
    }
    .catagory .title { 
        font-size: 23px;
    }
    .dropdown-menu.show {
        display: block;
        height: 330px;
        overflow: auto;
    }
    .sub-div table{
        width: 100%;
        overflow: auto;
        display: block;
    }
    .catalogpage .pagecontent .card-body {
        display: block;
    }
    .catalogpage .pagecontent .card-body .table{
        width: 100%;
        overflow: auto;
        display: block;
    }
    .connect .callme, .emailme, .address{
        margin: 0px;
        padding: 20px;
    }
    .connect-form form {
        margin: 0px;
    }
    .connect-form h3 {
        font-size: 23px;
    }
}
.banner-section .our-product-list .our-product-items a:last-child{
    font-weight: 600;
}
@media only screen and (min-width: 321px ) and  (max-width:479.98px){
    .appication p{
        padding: 10px;
    }
    .hi .product-info{
        padding: 10px;
    }
    .product-page-list .product-page-list-ul{
        display: block;
    }
    .product-page-list .product-page-list-ul li a {
        font-size: 15px;
        text-align: center;
    }
    .product-page-list .product-page-list-ul li {
        margin: 0px;
        margin-bottom: 10px;
        border: 1px solid #68b401;
        padding: 5px 20px;
        display: block;
        text-align: center;
    }
    .welcome, .spectial, .appication, .request, .download {
        margin: 0px;
        margin-bottom: 10px;
        padding: 0px;
        border: 1px solid darkgray;
    }
    .sub-product-box {
        columns: 1 0vh;
    }
    .about-me {
        padding: 40px 0px;
    }
    .contact-us{
        margin: 0px;
    }
    .header-section{
        background-color: #fff;
    }
    .gama{
        display: block;
    }
    .sigma{
        display: none;
    }
    .search-section .phone{
        display: none;
    }
    .dropdown-toggle {
        margin: 0px ;
        padding: 0px ;
    }
    .banner-image{
        display: none;
    }
    .delta{
        display: block;
    }
    .header-section {
        justify-content: space-between;
    }
    .bars{
        display: block;
        margin: 0px 50px;
    }
    .bar1, .bar2, .bar3 {
        width: 27px;
        height: 3px;
        background-color: #333;
        margin: 4px 0;
        transition: 0.4s;
    }
    .header-section .header-nav .nav-menu {
        display: none;
    }
    .header-section .header-getin .getin{
        display: none;
    }
    .search-section {
        margin: 0px;
    }
    .search-form {
        margin: 0px;
        width: 100%;
        padding: 0px;
    }
     
   
    
    .category-section .category-title a,.latest-product .product-title a,.related .related-title a{
        display: none;
    }
    .latest-product{
       padding-top:20px ;
    }
    .latest-product .product-title {
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: 2px solid #00a9f0;
        padding: 10px;
    }
    .related .related-title h2 {
        font-size: 20px;
    }
    
.search-section .search-form .form input {
    width: 200px;
    }   
    .mode {
      border: none;
      padding: 20px 0px;
    }
    .header-section .header-logo .logo-image {
        width: 200px;
    }
    .catalogpage .pagecontent .card {
        padding: 20px;
    }
    .catalogpage .pagecontent .card .solo{
        height: auto;
    }
    .catalogpage .pagecontent .card .card-body table tr th, table tr td {
        border: 1px solid;
        padding: 3px;
        font-size: 15px;
        text-align: center;
        font-family: 'Roboto Condensed', sans-serif;
    }
    .company .company-info {
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
    }
    .catagory-product .catagory-box {
        columns: 1 0vh;
        margin: auto;
        column-gap: 10px;
    }
    .catalog-product-box {
        columns: 1 0px;
        margin: 0 auto;
    }
    
    .location {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-items: center;
    }
    .location .local{
        width: auto;
    }
    .ss-item {
        padding: 10px;
        width: 100%;
    }
    .ss-img {
        width: 90%;
    }
    .erroe-section {
        padding: 0px;
        background-color: #f7f7f9;
    }
    .error-img {
        width: 80%;
        margin: 0px;
    }
    .error-cont h3 {
        font-size: 30px;
        color: #009087;
        text-align: center;
        display: block;
        margin: 0px auto;
    }
    .error-info {
        text-align: justify;
        margin: 10px;
        font-size: 16px;
        font-weight: 600;
        color: #000;
    }
    .thank-img {
        margin: 10px;
        width: 40%;
    }
    .thank-cont h1 {
        color: #009087;
        font-size: 30px;
    }
    .thank-info{
        text-align: center;
        font-size: 18px;
    }
    
.top-head-section,.search-section-logo {
    background-color: #00a9f0;
}
.head-search form .btn {
    background-color: #68b401;
}
.top-head-part-section {
    background-color: #fff;
    padding: 5px;
}
.search-section-logo .phone{
    display: none;
}
.category-section {
    padding: 10px 0px;
    margin-top: 0px;
}
.banner-section .our-product-list {
    
    padding: 20px 0px;
}
.header-logo .logo-image {
    width: 280px;
}
.best-product {
    margin: 0px;
}
.category-product .card .card-image img {
    padding: 10px;
    width: 100%;
}
.category-product .card .card-title h3 a { 
    font-size: 17px; 
}
.latest-product .latest-box .latest-items .card .card-titles { 
    height: auto;
    overflow: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.latest-product .latest-box .latest-items .card .card-titles p{
    margin-bottom: 0px;
}
.latest-product .latest-box .latest-items .card .card-image a { 
    width: 30%; 
}
.sendme {
    margin: 0px;
    padding: 0px;
    background-color: #eceff7;
}
.sub-catagory .our-product-list{
    display: none;
}
.sub-product-item .card .card-image .card-img {
    width: 40%;
    display: block;
    margin: 10px auto;
    padding: 10px;
}
.sub-product {
    padding: 0px 0px;
}
.product-relat .owl-carousel2 .item { 
    width: 100%;
}
.latest-product .latest-box .latest-items { 
    width: 100%; 
}
.related-products .products-items .products-list .card .card-title h6{
    height: auto;
    margin-bottom: 0px;
}
.catagory-product .catagory-box .catagory-items .card .card-image a {
    width: 30%; 
}
.catalog-product-box .catalog-prodcut-item .card .card-image a {
    width: 30%; 
}
.product-relat h1{
    padding: 10px;
    margin-bottom: 0px;
    font-size: 20px;
}
.banner-section .our-product-list .our-product-items h3 {
    font-size: 18px;
}
.category-section .category-title h1{
    font-size: 20px;
}
.related-products .products-items .products-list {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
}
.offcanvas-header,.offcanvas-body { 
    margin: 0px 20px; 
}
.offcanvas-title { 
    font-size: 22px;
    margin-left: 0px;
}
.catalog-product-box .catalog-prodcut-item .card .card-dis{
    padding: 0px;
}
.catalog-product-box .catalog-prodcut-item .card .card-dis h6{
    margin-bottom: 0px;
}
.about-info{
    padding: 10px 0px 0px;
}
.about-info p span {
    font-size: 22px;
    color: #68b401;
}
.modal-dialog {
    position: relative;
    width: 216px !important;
    margin-left: 115px !important; 
    pointer-events: none;
}
.modal-body .demo-part {
    columns: 1 0vh;
    margin: auto;
}
.catalog-page .title h1 {
    font-size: 23px; 
}
.catalog-prodcut {
    padding: 0px  ;
}
.catagory .title { 
    font-size: 23px;
}
.dropdown-menu.show {
    display: block;
    height: 330px;
    overflow: auto;
}
.sub-div table{
    width: 100%;
    overflow: auto;
    display: block;
}
.catalogpage .pagecontent .card-body {
    display: block;
}
.catalogpage .pagecontent .card-body .table{
    width: 100%;
    overflow: auto;
    display: block;
}
}
@media only screen and (min-width: 480px ) and  (max-width:575.98px){
    .dropdown-menu.show {
        display: block;
        height: 330px;
        overflow: auto;
    }
    .modal-body .demo-part {
        columns: 1 0vh;
        margin: auto;
    }
    .header-section{
        background-color: #fff;
    }
    .gama{
        display: block;
    }
    .sigma{
        display: none;
    }
    .search-section .phone{
        display: none;
    }
    .dropdown-toggle {
        margin: 0px ;
        padding: 0px ;
    }
    .banner-image{
        display: none;
    }
    .delta{
        display: block;
    }
    .header-section {
        justify-content: space-between;
    }
    .bars {
        display: block;
        margin: 0px 30px;
    }
    .header-section .header-nav .nav-menu {
        display: none;
    }
    .header-section .header-getin .getin{
        display: none;
    }
    .search-section {
        margin: 0px;
    }
    .search-form {
        margin: 0px;
        width: 100%;
    }
     
   
    
    .search-section .phone {
        display: none;
    }
   
    .category-section .category-title {
        justify-content: center;
        border-bottom: 2px solid #019587;
    }
    .category-section .category-title {
        justify-content: center;
    }
    .category-section .category-title h1 {
        font-size: 22px;
        margin-left: 0px;
    }
     
    .best-productd-part2 {
        margin-top: 20px;
    }
.latest-product .latest-box .latest-items {
    width: auto;
}
    .related-products {
        margin: 0px;
        padding: 0px;
    }
    .category-product {
        padding: 0px;
    }
    .related-products .products-items .products-list {
        width: 50%;
        justify-content: center;
    }
    .company .company-info {
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
    }
    .company .company-image {
        width: auto;
    }
    .footer-part .location {
        border-right: 0px;
    }
    .footer-part .links {
        border-right: 0px;
    }
    .category-section .category-title a {
        display: none;
    }
    .latest-product .product-title {
        display: flex;
        justify-content: center;
    }
    .latest-product .product-title a {
        display: none;
    }
    .related-products .products-items {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 20px 0px;
    }
    .related .related-title {
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: 2px solid #019587;
    }
    .related .related-title h2 {
        text-transform: uppercase;
        font-size: 21px;
        font-family: 'Roboto', sans-serif;
        margin-left: 0px;
    }
    .related .related-title a {
        display: none;
    }
    .catagory-product .catagory-box {
        columns: 1 0vh;
        margin: auto;
        column-gap: 10px;
    }

    .sub-product-box {
        columns: 1 0vh;
    }
.footer-section {
    margin-top: 66px;
}
.footer-part .location h6 {
    font-size: 24px;
}
.footer-part .catagory-blog {
    margin-top: 20px;
}
.footer-part .catagory-blog h5 {
    font-size: 25px;
}
.footer-part .links h5{
    font-size: 25px;
}
.footer-part .social h5 {
    font-size: 24px;
}
.copy p {
    text-align: center;
}
.catagory .title {
    font-size: 25px;
}
.sub-catagory .our-product-list {
    margin-top: 0px;
}
.sub-product .sub-product-list a {
    padding: 3px;
    font-size: 12px;
}
.sub-product .title h2 {
    font-size: 25px;
}
.hi .product-info {
    padding: 0px;
}
.product-page-list .product-page-list-ul {
    display: block;
}
.product-page-list{
    padding: 0px;
}
.welcome, .spectial, .appication, .request, .download {
    margin: 10px 0px;
    padding: 10px;
    border: 1px solid darkgray;
}
.download .download-item {
    padding: 5px;
}
.catalogpage .pagecontent .card {
    padding: 30px;
}
 
.location {
    flex-direction: column;
    display: flex;
    align-items: baseline;
}
.location .local{
    width: auto;
    padding: 0px;
}
/* .mode .card-body{
    padding: px;
} */
.catalog-product-box{
    columns: 1 0px;
    margin: 0 auto;
   
}
.about-me p {
    margin-left: 0px;
}
.about-me p a{
    font-size: 15px;
}
.product-relat .item .card .card-btn{
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
  
  }
  .product-relat .item .card .card-btn a {
    /* margin: 10px; */
    text-align: center;
    padding: 5px 6px;
}
.modal-dialog {
    position: relative;
    width: 300px !important;
    margin-left: 140px !important;
    /* margin: 0.5rem; */
    pointer-events: none;
}
.modal-body .demo-part {
    columns: 1 0vh;
    margin: auto;
}
 
.hello .hello-image img {
    width: 80%;
    object-fit: cover;
}
.hi .product-info h1 {
    font-size: 21px;
}
.sub-product .title h2 {
    font-size: 25px;
    text-align: center;
}
.catalogpage .pagecontent .card .solo {
    height: 70vh;
}
.company .company-info {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
}
.catagory-product .catagory-box {
    columns: 1 0vh;
    margin: auto;
    column-gap: 10px;
}
.catalog-product-box {
    columns: 1 0px;
    margin: 0 auto;
}
.ss-item {
    padding: 10px;
    width: 50%;
}
.ss-img {
    width: 90%;
}
.error-img {
    width: 80%;
    margin: 0px;
}
.error-cont h3 {
    font-size: 30px;
    color: #009087;
    text-align: center;
    display: block;
    margin: 0px auto;
}
.error-info {
    text-align: justify;
    margin: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.thank-img {
    margin: 10px;
    width: 40%;
}
.thank-cont h1 {
    color: #009087;
    font-size: 30px;
}
.thank-info{
    text-align: center;
}
.top-head-section,.search-section-logo {
    background-color: #00a9f0;
}
.head-search form .btn {
    background-color: #68b401;
}
.top-head-part-section {
    background-color: #fff;
    padding: 5px;
}
.search-section-logo .phone{
    display: none;
}
.category-section {
    padding: 10px 0px;
    margin-top: 0px;
}
.banner-section .our-product-list {
    
    padding: 20px 0px;
}
.header-logo .logo-image {
    width: 280px;
}
.best-product {
    margin: 0px;
}
.category-product .card .card-image img { 
    padding: 40px; 
    width: 80%;
}
.category-product .card .card-title h3 a { 
    font-size: 17px; 
}
.latest-product .latest-box .latest-items .card .card-titles { 
    height: auto;
    overflow: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.latest-product .latest-box .latest-items .card .card-titles p{
    margin-bottom: 0px;
}
.latest-product .latest-box .latest-items .card .card-image a { 
    width: 30%; 
}
.sendme {
    margin: 0px;
    padding: 0px;
    background-color: #eceff7;
}
.sub-catagory .our-product-list{
    display: none;
}
.sub-product-item .card .card-image .card-img {
    width: 30%;
    display: block;
    margin: 10px auto;
    padding: 10px;
}
.sub-product {
    padding: 0px 0px;
}
.product-relat .owl-carousel2 .item { 
    margin: 2px;
    width: 49%;
}
.best-productd-part2{
    padding: 20px;
}
.related-products .products-items .products-list .card .card-title h6{
    height: auto;
}
.catagory-product .catagory-box .catagory-items .card .card-image a {
    width: 30%; 
}
.catalog-product-box .catalog-prodcut-item .card .card-image a {
    width: 30%; 
}
.product-relat h1{
    padding: 10px;
    margin-bottom: 0px;
    font-size: 20px;
}
}

@media only screen and (min-width: 576px ) and  (max-width:767.98px){
    .dropdown-menu.show {
        display: block;
        height: 330px;
        overflow: auto;
    }
    .header-section{
        background-color: #fff;
    }
    .gama{
        display: block;
    }
    .sigma{
        display: none;
    }
    .search-section .phone{
        display: none;
    }
    .dropdown-toggle {
        margin: 0px ;
        padding: 0px ;
    }
    .banner-image{
        display: none;
    }
    .delta{
        display: block;
    }
    .header-section {
        justify-content: space-between;
    }
    .bars {
        display: block;
        margin: 0px 10px;
    }
    .header-section .header-nav .nav-menu {
        display: none;
    }
    .header-section .header-getin .getin{
        display: none;
    }
    .search-section {
        margin: 0px;
    }
    .search-form {
        margin: 0px;
        width: 100%;
        padding: 0px;
    }
    
    .home p {
        color: #fff;
    }
    .home p a{
        color: #fff;
        padding-right: 5px;
    }
    .home p span {
        color: #fff;
        font-weight: 500;
    }
   
    
    .search-section .phone {
        display: none;
    }
    .category-section .category-title {
        justify-content: center;
        border-bottom: 2px solid #019587;
    }
    .category-section .category-title {
        justify-content: center;
        padding: 10px;
    }
    .category-section .category-title h1 {
        font-size: 22px;
        margin-left: 0px;
    }
    .labo-tag{
        display: none;
        float: right;
        /* margin: 0px 50px; */
    }
    .best-productd-part2 {
        margin-top: 20px;
    }
.latest-product .latest-box .latest-items {
    width: auto;
}
    .related-products {
        margin: 0px;
        padding: 0px;
    }
    .category-product {
        padding: 0px;
    }
    .related-products .products-items .products-list {
        width: 240px;
    }
    .company .company-image {
        width: auto;
    }
    .company .company-info {
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
    }
    .footer-part .location {
        border-right: 0px;
    }
    .footer-part .links {
        border-right: 0px;
    }
    .category-section .category-title a {
        display: none;
    }
    .latest-product .product-title {
        display: flex;
        justify-content: center;
        padding: 10px 0px;
    }
    .latest-product .product-title a {
        display: none;
    }
    
    .related .related-title {
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: 2px solid #019587;
    }
    .related .related-title h2 {
        text-transform: uppercase;
        font-size: 21px;
        font-family: 'Roboto', sans-serif;
        margin-left: 0px;
    }
    .related .related-title a {
        display: none;
    }
    .catagory-product .catagory-box {
        columns: 2 0vh;
        margin: auto;
        column-gap: 10px;
    }

    .sub-product-box {
        columns: 1 0vh;
    }
 
.footer-part .location h6 {
    font-size: 24px;
}
.footer-part .catagory-blog {
    margin-top: 20px;
}
.footer-part .catagory-blog h5 {
    font-size: 25px;
}
.footer-part .links h5{
    font-size: 25px;
}
.footer-part .social h5 {
    font-size: 24px;
}
.copy p {
    text-align: center;
}
.catagory .title {
    font-size: 25px;
}
.sub-catagory .our-product-list {
    margin-top: 0px;
}
.sub-product .sub-product-list a {
    padding: 3px;
    font-size: 12px;
}
.sub-product .title h2 {
    font-size: 25px;
}
.hi .product-info {
    padding: 0px;
}
.product-page-list .product-page-list-ul {
    display: block;
}
.product-page-list{
    padding: 0px;
}
.welcome, .spectial, .appication, .request, .download {
    margin: 10px 0px;
    padding: 10px;
    border: 1px solid darkgray;
}
.download .download-item {
    padding: 5px;
}
.catalogpage .pagecontent .card {
    padding: 30px;
}
 
 
.location {
    flex-direction: column;
    display: flex;
    align-items: baseline;
}
.location .local{
    width: auto;
    padding: 0px;
}
 
.catalog-product-box {
    columns: 2 0px;
    margin: 0 auto;
}
.about-me p {
    margin-left: 0px;
}
.about-me p a{
    font-size: 15px;
}
.product-relat .item .card .card-btn{
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
  
  }
  .product-relat .item .card .card-btn a {
    margin: 0px;
    text-align: center;
    padding: 5px 10px;
}
.modal-dialog {
    position: relative;
    width: 371px !important;
    margin-left: 130px !important;
    /* margin: 0.5rem; */
    pointer-events: none;
}
.modal-body .demo-part {
    columns: 1 0vh;
    margin: auto;
}
.hello .hello-image{
    width: 30%;
}
.hello .hello-image img {
    width: 100%;
    object-fit: cover;
}
.hi .product-info h1 {
    font-size: 21px;
}
.sub-product .title h2 {
    font-size: 25px;
    text-align: center;
}
.catalogpage .pagecontent .card .solo {
    height: 80vh;
}
.related-products .products-items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0px;
}
.ss-item {
    padding: 10px;
    width: 50%;
}
.ss-img {
    width: 90%;
}
.thank-img {
    margin: 10px;
    width: 40%;
}
.thank-info{
    text-align: center;
}
.top-head-section,.search-section-logo {
    background-color: #00a9f0;
}
.head-search form .btn {
    background-color: #68b401;
}
.top-head-part-section {
    background-color: #fff;
    padding: 5px;
}
.search-section-logo .phone{
    display: none;
}
.category-section {
    padding: 10px 0px;
    margin-top: 0px;
}
.banner-section .our-product-list {
    
    padding: 20px 0px;
}
.header-logo .logo-image {
    width: 280px;
}
.best-product {
    margin: 0px;
}
.category-product .card .card-image img { 
    padding: 40px; 
    width: 80%;
}
.category-product .card .card-title h3 a { 
    font-size: 17px; 
}
.latest-product .latest-box .latest-items .card .card-titles { 
    height: auto;
    overflow: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.latest-product .latest-box .latest-items .card .card-titles p{
    margin-bottom: 0px;
}
.latest-product .latest-box .latest-items .card .card-image a { 
    width: 30%; 
}
.sendme {
    margin: 0px;
    padding: 0px;
    background-color: #eceff7;
}
.sub-catagory .our-product-list{
    display: none;
}
.sub-product-item .card .card-image .card-img {
    width: 30%;
    display: block;
    margin: 10px auto;
    padding: 10px;
}
.sub-product {
    padding: 0px 0px;
}
.product-relat .owl-carousel2 .item { 
    margin: 2px;
    width: 49%;
}
}
@media only screen and (min-width: 768px ) and  (max-width:991.98px){
    .header-section{
        background-color: #fff;
    }
    .gama{
        display: block;
    }
    .sigma{
        display: none;
    }
    .search-section .phone{
        display: none;
    }
    .dropdown-toggle {
        margin: 0px ;
        padding: 0px ;
    }
    .search-section-logo{
        justify-content: center;
        background-color: #00a9f0;
    }
    .head-search form .btn {
        background-color: #68b401; 
    }
    .search-section-logo .phone{
        display: none;
    }
    .banner-image{
        display: none;
    }
    .delta{
        display: block;
    }
    .header-section {
        justify-content: space-between;
    }
    .bars{
        display: block;
        margin: 0px 50px;
    }
    .header-section .header-nav .nav-menu {
        display: none;
    }
    .header-section .header-getin .getin{
        display: none;
    }
    .search-section {
        margin: 0px;
    }
    .search-form {
        margin: 0px;
        width: 100%;
        padding: 0px;
    }
    .top-head-section{
        background-color: #00a9f0;
    }
    .top-head-part-section {
        background-color: #fff;
        padding: 5px;
    }
    .home p {
        color: #fff;
    }
    .home p a{
        color: #fff;
        padding-right: 5px;
    }
    .home p span {
        color: #fff;
        font-weight: 500;
    }
    .header-section .header-logo .logo-image {
        width: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-part .location {
        display: flex;
        flex-direction: column;
        color: #000;
        justify-content: flex-start;
        border-right: 2px solid #fff;
        align-items: flex-start;
    }
    .footer-part .catagory-blog {
        display: flex;
        flex-direction: column;
        color: #000;
        border-right: 0px;
        justify-content: flex-start;
        align-items: baseline;
    }
    .company .company-info {
        display: flex;
        justify-content: center;
        align-items: center;
        width:auto;
    }
    .catagory-product {
        margin: 0px;
    }
    .catagory-product .catagory-box {
        columns: 3 0vh;
        margin: auto;
        column-gap: 10px;
    }
    .catagory-product .catagory-box .catagory-items .card .card-titles h5 a { 
        font-size: 16px; 
    }
    .sub-product-box {
        columns: 2 0vh;
    }
    .catalog-product-box{
        columns: 3 0px;
        margin: 0 auto;
        column-gap: 5px;
       
    }
    .sendme{
        margin: 0px;
    }
    .sub-catagory .our-product-list{
        display: none;
    }
     
    .product-relat .item .card .card-btn{
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
      
      }
      .product-relat .item .card .card-btn a {
        margin: 5px;
        text-align: center;
        padding: 5px 9px;
        font-size: 13px;
    }
      .compare-product .compact .table_div{
        overflow: auto;
    }
    .hello .hello-image {
        width: 30%; 
    }
    .product-relat .owl-carousel2 .item { 
        width: 31%;
    }
    .hello .hello-image img {
        width: 100%;
        object-fit: cover;
    }
    .catalogpage .pagecontent .card .card-header img {
        width: 50%;
        margin-left: 50px;
    }
    .catalogpage .pagecontent .card .card-image {
        width: 40%;
        display: block;
        margin: 30px auto;
    }
    .aboutpart{
        padding: 20px;
    }
    .about-section .about .about-img img {
        width: 50%;
    }
    .ss-item {
        padding: 10px;
        width: 33%;
    }
    .ss-img {
        width: 90%;
    }
    .thank-img {
        margin: 10px;
        width: 40%;
    }
    .best-productd-part2 .item h2{
        font-size: 17px;
    }
    .latest-product .latest-box .latest-items { 
        width: 32%;
        margin: 0px 2px 10px;
    }
    .latest-product .latest-box .latest-items .card .card-titles { 
        height: 200px; 
    }
    .related-products .products-items .products-list { 
        width: 33%; 
    }
}

@media only screen and (min-width: 992px ) and  (max-width:1199.98px){
    .header-section .header-nav .nav-menu{
        padding-left:0px ;
    }
    .header-section .header-nav{
        margin:0px ;
    }
    
    .header-section .header-logo .logo-image {
        width: 243px;
    }
    
    .about-section .about .about-img img {
        width: 100%;
    }
.search-form .form input {
    width: 180px;
}
    
.category-product .card .card-image img { 
    padding: 20px; 
}
.catalog-product-box{
    columns: 4 0px;
    margin: 0 auto;
   
}
.catalogpage .pagecontent .card .card-image {
    width: 40%;
    display: block;
    margin: 50px auto;
}
.sub-product-box {
    columns: 2 0vh;
    column-gap: 10px;
}
.catagory-product .catagory-box .catagory-items .card .card-titles h5 a { 
    font-size: 16px; 
}
.catagory-product .catagory-box .catagory-items .card .card-titles .sub-cat a p {
    font-size: 14px; 
}
.product-relat .item .card .card-btn{
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  
  }
  .product-relat .item .card .card-btn a {
    margin: 5px;
    text-align: center;
    font-size: 11px;
    padding: 7px;
  }
  .compare-product .compact .table_div{
    overflow: auto;
}
.related-products .products-items .products-list {
    width: 25%;
}
.best h1 {
    text-transform: capitalize;
    font-size: 22px;
}
.product-page-list .product-page-list-ul li {
    margin: 10px 9px;
}
.header-logo .logo-image {
    width: 237px;
}
.best-product-part1 {
    padding: 0px;
}
.ss-img {
    width: 90%;
}
.product-relat .owl-carousel2 .item { 
    width: 23%;
}
.search-section-logo{
    flex-wrap: nowrap;
}
.search-section-logo .phone{
    flex-wrap: nowrap;
}
.search-section-logo .phone .call {
    margin: 0px 10px; 
}
.catagory-product {
    padding: 20px 0px 0px;
}
.latest-product .product-title h2 { 
    font-size: 20px;
}
.best-productd-part2 h1 {
    text-transform: capitalize;
    font-size: 22px;
}
.best-productd-part2 h1 { 
    font-size: 22px;
}
.best-productd-part2 .item h2{
    font-size: 18px;
}
.latest-product .latest-box .latest-items { 
    width: 32%;
    margin: 0px 2px 10px;
}
.latest-product .latest-box .latest-items .card .card-btn a { 
    padding: 8px 11px; 
    font-size: 13px;
}
.category-product .card .card-image img { 
    padding: 15px; 
}
}



@media only screen and (min-width:1200px) and  (max-width:1399px){
    .category-product .card .card-image img {
        width: 100%;
        object-fit: cover;
        padding: 20px;
        display: block;
        margin: 0px auto;
    }
    .latest-product .latest-box .latest-items {
        display: flex;
        align-items: center;
        width: 31%;
        margin: 0px 5px 10px  ; 
    }
    .sub-product-item .card .card-image .card-btns .btn2 { 
        font-size: 14px;
    }
    .action{
        font-size: 14px;
    }
    .sub-product-item .card .card-dis p {
        font-size: 13px;
    }
    
   
}
