.header-info {
    padding: 60px;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center;
  }
  
  .header-info > div > h3 {
    text-align: center;
    color: white;
  }
  
  .training-cards {
    padding-bottom: 20px;
  }
  
  .training-card {
    height: 310px;
    /* max-width: 220px; */
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    background: #ffffff;
    box-shadow: 0px 0px 1.94118px rgba(60, 72, 88, 0.15);
    border-radius: 3.88235px;
  }
  
  .training-content {
    height: calc(100% - 148px);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .training-container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  
  .top-part img {
    height: 148px;
    width: 100%;
    object-fit: cover;
    border-top-right-radius: 3.88235px;
    border-top-left-radius: 3.88235px;
  }
  
  .middle-part {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3px;
    height: 100%;
    justify-content: space-between;
    padding: 10px 0;
  }
  
  .first-mid-a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #3c4858;
  }
  
  .second-mid-a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #8492a6;
  }
  
  .middle-part span {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    color: #3c4858;
    padding-bottom: 4px;
  }
  
  .show-more {
    height: 27.65px;
    border: 0.647059px solid #8843e1;
    border-radius: 3.88235px;
    width: 90%;
    background: transparent;
    margin: 0 auto;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.323529px;
    color: #8843e1;
  }
  
  .bottom-part {
    display: flex;
    padding: 0 8px 8px 8px;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }
  
  .new-trainig {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 43.08px;
    padding: 2px;
    background: #8843e1;
    border-radius: 6.47059px 6.47059px 0px 0px;
    text-align: center;
  }
  
  .hr-line {
    position: absolute;
    height: 2px;
    width: 85%;
    top: -2px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.1);
  }
  
  .new-trainig p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 10.3529px;
    line-height: 13px;
    color: #ffffff;
  }
  
  .look-count span {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    color: #221238;
  }
  
  .date-training span {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    color: #221238;
  }
  
  .look-count img,
  .date-training img {
    width: 11px;
  }
  
  .pagination-ul {
    gap: 12px;
    flex-wrap: wrap;
  }
  
  .pagination-ul .page-item.active .page-link {
    background-color: #8843e1 !important;
    border: 1px solid #8843e1 !important;
  }
  
  .pagination-ul .page-link {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #737373;
    border-radius: 3px;
  }
  
  .blog-pagination-right .page-link {
    background-color: transparent !important;
    border: none !important;
  }
  
  /* .pagination-nav {
    padding-bottom: 15px;
  } */
  
  /* TRAINING CSS */
  
  .training-detail{
      margin-top: 30px;
      margin-bottom: 15%;
  }
  
  .training-container h2{
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 600;
      font-size: 24px;
      line-height: 29px;
      text-align: center;
      text-transform: capitalize;
      color: #000000;
  }
  
  .dropdown-comp-3 h2 {
    font-size: 16px!important;
    margin-bottom: 0!important;
  }

  .left-card {
    box-shadow: 0px 0px 3px rgba(60, 72, 88, 0.15);
    border-radius: 6px;
    background: #ffffff;
  }
  
  .left-part-1 {
    border-bottom: 1px solid black;
    width: 100%;
    padding: 15px;
  }
  
  .left-part-1 p{
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 30px;
      color: #161C2D;
  }
  
  .left-part-2 > div {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px;
  }
  
  .left-part-2 div div p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #161c2d;
  }
  
  .left-part-2 div div span {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #2f55d4;
  }
  
  span.last-span{
      color: #FF0000 !important;
  }
  
  .right-card h3{
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 30px;
      color: #161C2D;
  }
  
  .right-card img{
    width: 100%;
      max-width: 100%;
      height: 360px;
      object-fit: contain;
      
  }
  
  .right-card p{
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 500;
      font-size: 15px;
      line-height: 30px;
      color: #161C2D;
  }

  .right-card li{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
  }
  
  @media screen and (max-width: 768px) {
    .pagination-ul {
      justify-content: center;
    }

    .right-card img{
      height: 200px;
    }

    .right-card p  {
      font-size: 12px!important;
    }
    
  }

  ::placeholder {
    color: #495057!important;
  }
  
  .training-form-div {
    width: 100%!important;
    padding: 20px 15px!important;
  }

  .training-form-div .filter1 {
    width: calc(100% - 140px);
    gap: 10px;
  }

  .training-form-div input {
    border: none;
    outline: none;
    background-color: #F4F9FD!important;
    font-size: 18px;
  }

  @media screen and (max-width:768px) {
    .training-form-div {
      flex-direction: column;
    }
  
  }