.docimage > img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
}

.filteroptions > li > a {
  text-decoration: none;
  color: inherit;
}

.relateddoc > div > img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}

select > option {
  color: black;
}

img .img-fluid .doc-image{
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
}

.doc-image {
    height: 250px ;
}
