.Select_reason_heading {
  background: #ffffff;
  border-radius: 6px;
  opacity: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 15px;
  border: 1px solid #e1e8e2;
  transition: all 0.3s ease;
}

.Select_reason_heading h6 {
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  color: #087852;
  opacity: 1;
  margin-bottom: 0px;
  transition: 0.3s ease;
}

.Select_reason_heading:hover {
  background: #08785328;
  border-color: #08785336;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(8, 120, 82, 0.15);
}

/* .Select_reason_heading:hover h6 {
  color: #000;
} */

@media (min-width: 0px) and (max-width: 991.98px) {
  .Select_reason_heading {
    background: #f1f7ed;
    border: 1px solid #6ea841;
    cursor: pointer;
    padding: 9px 10px;
    margin-bottom: 10px;
  }

  .Select_reason_heading h6 {
    font-size: 14px;
    color: #087852;
  }

  .Select_reason_heading:hover {
    background: #087852;
  }

  .Select_reason_heading:hover h6 {
    color: #ffffff;
  }
}
