/*card css start*/

.card {
  transition: 0.4s ease;
}

.card-header {
  font-size: 1.6rem;
  font-weight: bold;
  background: #fff !important;
  padding: 25px 9!important;
}

.card-body {
  padding: 20px 20px !important;
}

.card-body li {
  margin: 10px 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #606060;
}

.card-footer {
  background: white!important;
  padding: 30px 0px!important;
}

.card-footer a {
  border: 1px solid #50d1c0;
  border-radius: 100px;
  margin: 0 5px;
  padding: 12px 35px;
  outline: none;
  color: #50d1c0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

/*loding icon css start*/

.cursor-na {
  cursor: no-drop;
}

.loding-icon {
  display: none;
}

.dis-btn {
  cursor: not-allowed;
}

/*loding icon css end*/