.custom-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 10%;
  height: 3px;
  background-color: #57CC99;
  border-radius: 2px;
}
.outer-border {
  border-bottom: 5px solid #57CC99;
  overflow: hidden; /* keeps border clean with rounded corners */
}
.custom-card-view{
  border-radius: 15px !important;
}
.custom-a.btn {
  background-color: #ffffff !important;
  color: #22577A !important;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.custom-a.btn:hover {
  background-color: #f7f7f7  !important;
  color: #0c59c1 !important;
  transform: translateX(3px);
}
.custom-card{
  border: 1px solid #E9E9E9 !important;
  border-radius: 20px !important;
}
.custom-span-text{
  color: #57CC99;
}
.custom-button
{
    width: auto;
    padding: 10px 19px;
    border-radius: 30px;
    height: auto;
    line-height: 0px;
    display: flex;
    justify-content: center;
}
.custom-button:hover{
  background: #57CC99 !important;
}
.custom-button a:hover{
  color:white !important;

}
.custom-heading
{
  color: #22577A;
  border-bottom: none;
}

