/*chinese students list css*/
 body {
      margin: 0;
      padding: 0;
    }

    ::after,
    ::before {
      box-sizing: border-box;
    }

    .mh_card-section {
      max-width: 1140px;
      margin: 0 auto;
    }

    .mh_card-section p {
      margin: 0;
      padding-bottom: 0;
    }

    .mh_card-section {
      background: #F3F7F9;
      padding: 10px;
      border: 1px solid #E2E2E2;
      border-radius: 10px;
      margin-bottom: 20px;
    }

    .mh_card-section .card {
      background: none
    }

    .mh_card-section .card .card_header .card-img {
      width: 35px;
      height: 35px;
      background: #6B7897;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffff;
      border-radius: 20px;
    }

    .mh_card-section .card .card_header {
      display: flex;
      gap: 10px;
      justify-content: space-between;
      flex-wrap: wrap;
    }

    .mh_card-section .card .card_body {
      padding: 10px 0;
      border-bottom: 1px solid #E6EDFF;
    }

    .mh_card-section .card .card_body .card-title {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }

    .mh_card-section .card .card_header .header-wrap,
    .mh_card-section .card .card_body .body-wrap {
      display: flex;
      gap: 11px;
    }


    .mh_card-section .card .card_header .card-title .text-14,
    .mh_card-section .card .card_body .card-title .text-14 {
      font-size: 14px;
      font-weight: bold;
      color: #000;
    }

    .mh_card-section .card .card_header .card-title .text-12 {
      font-size: 12px;
      color: #000;
    }

    .color-body {
      color: #6B7897 !important;;
    }

  .header-wrap .card-title.right-title{
    position: relative;
  }
    /* .header-wrap .card-title.right-title:first-child:before {
      position: absolute;
      content: " ";
      left: -5px;
      border-left: 1px solid #D6D6D6;
      padding-left: 5px;
      width: 1px;
      height: 30%;
      top: 5px;
    } */

    .mh_card-section .card .card_content {
      width: 100%;
      margin: 0 auto;
      padding-top: 10px;
    }

    .mh_card-section .card .card_content .text {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      width: 100%;
      font-size: 16px;
      line-height: normal;
    }

    .mh_card-section .card .card_content .read-more-btn {
      display: none;
      margin-top: 10px;
      padding: 5px 0;
      border: none;
      font-size: 12px;
      font-weight: bold;
      cursor: pointer;
    }

    .mh_card-section .card .card_content .read-more-btn.active {
      display: inline;
    }
    
    span#read-more {
    color: #6ec1e4;
}
.pagination .page-numbers {
    display: flex;
    align-items: center;
    border: 1px solid #e5e5e5;
    justify-content: center;
    border-radius: 5px;
    padding: 8px 16px;
    line-height: normal;
    transition: all ease-in-out 0.5s;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
    background: #6ec1e4;
    color: #fff
}

.pagination{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/*17-03-2025*/
.mh_card-section .card .card_header {
    align-items: baseline;
}

/* .header-wrap:nth-child(2) {
    background: #6ec8e969;
    padding: 2px 20px;
    border-radius: 20px;
} */

.mh_card-section .card .card_content {
    background: #f5f5f5;
    margin-top: 12px;
    padding-inline: 20px;
    padding-block: 20px;
    border: 1px solid #e3e3e399;
    border-radius: 10px;
}

.mh_card-section .card .card_body {
    border: 0;
}

.mh_card-section {
    padding: 20px;
    background: #fff;
    border: 0;
}

.testmh_card-section {
    padding-top: 20px;
}
.header-wrap .card-title img {
    border-radius: 50px;
    border: 2px solid #6b7897;
}

@media(max-width: 425px){
    .mh_card-section .card .card_header{
        align-items: start;
        flex-direction: column-reverse;
    }
}
 
 
  