@media (max-width: 991px) {
  .btn {
    padding: 10px 20px;
    font-size: 14px;
  }
  .steps-list ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .steps-list ul li {
        margin-inline-end: 20px;

  }
    .steps-list ul li:last-of-type {
        margin-inline-end: 0px;

  }
  .steps-list ul li .d-flex {
    display: grid !important;
    justify-content: center;
    text-align: center;
  }
  .step-number{
 
    margin-left: auto !important;
    margin-right: auto !important;
       margin-bottom: 8PX;
  }
  .step-number::after{
    height: 1px !important;
    width: 160px;
    top: 0px;
    bottom: 0 !important;
  }
  .step-box-container::after{
    width: 100%;
    height: 240px;
  }
  .step-title {
    display: none;
  }
  .step-box-container{
    padding: 20px;
  }
  
.main-table-container {
  border: 1px solid #e3e7ea;
  border-radius: 8px;
    position: relative;
  overflow-x: scroll;
}
}

@media (max-width: 767px) {
  .logo img {
    max-height: 45px;
  }
  .awqaf-logo img {
    max-height: 45px;
  }
  .card-login {
    padding: 24px;
    border-radius: 16px;
  }
  .main-header {
    padding: 20px 20px 5px;
  }
  .user img {
    width: 50px;
    height: 50px;
    aspect-ratio: 1/1;
    border-radius: 50px;
    border: 2px solid #fff;
    object-fit: cover;
  }
  .user h6 {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
  }
  .user h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
  }

  .title-thumb {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
  .info-count {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
  .info-title h3 {
    font-size: 20px;
  }

  .single-info-box p {
    line-height: normal;
    font-size: 14px;
  }
  
  .step-number::after{
    height: 1px !important;
    width: 80px;
    top: 0px;
    bottom: 0 !important;
  }
  .step-box-container::after{
    width: 100%;
    height: 180px;
  }
  .title-box{
    margin-bottom: 30px;
  }
  .title-box h4{
    font-size: 20px !important;
    font-weight: 500;
  }
  
.success-submit img{
 max-width: 80px;

}
.success-submit h3{
    font-size: 24px;
font-style: normal;
font-weight: 600;
}

.success-submit h5{
    font-size: 14px;
font-style: normal;
font-weight: 500;
}
.table-counter .form-group{
    max-width: 200px;
}
.st-p::after{
  width: 180px !important;
}
}
