@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("../fonts/HelveticaNowDisplay-Regular.woff2") format("woff2"), url("../fonts/HelveticaNowDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("../fonts/HelveticaNowDisplay-Bold.woff2") format("woff2"), url("../fonts/HelveticaNowDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("../fonts/HelveticaNowDisplay-Medium.woff2") format("woff2"), url("../fonts/HelveticaNowDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNowText";
  src: url("../fonts/HelveticaNowText-Medium.woff2") format("woff2"), url("../fonts/HelveticaNowText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNowText";
  src: url("../fonts/HelveticaNowText-Bold.woff2") format("woff2"), url("../fonts/HelveticaNowText-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNowText";
  src: url("../fonts/HelveticaNowText-Light.woff2") format("woff2"), url("../fonts/HelveticaNowText-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNowText";
  src: url("../fonts/HelveticaNowText-Regular.woff2") format("woff2"), url("../fonts/HelveticaNowText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.personal-information-section {
  padding-top: 60px;
}
.personal-information-section .personal-information {
  margin: 0 6vw;
}
.personal-information-section .personal-information .first-row {
  display: flex;
  padding: 26px;
  gap: 40px;
  background: #074a76;
  border-radius: 10px;
  margin-bottom: 50px;
}
.personal-information-section .personal-information .first-row > .left {
  width: 25%;
  flex: 0 0 auto;
  position: relative;
}
.personal-information-section .personal-information .first-row > .left .img-wrap {
  position: absolute;
  right: 0;
  top: -44px;
}
.personal-information-section .personal-information .first-row > .left .img-wrap img {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  margin: 0 0 0 auto;
  box-shadow: 8px 4px 21px 0 rgba(0, 0, 0, 0.25);
  -o-object-fit: cover;
     object-fit: cover;
  background: #dae7f0;
}
.personal-information-section .personal-information .first-row > .right {
  width: calc(75% - 40px);
  flex: 0 0 auto;
}
.personal-information-section .personal-information .first-row > .right .name-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.personal-information-section .personal-information .first-row > .right .name-row .name {
  font-size: 24px;
  color: #fff;
  line-height: 1.3;
}
.personal-information-section .personal-information .first-row > .right .contact-info-row {
  display: flex;
  justify-content: space-between;
}
.personal-information-section .personal-information .first-row > .right .contact-info-row > .left .designation, .personal-information-section .personal-information .first-row > .right .contact-info-row > .left .department {
  color: #fff;
}
.personal-information-section .personal-information .first-row > .right .contact-info-row > .right .contact-link {
  display: flex;
  gap: 10px;
  padding: 0 20px 0 0;
}
.personal-information-section .personal-information .first-row > .right .contact-info-row > .right .contact-link a {
  color: #fff;
  text-decoration: none;
}
.other-information-section .faq .faqAccordian {
  position: relative;
  z-index: 1;
}
.other-information-section .faq .fa {
  font-size: x-large !important;
  color: #F78D2D;
}
.other-information-section .faq .tabs {
  padding: 0;
  display: flex;
  background-color: #efefef;
  border-radius: 5px 5px 0px 0px;
}
.other-information-section .faq .tablinks {
  cursor: pointer;
  font-size: 16px;
  color: #707070;
  background: unset;
  line-height: 24px;
  font-family: "HelveticaNowText";
  flex-basis: 50%;
  padding: 15px 0px;
  text-align: center;
}
.other-information-section .faq .tablinks.active {
  color: #000000;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  border-radius: 5px 5px 0px 0px;
  font-weight: 500;
}
.other-information-section .faq .Faq_accordian_data {
  padding: 15px 15px 30px;
}
.other-information-section .faq .Faq_accordian_data .info-content-wrap {
  display: flex;
  padding: 0 5vw;
  align-items: center;
}
.other-information-section .faq .Faq_accordian_data .info-content-wrap .left {
  width: 30%;
  flex: 0 0 auto;
}
.other-information-section .faq .Faq_accordian_data .info-content-wrap .right {
  width: 70%;
  flex: 0 0 auto;
}
.other-information-section .faq .item {
  margin-bottom: 20px;
  background: #EEEEEE;
  border-radius: 15px;
}
.other-information-section .faq .show-all-link {
  padding-top: 20px;
  text-align: center;
  color: #343634;
}
.other-information-section .faq .show-all-link span {
  text-decoration: underline;
  cursor: pointer;
}
.other-information-section .faq .Faq_title {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-weight: bold;
  flex-direction: row;
  padding: 15px;
  align-items: center;
  gap: 10px;
}
.other-information-section .faq .Faq_title img {
  width: 35px;
  display: none;
}
.other-information-section .faq .Faq_title h4 {
  font-family: "HelveticaNowText";
  font-size: 20px;
  line-height: 24px;
  color: #074a76;
  font-weight: bold;
  flex-basis: 100%;
}
.other-information-section .faq .action-btn {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 100%;
}
.other-information-section .faq .fa-angle-up {
  display: none;
}
.other-information-section .faq .open_accordian_faq .fa-angle-down {
  display: none !important;
}
.other-information-section .faq .open_accordian_faq .fa-angle-up {
  display: block !important;
}

@media (max-width: 992px) {
  .personal-information-section .personal-information .first-row > .left .img-wrap {
    top: -26px;
  }
  .personal-information-section .personal-information .first-row > .left .img-wrap img {
    height: auto;
  }
}
@media (max-width: 768px) {
  .personal-information-section .personal-information {
    margin: 0;
  }
  .personal-information-section .personal-information .first-row {
    position: relative;
    flex-direction: column;
  }
  .personal-information-section .personal-information .first-row > .left {
    width: 100%;
    margin-top: -100px;
  }
  .personal-information-section .personal-information .first-row > .left .img-wrap {
    top: 0px;
    position: relative;
  }
  .personal-information-section .personal-information .first-row > .left .img-wrap img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
  }
  .personal-information-section .personal-information .first-row > .right {
    width: 100%;
    margin-top: -30px;
  }
  .personal-information-section .personal-information .first-row > .right .linkedin-icon {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .personal-information-section .personal-information .first-row > .right .name-row {
    flex-direction: column;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .personal-information-section .personal-information .first-row > .right .name-row .name {
    text-align: center;
  }
  .personal-information-section .personal-information .first-row > .right .contact-info-row {
    flex-direction: column;
  }
  .personal-information-section .personal-information .first-row > .right .contact-info-row .left {
    text-align: center;
  }
  .personal-information-section .personal-information .first-row > .right .contact-info-row .right {
    display: flex;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #fff;
    justify-content: space-between;
  }
  .personal-information-section .personal-information .first-row > .right .contact-info-row .right .contact-link {
    padding: 0;
  }
  .other-information-section .faq .Faq_title img {
    width: 35px;
    display: block;
  }
  .other-information-section .faq .Faq_accordian_data .info-content-wrap .left {
    display: none;
  }
  .other-information-section .faq .Faq_accordian_data .info-content-wrap .right {
    width: 100%;
  }
  .other-information-section .faq .action-btn {
    width: 30px;
    height: 26px;
  }
}/*# sourceMappingURL=faculty-detail.css.map */