.doctor-information-section {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  padding: 80px 0;
  background: #fff;
}

.doctor-information-section .dflex {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-flow: row nowrap;
  gap: 80px;
}

.doctor-information-section .doctor-img-wrap {
  width: 100%;
  max-width: 480px;
  display: flex;
  flex-direction: column;
}


.doctor-information-section .doctor-img-wrap .inner-img-wrap {
  width: 100%;
  height: 100%;
  margin-left: auto;
  overflow: hidden;
  background-size: cover !important;
  min-height: 400px;
  max-height: 784px;
  border-radius: 20px;
}

.doctor-information-section .doctor-img-wrap img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  height: 100%;
}

.doctor-information-section .doctor-content-wrap {
  width: 100%;
  max-width: 633px;
}

.doctor-information-section .doctor-content-wrap .content-inner-wrap {
  width: 100%;
  padding-top: 20px;
  display: flex;
  flex-flow: column nowrap;
  gap: 6px;
}

.doctor-information-section .doctor-content-wrap h2 {
  margin: 0;
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  /* 127.778% */
  text-transform: capitalize;
}

.doctor-information-section .doctor-content-wrap h2 svg {
  vertical-align: top;
}


.doctor-information-section .doctor-content-wrap label {
  color: #698E81;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  /* 144.444% */
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

.doctor-information-section .doctor-content-wrap .doctor-content {
  border-top: solid 1px rgba(132, 113, 155, 0.5);
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
  flex-flow: column nowrap;
  gap: 12px;
}

.doctor-information-section .doctor-content-wrap .content-inner-wrap.wysiwyg-content {
  padding-top: 0;
}

.doctor-information-section .doctor-content-wrap .doctor-content .extended-info *,
.doctor-information-section .doctor-content-wrap .content-inner-wrap.wysiwyg-content * {
  color: #3A3A3B;
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}

.doctor-information-section .doctor-content-wrap .doctor-content .extended-info *:not(li):not(span) {
  margin-bottom: 12px;
}

.doctor-information-section .doctor-content-wrap .doctor-content .extended-info :last-child {
  margin-bottom: 0;
}

.doctor-information-section .doctor-content-wrap .content-inner-wrap.wysiwyg-content strong {
  color: inherit !important;
}

.doctor-information-section .doctor-content-wrap .content-inner-wrap.wysiwyg-content>* {
  margin-top: 12px;
}

.doctor-information-section .doctor-content-wrap .content-inner-wrap.wysiwyg-content>*:first-child {
  margin-top: 0;
}

.doctor-information-section .doctor-content-wrap .content-inner-wrap.wysiwyg-content strong {
  font-weight: 700;
  color: #58585A;
}

.doctor-information-section .doctor-content-wrap .doctor-content blockquote {
  margin-left: 0;
  background: #EFEFEF;
  padding: 16px 16px 16px 38px;
  border-radius: 2px;
  position: relative;
  margin-bottom: 20px;
  margin-right: 0;
  margin: 0;
}

.doctor-information-section .doctor-content-wrap .doctor-content blockquote::before {
  content: "";
  position: absolute;
  top: 16px;
  bottom: 16px;
  width: 6px;
  left: 16px;
  background: #000;
}

.doctor-information-section .doctor-content-wrap .doctor-content blockquote :first-child {
  margin-top: 0;
}

.doctor-information-section .doctor-content-wrap .doctor-content blockquote :last-child {
  margin-bottom: 0;
}

.doctor-information-section .doctor-content-wrap .doctor-content blockquote p {
  color: #141414;
  margin-bottom: 0 !important;
}

.doctor-information-section .doctor-content-wrap .doctor-content blockquote strong {
  color: inherit !important;
}



.doctor-information-section .doctor-content-wrap .doctor-content h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000;
  margin-bottom: 12px;
}

.doctor-information-section .doctor-content-wrap .doctor-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 12px;
}

.doctor-information-section .doctor-content-wrap .doctor-content ul li {
  color: #000;
  font-weight: 400;
  position: relative;
  padding-left: 32px;
}

