 .nav-link.active#admission-tab {
    background-color: #198754 !important;
    color: #fff !important;
  }
        .bgg{height: auto;
      }
      .header-image img{position: relative;
      z-index: 2;}
      .header-image::after {
      background: #D62E23 !important;height: 285px;
      width: 285px;
      }
      .header-image::after {
      content: "";
      position: absolute;
      border-radius: 50%;
      width: 240px;
      height: 240px;
      bottom: 0px;
      background: #D62E23 !important;
      left: 50%;
      transform: translateX(-50%);
      }
      .sub_heading{color: #D62E23;
      font-weight: 600;}
      .seven h1::before {
      display: none;
      }
      .successStoryImgWrap{background:#5555556b;width: 280px;}
      .successStoryContent{width: 280px;text-align: center;}
      .successStoryContent h4{font-weight: 600;}
      .tab_itm .nav-link{border: 1px solid #fff !important;
      background-color: #D62E23 !important;
      color: #fff !important;border-radius: 0px !important; font-weight: 600;}
      .nav-tabs{border-bottom: 0px solid #dee2e6;}
      .tab_itm2 .nav-link{border: 1px solid #fff !important;
      background-color: #888 !important;
      color: #fff !important;
      border-radius: 0px !important;
      font-weight: 600;}
      .tab_dv{padding-top: 30px;}
      .crd img{border-radius: 0px 0px 0px 0px !important;}
      .crd{border-radius: 0px 0px 0px 0px !important;height: auto;}
      .card-text{font-weight: 600;}
      .card {
      border-radius: 0px !important;
      height: auto;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      }
      .crd_img {
      height: 215px;
      overflow: hidden;
      }
      .card img {
      border-radius: 0px !important;
      width: 100%;
      height: 100%;
      object-fit: cover;
      }
      .card-body {
      padding: 10px;
      flex-grow: 1;
      overflow: hidden;
      }
      .card-text {
      text-align: left;
      margin-bottom: 5px;
      font-size: 20px;
      line-height: 1.2em;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      }
      .card-text-1{ text-align: left;
      font-size: 20px;
  line-height: 1.2em;
  padding: 12px 13px 0px 13px;}
      .card-text-1 a{font-size: 20px;
      line-height: 1.3;
      font-weight: 600;
      color: #D62E23;
      text-decoration: none;
      transition: all 0.3s ease;}

      .card-text a {
      display: -webkit-box;
      -webkit-line-clamp: 2; /* initially 2 lines */
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 20px;
      line-height: 1.3;
      font-weight: 600;
      color: #D62E23;
      text-decoration: none;
      transition: all 0.3s ease;
      }
      .card-text a.expanded {
      -webkit-line-clamp: unset;  /* full text */
      white-space: normal;
      overflow: visible;
      }
      .btn {
      font-size: 12px;
      padding: 4px 10px;
      display: block;
      margin: 0 auto;
      }
      .read_button {
      background-color: #7d7979;
      margin-left: 0;
      border: 4px double #eee;
      font-size: 12px;
      font-weight: 600;
      color: #fff;
      padding: 5px 15px;
      }
      .read_button:hover,
      .read_button:focus,
      .read_button:active {
      background-color: #7d7979;
      border: 4px double #fff;
      color: #fff;
      box-shadow: none !important;
      outline: none !important;
      }
      .read-more-content {
      margin-top: 10px;
      padding: 10px 0px;
      border-radius: 8px;
      font-size: 14px;
      color: #333;
      }
      .read-more-list {
      list-style: none;
      padding: 0;
      margin: 0;
      }
      .read-more-list li {
      padding: 5px 0;
      border-bottom: 1px solid #eee;
      }
 .link_btn {
   background-color: #D62E23;
   color: #fff;
   border-radius: 4px;
   padding: 3px 8px 5px 8px;
   font-size: 12px;
   display: flex;
   justify-content: center;
   align-items: center;
}

      /* responsive */
      @media screen and (max-width:1400px) {
      }
      @media screen and (min-width:1200px) and   (max-width:1399.98px) {
      }
      @media screen and (min-width:992px) and   (max-width:1199.98px) {
      }
      @media screen  and (min-width:768px) and (max-width:991.98px) {
      }
      @media screen and (min-width:576px) and (max-width:767.98px) {
      .crd {
      margin-bottom: 20px;
      }
      .tab_dv {
      padding-top: 20px;
      }
      .header-image::after {
      margin: 0 auto;
      right: 0;
      }
      .header-image{  display: flex;
      justify-content: center;}
      }
      @media screen  and (min-width:381px) and (max-width:575.98px){
      .crd {
      margin-bottom: 18px;
      }
      .tab_dv {
      padding-top: 0px;
      }
      }
      @media screen and (min-width:320px) and (max-width:380.98px) {
      .crd {
      margin-bottom: 18px;
      }
      .tab_dv {
      padding-top: 0px;
      }
      }