@media (max-width: 767px) {
  .icon_mob{
    display: block;
  }
  #myIcon {
    fill:#000000 ; /* Change the color of the icon */
  }
  .profile_div{
    display: none !important;
  }
  .below_head{
    display: block;
  justify-content: space-between;
  align-content: center;
  }
  .mob_btn{
    display: block !important;
  }
  .profile_div_1{
    display: block;
  }
    .navbar-header {
      /* Ensure that the logo and toggle button are visible */
      display: block;
    }
    .info-list{
        display:flow;
      }
    .navbar-collapse {
      display: none; /* Hide the menu by default */
    }
  
    .navbar-toggle {
      display: block; /* Show the toggle button */
    }
  
    .navbar-collapse.collapse.in {
      display: block; /* Show the menu when expanded */
    }

/* product image responsive */
.product-gallery{
  display: block;
}
.thumbnail-images{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.product_det_cont{
  padding: 10px 0px;
}
/* product image responsive */
.select{
  margin: 10px 0px;
  /* margin: auto; */
}
.filter{
  margin: auto;
}
.search_div{
  margin: auto;
}

/* aby image */
.abt_abs_img img {
  width: 40%;
}
.bg_img{
  width: 100%;
}
.team_img{
  padding: 10px !important;
}
  }
  

@media (max-width:576px){
    .navbar-collapse ul{
        background-color: #ffffff !important;
        padding: 0px 20px;
    }

    .navbar-collapse ul li a{
        /* background-color: #fff !important; */
        padding: 10px 0px;
        color: #000 !important;
    }
    .header_btn{
      display: none;
    }
}