.doctor-information-section .doctor-content-wrap .doctor-content ul li::before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy4wMDAyIDQuNjQyODJDOC4zODQ3OSA0LjY0MjgyIDQuNjQzMDcgOC4zODQ1NCA0LjY0MzA3IDEzQzQuNjQzMDcgMTcuNjE1NCA4LjM4NDc5IDIxLjM1NzEgMTMuMDAwMiAyMS4zNTcxQzE3LjYxNTYgMjEuMzU3MSAyMS4zNTc0IDE3LjYxNTQgMjEuMzU3NCAxM0MyMS4zNTc0IDguMzg0NTQgMTcuNjE1NiA0LjY0MjgyIDEzLjAwMDIgNC42NDI4MlpNMTYuNjIyNyAxMS41ODY4QzE2LjY4OTQgMTEuNTEwNiAxNi43NDAxIDExLjQyMTggMTYuNzcyIDExLjMyNTZDMTYuODAzOSAxMS4yMjk1IDE2LjgxNjIgMTEuMTI3OSAxNi44MDgyIDExLjAyNjlDMTYuODAwMyAxMC45MjU5IDE2Ljc3MjIgMTAuODI3NSAxNi43MjU3IDEwLjczNzZDMTYuNjc5MSAxMC42NDc2IDE2LjYxNSAxMC41Njc4IDE2LjUzNzIgMTAuNTAzQzE2LjQ1OTQgMTAuNDM4MSAxNi4zNjk0IDEwLjM4OTUgMTYuMjcyNSAxMC4zNTk5QzE2LjE3NTYgMTAuMzMwNCAxNi4wNzM4IDEwLjMyMDUgMTUuOTczIDEwLjMzMDlDMTUuODcyMiAxMC4zNDEyIDE1Ljc3NDUgMTAuMzcxNyAxNS42ODU3IDEwLjQyMDRDMTUuNTk2OSAxMC40NjkxIDE1LjUxODcgMTAuNTM1IDE1LjQ1NTcgMTAuNjE0NEwxMi4xODg4IDE0LjUzMzlMMTAuNDk4NCAxMi44NDI3QzEwLjM1NTEgMTIuNzA0MyAxMC4xNjMyIDEyLjYyNzcgOS45NjM5OCAxMi42Mjk1QzkuNzY0NzggMTIuNjMxMiA5LjU3NDIzIDEyLjcxMTEgOS40MzMzNyAxMi44NTJDOS4yOTI1IDEyLjk5MjggOS4yMTI2IDEzLjE4MzQgOS4yMTA4NyAxMy4zODI2QzkuMjA5MTQgMTMuNTgxOCA5LjI4NTcyIDEzLjc3MzcgOS40MjQxMSAxMy45MTdMMTEuNzAzMyAxNi4xOTYyQzExLjc3OCAxNi4yNzA4IDExLjg2NzQgMTYuMzI5IDExLjk2NTggMTYuMzY3MkMxMi4wNjQyIDE2LjQwNTMgMTIuMTY5NCAxNi40MjI2IDEyLjI3NDkgMTYuNDE3OEMxMi4zODAzIDE2LjQxMyAxMi40ODM2IDE2LjM4NjMgMTIuNTc4MSAxNi4zMzk0QzEyLjY3MjYgMTYuMjkyNCAxMi43NTY0IDE2LjIyNjQgMTIuODIzOSAxNi4xNDUzTDE2LjYyMjcgMTEuNTg2OFoiIGZpbGw9IiM2OThFODEiLz4KPC9zdmc+Cg==");
  height: 28px;
  width: 28px;
  left: 0;
}

.doctor-information-section .doctor-content-wrap .doctor-content .button-wrapper {
  margin-top: 40px;
}

.doctor-information-section .doctor-content-wrap .doctor-content .button-wrapper a {
  color: #698E81;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: 0.36px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 10px;
  text-decoration: underline;
  text-underline-offset: 4px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  padding: 0;
  background: transparent !important;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border: 0;
  box-shadow: none;
  outline: 0 !important;
}

.doctor-information-section .doctor-content-wrap .doctor-content .button-wrapper a svg {
  /* rotate: -90deg; */
  transition: all 0.3s ease-in-out;
}

.doctor-information-section .doctor-content-wrap .doctor-content .button-wrapper a.reading svg {
  rotate: 180deg;
}

.doctor-information-section .doctor-content-wrap .doctor-content .button-wrapper .btn-outlined {
  border-color: #1a4290;
}

.doctor-information-section .doctor-content-wrap .doctor-content .extended-info {
  display: none;
  /* margin-top: 12px; */
  transition: all 0.3s ease-in-out;
}

.doctor-information-section .doctor-content-wrap .doctor-content .extended-info.show {
  display: initial;
}

.doctor-information-section .doctor-content-wrap .doctor-content .extended-info.expanded {
  display: block;
}

.doctor-information-section .doctor-content-wrap .doctor-content .extended-info p {
  /* font-size: 20px;
  line-height: 30px; */
  color: #3a3a3b;
}

.doctor-information-section .doctor-content-wrap .doctor-content .extended-info blockquote {
  padding: 12px 40px 12px 22px;
  border-radius: 2px;
  position: relative;
  margin: 0;
  margin-top: 24px;
}

