#faculty-profile#faculty-profile {
  margin-top: 50px;
  margin-bottom: 50px;
}

#faculty-profile h6 {
  font-size: var(--f20);
  font-weight: bold;
  margin-bottom: 0;
  padding: 0 0 25px 30px;
}


#faculty-profile .profile-details h6 {
  font-family: var(--nins-font-overpass);
  font-weight: bold;
  margin-bottom: 20px;
  font-size: var(--f18);
  line-height: 18px;
  padding: 0 30px;
}

#faculty-profile p {
  font-family: var(--nins-font-overpass);
  font-weight: 400;
  font-size: var(--f16);
  line-height: 24px;
}

#faculty-profile .profile-details h6 {
  margin-bottom: 10px;
  padding: 0;
}

.profile-details {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 30px;
}

.profile-details img {
  width: 80px;
  height: 80px;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: var(--nims-bg-gray);
  object-fit: cover;
  object-position: top;
}

.faculty-inner ul p,
.faculty-inner ol p {
  margin-left: -20px;
}

.profile-img {
  width: 110px;
  flex: 0 0 auto;
  padding: 0;
  text-align: center;
}

#faculty-profile .profile-img p {
  text-align: center;
  font-size: var(--f14);
  line-height: 16px;
  margin: 0;
  margin-top: 10px;
}

.simple-pagination ul {
  display: flex;
  justify-content: center;
  gap: 2px;
}

.simple-pagination ul li {
  list-style: none;
}

.simple-pagination ul li a {
  background: transparent;
  transition: all 0.4s;
  color: var(--nims-blue);
  display: block;
  cursor: pointer;
  border: 1px solid var(--nims-dark-red);
  font-weight: bold;
  font-family: var(--nins-font-overpass);
}

.simple-pagination ul li a:hover {
  background: var(--nims-dark-red);
  color: white !important;
  border: 1px solid #c12a2e;
}

.simple-pagination .active {
  color: white !important;
  background: var(--nims-dark-red);
  padding: 7px 15px;
  font-weight: bold;
}

.simple-pagination .disabled {
  margin: 0 10px;
}

.simple-pagination {
  margin-top: 20px;
}

.profile-details {
  align-items: center;
}

/*  */
.single-faculty-int #about-banner h1,
.single-faculty #about-banner h1 {
  display: none;
}

.single-faculty-int #about-banner .addedtitlefaculty,
.single-faculty #about-banner .addedtitlefaculty {
  display: block;
}

/*  */

@media (min-width: 992px) {
  .profile-img {
    width: 150px;
  }

  .profile-details img {
    width: 122px;
    height: 122px;
  }

  #faculty-profile p {
    font-size: var(--f16);
    line-height: 32px;
  }

  .profile-details {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  #programs-link h6,
  .programs-link,
  #faculty-profile h6,
  .profile-details,
  .research-section,
  .research-table,
  .accordion {
    padding: 0;
  }

  #faculty-profile h6 {
    font-size: var(--f24);
  }
}

@media (max-width: 767px) {
  .simple-pagination ul {
    justify-content: start;
  }
}