
/* counter*/
.count{
  color: #0e3157;
  text-align: center ;
  margin-top: 0;
  margin-left: 5px;
  padding: 7px;
  font-weight: 600;
  font-size: 17px;
  /* border:solid 1px #c6c6c6;  */
  max-width: 150px;
  background:  #f7f7f7;
  border-radius: 15px;
  box-shadow: 10px 10px 15px rgba(75, 78, 92, 0.3);
}
.breadcrumbs {
  
  margin-bottom: 4px!important;
}