.doctor-information-section .doctor-content-wrap .doctor-content .extended-info blockquote::before {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 12px;
  width: 8px;
  left: 0;
  background: #543975;
}

.doctor-information-section .doctor-content-wrap .doctor-content .extended-info blockquote p {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #000;
  margin-bottom: 0;
}

.doctor-information-section .doctor-content-wrap .credentials-list {
  display: flex;
  gap: 2px 24px;
  flex-wrap: wrap;
}

.doctor-information-section .doctor-content-wrap .credentials-list p {
  margin: 0;
  color: #747475;
  text-align: justify;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  position: relative;
}

.doctor-information-section .doctor-content-wrap .credentials-list p::after {
  content: "";
  position: absolute;
  background: #AAA;
  width: 1px;
  height: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -12px;
}

.doctor-information-section .doctor-content-wrap .credentials-list p:last-child::after {
  content: unset;
}

.doctor-information-section.hero-doctor-info .content-inner-wrap {
  width: 100%;
  max-width: 560px;
  margin-left: auto;
}

.doctor-information-section.hero-doctor-info .content-inner-wrap p {
  color: #000;
}


@media screen and (max-width: 1279px) {
  .doctor-information-section .doctor-content-wrap h2 {
    font-size: 28px;
    line-height: 36px;
  }

}

@media screen and (max-width: 767px) {
  .doctor-information-section {
    padding: 0;
  }

  .doctor-information-section .dflex {
    flex-direction: column;
    gap: 40px;
    padding: 40px 20px;
  }

  .doctor-information-section .doctor-content-wrap .doctor-content .button-wrapper a {
    width: 100%;
  }

  .doctor-information-section .doctor-img-wrap,
  .doctor-information-section .doctor-content-wrap {
    max-width: 100%;
  }

  .doctor-information-section .doctor-img-wrap img {
    display: block;
  }

  .doctor-information-section .doctor-content-wrap .content-inner-wrap {
    padding: 0;
  }

  .doctor-information-section .doctor-content-wrap .doctor-content {
    padding-top: 16px;
    margin-top: 16px;
  }
}

@media (min-width: 768px) {
  .doctor-information-section .doctor-content-wrap .credentials-list p::after {
    height: 16px;
  }
}

.doctor-information-section .doctor-content-wrap .doctor-content .button-wrapper {
  padding: 0;
}

@media (max-width: 767px) {
  .doctor-information-section .doctor-content-wrap .doctor-content .button-wrapper {
    margin-top: 20px;
  }

  .doctor-information-section .doctor-content-wrap label {
    font-size: 16px;
    line-height: 24px;
  }

  .doctor-information-section .doctor-content-wrap .credentials-list p {
    font-size: 14px;
    line-height: 22px;
  }

  .doctor-information-section .doctor-content-wrap .doctor-content .extended-info *,
  .doctor-information-section .doctor-content-wrap .content-inner-wrap.wysiwyg-content * {
    font-size: 16px;
    line-height: 24px;
  }
}

.doctor-information-section .doctor-content-wrap .doctor-accordion-wrap {
  margin-top: 32px;
}

.doctor-information-section .doctor-content-wrap .doctor-accordion-wrap .ac-wrap .ac {
  border: 0;
  border-top: 2px solid #E6E6E6;
  padding: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  margin: 0;
}

.doctor-information-section .doctor-content-wrap .doctor-accordion-wrap .ac-wrap .ac .ac-header .ac-trigger {
  padding: 0;
  font-size: 22px;
  line-height: 32px;
  color: #000;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  gap: 28px;
  align-items: flex-start;
  justify-content: space-between;
}

.doctor-information-section .doctor-content-wrap .doctor-accordion-wrap .ac-wrap .ac .ac-header .ac-trigger:after {
  display: none;
}

.doctor-information-section .doctor-content-wrap .doctor-accordion-wrap .ac-wrap .ac .ac-header .ac-trigger .icon {
  width: 100%;
  max-width: 32px;
  height: 32px;
}

.doctor-information-section .doctor-content-wrap .doctor-accordion-wrap .ac-wrap .ac .ac-header .ac-trigger .icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.doctor-information-section .doctor-content-wrap .doctor-accordion-wrap .ac-wrap .ac .ac-header .ac-trigger .icon svg path {
  transition: all 0.3s ease-in-out;
  transform: rotate(180deg);
  transform-origin: center;
}

.doctor-information-section .doctor-content-wrap .doctor-accordion-wrap .ac-wrap .ac.is-active .ac-header .ac-trigger .icon svg path {
  transform: rotate(0deg);
}

.doctor-information-section .doctor-content-wrap .doctor-accordion-wrap .ac-wrap .ac .ac-panel .ac-panel-inner {
  padding-top: 24px;
  padding-right: 60px;
}

