body{
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 15px;
}
ul{
    list-style-type: none;
  }
.contact_msg {
	position: fixed;
	font-size: 16px;
	text-align: center;
	z-index: 999;
	width: 500px;
	left: calc(-50vw + 50%);
	right: calc(-50vw + 50%);
	margin-left: auto;
	margin-right: auto;
}
.err_message{
    color: red;
    text-align: left;
}
/***************** Accordions  *********************/
.acc_home{
  display: none;
}
.pc_category{
  font-size: 18px;
  color: #292929;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 600;
}
summary {
  padding:8px;
  border: #2b5db2 1px solid;
  margin-bottom: 5px;
  cursor: pointer;
  outline: none;
  color: #2b5db2 ;
  padding-left: 20px;
  }
details[open] summary ~ * {
  animation: open 0.5s ease-in-out;
}
@keyframes open {
  from {
    opacity: 0;
    margin-top: -10px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
.content {
  margin-bottom: 10px;
}
.acco_points{
    text-decoration: none;
    color: #383838;
}
.contentText{
    text-decoration: none;
    color: #383838;
    margin: 5px 0px 0px 15px;
    border-bottom: #383838 1px solid;
    padding-bottom: 5px;
}
/********** Navbar ***************/
.brand {
    font-family: inherit;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: inherit;
    color: #36b2aa;
    border: none;
    outline: none;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
  }
  .header {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: 0 auto;
    z-index: 999;
    border: none;
    outline: none;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
  .header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17%;
            flex: 0 0 17%;
  }
  .header-item-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66%;
            flex: 0 0 66%;
  }
  .header-item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header-item-right .menu-icon {
    font-size: 1.35rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
    margin-left: 1rem;
    border: none;
    outline: none;
    color: #121212;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header .menu > ul > li {
    display: inline-block;
    margin-top: 13px;
    margin-left: -5px;
    font-weight: bold;
  }
  .header .menu > ul > li .menu-subs {
    position: absolute;
    width: 100%;
    height: auto;
    margin-top: 1.75rem;
    padding: 1rem 2rem;
    border: none;
    outline: none;
    z-index: 500;
    opacity: 0;
    visibility: hidden;
    border-radius: 0.25rem;
    border-top: 3px solid #36b2aa;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .header .menu > ul > li .menu-subs > ul > li {
    line-height: 1;
  }
  .header .menu > ul > li .menu-subs > ul > li > a {
    display: inline-block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    padding: 0.75rem 0;
    border: none;
    outline: none;
    color: #121212;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header .menu > ul > li .menu-column-1 {
    min-width: 16rem;
    max-width: 20rem;
  }
  .header .menu > ul > li .menu-subs.menu-mega {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header .menu > ul > li .menu-subs.menu-column-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 68rem;
    width: 100%;
    padding: 1.25rem 1rem;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
    -webkit-box-flex: 0;
       width: auto;
    padding: 0 1rem;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item .title {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    padding: 0.75rem 0;
    border: none;
    outline: none;
    color: #36b2aa;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  @media only screen and (min-width: 993px) {
    .header .menu > ul > li.menu-item-has-children:hover .menu-subs {
      margin-top: 0.5rem;
      opacity: 1;
      visibility: visible;
      max-height: 250px;
  overflow: auto;
    }
  }
  
  .menu-mobile-header,
  .menu-mobile-trigger {
    display: none;
  }
  
  @media only screen and (max-width: 992px) {
    .header-item-center {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
    }
    .header-item-left, .header-item-right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
    }
    .wrapper {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
    .header .menu-mobile-trigger {
      position: relative;
      display: block;
      cursor: pointer;
      width:25px;
      height: 1rem;
      border: none;
      outline: none;
      margin-left: 1.25rem;
      background: none;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: 0.35s ease-in-out;
      -o-transition: 0.35s ease-in-out;
      transition: 0.35s ease-in-out;
      margin-right: 25px;
    }
    .header .menu-mobile-trigger span {
      display: block;
      position: absolute;
      width: 100%;
      height: 2px;
      left: 0;
      border: none;
      outline: none;
      opacity: 1;
      border-radius: 0.25rem;
      background: #121212;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: 0.25s ease-in-out;
      -o-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out;
    }
    .header .menu-mobile-trigger span:nth-child(1) {
      top: 0;
    }
    .header .menu-mobile-trigger span:nth-child(2), .header .menu-mobile-trigger span:nth-child(3) {
      top: 0.5rem;
    }
    .header .menu-mobile-trigger span:nth-child(4) {
      top: 1rem;
    }
    .header-item-right {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .header .menu {
      position: fixed;
      top: 0;
      left: 0;
      width: 80%;
      height: 100%;
      z-index: 1099;
      overflow: hidden;
      background: #ffffff;
      -webkit-transform: translate(-100%);
          -ms-transform: translate(-100%);
              transform: translate(-100%);
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
    }
    .header .menu.active {
      -webkit-transform: translate(0%);
          -ms-transform: translate(0%);
              transform: translate(0%);
    }
    .header .menu > ul > li {
      display: block;
      line-height: 1;
      margin: 0;
    }
    .header .menu > ul > li > a {
      display: block;
      line-height: 3.125rem;
      height: 3.125rem;
      padding: 0 3.125rem 0 1rem;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .header .menu > ul > li > a i.ion {
      position: absolute;
      font-size: 1.25rem;
      line-height: 3.125rem;
      top: 0;
      right: 0;
      width: 3.125rem;
      height: 3.125rem;
      text-align: center;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
    }
    .header .menu .menu-mobile-header {
      position: relative;
      position: -webkit-sticky;
      position: sticky;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      top: 0;
      height: 3.125rem;
      z-index: 501;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      background: #ffffff;
    }
    .header .menu .menu-mobile-header .menu-mobile-arrow {
      display: none;
      font-size: 1.25rem;
      line-height: 3.125rem;
      width: 3.125rem;
      height: 3.125rem;
      cursor: pointer;
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      color: #121212;
      text-align: center;
    }
    .header .menu .menu-mobile-header.active .menu-mobile-arrow {
      display: block;
    }
    .header .menu .menu-mobile-header .menu-mobile-title {
      font-family: inherit;
      font-size: 1rem;
      font-weight: 500;
      line-height: inherit;
      color: #121212;
      text-transform: capitalize;
      text-rendering: optimizeLegibility;
    }
    .fa-long-arrow-alt-left{
      color: #36b2aa;
    }
    .header .menu .menu-mobile-header .menu-mobile-close {
      font-size: 18px;
      line-height: 3.125rem;
      cursor: pointer;
      width: 3.125rem;
      height: 3.125rem;
      border-left: 1px solid rgba(0, 0, 0, 0.1);
   color: #36b2aa;
      text-align: center;
    }
    .header .menu .menu-section {
      height: 100%;
      overflow-y: auto;
      overflow-x: hidden;
    }
    .header .menu > ul > li .menu-subs {
      position: absolute;
      display: none;
      top: 0;
      left: 0;
      max-width: none;
      min-width: auto;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 1rem;
      padding-top: 4rem;
      opacity: 1;
      overflow-y: auto;
      visibility: visible;
      -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
              transform: translateX(0%);
      -webkit-box-shadow: none;
              box-shadow: none;
    }
    .header .menu > ul > li .menu-subs.active {
      display: block;
    }
    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding: 0rem;
    }
    .overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1098;
      opacity: 0;
      visibility: hidden;
      background: rgba(0, 0, 0, 0.55);
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
    }
    .overlay.active {
      opacity: 1;
      visibility: visible;
    }
  }
  .main {
    display: block;
    width: 100%;
  }
  /**********************  Navbar   ***********************/
  .logo{
    width: 200px;
    margin-left: 40px;
  }
  .menu_a, .menu_a:hover{
    text-decoration: none;
  margin-top: 5px;
  font-size:15px;
  font-weight: 400;
  padding: 10px 15px;
  }
  .menu_first{
    border: #2b5db2 1px solid;
  }
  .menu_second{
    border-top: #2b5db2 1px solid;
    border-bottom: #2b5db2 1px solid;
    border-right: #2b5db2 1px solid;
  }
  .row {
    --bs-gutter-x: 0rem;
  }
  .top_header{
    background-color:#2b5db2;
    padding: 0;
    margin: 0;
    height:auto;
  }
  .call_box{
    height: 0px;
  }
  .call, .call:hover{
    text-decoration:none; 
    margin-top:3px;
    vertical-align: middle;
    margin-left: 10px;
    color: #ffffff;
    font-size: 14px;
  }
  .fa-phone-alt, .fa-envelope{
    margin-right: 8px;
  }
  .account, .account:hover{
    color: #ffff;
    float: right;
    margin-right: 15px;
  }
  .quick_quote{
    float: right;
    text-decoration:none; 
    margin-top:3px;
    vertical-align: middle;
    margin-right: 40px;
    color: #ffffff;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .quick_no{
    margin: 0px;
    padding: 0px;
  }
  .fa-chevron-down{
    font-size: 14px;
  }
  /***********search bar **************************/
  .header-search-wrapper {
      float: right;
      position: relative;
  }
  .search-main {
      display: block;
      line-height: 40px;
      cursor: pointer;
      color: #2d307f;
    font-size: 21px;
    margin-right: 10px;
  }
  .header-search-wrapper .search-form-main {
      background: #fff none repeat scroll 0 0;
      -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.15);
      box-shadow: 1px 1px 7px rgba(0,0,0,.15);
      border-top: 2px solid #408c40;
      padding: 5px;
      position: absolute;
      right: 0;
      top: 124%;
      width: 300px;
      z-index: 9999;
      opacity: 0;
      visibility: hidden;
  }
  .fa-search{
    font-size: 21px;
  }
  .search-form-main.active-search {
      opacity: 1;
      visibility: visible;
  }
  .header-search-wrapper .search-form-main {
      border-top-color: #2d307f    ;
  }
  .header-search-wrapper .search-form-main:before {
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #408c40;
      content: "";
      position: absolute;
      right: 15px;
      top: -10px;
  }
  .header-search-wrapper .search-form-main:before {
      border-bottom-color: #2b5db2   ;
  }
  .header-search-wrapper .search-form-main .search-field {
      border-radius: 0;
      padding: 4px 10px;
      width: 100%;
  }
  .header-search-wrapper .search-form-main .search-submit {
    border: medium none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    float: right;
    padding: 0px 0 10px;
    width: 38px;
    height: 34px;
    background: #2b5db2;
    margin-top: -35px;
    position: relative;
}
  .inner_search{
    font-size: 17px;
    margin-top: 10px;
    color: #ffff;
  }
  .search_size{
    width: 250px;
  }
 /************************************************** Breadcrumb *******************************************************************/
 ul.breadcrumb{
    padding: 7px 16px 7px 16px;
    list-style: none;
    margin: auto;
    background-color: #ffffff;
    margin-bottom: 2px;
    box-shadow: 5px 10px 5px rgb(236, 236, 236) inset;
  }
  ul.breadcrumb li {
    display: inline;
  }
  ul.breadcrumb li+li:before {
    padding: 0px;
    color: #2b5db2 ;
    content: "/\00a0";
  }
  ul.breadcrumb li a{
    color: #2b5db2 ;
    text-decoration: none;
  }
  ul.breadcrumb li a:hover {
    color: #2d307f ;
    text-decoration: underline;
  }
/************** About Us *********************/
.about_text{
  color: #3f3f3f;
}
.about_box{
  margin: auto;
  padding: 100px 30px 0PX 30PX;
  background-color: #ffff;
}
.about_heading{ 
  font-size: 35px;
  margin-bottom: 15px;
  font-weight: 700;
}
.welcome{
  color: #3f3f3f;}
.labo{
  color: #2b5db2;
}
.ton{
  color:#826cc2;
}

/*******************Range of lab Equipments *******************************/
.heading{
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  color: #2b5db2;
  margin-top: 50px;
}
.product {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  border: rgb(223, 223, 223) 1px solid;
  margin-top: 15px;
  width: 95%;
}
.product .imgbox {
  height: 100%;
  box-sizing: border-box;
}
.line_line{
  border-top: #2b5db2 1px solid;
  margin-top: 70px;
}
.alp{
  display: block;
  width: 80%;
  margin: 30px 0px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.specifies {
  position: absolute;
  width: 100%;
  bottom: -160px;
  background:#2b5db2;
  padding: 10px;
  box-sizing: border-box;
  transition: .5s
}
.product:hover .specifies {
  bottom: 0
}
.specifies h2 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  width: 100%
}
.specifies h2 span {
  font-size: 15px;
  color: #ccc;
  font-weight: normal
}
.specifies .price {
  position: absolute;
  top: 12px;
  right: 25px;
  font-weight: bold;
  color: #000;
  font-size: 30px
}
label {
  display: block;
  margin-top: 5px;
  font-weight: bold;
  font-size: 15px
}
.alp_text_mobile{
  display: none;
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px 15px;
  text-align: center;
  color: #2d307f;
}
.alp_text,.alp_text:hover{
  color: #ffff;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 3px;
  font-size: 14px;
}
.alp_a,.alp_a:hover{
  color: #ffff;
  text-decoration: none;
}
.alp_view,.alp_view:hover{
  background-color: #ffff;
  color: #2b5db2;
  border-radius: 0px;
  padding: 3px 15px;
  margin: 10px 10px;
}
.alp_viewa, .alp_viewa:hover{
 text-decoration: none;
  color: #2b5db2; 
}
/*************************** Treanding *******************************************/
.trading_box{
  margin-top: 70px;
}
ul.tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.tabs li{
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  float: right;
}
ul.tabs li.current{
  background:  #2b5db2;
  color: rgb(255, 255, 255);
}
.tab-content{
  display: none;
  padding: 15px;
}
.tab-content.current{
  display: block;
}
.treand_labtron{
  font-size: 19px;
  font-weight: 600;
  color: #2b5db2;
}
.tranding_box{
  border: #2b5db2 1px solid;
  margin-bottom: 20px;
  padding: 20px;
  width: 95%;
  margin: auto;
}
.treanding_img{
  width: 85%;
  margin: auto;
}
.treanding_texthead{
  color: #2b5db2;
  font-weight: 400;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 0px;
}
.treanding_heada{
  color: #2b5db2;
  text-decoration: none;
}
.treanding_text{
  font-size: 15px;
  margin-bottom: 0px;
}
.treanding_texta,.treanding_texta:hover{
  color: #000;
  text-decoration: none;
}
.treanding_view{
  background-color: #2b5db2;
  color: #ffff;
  margin: 15px 0px 0px 0px;
  border-radius: 0px;
  font-size: 14px;
}
.treanding_viewa,.treanding_viewa:hover{
  color: #ffff;
  text-decoration: none;
  font-size: 14px;
}

/*****************************************  Footer    ************************************************/
.footer_logo{
width: 180px;
margin-bottom: 20px;
}
.footer_text{
    color: #3f3f3f;
    text-align: justify;
    margin-right: 20px;
}
.text-muted{
  text-decoration: none;
  color: #3f3f3f;
}
.text-muted:hover{
  text-decoration: none;
  color: #2b5db2;
}
i {
  color: #2b5db2;
  font-size: 17px;
}
.form-control::placeholder {
  font-size: 0.95rem;
  color: rgb(255, 255, 255);
  font-style: italic;
}
.form-control.shadow-0:focus {
  box-shadow: none;
}
/******************************************** (min-width: 280px) and (max-width:480px) *******************************************/
@media only screen and (min-width: 280px) and (max-width:480px){
    .no_mobile{
      display: none;
    }
    .acc_home{
      display: block;
    }
    .call_box{
      display: none;
    }
    .logo{
      width: 135px;
      margin-left: 20px;
    }
    .header-search-wrapper .search-form-main{
      width: 250px;
    }
    .menu_first, .menu_second{
        border: #ffff 1px solid;
    }
    /***********  Accordiance  ************/
    .pc_category{
        font-size: 18px;
        text-align: center;
        margin-top: 35px;
        margin-bottom: 20px;
    }
    .acc_home{
        width: 90%;
        margin: auto;
    }
    /***** Range of product ****/
    .heading{
        font-size:19px;
    }
    .product {
        width: 280px;
        margin: auto;
        margin-bottom: 20px;
    }
    .alp_text_mobile{
        display: block;
        margin: 15px;
        text-decoration: none;
        color: #2b5db2;
    }
    /***** treading @ Laboton  ************/
    .tranding_box {
        width: 280px;
        margin: auto;
        margin-bottom: 20px;
    }
    /******* Footer  ************/
    .footer_left{
        padding-left: 25px;
    }
    }
/******************************************** (min-width: 480px) and (max-width:568px) *******************************************/
@media only screen and (min-width: 480px) and (max-width:568px){
    .no_mobile{
      display: none;
    }
    .acc_home{
      display: block;
    }
    .call_box{
      display: none;
    }
    .logo{
      width: 135px;
      margin-left: 20px;
    }
    .header-search-wrapper .search-form-main{
      width: 250px;
    }
    .menu_first, .menu_second{
        border: #ffff 1px solid;
    }
    /***********  Accordiance  ************/
    .pc_category{
        font-size: 18px;
        text-align: center;
        margin-top: 35px;
        margin-bottom: 20px;
    }
    .acc_home{
        width: 80%;
        margin: auto;
    }
    /***** Range of product ****/
    .heading{
        font-size:19px;
    }
    .product {
        width: 310px;
        margin: auto;
        margin-bottom: 20px;
    }
    .alp_text_mobile{
        display: block;
        margin: 15px;
        text-decoration: none;
        color: #2b5db2;
    }
    /***** treading @ Laboton  ************/
    .tranding_box {
        width: 310px;
        margin: auto;
        margin-bottom: 20px;
    }
    /******* Footer  ************/
    .footer_left{
        padding-left: 25px;
    }
    }
    /******************************************** (min-width: 568px) and (max-width:768px) *******************************************/
    @media only screen and (min-width: 568px) and (max-width:768px){
        .no_mobile{
          display: none;
        }
        .acc_home{
          display: block;
        }
        .logo{
          width: 135px;
          margin-left: 20px;
        }
        .header-search-wrapper .search-form-main{
          width: 250px;
        }
        .menu_first, .menu_second{
            border: #ffff 1px solid;
        }
        /***********  Accordiance  ************/
        .pc_category{
            font-size: 20px;
            text-align: center;
            margin-top: 35px;
            margin-bottom: 20px;
        }
        .acc_home{
            width: 70%;
            margin: auto;
        }
        /***** Range of product ****/
        .heading{
            font-size:21px;
        }
        .product {
            width: 96%;
            margin: auto;
            margin-bottom: 20px;
        }
        .alp_text_mobile{
            display: block;
            margin: 15px;
            text-decoration: none;
            color: #2b5db2;
        }
        /***** treading @ Laboton  ************/
        .tranding_box {
            width: 96%;
            margin: auto;
            margin-bottom: 20px;
        }
        /******* Footer  ************/
        .footer_left{
            padding-left: 25px;
        }
        }
    
/******************************************** (min-width: 768px) and (max-width:991px) *******************************************/
@media only screen and (min-width: 768px) and (max-width:991px){
    .no_mobile{
      display: none;
    }
    .acc_home{
      display: block;
    }
    .logo{
      width: 135px;
      margin-left: 20px;
    }
    .header-search-wrapper .search-form-main{
      width: 250px;
    }
    .menu_first, .menu_second{
        border: #ffff 1px solid;
    }
    /***********  Accordiance  ************/
    .pc_category{
        font-size: 23px;
        text-align: center;
        margin-top: 35px;
        margin-bottom: 20px;
    }
    .acc_home{
        width: 60%;
        margin: auto;
    }
    /***** Range of product ****/
    .heading{
        font-size:23px;
    }
    .product {
        width: 96%;
        margin: auto;
        margin-bottom: 20px;
    }
    .alp_text_mobile{
        display: block;
        margin: 15px;
        text-decoration: none;
        color: #2b5db2;
    }
    /***** treading @ Laboton  ************/
    .tranding_box {
        width: 96%;
        margin: auto;
        margin-bottom: 20px;
    }
    /******* Footer  ************/
    .footer_left{
        padding-left: 25px;
    }
    }
        