  .title-sec {
      width: 100% !important;
      text-align: start !important;

      .title {
          color: #0b1727 !important;
          font-size: 30px !important;
          font-weight: 700 !important;
          text-align: start !important;
      }
  }

  .title-border {
      border-bottom: 2px solid #0b1727;
      margin-bottom: 15px !important;
  }

  .steps {
      color: #0b1727 !important;
      font-size: 24px !important;
      text-align: start !important;
      font-weight: 600 !important;
  }

  .step-no {
      margin-right: 10px !important;
      background-color: #0b1727 !important;
      color: #E3EEF3 !important;
      font-weight: 700;

  }

  @media screen and (max-width:1000px) {
      .bxl {
          flex-direction: column !important;
      }

      .bxl-con {
          width: 100% !important;
      }

  }