.fbox3 > div[class*="col"] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.bottom {
  background-color: rgb(179,183,184);
  padding-top: 5px;
  padding-bottom: 5px;
  color: white;
}

.disease {
  margin: 3px;
  color: white;
}

.protitle {
  padding-top: 10px;
  text-align: center;
  padding-bottom: 10px;
}

.protitle:hover {
  background-color: rgb(65,223,65);
  color: white;
}

.description {
  font-size: 12px;
  text-align: center;
}

.nav-item:hover {
  background-color: orange;
  border-radius: 30px;
}

.hostelimg {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.galimg {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
}

.galimg {
}

