.step-content p {
    font-size: 13px;
    /* font-style: italic;
    line-height: 19px;
    letter-spacing: 0.5px;
    margin-bottom: 0; */
  }

  .steps .step {
    width: 25%;
    padding: 0 15px;
  }

  .step-content img {
    max-height: 50px;
    margin-bottom: 20px;
  }

  .steps {
    padding: 30px 0 0 0;
    margin: 0;
    list-style: none;
    display: flex;
    overflow-x: auto;
  }

  .steps .step:first-child {
    margin-left: auto
  }

  .steps .step:last-child {
    margin-right: auto
  }

  .step:first-of-type .step-circle::before {
    display: none
  }

  .step:last-of-type .step-content {
    padding-right: 0
  }


  .step-content {
    box-sizing: content-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: .5rem;
  }

  .step-circle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    color: #fff;
    border: 2px solid #811d3f;
    border-radius: 100%;
    background-color: #811d3f;
    font-weight: bold;
  }

  .step-circle::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -2px;
    width: calc(5rem + 23rem - 1.5rem);
    transform: translate(-100%, -50%);
    color: #811d3f;
    border: 1px dashed #811d3f;
  }

  .step-text {

    word-break: break-all;
    margin-top: 20px;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .step-active .step-circle {
    color: #fff;
    background-color: #811d3f;
    border-color: #811d3f;
  }

  .step-active .step-circle::before {
    color: #811d3f
  }

  .step-error .step-circle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
  }

  .step-error .step-circle::before {
    color: #dc3545
  }

  .step-circle::after {
    height: 24px;
    content: "";
    background: url(https://www.careerlauncher.com/cat-mba/dilr1000/img/process-arrow.png);
    background-size: 62%;
    position: absolute;
    top: 3px;
    left: -18px;
    width: 22px;
    background-repeat: no-repeat;
  }

  .step-circle.ghy:after {
    content: inherit;
    display: none;
  }

  .step-error .step-text {
    color: #dc3545
  }

  .step-success .step-circle {
    color: #fff;
    background-color: #811d3f;
    border-color: #811d3f;
  }

  .step-success .step-circle::before {
    color: #28a745
  }

  p.li-box {
    border: 1px solid #811d3f;
    background-color: #fff;
    padding: 7px;
    border-radius: 50px;
    font-weight: 600;
    border-bottom: 5px solid #811d3f;
    border-right: 5px solid #811d3f;
  }

  .ac-tab table td {
  padding: 8px 15px !important;
}

.ac-tab table tr td:nth-child(1) {
  width: 25% !important;
}

.ac-tab table tr td:nth-child(2) {
  width: 25% !important;
}

.ac-tab table tr td:nth-child(3) {
  width: 35% !important;
}

.ac-tab table tr td:nth-child(4) {
  width: 15% !important;
}

.ac-tab-panel-title {
  font-weight: bold;
  color: #000000 !important;
}

  @media only screen and (max-width:767px) {

    .service-item {
      margin-top: 0px;
        }

    .service-item p {
      display: block;
  }
    .steps {
      padding: 0;
      margin: 0;
      list-style: none;
      display: inherit;
      overflow-x: auto;
    }

    .steps .step {
      width: 100% !important;
      padding: 10px 15px;
    }

    .step-circle::before {
      content: inherit !important;
    }

    .step-circle::after {
      display: none;
    }

    li.step:last-child {
      margin-bottom: 0px;
    }

    li.step {
      margin-bottom: 20px;
      border-bottom: 1px solid #b0a3c1;
    }

    p.li-box {
      font-size: 10px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width : 991px){  
  .step-circle::before {
  width: calc(5rem + 12rem - 1.5rem);
}

.service-item {
min-height: 300px;
}

p.li-box {
  font-size: 10px;
}

}

@media only screen and (min-width:992px) and (max-width : 1199px){  
  .step-circle::before {
  width: calc(5rem + 18rem - 1.5rem);
}

p.li-box {
  font-size: 10px;
}
}