/*Input Your Custom CSS Here*/
.panel {
  /* border: none; */
  margin-bottom: 10px !important;
  border-radius: 0px;
}
.panel-heading {
  display: inline-block;
  width: 100%;
  padding: 14px 30px;
  text-transform: capitalize;
  background: #f2f2f2;
  position: relative;
  color: #131e3c;
  border-left: 3px solid #54c6e6;
  font-size: 16px;
  font-weight: normal;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out 0s;
}
.panel-default > .panel-heading {
  border-left: 3px solid #54c6e6;
}

.panel-title a::before {
  content: "\ea94";
  font-family: IcoFont !important;
  right: 30px;
  top: 0px;
  position: absolute;
  color: #54c6e6;
  top: 50%;
  transform: translateY(-50%);
}
