.img-fluid {
  max-width: 100%;
  height: auto;
}

.d-block {
  display: block;
}

.modal-heading {
  color: #000;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-top: 18px;
  margin-bottom: 10px;
}

.modal {
  z-index: 9999 !important;
}

.home-img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10rem;
  padding: 5px;
  margin-top: 10px;
}

.home-img-box img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
}

.close {
  font-size: 29px;
  color: #444 !important;
}

.border-right {
  border-right: 1px solid #ddd;
}

.border-left {
  border-left: 1px solid #ddd;
}


.read-more-link {
  display: inline-block;
  margin-top: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}

