.section-tabulation-doctor-profiles {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  padding: 40px 20px;
}

.section-tabulation-doctor-profiles .section-inner {
  width: 100%;
  max-width: 1160px;
  display: flex;
  flex-flow: column nowrap;
}

.section-tabulation-doctor-profiles .section-inner .section-content {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
}

.section-tabulation-doctor-profiles .section-inner .section-content>h2 {
  font-family: 'Inter', sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  color: #1F2531;
  margin-bottom: 40px;
}

.section-tabulation-doctor-profiles .section-inner .section-content .section-content-inner {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
}

.section-tabulation-doctor-profiles .section-inner .section-content .section-content-inner .tabulation {
  display: flex;
  flex-flow: column nowrap;
  gap: 40px;
  align-items: center;
}

.section-tabulation-doctor-profiles .section-inner .section-content .section-content-inner .tabulation .tab-nav {
  display: flex;
  flex-flow: row nowrap;
  gap: 0px;
  border-radius: 400px;
  border: 1px solid #000;
  overflow: hidden;
}

.section-tabulation-doctor-profiles .section-inner .section-content .section-content-inner .tabulation .tab-nav .tab-button {
  padding: 16px 24px;
  border-radius: 400px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  background: transparent;
  border: none;
  color: #000;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.06em;
}

.section-tabulation-doctor-profiles .section-inner .section-content .section-content-inner .tabulation .tab-nav .tab-button.active {
  background: #698E81;
  color: #fff;
}

.section-tabulation-doctor-profiles .section-inner .section-content .section-content-inner .tabulation .tab-content {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
}

.section-tabulation-doctor-profiles .section-inner .section-content .section-content-inner .tabulation .tab-content .tab-pane {
  width: 100%;
  display: none;
  flex-flow: column nowrap;
}

.section-tabulation-doctor-profiles .section-inner .section-content .section-content-inner .tabulation .tab-content .tab-pane.active {
  display: flex;
  background: #ecf3f0;
  border-radius: 20px;
  overflow: hidden;
}

.section-tabulation-doctor-profiles .section-inner .section-content .section-content-inner .tabulation .tab-content .tab-pane .tab-doctor-contents {
  display: flex;
  flex-flow: column nowrap;
  gap: 0;
  align-items: stretch;
}

.section-tabulation-doctor-profiles .section-inner .section-content .section-content-inner .tabulation .tab-content .tab-pane .tab-doctor-contents .tab-doctor-image {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;

}

.section-tabulation-doctor-profiles .section-inner .section-content .section-content-inner .tabulation .tab-content .tab-pane .tab-doctor-contents .tab-doctor-image .tab-doctor-image-inner {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  position: relative;
  min-height: 437px;
}

.section-tabulation-doctor-profiles .section-inner .section-content .section-content-inner .tabulation .tab-content .tab-pane .tab-doctor-contents .tab-doctor-image .tab-doctor-image-inner img {
  height: 100%;
  width: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  top: 0;
  bottom: 0;
}


.section-tabulation-doctor-profiles .section-inner .section-content .section-content-inner .tabulation .tab-content .tab-pane .tab-doctor-contents .tab-doctor-content .tab-doctor-content-inner {
  padding: 60px 80px;
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
  border-radius: 30px;
}

.section-tabulation-doctor-profiles .section-inner .section-content .section-content-inner .tabulation .tab-content .tab-pane .tab-doctor-contents .tab-doctor-content .tab-header {
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
}

.section-tabulation-doctor-profiles .section-inner .section-content .section-content-inner .tabulation .tab-content .tab-pane .tab-doctor-contents .tab-doctor-content hr {
  background: #BEBEBE;
  margin: 0;
}

.section-tabulation-doctor-profiles .section-inner .section-content .section-content-inner .tabulation .tab-content .tab-pane .tab-doctor-contents .tab-doctor-content .tab-header h4 {
  margin: 0;
  color: #698E81;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-align: center;
}

