.panel-group .panel + .panel {
  margin-top: 0; }

.panel-group {
  margin-bottom: 0px; }
  .panel-group .panel {
    box-shadow: none;
    border: 0px solid #DBDBDB;
    border-radius: 0px;
    margin-top: 0px; }
    .panel-group .panel .panel-heading {
      padding: 0;
      border: 0;
      border-top-right-radius: 0px;
      border-top-left-radius: 0px; }
      .panel-group .panel .panel-heading .panel-title {
        border-bottom: 0.5px solid #DBDBDB;
        border: 1px solid #DBDBDB; }
        .panel-group .panel .panel-heading .panel-title a {
          font-family: 'Poppins';
          font-weight: 600;
          font-size: 14px;
          line-height: 26px;
          display: block;
          text-decoration: none;
          line-height: 26px;
          padding: 10px 20px;
          background: white;
          color: #454548; }
        .panel-group .panel .panel-heading .panel-title .icon-right:before {
          font-family: "odyssey";
          content: "\6e";
          float: right;
          font-size: 10px;
          transform: translateY(8px); }
        .panel-group .panel .panel-heading .panel-title:hover a {
          color: #ff6600; }
    .panel-group .panel .active .icon-right:before {
      font-family: "odyssey";
      content: "\6c" !important; }
    .panel-group .panel .panel-body {
      font-family: 'Poppins';
      border: 1px solid #DBDBDB;
      background-color: #F2F2F2;
      padding: 20px;
      line-height: 26px;
      color: #454548; }