.doctor-information-section .doctor-content-wrap .doctor-accordion-wrap .ac-wrap .ac .ac-panel .ac-panel-inner ul {
  margin-left: 0;
  padding-left: 30px;
}

.doctor-information-section .doctor-content-wrap .doctor-accordion-wrap .ac-wrap .ac .ac-panel .ac-panel-inner ul li::marker {
  color: #698E81;
}

.doctor-information-section .doctor-content-wrap .doctor-accordion-wrap .ac-wrap .ac .ac-panel .ac-panel-inner ul.checkmark {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-flow: column nowrap;
  gap: 8px;
}

.doctor-information-section .doctor-content-wrap .doctor-accordion-wrap .ac-wrap .ac .ac-panel .ac-panel-inner ul.checkmark li {
  position: relative;
  padding-left: 34px;
}

.doctor-information-section .doctor-content-wrap .doctor-accordion-wrap .ac-wrap .ac .ac-panel .ac-panel-inner ul.checkmark li::before {
  content: '';
  width: 100%;
  max-width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAyNiAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iNC42NDI4NSIgeT0iNS4xNDI4MiIgd2lkdGg9IjE2LjcxNDMiIGhlaWdodD0iMTYuNzE0MyIgcng9IjguMzU3MTQiIGZpbGw9IiM2OThFODEiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNy40MTMyIDExLjY3NzVDMTcuNDk0NyAxMS41Nzk5IDE3LjU1NjggMTEuNDY2MiAxNy41OTU3IDExLjM0MzFDMTcuNjM0NyAxMS4yMTk5IDE3LjY0OTcgMTEuMDg5OSAxNy42NCAxMC45NjA2QzE3LjYzMDMgMTAuODMxMyAxNy41OTYgMTAuNzA1MyAxNy41MzkxIDEwLjU5MDFDMTcuNDgyMiAxMC40NzQ5IDE3LjQwMzkgMTAuMzcyNyAxNy4zMDg4IDEwLjI4OTdDMTcuMjEzOCAxMC4yMDY2IDE3LjEwMzggMTAuMTQ0NCAxNi45ODU0IDEwLjEwNjVDMTYuODY3IDEwLjA2ODcgMTYuNzQyNiAxMC4wNTYgMTYuNjE5NCAxMC4wNjkzQzE2LjQ5NjMgMTAuMDgyNiAxNi4zNzcgMTAuMTIxNiAxNi4yNjg0IDEwLjE4MzlDMTYuMTU5OSAxMC4yNDYzIDE2LjA2NDMgMTAuMzMwNyAxNS45ODc0IDEwLjQzMjRMMTEuOTk1OCAxNS40NTFMOS45MzAzMiAxMy4yODU2QzkuNzU1MjUgMTMuMTA4NCA5LjUyMDc2IDEzLjAxMDMgOS4yNzczNyAxMy4wMTI1QzkuMDMzOTcgMTMuMDE0NyA4LjgwMTE1IDEzLjExNzEgOC42MjkwNCAxMy4yOTc0QzguNDU2OTIgMTMuNDc3OCA4LjM1OTMgMTMuNzIxOCA4LjM1NzE4IDEzLjk3NjhDOC4zNTUwNyAxNC4yMzE5IDguNDQ4NjMgMTQuNDc3NiA4LjYxNzczIDE0LjY2MTFMMTEuNDAyNiAxNy41Nzk1QzExLjQ5MzggMTcuNjc1IDExLjYwMyAxNy43NDk2IDExLjcyMzIgMTcuNzk4NEMxMS44NDM1IDE3Ljg0NzMgMTEuOTcyMSAxNy44NjkzIDEyLjEwMDkgMTcuODYzMkMxMi4yMjk3IDE3Ljg1NzEgMTIuMzU1OSAxNy44MjI5IDEyLjQ3MTQgMTcuNzYyOEMxMi41ODY5IDE3LjcwMjcgMTIuNjg5MiAxNy42MTgxIDEyLjc3MTggMTcuNTE0M0wxNy40MTMyIDExLjY3NzVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K');
}

@media (max-width: 767px) {
  .doctor-information-section .doctor-content-wrap .doctor-accordion-wrap .ac-wrap .ac .ac-header .ac-trigger {
    font-size: 20px;
    line-height: 28px;
  }

  .doctor-information-section .doctor-content-wrap .doctor-accordion-wrap .ac-wrap .ac .ac-panel .ac-panel-inner {
    padding-top: 20px;
    padding-right: 0;
  }

  .doctor-information-section .doctor-content-wrap .doctor-accordion-wrap .ac-wrap .ac .ac-header .ac-trigger .icon {
    max-width: 28px;
    height: 28px;
  }
}