.quicklinks .grid a .info h5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 10px;
  font-family: "Roboto", sans-serif;
}

.quicklinks .grid a .info h5 span {
  color: #000;
  font-weight: 600;
  font-size: 16px;
}

.quicklinks .grid {
  grid-template-columns: repeat(3, 1fr);
}

.quicklinks .grid a {
  grid-template-columns: repeat(1, 1fr);
}

.quicklinks .grid a .info h3 {
  font-size: 21px;
  margin-bottom: 15px;
}

.quicklinks {
  /* background: linear-gradient(to right, #001d45, #124268); */
  background: #EDF4FF;
}

.quicklinks .grid a .info {
  padding-bottom: 0;
}

.overview_pg2 .grid {
  grid-template-columns: repeat(3, 1fr);
}

.overview_pg2_bx {
  display: grid;
  grid-template-columns: 75px 1fr;
  gap: 20px;
}

.overview_pg2_bx img {
  height: 75px;
}

.overview_pg2_bx h3 {
  margin-top: 5px;
  margin-bottom: 15px;
}


.accordion {
  width: 100%;
  list-style: none;
  overflow: inherit;
  background-color: transparent;
}

.accordion>li {
  /* background-color: #f3f3f3;
  border-radius: 20px;
  padding: 10px 50px; 
  margin-bottom: 10px;
  background-color: #f3f3f3;
  border-radius: 20px;*/
  /* margin-bottom: 1rem; */
  background-color: #EDF4FF;
  /* padding: 30px; */
  margin-bottom: 20px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.161);

  /* background-image: linear-gradient(180deg, #e8f1ff 10%, #F1F4FF00 100%); */
}

.accordion>li:first-child {}

.accordion .link {
  cursor: pointer;
  display: flex;
  /*align-items: center;*/
  gap: 10px;
  padding: 25px 35px;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  font-size: 23px;
  color: #fff;
  background-color: #253D6F;
  font-weight: 400;


  /* border-radius: 15px; */
}

.accordion li.open .link {}

.accordion .link::before {
  position: absolute;
  right: 30px;
  /*top: 50%;*/
  width: 30px;
  height: 30px;
  /*transform: translateY(-50%);*/
  top: 23px;
  content: "";
  /* content: "+"; */
  /* font-size: 3.2rem; */
  background-image: url(../images/down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px;
  transition: all 0.3s;
  backface-visibility: hidden;
  color: #000;
  font-weight: 400;
  filter: brightness(0) invert(1);
}

.accordion .link img {}

.accordion .submenu {
  display: none;
  padding: 0;
  list-style: none;
}

.accordion .submenu>li {
  position: relative;
  border-top: 0;
  padding: 25px 35px;
}

.accordion li.open .link::before {
  transform: rotate(180deg) translateY(0);
  /* top: 25%; */
  /* background-image: url(../images/adown.svg);
  background-size: 40px;*/
  /* content: "-";
  font-size: 4.2rem; */
}

.accordion .submenu>li p {}

.accordion .submenu>li h3 {
  color: #0D0056;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
  /* font-style: italic; */
}

.accordion .submenu>li h3::after {
  content: '';
  display: inline-block;
  height: 5px;
  width: 80px;
  background: url('../images/year-underline.svg') no-repeat center left;
  background-size: auto;
  background-size: 80px;
  position: absolute;
  top: 100%;
  left: 0;
}

.accordion .submenu>li .grid {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 50px;
  align-items: center;
}

.accordion .submenu>li .grid img {
  width: 100%;
  border-radius: 10px 10px 100px 10px;
  height: 250px;
  object-fit: cover;
  object-position: center center;
}

.service_bx_acc {
  padding: 50px 0;
}

.accordion .submenu h2 {
  font-size: 28px;
  color: #2c4a93;
}

.accordion .submenu ul {
  padding-left: 30px;
  /* display: grid;
  grid-template-columns: repeat(3, 1fr); */
}

.accordion .submenu ul li {
  font-size: 16px;
  color: #000;
  line-height: 1.8;
  margin-bottom: 15px;
  font-weight: 400;
  padding-left: 30px;
  background-image: url(../images/asterisk.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: left 8px;
}

.logo-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}

.logo-table th,
.logo-table td {
  padding: 20px;
  vertical-align: middle;
  border: 1px solid #edf4ff;
  line-height: 1.4;
}

.logo-table td:first-child::before {
  /* content: "✔"; */
  color: #253D6F;
  margin-right: 15px;
  font-weight: bold;
}

.logo-table td span {
  font-size: 16px;
  color: #0d0e10;
}

.logo-table .provider {
  color: #000;
  font-weight: 500;
}

.logo-table tr:nth-child(even) {
  background-color: #fff;
}

/* Start Semesterwise Scheme hide */
.semesterwise-sem {
  background: #253D6F !important;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left
}

table {
  width: 100%;
}

table th,
table td {
  padding: 15px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #edf4ff;
}

.semesterwise th {
  background-color: #253D6F;
  color: #fff;
  text-align: center;
  border-radius: 5px 5px 0 0;
  border: 1px solid #edf4ff;
  font-weight: 700;
}

.semesterwise td {
  text-align: center;
  border: 1px solid #edf4ff
}

.semesterwise tr:nth-child(even):not(.section-header) {
  background-color: #FFF
}

.subgrid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.subgrid div img {
  max-width: 100%;
  width: 100%;
  max-height: 150px;
  display: block;
  /* border: 1px solid #ccc; */
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
}

@media only screen and (min-width: 240px) and (max-width: 960px) {

  .quicklinks .grid,
  .overview_pg2 .grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .overview_pg2 .grid {
    gap: 20px;
  }

  .accordion .submenu h2 {
    font-size: 21px;
  }

  .quicklinks .grid a .info h5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }

  .submenu {
    overflow: auto;
  }

  .subgrid {
    grid-template-columns: repeat(2, 1fr);
  }
}