.section-tabulation-doctor-profiles .section-inner .section-content .section-content-inner .tabulation .tab-content .tab-pane .tab-doctor-contents .tab-doctor-content .tab-header h3 {
  margin: 0;
  color: #000;
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  text-transform: capitalize;
  text-align: center;
}

.section-tabulation-doctor-profiles .section-inner .section-content .section-content-inner .tabulation .tab-content .tab-pane .tab-doctor-contents .tab-doctor-content .doctor-content {
  color: #404040;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.section-tabulation-doctor-profiles .section-inner .section-content .section-content-inner .tabulation .tab-content .tab-pane .tab-doctor-contents .tab-doctor-content .doctor-content :first-child {
  margin-top: 0;
}

.section-tabulation-doctor-profiles .section-inner .section-content .section-content-inner .tabulation .tab-content .tab-pane .tab-doctor-contents .tab-doctor-content .doctor-content :last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .section-tabulation-doctor-profiles {
    padding: 60px 20px;
  }

  .section-tabulation-doctor-profiles .section-inner .section-content .section-content-inner .tabulation .tab-content .tab-pane .tab-doctor-contents {
    flex-flow: row nowrap;
  }

  .section-tabulation-doctor-profiles .section-inner .section-content .section-content-inner .tabulation .tab-content .tab-pane .tab-doctor-contents .tab-doctor-image {
    max-width: 45%;
    z-index: 2;
  }

  .section-tabulation-doctor-profiles .section-inner .section-content .section-content-inner .tabulation .tab-content .tab-pane .tab-doctor-contents .tab-doctor-content {
    max-width: 720px;
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .section-tabulation-doctor-profiles .section-inner .section-content .section-content-inner .tabulation .tab-content .tab-pane .tab-doctor-contents .tab-doctor-image {
    max-width: 440px;
  }
}

@media (min-width: 1279px) {
  .section-tabulation-doctor-profiles {
    padding: 75px 20px;
  }

  .section-tabulation-doctor-profiles .section-inner .section-content .section-content-inner .tabulation {
    gap: 60px;
  }

  .section-tabulation-doctor-profiles .section-inner .section-content .section-content-inner .tabulation .tab-content .tab-pane .tab-doctor-contents .tab-doctor-content .tab-header h3 {
    font-size: 36px;
    line-height: 46px;
    text-align: left;
  }

  .section-tabulation-doctor-profiles .section-inner .section-content .section-content-inner .tabulation .tab-content .tab-pane .tab-doctor-contents .tab-doctor-content .tab-header h4 {
    text-align: left;
  }

  .section-tabulation-doctor-profiles .section-inner .section-content .section-content-inner .tabulation .tab-nav .tab-button {
    min-width: 200px;
  }
}

@media screen and (max-width : 767px) {
  .section-tabulation-doctor-profiles .section-inner .section-content .section-content-inner .tabulation .tab-nav {
    border-radius: 22px;
    flex-direction: column;
    width: 100%;
  }

  .section-tabulation-doctor-profiles .section-inner .section-content .section-content-inner .tabulation .tab-nav .tab-button {
    border-radius: 20px;
    padding: 12px 24px;
  }

  .section-tabulation-doctor-profiles .section-inner .section-content .section-content-inner .tabulation .tab-content .tab-pane .tab-doctor-contents .tab-doctor-content .tab-doctor-content-inner {
    padding: 25px 15px;
    gap: 10px;
  }

  .section-tabulation-doctor-profiles .section-inner .section-content .section-content-inner .tabulation .tab-content .tab-pane .tab-doctor-contents .tab-doctor-content .doctor-content {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .section-tabulation-doctor-profiles .section-inner .section-content .section-content-inner .tabulation .tab-content .tab-pane .tab-doctor-contents .tab-doctor-content .tab-header {
    gap: 8px;
  }
}