
/* header starts Here */

.navbar{
  background-color: #696999;
  }

  .navbar ul{

    overflow: auto;
    margin-top: 0px;
    margin-right: 31px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .navbar li{
    display: inline-block;
    float: left;
    list-style: none;
    padding: 10px 10px;
}
.navbar li a {

  text-decoration: None;
  color: white;
  margin: -5px 0px;

}
.navbar li img{

  float: left;
  height:  30px;
  width: 30px;
  margin: -5px 0px;
}
.navbar li a:hover{
color: red;
text-decoration: underline;
}

.search{
    float: right;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 6px;
    padding-left: 0px

}
.navbar input{
border: 2px solid black;
border-radius: 5px;
}
.navbar a{
  border: 2px solid black;
  border-radius: 5px
}
.navbar button{
  background-color: #17A2B8;
  border-radius: 12px;
}
.navbar button:hover{
  cursor: pointer;
  background-color: #6e5f67;
}
/* header end Here */
/* middle start Here */
.container{

    flex-wrap: wrap;
  display: flex;
  justify-content: space-around;
  margin-top: 5px;
}

.container span.badge{
  background-color: red;
    color: white;
    /* padding: 3px 8px; */
    text-align: center;
    border-radius: 5px;
    /* padding: 1px 5px; */
    display: inherit;
    padding-left: 6px;
    margin-left: 4px;
    margin-top: 5px;
    font-size: 14px;
}
.cate{
      margin-top: 6px;
      margin-bottom: 6px;
      display: flex;
      height: auto;
      width: 95%;
      align-items: right;
      background-color: #0c23f76e;
}
.cate a{
    text-decoration: none;
    padding-left: 35px;
    padding-top: 3px;
    padding-bottom: 5px;
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    color: black;
}
.view a{
  display: block;
  width: -webkit-fill-available;
  text-align: center;
  text-decoration: none;
  font-size: large;
}
.view{
    width: 100%;
    text-align: center;
    margin-top: 10px;
    padding-top: 5px;
    background-color: #cf78774a;
    border: 2px solid black;
    border-radius: 5px
  }
  .view :hover{

      cursor: pointer;
      background-color: #ef53504a;

  }

.box{
  flex-wrap: wrap;
  display: block;
  border: 2px solid black;
  background-color: #ef53504a;
  margin: 2px 2px;
  width: 150px;
  height: auto;
  text-align: center;
  box-sizing: border-box;
  border-radius: 15px;

}
.box a{
  color: #eff2f5;
  text-decoration: none;
  display: inline-block;
  border: 2px solid black;
  width: 124px;
  background-color: #7683c1;
  border-radius: 15px;
  font-size: 12px;
  margin-top: -20px;
  margin-right: 5px;
  margin-bottom: 3px;
  margin-left: 5px;
}
.box a:hover{
  cursor: pointer;
  background-color: #6e5f67;
}
.box img{
  border-radius: 8px;
  margin-top: -14px;
  display: inline-flex;
  height: 38px;
}
.box h4{
  color: black;
  border-radius: 15px;
  margin-bottom: 9px;
  margin-top: 0px;
  font-size: 14px;
}
.box p{
  float: left;
  margin-top: -4px;
  font-size: 12px;
  padding-left: 5px;
  text-align: left;
}




/* middle end Here */

/* footer start Here */
/* footer end Here */
